aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXRegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-2/+1
* PTX: Remove physical register defsJustin Holewinski2011-09-221-529/+11
* PTX: Reverting implementation of i8.Dan Bailey2011-06-251-132/+0
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-241-0/+132
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-231-42/+522
* PTX: Rename register classes for readability and combine int and fp registersJustin Holewinski2011-06-161-369/+6
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-151-59/+6
* PTX: Expand useable register spaceJustin Holewinski2011-04-211-6/+226
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-021-1/+130
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-281-0/+40
* Add lower argument and return of device functionChe-Liang Chiou2010-10-191-0/+39
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+63