aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX
Commit message (Expand)AuthorAgeFilesLines
* Update CMake stuffAnton Korobeynikov2011-01-101-1/+1
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-104-17/+19
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-012-29/+11
* ptx: add store instructionChe-Liang Chiou2011-01-014-4/+101
* ptx: add state spacesChe-Liang Chiou2010-12-303-8/+63
* ptx: add ld instruction and testChe-Liang Chiou2010-12-226-22/+181
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-162-1/+3
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-102-14/+13
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-102-13/+14
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-092-14/+13
* ptx: add shift instructionsChe-Liang Chiou2010-12-061-0/+27
* There are two reasons why we might want to useRafael Espindola2010-12-041-3/+2
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+10
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-2/+3
* ptx: bug fix: use after freeChe-Liang Chiou2010-12-011-7/+8
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-301-0/+18
* ptx: add ld instructionChe-Liang Chiou2010-11-303-9/+118
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-26/+9
* Move the PTXMCAsmStreamer class to the .cpp file.Rafael Espindola2010-11-283-206/+181
* 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