aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-39/+3
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Comment out a variable that is only used in commented out code.Duncan Sands2011-10-051-1/+1
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-271-0/+5
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-261-1/+1
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-261-4/+21
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-1/+2
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+0
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-281-1/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+3
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-0/+6
* PTX: Fix FrameIndex mapping bugJustin Holewinski2011-06-221-0/+27
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+19