summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMCallingConv.td
Commit message (Expand)AuthorAge
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* Remove a special character in comment that accidentially got committed.Evan Cheng2014-03-04
* Tweak ARM fastcc by adopting these two AAPCS rules:Evan Cheng2014-02-11
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* ARM: support interrupt attributeTim Northover2013-10-01
* Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ...Stephen Lin2013-07-03
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-22
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-06
* ARM: enable struct byval for AAPCS-VFP.Manman Ren2012-08-13
* ARM: enable struct byval for AAPCS.Manman Ren2012-08-10
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* Remove unused CCIfSubtarget.Jay Foad2012-04-17
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Implement ARMBaseRegisterInfo::getCallPreservedMask().Jakob Stoklund Olesen2012-01-17
* Enable support for returning i1, i8, and i16. Nothing special todo as it's theChad Rosier2011-11-08
* Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS-VFP calling convention...Chad Rosier2011-11-07
* Allow i1 to be promoted to i32 for ARM APCS calling convention.Chad Rosier2011-11-05
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-20
* Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings2011-02-28
* Add fastcc cc: pass and return VFP / NEON values in registers. Controlled by ...Evan Cheng2010-10-22
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Correctly align double arguments in the stack.Rafael Espindola2009-10-27
* Missed pieces for ARM HardFP ABI.Anton Korobeynikov2009-08-05
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-16
* TypoAnton Korobeynikov2009-06-08
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-08
* Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 andBob Wilson2009-05-19
* Remove unnecessary references to f32 types. After specifying that f32Bob Wilson2009-04-24
* Clean up formatting, remove trailing whitespace, fix comment typos andBob Wilson2009-04-17
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-17