1. 5a82c91 Analysis: Remove implicit ilist iterator conversions by Duncan P. N. Exon Smith · 10 years ago
  2. f1221bd [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  3. 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  4. cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
  5. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  6. 5b648af Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
  7. 513aaa5 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  8. 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
  9. faa00b7 by David Greene · 16 years ago
  10. f902c8c Eliminate unnecessary LLVMContexts. by Dan Gohman · 16 years ago
  11. d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  12. 6d8b15b make the build build. by Chris Lattner · 16 years ago
  13. c5c281e Random updates to passes for indbr, I need blockaddress before I can do much more. by Chris Lattner · 16 years ago
  14. 3b8bd05 Add a comment explaining why you would ever want to do this. by Nick Lewycky · 16 years ago
  15. 7e6deb1 Lett users of sparse propagation do their own thing with phi nodes if they want by Nick Lewycky · 16 years ago
  16. 6a3260e Add newlines. by Nick Lewycky · 16 years ago
  17. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  18. 23a204d Move getTrue() and getFalse() to 2.5-like APIs. by Owen Anderson · 16 years ago
  19. 6115b39 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 16 years ago
  20. c37bc69 Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 16 years ago
  21. f1f1743 Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. by Owen Anderson · 16 years ago
  22. 5202cc0 Make Print callable from a pass's print method: add const qualifier. No by Torok Edwin · 17 years ago
  23. 09e3b65 "This patch adds a virtual call to AbstractLatticeFunction to derive a by Chris Lattner · 17 years ago
  24. a61379e Use Function::getEntryBlock instead of Function::begin, for clarity. by Dan Gohman · 17 years ago
  25. 3ec5520 Print debug output when any edge becomes executable, including by Dan Gohman · 17 years ago
  26. f479856 Add a bool to isEdgeFeasible that tells it whether to treat unknown by Chris Lattner · 17 years ago
  27. 9fdb814 prune #includes. by Chris Lattner · 17 years ago
  28. 5287765 Add a new SparsePropagation analysis utility, which allows you to do by Chris Lattner · 17 years ago