Sort sub-registers and super-registers lists according to super-sub register relation...
[oota-llvm.git] / include / llvm / Target / TargetRegisterInfo.h
2008-04-15 Evan ChengSort sub-registers and super-registers lists according...
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.