index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PTX
Age
Commit message (
Expand
)
Author
2011-03-05
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-03
PTX: Fix Emacs renaming a symbol
Justin Holewinski
2011-03-03
PTX: Fix a couple of lint violations
Justin Holewinski
2011-03-02
ptx: fix lint and compiler warnings
Che-Liang Chiou
2011-03-02
Add 64-bit addressing to PTX backend
Che-Liang Chiou
2011-03-02
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-02-28
Add preliminary support for .f32 in the PTX backend.
Che-Liang Chiou
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-10
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-01
ptx: remove reg-reg addressing mode and st.const
Che-Liang Chiou
2011-01-01
ptx: add store instruction
Che-Liang Chiou
2010-12-30
ptx: add state spaces
Che-Liang Chiou
2010-12-22
ptx: add ld instruction and test
Che-Liang Chiou
2010-12-16
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-06
ptx: add shift instructions
Che-Liang Chiou
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
2010-12-03
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-02
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-01
ptx: bug fix: use after free
Che-Liang Chiou
2010-11-30
ptx: add command-line options for gpu target and ptx version
Che-Liang Chiou
2010-11-30
ptx: add ld instruction
Che-Liang Chiou
2010-11-28
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
Move the PTXMCAsmStreamer class to the .cpp file.
Rafael Espindola
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-17
Add simple arithmetics and %type directive for PTX
Che-Liang Chiou
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-15
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-14
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-08
Add generating function declaration for PTX
Che-Liang Chiou
2010-11-08
Add physical register counting functions
Che-Liang Chiou
2010-11-08
Add a dummy PTXMCAsmStreamer class
Che-Liang Chiou
2010-11-03
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-10-22
Make some symbols static, move classes into anonymous namespaces.
Benjamin Kramer
2010-10-19
Add lower argument and return of device function
Che-Liang Chiou
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-25
Add ret instruction to PTX backend
Che-Liang Chiou
2010-09-18
Add the exit instruction to the PTX target.
Eric Christopher
2010-09-07
Create PTX backend. Patch by Che-Liang Chiou!
Nick Lewycky