aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-285-10/+76
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-282-26/+92
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-278-81/+239
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-237-5/+70
* [SystemZ] Try reversing comparisons whose first operand is in memoryRichard Sandiford2013-08-231-0/+71
* [SystemZ] Prefer LHI;ST... over LAY;MV...Richard Sandiford2013-08-233-10/+44
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+7
* [SystemZ] Define remainig *MUL_LOHI patternsRichard Sandiford2013-08-212-16/+73
* [SystemZ] Use FI[EDX]BRA for codegenRichard Sandiford2013-08-212-0/+39
* [SystemZ] Add FI[EDX]BRARichard Sandiford2013-08-215-10/+40
* [SystemZ] Update READMERichard Sandiford2013-08-201-4/+2
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-204-3/+44
* [SystemZ] Add negative integer absolute (load negative)Richard Sandiford2013-08-193-6/+12
* [SystemZ] Add integer absolute (load positive)Richard Sandiford2013-08-192-1/+19
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-196-21/+89
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-166-0/+59
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-166-0/+30
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-167-10/+134
* [SystemZ] Fix handling of 64-bit memcmp resultsRichard Sandiford2013-08-161-0/+7
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-162-36/+34
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-129-12/+155
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-125-11/+33
* [SystemZ] Add a definition of the IPM instructionRichard Sandiford2013-08-123-4/+8
* [SystemZ] Update READMERichard Sandiford2013-08-091-15/+5
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-076-74/+87
* [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-073-0/+26
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-1/+1
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-055-17/+182
* [SystemZ] Add definitions for BRCT and BRCTGRichard Sandiford2013-08-052-0/+22
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-053-1/+48
* [SystemZ] Add LOAD AND TEST instructionsRichard Sandiford2013-08-051-0/+13
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-055-270/+346
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-016-58/+277
* [SystemZ] Prefer comparisons with zeroRichard Sandiford2013-08-011-1/+25
* [SystemZ] Implement isLegalAddressingMode()Richard Sandiford2013-07-312-3/+21
* [SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford2013-07-315-31/+31
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-319-81/+137
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-314-136/+119
* [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford2013-07-314-79/+193
* [SystemZ] Add RISBLG and RISBHG instruction definitionsRichard Sandiford2013-07-314-3/+19
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-255-62/+129
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-255-0/+118
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-254-0/+75
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-257-51/+126
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-0/+1
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-191-4/+10
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-192-2/+37
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-191-4/+4
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-192-3/+15
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-192-3/+21