summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Fix encoding of APSR in CLRM instructionMomchil Velikov2019-08-131-15/+6
* [ARM] Fix integer UB in MVE load/store immediate handling.Simon Tatham2019-06-281-4/+7
* [ARM] Fix buildbot failure due to -Werror.Simon Tatham2019-06-251-1/+0
* [ARM] Add MVE vector load/store instructions.Simon Tatham2019-06-251-10/+79
* [ARM] Add MVE 64-bit GPR <-> vector move instructions.Simon Tatham2019-06-211-0/+16
* [ARM] Add MVE vector instructions that take a scalar input.Simon Tatham2019-06-211-0/+13
* [ARM] Add MVE vector bit-operations (register inputs).Simon Tatham2019-06-191-0/+8
* [ARM] Add MVE vector shift instructions.Simon Tatham2019-06-181-0/+41
* [ARM] Set up infrastructure for MVE vector instructions.Simon Tatham2019-06-131-1/+76
* [ARM] Refactor handling of IT mask operands.Simon Tatham2019-06-131-0/+30
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-111-30/+114
* Revert rL362953 and its followup rL362955.Simon Tatham2019-06-101-114/+30
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-101-30/+114
* [ARM] Remove dead function ARMMCCodeEmitter::getSOImmOpValueSam Clegg2019-03-271-34/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* [NFC] fix trivial typos in comments and error messageHiroshi Inoue2018-04-091-1/+1
* [ARM] Support fixup for Thumb2 modified immediatePeter Smith2017-06-051-1/+11
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-271-20/+33
* Recommit: ARM: sort register lists by encoding in push/pop instructions.Tim Northover2016-11-141-1/+8
* Revert "ARM: sort register lists by encoding in push/pop instructions."Tim Northover2016-11-141-8/+1
* ARM: sort register lists by encoding in push/pop instructions.Tim Northover2016-11-141-1/+8
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* ARM: validate immediate branch targets in AsmParser.Tim Northover2016-07-111-8/+7
* Delete more dead code.Rafael Espindola2016-06-211-40/+0
* Fix for pr24346: arm asm label calculation error in subJames Molloy2016-04-011-6/+2
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2016-01-251-2/+47
* [ARM] Add MOVW/MOVT instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-4/+4
* Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner2015-12-161-47/+2
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2015-12-161-2/+47
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-2/+2
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-8/+8
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-2/+2
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-2/+0
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-2/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Add support for ARM modified-immediate assembly syntax.Asiri Rathnayake2014-12-021-0/+22
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-2/+1
OpenPOWER on IntegriCloud