Add a 'normalize' method to the Triple class, which takes a mucked up
[oota-llvm.git] / include / llvm / CodeGen / MachineDominators.h
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...