aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-07-11ARM: validate immediate branch targets in AsmParser.Tim Northover1-8/+7
2016-06-21Delete more dead code.Rafael Espindola1-40/+0
2016-04-01Fix for pr24346: arm asm label calculation error in subJames Molloy1-6/+2
2016-01-25[ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard1-2/+47
2016-01-15[ARM] Add MOVW/MOVT instructions to ARMv8-M Baseline/MainlineBradley Smith1-4/+4
2015-12-16Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner1-47/+2
2015-12-16[ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard1-2/+47
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-1/+1
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-1/+1
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-1/+1
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-1/+1
2015-06-19Fix "the the" in comments.Eric Christopher1-1/+1
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders1-1/+1
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein1-2/+2
2015-05-15MC: Update MCCodeEmitter naming. NFC.Jim Grosbach1-2/+2
2015-05-15MC: Update MCFixup naming. NFC.Jim Grosbach1-8/+8
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-2/+2
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein1-2/+2
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-03-24Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-2/+2
2015-03-24Use std::bitset for SubtargetFeaturesMichael Kuperstein1-2/+2
2015-03-10Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher1-2/+0
2015-02-19Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein1-2/+2
2015-02-19Use std::bitset for SubtargetFeaturesMichael Kuperstein1-2/+2
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman1-2/+2
2014-12-02Add support for ARM modified-immediate assembly syntax.Asiri Rathnayake1-0/+22
2014-06-19Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper1-2/+1
2014-05-21MC: correct IMAGE_REL_ARM_MOV32T relocation emissionSaleem Abdulrasool1-3/+0
2014-04-27Add WoA object file emission supportSaleem Abdulrasool1-0/+4
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-18Change the ARM assembler to require a :lower16: or :upper16 on non-constantKevin Enderby1-5/+5
2014-04-01ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker1-2/+2
2014-03-29Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy1-1/+19
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-37/+6
2014-03-28Add ARM big endian Target (armeb, thumbeb)Christian Pirker1-9/+17
2014-03-27Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...Stepan Dyatkovskiy1-17/+1
2014-03-27Fix for pr18931: Crash using integrated assembler with immediate arithmeticStepan Dyatkovskiy1-1/+17
2014-03-21This reverts commit r203762, "ARM: support emission of complex SO expressions".Jiangning Liu1-14/+2
2014-03-13ARM: ignore unused variable to fix -Wunused-variable buildsSaleem Abdulrasool1-0/+1
2014-03-13ARM: support emission of complex SO expressionsSaleem Abdulrasool1-2/+13
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-01-28Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse1-28/+25
2014-01-28Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse1-136/+250
2014-01-28Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse1-2/+4
2014-01-11ARM IAS: support emitting constant values in target expressionsSaleem Abdulrasool1-0/+15
2014-01-06ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover1-5/+5
2013-10-28Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames1-1/+1
2013-08-29Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani1-2/+1
2013-08-16Add support for Thumb2 literal loads with negative zero offsetMihai Popa1-2/+4