summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FPEnv] Invert sense of MIFlag::FPExcept flagUlrich Weigand2020-01-101-3/+3
* [SystemZ] Bugfix and improve the handling of CC values.Jonas Paulsson2019-12-201-22/+111
* [FPEnv] Constrained FCmp intrinsicsUlrich Weigand2019-12-071-0/+23
* [SystemZ] Use LivePhysRegs instead of isCCLiveOut() in SystemZElimCompare.cppJonas Paulsson2019-11-041-9/+4
* [SystemZ] NFC: use clearRegisterDeads() in SystemZElimCompare.cppJonas Paulsson2019-09-091-5/+2
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-3/+3
* [SystemZ] Handle DBG_VALUE instructions in two places in backend.Jonas Paulsson2019-01-231-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MI] Change the array of `MachineMemOperand` pointers to beChandler Carruth2018-08-161-4/+3
* [SystemZ] Build Load And Test from scratch in convertToLoadAndTest.Jonas Paulsson2018-06-071-10/+16
* [SystemZ] Check for legality before doing LOAD AND TEST transformations.Jonas Paulsson2018-01-151-52/+79
* Temporarily revertJonas Paulsson2018-01-101-25/+15
* [SystemZ] Check for legality before doing LOAD AND TEST transformations.Jonas Paulsson2018-01-101-15/+25
* [SystemZ] Comment fix in SystemZElimCompare.cppJonas Paulsson2018-01-081-5/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-2/+2
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-2/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* [SystemZ] Improve optimizeCompareZero()Jonas Paulsson2017-09-211-7/+36
* [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
OpenPOWER on IntegriCloud