aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineLoopInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-051-0/+2
* Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.Dan Gohman2009-10-201-0/+11
* Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,Dan Gohman2009-07-131-39/+0
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-131-10/+24
* Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.Dan Gohman2009-06-271-24/+24
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-1/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-3/+0
* Use empty() instead of begin() == end().Dan Gohman2008-08-141-0/+1
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Unbreak build on gcc 3.xAnton Korobeynikov2007-12-221-3/+0
* Fix a stupid error that Chris pointed out.Owen Anderson2007-12-071-2/+0
* Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost...Owen Anderson2007-12-011-10/+5
* Add missing newlines at EOF.Duncan Sands2007-11-281-1/+1
* Add MachineLoopInfo. This is not yet tested.Owen Anderson2007-11-271-0/+203