summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZFrameLowering.cpp
Commit message (Expand)AuthorAge
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-06
* [SystemZ] Use "for (auto" a bitRichard Sandiford2014-03-06
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-06
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-30
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-19
* [SystemZ] Allocate a second register scavenging slotRichard Sandiford2013-07-05
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* [SystemZ] Fix caller-allocated save slot FIXMERichard Sandiford2013-07-03
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* [SystemZ] Rename PSW to CCRichard Sandiford2013-05-22
* Remove addFrameMove.Rafael Espindola2013-05-16
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10