CXX_FAST_TLS calling convention: performance improvement for AArch64.
[oota-llvm.git] / lib / Target / AArch64 / AArch64RegisterInfo.h
2015-12-16 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-04-09 Kristof Beyls[AArch64] Add support for dynamic stack alignment
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-18 Eric ChristopherRevert "Migrate the AArch64 TargetRegisterInfo to its...
2015-03-12 Eric ChristopherMigrate the AArch64 TargetRegisterInfo to its TargetMachine
2015-03-12 Eric ChristopherRemove the need to cache the subtarget in the AArch64...
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-17 Chad Rosier[AArch64] Implement the getCSRFirstUseCost API, mirrori...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.