summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-1/+1
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+9
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-4/+8
* [MC] Fallback on DWARF when generating compact unwind on AArch64Francis Visoiu Mistrih2018-05-311-3/+11
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-10/+9
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-10/+9
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-8/+8
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-4/+4
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-3/+6
* [COFF, ARM64] Fix symbol offsets in ADRP/ADD/LDR/STR relocationsMartin Storsjo2017-07-261-13/+33
* [AArch64] Force relocations for all ADRP instructionsMartin Storsjo2017-07-191-23/+23
* [COFF, ARM64] Add initial relocation typesMandeep Singh Grang2017-07-171-1/+5
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-2/+2
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-7/+7
* [AArch64] Make assert messages uniform and general [NFC]Mandeep Singh Grang2017-06-281-2/+1
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-1/+18
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-8/+6
* Remove redundant argument.Rafael Espindola2017-06-241-2/+3
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-2/+4
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-5/+5
* clang-format a region.Rafael Espindola2017-06-201-20/+19
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-55/+37
* AArch64 ILP32 relocations for assembly and ELFJoel Jones2016-10-241-5/+9
* [AArch64] Allow label arithmetic with add/sub/cmpDiana Picus2016-10-111-0/+11
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-0/+1
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-4/+5
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+3
* [AArch64] Better errors for out-of-range fixupsOliver Stannard2016-04-011-24/+45
* AArch64: rename compact unwind forms back to UNWIND_ARM64_*. NFC.Tim Northover2016-02-231-30/+30
* Write AArch64 big endian data fixup entries as BE.Keith Walker2016-01-201-35/+64
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-8/+8
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-8/+8
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-8/+8
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-8/+8
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* 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 MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-8/+6
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-4/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+2
* AArch64: use a different means to determine whether to byte swap relocations.Peter Collingbourne2015-03-241-3/+18
* Add r224985 back with fixes.Rafael Espindola2015-01-191-36/+0
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-0/+36
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-36/+0
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-0/+36
OpenPOWER on IntegriCloud