OSDN Git Service

Update LLVM for 3.5 rebase (r209712).
[android-x86/external-llvm.git] / lib / Target / ARM / ARMInstrFormats.td
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-10-24 Tim NorthoverARM: Mark double-precision instructions as such
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
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-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
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-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-05-31 Tim NorthoverARM: add fstmx and fldmx instructions for assembly
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-05-11 Silviu BarangaAdded the missing bit definition for the 4th bit of...
2012-05-07 Andrew HsiehMerge "Add libLLVMObject to read executable file."
2012-04-25 The Android Automergermerge in jb-release history after reset to jb-dev
2012-04-24 Shih-wei LiaoMerge with LLVM upstream r155090.
2012-04-20 Jim GrosbachARM: Update NEON assembly two-operand aliases.
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
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-16 Logan ChienMerge with LLVM upstream r146714 (Dec 16th 2011)
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-25 Logan ChienMerge with LLVM upstream r145126 (Nov 25th 2011)
2011-11-15 Jim GrosbachARM assembly parsing for data type suffices on NEON...
2011-11-15 Logan ChienMerge with LLVM upstream r144606 (Nov 15th 2011)
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-14 Jim GrosbachARM assembly parsing for ASR(immediate).
2011-11-14 Jim GrosbachARM VLD/VST assembly parsing for symbolic address operands.
2011-11-14 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
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-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
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.
next