aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-161-1/+1
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-151-2/+24
* [SystemZ] Add comparisons of high words and memoryRichard Sandiford2013-10-011-0/+8
* [SystemZ] Add comparisons of large immediates using high wordsRichard Sandiford2013-10-011-0/+8
* [SystemZ] Add immediate addition involving high wordsRichard Sandiford2013-10-011-2/+50
* [SystemZ] Extend test-under-mask support to high GR32sRichard Sandiford2013-10-011-0/+8
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-011-33/+50
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-011-0/+4
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-011-0/+12
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-011-0/+8
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-011-0/+24
* [SystemZ] Add register zero extensions involving at least one high wordRichard Sandiford2013-10-011-0/+19
* [SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford2013-10-011-0/+8
* [SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford2013-10-011-0/+8
* [SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford2013-10-011-0/+8
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-5/+73
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-301-6/+6
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-271-4/+8
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-251-6/+6
* [SystemZ] Use subregs for 64-bit truncating storesRichard Sandiford2013-09-251-1/+1
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-181-0/+18
* [SystemZ] Fix handling of 64-bit memcmp resultsRichard Sandiford2013-08-161-0/+7
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-161-29/+26
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-0/+93
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-071-0/+3
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-051-0/+8
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-051-0/+13
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-011-1/+2
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-311-22/+30
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-311-103/+0
* [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford2013-07-311-13/+127
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-251-0/+103
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-251-0/+52
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-191-2/+45
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-121-1/+23
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-051-0/+25
* [SystemZ] Remove redundant frame MMOsRichard Sandiford2013-07-051-24/+4
* [SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford2013-07-051-10/+2
* [SystemZ] Fold more spillsRichard Sandiford2013-07-031-0/+24
* SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable]NAKAMURA Takumi2013-07-031-2/+2
* SystemZ: Fold variable into assertion.Benjamin Kramer2013-07-021-2/+2
* [SystemZ] Use MVC to spill loads and storesRichard Sandiford2013-07-021-1/+93
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+1
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-291-1/+8
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-281-2/+27
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-281-26/+18
* [SystemZ] Add long branch passRichard Sandiford2013-05-201-3/+13
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+444
* Remove the SystemZ backend.Dan Gohman2011-10-241-439/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1