aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-56/+0
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-261-1/+5
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-12/+0
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+2
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-1/+1
* PTX: Fix FrameIndex mapping bugJustin Holewinski2011-06-221-4/+2
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+3
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-2/+0
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-4/+0
* Add lower argument and return of device functionChe-Liang Chiou2010-10-191-2/+3
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+68