aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-04[SystemZ] Make operator bool explicit. NFC.Benjamin Kramer1-1/+1
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford1-1/+1
2014-03-06[SystemZ] Use "for (auto" a bitRichard Sandiford1-12/+10
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford1-49/+49
2013-08-07[SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford1-10/+25
2013-08-05[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford1-16/+131
2013-08-05[SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford1-1/+31
2013-08-05[SystemZ] Split out comparison elimination into a separate passRichard Sandiford1-0/+311