summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* MC: correct IMAGE_REL_ARM_MOV32T relocation emissionSaleem Abdulrasool2014-05-211-3/+0
* Add WoA object file emission supportSaleem Abdulrasool2014-04-271-0/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Change the ARM assembler to require a :lower16: or :upper16 on non-constantKevin Enderby2014-04-181-5/+5
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-011-2/+2
* Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy2014-03-291-1/+19
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-37/+6
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-9/+17
* Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...Stepan Dyatkovskiy2014-03-271-17/+1
* Fix for pr18931: Crash using integrated assembler with immediate arithmeticStepan Dyatkovskiy2014-03-271-1/+17
* This reverts commit r203762, "ARM: support emission of complex SO expressions".Jiangning Liu2014-03-211-14/+2
* ARM: ignore unused variable to fix -Wunused-variable buildsSaleem Abdulrasool2014-03-131-0/+1
* ARM: support emission of complex SO expressionsSaleem Abdulrasool2014-03-131-2/+13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-1/+1
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-281-28/+25
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-136/+250
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-2/+4
OpenPOWER on IntegriCloud