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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
2013-07-23
2
-0
/
+17
*
R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessary
Tom Stellard
2013-07-23
2
-19
/
+7
*
R600: Add support for 24-bit MAD instructions
Tom Stellard
2013-07-23
2
-2
/
+12
*
R600: Add support for 24-bit MUL instructions
Tom Stellard
2013-07-23
4
-5
/
+75
*
R600: Improve support for < 32-bit loads
Tom Stellard
2013-07-23
4
-11
/
+39
*
R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cpp
Tom Stellard
2013-07-23
2
-1
/
+1
*
R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2013-07-23
4
-49
/
+160
*
R600: Use KCache for kernel arguments
Tom Stellard
2013-07-23
4
-49
/
+22
*
R600: Simplify assembly for KCache registers using the TableGen !add operator
Tom Stellard
2013-07-23
1
-4
/
+4
*
R600: Use the same compute kernel calling convention for all GPUs
Tom Stellard
2013-07-23
3
-11
/
+27
*
R600: Use correct LoadExtType when lowering kernel arguments
Tom Stellard
2013-07-23
1
-1
/
+9
*
R600: Clean up extended load patterns
Tom Stellard
2013-07-23
4
-15
/
+31
*
R600: Expand vector FNEG
Tom Stellard
2013-07-23
1
-0
/
+3
*
R600: Don't emit empty then clause and use alu_pop_after
Vincent Lejeune
2013-07-19
3
-11
/
+46
*
R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...
Vincent Lejeune
2013-07-19
3
-2494
/
+1324
*
R600: Replace legacy debug code in AMDILCFGStructurizer.cpp
Vincent Lejeune
2013-07-19
1
-228
/
+235
*
R600/SI: Fix crash with VSELECT
Tom Stellard
2013-07-18
2
-1
/
+13
*
R600/SI: Add support for v2f32 loads
Tom Stellard
2013-07-18
3
-1
/
+5
*
R600/SI: Add support for v2f32 stores
Tom Stellard
2013-07-18
2
-0
/
+6
*
R600: Expand VSELECT for all types
Tom Stellard
2013-07-18
2
-3
/
+3
*
Move string pointer from being a static class member to just a static global ...
Craig Topper
2013-07-17
2
-7
/
+2
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-7
/
+7
*
R600/SI: Add support for 64-bit loads
Tom Stellard
2013-07-15
3
-1
/
+29
*
Make some arrays 'static const'
Craig Topper
2013-07-15
4
-11
/
+11
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
2
-5
/
+5
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
3
-6
/
+6
*
R600: Remove unsafe type punning. No intended functionality change.
Benjamin Kramer
2013-07-12
1
-6
/
+4
*
R600/SI: Add support for f64 kernel arguments
Tom Stellard
2013-07-12
1
-1
/
+1
*
R600/SI: Implement select and compares for SI
Tom Stellard
2013-07-12
1
-6
/
+18
*
R600/SI: Add fsqrt pattern for SI
Tom Stellard
2013-07-12
1
-2
/
+6
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
2
-3
/
+29
*
R600/SI: SI support for 64bit ConstantFP
Tom Stellard
2013-07-12
2
-0
/
+19
*
R600/SI: Add initial double precision support for SI
Tom Stellard
2013-07-12
3
-1
/
+36
*
Replacing an empty switch with its moral equivalent. No functional changes i...
Aaron Ballman
2013-07-10
1
-3
/
+1
*
R600/SI: Initial local memory support
Michel Danzer
2013-07-10
6
-3
/
+34
*
R600/SI: Add pattern for the AMDGPU.barrier.local intrinsic
Michel Danzer
2013-07-10
1
-1
/
+10
*
R600/SI: Add intrinsic for retrieving the current thread ID
Michel Danzer
2013-07-10
2
-2
/
+9
*
R600/SI: Initial support for LDS/GDS instructions
Michel Danzer
2013-07-10
5
-0
/
+68
*
R600/SI: Add intrinsics for texture sampling with user derivatives
Michel Danzer
2013-07-10
2
-1
/
+7
*
R600: Do not predicated basic block with multiple alu clause
Vincent Lejeune
2013-07-09
6
-7
/
+64
*
R600: Fix a rare bug where swizzle optimization returns wrong values
Vincent Lejeune
2013-07-09
1
-2
/
+3
*
R600: Fix wrong export reswizzling
Vincent Lejeune
2013-07-09
1
-4
/
+0
*
R600: Use DAG lowering pass to handle fcos/fsin
Vincent Lejeune
2013-07-09
4
-23
/
+52
*
R600: Print Export Swizzle
Vincent Lejeune
2013-07-09
1
-2
/
+2
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-12
/
+12
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
2
-6
/
+0
*
Add a newline.
Chad Rosier
2013-07-01
1
-1
/
+1
*
R600: Fix an unitialized variable in R600InstrInfo.cpp
Vincent Lejeune
2013-06-30
1
-1
/
+1
*
R600: Unbreak GCC build.
Benjamin Kramer
2013-06-29
1
-1
/
+2
*
R600: Support schedule and packetization of trans-only inst
Vincent Lejeune
2013-06-29
7
-90
/
+246
[next]