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
/
R600
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Use KCache for kernel arguments
Tom Stellard
2013-07-23
17
-90
/
+86
*
R600: Use the same compute kernel calling convention for all GPUs
Tom Stellard
2013-07-23
1
-2
/
+2
*
R600: Use correct LoadExtType when lowering kernel arguments
Tom Stellard
2013-07-23
1
-0
/
+19
*
R600: Clean up extended load patterns
Tom Stellard
2013-07-23
2
-1
/
+2
*
R600: Expand vector FNEG
Tom Stellard
2013-07-23
1
-0
/
+26
*
R600: Don't emit empty then clause and use alu_pop_after
Vincent Lejeune
2013-07-19
3
-6
/
+129
*
R600/SI: Fix crash with VSELECT
Tom Stellard
2013-07-18
1
-0
/
+15
*
R600/SI: Add support for v2f32 loads
Tom Stellard
2013-07-18
1
-0
/
+14
*
R600/SI: Add support for v2f32 stores
Tom Stellard
2013-07-18
1
-0
/
+18
*
R600: Expand VSELECT for all types
Tom Stellard
2013-07-18
1
-0
/
+30
*
R600/SI: Add support for 64-bit loads
Tom Stellard
2013-07-15
2
-0
/
+56
*
R600: Reapply testcase from r186178, the big endian issue should be fixed by ...
Benjamin Kramer
2013-07-12
1
-0
/
+12
*
R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots
Tom Stellard
2013-07-12
1
-12
/
+0
*
R600/SI: Add support for f64 kernel arguments
Tom Stellard
2013-07-12
1
-0
/
+9
*
R600/SI: Implement select and compares for SI
Tom Stellard
2013-07-12
1
-0
/
+79
*
R600/SI: Add fsqrt pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+24
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+13
*
R600/SI: SI support for 64bit ConstantFP
Tom Stellard
2013-07-12
1
-0
/
+12
*
R600/SI: Add initial double precision support for SI
Tom Stellard
2013-07-12
4
-0
/
+60
*
R600/SI: Initial local memory support
Michel Danzer
2013-07-10
2
-52
/
+66
*
R600/SI: Add intrinsic for retrieving the current thread ID
Michel Danzer
2013-07-10
1
-0
/
+16
*
R600/SI: Add intrinsics for texture sampling with user derivatives
Michel Danzer
2013-07-10
1
-0
/
+140
*
R600: Do not predicated basic block with multiple alu clause
Vincent Lejeune
2013-07-09
1
-1
/
+1
*
R600: Fix a rare bug where swizzle optimization returns wrong values
Vincent Lejeune
2013-07-09
1
-0
/
+34
*
R600: Fix wrong export reswizzling
Vincent Lejeune
2013-07-09
1
-0
/
+100
*
R600: Use DAG lowering pass to handle fcos/fsin
Vincent Lejeune
2013-07-09
2
-0
/
+6
*
Prefix failing commands with not to make clear they are expected to fail.
Rafael Espindola
2013-07-03
1
-1
/
+1
*
R600: Support schedule and packetization of trans-only inst
Vincent Lejeune
2013-06-29
6
-16
/
+16
*
R600: Add local memory support via LDS
Tom Stellard
2013-06-28
1
-0
/
+82
*
R600: Add support for GROUP_BARRIER instruction
Tom Stellard
2013-06-28
1
-0
/
+24
*
R600: Remove alu-split.ll test
Tom Stellard
2013-06-27
1
-851
/
+0
*
R600: Use new getNamedOperandIdx function generated by TableGen
Tom Stellard
2013-06-25
1
-0
/
+59
*
R600: Add v2i32 test for vselect
Aaron Watry
2013-06-25
1
-6
/
+20
*
R600/SI: Expand xor v2i32/v4i32
Aaron Watry
2013-06-25
1
-7
/
+33
*
R600: Add v2i32 test for setcc on evergreen
Aaron Watry
2013-06-25
1
-3
/
+22
*
R600/SI: Expand urem of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-4
/
+23
*
R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
Aaron Watry
2013-06-25
1
-3
/
+22
*
R600/SI: Expand ashr of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-7
/
+34
*
R600/SI: Expand srl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-7
/
+35
*
R600/SI: Expand shl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-7
/
+34
*
R600/SI: Expand or of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-7
/
+34
*
R600/SI: Expand mul of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-6
/
+32
*
R600/SI: Expand and of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-6
/
+31
*
R600/SI: Report unaligned memory accesses as legal for > 32-bit types
Tom Stellard
2013-06-25
1
-0
/
+32
*
R600: Add support for i32 loads from the constant address space on Cayman
Tom Stellard
2013-06-25
1
-0
/
+1
*
R600/SI: Add support for v4i32 and v4f32 kernel args
Tom Stellard
2013-06-25
1
-6
/
+10
*
R600: Fix typo in R600Schedule.td
Tom Stellard
2013-06-25
1
-0
/
+34
*
R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
2013-06-20
1
-6
/
+31
*
R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
2013-06-20
1
-6
/
+31
*
R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
2013-06-20
1
-0
/
+6
[next]