aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-04[SystemZ] Make operator bool explicit. NFC.Benjamin Kramer1-1/+1
2014-06-27Remove target machine caching from SystemZInstrInfo andEric Christopher1-6/+6
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-9/+9
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-2/+2
2014-04-19Remove some empty statementsAlp Toker1-1/+1
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford1-8/+8
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+4
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-4/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+4
2013-10-16[SystemZ] Improve handling of SETCCRichard Sandiford1-1/+1
2013-10-15[SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford1-2/+24
2013-10-01[SystemZ] Add comparisons of high words and memoryRichard Sandiford1-0/+8
2013-10-01[SystemZ] Add comparisons of large immediates using high wordsRichard Sandiford1-0/+8
2013-10-01[SystemZ] Add immediate addition involving high wordsRichard Sandiford1-2/+50
2013-10-01[SystemZ] Extend test-under-mask support to high GR32sRichard Sandiford1-0/+8
2013-10-01[SystemZ] Allow integer AND involving high wordsRichard Sandiford1-33/+50
2013-10-01[SystemZ] Allow integer XOR involving high wordsRichard Sandiford1-0/+4
2013-10-01[SystemZ] Allow integer OR involving high wordsRichard Sandiford1-0/+12
2013-10-01[SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford1-0/+8
2013-10-01[SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford1-0/+24
2013-10-01[SystemZ] Add register zero extensions involving at least one high wordRichard Sandiford1-0/+19
2013-10-01[SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford1-0/+8
2013-10-01[SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford1-0/+8
2013-10-01[SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford1-0/+8
2013-10-01[SystemZ] Use upper words of GR64s for codegenRichard Sandiford1-5/+73
2013-09-30[SystemZ] Rename subregs and add subreg_h32Richard Sandiford1-6/+6
2013-09-27[SystemZ] Rein back the use of block operationsRichard Sandiford1-4/+8
2013-09-25[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford1-6/+6
2013-09-25[SystemZ] Use subregs for 64-bit truncating storesRichard Sandiford1-1/+1
2013-09-18[SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford1-0/+18
2013-08-16[SystemZ] Fix handling of 64-bit memcmp resultsRichard Sandiford1-0/+7
2013-08-16[SystemZ] Fix sign of integer memcmp resultRichard Sandiford1-29/+26
2013-08-12[SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford1-0/+93
2013-08-07[SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford1-0/+3
2013-08-05[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford1-0/+8
2013-08-05[SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford1-0/+13
2013-08-01[SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford1-1/+2
2013-07-31[SystemZ] Be more careful about inverting CC masksRichard Sandiford1-22/+30
2013-07-31[SystemZ] Move compare-and-branch generation even laterRichard Sandiford1-103/+0
2013-07-31[SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford1-13/+127
2013-07-25[SystemZ] Rework compare and branch supportRichard Sandiford1-0/+103
2013-07-25[SystemZ] Add LOCR and LOCGRRichard Sandiford1-0/+52
2013-07-19[SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford1-2/+45
2013-07-12[SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford1-1/+23
2013-07-05[SystemZ] Remove no-op MVCsRichard Sandiford1-0/+25
2013-07-05[SystemZ] Remove redundant frame MMOsRichard Sandiford1-24/+4
2013-07-05[SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford1-10/+2