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
/
SIInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Tom Stellard
2013-09-12
1
-0
/
+27
*
R600: Add support for local memory atomic add
Tom Stellard
2013-09-05
1
-0
/
+12
*
Revert "R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions"
Tom Stellard
2013-08-16
1
-4
/
+4
*
R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions
Tom Stellard
2013-08-16
1
-4
/
+4
*
R600: Add support for i16 and i8 global stores
Tom Stellard
2013-08-16
1
-3
/
+3
*
R600/SI: Replace v1i32 type with i32 in imageload and sample intrinsics
Tom Stellard
2013-08-14
1
-1
/
+1
*
R600/SI: Convert v16i8 resource descriptors to i128
Tom Stellard
2013-08-14
1
-0
/
+20
*
R600/SI: Choose the correct MOV instruction for copying immediates
Tom Stellard
2013-08-14
1
-0
/
+16
*
R600/SI: Assign a register class to the $vaddr operand for MIMG instructions
Tom Stellard
2013-08-14
1
-13
/
+20
*
R600/SI: Implement sint<->fp64 conversions
Niels Ole Salscheider
2013-08-08
1
-0
/
+6
*
R600: Remove unsafe type punning. No intended functionality change.
Benjamin Kramer
2013-07-12
1
-6
/
+4
*
R600/SI: SI support for 64bit ConstantFP
Tom Stellard
2013-07-12
1
-0
/
+12
*
R600/SI: Initial support for LDS/GDS instructions
Michel Danzer
2013-07-10
1
-0
/
+23
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+2
*
Cast to the correct type. Pointer, not reference.
Bill Wendling
2013-06-06
1
-1
/
+1
*
R600/SI: Add support for global loads
Tom Stellard
2013-06-03
1
-3
/
+6
*
R600/SI: Rework MUBUF store instructions
Tom Stellard
2013-06-03
1
-9
/
+3
*
R600/SI: Use a multiclass for MUBUF_Load_Helper
Tom Stellard
2013-05-20
1
-11
/
+23
*
R600/SI: Add patterns for 64-bit shift operations
Tom Stellard
2013-05-20
1
-0
/
+13
*
R600/SI: Use the same names for VOP3 operands and encoding fields
Tom Stellard
2013-05-20
1
-6
/
+6
*
R600/SI: Add intrinsic for texture image loading
Tom Stellard
2013-05-06
1
-2
/
+17
*
R600/SI: Use InstFlag for VOP3 modifier operands
Tom Stellard
2013-04-19
1
-2
/
+2
*
R600/SI: dynamical figure out the reg class of MIMG
Christian Konig
2013-04-10
1
-0
/
+2
*
R600/SI: adjust writemask to only the used components
Christian Konig
2013-04-10
1
-0
/
+8
*
R600/SI: Add support for buffer stores v2
Tom Stellard
2013-04-05
1
-0
/
+26
*
R600/SI: Use same names for corresponding MUBUF operands and encoding fields
Tom Stellard
2013-04-05
1
-2
/
+2
*
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
1
-10
/
+36
*
R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
Christian Konig
2013-03-26
1
-1
/
+1
*
R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
Christian Konig
2013-03-18
1
-3
/
+4
*
R600/SI: remove GPR*AlignEncode
Christian Konig
2013-03-01
1
-16
/
+6
*
R600/SI: add VOP mapping functions
Christian Konig
2013-02-26
1
-11
/
+28
*
R600/SI: add post ISel folding for SI v2
Christian Konig
2013-02-26
1
-9
/
+8
*
R600/SI: fix VOP3b encoding v2
Christian Konig
2013-02-26
1
-0
/
+24
*
R600/SI: add the missing M*BUF|IMG asm operands
Christian Konig
2013-02-21
1
-4
/
+8
*
R600/SI: add the missing S_* asm operands
Christian Konig
2013-02-21
1
-18
/
+34
*
R600/SI: rework VOP3 classes
Christian Konig
2013-02-21
1
-14
/
+14
*
R600/SI: simplify VOPC_* pattern v2
Christian Konig
2013-02-21
1
-7
/
+16
*
R600/SI: rework VOP2_* pattern v2
Christian Konig
2013-02-21
1
-18
/
+19
*
R600/SI: rework VOP1_* patterns v2
Christian Konig
2013-02-21
1
-17
/
+21
*
R600/SI: add constant for inline zero operand
Christian Konig
2013-02-21
1
-4
/
+3
*
R600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
Christian Konig
2013-02-21
1
-357
/
+158
*
R600/SI: Add pattern to simplify i64 loading
Christian Konig
2013-02-16
1
-0
/
+4
*
R600/SI: nuke SReg_1 v3
Christian Konig
2013-02-16
1
-27
/
+0
*
R600/SI: move *_Helper definitions to SIInstrFormat.td
Christian Konig
2013-02-16
1
-66
/
+0
*
R600/SI: cleanup VGPR encoding
Tom Stellard
2013-02-07
1
-30
/
+5
*
R600/SI: simplify and fix SMRD encoding
Tom Stellard
2013-02-07
1
-56
/
+34
*
R600/SI: add proper 64bit immediate support v2
Tom Stellard
2013-02-07
1
-0
/
+10
*
R600/SI: Make sample intrinsic address parameter type overloaded.
Tom Stellard
2013-02-07
1
-1
/
+1
*
R600: Proper insert S_WAITCNT instructions
Tom Stellard
2013-01-18
1
-14
/
+16
*
Add R600 backend
Tom Stellard
2012-12-11
1
-0
/
+589