Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add preliminary support for .f32 in the PTX backend. | Che-Liang Chiou | 2011-02-28 | 6 | -0/+229 | |
| | | | | | | | | | | | | - Add appropriate TableGen patterns for fadd, fsub, fmul. - Add .f32 as the PTX type for the LLVM float type. - Allow parameters, return values, and global variable declarations to accept the float type. - Add appropriate test cases. Patch by Justin Holewinski llvm-svn: 126636 | |||||
* | ptx: add passing parameter to kernel functions | Che-Liang Chiou | 2011-02-10 | 1 | -1/+8 | |
| | | | | llvm-svn: 125279 | |||||
* | ptx: remove reg-reg addressing mode and st.const | Che-Liang Chiou | 2011-01-01 | 2 | -10/+4 | |
| | | | | llvm-svn: 122653 | |||||
* | ptx: add store instruction | Che-Liang Chiou | 2011-01-01 | 1 | -0/+78 | |
| | | | | llvm-svn: 122652 | |||||
* | ptx: add state spaces | Che-Liang Chiou | 2010-12-30 | 1 | -1/+34 | |
| | | | | llvm-svn: 122638 | |||||
* | ptx: add ld instruction and test | Che-Liang Chiou | 2010-12-22 | 1 | -0/+44 | |
| | | | | llvm-svn: 122398 | |||||
* | ptx: add shift instructions | Che-Liang Chiou | 2010-12-06 | 2 | -0/+65 | |
| | | | | llvm-svn: 120982 | |||||
* | ptx: add command-line options for gpu target and ptx version | Che-Liang Chiou | 2010-11-30 | 1 | -0/+6 | |
| | | | | llvm-svn: 120423 | |||||
* | Add simple arithmetics and %type directive for PTX | Che-Liang Chiou | 2010-11-17 | 5 | -6/+38 | |
| | | | | llvm-svn: 119485 | |||||
* | Add test case mov.ll for PTX device function | Che-Liang Chiou | 2010-10-19 | 1 | -0/+13 | |
| | | | | llvm-svn: 116806 | |||||
* | Add test case for PTX ret instruction | Che-Liang Chiou | 2010-09-25 | 1 | -0/+6 | |
| | | | | llvm-svn: 114789 | |||||
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 114788 | |||||
* | Add the exit instruction to the PTX target. | Eric Christopher | 2010-09-18 | 2 | -0/+11 | |
Patch by Che-Liang Chiou <clchiou@gmail.com>! llvm-svn: 114294 |