1. a2f4098 by David Greene · 16 years ago
  2. 41a5888 Eliminate unnecessary LLVMContexts. by Dan Gohman · 16 years ago
  3. 4c3800f rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  4. 117d16b make the build build. by Chris Lattner · 16 years ago
  5. 41fc6ad Random updates to passes for indbr, I need blockaddress before I can do much more. by Chris Lattner · 16 years ago
  6. 4a5c6fa Add a comment explaining why you would ever want to do this. by Nick Lewycky · 16 years ago
  7. 4980177 Lett users of sparse propagation do their own thing with phi nodes if they want by Nick Lewycky · 16 years ago
  8. 28c17af Add newlines. by Nick Lewycky · 16 years ago
  9. 8a6411c eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  10. 4f720fa Move getTrue() and getFalse() to 2.5-like APIs. by Owen Anderson · 16 years ago
  11. 5d3ea96 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 16 years ago
  12. 71f286c6 Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 16 years ago
  13. e755b09 Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. by Owen Anderson · 16 years ago
  14. c97d932 Make Print callable from a pass's print method: add const qualifier. No by Edwin Török · 16 years ago
  15. 95ac37e "This patch adds a virtual call to AbstractLatticeFunction to derive a by Chris Lattner · 17 years ago
  16. 6e0678b Use Function::getEntryBlock instead of Function::begin, for clarity. by Dan Gohman · 17 years ago
  17. 57d7ac0 Print debug output when any edge becomes executable, including by Dan Gohman · 17 years ago
  18. fe6e97c Add a bool to isEdgeFeasible that tells it whether to treat unknown by Chris Lattner · 17 years ago
  19. cb8dc17 prune #includes. by Chris Lattner · 17 years ago
  20. 1c8c67e Add a new SparsePropagation analysis utility, which allows you to do by Chris Lattner · 17 years ago