summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrInfo.td
Commit message (Expand)AuthorAge
* [SystemZ] Use "let Predicates =" for blocks of new instructionsRichard Sandiford2014-03-21
* Fix known typosAlp Toker2014-01-24
* [SystemZ] Use interlocked-access 1 instructions for CodeGenRichard Sandiford2013-12-24
* [SystemZ] Add MC support for interlocked-access 1 instructionsRichard Sandiford2013-12-24
* [SystemZ] Extend integer absolute selectionRichard Sandiford2013-12-13
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-10
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-22
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-13
* [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] Extend pseudo conditional 8- and 16-bit stores to high wordsRichard 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] Allow selects 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] Reapply: Add definitions of LFH and STFHRichard Sandiford2013-10-01
* [SystemZ] Revert r191661: Add definitions of LFH and STFHRichard Sandiford2013-09-30
* [SystemZ] Add definitions of LFH and STFHRichard Sandiford2013-09-30
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-30
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-30
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-30
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-25
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-25
* [SystemZ] Use subregs for 64-bit truncating storesRichard Sandiford2013-09-25
* [SystemZ] Define the return instruction as a pseudo alias of BRRichard Sandiford2013-09-25
* [SystemZ] Add instruction-shortening passRichard Sandiford2013-09-25
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-18
* [SystemZ] Improve extload handlingRichard Sandiford2013-09-16
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-10
* [SystemZ] Tweak integer comparison codeRichard Sandiford2013-09-06
* [SystemZ] Add NC, OC and XCRichard Sandiford2013-09-05
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-28
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-27
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-23
* [SystemZ] Add negative integer absolute (load negative)Richard Sandiford2013-08-19
* [SystemZ] Add integer absolute (load positive)Richard Sandiford2013-08-19
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-19
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-16
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-16
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-16
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12