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
/
test
/
CodeGen
/
PTX
Age
Commit message (
Expand
)
Author
2011-06-25
PTX: corrected tests that were failing
Dan Bailey
2011-06-25
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-24
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-23
PTX: Always use registers for return values, but use .param space for device
Justin Holewinski
2011-06-23
PTX: Fixup test cases for device param changes
Justin Holewinski
2011-06-22
PTX: Add signed integer comparisons
Justin Holewinski
2011-06-22
PTX: Add .address_size directive if PTX version >= 2.3
Justin Holewinski
2011-06-20
PTX: Fix conversion between predicates and value types
Justin Holewinski
2011-06-17
PTX: Adjust rounding modes
Justin Holewinski
2011-06-16
PTX: Finish new calling convention implementation
Justin Holewinski
2011-05-18
PTX: add flag to disable mad/fma selection
Justin Holewinski
2011-05-10
PTX: add test cases for cvt, fneg, and selp
Justin Holewinski
2011-05-06
PTX: add PTX 2.3 language target
Justin Holewinski
2011-04-28
PTX: support for bitwise operations on predicates
Justin Holewinski
2011-04-25
Make tests more useful.
Benjamin Kramer
2011-04-21
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-20
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-02
ptx: support setp's 4-operand format
Che-Liang Chiou
2011-03-22
ptx: add analyze/insert/remove branch
Che-Liang Chiou
2011-03-18
PTX: Fix various codegen issues
Justin Holewinski
2011-03-18
ptx: fix parameter order that is reversed
Che-Liang Chiou
2011-03-18
ptx: add unconditional and conditional branch
Che-Liang Chiou
2011-03-15
PTX: Set PTX 2.0 as the minimum supported version
Justin Holewinski
2011-03-14
PTX: Emit global arrays with proper sizes
Justin Holewinski
2011-03-14
PTX: Add support for sqrt/sin/cos intrinsics
Justin Holewinski
2011-03-14
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-10
PTX: Add preliminary support for floating-point divide and multiply-and-add
Justin Holewinski
2011-03-10
ptx: add the rest of special registers of ISA version 2.0
Che-Liang Chiou
2011-03-08
PTX: Add intrinsic support for ntid, ctaid, and nctaid registers
Justin Holewinski
2011-03-05
ptx: add basic intrinsic support
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-10
ptx: add passing parameter to kernel functions
Che-Liang Chiou
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-06
ptx: add shift instructions
Che-Liang Chiou
2010-11-30
ptx: add command-line options for gpu target and ptx version
Che-Liang Chiou
2010-11-17
Add simple arithmetics and %type directive for PTX
Che-Liang Chiou
2010-10-19
Add test case mov.ll for PTX device function
Che-Liang Chiou
2010-09-25
Add test case for PTX ret instruction
Che-Liang Chiou
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