summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZShortenInst.cpp
AgeCommit message (Expand)Author
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-07-17[SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-12-08LivePhysReg: Use reference instead of pointer in init(); NFCMatthias Braun
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-06-20Trailing whitespace.NAKAMURA Takumi
2016-06-20Untabify.NAKAMURA Takumi
2016-05-03livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFCMatthias Braun
2016-05-02[SystemZ] Mark CC defs as dead whenever possible.Jonas Paulsson
2016-04-26Add optimization bisect opt-in calls for SystemZ passesAndrew Kaylor
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2015-10-26[SystemZ] Tie operands in SystemZShorteInst if MI becomes 2-address.Jonas Paulsson
2015-10-20[SystemZ] Use LivePhysRegs helper class in SystemZShortenInst.cpp.Jonas Paulsson
2015-10-09[SystemZ] Remove superfluous braces in SystemZShortenInst.cppJonas Paulsson
2015-10-08[SystemZ] Bugfix: check CC reg liveness in SystemZShortenInst.Jonas Paulsson
2015-10-01[SystemZ] Add some generic (floating point support) load instructions.Jonas Paulsson
2015-09-09Save LaneMask with livein registersMatthias Braun
2015-05-05[SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-06[SystemZ] Use "for (auto" a bitRichard Sandiford
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford
2013-10-01[SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford
2013-09-25[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford
2013-09-25[SystemZ] Add instruction-shortening passRichard Sandiford