[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and...
[oota-llvm.git] / lib / Target / AArch64 / AArch64RegisterInfo.h
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.