summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrFormats.td
Commit message (Expand)AuthorAge
...
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-03
* Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson2011-07-26
* ARM fix for LDREX source register encoding.Jim Grosbach2011-07-26
* ARM assembly parsing and encoding for SWP[B] instructions.Jim Grosbach2011-07-26
* Clean up the ARM asm parser a bit.Jim Grosbach2011-07-26
* More simple cleanup of ARM asm operand definitions.Jim Grosbach2011-07-25
* Make assembly parser method names more consistent.Jim Grosbach2011-07-25
* ARM assembly parsing and encoding for SETEND instruction.Jim Grosbach2011-07-22
* Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson2011-07-21
* ARM assembly parsing and encoding for PKHBT and PKHTB instructions.Jim Grosbach2011-07-21
* ARM PKH shift ammount operand printing tweaks.Jim Grosbach2011-07-20
* Tidy up a bit.Jim Grosbach2011-07-20
* ARM: Tidy up representation of PKH instruction.Jim Grosbach2011-07-20
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-19
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* Parameterize away the ARM T1Cop class.Jim Grosbach2011-07-13
* Fix predicates for Thumb co-processor instructions.Jim Grosbach2011-07-13
* Use TableGen'erated pseudo lowering for ARM.Jim Grosbach2011-07-08
* Mark ARM pseudo-instructions as isPseudo.Jim Grosbach2011-07-06
* Make the branch encoding for tBcc more obvious that it's a 4-byte opcodeEric Christopher2011-05-27
* 80 columns.Jim Grosbach2011-05-19
* Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes2011-05-03
* Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.Johnny Chen2011-04-06
* - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes2011-04-04
* Apply again changes to support ARM memory asm parsing. I removedBruno Cardoso Lopes2011-03-31
* Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes2011-03-31
* Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes2011-03-31
* Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay2011-03-31
* Somehow we managed to forget to encode the lane index for a large swathe of N...Owen Anderson2011-03-30
* - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes2011-03-30
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-24
* Remove some dead patterns.Jim Grosbach2011-03-14
* Pseudo-instructions are codegenonly by definition.Jim Grosbach2011-03-10
* Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling2011-03-07
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-01
* Change VFPNeonA8 definition to make the code easier to read.Evan Cheng2011-02-23
* VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng2011-02-22
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-18
* Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng2011-02-16
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-14
* AsmMatcher custom operand parser failure enhancements.Jim Grosbach2011-02-12
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-07
* Add mcr*2 and mr*c2 support to thumb2 targetsBruno Cardoso Lopes2011-01-20
* Add mcr* and mr*c support to thumb targetsBruno Cardoso Lopes2011-01-20
* Add a FIXME.Jim Grosbach2011-01-18
* The new t2LEApcrel* pseudo instructions need the size specified.Jim Grosbach2010-12-15
* Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and frie...Owen Anderson2010-12-10
* Tidy up.Jim Grosbach2010-12-10
* Trailing whitespace.Jim Grosbach2010-12-10
* Fix Thumb2 encoding of the S bit.Owen Anderson2010-12-07