summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-131-1/+1
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet2019-09-181-9/+8
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-3/+3
* [SystemZ] Recognize INLINEASM_BR in backendJonas Paulsson2019-09-051-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-10/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* [SystemZ] Handle BRCTH branches correctly in SystemZLongBranch.cpp.Jonas Paulsson2018-01-171-1/+1
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-241-27/+34
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-11/+11
* [SystemZ] Add remaining branch instructionsUlrich Weigand2016-11-281-0/+4
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-7/+7
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+4
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-3/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-061-1/+1
* [SystemZ] Use "for (auto" a bitRichard Sandiford2014-03-061-11/+8
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-061-92/+92
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-181-2/+21
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-051-0/+31
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-051-270/+11
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-011-15/+170
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-311-3/+7
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-311-11/+110
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-3/+3
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+2
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-291-0/+11
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-281-0/+32
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-281-5/+4
* [SystemZ] Fix thinko in long branch passRichard Sandiford2013-05-221-26/+40
* Fix indentationRichard Sandiford2013-05-211-9/+9
* [SystemZ] Add long branch passRichard Sandiford2013-05-201-0/+357
OpenPOWER on IntegriCloud