summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [AArch64][ELF] Add support for PLT decoding with BTI instructions presentPeter Smith2019-06-041-1/+9
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-311-5/+172
* [AArch64] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-2/+4
* [AArch64] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TableGen] Refactor macro names (NFC)Evandro Menezes2018-11-271-1/+1
* [AArch64] Refactor the scheduling predicates (1/3) (NFC)Evandro Menezes2018-11-261-0/+2
* Find PLT entries for x86, x86_64, and AArch64.Joel Galenson2018-08-241-0/+26
* [cfi-verify] Support AArch64.Joel Galenson2018-07-131-8/+12
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-8/+9
* [AArch64] Decorate AArch64 instrs with OPERAND_PCRELRafael Auler2018-03-271-1/+22
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-12/+18
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-7/+10
* [COFF, ARM64] Use '//' as comment character in assembly files in GNU environm...Martin Storsjo2017-08-131-1/+3
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-25/+0
* [COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFFMandeep Singh Grang2017-07-201-0/+9
* [AArch64] Make assert messages uniform and general [NFC]Mandeep Singh Grang2017-06-281-3/+2
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-3/+16
* [AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsiaPetr Hosek2017-04-041-3/+8
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* [AArch64] Registering default MCInstrAnalysisMike Aizatsky2016-08-121-0/+8
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-10/+3
* Delete Reloc::Default.Rafael Espindola2016-05-181-9/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-11/+10
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-10/+11
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-11/+10
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-10/+11
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-4/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-5/+5
* AArch64: map bare-metal arm64-macho triple to MachO MC layer.Tim Northover2015-06-121-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-4/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-3/+3
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused MCSubtargetInfo argument from the AArch64 MCInstPrinter ctors.Eric Christopher2015-03-301-2/+2
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-1/+3
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-10/+17
* two or more, use a for.Rafael Espindola2015-03-181-71/+31
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-4/+2
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-6/+6
* [AArch64] Add support for the .inst directive.Chad Rosier2014-10-221-0/+8
OpenPOWER on IntegriCloud