in builds without asserts we do not need to allocate the Next pointer in "ghostly...
[oota-llvm.git] / include / llvm / CodeGen / MachineRegisterInfo.h
2009-01-07 Dan GohmanAdd empty() methods for register def lists.
2008-12-08 Dan GohmanMove createVirtualRegister out-of-line.
2008-10-20 Evan ChengAdd a register class -> virtual registers map.
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-06-19 Evan ChengMinor spiller tweak to unfavor reload into load/store...
2008-06-18 Evan ChengAdd MachineRegisterInfo::use_empty.
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-01 Chris Lattnerupdate comment.
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...