summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZOperands.td
Commit message (Expand)AuthorAge
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-14
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-14
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-14
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Fix imm printing for logical instructions.Anton Korobeynikov2011-02-01
* fix a type compatibility bug. imm is i32 in the input Chris Lattner2010-03-08
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Unbreak mvi and friends - emit only 'significant' part of the operandAnton Korobeynikov2009-07-16
* Implement all comparisonsAnton Korobeynikov2009-07-16
* Implement 'large' PIC modelAnton Korobeynikov2009-07-16
* Implement shifts properly (hopefilly - finally!)Anton Korobeynikov2009-07-16
* 32 bit shifts have only 12 bit displacementsAnton Korobeynikov2009-07-16
* Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.Anton Korobeynikov2009-07-16
* Add support for 12 bit displacementsAnton Korobeynikov2009-07-16
* Provide proper patterns for and with imm instructions. Tune the tests accordi...Anton Korobeynikov2009-07-16