summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineLoopInfo.cpp
Commit message (Expand)AuthorAge
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* make this build with newer gcc'sChris Lattner2008-01-05
* Don't recalculate the loop info and loop dominators analyses if they'reBill Wendling2008-01-04
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add missing newlines at EOF.Duncan Sands2007-11-28
* Add MachineLoopInfo. This is not yet tested.Owen Anderson2007-11-27