aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineDominators.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-72/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+141
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+6
* Add even more constatness in MachineDominators.h.Jakub Staszak2013-02-161-3/+3
* Add some constantness in Machine Dominators.Jakub Staszak2013-02-161-6/+8
* Remove trailing spaces.Jakub Staszak2013-02-161-24/+24
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Silence the new -Wempty-body warning. It appeared because the next statementDmitri Gribenko2012-02-141-1/+2
* typoesGabor Greif2010-09-101-1/+1
* Add an isReachableFromEntry to MachineDominators, following the oneDan Gohman2010-04-051-2/+7
* Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.Evan Cheng2009-11-171-2/+0
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-4/+2
* Add missing includes.David Greene2009-08-191-0/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-22/+5
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Get rid of an unneeded #include.Owen Anderson2007-12-231-1/+3
* Add GraphTraits specializations for machine dominators.Owen Anderson2007-12-231-0/+27
* Add accessor for getting the underlying templated type. This is necessary fo...Owen Anderson2007-11-271-4/+6
* Fix MachineDominators' getAnalysisUsage.Owen Anderson2007-11-081-4/+5
* Add a newline at the end of the file.Duncan Sands2007-10-311-1/+1
* Some fixes to get MachineDomTree working better.Owen Anderson2007-10-311-2/+16
* Add a first attempt at dominator information for MBB's. Use with caution: th...Owen Anderson2007-10-291-0/+170