summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineDominators.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Silence the new -Wempty-body warning. It appeared because the next statementDmitri Gribenko2012-02-14
* typoesGabor Greif2010-09-10
* Add an isReachableFromEntry to MachineDominators, following the oneDan Gohman2010-04-05
* Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.Evan Cheng2009-11-17
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* Add missing includes.David Greene2009-08-19
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Get rid of an unneeded #include.Owen Anderson2007-12-23
* Add GraphTraits specializations for machine dominators.Owen Anderson2007-12-23
* Add accessor for getting the underlying templated type. This is necessary fo...Owen Anderson2007-11-27
* Fix MachineDominators' getAnalysisUsage.Owen Anderson2007-11-08
* Add a newline at the end of the file.Duncan Sands2007-10-31
* Some fixes to get MachineDomTree working better.Owen Anderson2007-10-31
* Add a first attempt at dominator information for MBB's. Use with caution: th...Owen Anderson2007-10-29