summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PTX
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a dummy PTXMCAsmStreamer classChe-Liang Chiou2010-11-084-0/+588
| | | | llvm-svn: 118396
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-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 Kramer2010-10-221-3/+5
| | | | llvm-svn: 117111
* Add lower argument and return of device functionChe-Liang Chiou2010-10-197-9/+275
| | | | llvm-svn: 116805
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
| | | | llvm-svn: 114999
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-253-2/+27
| | | | llvm-svn: 114788
* Add the exit instruction to the PTX target.Eric Christopher2010-09-1822-16/+705
| | | | | | Patch by Che-Liang Chiou <clchiou@gmail.com>! llvm-svn: 114294
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-0712-0/+217
llvm-svn: 113235
OpenPOWER on IntegriCloud