1. 415d5ca Remove unused X86Subtarget argument from getOnesVector. by Eric Christopher · 8 years ago
  2. 95ca5b5 Somehow this still breaks because of ANSI color codes in test output on Linux. by Adrian McCarthy · 8 years ago
  3. 89441d7 Fix build break after r298623 by Adrian McCarthy · 8 years ago
  4. cdc303e [ARM] Fix computeKnownBits for ARMISD::CMOV by Pirama Arumuga Nainar · 8 years ago
  5. 83cc1fc Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB] by Adrian McCarthy · 8 years ago
  6. 77a842c [LV] Vectorize GEPs by Matthew Simpson · 8 years ago
  7. de4fa98 [X86][SSE] Extract elements from narrower shuffle masks. by Simon Pilgrim · 8 years ago
  8. 49901e7 [LV] Delete unneeded scalar GEP creation code by Matthew Simpson · 8 years ago
  9. 9efd978 [PPC] Add generated tests for all atomic operations by Tim Shen · 8 years ago
  10. cdcf70c [WebAssembly] Fix import type to be signed LEBs by Derek Schuff · 8 years ago
  11. 9b7e7ec [x86] add memcmp tests, remove run by Sanjay Patel · 8 years ago
  12. 99f73dd Add option to control whether llvm-pdbdump outputs in color by Adrian McCarthy · 8 years ago
  13. 6a1a59e [GlobalISel][X86] Support G_STORE/G_LOAD operation by Igor Breger · 8 years ago
  14. ed770d4 [SDAG] Fix zeroExtend assertion error by Nirav Dave · 8 years ago
  15. be249ed Do not polute the source directory. by Vassil Vassilev · 8 years ago
  16. b9056a6 Do not set branch weight if the branch weight annotation is present. by Dehao Chen · 8 years ago
  17. 416795a X86FixupBWInsts: Minor cleanup. NFC by Zvi Rackover · 8 years ago
  18. 75d0a5b [Mips] Emit the correct DINS variant by Strahinja Petrovic · 8 years ago
  19. bec15f2 [X86][SSE] Tidyup canWidenShuffleElements. NFCI. by Simon Pilgrim · 8 years ago
  20. 8ee8b3b [Mips] Fix for decoding DINS instruction - disassembler by Strahinja Petrovic · 8 years ago
  21. 2e589bb [X86][SSE] Add computeNumSignBits test for sitofp of (extended) i64 extracted element by Simon Pilgrim · 8 years ago
  22. d0885af [GlobalISel][X86] clang-format. NFC by Igor Breger · 8 years ago
  23. 414ca07 [X86][TD][vpmovm2 ] New TD pattern for the vpmovm2 instruction by Michael Zuckerman · 8 years ago
  24. 31f7be5 [ValueTracking] Use APInt::isNegative instead of using operator[BitWidth-1]. NFCI by Craig Topper · 8 years ago
  25. fe5b80b [ValueTracking] Use setAllBits/setSignBit/setLowBits/setHighBits. NFCI by Craig Topper · 8 years ago
  26. ba5e420 [IR] Use a binary search in DataLayout::getAlignmentInfo by Craig Topper · 8 years ago
  27. a3bd80e [IR] Mark Use::getUser and Use::getImpliedUse as LLVM_READONLY. by Craig Topper · 8 years ago
  28. b67347f [ARM] Reduce code duplication by factoring out in a lambda. NFCI. by Davide Italiano · 8 years ago
  29. f20bf72 [codeview] Move type index remapping logic to type merger by Reid Kleckner · 8 years ago
  30. c2a07e2 [AArch64] Drive-by cleanup, make this code shorter. NFCI. by Davide Italiano · 8 years ago
  31. 8e3da3b Reapply r298417 "[ARM] Recommit the glueless lowering of addc/adde in Thumb1" by Artyom Skrobov · 8 years ago
  32. f49ec0f [AMDGPU] Do not emit isa info as code object metadata by Konstantin Zhuravlyov · 8 years ago
  33. ec8ade8 [ARM] simplifying t2_so_imm_neg as suggested by Eli Friedman in D31242 (NFC) by Artyom Skrobov · 8 years ago
  34. a539af9 [AMDGPU] Emit kernel debug properties as code object metadata by Konstantin Zhuravlyov · 8 years ago
  35. 93cb3da [AMDGPU] Emit kernel code properties as code object metadata by Konstantin Zhuravlyov · 8 years ago
  36. 9e695dc Clean up some Subtarget uses and casts in the X86 backend, removing unnecessary work or calls. by Eric Christopher · 8 years ago
  37. 2a46794 [x86] improve tests, add tests, auto-generate checks; NFC by Sanjay Patel · 8 years ago
  38. 1c4f185 [AMDGPU] Restructure code object metadata creation by Konstantin Zhuravlyov · 8 years ago
  39. bc72a21 [AMDGPU] Fix bug 31610 by Konstantin Zhuravlyov · 8 years ago
  40. 0010ede c++filt: support COFF import thunks by Saleem Abdulrasool · 8 years ago
  41. 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
  42. 6cde877 [LVI] Add an LVI printer pass to capture test LVI cache after transformations by Anna Thomas · 8 years ago
  43. 2b66aee Preserve nonnull metadata on Loads through SROA & mem2reg. by Luqman Aden · 8 years ago
  44. e53e585 IPO: Const correctness for summaries passed into passes. by Peter Collingbourne · 8 years ago
  45. 49df148 IR: Fix a race condition in type id clients of ModuleSummaryIndex. by Peter Collingbourne · 8 years ago
  46. fbf2dad Document the status quo of DIExpression semantics in LangRef.rst by Adrian Prantl · 8 years ago
  47. 9c7f94f Rename helper functions in DwarfExpression to be less misleading (NFC) by Adrian Prantl · 8 years ago
  48. 873f835 Fix testcase on windows. by Adrian Prantl · 8 years ago
  49. cdd1430 [InstCombine] canonicalize insertelement of scalar constant ahead of insertelement of variable by Sanjay Patel · 8 years ago
  50. 79ea811 Fix PR32298 by adding an early exit to getFrameIndexExprs(). by Adrian Prantl · 8 years ago
  51. c5caccf Make the home_directory test a little more resilient. by Zachary Turner · 8 years ago
  52. 2811bb8 Make home_directory look in the password database in addition to $HOME. by Zachary Turner · 8 years ago
  53. 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
  54. 3058248 Add default typo to .tbss.* by Rafael Espindola · 8 years ago
  55. e67048a Set the default type for .bss.foo. by Rafael Espindola · 8 years ago
  56. 354d235 Produce INIT_ARRAY for sections named .init_array.* by Rafael Espindola · 8 years ago
  57. 6176e44 [AMDGPU][MC] Fix for Bug 28204 + LIT tests by Dmitry Preobrazhensky · 8 years ago
  58. 9570208 [CMake] Use variable interpolation instead of string concatenation by Serge Pavlov · 8 years ago
  59. f7a3695 [X86] Add multiply by constant tests (PR28513) by Simon Pilgrim · 8 years ago
  60. ef253e2 r286814 resulted that CallPenalty can be subtracted twice: by Evgeny Astigeevich · 8 years ago
  61. 490efde [X86] Remove unnecessary duplicate code (PR30649). NFCI. by Simon Pilgrim · 8 years ago
  62. 84c3daf Revert "[ScalarEvolution] Predicate implication from operations" by Max Kazantsev · 8 years ago
  63. f448321 [ValueTracking] Make sure we keep range metadata information when calculating known bits for calls to bitreverse intrinsic. by Craig Topper · 8 years ago
  64. 5b64d78 [ValueTracking] use setLowBits/setHighBits/setBitsFrom to replace |= getHighBits/getLowBits. NFCI by Craig Topper · 8 years ago
  65. 9121f7e [X86] Remove an unused function from release builds. Reported by gccs unused function warning. by Craig Topper · 8 years ago
  66. 23d3b2f [SystemZ] Don't drop any operands in expandZExtPseudo() by Jonas Paulsson · 8 years ago
  67. 122028f Revert "[ARM] Recommit the glueless lowering of addc/adde in Thumb1, including the amended (no UB anymore) fix for adding/subtracting -2147483648." by Vitaly Buka · 8 years ago
  68. 767f8dd [ScalarEvolution] Predicate implication from operations by Max Kazantsev · 8 years ago
  69. 81e6d00 lit: remove python2-isms by Brian Gesiak · 8 years ago
  70. 2612791 [InstCombine] Teach SimplifyDemandedUseBits to shrink Constants on the left side of subtracts by Craig Topper · 8 years ago
  71. 3c488ca [codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLIST by Reid Kleckner · 8 years ago
  72. 1b722a4 [GlobalISel]: Create VREGs for ConstantInt args by Aditya Nandakumar · 8 years ago
  73. a284ce2 Don't compose DWARF expressions with multiple subregisters. by Adrian Prantl · 8 years ago
  74. 5b1a3cb DwarfExpression: Defer emitting DWARF register operations by Adrian Prantl · 8 years ago
  75. 5fead02 Make test more robust by Adam Nemet · 8 years ago
  76. d10b8de Resubmit "Improve StringMap iterator support." by Zachary Turner · 8 years ago
  77. a4a05c5 [GlobalISel] Update DBG_VALUEs referencing DCE'd instructions. by Ahmed Bougacha · 8 years ago
  78. de65337 [GlobalISel] Don't translate br to layout successor. by Ahmed Bougacha · 8 years ago
  79. a28580d [IR] Remove validAlignment and validPointer methods DataLayout as they aren't used. by Craig Topper · 8 years ago
  80. 956477d AMDGPU: Remove hasSideEffects from SI_RETURN_TO_EPILOG by Matt Arsenault · 8 years ago
  81. 9be3bb9 GlobalISel: respect BooleanContents when extending i1. by Tim Northover · 8 years ago
  82. dc55587 AMDGPU: Rename SI_RETURN by Matt Arsenault · 8 years ago
  83. 9c890fc SplitKit: Fix subreg copy related problems by Matthias Braun · 8 years ago
  84. d706d03 AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel by Matt Arsenault · 8 years ago
  85. 123d0b8 Revert "Improve StringMap iterator support." by Zachary Turner · 8 years ago
  86. 07435f1 GlobalISel: widen booleans by zero-extending to a byte. by Tim Northover · 8 years ago
  87. 53bbec9 Fix clang errors caused by StringMap iterator changes. by Zachary Turner · 8 years ago
  88. 26bdd1d Improve StringMap iterator support. by Zachary Turner · 8 years ago
  89. bf2f394 Remove eol-style:native from StringMap.h by Zachary Turner · 8 years ago
  90. 0be9db9 [InstCombine] regenerate checks; NFC by Sanjay Patel · 8 years ago
  91. 3479ed6 Let llvm.objectsize be conservative with null pointers by George Burgess IV · 8 years ago
  92. 287fe25 Do not inline hot callsites for samplepgo in thinlto compile phase. by Dehao Chen · 8 years ago
  93. 700f6ad [ADT] Add a version of llvm::join() that takes a range. by Zachary Turner · 8 years ago
  94. 1e509dc [X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH operators as a part of a compound expression by Coby Tayree · 8 years ago
  95. 3a3ac30 [X86] Remove extra semicolon to placate GCC. NFCI. by Davide Italiano · 8 years ago
  96. 4a0582c [ARM] Recommit the glueless lowering of addc/adde in Thumb1, by Artyom Skrobov · 8 years ago
  97. 26ad506 Delete eol-style:native SVN property. by Zachary Turner · 8 years ago
  98. 1f1b30a Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummary by Dehao Chen · 8 years ago
  99. 2a95895 Revert 298388 and 298389 because they broke some AMDGPU tests. by Adrian Prantl · 8 years ago
  100. 32a326f Recommit r298282 with fixes for memory allocation/deallocation by Krzysztof Parzyszek · 8 years ago