ARM: support TLS accesses on Darwin platforms
[oota-llvm.git] / lib / Target / ARM / ARMCallingConv.td
2016-01-07 Tim NorthoverARM: support TLS accesses on Darwin platforms
2015-10-28 Tim NorthoverARM: add backend support for the ABI used in WatchOS
2015-07-12 Renato Golin[ARM] Add support for nest attribute using r12
2015-02-24 Tim NorthoverARM: treat [N x i32] and [N x i64] as AAPCS composite...
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-03-04 Evan ChengRemove a special character in comment that accidentiall...
2014-02-11 Evan ChengTweak ARM fastcc by adopting these two AAPCS rules:
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-07-03 Stephen LinHave ARMBaseRegisterInfo::getCallPreservedMask return...
2013-04-22 Stepan DyatkovskiyFix for 5.5 Parameter Passing --> Stage C:
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2012-11-06 Chad RosierMark the Int_eh_sjlj_dispatchsetup pseudo instruction...
2012-08-13 Manman RenARM: enable struct byval for AAPCS-VFP.
2012-08-10 Manman RenARM: enable struct byval for AAPCS.
2012-08-03 Eric ChristopherAdd support for the ARM GHC calling convention, this...
2012-04-17 Jay FoadRemove unused CCIfSubtarget.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-17 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getCallPreservedMask().
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...