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