aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
AgeCommit message (Expand)AuthorFilesLines
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-13/+10
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford1-20/+20
2013-10-01[SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford1-0/+4
2013-09-25[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford1-1/+1
2013-09-25[SystemZ] Add instruction-shortening passRichard Sandiford1-0/+159