aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX
Commit message (Expand)AuthorAgeFilesLines
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-182-2/+2
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-172-9/+51
* Add .loc methods to the streamer.Rafael Espindola2010-11-162-2/+4
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-155-6/+68
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-145-22/+2
* Add generating function declaration for PTXChe-Liang Chiou2010-11-082-11/+129
* Add physical register counting functionsChe-Liang Chiou2010-11-086-0/+176
* Add a dummy PTXMCAsmStreamer classChe-Liang Chiou2010-11-084-0/+588
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-1/+1
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-221-3/+5
* Add lower argument and return of device functionChe-Liang Chiou2010-10-197-9/+275
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-253-2/+27
* Add the exit instruction to the PTX target.Eric Christopher2010-09-1822-16/+705
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-0712-0/+217