summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PTX
Commit message (Collapse)AuthorAgeFilesLines
...
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-286-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 functionsChe-Liang Chiou2011-02-101-1/+8
| | | | llvm-svn: 125279
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-012-10/+4
| | | | llvm-svn: 122653
* ptx: add store instructionChe-Liang Chiou2011-01-011-0/+78
| | | | llvm-svn: 122652
* ptx: add state spacesChe-Liang Chiou2010-12-301-1/+34
| | | | llvm-svn: 122638
* ptx: add ld instruction and testChe-Liang Chiou2010-12-221-0/+44
| | | | llvm-svn: 122398
* ptx: add shift instructionsChe-Liang Chiou2010-12-062-0/+65
| | | | llvm-svn: 120982
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-301-0/+6
| | | | llvm-svn: 120423
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-175-6/+38
| | | | llvm-svn: 119485
* Add test case mov.ll for PTX device functionChe-Liang Chiou2010-10-191-0/+13
| | | | llvm-svn: 116806
* Add test case for PTX ret instructionChe-Liang Chiou2010-09-251-0/+6
| | | | llvm-svn: 114789
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-1/+1
| | | | llvm-svn: 114788
* Add the exit instruction to the PTX target.Eric Christopher2010-09-182-0/+11
Patch by Che-Liang Chiou <clchiou@gmail.com>! llvm-svn: 114294
OpenPOWER on IntegriCloud