[SystemZ] Be more careful about inverting CC masks (conditional loads)
[oota-llvm.git] / lib / Target / SystemZ / SystemZOperands.td
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks...
2013-07-25 Richard Sandiford[SystemZ] Add LOC and LOCG
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2013-07-02 Richard Sandiford[SystemZ] Add the MVC instruction
2013-05-14 Richard Sandiford[SystemZ] Add disassembler support
2013-05-14 Richard Sandiford[SystemZ] Rework handling of constant PC-relative operands
2013-05-14 Richard Sandiford[SystemZ] Match operands to fields by name rather than...
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-02-01 Anton KorobeynikovFix imm printing for logical instructions.
2010-03-08 Chris Lattnerfix a type compatibility bug. imm is i32 in the input
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-16 Anton KorobeynikovUnbreak mvi and friends - emit only 'significant' part...
2009-07-16 Anton KorobeynikovImplement all comparisons
2009-07-16 Anton KorobeynikovImplement 'large' PIC model
2009-07-16 Anton KorobeynikovImplement shifts properly (hopefilly - finally!)
2009-07-16 Anton Korobeynikov32 bit shifts have only 12 bit displacements
2009-07-16 Anton KorobeynikovConsolidate reg-imm / reg-reg-imm address mode selectio...
2009-07-16 Anton KorobeynikovAdd support for 12 bit displacements
2009-07-16 Anton KorobeynikovProvide proper patterns for and with imm instructions...