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: Fix LowerUDIVREM
Vincent Lejeune
2013-11-06
1
-4
/
+17
*
Fix CodeGen for unaligned loads with address spaces
Matt Arsenault
2013-10-30
1
-0
/
+19
*
R600: Custom lower f32 = uint_to_fp i64
Tom Stellard
2013-10-30
1
-4
/
+19
*
R600/SI: Add compute support for CI v2
Tom Stellard
2013-10-29
1
-7
/
+11
*
R600: Expand vector FSQRT ops
Tom Stellard
2013-10-29
1
-0
/
+54
*
R600/SI: fix MIMG writemask adjustement
Tom Stellard
2013-10-23
1
-0
/
+93
*
R600: Fix handling of vector kernel arguments
Tom Stellard
2013-10-23
5
-115
/
+502
*
R600/SI: Add support for i64 bitwise or
Tom Stellard
2013-10-23
1
-4
/
+17
*
R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32
Tom Stellard
2013-10-23
1
-5
/
+10
*
R600: Simplify handling of private address space
Tom Stellard
2013-10-22
1
-0
/
+39
*
Fix CodeGen for vectors of pointers with address spaces.
Matt Arsenault
2013-10-21
1
-0
/
+30
*
Fix CodeGen for different size address space GEPs
Matt Arsenault
2013-10-21
1
-0
/
+10
*
R600: Fix a crash in the AMDILCFGStructurizer
Tom Stellard
2013-10-16
1
-0
/
+83
*
R600: improve dump of S_WAITCNT
Vincent Lejeune
2013-10-13
1
-0
/
+37
*
R600: Use masked read sel for texture instructions
Vincent Lejeune
2013-10-13
1
-8
/
+7
*
R600: fix swizzle export
Vincent Lejeune
2013-10-13
2
-1
/
+147
*
R600: Add scalar i32 add test
Matt Arsenault
2013-10-11
1
-0
/
+16
*
Use CHECK-LABEL
Matt Arsenault
2013-10-11
1
-8
/
+8
*
R600: Fix trunc i64 to i32 on SI
Matt Arsenault
2013-10-10
1
-0
/
+12
*
R600/SI: Use -verify-machineinstrs for most tests
Tom Stellard
2013-10-10
84
-86
/
+86
*
Add some xfaild R600 tests.
Matt Arsenault
2013-10-08
3
-0
/
+47
*
R600: add a pass that merges clauses.
Vincent Lejeune
2013-10-01
3
-5
/
+6
*
R600: Put PRED_X instruction in its own clause
Vincent Lejeune
2013-10-01
4
-6
/
+1182
*
R600: Enable -verify-machineinstrs in some tests.
Vincent Lejeune
2013-10-01
5
-5
/
+5
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
3
-17
/
+19
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
3
-38
/
+29
*
R600: Fix handling of NAN in comparison instructions
Tom Stellard
2013-09-28
7
-61
/
+87
*
R600: Move code handling literal folding into R600ISelLowering.
Vincent Lejeune
2013-09-12
1
-0
/
+16
*
R600: Move fabs/fneg/sel folding logic into PostProcessIsel
Vincent Lejeune
2013-09-12
1
-0
/
+18
*
R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Tom Stellard
2013-09-12
1
-0
/
+44
*
R600: Add support for LDS atomic subtract
Aaron Watry
2013-09-06
1
-0
/
+23
*
Teach CodeGenPrepare about address spaces
Matt Arsenault
2013-09-06
1
-0
/
+30
*
R600: Fix i64 to i32 trunc on SI
Matt Arsenault
2013-09-05
1
-0
/
+19
*
R600: Add support for local memory atomic add
Tom Stellard
2013-09-05
1
-0
/
+23
*
R600: Expand SELECT nodes rather than custom lowering them
Tom Stellard
2013-09-05
1
-0
/
+46
*
R600: Fix incorrect LDS size calculation
Tom Stellard
2013-09-05
1
-0
/
+26
*
R600/SI: Don't emit S_WQM_B64 instruction for compute shaders
Tom Stellard
2013-09-05
2
-0
/
+14
*
R600: Use shared op optimization when checking cycle compatibility
Vincent Lejeune
2013-09-04
1
-0
/
+38
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-09-04
24
-127
/
+239
*
R600: Remove fmul.v4f32.ll test which is redundant with fmul.ll
Vincent Lejeune
2013-09-04
1
-15
/
+0
*
R600/SI: Enable local-memory-two-objects lit test
Michel Danzer
2013-08-27
1
-12
/
+17
*
SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()
Tom Stellard
2013-08-26
1
-0
/
+140
*
R600: Add support for vector local memory loads
Tom Stellard
2013-08-26
1
-0
/
+14
*
R600: Add support for i8 and i16 local memory loads
Tom Stellard
2013-08-26
1
-0
/
+78
*
SelectionDAG: Use correct pointer size when splitting vector stores
Tom Stellard
2013-08-26
1
-0
/
+15
*
R600: Add support for i8 and i16 local memory stores
Tom Stellard
2013-08-26
1
-0
/
+18
*
R600: Add support for v4i32 and v2i32 local stores
Tom Stellard
2013-08-26
1
-0
/
+52
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-0
/
+42
*
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...
Bill Wendling
2013-08-22
2
-2
/
+2
*
R600/SI: Fix another case of illegal VGPR to SGPR copy
Tom Stellard
2013-08-22
1
-3
/
+142
[next]