1. 43e2a03 Fix some constructs that gcc-4.4 warns about. by Duncan Sands · 16 years ago
  2. 02dea8b Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to by Dan Gohman · 16 years ago
  3. 6e7b322 Fix typo. by Matthijs Kooijman · 16 years ago
  4. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  5. 94019f8 restore doxygen comment. by Chris Lattner · 16 years ago
  6. a8a118b Improve pass documentation and comments. by Gordon Henriksen · 16 years ago
  7. 9b34849 fix typo Duncan noticed by Chris Lattner · 16 years ago
  8. 8554cc2 Fix a crash when threading a block that includes a MRV call result. by Chris Lattner · 16 years ago
  9. eede65c Don't infininitely thread branches when a threaded edge by Chris Lattner · 16 years ago
  10. a5ddb59 Start doing the significantly useful part of jump threading: handle cases by Chris Lattner · 16 years ago
  11. ae65b3c Dig through multiple levels of AND to thread jumps if needed. by Chris Lattner · 16 years ago
  12. 6bf7750 Teach jump threading to thread through blocks like: by Chris Lattner · 16 years ago
  13. d38c14e refactor some code, no functionality change. by Chris Lattner · 16 years ago
  14. 037c781 fix grammar-o, thanks to Duncan for noticing. by Chris Lattner · 16 years ago
  15. 2cc6751 Use the new SplitBlockPredecessors to implement a todo. by Chris Lattner · 16 years ago
  16. bd3401f finish the first cut of a jump threading pass implementation. by Chris Lattner · 16 years ago
  17. f9065a9 we can only thread blocks when there is a pred we can determine the succ of. by Chris Lattner · 16 years ago
  18. 177480b improve comments, infrastructure, and add some validity checks for threading. by Chris Lattner · 16 years ago
  19. 8383a7b Add a new Jump Threading pass, which will handle cases by Chris Lattner · 16 years ago