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-04-20
R600: Convert the rest of the patterns
r600-rewrite-pats
Tom Stellard
1
-26
/
+26
2013-04-20
R600: Begin pattern conversion
Tom Stellard
1
-123
/
+74
2013-04-20
R600: Convert AMDGPUInstructions.td to the new syntax.
Tom Stellard
3
-114
/
+104
2013-04-20
R600/SI: remove register classes from the remaining patterns
Christian König
1
-20
/
+19
2013-04-20
R600/SI: remove register classes from image sampling patterns
Christian König
1
-51
/
+41
2013-04-20
R600/SI: remove register classes from modifier patterns
Christian König
1
-6
/
+6
2013-04-20
R600/SI: remove reg classes from interpolation patterns
Christian König
1
-7
/
+7
2013-04-20
R600/SI: remove reg classes from instrinsic patterns
Christian König
1
-29
/
+29
2013-04-20
R600/SI: remove reg classes from VOP3 patterns
Christian König
1
-2
/
+4
2013-04-20
R600/SI: remove reg classes from constant load patterns
Christian König
1
-6
/
+7
2013-04-20
R600/SI: start reworking patterns
Christian König
1
-22
/
+14
2013-04-20
R600/SI: remove nonsense select pattern
Christian König
1
-8
/
+1
2013-04-19
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
3
-3
/
+60
2013-04-19
Use dbgs() consistently for -debug printouts
Eli Bendersky
1
-13
/
+13
2013-04-19
Remove COFFYAML::Relocation.
Rafael Espindola
1
-11
/
+19
2013-04-19
Try explicitly setting the target triple to see if this gets it to pass on ARM.
Bill Wendling
1
-1
/
+1
2013-04-19
Do not mangle in MS-way the globals with magic \001 in the name.
Anton Korobeynikov
3
-9
/
+27
2013-04-19
Make test slightly more readable.
Bill Wendling
1
-4
/
+4
2013-04-19
Add a testcase to make sure we generate the proper compact unwind section for...
Bill Wendling
1
-0
/
+60
2013-04-19
LoopVectorizer: Use matcher from PatternMatch.h for the min/max patterns
Arnold Schwaighofer
1
-104
/
+102
2013-04-19
80-col fixup.
Eric Christopher
1
-1
/
+2
2013-04-19
Reformat and nuke trailing whitespace.
Eric Christopher
1
-29
/
+31
2013-04-19
Rename ClassType to the more accurate UnderlyingType and document its purpose.
Adrian Prantl
3
-13
/
+17
2013-04-19
[ms-inline asm] Make code layout more canonical with iniline asm handled last.
Chad Rosier
1
-13
/
+13
2013-04-19
Attempt to pacify this test for the buildbots.
Chad Rosier
1
-3
/
+3
2013-04-19
[mips] First patch which adds support for micromips.
Akira Hatanaka
5
-35
/
+190
2013-04-19
[mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change
Akira Hatanaka
2
-2
/
+4
2013-04-19
[ms-inline asm] Refactor the parsing of identifiers. No functional change
Chad Rosier
1
-39
/
+33
2013-04-19
Add test to make sure that a int-to-ptr can be merged correctly.
Bill Wendling
1
-0
/
+55
2013-04-19
[ms-inline asm] Remove these asserts. C++ variables that use namespace
Chad Rosier
1
-2
/
+0
2013-04-19
[ms-inline asm] Move this variable into the scope in which it is used.
Chad Rosier
1
-1
/
+1
2013-04-19
[ms-inline asm] Make this a hard error.
Chad Rosier
1
-4
/
+4
2013-04-19
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2
-1
/
+10
2013-04-19
[ms-inline asm] Cleanup the dot operator implementation.
Chad Rosier
1
-29
/
+15
2013-04-19
ARM: Permit "sp" in ARM variant of STREXD instructions
Tim Northover
2
-2
/
+3
2013-04-19
refactor the struct byte swapping to a helper function.
Rafael Espindola
1
-70
/
+20
2013-04-19
Only run the tests in test/Object/ARM if we have ARM support.
Rafael Espindola
1
-0
/
+3
2013-04-19
Attributes: Don't print trailing whitespace on the function attribute comment.
Benjamin Kramer
2
-5
/
+13
2013-04-19
Don't read one command past the end.
Rafael Espindola
4
-4
/
+16
2013-04-19
ARM: permit "sp" in ARM variants of MOVW/MOVT instructions
Tim Northover
2
-2
/
+9
2013-04-19
Revert 179826. Tests were worthless.
Jakub Staszak
2
-2
/
+2
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
90
-223
/
+103
2013-04-19
PR14606: debug info imported_module support
David Blaikie
90
-103
/
+223
2013-04-19
Add support for index resources (for a SlotIndex) to be relinquished.
Lang Hames
1
-1
/
+48
2013-04-19
Use 'array_lengthof' as possible to avoid magic numbers
Michael Liao
1
-23
/
+32
2013-04-19
R600: Add pattern for the BFI_INT instruction
Tom Stellard
4
-0
/
+58
2013-04-19
R600/SI: Use InstFlag for VOP3 modifier operands
Tom Stellard
2
-15
/
+14
2013-04-19
R600: Reorganize lit tests and document how they should be organized
Tom Stellard
29
-128
/
+174
2013-04-19
Keep coding stanard. Don't use "else if" after "return".
Jakub Staszak
1
-3
/
+4
2013-04-19
Don't run expensive -O2 and -O3 in tests.
Jakub Staszak
2
-2
/
+2
[next]