summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-2/+2
* Add r224985 back with a fix.Rafael Espindola2014-12-311-36/+0
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-0/+36
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-36/+0
* Fix segfault in AArch64 backend with -g and -mbig-endianOliver Stannard2014-09-231-2/+2
* [AArch64] Fix OS ABI flag for aarch64-linux-gnu target.Chad Rosier2014-08-061-2/+5
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-1/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+566
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-593/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-9/+9
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-1/+1
* Add const.Rafael Espindola2014-03-281-3/+3
OpenPOWER on IntegriCloud