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-06-17
R600: Add local memory support via LDS
lds-v2
Tom Stellard
18
-17
/
+310
2013-06-17
R600: Add support for GROUP_BARRIER instruction
Tom Stellard
8
-3
/
+88
2013-06-17
R600: Add ALUInst bit to tablegen definitions v2
Tom Stellard
4
-4
/
+8
2013-06-17
R600: Use new getNamedOperandIdx function generated by TableGen v2
Tom Stellard
9
-224
/
+148
2013-06-17
TableGen: Generate a function for getting operand indices based on their defi...
Tom Stellard
1
-0
/
+87
2013-06-17
Move lib/Archive to tools/llvm-ar.
Rafael Espindola
15
-59
/
+16
2013-06-17
Don't link with the archive library programs that don't use it.
Rafael Espindola
7
-7
/
+6
2013-06-17
Add a testcase for r184074.
Rafael Espindola
2
-0
/
+23
2013-06-17
Fix incorrectly finding 'executable' directories instead of files.
Manuel Klimek
1
-1
/
+8
2013-06-17
AArch64: print relocation addends if present on AArch64
Tim Northover
2
-1
/
+18
2013-06-16
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
32
-397
/
+9
2013-06-16
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
14
-139
/
+115
2013-06-16
MachineOperand::setIsDebug should ensure the register is /not/ a definition
David Blaikie
1
-1
/
+1
2013-06-16
Silence warning in Release builds.
Benjamin Kramer
1
-0
/
+1
2013-06-16
Put back variable names because they are referenced in the documentation
Dmitri Gribenko
1
-2
/
+6
2013-06-15
DebugInfo: follow up to 184045 to constrain the tests further to ensure they ...
David Blaikie
4
-5
/
+5
2013-06-15
DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...
David Blaikie
6
-9
/
+19
2013-06-15
Use 0 instead of NULL.
Jakub Staszak
1
-5
/
+5
2013-06-15
APInt: Add a fast case for isAllOnesValue.
Benjamin Kramer
1
-2
/
+6
2013-06-15
PruneEH: Only merge attribute sets when used. No functionality change.
Benjamin Kramer
1
-7
/
+5
2013-06-15
Missing NDEBUGs.
Andrew Trick
1
-0
/
+6
2013-06-15
MI-Sched: heuristics using the new latency and machine model.
Andrew Trick
1
-234
/
+330
2013-06-15
Support BufferSize on ProcResGroup for unified MOp schedulers.
Andrew Trick
6
-6
/
+30
2013-06-15
Update machine models. Specify buffer sizes for OOO processors.
Andrew Trick
6
-10
/
+10
2013-06-15
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
23
-234
/
+123
2013-06-15
MI-Sched: Rename IssueCount to CurrMOps.
Andrew Trick
1
-8
/
+8
2013-06-15
MI-Sched: Remove the temporary EnableCopyConstrain flag.
Andrew Trick
1
-7
/
+1
2013-06-15
MI-Sched: added tracking of dependent latency for better heuristics.
Andrew Trick
1
-13
/
+26
2013-06-15
MI-Sched: DEBUG: print critical resource.
Andrew Trick
1
-0
/
+4
2013-06-15
SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...
Stephen Lin
1
-12
/
+14
2013-06-15
Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...
David Blaikie
2
-3
/
+6
2013-06-15
[yaml2obj] Move some classes into anonymous namespaces.
Sean Silva
1
-0
/
+6
2013-06-15
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
4
-1
/
+49
2013-06-15
R600: Add SI load support for v[24]i32 and store for v2i32
Tom Stellard
2
-0
/
+24
2013-06-14
Remove empty directory.
Rafael Espindola
0
-0
/
+0
2013-06-14
Remove the LLVM specific archive index.
Rafael Espindola
19
-391
/
+19
2013-06-14
R600: Use correct encoding for Vertex Fetch instructions on Cayman
Tom Stellard
4
-156
/
+319
2013-06-14
R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman
Tom Stellard
3
-37
/
+60
2013-06-14
R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg class
Tom Stellard
2
-50
/
+68
2013-06-14
R600: Move instruction encoding definitions into a separate .td file
Tom Stellard
2
-362
/
+393
2013-06-14
Introduce getSelect usage and use more getSelectCC
Matt Arsenault
6
-87
/
+90
2013-06-14
Add getSelect helper function
Matt Arsenault
1
-0
/
+14
2013-06-14
Add GetCurrentDirectory back.
Rafael Espindola
3
-0
/
+26
2013-06-14
SelectionDAG: minor fix to order of operands in comments to match the code
Stephen Lin
1
-3
/
+3
2013-06-14
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
5
-30
/
+7
2013-06-14
Mark rematerialized super/sub registers as dead.
Tim Northover
2
-0
/
+24
2013-06-14
Fix frame pointer debug information test
JF Bastien
1
-2
/
+2
2013-06-14
Revert "Cmake: add compiler option in a more idiomatic way"
Rafael Espindola
1
-2
/
+4
2013-06-14
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
6
-75
/
+69
2013-06-14
Cmake: add compiler option in a more idiomatic way
Arnaud A. de Grandmaison
1
-4
/
+2
[next]