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/SI: Implement fp32<->fp64 conversions
Niels Ole Salscheider
2013-08-08
2
-0
/
+18
*
R600/SI: Implement sint<->fp64 conversions
Niels Ole Salscheider
2013-08-08
2
-0
/
+18
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
1
-0
/
+84
*
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
2013-08-06
6
-45
/
+45
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
2
-0
/
+115
*
R600/SI: Add missing test for r187749
Tom Stellard
2013-08-05
1
-0
/
+48
*
R600: Add 64-bit float load/store support
Tom Stellard
2013-08-01
15
-43
/
+161
*
R600: Use 64-bit alignment for 64-bit kernel arguments
Tom Stellard
2013-08-01
1
-0
/
+2
*
R600/SI: Custom lower i64 ZERO_EXTEND
Tom Stellard
2013-08-01
1
-0
/
+18
*
Revert "R600: Non vector only instruction can be scheduled on trans unit"
Tom Stellard
2013-07-31
25
-185
/
+73
*
R600: Avoid more than 4 literals in the same instruction group at scheduling
Vincent Lejeune
2013-07-31
1
-0
/
+68
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-07-31
25
-73
/
+185
*
R600/SI: Expand vector fp <-> int conversions
Tom Stellard
2013-07-30
4
-36
/
+36
*
[R600] Replicate old DAGCombiner behavior in target specific DAG combine.
Quentin Colombet
2013-07-30
1
-1
/
+0
*
[DAGCombiner] insert_vector_elt: Avoid building a vector twice.
Quentin Colombet
2013-07-30
1
-0
/
+1
*
DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
2013-07-23
3
-186
/
+38
*
R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessary
Tom Stellard
2013-07-23
1
-25
/
+122
*
R600: Add support for 24-bit MAD instructions
Tom Stellard
2013-07-23
2
-0
/
+90
*
R600: Add support for 24-bit MUL instructions
Tom Stellard
2013-07-23
2
-0
/
+84
*
R600: Improve support for < 32-bit loads
Tom Stellard
2013-07-23
2
-14
/
+67
*
R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2013-07-23
1
-1
/
+1
*
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
[prev]
[next]