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
2014-05-30
R600/SI: Define a schedule model and enable the generic machine scheduler
si-scheduler-v2
Tom Stellard
6
-18
/
+208
2014-05-30
R600/SI: Remove the M0Reg register class
Tom Stellard
4
-15
/
+33
2014-05-27
emit Error when attempting to spill or load a spilled VGPR v4
Darren
2
-19
/
+36
2014-05-27
Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
3
-99
/
+110
2014-05-27
Factor out looking for prologue end into a function
Alexey Samsonov
1
-12
/
+12
2014-05-27
avoid type mismatch when building SCEVs
Sebastian Pop
1
-0
/
+26
2014-05-27
do not use the GCD to compute the delinearization strides
Sebastian Pop
1
-59
/
+8
2014-05-27
remove BasePointer before delinearizing
Sebastian Pop
4
-39
/
+49
2014-05-27
remove constant terms
Sebastian Pop
8
-34
/
+140
2014-05-27
Don't pre-populate the set of keys in the map with variable locations history.
Alexey Samsonov
2
-11
/
+3
2014-05-27
No need for those tests to go thru llvm-as and/or llvm-dis.
Arnaud A. de Grandmaison
6
-6
/
+6
2014-05-27
Factor out comparison of Instruction "special" states.
Arnaud A. de Grandmaison
1
-84
/
+55
2014-05-27
Wording fix for llvm.global_dtors docs.
Reid Kleckner
1
-1
/
+1
2014-05-27
DebugInfo: partially revert cleanup committed in r209680
David Blaikie
1
-1
/
+2
2014-05-27
DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.
David Blaikie
3
-23
/
+12
2014-05-27
[mips] Optimize long branch for MIPS64 by removing %higher and %highest.
Sasa Stankovic
6
-46
/
+30
2014-05-27
DebugInfo: Create abstract function definitions even when concrete definition...
David Blaikie
5
-66
/
+62
2014-05-27
DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.
David Blaikie
1
-1
/
+1
2014-05-27
DebugInfo: Lazily construct subprogram definition DIEs.
David Blaikie
10
-75
/
+88
2014-05-27
DebugInfo: Lazily attach definition attributes to definitions.
David Blaikie
10
-26
/
+60
2014-05-27
DebugInfo: Separate out the addition of subprogram attribute additions so tha...
David Blaikie
2
-9
/
+17
2014-05-27
Fixed a test in r209670
Jingyue Wu
1
-2
/
+1
2014-05-27
Distribute sext/zext to the operands of and/or/xor
Jingyue Wu
2
-13
/
+48
2014-05-27
DebugInfo: Fix argument ordering in test by adding argument numbering.
David Blaikie
1
-5
/
+19
2014-05-27
Post-commit fixes for r209643
Filipe Cabecinhas
2
-10
/
+13
2014-05-27
AArch64: add test for NZCV cross-copy save.
Tim Northover
1
-0
/
+18
2014-05-27
AArch64: add AArch64-specific test for 'c' and 'n'.
Tim Northover
1
-0
/
+10
2014-05-27
[PATCH] Correct type used for VADD_SPLAT optimization on PowerPC
Bill Schmidt
3
-5
/
+26
2014-05-27
[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16
Zoran Jovanovic
10
-0
/
+56
2014-05-27
[ARM] Emit correct build attributes for the relocation models.
Amara Emerson
3
-0
/
+37
2014-05-27
[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2
Zoran Jovanovic
6
-2
/
+124
2014-05-27
[asancov] Emit an initializer passing number of coverage code locations in ea...
Evgeniy Stepanov
2
-4
/
+26
2014-05-27
AArch64: implement copies to/from NZCV as a last ditch effort.
Tim Northover
2
-2
/
+20
2014-05-27
ARM: teach AAPCS-VFP to deal with Cortex-M4.
Tim Northover
4
-21
/
+143
2014-05-27
Fix bad assert.
Daniel Jasper
1
-1
/
+2
2014-05-27
AArch64: support 'c' and 'n' inline asm modifiers.
Tim Northover
1
-0
/
+5
2014-05-27
Adding testcase for PR18886.
Dinesh Dwivedi
1
-0
/
+27
2014-05-27
Convert some X86 blendv* intrinsics into IR.
Filipe Cabecinhas
5
-0
/
+157
2014-05-26
Fix link.
Rafael Espindola
1
-1
/
+3
2014-05-26
Use existing helper function.
Rafael Espindola
1
-8
/
+1
2014-05-26
[PPC] Use alias symbols in address computation.
Rafael Espindola
3
-34
/
+46
2014-05-26
AArch64: force i1 to be zero-extended at an ABI boundary.
Tim Northover
2
-0
/
+67
2014-05-26
AArch64: simplify calling conventions slightly.
Tim Northover
5
-128
/
+44
2014-05-26
Some cleanup for r209568.
Michael Zolotukhin
1
-9
/
+7
2014-05-26
Convert a few loops to use ranges.
Rafael Espindola
1
-54
/
+51
2014-05-26
[AArch64] Add store + add folding regression tests for the load/store optimiz...
Tilmann Scheller
1
-2
/
+66
2014-05-26
[AArch64] Add more regression tests for the load/store optimization pass.
Tilmann Scheller
1
-11
/
+81
2014-05-26
[asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...
Kostya Serebryany
1
-1
/
+1
2014-05-26
AArch64: remove empty ARM64 directories from svn.
Tim Northover
0
-0
/
+0
2014-05-26
Remove accidentally committed whitespace.
Tilmann Scheller
1
-2
/
+2
[next]