summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [COFF, AArch64] Set the private label prefix to .LMartin Storsjo2017-07-061-0/+2
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-0/+4
* [AArch64] Fix a comment to match the code. NFC.Martin Storsjo2017-05-101-4/+6
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-2/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha2015-11-111-4/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+3
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-3/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+3
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-3/+3
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-2/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha2015-04-281-0/+4
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+2
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-1/+1
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-1/+1
* [AArch64] Emit .ident compiler version attribute.Chad Rosier2014-06-101-0/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+99
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-46/+0
* [AArch64] Remove .data_region directive from AArch64.Kevin Qin2014-03-211-2/+0
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-1/+6
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-0/+2
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-2/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-0/+2
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-2/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+2
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-161-2/+0
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+41
OpenPOWER on IntegriCloud