summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-3/+2
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-25/+9
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+225
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-221/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-3/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-12/+31
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* AArch64: add initial NEON supportTim Northover2013-08-011-1/+1
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-5/+5
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+5
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* AArch64: implement first relocation required for MCJITTim Northover2013-05-041-0/+6
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-797/+0
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+991
OpenPOWER on IntegriCloud