1. 6af4f23 Remove redundant includes from lib/Transforms. by Michael Zolotukhin · 8 years ago
  2. 9e54b70 [BDCE] Don't check demanded bits on unsized types by Hal Finkel · 8 years ago
  3. a1067d9 [BDCE] reduce scope of an assert (PR34179) by Sanjay Patel · 8 years ago
  4. fe346f9 [BDCE] clear poison generators after turning a value into zero (PR33695, PR34037) by Sanjay Patel · 8 years ago
  5. ca68a3e [PM] Introduce an analysis set used to preserve all analyses over by Chandler Carruth · 9 years ago
  6. 1ed5396 [BDCE] Skip metadata while replacing uses. by Davide Italiano · 9 years ago
  7. 043e661 [BDCE/DebugInfo] Preserve llvm.dbg.value's argument. by Davide Italiano · 9 years ago
  8. 835facd [PM] Normalize FIXMEs for missing PreserveCFG to have the same wording. by Michael Kuperstein · 9 years ago
  9. bdc2971 [PM] BDCE: Fix caching of analyses. by Davide Italiano · 10 years ago
  10. 655a145 [PM] Port BDCE to the new pass manager. by Davide Italiano · 10 years ago
  11. aa641a5 Re-commit optimization bisect support (r267022) without new pass manager support. by Andrew Kaylor · 10 years ago
  12. 6013f45 Revert "Initial implementation of optimization bisect support." by Vedant Kumar · 10 years ago
  13. f0f2792 Initial implementation of optimization bisect support. by Andrew Kaylor · 10 years ago
  14. de16b44 Port DemandedBits to the new pass manager. by Michael Kuperstein · 10 years ago
  15. efbba72 Add GlobalsAA as preserved to a bunch of transforms by James Molloy · 10 years ago
  16. 87405c7 Separate out BDCE's analysis into a separate DemandedBits analysis. by James Molloy · 10 years ago
  17. 7819951 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
  18. 654e130 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  19. db82d2f Revert the new EH instructions by David Majnemer · 10 years ago
  20. ae2ffc8 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  21. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  22. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  23. a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
  24. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  25. 27aa142 add newline for easier reading; NFC by Sanjay Patel · 11 years ago
  26. 4393559 [BDCE] Don't forget uses of root instructions seen before the instruction itself by Hal Finkel · 11 years ago
  27. 2bb61ba [BDCE] Add a bit-tracking DCE pass by Hal Finkel · 11 years ago