aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZLongBranch.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-3/+4
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-11/+8
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford1-92/+92
2013-09-18[SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford1-2/+21
2013-08-05[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford1-0/+31
2013-08-05[SystemZ] Split out comparison elimination into a separate passRichard Sandiford1-270/+11
2013-08-01[SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford1-15/+170
2013-07-31[SystemZ] Be more careful about inverting CC masksRichard Sandiford1-3/+7
2013-07-31[SystemZ] Move compare-and-branch generation even laterRichard Sandiford1-11/+110
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-3/+3
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-2/+2
2013-05-29[SystemZ] Immediate compare-and-branch supportRichard Sandiford1-0/+11
2013-05-28[SystemZ] Register compare-and-branch supportRichard Sandiford1-0/+32
2013-05-28[SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford1-5/+4
2013-05-22[SystemZ] Fix thinko in long branch passRichard Sandiford1-26/+40
2013-05-21Fix indentationRichard Sandiford1-9/+9
2013-05-20[SystemZ] Add long branch passRichard Sandiford1-0/+357