aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-06-20Trailing whitespace.NAKAMURA Takumi1-3/+3
2016-06-20Untabify.NAKAMURA Takumi1-8/+9
2016-05-03livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFCMatthias Braun1-1/+1
2016-05-02[SystemZ] Mark CC defs as dead whenever possible.Jonas Paulsson1-1/+1
2016-04-26Add optimization bisect opt-in calls for SystemZ passesAndrew Kaylor1-0/+3
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff1-0/+4
2015-10-26[SystemZ] Tie operands in SystemZShorteInst if MI becomes 2-address.Jonas Paulsson1-1/+10
2015-10-20[SystemZ] Use LivePhysRegs helper class in SystemZShortenInst.cpp.Jonas Paulsson1-80/+35
2015-10-09[SystemZ] Remove superfluous braces in SystemZShortenInst.cppJonas Paulsson1-2/+2
2015-10-08[SystemZ] Bugfix: check CC reg liveness in SystemZShortenInst.Jonas Paulsson1-4/+25
2015-10-01[SystemZ] Add some generic (floating point support) load instructions.Jonas Paulsson1-3/+3
2015-09-09Save LaneMask with livein registersMatthias Braun1-3/+2
2015-05-05[SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand1-3/+136
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford1-1/+1
2014-03-06[SystemZ] Use "for (auto" a bitRichard Sandiford1-13/+10
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford1-20/+20
2013-10-01[SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford1-0/+4
2013-09-25[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford1-1/+1
2013-09-25[SystemZ] Add instruction-shortening passRichard Sandiford1-0/+159