summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZElimCompare.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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