Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -2/+2 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
* | Unbreak mvi and friends - emit only 'significant' part of the operand | Anton Korobeynikov | 2009-07-16 | 1 | -6/+11 |
* | Implement all comparisons | Anton Korobeynikov | 2009-07-16 | 1 | -6/+14 |
* | Implement 'large' PIC model | Anton Korobeynikov | 2009-07-16 | 1 | -0/+4 |
* | Implement shifts properly (hopefilly - finally!) | Anton Korobeynikov | 2009-07-16 | 1 | -3/+3 |
* | 32 bit shifts have only 12 bit displacements | Anton Korobeynikov | 2009-07-16 | 1 | -1/+1 |
* | Consolidate reg-imm / reg-reg-imm address mode selection logic in one place. | Anton Korobeynikov | 2009-07-16 | 1 | -1/+7 |
* | Add support for 12 bit displacements | Anton Korobeynikov | 2009-07-16 | 1 | -3/+12 |
* | Provide proper patterns for and with imm instructions. Tune the tests accordi... | Anton Korobeynikov | 2009-07-16 | 1 | -0/+274 |