Reformat.
[oota-llvm.git] / include / llvm / CodeGen / MachineDominators.h
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-27 Benjamin KramerMachineDominators: Move applySplitCriticalEdges into...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-08-13 Quentin Colombet[MachineDominatorTree] Provide a method to inform a...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-02-16 Jakub StaszakAdd even more constatness in MachineDominators.h.
2013-02-16 Jakub StaszakAdd some constantness in Machine Dominators.
2013-02-16 Jakub StaszakRemove trailing spaces.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-02-14 Dmitri GribenkoSilence the new -Wempty-body warning. It appeared...
2010-09-10 Gabor Greiftypoes
2010-04-05 Dan GohmanAdd an isReachableFromEntry to MachineDominators, follo...
2009-11-17 Evan ChengAdd a WriteAsOperand for MachineBasicBlock so MachineLo...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-19 David GreeneAdd missing includes.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-23 Owen AndersonGet rid of an unneeded #include.
2007-12-23 Owen AndersonAdd GraphTraits specializations for machine dominators.
2007-11-27 Owen AndersonAdd accessor for getting the underlying templated type...
2007-11-08 Owen AndersonFix MachineDominators' getAnalysisUsage.
2007-10-31 Duncan SandsAdd a newline at the end of the file.
2007-10-31 Owen AndersonSome fixes to get MachineDomTree working better.
2007-10-29 Owen AndersonAdd a first attempt at dominator information for MBB...