Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove isTwoAddress from SystemZ. | Eric Christopher | 2010-06-21 | 1 | -2/+2 |
* | Improve systemz to model cmp and ucmp nodes as returning | Chris Lattner | 2010-03-28 | 1 | -6/+6 |
* | The mayHaveSideEffects flag is no longer used. | Dan Gohman | 2010-02-27 | 1 | -1/+1 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -1/+1 |
* | Update SystemZ to use PSW following the way x86 uses EFLAGS. Besides | Dan Gohman | 2009-10-28 | 1 | -3/+3 |
* | Add fcopysign instructions | Anton Korobeynikov | 2009-08-21 | 1 | -0/+7 |
* | All FP instructions have 12 bit memory displacement field | Anton Korobeynikov | 2009-07-16 | 1 | -34/+34 |
* | Fix instruction mnemonics for some fp_to_sint operations | Anton Korobeynikov | 2009-07-16 | 1 | -2/+2 |
* | Handle bitconverts | Anton Korobeynikov | 2009-07-16 | 1 | -0/+7 |
* | Emit proper rounding mode for fp_to_sint | Anton Korobeynikov | 2009-07-16 | 1 | -4/+4 |
* | Make FP zero to be legal FP immediate via LOAD ZERO | Anton Korobeynikov | 2009-07-16 | 1 | -0/+43 |
* | Loads are not two-address in any way | Anton Korobeynikov | 2009-07-16 | 1 | -8/+7 |
* | Add LOAD NEGATIVE instruction | Anton Korobeynikov | 2009-07-16 | 1 | -1/+9 |
* | LOAD COMPLEMENT instruction is not really two-addr | Anton Korobeynikov | 2009-07-16 | 1 | -4/+5 |
* | Add multiple add/sub instructions | Anton Korobeynikov | 2009-07-16 | 1 | -0/+40 |
* | Proper FP extloads | Anton Korobeynikov | 2009-07-16 | 1 | -1/+3 |
* | Add proper PWS impdef's | Anton Korobeynikov | 2009-07-16 | 1 | -21/+50 |
* | Propagate FP select_cc to dag inserters | Anton Korobeynikov | 2009-07-16 | 1 | -0/+11 |
* | Implement fp_to_sint | Anton Korobeynikov | 2009-07-16 | 1 | -1/+14 |
* | Add fabs | Anton Korobeynikov | 2009-07-16 | 1 | -0/+9 |
* | Add fneg | Anton Korobeynikov | 2009-07-16 | 1 | -0/+8 |
* | More sint_to_fp stuff | Anton Korobeynikov | 2009-07-16 | 1 | -0/+7 |
* | Add bunch of FP instructions | Anton Korobeynikov | 2009-07-16 | 1 | -0/+156 |