1. fbaf677 [X86][MMX] Fixed i32 extraction on 32-bit targets by Simon Pilgrim · 9 years ago
  2. c59b659 Cast to the right type on Windows. by Vassil Vassilev · 9 years ago
  3. 0110e74 [Hexagon] Skip blocks that define vector predicate registers in early-if by Krzysztof Parzyszek · 9 years ago
  4. 409bc1c Remove redundant include. by Vassil Vassilev · 9 years ago
  5. 3983dc2 Reland r296442 with modifications reverted in r296463. by Vassil Vassilev · 9 years ago
  6. 3f339ad [Hexagon] Properly handle 'q' constraint in 128-byte vector mode by Krzysztof Parzyszek · 9 years ago
  7. 6981f9a [PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack frame size by Nemanja Ivanovic · 9 years ago
  8. c40a2f9 The patch turns on epilogue unroll for loops with constant recurency start. by Evgeny Stupachenko · 9 years ago
  9. d541a81 [DAGCombiner] avoid assertion when folding binops with opaque constants by Sanjay Patel · 9 years ago
  10. 6a466e7 New tool: opt-diff.py by Adam Nemet · 9 years ago
  11. 5bf944f [opt-viewer] Treat remarks with different attributes as different by Adam Nemet · 9 years ago
  12. 76f5727 [opt-viewer] Don't use __getattr__ for missing YAML attributes by Adam Nemet · 9 years ago
  13. 4056116 [opt-viewer] Sort entries with identical hotness by source line by Adam Nemet · 9 years ago
  14. 05f3b73 Allow use of spaces in Bugpoint ‘--compile-command’ argument by David Bozier · 9 years ago
  15. 131b639 fix typo in comment; NFC by Sanjay Patel · 9 years ago
  16. 7bc4047 Re-apply "[GVNHoist] Move GVNHoist to function simplification part of pipeline." by Geoff Berry · 9 years ago
  17. d35d48c GlobalISel: record correct stack usage for signext parameters. by Tim Northover · 9 years ago
  18. 4f2d822 [InstCombine] Avoid faulty combines of select-cmp-br by Bjorn Pettersson · 9 years ago
  19. 201896c [ARM/AArch64] Update costs for interleaved accesses with wide types by Matthew Simpson · 9 years ago
  20. 6523b45 [ARM/AArch64] Support wide interleaved accesses by Matthew Simpson · 9 years ago
  21. 0aedea1 Do not leak OpenedHandles. by Vassil Vassilev · 9 years ago
  22. 465f5a1 [LV] Considier non-consecutive but vectorizable accesses for VF selection by Matthew Simpson · 9 years ago
  23. 3a93c4a Added special test covering a problem with PIC relocation model on SLM architecture. The fix will come in D26855. by Andrew V. Tischenko · 9 years ago
  24. e9106e2 Do not verify MachimeDominatorTree if it is not calculated by Serge Pavlov · 9 years ago
  25. 76fd0de Fix typo. NFCI by Xin Tong · 9 years ago
  26. 4dc7365 cmake: Configure the ThinLTO cache directory when using ELF lld or gold. by Peter Collingbourne · 9 years ago
  27. cc5ba44 LTO: When creating a local cache, create the cache directory if it does not already exist. by Peter Collingbourne · 9 years ago
  28. 0e90d42 LiveRegMatrix: Fix some subreg interference checks by Matthias Braun · 9 years ago
  29. 1174171 LiveIntervalUnion: Remove unused function; NFC by Matthias Braun · 9 years ago
  30. c099893 Revert r296708; causing test failures on ARM hosts. by Eli Friedman · 9 years ago
  31. f3b992a [Support] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  32. 73db972 Remove spurious use of LLVM_FALLTHROUGH (NFC) by Paul Robinson · 9 years ago
  33. a50f957 [DAGCombiner] mulhi + 1 never overflow. by Amaury Sechet · 9 years ago
  34. b424c9d [GlobalISel] Add a way for targets to enable GISel. by Ahmed Bougacha · 9 years ago
  35. 2880f2d Improve mulhi overflow test. NFC by Amaury Sechet · 9 years ago
  36. f58f293 [ARM] Fix insert point for store rescheduling. by Eli Friedman · 9 years ago
  37. 57bc519 Add polly to svn:ignore. by Eli Friedman · 9 years ago
  38. fc70228 [ARM] Check correct instructions for load/store rescheduling. by Eli Friedman · 9 years ago
  39. 7685de2 [DAGCombiner] fold binops with constant into select-of-constants by Sanjay Patel · 9 years ago
  40. 386f137 [Constant Hoisting] Avoid inserting instructions before EH pads by Reid Kleckner · 9 years ago
  41. deebf96 [MC] Fix MachineLocation constructor broken in r294685 (NFC). by Eugene Zelenko · 9 years ago
  42. ae3bacf Add test case for mulhi's overflow. NFC by Amaury Sechet · 9 years ago
  43. ea1f548 [DebugInfo] [DWARFv5] Unique abbrevs for DIEs with different implicit_const values by Victor Leschuk · 9 years ago
  44. abd2baf [DAGCombiner] Remove non-ascii character and reflow comment. by Benjamin Kramer · 9 years ago
  45. a9e2ca0 LIU:::Query: Query LiveRange instead of LiveInterval; NFC by Matthias Braun · 9 years ago
  46. 4c3428b Elide argument copies during instruction selection by Reid Kleckner · 9 years ago
  47. aa64e90 New tool: opt-stats.py by Adam Nemet · 9 years ago
  48. 22bd547 Re-enable BinaryStreamTest.StreamReaderObject. by Zachary Turner · 9 years ago
  49. c662d06 [APInt] Optimize APInt creation from uint64_t by Craig Topper · 9 years ago
  50. 14feb94 LIU::Query: Remove unused getter; NFC by Matthias Braun · 9 years ago
  51. a64f8b6 LIU::Query: Remove always false member+getter; NFC by Matthias Braun · 9 years ago
  52. 502404c LiveIntervalUnion: Remove unused functions; NFC by Matthias Braun · 9 years ago
  53. db610dd [InstCombine] use -instnamer and auto-generate complete checks; NFC by Sanjay Patel · 9 years ago
  54. 6256a69 Disable BinaryStreamTest.StreamReaderObject. by Zachary Turner · 9 years ago
  55. 49ddd66 [x86] add vector tests for more coverage of D30502; NFC by Sanjay Patel · 9 years ago
  56. e2f9d30 Improve scheduling with branch coalescing by Nemanja Ivanovic · 9 years ago
  57. e4dc80f [DAG] Prevent Stale nodes from entering worklist by Nirav Dave · 9 years ago
  58. 9b8fd98 Add test cases for merging stores of multiply used stores by Nirav Dave · 9 years ago
  59. b907366 [RDF] Replace {} with explicit constructor, since not all compilers like it by Krzysztof Parzyszek · 9 years ago
  60. 894edf6 NewGVN: Add debug counter for value numbering by Daniel Berlin · 9 years ago
  61. 859385d [DWARF] Print leading zeros in type signature by Paul Robinson · 9 years ago
  62. 858e806 [RDF] Add recursion limit to getAllReachingDefsRec by Krzysztof Parzyszek · 9 years ago
  63. ed2fd58 [PDB] Fix and re-enable BinaryStreamArray test. by Zachary Turner · 9 years ago
  64. ae89bb13 Reorder fields for better packing. (NFC) by Paul Robinson · 9 years ago
  65. 955228a enable building with LTO on Windows using clang-cl and lld by Bob Haarman · 9 years ago
  66. 1bde0ae Alphabetize some cases (NFC) by Paul Robinson · 9 years ago
  67. 4024478 Revert r296575 "[SLP] Fixes the bug due to absence of in order uses of scalars which needs to be available" by Hans Wennborg · 9 years ago
  68. 0863625 [DWARF] Default lower bound should respect requested DWARF version. by Paul Robinson · 9 years ago
  69. a4e5231 [DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load combine by Artur Pilipenko · 9 years ago
  70. 34045f5 [Hexagon] Fix testcase accidentally broken by r296645 by Krzysztof Parzyszek · 9 years ago
  71. 0d19bb2 [Hexagon] Fix lowering of formal arguments of type i1 by Krzysztof Parzyszek · 9 years ago
  72. ece82f9 [PDB] Re-add BinaryStreamTest. by Zachary Turner · 9 years ago
  73. ac59e4b [GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729) by Hans Wennborg · 9 years ago
  74. e6c13ec Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555) by Vedant Kumar · 9 years ago
  75. 952e639 [PDB] Remove use of std error codes. by Zachary Turner · 9 years ago
  76. 1896046 clang-format r296631 by Diana Picus · 9 years ago
  77. efd69e6 [ARM] GlobalISel: Lower call params that need extensions by Diana Picus · 9 years ago
  78. b87c498 [x86] auto-generate checks; NFC by Sanjay Patel · 9 years ago
  79. 37e0185 [x86] regenerate checks; NFC by Sanjay Patel · 9 years ago
  80. f789f6f [DeadStoreElimination] Check function modref behavior before considering memory clobbered by Igor Laevsky · 9 years ago
  81. 2747964 [mips] Drop unneeded REQUIRES line in test. NFCI by Simon Dardis · 9 years ago
  82. ee5d29b [PPC] add tests for select-of-constants with binop; NFC by Sanjay Patel · 9 years ago
  83. b89bfff [BasicAA] Take attributes into account when requesting modref info for a call site by Igor Laevsky · 9 years ago
  84. 8d23745 [SLP] Preserve IR flags when vectorizing horizontal reductions. by Alexey Bataev · 9 years ago
  85. b25d8fc [SLP] Preserve IR flags for extra args. by Alexey Bataev · 9 years ago
  86. ccd868a [ARM] Fix bash-ism in test by Oliver Stannard · 9 years ago
  87. b6dfd8e [ARM] Fix parsing of special register masks by Oliver Stannard · 9 years ago
  88. 145ace2 [SLP] Fix for PR32038: extra add of PHI node when it is not required. by Alexey Bataev · 9 years ago
  89. 5abd133 [X86] Fix creating vreg def after use. by Ayman Musa · 9 years ago
  90. 82d2de3 Process tilde in llvm::sys::path::native by Serge Pavlov · 9 years ago
  91. aac0739 Remove sometimes faulty rewrite of memcpy in instcombine. by Mikael Holmen · 9 years ago
  92. de3bf07 (Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space. by NAKAMURA Takumi · 9 years ago
  93. 0d660dd Revert r296581, "PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space." by NAKAMURA Takumi · 9 years ago
  94. f2c4103 PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space. by NAKAMURA Takumi · 9 years ago
  95. 90c4f1e [LV] These remark should have been missed remarks by Adam Nemet · 9 years ago
  96. b2ec2bd [SLP] Fixes the bug due to absence of in order uses of scalars which needs to be available by Mohammad Shahid · 9 years ago
  97. eaeac1f AMDGPU: Re-do update for branch-relaxation test by Matt Arsenault · 9 years ago
  98. 108b26d clang-format GenericDomTreeConstruction.h, since the current formatting makes it look like their is a bug in the loop indentation, and there is not by Daniel Berlin · 9 years ago
  99. 037e153 Only run the overloaded-intrinsic-name.ll test once, with FileCheck. by Daniel Berlin · 9 years ago
  100. ee51703 Keep attributes, calling convention, etc, when remangling intrinsic by Daniel Berlin · 9 years ago