Commit History

Author SHA1 Message Date
  Owen Anderson 02dd53e1c5 Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 15 years ago
  Owen Anderson 90c579de5a Reapply r110396, with fixes to appease the Linux buildbot gods. 15 years ago
  Owen Anderson 1f74590e9d Revert r110396 to fix buildbots. 15 years ago
  Owen Anderson 9ccaf53ada Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 15 years ago
  Dan Gohman dda30cd4af Restore dump() methods to Loop and MachineLoop. 15 years ago
  John McCall f32616e0bd Explicit template instantiations must happen in the template's immediately 15 years ago
  Chris Lattner 7896c9f436 improve portability to avoid conflicting with std::next in c++'0x. 15 years ago
  Dan Gohman 81b16a3558 Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. 16 years ago
  Dan Gohman ad2afc2a42 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage 16 years ago
  Daniel Dunbar c5b19b21d8 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many 16 years ago
  Dan Gohman 933c762371 Manage MachineFunctions with an analysis Pass instead of the Annotable 16 years ago
  Dan Gohman c8d76d5afb Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, 16 years ago
  Dan Gohman 9d59d9f849 Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. 16 years ago
  Dan Gohman 6ddba2b933 Change class' public PassInfo variables to by initialized with the 17 years ago
  Dan Gohman 844731a7f1 Clean up the use of static and anonymous namespaces. This turned up 17 years ago
  Dan Gohman 84b7df43fb Remove uses of llvm/System/IncludeFile.h that are no longer needed. 17 years ago
  Chris Lattner 19033bf7f8 make this build with newer gcc's 17 years ago
  Bill Wendling 67d65bb69d Don't recalculate the loop info and loop dominators analyses if they're 17 years ago
  Chris Lattner 4ee451de36 Remove attribution from file headers, per discussion on llvmdev. 17 years ago
  Duncan Sands 0a488b320c Add missing newlines at EOF. 17 years ago
  Owen Anderson e4ad9c70e4 Add MachineLoopInfo. This is not yet tested. 17 years ago