| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix these tests. | Evan Cheng | 2009-07-24 | 2 | -2/+2 |
* | Convert a test to FileCheck. | Evan Cheng | 2009-07-24 | 1 | -4/+3 |
* | Thumb2 does not allow the use of "pc" register as part of the load / store ad... | Evan Cheng | 2009-07-23 | 2 | -8/+37 |
* | Fix up ARM constant island pass for Thumb2. | Evan Cheng | 2009-07-23 | 1 | -0/+22 |
* | Do not select tSXTB / tSXTH in thumb2 mode. | Evan Cheng | 2009-07-21 | 1 | -0/+34 |
* | Fix ARM isle code that optimize multiply by constants which are power-of-2 +/... | Evan Cheng | 2009-07-21 | 1 | -0/+18 |
* | Emit cross regclass register moves for thumb2. | Anton Korobeynikov | 2009-07-16 | 1 | -0/+35 |
* | Fix detection of valid BFC immediates. | David Goodwin | 2009-07-14 | 1 | -0/+6 |
* | Don't put IT instruction before conditional branches. | Evan Cheng | 2009-07-11 | 1 | -0/+19 |
* | convert test to use FileCheck, which is much more precise and faster than | Chris Lattner | 2009-07-10 | 1 | -7/+21 |
* | Add a thumb2 pass to insert IT blocks. | Evan Cheng | 2009-07-10 | 2 | -0/+2 |
* | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 2 | -3/+1 |
* | Add rev16 test... xfail for now | David Goodwin | 2009-07-08 | 1 | -0/+32 |
* | Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh... | David Goodwin | 2009-07-08 | 1 | -0/+2 |
* | Add Thumb2 movcc instructions. | Evan Cheng | 2009-07-07 | 2 | -0/+71 |
* | Add Thumb2 pkhbt / pkhtb. | Evan Cheng | 2009-07-07 | 1 | -0/+73 |
* | Add some more Thumb2 multiplication instructions. | Evan Cheng | 2009-07-07 | 3 | -0/+53 |
* | Add thumb2 sign / zero extend with rotate instructions. | Evan Cheng | 2009-07-03 | 3 | -0/+127 |
* | Added indexed stores. | Evan Cheng | 2009-07-03 | 2 | -0/+39 |
* | Sign extending pre/post indexed loads. | Evan Cheng | 2009-07-02 | 1 | -1/+10 |
* | Thumb2 pre/post indexed loads. | Evan Cheng | 2009-07-02 | 2 | -0/+31 |
* | Add PIC load and store patterns for Thumb-2. | David Goodwin | 2009-07-01 | 3 | -2/+51 |
* | Add thumb-2 store word, halfword, and byte. | David Goodwin | 2009-06-30 | 3 | -0/+189 |
* | Improve Thumb-2 jump table support. | David Goodwin | 2009-06-30 | 1 | -0/+26 |
* | A few more load instructions. | Evan Cheng | 2009-06-30 | 3 | -0/+147 |
* | Enhance tests to include shifted-register operand testing. | David Goodwin | 2009-06-30 | 14 | -19/+425 |
* | Add Thumb-2 support for TEQ amd TST. | David Goodwin | 2009-06-29 | 4 | -0/+192 |
* | Thumb-2 tests | David Goodwin | 2009-06-29 | 7 | -15/+65 |
* | Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ... | David Goodwin | 2009-06-29 | 1 | -0/+25 |
* | Implement Thumb2 ldr. | Evan Cheng | 2009-06-29 | 1 | -0/+59 |
* | When possible, use "mvn ra, rb" instead of "eor ra, rb, -1" because mvn has a... | David Goodwin | 2009-06-26 | 1 | -0/+11 |
* | Thumb-2 tests | David Goodwin | 2009-06-26 | 27 | -15/+318 |
* | Thumb-2 has CLZ. | David Goodwin | 2009-06-26 | 1 | -0/+8 |
* | Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc". | David Goodwin | 2009-06-26 | 3 | -4/+4 |
* | More spelling Count as count. | Daniel Dunbar | 2009-06-26 | 12 | -12/+12 |
* | Spell Count as count. | Daniel Dunbar | 2009-06-26 | 2 | -2/+2 |
* | Add Thumb-2 tests. | David Goodwin | 2009-06-26 | 12 | -2/+195 |
* | ADC used to implement adde should use "adcs" opcode instead of "adc". | David Goodwin | 2009-06-26 | 3 | -2/+40 |
* | ORN and BIC tests. | David Goodwin | 2009-06-26 | 2 | -3/+16 |
* | Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction... | David Goodwin | 2009-06-26 | 2 | -0/+41 |
* | Fix tests: Count -> count. | Evan Cheng | 2009-06-26 | 1 | -1/+1 |
* | Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l... | Evan Cheng | 2009-06-26 | 1 | -0/+13 |
* | Fix spelling of 'count' | Daniel Dunbar | 2009-06-26 | 1 | -1/+1 |
* | Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b... | Evan Cheng | 2009-06-25 | 1 | -2/+2 |
* | Use MVN for ~t2_so_imm immediates. | David Goodwin | 2009-06-25 | 1 | -0/+27 |
* | ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S... | Evan Cheng | 2009-06-25 | 1 | -0/+16 |
* | Add Thumb2 pc relative add. | Evan Cheng | 2009-06-24 | 2 | -0/+64 |
* | We should run these tests as well. | Evan Cheng | 2009-06-24 | 1 | -0/+5 |
* | Move thumb and thumb2 tests into separate directories. | Evan Cheng | 2009-06-24 | 4 | -0/+282 |