summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineLoopInfo.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Add "extern template" declarations now that we use explicit instantiation.Andrew Trick2012-06-20
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks outDan Gohman2010-06-22
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-05
* Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.Dan Gohman2009-10-20
* Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,Dan Gohman2009-07-13
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-13
* Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.Dan Gohman2009-06-27
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Use empty() instead of begin() == end().Dan Gohman2008-08-14
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Unbreak build on gcc 3.xAnton Korobeynikov2007-12-22
* Fix a stupid error that Chris pointed out.Owen Anderson2007-12-07
* Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost...Owen Anderson2007-12-01
* Add missing newlines at EOF.Duncan Sands2007-11-28
* Add MachineLoopInfo. This is not yet tested.Owen Anderson2007-11-27