1. c09fbb0 [InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding by Sanjay Patel · 8 years ago
  2. 59f9abe [InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) where the not is an inverted compare. NFC by Craig Topper · 8 years ago
  3. c301a9e [InstCombine] Move 4 test cases from a test that didn't use FileCheck and merge them into a existing test file. NFC by Craig Topper · 8 years ago
  4. 9e7e63a [InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; NFC by Sanjay Patel · 8 years ago
  5. 49ca68c [wasm] Update two tests for r308025 which causes scheduling changes due by Chandler Carruth · 8 years ago
  6. e039298 [InstCombine] allow (0 - x) & 1 --> x & 1 for vectors by Sanjay Patel · 8 years ago
  7. 170e6bc [InstCombine] remove dead code/tests; NFCI by Sanjay Patel · 8 years ago
  8. feeb3870 Revert r308078 (and subsequent tweak in r308079) which introduces a test by Chandler Carruth · 8 years ago
  9. e998b6e [LoopInterchange] Add some optimization remarks. by Florian Hahn · 8 years ago
  10. 4b03014 [docs] AliasAnalysis: clarify that PartialAlias doesn't enforce by Nuno Lopes · 8 years ago
  11. ed50411 [PM/LCG] Teach the LazyCallGraph to maintain reference edges from every by Chandler Carruth · 8 years ago
  12. b515119 [mips] Handle the `long-calls` feature flags in the MIPS backend by Simon Atanasyan · 8 years ago
  13. 55ceb9c SystemZCodeGen: Update libdeps. r308024 introduced LoopDataPrefetchPass. by NAKAMURA Takumi · 8 years ago
  14. d7e9378 bpf: fix a compilation bug due to unused variable for release build by Yonghong Song · 8 years ago
  15. 078c435 AMDGPU: Return correct type during argument lowering by Matt Arsenault · 8 years ago
  16. 31b76d9 [SLPVectorizer] Add an extra parameter to tryScheduleBundle function, NFCI. by Dinar Temirbulatov · 8 years ago
  17. 7c423e0 bpf: generate better lowering code for certain select/setcc instructions by Yonghong Song · 8 years ago
  18. cf17bf0 Require asserts in new test that uses debug flag by Teresa Johnson · 8 years ago
  19. 5758e8d [ThinLTO] Ensure we always select the same function copy to import by Teresa Johnson · 8 years ago
  20. 8c939cb [TTI] Refine the cost of EXT in getUserCost() by Haicheng Wu · 8 years ago
  21. 2cf034e [libFuzzer] remove stale code by Kostya Serebryany · 8 years ago
  22. 37b0ef0 [Dominators] Fix reachable visitation and reenable a unit test by Jakub Kuderski · 8 years ago
  23. eff738f [Dominators] Temporarily disable a flaky unit test by Jakub Kuderski · 8 years ago
  24. 948973b [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1 by Justin Bogner · 8 years ago
  25. f8411a4 Add missing space to comment by Adrian Prantl · 8 years ago
  26. 0ffc7d0 [Dominators] Remove an extra semicolon and add a missing include. by Jakub Kuderski · 8 years ago
  27. 82f51d5 [Dominators] Implement incremental deletions by Jakub Kuderski · 8 years ago
  28. 7bdecb4 [libFuzzer] fix stats during merge by Kostya Serebryany · 8 years ago
  29. 2377605 [AArch64] Avoid selecting XZR inline ASM memory operand by Yi Kong · 8 years ago
  30. 7d7873e [AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1) by Geoff Berry · 8 years ago
  31. b3f60e3 [Dominators] Add a missing include by Jakub Kuderski · 8 years ago
  32. 33778b7 [AMDGPU] Throw away more dead code. NFCI. by Davide Italiano · 8 years ago
  33. 79eefe9 [Dominators] Implement incremental insertions by Jakub Kuderski · 8 years ago
  34. a774076 Fix mixed line terminators. NFC. by Dimitry Andric · 8 years ago
  35. fe9291f [EarlyCSE] Handle calls with no MemorySSA info. by Geoff Berry · 8 years ago
  36. 18e1269 [JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB() by Haicheng Wu · 8 years ago
  37. 2670e69 [Hexagon] Replace ISD opcode VPACK with VPACKE/VPACKO, NFC by Krzysztof Parzyszek · 8 years ago
  38. 9994117 [AMDGPU] Garbage collect dead code. NFCI. by Davide Italiano · 8 years ago
  39. c68f8f2 [TableGen][MC] Fix a few places where we didn't hide the underlying type of LaneBitmask very well. by Craig Topper · 8 years ago
  40. cb10552 [Dominators] Make IsPostDominator a template parameter by Jakub Kuderski · 8 years ago
  41. 1356a15 [AMDGPU] Do not insert an instruction into worklist twice in movetovalu by Alfred Huang · 8 years ago
  42. 3a82e35 [Dominators] Simplify block and node printing by Jakub Kuderski · 8 years ago
  43. 9cdd4dd [llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readable form. by George Rimar · 8 years ago
  44. 9d612bd [Hexagon] Add intrinsics for data cache operations by Krzysztof Parzyszek · 8 years ago
  45. af49601 [InstCombine] convert bitwise (in)equality checks to logical ops (PR32401) by Sanjay Patel · 8 years ago
  46. a457d34 Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" by Simon Dardis · 8 years ago
  47. fff3d70 [InstCombine] add tests for PR32401; NFC by Sanjay Patel · 8 years ago
  48. d051d7f [SystemZ] Minor fixing in SystemZScheduleZ196.td by Jonas Paulsson · 8 years ago
  49. 7d5e486 [InstCombine] auto-generate complete test checks; NFC by Sanjay Patel · 8 years ago
  50. be4d3e6 Improve Aliasing of operations to static alloca by Nirav Dave · 8 years ago
  51. 7392b5a [SystemZ] Enable LoopDataPrefetch pass. by Jonas Paulsson · 8 years ago
  52. f989309 Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" by Simon Dardis · 8 years ago
  53. 8f691f1 Reverting commit 308011. by Zoran Jovanovic · 8 years ago
  54. 3a788ca [mips][microMIPS] Extending size reduction pass with ADDIUSP and ADDIUR1SP by Zoran Jovanovic · 8 years ago
  55. a6ef55b [ARM] GlobalISel: Support G_BRCOND by Diana Picus · 8 years ago
  56. 9575322 [SystemZ] Minor fixing in SystemZScheduleZEC12.td by Jonas Paulsson · 8 years ago
  57. 45a832a [RelTest] Diana is doing both releases now by Renato Golin · 8 years ago
  58. 676084e [ARM] Allow rematerialization of ARM Thumb literal pool loads by Sam Parker · 8 years ago
  59. a9a5cb9 [IRCE] Fix corner case with Start = INT_MAX by Max Kazantsev · 8 years ago
  60. 6173f58 [opt-viewer] Flush stdout after progress update by Adam Nemet · 8 years ago
  61. 66d21bb Add a set of comments explaining why getSubtargetImpl() is deleted on these targets. by Eric Christopher · 8 years ago
  62. 4cbfb42 [SLPVectorizer] Add an extra parameter to alreadyVectorized function, NFCI. by Dinar Temirbulatov · 8 years ago
  63. 1b2c114 Remove set but not used variables from the debug info verifier code. by Eric Christopher · 8 years ago
  64. c0e7d7e [CMake]Use LLVM_LIBRARY_DIR for lib path. by Leo Li · 8 years ago
  65. ac4ebc9 [libFuzzer] update the comments in afl/afl_driver.cpp by Kostya Serebryany · 8 years ago
  66. 12ab215 [libFuzzer] remove stale code; NFC by Kostya Serebryany · 8 years ago
  67. f9915c2 AMDGPU: Detect kernarg segment pointer by Matt Arsenault · 8 years ago
  68. 06e0ac2 [libFuzzer] simplify the handling of memmem/strstr by Kostya Serebryany · 8 years ago
  69. 9fc15af [AMDGPU] fcaninicalize optimization for GFX9+ by Stanislav Mekhanoshin · 8 years ago
  70. e302dc7 [DWARF] Introduce verification for the unit header chain in .debug_info section to llvm-dwarfdump. by Spyridoula Gravani · 8 years ago
  71. 486906f [Dominators] Define Arc less-than operator inline. by Jakub Kuderski · 8 years ago
  72. 2ead42c [libFuzzer] move code around; NFC by Kostya Serebryany · 8 years ago
  73. c3e0164 Fix build due to const-correctness issue after last minute refactoring by Reid Kleckner · 8 years ago
  74. 773ac0d [PDB] Fix quadratic behavior when writing a BinaryItemStream by Reid Kleckner · 8 years ago
  75. 5073cf0 [Dominators] Rename Update.Arc to Update.Edge by Jakub Kuderski · 8 years ago
  76. a20c1d0 AMDGPU: Annotate call graph with used features by Matt Arsenault · 8 years ago
  77. 40d6772 [Dominators] Add CFGBuilder testing utility by Jakub Kuderski · 8 years ago
  78. 1a2e7d2 [Dominators] Simplify templates by Jakub Kuderski · 8 years ago
  79. 1ff1f35 [Orc] Fix some Error-related fixmes in CompileOnDemandLayer now that the layer by Lang Hames · 8 years ago
  80. 0dea231 [InstCombine] put tests for commuted variants of the same fold together; NFC by Sanjay Patel · 8 years ago
  81. b49a9007 [Dominators] Split SemiNCA into smaller functions by Jakub Kuderski · 8 years ago
  82. dbe558c [NFC] Move DEBUG_TYPE below includes in Hexagon by Jakub Kuderski · 8 years ago
  83. fe30dbf [PDB] Fix type server handling for archives by Reid Kleckner · 8 years ago
  84. 1438218 [NFC] Move DEBUG_TYPE macro below includes... by Jakub Kuderski · 8 years ago
  85. e603cb0 Revert "[mips][mt][6/7] Add support for mftr, mttr instructions." by Simon Dardis · 8 years ago
  86. 92aa19c [lit] add a -vv option to echo all executed commands. by George Karpenkov · 8 years ago
  87. 7201848 [X86][tests] Added rotate_vec.ll CodeGen test. NFC precommit for bug 33691 fix. by Andrew Zhogin · 8 years ago
  88. 1745e24 [Dominators] Improve reachability verification by Jakub Kuderski · 8 years ago
  89. 47999fe [Hexagon] Use VSPLAT instead of COMBINE for vectors of type v2i32, NFC by Krzysztof Parzyszek · 8 years ago
  90. 35b282e [PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16 by Nemanja Ivanovic · 8 years ago
  91. 4632cb1 [InstCombine] add descriptive comments for tests; NFC by Sanjay Patel · 8 years ago
  92. a87a22c Fix unused variable warning on EXPENSIVE_CHECKS release builds. NFCI. by Simon Pilgrim · 8 years ago
  93. fec0c65 [AArch64] Implement support for windows style vararg functions by Martin Storsjo · 8 years ago
  94. 5dbda1e [llvm-objdump] Properly print MachO aarch64 addend relocations by Martin Storsjo · 8 years ago
  95. d7b55eb Documentation fix. NFC. by Rafael Espindola · 8 years ago
  96. f9cb621 Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbot by Reid Kleckner · 8 years ago
  97. d665766 Support: Add llvm::center_justify. by Frederich Munch · 8 years ago
  98. 74479e8 [GlobalOpt] Autogenerate checks for the test in PR33686. by Davide Italiano · 8 years ago
  99. 32dcdb9 Reapply [GlobalOpt] Remove unreachable blocks before optimizing a function. by Davide Italiano · 8 years ago
  100. 4e53652 [AArch64] Enable the mnemonic spell checker by Sjoerd Meijer · 8 years ago