summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZLongBranch.cpp
AgeCommit message (Expand)Author
2017-01-24[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-11-28[SystemZ] Add remaining branch instructionsUlrich Weigand
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-06[SystemZ] Use "for (auto" a bitRichard Sandiford
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford
2013-09-18[SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford
2013-08-05[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford
2013-08-05[SystemZ] Split out comparison elimination into a separate passRichard Sandiford
2013-08-01[SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford
2013-07-31[SystemZ] Be more careful about inverting CC masksRichard Sandiford
2013-07-31[SystemZ] Move compare-and-branch generation even laterRichard Sandiford
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling
2013-05-29[SystemZ] Immediate compare-and-branch supportRichard Sandiford
2013-05-28[SystemZ] Register compare-and-branch supportRichard Sandiford
2013-05-28[SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford
2013-05-22[SystemZ] Fix thinko in long branch passRichard Sandiford
2013-05-21Fix indentationRichard Sandiford
2013-05-20[SystemZ] Add long branch passRichard Sandiford