summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-241-18/+27
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-11/+9
* [SystemZ] Fix build bot fallout from r288030Ulrich Weigand2016-11-281-1/+0
* [SystemZ] Support load-and-trap instructionsUlrich Weigand2016-11-281-5/+56
* [SystemZ] Add remaining branch instructionsUlrich Weigand2016-11-281-7/+13
* [SystemZ] Support CL(G)T instructionsUlrich Weigand2016-11-111-3/+11
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* SystemZ: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-121-76/+70
* [SystemZ] Support Compare and TrapsZhan Jun Liau2016-06-101-8/+11
* [SystemZ] Mark CC defs as dead whenever possible.Jonas Paulsson2016-05-021-2/+2
* Add optimization bisect opt-in calls for SystemZ passesAndrew Kaylor2016-04-261-0/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [SystemZ] Support conditional indirect sibling calls via BCRUlrich Weigand2016-04-111-2/+13
* [SystemZ] Implement conditional returnsUlrich Weigand2016-04-071-17/+35
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+4
* Untabify.NAKAMURA Takumi2015-11-021-3/+3
* [SystemZ] Fixes in the backend I/R.Jonas Paulsson2015-10-101-3/+2
* [SystemZ] Remove unused code in SystemZElimCompare.cppJonas Paulsson2015-10-091-19/+7
* [SystemZ] SystemZElimCompare pass improved.Jonas Paulsson2015-10-081-3/+31
* [SystemZ] More minor fixing in SystemZElimCompare.cppJonas Paulsson2015-10-081-9/+5
* [SystemZ] Minor fixes in SystemZElimCompare.cppJonas Paulsson2015-10-081-4/+3
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* [SystemZ] Make operator bool explicit. NFC.Benjamin Kramer2014-10-041-1/+1
* 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-1/+1
* [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-12/+10
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-061-49/+49
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-071-10/+25
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-051-16/+131
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-051-1/+31
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-051-0/+311
OpenPOWER on IntegriCloud