index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
/
R600Instructions.td
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-07
XXX: Use correct encoding for Vertex Fetch instructions on Cayman.
cayman-only-bfgminer
Tom Stellard
1
-137
/
+255
2013-06-07
R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman
Tom Stellard
1
-37
/
+56
2013-06-07
R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg class
Tom Stellard
1
-50
/
+23
2013-06-07
R600: Move instruction encoding definitions into a separate .td file
Tom Stellard
1
-362
/
+1
2013-06-03
R600: Constraints input regs of interp_xy,_zw
Vincent Lejeune
1
-2
/
+2
2013-05-20
R600: Swap the legality of rotl and rotr
Tom Stellard
1
-4
/
+2
2013-05-17
R600: Relax some vector constraints on Dot4.
Vincent Lejeune
1
-10
/
+49
2013-05-17
R600: Improve texture handling
Vincent Lejeune
1
-110
/
+86
2013-05-17
R600: Rename 128 bit registers.
Vincent Lejeune
1
-9
/
+8
2013-05-17
R600: prettier dump of clamp
Vincent Lejeune
1
-3
/
+3
2013-05-10
R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...
Tom Stellard
1
-0
/
+1
2013-05-03
R600: BFI_INT is a vector-only instruction
Tom Stellard
1
-1
/
+1
2013-05-03
R600: Add pattern for SHA-256 Ma function
Tom Stellard
1
-0
/
+3
2013-05-02
R600: Improve asmPrint of ALU clause
Vincent Lejeune
1
-4
/
+7
2013-05-02
R600: Prettier asmPrint of Alu
Vincent Lejeune
1
-7
/
+8
2013-05-02
R600: Use new tablegen syntax for patterns
Tom Stellard
1
-172
/
+129
2013-04-30
R600: use native for alu
Vincent Lejeune
1
-0
/
+17
2013-04-30
R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chips
Vincent Lejeune
1
-15
/
+66
2013-04-30
R600: Add a Bank Swizzle operand
Vincent Lejeune
1
-4
/
+10
2013-04-30
R600: Turn TEX/VTX into native instructions
Vincent Lejeune
1
-0
/
+8
2013-04-30
R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions
Vincent Lejeune
1
-3
/
+15
2013-04-30
R600: Clean up instruction class definitions
Vincent Lejeune
1
-23
/
+14
2013-04-29
R600: Fix encoding of CF_END_{EG, R600} instructions
Tom Stellard
1
-0
/
+1
2013-04-23
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
1
-7
/
+0
2013-04-23
R600: Add CF_END
Vincent Lejeune
1
-1
/
+23
2013-04-19
R600: Add pattern for the BFI_INT instruction
Tom Stellard
1
-0
/
+3
2013-04-17
R600: Make Export Instruction not duplicable
Vincent Lejeune
1
-1
/
+3
2013-04-17
R600: Export is emitted as a CF_NATIVE inst
Vincent Lejeune
1
-4
/
+4
2013-04-10
R600/SI: Add pattern for AMDGPUurecip
Michel Danzer
1
-1
/
+2
2013-04-08
R600: Control Flow support for pre EG gen
Vincent Lejeune
1
-50
/
+148
2013-04-01
R600: Add support for native control flow
Vincent Lejeune
1
-0
/
+100
2013-04-01
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
1
-9
/
+70
2013-03-31
R600: Emit native instructions for tex
Vincent Lejeune
1
-17
/
+125
2013-03-22
R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Danzer
1
-1
/
+4
2013-03-18
R600/SI: add float vector types
Christian Konig
1
-2
/
+2
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
1
-7
/
+16
2013-03-08
R600: Improve custom lowering of select_cc
Tom Stellard
1
-0
/
+12
2013-03-05
R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.
Vincent Lejeune
1
-3
/
+4
2013-03-05
R600: CONST_ADDRESS node is not marked as mayLoad anymore
Vincent Lejeune
1
-1
/
+1
2013-03-05
R600: Use MUL_IEEE for trig/fdiv intrinsic
Vincent Lejeune
1
-4
/
+4
2013-03-05
R600: Add support for indirect addressing of non default const buffer
Vincent Lejeune
1
-5
/
+4
2013-02-21
R600: Fix for Unigine when MachineSched is enabled
Tom Stellard
1
-0
/
+1
2013-02-18
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
Vincent Lejeune
1
-1
/
+8
2013-02-18
R600: Support for TBO
Vincent Lejeune
1
-0
/
+54
2013-02-14
R600: Export instructions are no longer terminator
Vincent Lejeune
1
-2
/
+2
2013-02-14
R600: Fold zero/one in export instructions
Vincent Lejeune
1
-15
/
+5
2013-02-13
R600: Add support for 128-bit parameters
Tom Stellard
1
-0
/
+4
2013-02-12
R600: Fix regression with shadow array sampler on pre-SI GPUs.
Michel Danzer
1
-1
/
+1
2013-02-10
Test Commit - Remove some trailing whitespace in R600Instructions.td
Vincent Lejeune
1
-6
/
+6
2013-02-07
R600/SI: Use proper instructions for array/shadow samplers.
Tom Stellard
1
-1
/
+15
[next]