summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Fix a bug with jump table generationCullen Rhodes2019-12-061-1/+17
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-241-5/+5
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-2/+1
* Include what you use in AArch64AsmBackend.cppDmitri Gribenko2019-05-271-1/+4
* [AArch64] Support .reloc *, R_AARCH64_NONE, *Fangrui Song2019-05-171-2/+16
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-6/+14
* [AArch64] Fix checks for AArch64MCExpr::VK_SABS flag.Eli Friedman2019-04-191-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] [AArch64] Support resolving signed fixups for :abs_g0_s: etc.Mandeep Singh Grang2019-01-081-27/+69
* [MC] [AArch64] Support resolving fixups for abs_g0 etc.Eli Friedman2018-12-201-8/+49
* [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
OpenPOWER on IntegriCloud