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
2015-01-08
R600: Enable subreg liveness
perf-Jan-08-2015
Tom Stellard
1
-0
/
+4
2015-01-08
R600/SI: Define a schedule model and enable the generic machine scheduler
Tom Stellard
27
-83
/
+302
2015-01-08
R600/SI: Add test case that crashes the coalescer with subreg liveness enabled
Tom Stellard
1
-0
/
+44
2015-01-08
R600/SI: Add kill flag when copying scratch offset to a register
Tom Stellard
1
-1
/
+1
2015-01-07
XXX: Clear some kill flags.
vgpr-spilling-Jan07-2014
Tom Stellard
2
-2
/
+2
2015-01-07
R600/SI: Enable VGPR spilling for all shader types
Tom Stellard
6
-11
/
+16
2015-01-07
R600/SI: Fix a few bugs in VGPR spilling
Tom Stellard
1
-1
/
+5
2015-01-07
R600/SI: Use external symbols for scratch buffer
Tom Stellard
9
-82
/
+90
2015-01-07
R600/SI: Use IMPLICIT_DEF and KILL when failing to spill VGPRs
Tom Stellard
1
-3
/
+2
2015-01-07
R600/SI: Spill VGPRs to scratch space for compute shaders
Tom Stellard
11
-96
/
+353
2015-01-07
Improvements to emacs packages for llvm and tablegen mode.
Rafael Espindola
2
-50
/
+64
2015-01-07
Reverting r225319; since there is a folder named Examples, attempting to add ...
Aaron Ballman
1
-6
/
+0
2015-01-07
Manually specify the folder that Kaleidescope should reside in for CMake-prod...
Aaron Ballman
1
-0
/
+1
2015-01-07
Manually specify the folder that llvm-ranlib should reside in for CMake-produ...
Aaron Ballman
1
-0
/
+2
2015-01-07
New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
2
-5
/
+12
2015-01-07
Fix typos in comment and option help texts.
Jonas Paulsson
1
-3
/
+3
2015-01-07
[ARM] Add missing Tag_DIV_use tests.
Charlie Turner
1
-0
/
+8
2015-01-07
Fix regression in r225266.
Asiri Rathnayake
1
-1
/
+1
2015-01-07
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
3
-33
/
+33
2015-01-07
[X86] Merge a switch statement inside a default case of another switch statem...
Craig Topper
1
-160
/
+155
2015-01-07
[X86] Don't mark the shift by 1 instructions as isConvertibleToThreeAddress. ...
Craig Topper
1
-1
/
+1
2015-01-07
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
4
-19
/
+1
2015-01-07
Revert r225165 and r225169
Karthik Bhat
2
-209
/
+0
2015-01-07
[ADT][SmallVector] Flip an assert comparison to avoid overflows yielding fals...
Ahmed Bougacha
1
-2
/
+2
2015-01-07
IR: Remove MDNode::getWhenValsUnresolved()
Duncan P. N. Exon Smith
1
-5
/
+0
2015-01-07
Remove invalid TODO
Duncan P. N. Exon Smith
1
-1
/
+0
2015-01-07
[PM] Fix a pretty nasty bug where the new pass manager would invalidate
Chandler Carruth
5
-42
/
+159
2015-01-07
R600/SI: Add check for amdgcn triple forgotten in r225276.
Tom Stellard
1
-2
/
+3
2015-01-07
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
5
-45
/
+46
2015-01-07
InstCombine: Just a small tidy-up
David Majnemer
1
-3
/
+2
2015-01-07
[PowerPC] Transform a README.txt entry into a FIXME
Hal Finkel
2
-14
/
+9
2015-01-06
cmake: Fix 'examples' target after r225319
Duncan P. N. Exon Smith
1
-1
/
+1
2015-01-06
Kaleidoscope: Value => Metadata
Duncan P. N. Exon Smith
1
-1
/
+1
2015-01-06
cmake: Add 'examples' target
Duncan P. N. Exon Smith
1
-0
/
+6
2015-01-06
cmake: Add Kaleidoscope target
Duncan P. N. Exon Smith
8
-7
/
+14
2015-01-06
Add a subdirectory in CMake for Chapter 8.
Eric Christopher
1
-0
/
+1
2015-01-06
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
15
-74
/
+104
2015-01-06
R600/SI: Add combine for isinfinite pattern
Matt Arsenault
3
-0
/
+142
2015-01-06
Add isNegative helper to ConstantFPSDNode
Matt Arsenault
1
-0
/
+3
2015-01-06
Add isInfinity helper to ConstantFPSDNode
Matt Arsenault
1
-0
/
+3
2015-01-06
R600/SI: Pattern match isinf to v_cmp_class instructions
Matt Arsenault
3
-0
/
+79
2015-01-06
R600/SI: Add basic DAG combines for fp_class
Matt Arsenault
3
-1
/
+212
2015-01-06
R600/SI: Add class intrinsic
Matt Arsenault
9
-5
/
+420
2015-01-06
Fix using wrong intrinsic in test
Matt Arsenault
1
-9
/
+9
2015-01-06
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
40
-114
/
+152
2015-01-06
[PowerPC] Reuse a load operand in int->fp conversions
Hal Finkel
4
-41
/
+238
2015-01-06
Use a Factory Method for MachineFunctionInfo Creation
Mehdi Amini
1
-1
/
+10
2015-01-06
[Hexagon] Adding compound jump encodings.
Colin LeMahieu
3
-0
/
+414
2015-01-06
R600/SI: Insert s_waitcnt before s_barrier instructions.
Tom Stellard
3
-1
/
+10
2015-01-06
R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaits
Tom Stellard
1
-0
/
+23
[next]