1. 1e77507 [AArch64][Falkor] Address some stylistic review comments. NFC. by Geoff Berry · 8 years ago
  2. 6c132cb [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well by Martin Storsjo · 8 years ago
  3. 9821580 Revert "Restore with fix "[ThinLTO] Ensure we always select the same function copy to import"" by Teresa Johnson · 8 years ago
  4. ebf3850 [ORC] Remove extraneous else. by Lang Hames · 8 years ago
  5. a5a016b Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests" by George Karpenkov · 8 years ago
  6. ef31468 [opt-viewer] Accept directories that are searched for opt.yaml files by Adam Nemet · 8 years ago
  7. 768246d [SystemZ] Add support for IBM z14 processor (3/3) by Ulrich Weigand · 8 years ago
  8. b5bf1de [SystemZ] Add support for IBM z14 processor (2/3) by Ulrich Weigand · 8 years ago
  9. 8ab242c [SystemZ] Add support for IBM z14 processor (1/3) by Ulrich Weigand · 8 years ago
  10. 02972a4 [llvm] Remove redundant check-prefix=CHECK from tests. NFC. by Mandeep Singh Grang · 8 years ago
  11. 7a0ca11 [Hexagon] Remove custom lowering of loads of v4i16 by Krzysztof Parzyszek · 8 years ago
  12. ae8aa36 Avoid store merge to f128 in context of noimpiccitfloat NFCI. by Nirav Dave · 8 years ago
  13. bbff56b [X86] Add LEA scheduling tests by Simon Pilgrim · 8 years ago
  14. 9df1993 [AMDGPU] CodeGen: check dst operand type to determine if omod is supported for VOP3 instructions by Sam Kolton · 8 years ago
  15. 9ee8c80 [X86][AVX512] Add lowering of vXi32/vXi64 ISD::ROTL/ISD::ROTR by Simon Pilgrim · 8 years ago
  16. cadc666 Fixed line endings. NFCI. by Simon Pilgrim · 8 years ago
  17. 3f5734d [CodeGen] Add begin-end iterators to MachineInstr by Javed Absar · 8 years ago
  18. 325ccf1 [YAMLTraits] Add filename support to yaml::Input by Alex Bradbury · 8 years ago
  19. 94e516e [X86][AVX] Fix typo in vector rotate tests by Simon Pilgrim · 8 years ago
  20. 1706e6e [X86][AVX512] Add constant splat vector rotate tests for D35463 by Simon Pilgrim · 8 years ago
  21. e59a543 [X86][AVX512] Regenerate shift tests by Simon Pilgrim · 8 years ago
  22. 42916d8 Remove unnecessary cast. NFCI. by Simon Pilgrim · 8 years ago
  23. e9faa09 [X86] Use MSVC's __cpuidex intrinsic instead of inline assembly in getHostCPUName/getHostCPUFeatures for 32-bit builds too. by Craig Topper · 8 years ago
  24. 5fa31a1 Analysis/MemorySSA.cpp: Prune unused "llvm/Transforms/Scalar.h". by NAKAMURA Takumi · 8 years ago
  25. b0885cf IR/Core.cpp: Prune unused "llvm/Bitcode/BitcodeReader.h". by NAKAMURA Takumi · 8 years ago
  26. 955ba01 Support/Path.cpp: Prune unused "llvm/BinaryFormat". by NAKAMURA Takumi · 8 years ago
  27. bca1a1a [COFF, ARM64] Add initial relocation types by Mandeep Singh Grang · 8 years ago
  28. 2f78d0a [AVR] Add/remove XFAILs to get the backend passing Generic CodeGen tests by Dylan McKay · 8 years ago
  29. a463daf [DAGCombiner] Recognise vector rotations with non-splat constants by Andrew Zhogin · 8 years ago
  30. facda75 [AVR] Fix a typo in the tests by Dylan McKay · 8 years ago
  31. 989615c AMDGPU: Fix amdgpu-flat-work-group-size/amdgpu-waves-per-eu check by Konstantin Zhuravlyov · 8 years ago
  32. 53b47dd [X86][AVX512] Add 512-bit vector rotate tests by Simon Pilgrim · 8 years ago
  33. df6aefc AMDGPU: Remove duplicate print outs from .AMDGPU.csdata by Konstantin Zhuravlyov · 8 years ago
  34. eb8bc2a [InstCombine] Don't violate dominance when replacing instructions. by Davide Italiano · 8 years ago
  35. 02f26df Strip trailing whitespace. NFCI by Simon Pilgrim · 8 years ago
  36. 6f41872 [X86] X86::CMOV to Branch heuristic based optimization. by Amjad Aboud · 8 years ago
  37. 1efe842 Apply explicit instantiation workaround to DominanceFrontier by Jakub Kuderski · 8 years ago
  38. d3c3132 [Dominators] Workaround explicit instantiation bug. by Jakub Kuderski · 8 years ago
  39. 9a59c1b [X86] Add F16C scheduling tests by Simon Pilgrim · 8 years ago
  40. 3b094f2 [X86] Add POPCNT scheduling tests by Simon Pilgrim · 8 years ago
  41. 3cccc12 [X86] Add BMI2 scheduling tests by Simon Pilgrim · 8 years ago
  42. 6294089 [X86] Add BMI1 scheduling tests by Simon Pilgrim · 8 years ago
  43. d4b88df [X86] Add LZCNT scheduling tests by Simon Pilgrim · 8 years ago
  44. 298666c [X86][SSE4A] Add EXTRQ/INSERTQ values to BTVER2 scheduling model by Simon Pilgrim · 8 years ago
  45. 0ad8ddd [X86][AVX] Regenerate tests with constant broadcast comments by Simon Pilgrim · 8 years ago
  46. a4a73ad [X86][AVX] Regenerate vector tzcnt tests with constant broadcast comments by Simon Pilgrim · 8 years ago
  47. 6d326a5 [X86][AVX] Regenerate vector idiv tests with constant broadcast comments by Simon Pilgrim · 8 years ago
  48. b55c234 [X86][AVX] Regenerate combine tests with constant broadcast comments by Simon Pilgrim · 8 years ago
  49. e3b8cd6 fix typos in comments; NFC by Hiroshi Inoue · 8 years ago
  50. 2dd9bf3 fix typos in comments; NFC by Hiroshi Inoue · 8 years ago
  51. a72a0be [InstSimplify] Use commutable matchers to simplify some code. NFC by Craig Topper · 8 years ago
  52. 279ac88 [InstCombine] Move (0 - x) & 1 --> x & 1 to SimplifyDemandedUseBits. by Craig Topper · 8 years ago
  53. d07283c Fix bot failures from r308114 by Teresa Johnson · 8 years ago
  54. 0feaa81 Attempt 2 to debug bot failures by Teresa Johnson · 8 years ago
  55. c30a2ba Attempt to debug bot failures by Teresa Johnson · 8 years ago
  56. 1599b9c Restore with fix "[ThinLTO] Ensure we always select the same function copy to import" by Teresa Johnson · 8 years ago
  57. fce9179 [IR] Implement Constant::isNegativeZeroValue/isZeroValue/isAllOnesValue/isOneValue/isMinSignedValue for ConstantDataVector without going through getElementAsConstant by Craig Topper · 8 years ago
  58. 1cadf61 [InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handle cases where one side doesn't simplify, but the other side resolves to an identity value by Craig Topper · 8 years ago
  59. 4902f1b [X86][AVX] Regenerate tests with constant broadcast comments by Simon Pilgrim · 8 years ago
  60. c877b6e [X86][AVX] Regenerate tests with constant broadcast comments by Simon Pilgrim · 8 years ago
  61. 5cb1c23 Strip trailing whitespace. NFCI by Simon Pilgrim · 8 years ago
  62. 4a5ccd4 [CodeView] Dump BuildInfoSym and ProcSym type indices by Reid Kleckner · 8 years ago
  63. 0b189e1 Fix mis-use of std::lower_bound by Reid Kleckner · 8 years ago
  64. c09fbb0 [InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding by Sanjay Patel · 8 years ago
  65. 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
  66. 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
  67. 9e7e63a [InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; NFC by Sanjay Patel · 8 years ago
  68. 49ca68c [wasm] Update two tests for r308025 which causes scheduling changes due by Chandler Carruth · 8 years ago
  69. e039298 [InstCombine] allow (0 - x) & 1 --> x & 1 for vectors by Sanjay Patel · 8 years ago
  70. 170e6bc [InstCombine] remove dead code/tests; NFCI by Sanjay Patel · 8 years ago
  71. feeb3870 Revert r308078 (and subsequent tweak in r308079) which introduces a test by Chandler Carruth · 8 years ago
  72. e998b6e [LoopInterchange] Add some optimization remarks. by Florian Hahn · 8 years ago
  73. 4b03014 [docs] AliasAnalysis: clarify that PartialAlias doesn't enforce by Nuno Lopes · 8 years ago
  74. ed50411 [PM/LCG] Teach the LazyCallGraph to maintain reference edges from every by Chandler Carruth · 8 years ago
  75. b515119 [mips] Handle the `long-calls` feature flags in the MIPS backend by Simon Atanasyan · 8 years ago
  76. 55ceb9c SystemZCodeGen: Update libdeps. r308024 introduced LoopDataPrefetchPass. by NAKAMURA Takumi · 8 years ago
  77. d7e9378 bpf: fix a compilation bug due to unused variable for release build by Yonghong Song · 8 years ago
  78. 078c435 AMDGPU: Return correct type during argument lowering by Matt Arsenault · 8 years ago
  79. 31b76d9 [SLPVectorizer] Add an extra parameter to tryScheduleBundle function, NFCI. by Dinar Temirbulatov · 8 years ago
  80. 7c423e0 bpf: generate better lowering code for certain select/setcc instructions by Yonghong Song · 8 years ago
  81. cf17bf0 Require asserts in new test that uses debug flag by Teresa Johnson · 8 years ago
  82. 5758e8d [ThinLTO] Ensure we always select the same function copy to import by Teresa Johnson · 8 years ago
  83. 8c939cb [TTI] Refine the cost of EXT in getUserCost() by Haicheng Wu · 8 years ago
  84. 2cf034e [libFuzzer] remove stale code by Kostya Serebryany · 8 years ago
  85. 37b0ef0 [Dominators] Fix reachable visitation and reenable a unit test by Jakub Kuderski · 8 years ago
  86. eff738f [Dominators] Temporarily disable a flaky unit test by Jakub Kuderski · 8 years ago
  87. 948973b [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1 by Justin Bogner · 8 years ago
  88. f8411a4 Add missing space to comment by Adrian Prantl · 8 years ago
  89. 0ffc7d0 [Dominators] Remove an extra semicolon and add a missing include. by Jakub Kuderski · 8 years ago
  90. 82f51d5 [Dominators] Implement incremental deletions by Jakub Kuderski · 8 years ago
  91. 7bdecb4 [libFuzzer] fix stats during merge by Kostya Serebryany · 8 years ago
  92. 2377605 [AArch64] Avoid selecting XZR inline ASM memory operand by Yi Kong · 8 years ago
  93. 7d7873e [AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1) by Geoff Berry · 8 years ago
  94. b3f60e3 [Dominators] Add a missing include by Jakub Kuderski · 8 years ago
  95. 33778b7 [AMDGPU] Throw away more dead code. NFCI. by Davide Italiano · 8 years ago
  96. 79eefe9 [Dominators] Implement incremental insertions by Jakub Kuderski · 8 years ago
  97. a774076 Fix mixed line terminators. NFC. by Dimitry Andric · 8 years ago
  98. fe9291f [EarlyCSE] Handle calls with no MemorySSA info. by Geoff Berry · 8 years ago
  99. 18e1269 [JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB() by Haicheng Wu · 8 years ago
  100. 2670e69 [Hexagon] Replace ISD opcode VPACK with VPACKE/VPACKO, NFC by Krzysztof Parzyszek · 8 years ago