Use Function's arg_size() and size() methods.
[oota-llvm.git] / include / llvm / Target / TargetRegisterInfo.h
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
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.