1. 1dd3d84 Make GCC happy again. by Benjamin Kramer · 8 years ago
  2. 54c10c0 Don't build up std::vectors with constant sizes when an array suffices. by Benjamin Kramer · 8 years ago
  3. c85444e Remove stale and unused (MC)TargetOptions comparators. by Teresa Johnson · 8 years ago
  4. a7af2e0 Revert "[ScalarEvolution] Re-enable Predicate implication from operations" by Max Kazantsev · 8 years ago
  5. 38c9e29 NewGVN: Small cleanup of two dominance related functions to make by Daniel Berlin · 8 years ago
  6. 12e2dcc NewGVN: Small cleanup of useless expression deletion, and don't uselessly create two expressions in symbolic store evaluation. by Daniel Berlin · 8 years ago
  7. 8229f1d [ScalarEvolution] Re-enable Predicate implication from operations by Max Kazantsev · 8 years ago
  8. 8a6bd3f [ValueTracking] Use uint64_t for CarryIn in computeKnownBitsAddSub instead of a creating a temporary APInt. NFC by Craig Topper · 8 years ago
  9. fdd2b65 NewGVN: Fix PR32403 - Handling of undef in phis was not quite correct by Daniel Berlin · 8 years ago
  10. d738e6a [ValueTracking] Convert more places to use setHighBits/setLowBits/setSignBit. NFCI by Craig Topper · 8 years ago
  11. 5382346 [InstCombine] Use range-based for loop. NFC by Craig Topper · 8 years ago
  12. 97ba147 [InstCombine] Fix 80 column violation I accidentally introduced. NFC by Craig Topper · 8 years ago
  13. 85005dd [CMake] Support single target builtins build on Darwin by Petr Hosek · 8 years ago
  14. 39c17c7 [AVR] Fix build after r298178 by Meador Inge · 8 years ago
  15. 3519a8a [libFuzzer] split two tests to get more parallelism in test runs by Kostya Serebryany · 8 years ago
  16. 300f834 [libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to that size. This will potentially make libFuzzer more sensitive on targets with lots of signals by Kostya Serebryany · 8 years ago
  17. ce68a40 [libFuzzer] fix non-linux build by Kostya Serebryany · 8 years ago
  18. 77bbb63 Refactor code to reduce indentation and improve readability. (NFC) by Adrian Prantl · 8 years ago
  19. 26b2e95 Fix a bug when emitting debug info for partially constant global variables. by Adrian Prantl · 8 years ago
  20. bef4d67 [sancov] Don't instrument blocks with no insertion point by Reid Kleckner · 8 years ago
  21. a68ea00 Fix trellis layout to avoid mis-identify triangle. by Dehao Chen · 8 years ago
  22. f62637a Set the prof weight correctly for call instructions in DeadArgumentElimination. by Dehao Chen · 8 years ago
  23. 69af69a [MetaRenamer] Don't rename library functions. by Bryant Wong · 8 years ago
  24. 261eb1f Use isFunctionHotInCallGraph to set the function section prefix. by Dehao Chen · 8 years ago
  25. cfb0063 [Hexagon] Avoid infinite loops in HexagonLoopIdiomRecognition by Krzysztof Parzyszek · 8 years ago
  26. 550e23d [libFuzzer] create experimental support for user-provided coverage signal by Kostya Serebryany · 8 years ago
  27. 3d91fe7 [CMake] Provide an option to disable runtimes build by Petr Hosek · 8 years ago
  28. 2884223 Move spill size and alignment info from MC to TargetRegisterInfo by Krzysztof Parzyszek · 8 years ago
  29. fad096f [Outliner] Remove unused lambda capture. by Jessica Paquette · 8 years ago
  30. 8e0e073 [PDB] Use two DBs when dumping the IPI stream by Reid Kleckner · 8 years ago
  31. 20547ed [Outliner] Fix compile-time overhead for candidate choice by Jessica Paquette · 8 years ago
  32. 42740ce Disable loop unrolling and icp in SamplePGO ThinLTO compile phase by Dehao Chen · 8 years ago
  33. 496710d Remove unnecessary use of std::result_of, which is deprecated in C++17. by Richard Smith · 8 years ago
  34. 24cd06b [InstCombine] Remove some code from visitAnd that dealt with trying to reduce the LHS of a sub to 0. This should now be fully handled by SimplifyDemandedInstructionBits now. by Craig Topper · 8 years ago
  35. 36bb50f LLVM Changes for alloc_align by Erich Keane · 8 years ago
  36. 5787d18 Zero-Initialize PrevInstBB when entering a new MachineFunction. by Adrian Prantl · 8 years ago
  37. a1c1557 [LV] Add regression test for r297610 by Gil Rapaport · 8 years ago
  38. 3ae0a79 [LVIPrinterPass] Print LVI info for function arguments by Anna Thomas · 8 years ago
  39. 08d0e94 [ThinLTO] Add support for emitting minimized bitcode for thin link by Teresa Johnson · 8 years ago
  40. 193628a Kill some trailing whitespace to make some new changes a bit easier. by Eric Christopher · 8 years ago
  41. 5d2b264 [X86] Fix Stale SDNode use in X86ISelDAGtoDAG by Nirav Dave · 8 years ago
  42. d59827d Model ashr(shl(x, n), m) as mul(x, 2^(n-m)) when n > m by Zhaoshi Zheng · 8 years ago
  43. c4fa083 revert test commit r298629 by Zhaoshi Zheng · 8 years ago
  44. dca4868 test commit by Zhaoshi Zheng · 8 years ago
  45. 7322394 Remove the subtarget argument from LowerFP_TO_INT since there's one by Eric Christopher · 8 years ago
  46. 415d5ca Remove unused X86Subtarget argument from getOnesVector. by Eric Christopher · 8 years ago
  47. 95ca5b5 Somehow this still breaks because of ANSI color codes in test output on Linux. by Adrian McCarthy · 8 years ago
  48. 89441d7 Fix build break after r298623 by Adrian McCarthy · 8 years ago
  49. cdc303e [ARM] Fix computeKnownBits for ARMISD::CMOV by Pirama Arumuga Nainar · 8 years ago
  50. 83cc1fc Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB] by Adrian McCarthy · 8 years ago
  51. 77a842c [LV] Vectorize GEPs by Matthew Simpson · 8 years ago
  52. de4fa98 [X86][SSE] Extract elements from narrower shuffle masks. by Simon Pilgrim · 8 years ago
  53. 49901e7 [LV] Delete unneeded scalar GEP creation code by Matthew Simpson · 8 years ago
  54. 9efd978 [PPC] Add generated tests for all atomic operations by Tim Shen · 8 years ago
  55. cdcf70c [WebAssembly] Fix import type to be signed LEBs by Derek Schuff · 8 years ago
  56. 9b7e7ec [x86] add memcmp tests, remove run by Sanjay Patel · 8 years ago
  57. 99f73dd Add option to control whether llvm-pdbdump outputs in color by Adrian McCarthy · 8 years ago
  58. 6a1a59e [GlobalISel][X86] Support G_STORE/G_LOAD operation by Igor Breger · 8 years ago
  59. ed770d4 [SDAG] Fix zeroExtend assertion error by Nirav Dave · 8 years ago
  60. be249ed Do not polute the source directory. by Vassil Vassilev · 8 years ago
  61. b9056a6 Do not set branch weight if the branch weight annotation is present. by Dehao Chen · 8 years ago
  62. 416795a X86FixupBWInsts: Minor cleanup. NFC by Zvi Rackover · 8 years ago
  63. 75d0a5b [Mips] Emit the correct DINS variant by Strahinja Petrovic · 8 years ago
  64. bec15f2 [X86][SSE] Tidyup canWidenShuffleElements. NFCI. by Simon Pilgrim · 8 years ago
  65. 8ee8b3b [Mips] Fix for decoding DINS instruction - disassembler by Strahinja Petrovic · 8 years ago
  66. 2e589bb [X86][SSE] Add computeNumSignBits test for sitofp of (extended) i64 extracted element by Simon Pilgrim · 8 years ago
  67. d0885af [GlobalISel][X86] clang-format. NFC by Igor Breger · 8 years ago
  68. 414ca07 [X86][TD][vpmovm2 ] New TD pattern for the vpmovm2 instruction by Michael Zuckerman · 8 years ago
  69. 31f7be5 [ValueTracking] Use APInt::isNegative instead of using operator[BitWidth-1]. NFCI by Craig Topper · 8 years ago
  70. fe5b80b [ValueTracking] Use setAllBits/setSignBit/setLowBits/setHighBits. NFCI by Craig Topper · 8 years ago
  71. ba5e420 [IR] Use a binary search in DataLayout::getAlignmentInfo by Craig Topper · 8 years ago
  72. a3bd80e [IR] Mark Use::getUser and Use::getImpliedUse as LLVM_READONLY. by Craig Topper · 8 years ago
  73. b67347f [ARM] Reduce code duplication by factoring out in a lambda. NFCI. by Davide Italiano · 8 years ago
  74. f20bf72 [codeview] Move type index remapping logic to type merger by Reid Kleckner · 8 years ago
  75. c2a07e2 [AArch64] Drive-by cleanup, make this code shorter. NFCI. by Davide Italiano · 8 years ago
  76. 8e3da3b Reapply r298417 "[ARM] Recommit the glueless lowering of addc/adde in Thumb1" by Artyom Skrobov · 8 years ago
  77. f49ec0f [AMDGPU] Do not emit isa info as code object metadata by Konstantin Zhuravlyov · 8 years ago
  78. ec8ade8 [ARM] simplifying t2_so_imm_neg as suggested by Eli Friedman in D31242 (NFC) by Artyom Skrobov · 8 years ago
  79. a539af9 [AMDGPU] Emit kernel debug properties as code object metadata by Konstantin Zhuravlyov · 8 years ago
  80. 93cb3da [AMDGPU] Emit kernel code properties as code object metadata by Konstantin Zhuravlyov · 8 years ago
  81. 9e695dc Clean up some Subtarget uses and casts in the X86 backend, removing unnecessary work or calls. by Eric Christopher · 8 years ago
  82. 2a46794 [x86] improve tests, add tests, auto-generate checks; NFC by Sanjay Patel · 8 years ago
  83. 1c4f185 [AMDGPU] Restructure code object metadata creation by Konstantin Zhuravlyov · 8 years ago
  84. bc72a21 [AMDGPU] Fix bug 31610 by Konstantin Zhuravlyov · 8 years ago
  85. 0010ede c++filt: support COFF import thunks by Saleem Abdulrasool · 8 years ago
  86. 5db3fb7 [libFuzzer] add two experimental flags to make corpus merging more scalable: -save_coverage_summary/-load_coverage_summary. This is still WIP, the documentation will come later if these flags survive by Kostya Serebryany · 8 years ago
  87. 6cde877 [LVI] Add an LVI printer pass to capture test LVI cache after transformations by Anna Thomas · 8 years ago
  88. 2b66aee Preserve nonnull metadata on Loads through SROA & mem2reg. by Luqman Aden · 8 years ago
  89. e53e585 IPO: Const correctness for summaries passed into passes. by Peter Collingbourne · 8 years ago
  90. 49df148 IR: Fix a race condition in type id clients of ModuleSummaryIndex. by Peter Collingbourne · 8 years ago
  91. fbf2dad Document the status quo of DIExpression semantics in LangRef.rst by Adrian Prantl · 8 years ago
  92. 9c7f94f Rename helper functions in DwarfExpression to be less misleading (NFC) by Adrian Prantl · 8 years ago
  93. 873f835 Fix testcase on windows. by Adrian Prantl · 8 years ago
  94. cdd1430 [InstCombine] canonicalize insertelement of scalar constant ahead of insertelement of variable by Sanjay Patel · 8 years ago
  95. 79ea811 Fix PR32298 by adding an early exit to getFrameIndexExprs(). by Adrian Prantl · 8 years ago
  96. c5caccf Make the home_directory test a little more resilient. by Zachary Turner · 8 years ago
  97. 2811bb8 Make home_directory look in the password database in addition to $HOME. by Zachary Turner · 8 years ago
  98. 677bddb [ARM] t2_so_imm_neg had a subtle bug in the conversion, and could trigger UB by negating (int)-2147483648. By pure luck, none of the pre-existing tests triggered this; so I'm adding one. by Artyom Skrobov · 8 years ago
  99. 3058248 Add default typo to .tbss.* by Rafael Espindola · 8 years ago
  100. e67048a Set the default type for .bss.foo. by Rafael Espindola · 8 years ago