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
2012-09-14
R600: Fix lowering of vbuild
r600-review-v10
Tom Stellard
7
-93
/
+19
2012-09-14
R600: Support fmul on SI
Tom Stellard
1
-1
/
+4
2012-09-14
R600: Fix operand order of V_CNDMASK in custom inserter
Tom Stellard
1
-1
/
+1
2012-09-14
R600: Ignore special registers when calculating reg count
Tom Stellard
1
-0
/
+2
2012-09-14
radeonsi: Handle position input parameter for pixel shaders v2
Tom Stellard
2
-0
/
+22
2012-09-14
R600: Coding style fixes
Tom Stellard
4
-31
/
+31
2012-09-14
radeonsi: Move interpolation mode check into the compiler
Tom Stellard
1
-1
/
+12
2012-09-14
R600: Add SHADER_TYPE instruction
Tom Stellard
8
-1
/
+32
2012-09-14
R600: Match fexp2 for SI.
Michel Dänzer
1
-1
/
+3
2012-09-14
AMDGPU: Fix register assembly for SI
Tom Stellard
1
-2
/
+2
2012-09-14
AMDGPU: Add license to InstPrinter files
Tom Stellard
2
-0
/
+16
2012-09-14
AMDGPU: Don't print the default predicate state
Tom Stellard
2
-2
/
+7
2012-09-14
AMDGPU: Fix register names
Tom Stellard
1
-3
/
+3
2012-09-14
test/CodeGen/R600: Add checks for register operands
Tom Stellard
13
-15
/
+15
2012-09-14
AMDGPU: Use modern tablegen features in *RegisterInfo.td
Tom Stellard
4
-2414
/
+111
2012-09-14
AMDGPU: Use new OperandWithDefaultOps for DOT* instructions
Tom Stellard
1
-10
/
+5
2012-09-14
AMDGPU: Updates for new tablegen property inferences
Tom Stellard
7
-19
/
+72
2012-09-14
test/CodeGen/R600: Add some basic tests
Tom Stellard
14
-0
/
+227
2012-09-14
include/llvm: Add R600 Intrinsics
Tom Stellard
2
-0
/
+37
2012-09-14
AMDGPU: Add core backend files for R600/SI codegen
Tom Stellard
109
-1
/
+21852
2012-09-14
Add in comments that explain what the indexing and the size of the arrays is ...
mvillmow
1
-1
/
+10
2012-09-14
DAG post-process for Hexagon MI scheduler
slarin
2
-0
/
+34
2012-09-14
Fix Doxygen issues:
gribozavr
30
-95
/
+113
2012-09-14
SROA: Silence unused variable warnings in Release builds.
d0k
1
-1
/
+8
2012-09-14
Remove redundant private field.
d0k
2
-3
/
+2
2012-09-14
Rework the computation of a sub-structure natural type. There were
chandlerc
1
-10
/
+20
2012-09-14
Rely on the recursive check for pointer types rather than adding an
chandlerc
1
-3
/
+0
2012-09-14
Be a bit more aggressive in bailing out of this routine. Spotted by
chandlerc
1
-1
/
+1
2012-09-14
Add some comments clarifying that the GEP analysis for vector GEPs is
chandlerc
1
-1
/
+4
2012-09-14
Move an instance variable to a local variable based on review by Duncan.
chandlerc
1
-9
/
+16
2012-09-14
Add a comment about debug intrinsics that I *really* don't want to
chandlerc
1
-0
/
+2
2012-09-14
Add two asserts that Duncan thought would help ensure things don't rot
chandlerc
1
-0
/
+2
2012-09-14
Actually keep the flag default-off for now. =/ That's what I get for
chandlerc
1
-1
/
+1
2012-09-14
Remove some dead, commented out code Duncan spotted in review.
chandlerc
1
-4
/
+0
2012-09-14
Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.
chandlerc
1
-0
/
+6
2012-09-14
Lots of comment fixes and cleanups from Duncan's review.
chandlerc
1
-10
/
+12
2012-09-14
SROA.cpp: Unbreak gcc, sorry!
chapuni
1
-2
/
+2
2012-09-14
SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".
chapuni
1
-2
/
+2
2012-09-14
Speculative change to try to fix older GCC versions that can't handle
chandlerc
1
-2
/
+2
2012-09-14
Introduce a new SROA implementation.
chandlerc
10
-2
/
+3907
2012-09-14
Remove silly dead store. Patch by Ettl Martin.
baldrick
1
-2
/
+1
2012-09-14
Allow the second opcode info table to be 8, 16, or 32-bits as needed to repre...
ctopper
1
-38
/
+32
2012-09-14
Reduce size of register name index tables by using uint16_t for all in tree t...
ctopper
2
-4
/
+6
2012-09-14
misched: Generic tablegen classes for the new machine model.
atrick
1
-7
/
+291
2012-09-14
comment
atrick
1
-0
/
+3
2012-09-14
comment
atrick
1
-1
/
+1
2012-09-14
mips16 fixes.
ahatanak
2
-2
/
+16
2012-09-13
Patch by Sean Silva!
gkistanova
3
-143
/
+92
2012-09-13
Fix both the test for zero and what we do if we have a zero for
echristo
2
-1
/
+54
2012-09-13
Reformat, remove a couple unused variables and move some variables
echristo
1
-8
/
+8
[next]