[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXFrameLowering.cpp
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-27 Eric ChristopherMove the constructor for NVPTXFrameLowering into the...
2014-06-27 Eric ChristopherRemove unnecessary caching of the TargetMachine on...
2013-08-06 Justin Holewinski[NVPTX] Fix bug in stack code generation causes by...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...