Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
c0606b67ed21a5b66d0f7e277b2ff57979175b0b
c0606b6
[AArch64][SVE] Asm: Support for FMUL (indexed)
by Sander de Smalen
· 7 years ago
4962aec
[AArch64][SVE] Asm: Support for predicated unary operations.
by Sander de Smalen
· 7 years ago
6a79620
[DAGCombiner] visitSDIV - Permit MIN_SIGNED_VALUE in pow2 vector codegen
by Simon Pilgrim
· 7 years ago
c810b4e
[InstCombine] fold shuffle-with-binop and common value
by Sanjay Patel
· 7 years ago
26122d0
[ARM][NFC] Refactor sequential access for DSP
by Sam Parker
· 7 years ago
a1ff84e
[IR] Strip trailing whitespace. NFC
by Bjorn Pettersson
· 7 years ago
5af2ac7
[AArch64] Armv8.4-A: system registers
by Sjoerd Meijer
· 7 years ago
cfc7aea
build_llvm_package.bat: Re-try the build steps
by Hans Wennborg
· 7 years ago
13e9d31
[DebugInfo] Corrections for salvageDebugInfo
by Bjorn Pettersson
· 7 years ago
d5d94ca
Revert "[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift unique values"
by Benjamin Kramer
· 7 years ago
ed0d4da
[llvm-exegesis] Adjust AArch64 unit test
by John Brawn
· 7 years ago
a5c6980
[llvm-exegesis] Add an AArch64 target
by John Brawn
· 7 years ago
3095ea4
[AArch64][SVE] Asm: Support for saturing ADD/SUB instructions.
by Sander de Smalen
· 7 years ago
c95c8c8
[MIPS GlobalISel] Lower arguments using stack
by Petar Jovanovic
· 7 years ago
ba89ffc
[PM/LoopUnswitch] Fix PR37651 by correctly invalidating SCEV when
by Chandler Carruth
· 7 years ago
099ee45
[AArch64][SVE] Asm: Support for vector element FP compare.
by Sander de Smalen
· 7 years ago
939e4c5
[ADT] Disable the single callback optimization on Windows.
by Chandler Carruth
· 7 years ago
a9de7e5
[DebugInfo] Fix PR37395.
by Shiva Chen
· 7 years ago
344a827
[Support] This sanity check in the test only works with certain versions
by Chandler Carruth
· 7 years ago
6ac04e2
[InstCombine] Delay foldICmpUsingKnownBits until simple transforms are done
by Max Kazantsev
· 7 years ago
c978388
[llvm-exegesis] ExegisX86Target::setRegToConstant() should depend on the subtarget features.
by Clement Courbet
· 7 years ago
aabbcb3
[ADT] Try to work around a crash in MSVC.
by Chandler Carruth
· 7 years ago
2ef7a1c
[X86] Add avx512vl command line to break-false-dep.ll
by Craig Topper
· 7 years ago
4bf5c99
[ADT] Switch another place to `llvm::is_trivially_move_constructible`.
by Chandler Carruth
· 7 years ago
57fa5c9
Reappl "[Dominators] Add the DomTreeUpdater class"
by Jakub Kuderski
· 7 years ago
7b549ea
Revert r336159, r336157. Some bots failed on qualified std::max_align_t, and other on unqualified max_align_t.
by Erik Pilkington
· 7 years ago
52b38c4
[Support] Fix llvm::unique_function when building with GCC 4.9 by
by Chandler Carruth
· 7 years ago
3aca69c
[ThinLTO] Fix printing of aliases for distributed backend indexes
by Teresa Johnson
· 7 years ago
3369ac0
Some buildbots were choking on std::max_align_t, try using the global alias.
by Erik Pilkington
· 7 years ago
22e1f60
[demangler] Fix a MSVC alignment warning.
by Erik Pilkington
· 7 years ago
d0f9eac
[ADT] Add llvm::unique_function which is like std::function but
by Chandler Carruth
· 7 years ago
1a01e89
Remove absolute path in test
by Teresa Johnson
· 7 years ago
d7b8281
[ORC] Verify modules when running LLLazyJIT in LLI, and deal with fallout.
by Lang Hames
· 7 years ago
807ab958
[ThinLTO] Fix printing of module paths for distributed backend indexes
by Teresa Johnson
· 7 years ago
bb8c539
[WebAssembly] Support for atomic stores
by Heejin Ahn
· 7 years ago
2546414
[ARM] Fix PR37382: Don't optimize mul.with.overflow on thumbv6m.
by Vadzim Dambrouski
· 7 years ago
8636bd7
[llvm-mca] Clear the content of map VariantDescriptors in InstrBuilder before we start analyzing a new CodeBlock. NFCI.
by Andrea Di Biagio
· 7 years ago
7276550
[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).
by Tim Shen
· 7 years ago
df015f1
[WebAssembly] Fix fast-isel optimization of branch conditions.
by Dan Gohman
· 7 years ago
1c305da
[X86] Add phony registers for high halves of regs with low halves
by Krzysztof Parzyszek
· 7 years ago
89e8753
Replace "Replacable" with "Replaceable". [NFC]
by Alina Sbirlea
· 7 years ago
4cc22bd
Replace unused output filenames with /dev/null in tests
by Fangrui Song
· 7 years ago
13f7859
[SLP] Recognize min/max pattern using instructions producing same values.
by Farhana Aleen
· 7 years ago
c9a157f
[InstCombine] reverse canonicalization of add --> or to allow more shuffle folding
by Sanjay Patel
· 7 years ago
a5d70d8
[MC] Error on a .zerofill directive in a non-virtual section
by Francis Visoiu Mistrih
· 7 years ago
629c9d3
nm: Add -no-weak flag for hiding weak symbols
by Dave Lee
· 7 years ago
198bcb6
[SLPVectorizer][X86] Begin adding alternate tests for call operators
by Simon Pilgrim
· 7 years ago
eb37a3e
Tighten up a test for -check-debugify, NFC
by Vedant Kumar
· 7 years ago
15962f6
[CostModel][X86] Add cost tests for fp rounding intrinsics
by Simon Pilgrim
· 7 years ago
e5e0703
[X86] Don't use aligned load/store instructions for fp128 if the load/store isn't aligned.
by Craig Topper
· 7 years ago
636e853
[AArch64][GlobalISel] Any-extend vararg parameters to stack slot size on Darwin.
by Amara Emerson
· 7 years ago
6e76b4e
Revert "[Dominators] Add the DomTreeUpdater class"
by Jakub Kuderski
· 7 years ago
20c17e1
[WebAssembly] Convert remaining tests from elf to wasm output format
by Sam Clegg
· 7 years ago
f56a57c
Follow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement
by Sjoerd Meijer
· 7 years ago
bf4ec2b
[Dominators] Add the DomTreeUpdater class
by Jakub Kuderski
· 7 years ago
273949e
[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift unique values
by Simon Pilgrim
· 7 years ago
3e5a75b
[X86][SSE] Add v8i16 shift test for 2 shift values that doesn't match basic blend
by Simon Pilgrim
· 7 years ago
cdbffdd
[ValueTracking] allow undef elements when matching vector abs
by Sanjay Patel
· 7 years ago
6b77c4b
Disable failing test on x86_64-pc-windows-gnu, see PR38006.
by Yaron Keren
· 7 years ago
f123cb8
[CodeGen] Make block removal order deterministic in CodeGenPrepare
by David Stenberg
· 7 years ago
bf14300
[X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104
by Alex Bradbury
· 7 years ago
752e14c
[llvm-exegesis] Change how the native architecture is determined
by John Brawn
· 7 years ago
eca2538
[X86] Use addAliasForDirective to support the .word directive (reland)
by Alex Bradbury
· 7 years ago
f1f3f98
Revert r336100
by Alex Bradbury
· 7 years ago
a40b37f
[SLPVectorizer] Remove nullptr early-outs from Instruction::ShuffleVector getEntryCost
by Simon Pilgrim
· 7 years ago
736ca3f
[InstCombine] adjust shuffle tests with IR flags; NFC
by Sanjay Patel
· 7 years ago
18de41c
[X86] Use addAliasForDirective to support the .word directive
by Alex Bradbury
· 7 years ago
3fc11a8
[llvm-exegesis] Delegate the decision of cycle counter name to the target
by John Brawn
· 7 years ago
2a87571
Recommit r328307: [IPSCCP] Use constant range information for comparisons of parameters.
by Florian Hahn
· 7 years ago
d9fdb86
[InstCombine] add tests for shuffle-binop; NFC
by Sanjay Patel
· 7 years ago
386f15c
[SLPVectorizer] Fix alternate opcode + shuffle cost function to correct handle SK_Select patterns.
by Simon Pilgrim
· 7 years ago
a43dcd4
[SLPVectorizer] Only Alternate opcodes use ShuffleVector cases for getEntryCost/vectorizeTree. NFCI.
by Simon Pilgrim
· 7 years ago
868f51c
[AArch64][SVE] Asm: Support for (SQ)INCP/DECP (scalar, vector)
by Sander de Smalen
· 7 years ago
fe476f5
[AArch64][SVE] Asm: Support for (saturating) vector INC/DEC instructions.
by Sander de Smalen
· 7 years ago
f71bd1f
[X86][BtVer2] Added Jaguar FPU Pipe0/1 uop counters to permit basic llvm-exegesis uop testing
by Simon Pilgrim
· 7 years ago
783ea2a
[Mips][FastISel] Do not duplicate condition while lowering branches
by Petar Jovanovic
· 7 years ago
16f1820
[AArch64][SVE] Asm: Support for vector element compares (immediate).
by Sander de Smalen
· 7 years ago
529d733
Reapply r334980 and r334983.
by Sander de Smalen
· 7 years ago
e523817
[NFC] Test that shows unprofitability of instcombine with bit ranges
by Max Kazantsev
· 7 years ago
25c9ed7
[X86] Put some cases in switch statements back on one line to be more compact and make it easier to see the similarities. NFC
by Craig Topper
· 7 years ago
33274bc
[llvm-exegesis][NFC] Cleanup useless braces.
by Clement Courbet
· 7 years ago
ef235be
[X86] Remove FMA3Info DenseMap. Break into sorted tables that we can binary search.
by Craig Topper
· 7 years ago
38051ae
[PowerPC] Don't make it as pre-inc candidate if displacement isn't 4's multiple for i64 pre-inc load/store
by QingShan Zhang
· 7 years ago
c2f24d9
Implement strip.invariant.group
by Piotr Padlewski
· 7 years ago
49451db
Add an entry for rodata constant merge sections to the default
by Eric Christopher
· 7 years ago
260d013
[X86] Fix a few test names in avx512-intrinsics-fast-isel.ll to match their clang intrinsic names.
by Craig Topper
· 7 years ago
a7fba40
[X86] Remove the places that return nullptr from X86InstrInfo::commuteInstructionImpl.
by Craig Topper
· 7 years ago
a634a07
[SLPVectorizer] Call InstructionsState.isOpcodeOrAlt with Instruction instead of an opcode. NFCI.
by Simon Pilgrim
· 7 years ago
b1dbeaa
[SLPVectorizer] Replace sameOpcodeOrAlt with InstructionsState.isOpcodeOrAlt helper. NFCI.
by Simon Pilgrim
· 7 years ago
23d1e8a
[X86][Disassembler] Remove TYPE_BNDR from translateImmediate.
by Craig Topper
· 7 years ago
77442a7
[InstCombine] add abs tests with undef elts; NFC
by Sanjay Patel
· 7 years ago
6fed3d8
[PatternMatch] allow undef elements in vectors with m_Neg
by Sanjay Patel
· 7 years ago
4c7a6ba
[SLPVectorizer] Use InstructionsState Op/Alt opcodes directly. NFCI.
by Simon Pilgrim
· 7 years ago
e101271
[UnrollAndJam] New Unroll and Jam pass
by David Green
· 7 years ago
2d07720
Revert "[llvm-readobj] Fix printing format"
by Paul Semel
· 7 years ago
243c2fa
[SLPVectorizer][X86] Add some alternate tests for cast operators
by Simon Pilgrim
· 7 years ago
eaabebd
[Evaluator] Improve evaluation of call instruction
by Eugene Leviant
· 7 years ago
0de2000
[llvm-readobj] Fix printing format
by Paul Semel
· 7 years ago
bae3189
[X86] Remove unnecessary include. NFC
by Craig Topper
· 7 years ago
ed5068f
[X86] Move the memory unfolding table creation into its own class and make it a ManagedStatic.
by Craig Topper
· 7 years ago
Next »