summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZOperands.td
Commit message (Expand)AuthorAge
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-27
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-25
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-18
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-27
* [SystemZ] Prefer LHI;ST... over LAY;MV...Richard Sandiford2013-08-23
* [SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford2013-07-31
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-25
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-08
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-02
* [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