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-01-05
Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp.
Chandler Carruth
1
-0
/
+0
2013-01-05
[mips] Fix data layout string. Add 64 to the list of native integer widths
Akira Hatanaka
1
-4
/
+6
2013-01-05
Add a method to create an AttributeSet from an AttrBuilder.
Bill Wendling
3
-6
/
+66
2013-01-05
Fix a typo. Remove the duplicated test.
Nadav Rotem
1
-25
/
+0
2013-01-05
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
3
-7
/
+44
2013-01-05
Force a fixed unroll count on the target independent tests.
Nadav Rotem
27
-27
/
+27
2013-01-05
Add an ArrayRecycler class.
Jakob Stoklund Olesen
3
-0
/
+253
2013-01-05
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
1
-1
/
+1
2013-01-05
Fix a stray 'dnl' that my editor line-wrapped into this comment. Thanks
Chandler Carruth
1
-2
/
+2
2013-01-05
Make this an integer so we have enumeral types in the conditional
Eric Christopher
1
-1
/
+1
2013-01-05
Finally, fix the autoconf setup to allow for a missing clock_gettime;
Chandler Carruth
2
-7
/
+4
2013-01-05
Provide a default constructor for TimeValue. This was used, but only in
Chandler Carruth
1
-0
/
+3
2013-01-05
Fix warnings from llvm-gcc as seen on darwin10 (10.6).
Alex Rosenberg
1
-2
/
+2
2013-01-05
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
1
-1
/
+1
2013-01-04
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
Chandler Carruth
1
-1
/
+1
2013-01-04
Get rid of the 'Bits' mask in the attribute builder.
Bill Wendling
2
-39
/
+131
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
9
-37
/
+244
2013-01-04
tabs-to-spaces
Andrew Trick
1
-44
/
+43
2013-01-04
Move 'break' to the right place to prevent fallthru. There is no test-case
Jakub Staszak
1
-1
/
+1
2013-01-04
Special case Recycler::clear(BumpPtrAllocator).
Jakob Stoklund Olesen
1
-0
/
+11
2013-01-04
Add an iplist::clearAndLeakNodesUnsafely() function.
Jakob Stoklund Olesen
2
-0
/
+44
2013-01-04
Move an assertion so it doesn't dereference end().
Jakob Stoklund Olesen
1
-4
/
+3
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
3
-2
/
+51
2013-01-04
Add a name for the anonymous type we're creating for subrange
Eric Christopher
5
-42
/
+86
2013-01-04
Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...
Michael Gottesman
1
-0
/
+10
2013-01-04
Fixed up some DEBUG messages where I was putting in the text of a message the...
Michael Gottesman
1
-8
/
+8
2013-01-04
Fix a warning
Nadav Rotem
1
-2
/
+2
2013-01-04
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
11
-8
/
+282
2013-01-04
General cleanups.
Bill Wendling
3
-69
/
+60
2013-01-04
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
5
-386
/
+466
2013-01-04
[mips] MipsTargetLowering::getSetCCResultType should return a vector type if
Akira Hatanaka
2
-1
/
+19
2013-01-04
[mips] 80 columns.
Akira Hatanaka
4
-8
/
+14
2013-01-04
Fix how YAML I/O detects flow sequences.
Nick Kledzik
3
-39
/
+31
2013-01-04
[mips] Reorder template parameters. Remove class shift_rotate_imm32 and
Akira Hatanaka
2
-54
/
+59
2013-01-04
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
Manman Ren
2
-4
/
+88
2013-01-04
[mips] Refactor conditional move instructions.
Akira Hatanaka
1
-13
/
+20
2013-01-04
[mips] Refactor instructions which move data from or to coprocessors.
Akira Hatanaka
3
-33
/
+34
2013-01-04
Update the gcc-loops benchmarks results with the new automatic unrolling feat...
Nadav Rotem
1
-0
/
+0
2013-01-04
fix a couple of typos
Eli Bendersky
1
-2
/
+2
2013-01-04
Remove unused #include
Eli Bendersky
1
-1
/
+0
2013-01-04
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
5
-33
/
+94
2013-01-04
Add linpack-pc bench
Nadav Rotem
2
-0
/
+4
2013-01-04
Add Textmate bundle for Tablegen syntax-highlighting
Joel Jones
3
-0
/
+151
2013-01-04
Change the default number of registers to prevent unrolling on targets that d...
Nadav Rotem
1
-1
/
+1
2013-01-04
Add a space to the end of the line so we don't get "itsbounds" in output.
Eric Christopher
1
-1
/
+1
2013-01-04
small fixes to enable the reuse of the pass manager across multiple modules
Pedro Artigas
3
-2
/
+4
2013-01-04
Add section information for the DWARF5 split debug proposal
Eric Christopher
2
-0
/
+7
2013-01-04
Make comment a bit more clear.
Eric Christopher
1
-1
/
+2
2013-01-04
Move the loop vectorizer from O2 to O3. It looks like the increase in code si...
Nadav Rotem
1
-1
/
+1
2013-01-04
Update the docs about the new unroll features.
Nadav Rotem
1
-7
/
+23
[prev]
[next]