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
/
PTXMFInfoExtract.cpp
Age
Commit message (
Expand
)
Author
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2011-12-27
Clean up some Release build warnings.
Benjamin Kramer
2011-12-06
PTX: Continue to fix up the register mess.
Justin Holewinski
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-09-23
PTX: Cleanup unused code in the PTXMFInfoExtract pass
Justin Holewinski
2011-09-22
PTX: Use .param space for device function return values on SM 2.0+, and attempt
Justin Holewinski
2011-09-22
PTX: Fixup codegen to handle emission of virtual registers.
Justin Holewinski
2011-06-16
PTX: Finish new calling convention implementation
Justin Holewinski
2011-03-02
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-02-10
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-01-01
ptx: add store instruction
Che-Liang Chiou
2010-11-08
Add physical register counting functions
Che-Liang Chiou