summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-6/+14
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-2/+2
* AArch64: add block comments where missingTim Northover2013-02-141-0/+5
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-67/+67
* Give explicit suffix to integer constant over 32-bits.Tim Northover2013-02-041-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+580
OpenPOWER on IntegriCloud