1. a1cc848 Use SmallPtrSet explicitly for SmallSets with pointer types (NFC). by Florian Hahn · 7 years ago
  2. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  3. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  4. a373d18 Transforms: Introduce Transforms/Utils.h rather than spreading the declarations amongst Scalar.h and IPO.h by David Blaikie · 8 years ago
  5. ff8b8ae Add MemorySSA as loop dependency, disabled by default [NFC]. by Alina Sbirlea · 8 years ago
  6. dd40f5e [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  7. f09c1e3 Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC by Sanjoy Das · 9 years ago
  8. 9020872 Add a wrapper around copy_if in STLExtras; NFC by Sanjoy Das · 9 years ago
  9. baabda9 [PM] Port LoopLoadElimination to the new pass manager and wire it into by Chandler Carruth · 9 years ago
  10. 27d224f Fix LoopLoadElimination to keep original alignment on the inital hoisted store by Mehdi Amini · 9 years ago
  11. 2e03213 [LoopVersioning] Require loop-simplify form for loop versioning. by Florian Hahn · 9 years ago
  12. a3fe70d Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  13. 02d48be LoopLoadElimination should preserve GlobalsAA. by Eli Friedman · 9 years ago
  14. 2d006e7 Use the range variant of transform instead of unpacking begin/end by David Majnemer · 9 years ago
  15. 0a16c22 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
  16. 7853c1d Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC by Xinliang David Li · 9 years ago
  17. 94734ee [PM] refactor LoopAccessInfo code part-2 by Xinliang David Li · 9 years ago
  18. bd861ac [LLE] Don't hoist conditionally executed loads by Adam Nemet · 9 years ago
  19. bdbc522 [LAA] Default getInfo to not speculate symbolic strides. NFC by Adam Nemet · 9 years ago
  20. ecde1c7 Revert r272194 No need for it if loop Analysis Manager is used by Xinliang David Li · 9 years ago
  21. 572135f [PM] Refector LoopAccessInfo analysis code by Xinliang David Li · 9 years ago
  22. 15d1e64 [LAA] Rename "isStridedPtr" with "getPtrStride". NFC. by Denis Zobnin · 9 years ago
  23. d02872c [LLE] Fix typo from r263058 by Adam Nemet · 10 years ago
  24. aa641a5 Re-commit optimization bisect support (r267022) without new pass manager support. by Andrew Kaylor · 10 years ago
  25. 6013f45 Revert "Initial implementation of optimization bisect support." by Vedant Kumar · 10 years ago
  26. f0f2792 Initial implementation of optimization bisect support. by Andrew Kaylor · 10 years ago
  27. 7aba60c [LLE] Check for mismatching types between the store and the load earlier by Adam Nemet · 10 years ago
  28. efb2341 [LLE] Add missed LoopSimplify dependence by Adam Nemet · 10 years ago
  29. 660748c [LLE] Add missing check for unit stride by Adam Nemet · 10 years ago
  30. efc091f [LLE] Fix a comment by Adam Nemet · 10 years ago
  31. 83be06e [LLE] Fix SingleSource/Benchmarks/Polybench/stencils/jacobi-2d-imper with Polly by Adam Nemet · 10 years ago
  32. 9455c1d [LoopLoadElim] Don't allow versioning when optForSize by Adam Nemet · 10 years ago
  33. 0de2fec [SCEV] Add and use SCEVConstant::getAPInt; NFCI by Sanjoy Das · 10 years ago
  34. 86de80d [LLE] Use the PredicatedScalarEvolution interface to query SCEVs for dependences by Silviu Baranga · 10 years ago
  35. 9cd9a7e Re-commit r255115, with the PredicatedScalarEvolution class moved to by Silviu Baranga · 10 years ago
  36. ad1ccb3 Revert r255115 until we figure out how to fix the bot failures. by Silviu Baranga · 10 years ago
  37. 41eb682 [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions by Silviu Baranga · 10 years ago
  38. 2910a4f Allow LLE/LD and the loop versioning infrastructure to use SCEV predicates by Silviu Baranga · 10 years ago
  39. 83c4b68 ADT: Remove last implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  40. 7c94c9b Fix unused variable warning from r252017 by Adam Nemet · 10 years ago
  41. e54a4fa LLE 6/6: Add LoopLoadElimination pass by Adam Nemet · 10 years ago