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
/
lib
/
Target
/
R600
/
SIISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-97
/
+210
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-61
/
+172
*
Merging r195514:
Bill Wendling
2013-11-25
1
-0
/
+15
*
R600/SI: Implement add i64, but do not yet enable.
Matt Arsenault
2013-11-18
1
-0
/
+28
*
R600/SI: addc / adde i32 are legal
Matt Arsenault
2013-11-18
1
-0
/
+2
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
1
-10
/
+108
*
R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)
Tom Stellard
2013-10-23
1
-1
/
+1
*
R600/SI: fix MIMG writemask adjustement
Tom Stellard
2013-10-23
1
-6
/
+21
*
R600: Fix handling of vector kernel arguments
Tom Stellard
2013-10-23
1
-17
/
+44
*
R600/SI: Remove some leftover MI dump call
Vincent Lejeune
2013-10-15
1
-1
/
+0
*
R600/SI: Support byval arguments
Vincent Lejeune
2013-10-13
1
-1
/
+2
*
Fix typo
Matt Arsenault
2013-10-10
1
-2
/
+2
*
R600/SI: Define a separate MIMG instruction for each possible output value type
Tom Stellard
2013-10-10
1
-0
/
+2
*
R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Tom Stellard
2013-09-12
1
-0
/
+39
*
R600: Fix i64 to i32 trunc on SI
Matt Arsenault
2013-09-05
1
-0
/
+1
*
R600: Add support for vector local memory loads
Tom Stellard
2013-08-26
1
-0
/
+17
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-1
/
+1
*
R600: Allocate memoperand in the MachienFunction so it doesn't leak.
Benjamin Kramer
2013-08-16
1
-3
/
+4
*
R600/SI: Improve legalization of vector operations
Tom Stellard
2013-08-14
1
-3
/
+3
*
R600/SI: Replace v1i32 type with i32 in imageload and sample intrinsics
Tom Stellard
2013-08-14
1
-2
/
+0
*
R600/SI: Convert v16i8 resource descriptors to i128
Tom Stellard
2013-08-14
1
-2
/
+53
*
R600/SI: Assign a register class to the $vaddr operand for MIMG instructions
Tom Stellard
2013-08-14
1
-2
/
+6
*
R600/SI: FMA is faster than fmul and fadd for f64
Niels Ole Salscheider
2013-08-10
1
-0
/
+18
*
R600/SI: Implement fp32<->fp64 conversions
Niels Ole Salscheider
2013-08-08
1
-0
/
+3
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
1
-21
/
+7
*
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
2013-08-06
1
-32
/
+56
*
R600/SI: Custom lower i64 ZERO_EXTEND
Tom Stellard
2013-08-01
1
-0
/
+15
*
R600: Improve support for < 32-bit loads
Tom Stellard
2013-07-23
1
-2
/
+2
*
R600/SI: Fix crash with VSELECT
Tom Stellard
2013-07-18
1
-1
/
+10
*
R600/SI: Add support for 64-bit loads
Tom Stellard
2013-07-15
1
-0
/
+2
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+15
*
R600/SI: Add initial double precision support for SI
Tom Stellard
2013-07-12
1
-0
/
+1
*
R600/SI: Initial local memory support
Michel Danzer
2013-07-10
1
-0
/
+5
*
R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
Aaron Watry
2013-06-25
1
-30
/
+0
*
R600/SI: Expand xor v2i32/v4i32
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand urem of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand ashr of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+2
*
R600/SI: Expand srl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+2
*
R600/SI: Expand shl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand or of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand mul of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand and of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Report unaligned memory accesses as legal for > 32-bit types
Tom Stellard
2013-06-25
1
-0
/
+12
*
R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
2013-06-20
1
-0
/
+3
*
R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
2013-06-20
1
-0
/
+2
*
R600: Rework subtarget info and remove AMDILDevice classes
Tom Stellard
2013-06-07
1
-1
/
+0
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-3
/
+10
*
R600: Replace predicate loop with predicate function
Tom Stellard
2013-06-05
1
-11
/
+13
*
R600/SI: Add support for work item and work group intrinsics
Tom Stellard
2013-06-03
1
-13
/
+81
[next]