std::unique_ptrify the MCStreamer argument to createAsmPrinter
[oota-llvm.git] / lib / Target / AArch64 / AArch64AsmPrinter.cpp
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2014-12-02 Lang Hames[AArch64][Stackmaps] Optimize stackmap shadows on AArch64.
2014-08-19 Alexey SamsonovDelete unused argument in AArch64MCInstLower constructo...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-07-23 Tim NorthoverAArch64: remove "arm64_be" support in favour of "aarch6...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-05-27 Tim NorthoverAArch64: support 'c' and 'n' inline asm modifiers.
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[Modules] Fix potential ODR violations by sinking the...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-08 Richard BartonMake PrintAsmOperand call to the superclass to handle...
2013-11-04 Tim NorthoverAArch64: use default asm operand printing when modifier...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Tim NorthoverAArch64: add 'a' inline asm operand modifier
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.