aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZOperands.td
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+5
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-021-39/+61
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-141-2/+11
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-141-8/+26
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-141-5/+8
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+435
* Remove the SystemZ backend.Dan Gohman2011-10-241-325/+0
* Fix imm printing for logical instructions.Anton Korobeynikov2011-02-011-0/+15
* fix a type compatibility bug. imm is i32 in the input Chris Lattner2010-03-081-0/+4
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-2/+2
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Unbreak mvi and friends - emit only 'significant' part of the operandAnton Korobeynikov2009-07-161-6/+11
* Implement all comparisonsAnton Korobeynikov2009-07-161-6/+14
* Implement 'large' PIC modelAnton Korobeynikov2009-07-161-0/+4
* Implement shifts properly (hopefilly - finally!)Anton Korobeynikov2009-07-161-3/+3
* 32 bit shifts have only 12 bit displacementsAnton Korobeynikov2009-07-161-1/+1
* Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.Anton Korobeynikov2009-07-161-1/+7
* Add support for 12 bit displacementsAnton Korobeynikov2009-07-161-3/+12
* Provide proper patterns for and with imm instructions. Tune the tests accordi...Anton Korobeynikov2009-07-161-0/+274