summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64: lower "fence singlethread" to a pure compiler barrier.Tim Northover2017-04-201-0/+3
* [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2017-01-061-10/+17
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-1/+12
* AArch64: Set shift bit of TLSLE HI12 add instructionLei Liu2016-09-291-0/+8
* Revert "AArch64: Set shift bit of TLSLE HI12 add instruction"Diana Picus2016-09-211-6/+0
* AArch64: Set shift bit of TLSLE HI12 add instructionLei Liu2016-09-211-0/+6
* [AArch64] Fix encoding for lsl #12 in add/sub immediatesDiana Picus2016-09-191-2/+2
* Delete more dead code.Rafael Espindola2016-06-221-53/+0
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-11/+2
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-9/+9
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-5/+2
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-2/+1
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-1/+1
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-6/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+654
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-613/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-50/+94
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-2/+4
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+29
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+27
* Make some arrays 'static const'Craig Topper2013-07-151-20/+28
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-281-11/+0
* Remove some unused private fields from the AArch64MCCodeEmitter. TheseChandler Carruth2013-02-191-7/+2
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-2/+2
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-1/+1
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-1/+2
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+517
OpenPOWER on IntegriCloud