summaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZInstrFP.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+50
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-301-13/+13
* [SystemZ] Tweak integer comparison codeRichard Sandiford2013-09-061-5/+5
* [SystemZ] Add NC, OC and XCRichard Sandiford2013-09-051-3/+3
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-271-3/+3
* [SystemZ] Use FI[EDX]BRA for codegenRichard Sandiford2013-08-211-0/+30
* [SystemZ] Add FI[EDX]BRARichard Sandiford2013-08-211-5/+10
* [SystemZ] Add a definition of the IPM instructionRichard Sandiford2013-08-121-3/+3
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-071-20/+16
* [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-071-0/+11
* [SystemZ] Use MVC for simple load/store pairsRichard Sandiford2013-07-091-0/+4
* [SystemZ] Fold more spillsRichard Sandiford2013-07-031-91/+91
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-271-1/+6
* [SystemZ] Rename PSW to CCRichard Sandiford2013-05-221-9/+9
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-141-26/+23
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+318
* Remove the SystemZ backend.Dan Gohman2011-10-241-340/+0
* Remove isTwoAddress from SystemZ.Eric Christopher2010-06-211-2/+2
* Improve systemz to model cmp and ucmp nodes as returningChris Lattner2010-03-281-6/+6
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-271-1/+1
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Update SystemZ to use PSW following the way x86 uses EFLAGS. BesidesDan Gohman2009-10-281-3/+3
* Add fcopysign instructionsAnton Korobeynikov2009-08-211-0/+7
* All FP instructions have 12 bit memory displacement fieldAnton Korobeynikov2009-07-161-34/+34
* Fix instruction mnemonics for some fp_to_sint operationsAnton Korobeynikov2009-07-161-2/+2
* Handle bitconvertsAnton Korobeynikov2009-07-161-0/+7
* Emit proper rounding mode for fp_to_sintAnton Korobeynikov2009-07-161-4/+4
* Make FP zero to be legal FP immediate via LOAD ZEROAnton Korobeynikov2009-07-161-0/+43
* Loads are not two-address in any wayAnton Korobeynikov2009-07-161-8/+7
* Add LOAD NEGATIVE instructionAnton Korobeynikov2009-07-161-1/+9
* LOAD COMPLEMENT instruction is not really two-addrAnton Korobeynikov2009-07-161-4/+5
* Add multiple add/sub instructionsAnton Korobeynikov2009-07-161-0/+40
* Proper FP extloadsAnton Korobeynikov2009-07-161-1/+3
* Add proper PWS impdef'sAnton Korobeynikov2009-07-161-21/+50
* Propagate FP select_cc to dag insertersAnton Korobeynikov2009-07-161-0/+11
* Implement fp_to_sintAnton Korobeynikov2009-07-161-1/+14
* Add fabsAnton Korobeynikov2009-07-161-0/+9
* Add fnegAnton Korobeynikov2009-07-161-0/+8
* More sint_to_fp stuffAnton Korobeynikov2009-07-161-0/+7
* Add bunch of FP instructionsAnton Korobeynikov2009-07-161-0/+156