[ARM] Add ARMv8.2-A FP16 scalar instructions
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCCodeEmitter.cpp
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-05-21 Saleem AbdulrasoolMC: correct IMAGE_REL_ARM_MOV32T relocation emission
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-21 Jiangning LiuThis reverts commit r203762, "ARM: support emission...
2014-03-13 Saleem AbdulrasoolARM: ignore unused variable to fix -Wunused-variable...
2014-03-13 Saleem AbdulrasoolARM: support emission of complex SO expressions
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-11 Saleem AbdulrasoolARM IAS: support emitting constant values in target...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-10-28 Lang HamesReturn early from getUnconditionalBranchTargetOpValue...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-16 Mihai PopaAdd support for Thumb2 literal loads with negative...
2013-08-13 Mihai PopaFix signed overflow in when computing encodings for...
2013-08-09 Mihai PopaFix assembling of Thumb2 branch instructions.
2013-07-17 Joey Gouly[ARMv8] Add support for the NEON instructions vmaxnm...
2013-06-18 Amaury de la VieuvilleARM: fix literal load with positive offset encoding
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-02-27 Tim NorthoverARM: permit full range of valid ADR immediates.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-08-24 Richard SmithFix undefined behavior (negation of INT_MIN) in ARM...
2012-08-09 Eric ChristopherRemove getARMRegisterNumbering and replace with calls...
2012-08-02 Jiangning LiuFix #13241, a bug around shift immediate operand for...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-01 Jim GrosbachARM: allow vanilla expressions for movw/movt.
2012-04-25 Richard BartonUnify internal representation of ARM instructions with...
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 Jim GrosbachKeep source information, if available, around for ARM...
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Jim GrosbachThumb2 alternate syntax for LDR(literal) and friends.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-19 Jim GrosbachARM assembly parsing and encoding support for LDRD...
2011-12-19 Jim GrosbachARM NEON relax parse time diagnostics for alignment...
2011-12-02 Jim GrosbachARM encoder method needs the physical register number...
2011-09-13 Owen AndersonFix encoding of Thumb2 shifted register operands with...
2011-09-13 Eli FriedmanZap some junk from the ARM instruction descriptions.
2011-09-12 Owen AndersonFix encoding of PC-relative LDRSHW with an immediate...
2011-09-09 Owen AndersonFix assembly/disassembly of Thumb2 ADR instructions...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
2011-08-31 Owen AndersonFix encoding for tBcc with immediate offset operand.
2011-08-31 Owen AndersonFix roundtripping of Thumb BL/BLX instructions with...
2011-08-30 Owen AndersonFix encoding of CBZ/CBNZ Thumb2 instructions with immed...
2011-08-30 Owen AndersonFix encoding of PC-relative Thumb1 LDR's when using...
2011-08-30 Owen AndersonFix encoding of Thumb1 B instructions with immediate...
2011-08-30 Owen AndersonClean up whitespace.
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-17 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-08 Owen AndersonFix encodings for Thumb ASR and LSR immediate operands...
2011-08-05 Jim GrosbachARM simplify the postidx_reg operand encoding.
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-07-28 Owen AndersonUpdate comments.
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-26 Jim GrosbachARM cleanup of rot_imm encoding.
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.