Use StringMap instead of std::map<std::string, SDNode*>.
[oota-llvm.git] / include / llvm / CodeGen / MachineLoopInfo.h
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-22 Anton KorobeynikovUnbreak build on gcc 3.x
2007-12-07 Owen AndersonFix a stupid error that Chris pointed out.
2007-12-01 Owen AndersonFixes for MachineLoopInfo, mostly from Evan. With...
2007-11-28 Duncan SandsAdd missing newlines at EOF.
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.