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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-03
R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730
HEAD
mesa-9.1.1
master
Michel Danzer
1
-1
/
+1
2013-04-03
R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Danzer
4
-15
/
+5
2013-04-03
R600/SI: Use source scheduler
Michel Danzer
1
-0
/
+2
2013-04-03
R600: Add support for indirect addressing of non default const buffer
Vincent Lejeune
2
-7
/
+8
2013-04-03
R600/SI: fix VOP3b encoding v2
Christian Konig
2
-6
/
+32
2013-04-03
R600/SI: fix and cleanup SI register definition v2
Christian Konig
2
-97
/
+135
2013-04-03
R600/SI: fix stupid typo
Christian Konig
1
-1
/
+1
2013-04-03
R600/SI: add all the other missing asm operands v2
Christian Konig
2
-22
/
+29
2013-04-03
R600/SI: add the missing M*BUF|IMG asm operands
Christian Konig
1
-4
/
+8
2013-04-03
R600/SI: add the missing S_* asm operands
Christian Konig
1
-18
/
+34
2013-04-03
R600/SI: rework VOP3 classes
Christian Konig
1
-14
/
+14
2013-04-03
R600/SI: simplify VOPC_* pattern v2
Christian Konig
3
-255
/
+217
2013-04-03
R600/SI: rework VOP2_* pattern v2
Christian Konig
2
-21
/
+19
2013-04-03
R600/SI: rework VOP1_* patterns v2
Christian Konig
1
-17
/
+21
2013-04-03
R600/SI: add constant for inline zero operand
Christian Konig
1
-4
/
+3
2013-04-03
R600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
Christian Konig
2
-488
/
+527
2013-02-27
R600/SI: Add pattern for sign extension of i1 to i32.
mesa-9.1
Michel Danzer
1
-0
/
+5
2013-02-27
R600/SI: Add pattern for logical or of i1 values.
Michel Danzer
1
-0
/
+4
2013-02-27
R600/SI: Add pattern for fceil.
Michel Danzer
1
-1
/
+3
2013-02-27
R600/SI: replace SI_V_CNDLT with a pattern
Christian Konig
3
-31
/
+5
2013-02-26
R600: Move intrinsic definitions into the R600 target directory
9.1-abi-fix
Tom Stellard
3
-37
/
+23
2013-02-26
Revert "Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics."
Tom Stellard
2
-24
/
+0
2013-02-21
R600: Fix for Unigine when MachineSched is enabled
Tom Stellard
2
-0
/
+29
2013-02-21
R600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
Michel Danzer
2
-1
/
+25
2013-02-19
R600: Add AR_X to the R600_TReg_X register class.
tstellar
1
-1
/
+1
2013-02-19
R600: Mark all members of the TRegMem register class as reserved
tstellar
1
-0
/
+6
2013-02-19
R600: Fix scheduler crash caused by invalid MachinePointerInfo
tstellar
1
-1
/
+1
2013-02-19
R600: Fix tracking of implicit defs in the IndirectAddressing pass
tstellar
1
-7
/
+25
2013-02-19
R600: Support for TBO
vljn
3
-1
/
+58
2013-02-19
R600/SI: Add pattern to simplify i64 loading
ckoenig
2
-0
/
+9
2013-02-19
R600/SI: nuke SReg_1 v3
ckoenig
7
-118
/
+23
2013-02-19
R600/SI: cleanup literal handling v3
ckoenig
10
-197
/
+179
2013-02-19
R600/SI: replace AllReg_* with [SV]Src_* v2
ckoenig
3
-85
/
+89
2013-02-19
R600/SI: fix VOPC encoding v2
ckoenig
1
-37
/
+16
2013-02-19
R600/SI: move *_Helper definitions to SIInstrFormat.td
ckoenig
2
-66
/
+66
2013-02-19
R600/SI: remove some more unused code
ckoenig
2
-52
/
+0
2013-02-19
R600/structurizer: improve inverting conditions
ckoenig
1
-1
/
+39
2013-02-19
R600/structurizer: improve loop handling
ckoenig
1
-195
/
+147
2013-02-19
R600/structurizer: improve finding condition values
ckoenig
1
-9
/
+22
2013-02-19
R600/structurizer: improve PHI value finding
ckoenig
1
-0
/
+6
2013-02-19
R600/structurizer: add class to find the Nearest Common Dominator
ckoenig
1
-0
/
+66
2013-02-19
R600/SI: Fix int_SI_fs_interp_constant
daenzer
5
-37
/
+34
2013-02-19
R600: Do not fold single instruction with more that 3 kcache read
vljn
3
-1
/
+55
2013-02-19
R600: Do not fold modifier/litterals in vector inst
vljn
1
-2
/
+5
2013-02-13
R600: Add support for 128-bit parameters
tstellar
3
-0
/
+23
2013-02-13
R600: Fix regression with shadow array sampler on pre-SI GPUs.
daenzer
1
-1
/
+1
2013-02-13
R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.
daenzer
1
-15
/
+9
2013-02-08
R600: Dump the function name when TargetLowering::LowerCall() fails
tstellar
1
-0
/
+5
2013-02-07
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2
-0
/
+24
2013-02-06
R600: rework flow creation in the structurizer v2
Christian König
1
-177
/
+195
[next]