1. 4af0593 [LoadCombine] Avoid analysing dead basic blocks by Bjorn Pettersson · 9 years ago
  2. 714d9d2 [LoadCombine] Fix combining of loads which span an aliasing store. by Michael J. Spencer · 9 years ago
  3. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  4. a3d4def [LoadCombine] Simplify code with a brace init. NFC. by Benjamin Kramer · 9 years ago
  5. 3ffe2dd Address Eli's post-commit comments by David Majnemer · 9 years ago
  6. 3119599 [LoadCombine] Combine Loads formed from GEPS with negative indexes by David Majnemer · 9 years ago
  7. 6dfdbf1 [PM] LoadCombine preserves GlobalsAA, doesn't depend on it. by Davide Italiano · 10 years ago
  8. 84e1414 [PM/LoadCombine] Inline getAnalysisUsage(). NFCI. by Davide Italiano · 10 years ago
  9. 7ab9a7b Use a uniform name for the load combine pass. NFC. by Chad Rosier · 10 years ago
  10. aa641a5 Re-commit optimization bisect support (r267022) without new pass manager support. by Andrew Kaylor · 10 years ago
  11. 6013f45 Revert "Initial implementation of optimization bisect support." by Vedant Kumar · 10 years ago
  12. f0f2792 Initial implementation of optimization bisect support. by Andrew Kaylor · 10 years ago
  13. ba9fba8 Remove PreserveNames template parameter from IRBuilder by Mehdi Amini · 10 years ago
  14. 35abd05 Temporarily revert: by Eric Christopher · 10 years ago
  15. 99eab3d Remove PreserveNames template parameter from IRBuilder by Mehdi Amini · 10 years ago
  16. 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
  17. 1688a77 Fix a typo I spotted when hacking on SROA. Somewhat alarming that nothing broke. by Chandler Carruth · 10 years ago
  18. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  19. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  20. 79de6e6 Mark empty default constructors as =default if it makes the type POD by Benjamin Kramer · 11 years ago
  21. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  22. a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
  23. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  24. 840257a Use AA in LoadCombine by Hal Finkel · 11 years ago
  25. 573f3b5 Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended. by Aaron Ballman · 11 years ago
  26. 289067c Add LoadCombine pass. by Michael J. Spencer · 12 years ago