summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrInfo.cpp
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-16
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-15
* [SystemZ] Add comparisons of high words and memoryRichard Sandiford2013-10-01
* [SystemZ] Add comparisons of large immediates using high wordsRichard Sandiford2013-10-01
* [SystemZ] Add immediate addition involving high wordsRichard Sandiford2013-10-01
* [SystemZ] Extend test-under-mask support to high GR32sRichard Sandiford2013-10-01
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-01
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-01
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-01
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-01
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-01
* [SystemZ] Add register zero extensions involving at least one high wordRichard Sandiford2013-10-01
* [SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford2013-10-01
* [SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford2013-10-01
* [SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford2013-10-01
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-01
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-30
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-27
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-25
* [SystemZ] Use subregs for 64-bit truncating storesRichard Sandiford2013-09-25
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-18
* [SystemZ] Fix handling of 64-bit memcmp resultsRichard Sandiford2013-08-16
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-16
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-07
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-05
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-05
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-01
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-31
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-31
* [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford2013-07-31
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-25
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-25
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-19
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-12
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-05
* [SystemZ] Remove redundant frame MMOsRichard Sandiford2013-07-05
* [SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford2013-07-05
* [SystemZ] Fold more spillsRichard Sandiford2013-07-03
* SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable]NAKAMURA Takumi2013-07-03
* SystemZ: Fold variable into assertion.Benjamin Kramer2013-07-02
* [SystemZ] Use MVC to spill loads and storesRichard Sandiford2013-07-02
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-29
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-28
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-28