Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
[oota-llvm.git] / include / llvm / CodeGen / MachineRegisterInfo.h
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-10 Chris Lattnerprovide def_* and use_* iterators in addition to reg_...
2008-01-03 Chris Lattnerdon't access element zero of an array of size zero.
2008-01-01 Chris Lattnerswitch the register iterator to act more like hte LLVM...
2008-01-01 Chris LattnerAdd a trivial but handy function to efficiently return...
2008-01-01 Chris Lattneradd efficient iteration support for register use/def's
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...