[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and...
[oota-llvm.git] / lib / Target / AArch64 / MCTargetDesc / AArch64MCCodeEmitter.cpp
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-07-15 Craig TopperMake some arrays 'static const'
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
2013-02-19 Chandler CarruthRemove some unused private fields from the AArch64MCCod...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.