[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / lib / Target / AArch64 / MCTargetDesc / AArch64MCCodeEmitter.cpp
2015-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
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-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.