1. e1b383f Restore dump() methods to Loop and MachineLoop. by Dan Gohman · 16 years ago
  2. 86dd20e Explicit template instantiations must happen in the template's immediately by John McCall · 16 years ago
  3. b44b429 improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  4. 7e3f3ce Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. by Dan Gohman · 16 years ago
  5. fdf9ee2 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  6. 6966301 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  7. 7b829a2 Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
  8. 42cf7cc Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, by Dan Gohman · 16 years ago
  9. 9b0abfe Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. by Dan Gohman · 16 years ago
  10. 66a636e Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  11. 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  12. bc8fb44 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  13. e2f2c4c make this build with newer gcc's by Chris Lattner · 18 years ago
  14. 6226436 Don't recalculate the loop info and loop dominators analyses if they're by Bill Wendling · 18 years ago
  15. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  16. 95412b3 Add missing newlines at EOF. by Duncan Sands · 18 years ago
  17. 815297c Add MachineLoopInfo. This is not yet tested. by Owen Anderson · 18 years ago