This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 084fdcc27e8 [docs] Continue working around broken Sphinx parsing of LLV [...]
new 1aa1d5cfe7c Re-enable "[ValueTracking] Teach isKnownNonNullFromDominati [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Analysis/ValueTracking.cpp | 43 ++++++--
test/Transforms/LICM/hoist-deref-load.ll | 166 +++++++++++++++++++++++++++++++
2 files changed, 199 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from 377a8e84 Add utilities functions for Image Processing Kernels
new 7dedc179 Add Image dithering kernels using Benchmark Library
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MicroBenchmarks/ImageProcessing/CMakeLists.txt | 1 +
.../ImageProcessing/Dither/CMakeLists.txt | 13 ++
MicroBenchmarks/ImageProcessing/Dither/dither.h | 15 ++
.../Dither/floydDither.reference_output | 1 +
.../ImageProcessing/Dither/floydDitherKernel.c | 69 +++++++++
MicroBenchmarks/ImageProcessing/Dither/main.cpp | 156 +++++++++++++++++++++
.../Dither/orderedDither.reference_output | 1 +
.../ImageProcessing/Dither/orderedDitherKernel.c | 72 ++++++++++
8 files changed, 328 insertions(+)
create mode 100644 MicroBenchmarks/ImageProcessing/CMakeLists.txt
create mode 100644 MicroBenchmarks/ImageProcessing/Dither/CMakeLists.txt
create mode 100644 MicroBenchmarks/ImageProcessing/Dither/dither.h
create mode 100644 MicroBenchmarks/ImageProcessing/Dither/floydDither.reference_output
create mode 100644 MicroBenchmarks/ImageProcessing/Dither/floydDitherKernel.c
create mode 100644 MicroBenchmarks/ImageProcessing/Dither/main.cpp
create mode 100644 MicroBenchmarks/ImageProcessing/Dither/orderedDither.reference_output
create mode 100644 MicroBenchmarks/ImageProcessing/Dither/orderedDitherKernel.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from 50adf56f [test-suite] Add pathfinder kernel from Rodinia Benchmark
new 377a8e84 Add utilities functions for Image Processing Kernels
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MicroBenchmarks/CMakeLists.txt | 2 +
.../ImageProcessing/utils/ImageHelper.cpp | 90 ++++++++++++++++++++++
.../ImageProcessing/utils/ImageHelper.h | 15 ++++
.../ImageProcessing/utils}/glibc_compat_rand.c | 0
.../ImageProcessing/utils}/glibc_compat_rand.h | 8 +-
5 files changed, 113 insertions(+), 2 deletions(-)
create mode 100644 MicroBenchmarks/ImageProcessing/utils/ImageHelper.cpp
create mode 100644 MicroBenchmarks/ImageProcessing/utils/ImageHelper.h
copy {MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR => MicroBenchmarks/ImageProce [...]
copy {MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR => MicroBenchmarks/ImageProce [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1261316c1 [ELF] Test undefined weak symbol for Thumb narrow branch
new 5b72a11ed [ELF] - Remove dead code from LinkerScript::assignOffsets(). [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 70bdfe23fcb Remaining support for clobber high
new 35ba92fc597 PR target/86662
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/msp430/pr86662.c | 13 +++++++++++++
gcc/tree.c | 3 +--
3 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/msp430/pr86662.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f6ba2bc74ba [docs] Remove the `dso_local` tag from these functions.
new 084fdcc27e8 [docs] Continue working around broken Sphinx parsing of LLV [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/SourceLevelDebugging.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository lld.
from 4c5492ef9 Creating release_70 branch off revision 338536
new 13298167c Merging r338679, r338684, r338697, r338699:
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 22 +++++++++++++---------
ELF/Writer.cpp | 12 +++++++-----
test/ELF/linkerscript/Inputs/at6.s | 11 +++++++++++
test/ELF/linkerscript/Inputs/at7.s | 7 +++++++
test/ELF/linkerscript/Inputs/at8.s | 8 ++++++++
test/ELF/linkerscript/at6.test | 30 ++++++++++++++++++++++++++++++
test/ELF/linkerscript/at7.test | 28 ++++++++++++++++++++++++++++
test/ELF/linkerscript/at8.test | 31 +++++++++++++++++++++++++++++++
8 files changed, 135 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/at6.s
create mode 100644 test/ELF/linkerscript/Inputs/at7.s
create mode 100644 test/ELF/linkerscript/Inputs/at8.s
create mode 100644 test/ELF/linkerscript/at6.test
create mode 100644 test/ELF/linkerscript/at7.test
create mode 100644 test/ELF/linkerscript/at8.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 86b1509b594 [docs] Stop trying to parse the ThinLTO summary IR fragment [...]
new f6ba2bc74ba [docs] Remove the `dso_local` tag from these functions.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/SourceLevelDebugging.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d92149776 Fix one test for changed opt remarks format
new 1261316c1 [ELF] Test undefined weak symbol for Thumb narrow branch
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/ELF/arm-thumb-undefined-weak-narrow.test | 50 +++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 test/ELF/arm-thumb-undefined-weak-narrow.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4e80091843f Add func to check if register is clobbered by clobber_high
new 0823eb3654f lra support for clobber_high
new 5262089193b cse support for clobber_high
new 70bdfe23fcb Remaining support for clobber high
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 93 ++++++++++++++++++++++++
gcc/alias.c | 11 +++
gcc/cfgexpand.c | 1 +
gcc/combine-stack-adj.c | 1 +
gcc/combine.c | 38 ++++++++--
gcc/cse.c | 187 +++++++++++++++++++++++++++++++-----------------
gcc/cselib.c | 42 ++++++++---
gcc/cselib.h | 2 +-
gcc/dce.c | 11 ++-
gcc/df-scan.c | 6 ++
gcc/dwarf2out.c | 1 +
gcc/haifa-sched.c | 3 +
gcc/ira-build.c | 5 ++
gcc/ira-costs.c | 7 ++
gcc/ira.c | 6 +-
gcc/jump.c | 1 +
gcc/lra-eliminations.c | 11 +++
gcc/lra-int.h | 2 +
gcc/lra-lives.c | 31 +++++---
gcc/lra.c | 66 +++++++++++------
gcc/postreload-gcse.c | 21 +++---
gcc/postreload.c | 25 ++++++-
gcc/print-rtl.c | 1 +
gcc/recog.c | 9 ++-
gcc/regcprop.c | 10 ++-
gcc/reginfo.c | 4 ++
gcc/reload1.c | 16 ++++-
gcc/reorg.c | 27 ++++---
gcc/resource.c | 24 ++++++-
gcc/rtl.c | 4 ++
gcc/rtlanal.c | 18 ++++-
gcc/sched-deps.c | 15 +++-
32 files changed, 554 insertions(+), 145 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.