Remove templates from CostTableLookup functions. All instantiations had the same...
[oota-llvm.git] / lib / Target / AArch64 / AArch64RegisterInfo.cpp
2015-07-27 Akira Hatanaka[AArch64] Remove check for Darwin that was needed to...
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
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-01-21 Tim NorthoverAArch64: add backend option to reserve x18 (platform...
2015-01-19 Greg Fitzgerald[AArch64] Implement GHC calling convention
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-27 Tim NorthoverAArch64: implement copies to/from NZCV as a last ditch...
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-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Hao Liu[AArch64]Add support to spill/fill D tuples such as...
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-11 Tim NorthoverAArch64: fix build on some MSVC versions
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.