Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ptx: add passing parameter to kernel functions | Che-Liang Chiou | 2011-02-10 | 1 | -52/+31 | |
| | | | | llvm-svn: 125279 | |||||
* | ptx: add ld instruction and test | Che-Liang Chiou | 2010-12-22 | 1 | -0/+24 | |
| | | | | llvm-svn: 122398 | |||||
* | Add physical register counting functions | Che-Liang Chiou | 2010-11-08 | 1 | -0/+17 | |
| | | | | llvm-svn: 118397 | |||||
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -1/+1 | |
| | | | | | | | | | | value type, so there is no point in passing it around using an EVT. Use the simpler MVT everywhere. Rather than trying to propagate this information maximally in all the code that using the calling convention stuff, I chose to do a mainly low impact change instead. llvm-svn: 118167 | |||||
* | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer | 2010-10-22 | 1 | -3/+5 | |
| | | | | llvm-svn: 117111 | |||||
* | Add lower argument and return of device function | Che-Liang Chiou | 2010-10-19 | 1 | -3/+108 | |
| | | | | llvm-svn: 116805 | |||||
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -1/+22 | |
| | | | | llvm-svn: 114788 | |||||
* | Add the exit instruction to the PTX target. | Eric Christopher | 2010-09-18 | 1 | -0/+62 | |
Patch by Che-Liang Chiou <clchiou@gmail.com>! llvm-svn: 114294 |