summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* AArch64: support 'c' and 'n' inline asm modifiers.Tim Northover2014-05-27
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Remove dead code.Rafael Espindola2013-12-02
* Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...Richard Barton2013-11-08
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-04
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* AArch64: add 'a' inline asm operand modifierTim Northover2013-10-29
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-13
* Remove address spaces from MC.Rafael Espindola2013-07-02
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-15
* Fix formatting in AArch64 backend.Tim Northover2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31