aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZInstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+11
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-63/+56
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+13
* Merging r195473:Richard Sandiford2013-11-221-0/+7
* [SystemZ] Add comparisons of high words and memoryRichard Sandiford2013-10-011-2/+14
* [SystemZ] Add immediate addition involving high wordsRichard Sandiford2013-10-011-0/+19
* [SystemZ] Extend test-under-mask support to high GR32sRichard Sandiford2013-10-011-0/+5
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-011-0/+10
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-011-0/+8
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-011-0/+6
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-0/+41
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-251-0/+16
* [SystemZ] Define the return instruction as a pseudo alias of BRRichard Sandiford2013-09-251-0/+10
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-271-13/+16
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-231-0/+20
* [SystemZ] Prefer LHI;ST... over LAY;MV...Richard Sandiford2013-08-231-10/+16
* [SystemZ] Add FI[EDX]BRARichard Sandiford2013-08-211-2/+15
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-161-0/+20
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-121-0/+19
* [SystemZ] Add a definition of the IPM instructionRichard Sandiford2013-08-121-1/+1
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-071-11/+7
* [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-071-0/+9
* [SystemZ] Add definitions for BRCT and BRCTGRichard Sandiford2013-08-051-0/+15
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-011-8/+41
* [SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford2013-07-311-4/+8
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-311-7/+13
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-251-2/+15
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-251-0/+30
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-251-0/+40
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-251-6/+42
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-191-0/+35
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-191-0/+12
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-191-0/+18
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-191-3/+23
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-191-6/+13
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-111-2/+1
* [SystemZ] Fold more spillsRichard Sandiford2013-07-031-39/+126
* [SystemZ] Rename mapping table fieldsRichard Sandiford2013-07-031-34/+34
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-021-0/+13
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-271-0/+13
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-291-0/+18
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-281-0/+19
* [SystemZ] Rename PSW to CCRichard Sandiford2013-05-221-6/+6
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-141-0/+16
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-141-233/+195
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+987
* Remove the SystemZ backend.Dan Gohman2011-10-241-133/+0
* Some dummy cost model for s390x:Anton Korobeynikov2009-08-221-3/+9
* Add instruction formats and few opcodesAnton Korobeynikov2009-07-161-493/+86