summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-1/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Remove dead code.Rafael Espindola2013-12-021-4/+0
* Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...Richard Barton2013-11-081-6/+2
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-041-47/+59
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* AArch64: add 'a' inline asm operand modifierTim Northover2013-10-291-0/+2
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-131-19/+7
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-40/+0
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-151-16/+0
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-2/+4
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+361
OpenPOWER on IntegriCloud