aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMCallingConv.td
AgeCommit message (Expand)Author
2011-04-20ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings
2011-02-28Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings
2010-10-22Add fastcc cc: pass and return VFP / NEON values in registers. Controlled by ...Evan Cheng
2010-08-17fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2009-10-27Correctly align double arguments in the stack.Rafael Espindola
2009-08-05Missed pieces for ARM HardFP ABI.Anton Korobeynikov
2009-06-22Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson
2009-06-16Address review comments: add 3 ARM calling conventions.Anton Korobeynikov
2009-06-08TypoAnton Korobeynikov
2009-06-08The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov
2009-05-19Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 andBob Wilson
2009-04-24Remove unnecessary references to f32 types. After specifying that f32Bob Wilson
2009-04-17Clean up formatting, remove trailing whitespace, fix comment typos andBob Wilson
2009-04-17Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson