1. afafc1c [InstCombine] Relax cttz/ctlz with select on zero by Nikita Popov · 7 years ago
  2. d5ac05f [InstCombine] Add vector tests for select + ctlz/cttz; NFC by Nikita Popov · 7 years ago
  3. bb2acb7 [gn build] Merge r350423 by Nico Weber · 7 years ago
  4. 4e45010 [gn build] Add build files for unittests under llvm/unittests/ExecutionEngine by Nico Weber · 7 years ago
  5. a4c540d [Inliner] Optimize shouldBeDeferred by Easwaran Raman · 7 years ago
  6. f33ed6d [X86] Require second operand of X86vshiftuniform to be an integer. NFC by Craig Topper · 7 years ago
  7. 4490099 [gn build] Add build files for unittests that load shared libraries by Nico Weber · 7 years ago
  8. 4d51285 Revert "Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"" by Evgeniy Stepanov · 7 years ago
  9. 86b1ba9 [gn build] Add build file for DebugInfoPDBTests by Nico Weber · 7 years ago
  10. faf2047 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
  11. 0e2aef9 [X86] Fix warning; NFC by Nikita Popov · 7 years ago
  12. e3c5a51 Update the pr_datasz of .note.gnu.property section. Patch by Xiang Zhang. by Vyacheslav Zakharin · 7 years ago
  13. ef0f0e1 [BDCE] Remove dead uses of arguments by Nikita Popov · 7 years ago
  14. 8ffa038 [AArch64] Adjust the cost model for Exynos M3 by Evandro Menezes · 7 years ago
  15. d096eb7 [X86] Add INSERT_SUBVECTOR to ComputeNumSignBits by Craig Topper · 7 years ago
  16. 9f623cb [x86] add tests for potential horizontal vector ops; NFC by Sanjay Patel · 7 years ago
  17. 1011e42 hwasan: Implement lazy thread initialization for the interceptor ABI. by Peter Collingbourne · 7 years ago
  18. 1f63024 [ThinLTO] Handle chains of aliases by Teresa Johnson · 7 years ago
  19. 3ce08ba [x86] lower extracted fadd/fsub to horizontal vector math; 2nd try by Sanjay Patel · 7 years ago
  20. bbbee1f [CodeExtractor] Do not extract unsafe lifetime markers by Vedant Kumar · 7 years ago
  21. 392e929 [InstCombine] reduce raw IR narrowing rotate patterns to funnel shift by Sanjay Patel · 7 years ago
  22. 8bc3ea3 [gn build] Merge r350351 by Nico Weber · 7 years ago
  23. 12707c9 [gn build] Commit change that should have been in r350410. by Nico Weber · 7 years ago
  24. 1442f91 [gn build] Add even more build files for LLVM unittests by Nico Weber · 7 years ago
  25. 65998e0 [gn build] Add more build files for LLVM unittests by Nico Weber · 7 years ago
  26. d02210f [gn build] Start adding build files for LLVM unittests by Nico Weber · 7 years ago
  27. 4dabe1f [gn build] Add check-llvm target and make it work by Nico Weber · 7 years ago
  28. c7e9581 [gn build] Add build file for libLTO.dylib by Nico Weber · 7 years ago
  29. 1b53749 [LICM] Adjust how moving the re-hoist point works by John Brawn · 7 years ago
  30. 23c6eb9 [gn build] Add build files for llvm/lib/{LineEditor,Testing/Support,TextAPI} by Nico Weber · 7 years ago
  31. a1e0885 Undo r350355 "[X86] Remove terrible DX Register parsing hack in parse operand. NFCI." by Nirav Dave · 7 years ago
  32. 4f03641 [CostModel][X86] Fix SSE1 FADD/FSUB costs by Simon Pilgrim · 7 years ago
  33. 1ac5e01 Revert patches 348835 and 348571 because they're by Ranjeet Singh · 7 years ago
  34. 2c32ed4 [CostModel][X86] Add SSE1 fp cost tests by Simon Pilgrim · 7 years ago
  35. 0333e48 Fix typo: "with he MODULE" -> "with the MODULE" by Mark Searles · 7 years ago
  36. 98472a7 [X86] Add VPSLLI/VPSRLI ((X >>u C1) << C2) SimplifyDemandedBits combine by Simon Pilgrim · 7 years ago
  37. 7fccc80 [MCA] Improved handling of in-order issue/dispatch resources. by Andrea Di Biagio · 7 years ago
  38. fa35690 [X86] Split immediate shifts tests. NFCI. by Simon Pilgrim · 7 years ago
  39. 5692e20 [ValueTracking] Fix a misuse of APInt in GetPointerBaseWithConstantOffset by Florian Hahn · 7 years ago
  40. 1943349 [gn build] Make write_cmake_config.py check that each key passed is unique by Nico Weber · 7 years ago
  41. f7d3b9b [MCA] Store extra information about processor resources in the ResourceManager. by Andrea Di Biagio · 7 years ago
  42. e533c8c [AArch64] Add command-line option predres by Diogo N. Sampaio · 7 years ago
  43. 9128e2a [CMake] Use XCODE_ATTRIBUTE properties for code signing and entitlements in Xcode by Stefan Granitz · 7 years ago
  44. d0537ad [WebAssembly] Split the checking from the sorting logic. by Richard Trieu · 7 years ago
  45. d9ad64b [memcpyopt] Remove a few unnecessary isVolatile() checks. NFC by Xin Tong · 7 years ago
  46. d4316bc [X86] Add post-isel peephole to fold KAND+KORTEST into KTEST if only the zero flag is used. by Craig Topper · 7 years ago
  47. 6263c2b revert r350369: [x86] lower extracted fadd/fsub to horizontal vector math by Sanjay Patel · 7 years ago
  48. 3622c84 [x86] lower extracted fadd/fsub to horizontal vector math by Sanjay Patel · 7 years ago
  49. 0db40de [WebAssembly] Optimize Irreducible Control Flow by Heejin Ahn · 7 years ago
  50. 976e457 [WebAssembly] Fixed disassembler not knowing about new brlist operand by Wouter van Oortmerssen · 7 years ago
  51. f3361c4 [WebAssembly] Made InstPrinter more robust by Wouter van Oortmerssen · 7 years ago
  52. b5f1a87 [x86] add 512-bit vector tests for horizontal ops; NFC by Sanjay Patel · 7 years ago
  53. b2dffa2 [x86] add AVX512 runs for horizontal ops; NFC by Sanjay Patel · 7 years ago
  54. 822a4f8 [X86] Add test case for D56283. by Craig Topper · 7 years ago
  55. 156e2dc [x86] remove dead CHECK lines from test file; NFC by Sanjay Patel · 7 years ago
  56. 798ea37 [x86] split tests for FP and integer horizontal math by Sanjay Patel · 7 years ago
  57. b8e8b82 [x86] add common FileCheck prefix to reduce assert duplication; NFC by Sanjay Patel · 7 years ago
  58. 9ccd63b [X86] Remove terrible DX Register parsing hack in parse operand. NFCI. by Nirav Dave · 7 years ago
  59. 7f75372 [DAGCombiner][x86] scalarize binop followed by extractelement by Sanjay Patel · 7 years ago
  60. 40b2c31 [AVR] Update integration/blink.ll as we now generate sbi/cbi instructions. by Nirav Dave · 7 years ago
  61. a25a344 [CaptureTracking] Add a unit test for MaxUsesToExplore by Artur Pilipenko · 7 years ago
  62. bf5049e [AMDGPU] Fix scalar operand folding bug that causes SHOC performance regression. by Alexander Timofeev · 7 years ago
  63. 8ef7f0e [UnrollRuntime] Move the DomTree verification under expensive checks by Anna Thomas · 7 years ago
  64. f29d757 Remove unused %host_cc lit pattern by Nico Weber · 7 years ago
  65. e367eba Reflow module.modulemap for readability by Adrian Prantl · 7 years ago
  66. ce64d36 Unbreak the modules build by splitting Target out into its own top-level module by Adrian Prantl · 7 years ago
  67. ce0779c Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"" by Stefan Granitz · 7 years ago
  68. 155efb7 Revert "[MachinePipeliner] Add missing header file to MachinePipeliner.h" by Stefan Granitz · 7 years ago
  69. aff9f2f [llvm-objcopy] Fix buildbots on older compilers by Jordan Rupprecht · 7 years ago
  70. 0818ca0 [MCStreamer] Use report_fatal_error in EmitRawTextImpl by Kristina Brooks · 7 years ago
  71. 18952b8 [elfabi] Introduce tool for ELF TextAPI by Armando Montanez · 7 years ago
  72. 9e31dd7 Rename TapiTests to TextAPITests by Nico Weber · 7 years ago
  73. a8887cf [x86] add tests for buildvector with extracted element; NFC by Sanjay Patel · 7 years ago
  74. 22cd3d3 Fix typos in comments by Jordan Rupprecht · 7 years ago
  75. 8dbe072 [llvm-objcopy][ELF] Implement a mutable section visitor that updates size-related fields (Size, EntrySize, Align) before layout. by Jordan Rupprecht · 7 years ago
  76. c5be1fd [UnrollRuntime] Add DomTree verification under debug mode by Anna Thomas · 7 years ago
  77. 559b7f6 [AArch64] Add new scheduling predicates by Evandro Menezes · 7 years ago
  78. 6da47be Python compat - no explicit reference to Python version by Serge Guelton · 7 years ago
  79. 19b8509 Python compat - iterator protocol by Serge Guelton · 7 years ago
  80. 39c1127 [CostModel][X86] Add truncate cost tests to cover all legal destination types by Simon Pilgrim · 7 years ago
  81. 2ae663f [MCA] Improve code comment and reuse an helper function in ResourceManager. NFCI by Andrea Di Biagio · 7 years ago
  82. 517ecb0 [RISCV][MC] Accept %lo and %pcrel_lo on operands to li by Alex Bradbury · 7 years ago
  83. 7633906 Python compat - decode/encode string by Serge Guelton · 7 years ago
  84. 247f1c6 Python compat - test if type is integral by Serge Guelton · 7 years ago
  85. 9f3acd1 Python compat - urllib by Serge Guelton · 7 years ago
  86. ee72f59 Python compat - has_key vs. in operator by Serge Guelton · 7 years ago
  87. e09ecd0 Python compat - map/filter by Serge Guelton · 7 years ago
  88. fdc4ee5 Python compat - iteritems() vs. items() by Serge Guelton · 7 years ago
  89. ed38195 Python compat - portable way of raising exceptions by Serge Guelton · 7 years ago
  90. 3050b0c [NFC] Remove unused Python import by Serge Guelton · 7 years ago
  91. 083a68e Pythran compat - range vs. xrange by Serge Guelton · 7 years ago
  92. 9d10653 Python compat - assertRaisesRegex by Serge Guelton · 7 years ago
  93. 60ccceb Python compat - print statement by Serge Guelton · 7 years ago
  94. 4956e30 [NewPM] Port Msan by Philip Pfaffe · 7 years ago
  95. af9a90b [NFC] Fix missing testfile change of rL350299 by Diogo N. Sampaio · 7 years ago
  96. f5af6a3 [X86] Cleanup saturated add/sub tests by Simon Pilgrim · 7 years ago
  97. d0fe191 [SLPVectorizer] Flag ADD/SUB SSAT/USAT intrinsics trivially vectorizable (PR40123) by Simon Pilgrim · 7 years ago
  98. 0048957 [ARM] Add command-line option for SB by Diogo N. Sampaio · 7 years ago
  99. 750bca5 [SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123) by Simon Pilgrim · 7 years ago
  100. ebc7c27 [MachinePipeliner] Add missing header file to MachinePipeliner.h by Lama Saba · 7 years ago