[WebAssembly] Factor out a TypeToString function, since we need it in multiple places.
[oota-llvm.git] / lib / Target / ARM / ARMInstrFormats.td
2015-03-23 James Molloy[ARM] Remove target-specific ITOFP/FPTOI nodes
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-04-28 Tim NorthoverARM: stop passing unused values up the TableGen hierarchy.
2014-02-10 Tim NorthoverARM: use LLVM IR to represent the vshrn operation
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2014-01-12 Saleem AbdulrasoolARM: change implicit immediate forms of {ld,st}r{,b...
2013-10-24 Tim NorthoverARM: Mark double-precision instructions as such
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-08-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-07-18 Joey Gouly[ARMv8] Add NEON instructions VCVT{A, N, P, M}.
2013-07-17 Joey Gouly[ARMv8] Add support for the NEON instructions vmaxnm...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{A, N...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VCVT{A, N,...
2013-07-06 Joey GoulyAdd MC support for the v8fp instructions: vmaxnm and...
2013-07-04 Joey GoulyAdd support for MC assembling and disassembling of...
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-05-31 Tim NorthoverARM: add fstmx and fldmx instructions for assembly
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-05-11 Silviu BarangaAdded the missing bit definition for the 4th bit of...
2012-04-20 Jim GrosbachARM: Update NEON assembly two-operand aliases.
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-09 James MolloyTeach the MC and disassembler about SoftFail, and hook...
2012-01-24 Jim GrosbachNEON add correct predicates for some asm aliases.
2012-01-23 Jim GrosbachSimplify some NEON assembly pseudo definitions.
2011-12-22 Jim GrosbachARM VFP add encoding of the bitcount to fixed-point...
2011-12-13 Jim GrosbachARM add more 'gas' compatibility aliases for NEON instr...
2011-12-08 Jim GrosbachARM VSHR implied destination operand form aliases.
2011-12-07 Jim GrosbachARM tidy up and remove no longer needed InstAlias defin...
2011-12-07 Jim GrosbachARM Implement ARM ARM Table A7-3 via TokenAlias.
2011-12-05 Jim GrosbachARM assembly parsing for the rest of the VMUL data...
2011-12-05 Jim GrosbachARM assmebler parsing for two-operand VMUL instructions.
2011-12-02 Jim GrosbachARM VLD1 single lane assembly parsing.
2011-12-02 Jim GrosbachClean up aliases for ARM VLD1 single-lane assembly...
2011-11-15 Jim GrosbachARM assembly parsing for data type suffices on NEON...
2011-11-14 Jim GrosbachSplit out the plain '.{8|16|32|64}' suffix handling.
2011-11-14 Jim GrosbachARM parsing optional datatype suffix for VAND/VEOR...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-14 Jim GrosbachARM assembly parsing type suffix options for VLDR/VSTR.
2011-11-12 Jim GrosbachARM refactor simple immediate asm operand render methods.
2011-11-10 Jim GrosbachARM assembly parsing for ASR(immediate).
2011-11-01 Jim GrosbachARM VLD/VST assembly parsing for symbolic address operands.
2011-10-28 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
2011-10-07 Jim GrosbachARM NEON assembly parsing and encoding for VDUP(scalar).
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMRS/FMSTAT.
2011-09-12 Owen AndersonPort more encoding tests to decoding tests, and correct...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR post-indexed.
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR pre-indexe...
2011-08-23 Owen AndersonFix Thumb2 decoding of CPS instructions to mirror ARM...
2011-08-22 Owen AndersonReject invalid imod values in t2CPS instructions.
2011-08-22 Jim GrosbachClean up predicates on ARM target instruction aliases.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MOV.
2011-08-19 Jim GrosbachTidy up. Tab character.
2011-08-19 Jim GrosbachTab characters.
2011-08-16 Owen AndersonSeparate out Thumb1 instructions that need an S bit...
2011-08-16 Jim GrosbachARM thumb assembly parsing for arithmetic flag setting...
2011-08-15 Owen AndersonSpecify a necessary fixed bit for VLD3DUP, and otherwis...
2011-08-15 Owen AndersonRemove dead classes.
2011-08-15 Jim GrosbachUpdate comment to reflect MC target machine refactor.
2011-08-12 Owen AndersonFix decoding of ARM-mode STRH.
2011-08-11 Jim GrosbachTidy up. Remove unused template parameter.
2011-08-11 Jim GrosbachARM STRD assembly parsing and encoding.
2011-08-11 Owen AndersonContinue to tighten decoding by performing more operand...
2011-08-10 Owen AndersonAdd initial support for decoding NEON instructions...
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-08-04 Owen AndersonFix broken encodings for the Thumb2 LDRD/STRD instructions.
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-07-26 Owen AndersonSplit am2offset into register addend and immediate...
2011-07-26 Jim GrosbachARM fix for LDREX source register encoding.
2011-07-26 Jim GrosbachARM assembly parsing and encoding for SWP[B] instructions.
2011-07-26 Jim GrosbachClean up the ARM asm parser a bit.
2011-07-25 Jim GrosbachMore simple cleanup of ARM asm operand definitions.
2011-07-25 Jim GrosbachMake assembly parser method names more consistent.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SETEND instruction.
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-07-21 Jim GrosbachARM assembly parsing and encoding for PKHBT and PKHTB...
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-20 Jim GrosbachTidy up a bit.
2011-07-20 Jim GrosbachARM: Tidy up representation of PKH instruction.
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-13 Jim GrosbachParameterize away the ARM T1Cop class.
2011-07-13 Jim GrosbachFix predicates for Thumb co-processor instructions.
2011-07-08 Jim GrosbachUse TableGen'erated pseudo lowering for ARM.
2011-07-06 Jim GrosbachMark ARM pseudo-instructions as isPseudo.
2011-05-27 Eric ChristopherMake the branch encoding for tBcc more obvious that...
2011-05-19 Jim Grosbach80 columns.
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-04-06 Johnny ChenFix a bug in the disassembly of VGETLNs8 where the...
2011-04-04 Bruno Cardoso Lopes- Implement asm parsing support for LDRSBT, LDRHT,...
2011-03-31 Bruno Cardoso LopesApply again changes to support ARM memory asm parsing...
2011-03-31 Bruno Cardoso LopesRevert r128632 again, until I figure out what break...
2011-03-31 Bruno Cardoso LopesReapply r128585 without generating a lib depedency...
2011-03-31 Matt Beaumont-GayRevert "- Implement asm parsing support for LDRT, LDRBT...
2011-03-30 Owen AndersonSomehow we managed to forget to encode the lane index...
2011-03-30 Bruno Cardoso Lopes- Implement asm parsing support for LDRT, LDRBT, STRT...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-14 Jim GrosbachRemove some dead patterns.
next