- c71a212 Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
- 74eba10 Use SmallPtrSet instead of SmallSet in places where we iterate over the set. by Craig Topper · 7 years ago
- f513725 [tablegen] Improve performance on *GenRegisterInfo.inc by replacing SparseVector with BitVector. NFC by Daniel Sanders · 7 years ago
- 3f7dfd7 [X86] Remove GCCBuiltin from some intrinsics so we can do custom IR generation from clang. by Craig Topper · 7 years ago
- c035816 [LangRef] fptosi and fptoui return poison on overflow. by Eli Friedman · 7 years ago
- 0d3cb77 [LangRef] insertelement/extractelement return poison for out of range. by Eli Friedman · 7 years ago
- 50a5ae6 Test commit: remove a blank line by Ryan Prichard · 7 years ago
- 09c10d8 [ARM] Allow CMPZ transforms even if the input has multiple uses. by Eli Friedman · 7 years ago
- c2adc2d [SmallSet] Add some simple unit tests. by Florian Hahn · 7 years ago
- 4b6d3f9 [SCEV] Look through zero-extends in howFarToZero by Krzysztof Parzyszek · 7 years ago
- 50f05d3 [InstCombine] Skip dbg.value(s) when looking at stack{save,restore}. by Davide Italiano · 7 years ago
- 34d605c [InstCombine] add llvm.assume + debuginfo test (PR37726); NFC by Sanjay Patel · 7 years ago
- 98c78e8 [asan] Instrument comdat globals on COFF targets by Reid Kleckner · 7 years ago
- 6ad988b [DAGCombiner] clean up comments; NFC by Sanjay Patel · 7 years ago
- a735ba5 [X86][SSE] Support v8i16/v16i16 rotations by Simon Pilgrim · 7 years ago
- 1503b9f [x86] add tests for node-level FMF; NFC by Sanjay Patel · 7 years ago
- 4a49826 [x86] regenerate test checks; NFC by Sanjay Patel · 7 years ago
- 27c4e62 Utilize new SDNode flag functionality to expand current support for fsub by Michael Berg · 7 years ago
- da19974 [VPlan] Move recipe construction to VPRecipeBuilder. by Florian Hahn · 7 years ago
- 63f4875 [X86][BtVer2] Add support for all SUB/XOR 32/64 scalar instructions that should match the dependency-breaking 'zero-idiom' by Simon Pilgrim · 7 years ago
- 2251f25 [X86] Fix schedule-x86_64.s tests to use different registers in reg-reg cases by Simon Pilgrim · 7 years ago
- 8fbd41b [AMDGPU] Inline asm - added i16, half and i128 types support by Daniil Fukalov · 7 years ago
- a3fe40f reapply r334209 with fixes for harfbuzz in Chromium by Daniil Fukalov · 7 years ago
- 65cbabe [NFC][InstSimplify] SimplifyAddInst(): coding style: variable names. by Roman Lebedev · 7 years ago
- b76b244 [InstSimplify] add nuw %x, -1 -> -1 fold. by Roman Lebedev · 7 years ago
- 2144827 [X86][BtVer2] Remove SBB tests that were accidentally added in rL334296 by Simon Pilgrim · 7 years ago
- 0197608 [X86][BtVer2] Add tests for scalar SUB/XOR instructions that should match the dependency-breaking 'zero-idiom' by Simon Pilgrim · 7 years ago
- a3869c0 commandLineFitsWithinSystemLimits Overestimates System Limits by Alexander Kornienko · 7 years ago
- 370ce5a Clean up some code in Program. by Zachary Turner · 7 years ago
- bc083d5 Add a file open flag that disables O_CLOEXEC. by Zachary Turner · 7 years ago
- 9d5c29c [X86][BtVer2] Limit zero idiom tests to a single iteration. by Simon Pilgrim · 7 years ago
- ae9d394 Fix Wdocumentation warning for unknown param. NFCI. by Simon Pilgrim · 7 years ago
- a7bdfb8 [X86][SSE] Add SSE2/AVX2 vector rotate tests by Simon Pilgrim · 7 years ago
- 3416a07 [X86][SSE] Simplify combineVectorTruncationWithPACKUS to reduce code duplication by Simon Pilgrim · 7 years ago
- f61fd46 [x86] restore test comment; NFC by Sanjay Patel · 7 years ago
- 3ff0fb0 [BPI] Apply invoke heuristic before loop branch heuristic by Artur Pilipenko · 7 years ago
- 1ec0255 [VPlan] Move recipe based VPlan generation to separate function. by Florian Hahn · 7 years ago
- bff5530 [ADT] Add `StringRef::rsplit(StringRef Separator)`. by Henry Wong · 7 years ago
- 7eabd93 [mips] Correct the predicates for a number of codegen only instructions by Simon Dardis · 7 years ago
- 055d3aa [RISCV] Implement MC layer support for the fence.tso instruction by Alex Bradbury · 7 years ago
- 696a18d [X86][SSE] Consistently prefer lowering to PACKUS over PACKSS by Simon Pilgrim · 7 years ago
- 3a14e8c [TableGen] Make DAGInstruction own Pattern to avoid leaking it. by Florian Hahn · 7 years ago
- 42f7ad0 [LV] Fix PR36983. For a given recurrence, fix all phis in exit block by Roman Shirokiy · 7 years ago
- 0aedafe AMDGPU: Error on LDS global address in functions by Matt Arsenault · 7 years ago
- 3006b37 [DAGCombine] Fix for PR37667 by Sam Parker · 7 years ago
- 693db95 [NFC] fix formatting by Hiroshi Inoue · 7 years ago
- 5109f3d [X86] Improve some shuffle decoding code to remove a conditional from a loop and reduce the number of temporary variables. NFCI by Craig Topper · 7 years ago
- 469bc50 [AMDGPU] Simplify memory legalizer (add missing virtual descructor) by Tony Tye · 7 years ago
- 1306190 Revert r334209 "[LSR] Check yet more intrinsic pointer operands" by Reid Kleckner · 7 years ago
- 5ecc80b NFC Fix a comment in ValueTypes.td by Gabor Buella · 7 years ago
- e6e585b Expose a single global file open function. by Zachary Turner · 7 years ago
- 71bbcb1 propagate fast math flags via IR on fma and sub expressions by Michael Berg · 7 years ago
- 1310a75 [AMDGPU] Simplify memory legalizer by Tony Tye · 7 years ago
- 6dc64e2 [NFC][InstSimplify] Add tests for add nuw %x, -1 -> -1 fold. by Roman Lebedev · 7 years ago
- 04cb3cb [NFC][InstSimplify] One more negative test for shl nuw C, %x -> C fold. by Roman Lebedev · 7 years ago
- d22fc60 [Support] Link libzircon.so when building LLVM for Fuchsia by Petr Hosek · 7 years ago
- b99ddea Try to fix build. by Zachary Turner · 7 years ago
- 11cede3 Fix unused private variable. by Zachary Turner · 7 years ago
- fa1dbcc [InstSimplify] shl nuw C, %x -> C iff signbit is set on C. by Roman Lebedev · 7 years ago
- 03bcb21 [FileSystem] Split up the OpenFlags enumeration. by Zachary Turner · 7 years ago
- b6ab0f1 DAG: Avoid bitcast/ext/build_vector combine by Matt Arsenault · 7 years ago
- 89be48c [llvm-objcopy] Remove unused field from Object by Alexander Shaposhnikov · 7 years ago
- bd9be7a [TargetLibraryInfo] add mappings from LLVM sin/cos intrinsics to SVML calls by Sanjay Patel · 7 years ago
- 9378ab2 [LSR] Check yet more intrinsic pointer operands by Daniil Fukalov · 7 years ago
- a8e3af5 [docs] add various sanitisers support for FreeBSD/OpenBSD by David Carlier · 7 years ago
- afa7b32 [NFC][InstSimplify] Add more tests for shl nuw C, %x -> C fold. by Roman Lebedev · 7 years ago
- 53673e8 [X86][SSE] Updated comment - combineVectorSignBitsTruncation handles PACKSS and PACKUS. NFCI. by Simon Pilgrim · 7 years ago
- 8c71680 [RISCV] AsmParser support for the li pseudo instruction by Alex Bradbury · 7 years ago
- 5cadb75 [AVR] Fix build after r334078 by Alex Bradbury · 7 years ago
- c51e39b [X86][SSE] Simplify combineVectorTruncationWithPACKUS. NFCI. by Simon Pilgrim · 7 years ago
- 837cf88 [NFC][InstSimplify] Add tests for shl nuw C, %x -> C fold. by Roman Lebedev · 7 years ago
- c9843e6 [x86] add tests for backwards propagate mask bug (PR37060, PR37667); NFC by Sanjay Patel · 7 years ago
- 9c8bd21 [llvm-exegesis] Make BenchmarkRunner handle multiple configurations. by Guillaume Chatelet · 7 years ago
- 3fc70658 [llvm-objdump] Add -R option by Paul Semel · 7 years ago
- 61db82a [PowerPC] avoid unprofitable Repl32 flag in BitPermutationSelector by Hiroshi Inoue · 7 years ago
- a1a3a0e [Mips] Silencing warnings in instruction info (NFC) by Petar Jovanovic · 7 years ago
- 7a1c547 [X86][SSE] Simplify combineVectorTruncationWithPACKSS to reduce code duplication by Simon Pilgrim · 7 years ago
- efeb67c [PowerPC] fix trivial typos in comment, NFC by Hiroshi Inoue · 7 years ago
- 4dea9c2 AMDGPU: Fix not including v2f64 in SReg_128 by Matt Arsenault · 7 years ago
- 2ab43f7 [X86][SSE] Add extra trunc(shl) test cases by Simon Pilgrim · 7 years ago
- 2cd9451 [Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca. by Florian Hahn · 7 years ago
- 86e569e AMDGPU: Use scalar operations for f16 fabs/fneg patterns by Matt Arsenault · 7 years ago
- ed2e736 [X86] Regenerate rotate tests by Simon Pilgrim · 7 years ago
- f36d22b [llvm-strip] Expose --strip-unneeded option by Paul Semel · 7 years ago
- 75c4f68 AMDGPU: Try a lot harder to emit scalar loads by Matt Arsenault · 7 years ago
- f546e73 [X86][NFC] Fix harmless typo in BtVer2 model. by Clement Courbet · 7 years ago
- 99763c2 [X86] Block UndefRegUpdate by Tomasz Krupa · 7 years ago
- 66a7e9b [NFC] Use variable instead of accessing pair many times by Max Kazantsev · 7 years ago
- 52d9f45 Test commit access. by Tomasz Krupa · 7 years ago
- d9ded5e [llvm-exegesis] Add a Configuration object for Benchmark. by Guillaume Chatelet · 7 years ago
- 184b956 [llvm-exegesis] Improve error reporting. by Guillaume Chatelet · 7 years ago
- a1c8d87 [llvm-exegesis] Serializes instruction's operand in BenchmarkResult's key. by Guillaume Chatelet · 7 years ago
- 680aba7 [X86][NFC] Fix harmless typos in BDW/ZnVer1 sched models. by Clement Courbet · 7 years ago
- 1c7fca9 [BranchFolding] Fix live-in's when hoisting code by Karl-Johan Karlsson · 7 years ago
- 5c3e641 [SystemZ] Build Load And Test from scratch in convertToLoadAndTest. by Jonas Paulsson · 7 years ago
- d13f628 SpeculativeExecution Pass: Set PreserveCFG to avoid unnecessary analyses invalidation. by Michael Zolotukhin · 7 years ago
- a42c01a Add definition for ELF dynamic tag DT_SYMTAB_SHNDX. by Peter Collingbourne · 7 years ago
- 032b305 llvm-readobj: fix printing number of relocations in Android packed format. by Peter Collingbourne · 7 years ago
- ded60aa [AMDGPU] Improve reciprocal handling by Stanislav Mekhanoshin · 7 years ago
- e07c260 [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC) by Teresa Johnson · 7 years ago