Enable support for returning i1, i8, and i16. Nothing special todo as it's the
[oota-llvm.git] / lib / Target / ARM / ARMCallingConv.td
2011-11-08 Chad RosierEnable support for returning i1, i8, and i16. Nothing...
2011-11-07 Chad RosierAllow i1 to be promoted to i32 for ARM AAPCS and AAPCS...
2011-11-05 Chad RosierAllow i1 to be promoted to i32 for ARM APCS calling...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2010-10-22 Evan ChengAdd fastcc cc: pass and return VFP / NEON values in...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2009-10-27 Rafael EspindolaCorrectly align double arguments in the stack.
2009-08-05 Anton KorobeynikovMissed pieces for ARM HardFP ABI.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-08 Anton KorobeynikovTypo
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-05-19 Bob WilsonFix pr4058 and pr4059. Do not split i64 or double...
2009-04-24 Bob WilsonRemove unnecessary references to f32 types. After...
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...