[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / Target / AArch64 / AArch64AsmPrinter.cpp
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.