index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PTX
/
PTX.h
Age
Commit message (
Expand
)
Author
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2011-09-30
PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requires
Justin Holewinski
2011-09-29
PTX: Fix broken shared library build
Justin Holewinski
2011-09-28
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-22
PTX: Add new PTX-specific register allocator that keeps virtual registers
Justin Holewinski
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-04-20
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-03-14
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-13
ptx: add basic support of predicate execution
Che-Liang Chiou
2010-12-30
ptx: add state spaces
Che-Liang Chiou
2010-11-08
Add physical register counting functions
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