| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM Thumb2 asm syntax optional destination operand for binary operators. | Jim Grosbach | 2011-06-28 | 1 | -0/+20 |
* | ARM Assembly support for Thumb mov-immediate. | Jim Grosbach | 2011-06-27 | 1 | -0/+16 |
* | Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value | Bruno Cardoso Lopes | 2011-05-31 | 1 | -0/+2 |
* | Add asm parsing support w/ testcases for strex/ldrex family of instructions | Bruno Cardoso Lopes | 2011-03-24 | 1 | -0/+16 |
* | Add assembly parsing support for "msr" and also fix its encoding. Also add | Bruno Cardoso Lopes | 2011-02-18 | 1 | -0/+25 |
* | Fix encoding and add parsing support for the arm/thumb CPS instruction: | Bruno Cardoso Lopes | 2011-02-14 | 1 | -0/+7 |
* | Add support for parsing dmb/dsb instructions | Bruno Cardoso Lopes | 2011-02-07 | 1 | -9/+34 |
* | fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions | Bruno Cardoso Lopes | 2011-01-26 | 1 | -0/+13 |
* | Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm", | Bruno Cardoso Lopes | 2011-01-21 | 1 | -0/+12 |
* | Add testcases for clz encoding | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+3 |
* | Fix the encoding and parsing of clrex instruction | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+2 |
* | Add cdp/cdp2 instructions for thumb/thumb2 | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+3 |
* | Add mcr*2 and mr*c2 support to thumb2 targets | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+13 |
* | Create two new generic classes to represent the following VMRS/VMSR variations: | Bruno Cardoso Lopes | 2011-01-18 | 1 | -0/+13 |
* | Fix MRS encoding for arm and thumb. | Bruno Cardoso Lopes | 2011-01-18 | 1 | -1/+2 |
* | Fix the encoding of t2ISB by using the right class and also parse it correctly | Bruno Cardoso Lopes | 2011-01-18 | 1 | -0/+2 |
* | Add support for parsing and encoding ARM's official syntax for the BFI instru... | Bruno Cardoso Lopes | 2011-01-18 | 1 | -0/+3 |
* | Add tests for more forms of Thumb2 loads and stores. | Owen Anderson | 2010-11-30 | 1 | -0/+32 |
* | Correct Thumb2 encodings for a much wider range of loads and stores. | Owen Anderson | 2010-11-30 | 1 | -0/+15 |
* | Provide Thumb2 encodings for basic loads and stores. | Owen Anderson | 2010-11-29 | 1 | -1/+14 |
* | More tests. | Owen Anderson | 2010-11-18 | 1 | -0/+1 |
* | Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m... | Owen Anderson | 2010-11-18 | 1 | -14/+20 |
* | More Thumb2 encodings. | Owen Anderson | 2010-11-18 | 1 | -0/+24 |
* | Fill out the set of Thumb2 multiplication operator encodings. | Owen Anderson | 2010-11-18 | 1 | -0/+3 |
* | Try again at providing Thumb2 encodings for basic multiplication operators. | Owen Anderson | 2010-11-18 | 1 | -0/+5 |
* | Revert r119593 while I figure out my testing disagrees with the buildbot. | Owen Anderson | 2010-11-18 | 1 | -5/+0 |
* | Provide correct Thumb2 encodings for basic multiplication operators. | Owen Anderson | 2010-11-18 | 1 | -0/+5 |
* | Second attempt at correct encodings for Thumb2 bitfield instructions. | Owen Anderson | 2010-11-17 | 1 | -0/+11 |
* | Revert r119551, which broke buildbots. | Owen Anderson | 2010-11-17 | 1 | -6/+0 |
* | Provide Thumb2 encodings for bitfield instructions. | Owen Anderson | 2010-11-17 | 1 | -0/+6 |
* | More miscellaneous Thumb2 encodings. | Owen Anderson | 2010-11-17 | 1 | -0/+4 |
* | Add Thumb2 encodings for mov and friends. | Owen Anderson | 2010-11-16 | 1 | -1/+14 |
* | Provide Thumb2 encodings for sxtb and friends. | Owen Anderson | 2010-11-15 | 1 | -1/+4 |
* | Add Thumb2 encodings for comparison and shift operators. | Owen Anderson | 2010-11-15 | 1 | -1/+12 |
* | Add correct Thumb2 encodings for mvn and friends. | Owen Anderson | 2010-11-15 | 1 | -0/+9 |
* | First stab at providing correct Thumb2 encodings, start with adc. | Owen Anderson | 2010-11-12 | 1 | -0/+14 |