Remove extra whitespace. NFC.
[oota-llvm.git] / lib / Target / AArch64 / AArch64CallingConvention.td
2015-12-16 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2015-12-08 Manman Ren[CXX TLS calling convention] Add support for AArch64.
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-09 Renato GolinAdd support for nest attribute to AArch64 backend
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-19 Greg Fitzgerald[AArch64] Implement GHC calling convention
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-11 Oliver StannardARM: Allow __fp16 as a function arg or return type...
2014-06-03 Tim NorthoverAArch64: mark small types (i1, i8, i16) as promoted
2014-05-26 Tim NorthoverAArch64: simplify calling conventions slightly.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place