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-03-01
XXX: It works
si-compute
Tom Stellard
6
-29
/
+155
2013-02-22
R600: Clean up datalayout strings so they better match hardware capabilities
Tom Stellard
2
-12
/
+23
2013-02-22
XXXX:
Tom Stellard
7
-34
/
+91
2013-02-22
XXX
Tom Stellard
1
-0
/
+1
2013-02-22
XXX
Tom Stellard
1
-0
/
+7
2013-02-22
XXX: WIP SI COMPUTE
Tom Stellard
5
-2
/
+89
2013-02-22
XXX
Tom Stellard
1
-0
/
+1
2013-02-22
SI: Simplify MUBUF helper class for loads
Tom Stellard
4
-23
/
+26
2013-02-22
SI: Use same names for corresponding MUBUF operands and encoding fields
Tom Stellard
2
-26
/
+26
2013-02-22
Made it more explicit that the self-referential llvm.loop identifier metadata
Pekka Jaaskelainen
1
-1
/
+7
2013-02-22
R600/SI: Add pattern for sign extension of i1 to i32.
Michel Danzer
1
-0
/
+5
2013-02-22
R600/SI: Add pattern for logical or of i1 values.
Michel Danzer
1
-0
/
+4
2013-02-22
R600/SI: Add pattern for fceil.
Michel Danzer
1
-1
/
+3
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
28
-409
/
+408
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
40
-158
/
+248
2013-02-22
Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers
Reed Kotler
2
-8
/
+8
2013-02-22
Expand mips16 SelT form pseudso/macros.
Reed Kotler
10
-4
/
+166
2013-02-22
Fix isa<> check which could never be true.
Pete Cooper
2
-1
/
+33
2013-02-22
Remove code copied from GenRegisterInfo.inc.
Andrew Trick
2
-57
/
+0
2013-02-22
Code cleanup: pass Offset by pointer to parseInstruction to more explicitly
Eli Bendersky
1
-29
/
+33
2013-02-22
Remove warning about default covering no cases.
Bill Wendling
1
-3
/
+2
2013-02-22
Add a bitmask for NoBuiltin. This should *not* be used.
Bill Wendling
1
-1
/
+2
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
10
-35
/
+66
2013-02-21
Stop relying on physical register kill flags in isKilled() in the two-address
Cameron Zwarich
1
-3
/
+10
2013-02-21
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
3
-6
/
+184
2013-02-21
Limit cast machinery to preserve const and not accept temporaries
David Blaikie
1
-5
/
+47
2013-02-21
Allow GlobalValues to vectorize with AliasAnalysis
Renato Golin
2
-35
/
+510
2013-02-21
Re-apply r175688, with the changes suggested by Jakob in PR15320.
Lang Hames
1
-24
/
+15
2013-02-21
Remove dead code and whitespace.
Chad Rosier
1
-10
/
+0
2013-02-21
Clear the whole table including the tombstones, since the tombstone count will
Pedro Artigas
1
-1
/
+1
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
56
-587
/
+558
2013-02-21
Don't assert on empty attributes.
Bill Wendling
1
-2
/
+2
2013-02-21
Hexagon: Expand cttz, ctlz, and ctpop for now.
Anshuman Dasgupta
2
-0
/
+39
2013-02-21
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
3
-22
/
+45
2013-02-21
Radar numbers don't belong in source code.
Evan Cheng
3
-4
/
+1
2013-02-21
Trivial cleanup
Bill Schmidt
1
-2
/
+2
2013-02-21
add missing space which prevented the llvm.loop code-block from appearing in the
Paul Redmond
1
-0
/
+1
2013-02-21
Large code model support for PowerPC.
Bill Schmidt
15
-109
/
+227
2013-02-21
Revert r175688 - It broke a test case (see PR15320).
Lang Hames
1
-13
/
+25
2013-02-21
getX86SubSuperRegister has a special mode with High=true for i64 which
Eli Bendersky
1
-17
/
+9
2013-02-21
DAGCombiner: Make the post-legalize vector op optimization more aggressive.
Benjamin Kramer
2
-12
/
+0
2013-02-21
R600/SI: inline V_ADD|SUB_F32 patterns
Christian Konig
1
-9
/
+5
2013-02-21
R600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
Christian Konig
1
-1
/
+1
2013-02-21
R600/SI: replace SI_V_CNDLT with a pattern
Christian Konig
3
-31
/
+5
2013-02-21
R600/SI: use patterns for clamp, fabs, fneg
Christian Konig
2
-40
/
+22
2013-02-21
R600/SI: add all the other missing asm operands v2
Christian Konig
2
-22
/
+29
2013-02-21
R600/SI: add the missing M*BUF|IMG asm operands
Christian Konig
1
-4
/
+8
2013-02-21
R600/SI: add the missing S_* asm operands
Christian Konig
1
-18
/
+34
2013-02-21
R600/SI: rework VOP3 classes
Christian Konig
1
-14
/
+14
2013-02-21
R600/SI: simplify VOPC_* pattern v2
Christian Konig
3
-255
/
+217
[next]