1. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 13 years ago
  2. a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 13 years ago
  3. 8928291 by David Greene · 15 years ago
  4. 43ea505 Eliminate unnecessary LLVMContexts. by Dan Gohman · 15 years ago
  5. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  6. 7b876e4 make the build build. by Chris Lattner · 15 years ago
  7. 2688bcb Random updates to passes for indbr, I need blockaddress before I can do much more. by Chris Lattner · 15 years ago
  8. c2fc1fe Add a comment explaining why you would ever want to do this. by Nick Lewycky · 15 years ago
  9. 875646f Lett users of sparse propagation do their own thing with phi nodes if they want by Nick Lewycky · 15 years ago
  10. 1134dc5 Add newlines. by Nick Lewycky · 15 years ago
  11. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  12. 5defacc Move getTrue() and getFalse() to 2.5-like APIs. by Owen Anderson · 15 years ago
  13. 460f656 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 15 years ago
  14. b3056fa Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 15 years ago
  15. 76f600b Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. by Owen Anderson · 15 years ago
  16. 1d98870 Make Print callable from a pass's print method: add const qualifier. No by Torok Edwin · 16 years ago
  17. afcde47 "This patch adds a virtual call to AbstractLatticeFunction to derive a by Chris Lattner · 16 years ago
  18. ef61af0 Use Function::getEntryBlock instead of Function::begin, for clarity. by Dan Gohman · 16 years ago
  19. b22d6ac Print debug output when any edge becomes executable, including by Dan Gohman · 16 years ago
  20. 28a8dbc Add a bool to isEdgeFeasible that tells it whether to treat unknown by Chris Lattner · 16 years ago
  21. 4651f3d prune #includes. by Chris Lattner · 16 years ago
  22. ab7d9cc Add a new SparsePropagation analysis utility, which allows you to do by Chris Lattner · 16 years ago