aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCallingConv.td
Commit message (Expand)AuthorAgeFilesLines
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-201-1/+1
* Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings2011-02-281-0/+3
* Add fastcc cc: pass and return VFP / NEON values in registers. Controlled by ...Evan Cheng2010-10-221-0/+29
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-061-1/+1
* Correctly align double arguments in the stack.Rafael Espindola2009-10-271-0/+1
* Missed pieces for ARM HardFP ABI.Anton Korobeynikov2009-08-051-0/+2
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-221-7/+34
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-161-27/+0
* TypoAnton Korobeynikov2009-06-081-1/+1
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-081-9/+51
* Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 andBob Wilson2009-05-191-1/+4
* Remove unnecessary references to f32 types. After specifying that f32Bob Wilson2009-04-241-4/+4
* Clean up formatting, remove trailing whitespace, fix comment typos andBob Wilson2009-04-171-3/+3
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-171-0/+84