summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PTX/PTXISelLowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-101-52/+31
| | | | llvm-svn: 125279
* ptx: add ld instruction and testChe-Liang Chiou2010-12-221-0/+24
| | | | llvm-svn: 122398
* Add physical register counting functionsChe-Liang Chiou2010-11-081-0/+17
| | | | llvm-svn: 118397
* 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-191-3/+108
| | | | llvm-svn: 116805
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-1/+22
| | | | llvm-svn: 114788
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+62
Patch by Che-Liang Chiou <clchiou@gmail.com>! llvm-svn: 114294
OpenPOWER on IntegriCloud