1. 5815671 MachineLoop: add methods findLoopControlBlock and findLoopPreheader by Sjoerd Meijer · 9 years ago
  2. e9bc579 ADT: Remove == and != comparisons between ilist iterators and pointers by Duncan P. N. Exon Smith · 10 years ago
  3. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  4. 5ec1568 CodeGen: Continue removing ilist iterator implicit conversions by Duncan P. N. Exon Smith · 10 years ago
  5. d2c1d91 Rename LoopInfo::Analyze() to LoopInfo::analyze() and turn its parameter type to const&. by Cong Hou · 10 years ago
  6. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  7. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  8. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  9. 19f49ac Release build: guard dump functions with by Manman Ren · 13 years ago
  10. 742534c Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  11. fb2ba3e Enable the new LoopInfo algorithm by default. by Andrew Trick · 13 years ago
  12. ff2ed7b A new algorithm for computing LoopInfo. Temporarily disabled. by Andrew Trick · 13 years ago
  13. cda51d4 Move the implementation of LoopInfo into LoopInfoImpl.h. by Andrew Trick · 13 years ago
  14. 8ac477f Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 15 years ago
  15. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  16. d31d82d Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. by Owen Anderson · 15 years ago
  17. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  18. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  19. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  20. c3f2137 Restore dump() methods to Loop and MachineLoop. by Dan Gohman · 16 years ago
  21. 323c30c Explicit template instantiations must happen in the template's immediately by John McCall · 16 years ago
  22. a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  23. d383c2f Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. by Dan Gohman · 16 years ago
  24. 5ea74d5 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  25. 5434756 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  26. bcb44ba Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
  27. cc85ae1 Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, by Dan Gohman · 16 years ago
  28. 4f16a29 Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. by Dan Gohman · 16 years ago
  29. 0479aa5 Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  30. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  31. a8b7e78 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 18 years ago
  32. 7eac714 make this build with newer gcc's by Chris Lattner · 18 years ago
  33. 0c20943 Don't recalculate the loop info and loop dominators analyses if they're by Bill Wendling · 18 years ago
  34. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  35. 45a0c32 Add missing newlines at EOF. by Duncan Sands · 18 years ago
  36. 30767b1 Add MachineLoopInfo. This is not yet tested. by Owen Anderson · 18 years ago