aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add comparisons of high words and memoryRichard Sandiford2013-10-011-0/+40
* [SystemZ] Add comparisons of large immediates using high wordsRichard Sandiford2013-10-011-0/+34
* [SystemZ] Add immediate addition involving high wordsRichard Sandiford2013-10-011-0/+115
* [SystemZ] Extend test-under-mask support to high GR32sRichard Sandiford2013-10-011-0/+29
* [SystemZ] Extend 32-bit RISBG optimizations to high wordsRichard Sandiford2013-10-011-0/+25
* [SystemZ] Extend pseudo conditional 8- and 16-bit stores to high wordsRichard Sandiford2013-10-011-0/+32
* [SystemZ] Add test missing from r191764.Richard Sandiford2013-10-011-0/+30
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-011-0/+63
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-011-0/+42
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-011-0/+42
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-011-0/+38
* [SystemZ] Allow selects with a high-word destinationRichard Sandiford2013-10-011-0/+28
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-011-0/+57
* [SystemZ] Add register zero extensions involving at least one high wordRichard Sandiford2013-10-012-0/+388
* [SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford2013-10-011-0/+46
* [SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford2013-10-011-0/+48
* [SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford2013-10-011-0/+48
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-0/+52
* TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren2013-09-301-6/+8
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-271-2/+4
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-273-121/+73
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-271-0/+35
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-1825-154/+781
* [SystemZ] Improve extload handlingRichard Sandiford2013-09-161-2/+2
* [SystemZ] Try to fold shifts into TMxxRichard Sandiford2013-09-132-0/+80
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-101-0/+245
* [SystemZ] Tweak integer comparison codeRichard Sandiford2013-09-061-0/+101
* [SystemZ] Use XC for a memset of 0Richard Sandiford2013-09-061-42/+26
* [SystemZ] Add NC, OC and XCRichard Sandiford2013-09-053-0/+511
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-09-031-0/+352
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-283-2/+294
* [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