Add TableGen support for callee saved registers.
[oota-llvm.git] / include / llvm / Target / TargetCallingConv.td
2012-01-17 Jakob Stoklund OlesenAdd TableGen support for callee saved registers.
2010-08-27 Eric ChristopherFix a couple of typos.
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-07-12 Jakob Stoklund OlesenAdd CCIfSRet calling convention predicate.
2009-07-03 Tilmann SchellerImplement the SVR4 ABI for PowerPC.
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...