Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a dummy PTXMCAsmStreamer class | Che-Liang Chiou | 2010-11-08 | 4 | -0/+588 | |
| | | | | llvm-svn: 118396 | |||||
* | 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 | 7 | -9/+275 | |
| | | | | llvm-svn: 116805 | |||||
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 | |
| | | | | llvm-svn: 114999 | |||||
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 3 | -2/+27 | |
| | | | | llvm-svn: 114788 | |||||
* | Add the exit instruction to the PTX target. | Eric Christopher | 2010-09-18 | 22 | -16/+705 | |
| | | | | | | Patch by Che-Liang Chiou <clchiou@gmail.com>! llvm-svn: 114294 | |||||
* | Create PTX backend. Patch by Che-Liang Chiou! | Nick Lewycky | 2010-09-07 | 12 | -0/+217 | |
llvm-svn: 113235 |