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
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-0
/
+1
*
Fix the R600 build.
Rafael Espindola
2013-05-10
2
-3
/
+2
*
R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...
Tom Stellard
2013-05-10
5
-1217
/
+12
*
R600: Expand SUB for v2i32/v4i32
Tom Stellard
2013-05-10
1
-0
/
+2
*
R600: Expand MUL for v4i32/v2i32
Tom Stellard
2013-05-10
1
-0
/
+2
*
R600: Expand SRA for v4i32/v2i32
Tom Stellard
2013-05-10
1
-0
/
+2
*
R600: Expand vselect for v4i32 and v2i32
Tom Stellard
2013-05-10
1
-0
/
+3
*
R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcode
Tom Stellard
2013-05-06
2
-1
/
+14
*
R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemask
Tom Stellard
2013-05-06
1
-1
/
+1
*
R600/SI: Add intrinsic for texture image loading
Tom Stellard
2013-05-06
3
-10
/
+46
*
R600/SI: Add pattern for uint_to_fp
Tom Stellard
2013-05-06
1
-1
/
+3
*
R600/SI: Add patterns for integer maxima / minima
Tom Stellard
2013-05-06
1
-4
/
+12
*
R600/SI: Add pattern for AMDGPU.trunc intrinsic
Tom Stellard
2013-05-06
1
-1
/
+3
*
R600: Remove dead code from the CodeEmitter v2
Tom Stellard
2013-05-06
3
-400
/
+64
*
R600: Emit config values in register / value pairs
Tom Stellard
2013-05-06
2
-3
/
+55
*
R600: Stop emitting the instruction type byte before each instruction
Tom Stellard
2013-05-06
1
-33
/
+2
*
R600: Emit ISA for CALL_FS_* instructions
Tom Stellard
2013-05-06
1
-1
/
+0
*
R600: Expand vector or, shl, srl, and xor nodes
Tom Stellard
2013-05-03
1
-0
/
+8
*
R600: BFI_INT is a vector-only instruction
Tom Stellard
2013-05-03
1
-1
/
+1
*
R600: Add pattern for SHA-256 Ma function
Tom Stellard
2013-05-03
3
-0
/
+17
*
R600: Clean up comments in Processors.td
Tom Stellard
2013-05-03
1
-5
/
+1
*
R600: Signed literals are 64bits wide
Vincent Lejeune
2013-05-02
1
-3
/
+3
*
R600: If previous bundle is dot4, PV valid chan is always X
Vincent Lejeune
2013-05-02
1
-38
/
+51
*
R600: Improve asmPrint of ALU clause
Vincent Lejeune
2013-05-02
3
-4
/
+20
*
R600: Prettier asmPrint of Alu
Vincent Lejeune
2013-05-02
4
-13
/
+45
*
R600: Use new tablegen syntax for patterns
Tom Stellard
2013-05-02
3
-447
/
+381
*
R600/SI: remove nonsense select pattern
Tom Stellard
2013-05-02
1
-8
/
+1
*
R600: Always use texture cache for compute shaders
Vincent Lejeune
2013-04-30
1
-2
/
+6
*
R600: use native for alu
Vincent Lejeune
2013-04-30
4
-4
/
+135
*
R600: Packetize instructions
Vincent Lejeune
2013-04-30
6
-3
/
+464
*
R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chips
Vincent Lejeune
2013-04-30
5
-32
/
+105
*
R600: Add a Bank Swizzle operand
Vincent Lejeune
2013-04-30
4
-11
/
+19
*
R600: Take inner dependency into tex/vtx clauses
Vincent Lejeune
2013-04-30
1
-0
/
+34
*
R600: Turn TEX/VTX into native instructions
Vincent Lejeune
2013-04-30
3
-15
/
+50
*
R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions
Vincent Lejeune
2013-04-30
9
-58
/
+95
*
R600: Add some new processor variants
Vincent Lejeune
2013-04-30
2
-1
/
+3
*
R600: Clean up instruction class definitions
Vincent Lejeune
2013-04-30
1
-23
/
+14
*
R600: config section now reports use of killgt
Vincent Lejeune
2013-04-30
1
-0
/
+4
*
R600: Use correct CF_END instruction on Northern Island GPUs
Tom Stellard
2013-04-29
1
-1
/
+1
*
R600: Fix encoding of CF_END_{EG, R600} instructions
Tom Stellard
2013-04-29
1
-0
/
+1
*
R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE
Tom Stellard
2013-04-26
1
-0
/
+2
*
R600: Initialize BooleanVectorContents
Tom Stellard
2013-04-24
1
-0
/
+1
*
R600: Use SHT_PROGBITS for the .AMDGPU.config section
Tom Stellard
2013-04-24
1
-1
/
+1
*
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
5
-16
/
+25
*
R600: Add CF_END
Vincent Lejeune
2013-04-23
3
-44
/
+77
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-2
/
+0
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
2
-2
/
+2
*
R600: Add pattern for the BFI_INT instruction
Tom Stellard
2013-04-19
3
-0
/
+24
*
R600/SI: Use InstFlag for VOP3 modifier operands
Tom Stellard
2013-04-19
2
-15
/
+14
*
R600: Make Export Instruction not duplicable
Vincent Lejeune
2013-04-17
1
-1
/
+3
[next]