aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-282-4/+96
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-275-29/+224
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-231-0/+87
* [SystemZ] Try reversing comparisons whose first operand is in memoryRichard Sandiford2013-08-2318-2/+430
* [SystemZ] Prefer LHI;ST... over LAY;MV...Richard Sandiford2013-08-236-48/+49
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-232-1/+31
* [SystemZ] Define remainig *MUL_LOHI patternsRichard Sandiford2013-08-212-3/+63
* [SystemZ] Use FI[EDX]BRA for codegenRichard Sandiford2013-08-212-6/+315
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-202-0/+78
* Fix test typo and add usual "br %r14" testRichard Sandiford2013-08-201-1/+2
* Fix overly pessimistic shortcut in post-RA MachineLICMRichard Sandiford2013-08-201-0/+22
* [SystemZ] Add negative integer absolute (load negative)Richard Sandiford2013-08-191-0/+91
* [SystemZ] Add integer absolute (load positive)Richard Sandiford2013-08-191-0/+83
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-193-154/+125
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-162-0/+78
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-161-0/+50
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-162-0/+142
* [SystemZ] Fix handling of 64-bit memcmp resultsRichard Sandiford2013-08-162-1/+136
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-161-8/+7
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-0/+134
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-071-0/+348
* [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-073-0/+39
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-053-1/+237
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-051-0/+223
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-012-0/+691
* [SystemZ] Prefer comparisons with zeroRichard Sandiford2013-08-015-10/+54
* [SystemZ] Implement isLegalAddressingMode()Richard Sandiford2013-07-311-0/+25
* [SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford2013-07-312-14/+14
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-3147-124/+149
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-311-0/+45
* [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford2013-07-3129-431/+446
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-251-0/+22
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-251-0/+25
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-252-0/+260
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-254-2/+312
* [SystemZ] Add tests for ALHSIK and ALGHSIKRichard Sandiford2013-07-191-0/+71
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-195-4/+50
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-192-0/+134
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-1910-8/+90
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-1910-7/+64
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-1910-7/+73
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-191-0/+63
* [SystemZ] Use RNSBGRichard Sandiford2013-07-181-0/+257
* [SystemZ] Generalize RxSBG SRA caseRichard Sandiford2013-07-181-0/+38
* [SystemZ] Use RXSBGRichard Sandiford2013-07-181-0/+112
* [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford2013-07-162-0/+203
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-161-1/+153
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14314-2901/+2901
* [SystemZ] Add test missing from r186148Richard Sandiford2013-07-121-0/+82