Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / MachineDominators.h
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...