index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
PTX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-5
/
+13
*
PTX: Continue to fix up the register mess.
Justin Holewinski
2011-12-06
2
-6
/
+6
*
allow non-device function calls in PTX when natively handling device-side printf
Dan Bailey
2011-11-11
1
-0
/
+25
*
fixed global array handling for ptx to use the correct bit widths
Dan Bailey
2011-11-03
2
-30
/
+30
*
Change the default scheduler from Latency to ILP, since Latency
Dan Gohman
2011-10-24
1
-6
/
+6
*
PTX: Fix disabling of MAD instruction selection
Justin Holewinski
2011-10-18
1
-2
/
+10
*
PTX: Add new patterns for bitconvert and any_extend
Justin Holewinski
2011-09-29
1
-5
/
+9
*
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-28
4
-4
/
+4
*
PTX: Add support for sitofp in backend
Justin Holewinski
2011-09-27
2
-0
/
+66
*
PTX: Fix detection of stack load/store vs. global load/store, as well as fix the
Justin Holewinski
2011-09-26
1
-2
/
+2
*
PTX: Add .align tests to stack object test file
Justin Holewinski
2011-09-26
1
-2
/
+11
*
PTX: Fix some lingering issues with stack allocation
Justin Holewinski
2011-09-26
1
-0
/
+10
*
PTX: Unify handling of loads/stores
Justin Holewinski
2011-09-26
2
-130
/
+0
*
PTX: Handle function call return values
Justin Holewinski
2011-09-23
1
-0
/
+13
*
PTX: Start fixing function calls
Justin Holewinski
2011-09-23
1
-2
/
+1
*
PTX: fixup test cases for register changes
Justin Holewinski
2011-09-22
22
-524
/
+526
*
PTX: Add initial support for device function calls
Justin Holewinski
2011-08-09
1
-0
/
+14
*
PTX: corrected tests that were failing
Dan Bailey
2011-06-25
2
-6
/
+6
*
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
4
-250
/
+0
*
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
4
-0
/
+250
*
PTX: Always use registers for return values, but use .param space for device
Justin Holewinski
2011-06-23
20
-295
/
+318
*
PTX: Fixup test cases for device param changes
Justin Holewinski
2011-06-23
2
-2
/
+2
*
PTX: Add signed integer comparisons
Justin Holewinski
2011-06-22
1
-0
/
+72
*
PTX: Add .address_size directive if PTX version >= 2.3
Justin Holewinski
2011-06-22
1
-0
/
+2
*
PTX: Fix conversion between predicates and value types
Justin Holewinski
2011-06-20
2
-54
/
+64
*
PTX: Adjust rounding modes
Justin Holewinski
2011-06-17
6
-22
/
+22
*
PTX: Finish new calling convention implementation
Justin Holewinski
2011-06-16
14
-82
/
+82
*
PTX: add flag to disable mad/fma selection
Justin Holewinski
2011-05-18
1
-0
/
+16
*
PTX: add test cases for cvt, fneg, and selp
Justin Holewinski
2011-05-10
3
-0
/
+274
*
PTX: add PTX 2.3 language target
Justin Holewinski
2011-05-06
1
-0
/
+1
*
PTX: support for bitwise operations on predicates
Justin Holewinski
2011-04-28
1
-0
/
+24
*
Make tests more useful.
Benjamin Kramer
2011-04-25
1
-1
/
+1
*
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-21
1
-4
/
+4
*
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-20
19
-24
/
+24
*
ptx: support setp's 4-operand format
Che-Liang Chiou
2011-04-02
1
-0
/
+25
*
ptx: add analyze/insert/remove branch
Che-Liang Chiou
2011-03-22
1
-0
/
+3
*
PTX: Fix various codegen issues
Justin Holewinski
2011-03-18
3
-46
/
+91
*
ptx: fix parameter order that is reversed
Che-Liang Chiou
2011-03-18
1
-0
/
+8
*
ptx: add unconditional and conditional branch
Che-Liang Chiou
2011-03-18
1
-0
/
+21
*
PTX: Set PTX 2.0 as the minimum supported version
Justin Holewinski
2011-03-15
2
-82
/
+83
*
PTX: Emit global arrays with proper sizes
Justin Holewinski
2011-03-14
2
-40
/
+40
*
PTX: Add support for sqrt/sin/cos intrinsics
Justin Holewinski
2011-03-14
1
-0
/
+56
*
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-14
1
-0
/
+109
*
PTX: Add preliminary support for floating-point divide and multiply-and-add
Justin Holewinski
2011-03-10
3
-0
/
+47
*
ptx: add the rest of special registers of ISA version 2.0
Che-Liang Chiou
2011-03-10
1
-34
/
+176
*
PTX: Add intrinsic support for ntid, ctaid, and nctaid registers
Justin Holewinski
2011-03-08
1
-0
/
+96
*
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-05
1
-0
/
+43
*
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-03-02
9
-254
/
+883
*
Add preliminary support for .f32 in the PTX backend.
Che-Liang Chiou
2011-02-28
6
-0
/
+229
*
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-02-10
1
-1
/
+8
[next]