1. 3142e69 Fix unused variable warning. by Richard Trieu · 9 years ago
  2. 611cb2c ARM: fix vectorized division on WoA by Saleem Abdulrasool · 9 years ago
  3. fa8de5c NewGVN: Add basic dead and redundant store elimination by Daniel Berlin · 9 years ago
  4. b4e1dcd NVPTXCodeGen: Add IPO to libdeps, since r293189. by NAKAMURA Takumi · 9 years ago
  5. e581db1 [APFloat] Reduce some dispatch boilerplates. NFC. by Tim Shen · 9 years ago
  6. a7e6bc8 [NVPTX] [InstCombine] Add llvm_unreachable to appease MSVC. by Justin Lebar · 9 years ago
  7. 2420ede [NVPTX] Fix use-after-stack-free bug in InstCombineCalls. by Justin Lebar · 9 years ago
  8. 6bc6fda Constant fold switch inst when looking for trivial conditions to unswitch on. by Xin Tong · 9 years ago
  9. 90fe7e7 [PM] Port LoopLoadElimination to the new pass manager and wire it into by Chandler Carruth · 9 years ago
  10. d789934 [ARM][LegalizerInfo] Specify the type of the opcode. by Quentin Colombet · 9 years ago
  11. a441c0b [AArch64][LegalizerInfo] Specify the type of the opcode. by Quentin Colombet · 9 years ago
  12. cb24407 Revert "[AArch64][LegalizerInfo] Specify the type of the initialization list." by Quentin Colombet · 9 years ago
  13. 3e363a8 [NVPTX] Upgrade NVVM intrinsics in InstCombineCalls. by Justin Lebar · 9 years ago
  14. 0c722da [ValueTracking] Add comment that CannotBeOrderedLessThanZero does the wrong thing for powi. by Justin Lebar · 9 years ago
  15. 0c6a4bd [LangRef] Make @llvm.sqrt(x) return undef, rather than have UB, for negative x. by Justin Lebar · 9 years ago
  16. f8e4cd6c [PM] Flesh out almost all of the late loop passes. by Chandler Carruth · 9 years ago
  17. 49c910d [libFuzzer] simplify the value profiling callback further: don't use (idx MOD prime) on the hot path where it is useless anyway by Kostya Serebryany · 9 years ago
  18. c7fc061 [AArch64][LegalizerInfo] Specify the type of the initialization list. by Quentin Colombet · 9 years ago
  19. eff755f [libFuzzer] make sure (again) that __builtin_popcountl is compiled into popcnt by Kostya Serebryany · 9 years ago
  20. bcc64b8 [libFuzzer] simplify the value profile code and disable asan/msan on it by Kostya Serebryany · 9 years ago
  21. ba78b90 NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSession rename. by Adrian McCarthy · 9 years ago
  22. 566dac5 Switch the default for building GlobalISel. by Quentin Colombet · 9 years ago
  23. eca8aa6 CMake is funky on detecting Intel 17 as GCC compatible. by Yichao Yu · 9 years ago
  24. 6159a00 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  25. ac8bbff GlobalISel: support debug intrinsics. by Tim Northover · 9 years ago
  26. 78fa56c Revert a couple of InstCombine/Guard checkins by Sanjoy Das · 9 years ago
  27. e6f10d3 Add intrinsics for constrained floating point operations by Andrew Kaylor · 9 years ago
  28. e1c01cc [PM] Enable the main loop pass pipelines with everything but by Chandler Carruth · 9 years ago
  29. bf34add [obj2yaml] Produce correct output for invalid relocations. by Davide Italiano · 9 years ago
  30. f7b66eb [Hexagon] Require IPO library in Hexagon build by Krzysztof Parzyszek · 9 years ago
  31. 8dc127c NewGVN: Fix bug exposed by PR31761 by Daniel Berlin · 9 years ago
  32. 4eb218a [InstCombine] fold (X >>u C) << C --> X & (-1 << C) by Sanjay Patel · 9 years ago
  33. a28da41 [GlobalISel] Remove duplicate function using variadic templates. NFC. by Ahmed Bougacha · 9 years ago
  34. e264bcd [Hexagon] Add Hexagon-specific loop idiom recognition pass by Krzysztof Parzyszek · 9 years ago
  35. a3fb26f NewGVN: Add algorithm overview by Daniel Berlin · 9 years ago
  36. 6a295f2 [InstCombine] use m_APInt to allow (X << C) >>u C --> X & (-1 >>u C) with splat vectors by Sanjay Patel · 9 years ago
  37. 8f44449 [Doc][LangRef] Fix typo-ish error in description of Masked Gather by Zvi Rackover · 9 years ago
  38. 76aa95e [InstCombine] add tests for shift-shift folds; NFC by Sanjay Patel · 9 years ago
  39. 04acf64 [AArch64] Refine Kryo Machine Model by Balaram Makam · 9 years ago
  40. 68ce932 [IfConversion] Use reverse_iterator to simplify. NFC by Kyle Butt · 9 years ago
  41. eceaa2a [PPC] cleanup of mayLoad/mayStore flags and memory operands. by Sean Fertile · 9 years ago
  42. b0b549a NewGVN: Fix output of pr31578 testcase now that we mark unreachable blocks as unreachable by Daniel Berlin · 9 years ago
  43. c548ce3 NewGVN: Make unreachable blocks be marked with unreachable by Daniel Berlin · 9 years ago
  44. be4948c Replace addEarlyAsPossiblePasses callback with adjustPassManager by Stanislav Mekhanoshin · 9 years ago
  45. d9031ef Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
  46. eab2fdc [XRay][Arm32] Reduce the portion of the stub and implement more staging for tail calls - in LLVM by Serge Rogatch · 9 years ago
  47. dbb7a65 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
  48. dbe38eb Use shouldAssumeDSOLocal in classifyGlobalReference. by Rafael Espindola · 9 years ago
  49. 10559c6 [X86][SSE] Add support for combining ANDNP byte masks with target shuffles by Simon Pilgrim · 9 years ago
  50. 783633e [SCEV] Introduce add operation inlining limit by Daniil Fukalov · 9 years ago
  51. b818774 [X86][SSE] Pull out target shuffle resolve code into helper. NFCI. by Simon Pilgrim · 9 years ago
  52. c2598d4 Remove a '#if 0' that wasn't intended for commit in r293173. by Daniel Sanders · 9 years ago
  53. dbafc59 Attempt to fix windows buildbots after r293172. by Daniel Sanders · 9 years ago
  54. 2b464c4 [globalisel] Re-factor ISel matchers into a hierarchy. NFC by Daniel Sanders · 9 years ago
  55. 9016ce4 [AMDGPU] Fix typo in GCNSchedStrategy by Valery Pykhtin · 9 years ago
  56. 5db8081 Revert "[mips] N64 static relocation model support" by Simon Dardis · 9 years ago
  57. faae532 [LV] Fix an issue where forming LCSSA in the place that we did would by Chandler Carruth · 9 years ago
  58. 40f771f [mips] N64 static relocation model support by Simon Dardis · 9 years ago
  59. 4cead72 [ARM] GlobalISel: Load i1, i8 and i16 args from stack by Diana Picus · 9 years ago
  60. 69c8d68 [SLP] Add one more reduction operation for extra argument test to make by Alexey Bataev · 9 years ago
  61. c5374d2 [PM] Use PoisoningVH correctly when merely deleting entries in a map with it. by Chandler Carruth · 9 years ago
  62. 82579da Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture] by NAKAMURA Takumi · 9 years ago
  63. ac9b2d9 [TargetTransformInfo] Add override keywords to supporess -Winconsistent-missing-override. by Craig Topper · 9 years ago
  64. facc996 [AVX-512] Move the combine that runs combineBitcastForMaskedOp to the last DAG combine phase where I had originally meant to put it. by Craig Topper · 9 years ago
  65. 3cd2419 [X86] When bitcasting INSERT_SUBVECTOR/EXTRACT_SUBVECTOR to match masked operations, use the correct type for the immediate operand. by Craig Topper · 9 years ago
  66. 7cb6abb [TargetTransformInfo] Refactor and improve getScalarizationOverhead() by Jonas Paulsson · 9 years ago
  67. add597c [SLP] Fixed test for extra arguments in horizontal reductions. by Alexey Bataev · 9 years ago
  68. c3374e9 [DAGCombiner] Fold extract_subvector of undef to undef. Fold away inserting undef subvectors. by Craig Topper · 9 years ago
  69. fafe302 [X86] Add demanded elts support for the inputs to pclmul intrinsic by Craig Topper · 9 years ago
  70. c41f271 Revert test commit by Taewook Oh · 9 years ago
  71. c4a35ed test commit by Taewook Oh · 9 years ago
  72. 33e0aba [OptDiag] Predicates to check the same type of IR and MIR opt remarks by Adam Nemet · 9 years ago
  73. 988a421 gold-plugin: Fix test case. by Peter Collingbourne · 9 years ago
  74. 6d7e8f1 [PM] Simplify the new PM interface to the loop unroller and expose two by Chandler Carruth · 9 years ago
  75. a50ea04 [Loops] Restructure the LoopInfo verify function so that it more by Chandler Carruth · 9 years ago
  76. 289792d gold-plugin: Simplify naming of object files created with save-temps or obj-path. by Peter Collingbourne · 9 years ago
  77. f544b74 Fix --Wunused-function. by Rui Ueyama · 9 years ago
  78. 6c2c7c8 [libFuzzer] remove a bit of stale code by Kostya Serebryany · 9 years ago
  79. c43e068 [libFuzzer] further simplify __sanitizer_cov_trace_pc_guard by Kostya Serebryany · 9 years ago
  80. baa08a9 AMDGPU: Fold fneg into round instructions by Matt Arsenault · 9 years ago
  81. 9371686 [ImplicitNullChecks] Add a test demonstrating a case we don't get today by Sanjoy Das · 9 years ago
  82. df040aa [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented by Kostya Serebryany · 9 years ago
  83. 3ef6c7c [LoopUnroll] Properly update loopinfo for runtime unrolling by 2 by Michael Kuperstein · 9 years ago
  84. f73a486 [NewGVN] Skip uses in unreachable blocks. by Davide Italiano · 9 years ago
  85. c8168e7 [llc] Add -pass-remarks-output by Adam Nemet · 9 years ago
  86. e350b28 LowerTypeTests: Ignore external globals with type metadata. by Peter Collingbourne · 9 years ago
  87. 13aa2bf [libFuzzer] don't call GetPreviousInstructionPc on the hot path -- only when dumping the PCs by Kostya Serebryany · 9 years ago
  88. fdb7a50 [APFloat] Fix comments. NFC. by Tim Shen · 9 years ago
  89. 34292bd [ValueTracking] Implement SignBitMustBeZero correctly for sqrt. by Justin Lebar · 9 years ago
  90. ed1f855 Change the test added in r293099 so it does not have the string "llvm-nm" to fix by Kevin Enderby · 9 years ago
  91. 3e42698 [llc] Add -pass-remarks-with-hotness by Adam Nemet · 9 years ago
  92. 943b33c [NewGVN] Simplify folding a lambda used only once. NFCI. by Davide Italiano · 9 years ago
  93. 19925fc New OptimizationRemarkEmitter pass for MIR by Adam Nemet · 9 years ago
  94. 2355a8b [OptDiag] Split code region out of DiagnosticInfoOptimizationBase by Adam Nemet · 9 years ago
  95. 60c9e9f Fix for r293104, which renamed a directory. by Adrian McCarthy · 9 years ago
  96. 11e1d83 NFC: Rename (PDB) RawSession to NativeSession by Adrian McCarthy · 9 years ago
  97. 39a5a41 LangRef: Document the allowed metadata dropping transforms. by Peter Collingbourne · 9 years ago
  98. 0702b34 Add a warning when the llvm-nm -print-size flag is used on a Mach-O file as by Kevin Enderby · 9 years ago
  99. fe08370 Revert "[PPC] Give unaligned memory access lower cost on processor that supports it" by Daniel Jasper · 9 years ago
  100. 63bcde1 [pdb] Fix failing test by Zachary Turner · 9 years ago