This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4e91a07 PR tree-optimization/71831 - __builtin_object_size poor resul [...]
new a9db552 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 5 +++++
gcc/ipa-cp.c | 2 +-
2 files changed, 6 insertions(+), 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 master
in repository lld.
from 70f95d5 Add comments.
new d1ca3f4 [ELF] - Fix for: bug 30237 - lld does not implement -f option
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/Config.h | 1 +
ELF/Driver.cpp | 5 +++++
ELF/Options.td | 3 +++
ELF/OutputSections.cpp | 2 ++
test/ELF/auxiliary.s | 12 ++++++++++++
5 files changed, 23 insertions(+)
create mode 100644 test/ELF/auxiliary.s
--
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 e1bd92b [Support] - Fix possible crash in match() of llvm::Regex.
new b1ce3c4 [InstCombine] Add test for insertelementinsts with constants.
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:
.../InstCombine/vector_insertelt_shuffle.ll | 77 ++++++++++++++++++++++
1 file changed, 77 insertions(+)
create mode 100644 test/Transforms/InstCombine/vector_insertelt_shuffle.ll
--
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 677dd5b [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic [...]
new e1bd92b [Support] - Fix possible crash in match() of llvm::Regex.
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:
include/llvm/Support/Regex.h | 6 +-----
lib/Support/Regex.cpp | 10 ++++++++++
unittests/Support/RegexTest.cpp | 9 +++++++++
3 files changed, 20 insertions(+), 5 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 binutils-gdb.
from db0a1c2 Automatic date update in version.in
new 27aba04 Detect broken ptrace in gdb_skip_float_test
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:
gdb/testsuite/ChangeLog | 19 +++++++
gdb/testsuite/gdb.arch/arm-neon.exp | 5 ++
gdb/testsuite/gdb.base/call-ar-st.exp | 20 ++++----
gdb/testsuite/gdb.base/call-rt-st.exp | 6 ++-
gdb/testsuite/gdb.base/call-sc.exp | 3 +-
gdb/testsuite/gdb.base/callfuncs.exp | 8 +--
gdb/testsuite/gdb.base/finish.exp | 5 +-
gdb/testsuite/gdb.base/funcargs.exp | 6 ++-
gdb/testsuite/gdb.base/return.exp | 6 ++-
gdb/testsuite/gdb.base/return2.exp | 6 ++-
gdb/testsuite/gdb.base/varargs.exp | 4 +-
gdb/testsuite/lib/gdb.exp | 96 +++++++++++++++++++++++++++++++++--
12 files changed, 156 insertions(+), 28 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 llvm.
from 87afa50 [SimplifyCFG] Add a workaround to fix PR30188
new 677dd5b [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic [...]
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:
.../tools/llvm-readobj/Inputs/dynamic-table-so.x86 | Bin 0 -> 8280 bytes
test/tools/llvm-readobj/Inputs/dynamic-table.c | 2 ++
test/tools/llvm-readobj/dynamic.test | 36 +++++++++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 4 +++
4 files changed, 42 insertions(+)
create mode 100644 test/tools/llvm-readobj/Inputs/dynamic-table-so.x86
--
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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 798cfbb gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
new e2bed20 gcc/ Backport from trunk r236914. 2016-05-31 Wladimir J. [...]
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/config/aarch64/arm_neon.h | 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 master
in repository llvm.
from a11c5f2 [AVX-512] Move tests for masked floating point logical operat [...]
new 87afa50 [SimplifyCFG] Add a workaround to fix PR30188
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/Transforms/Utils/SimplifyCFG.cpp | 10 ++++++++++
test/Transforms/SimplifyCFG/sink-common-code.ll | 23 +++++++++++++++++++++++
2 files changed, 33 insertions(+)
--
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 compiler-rt.
from b64139a Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolize [...]
new 12f0473 [asan] Move scariness_score_test.cc to a common subdirectory
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/asan/TestCases/Linux/scariness_score_test.cc | 188 +--------------------
.../TestCases/{Linux => }/scariness_score_test.cc | 27 ++-
2 files changed, 18 insertions(+), 197 deletions(-)
copy test/asan/TestCases/{Linux => }/scariness_score_test.cc (90%)
--
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 5b553d0 [AVX-512] Remove floating point logical operation instrinsics [...]
new a11c5f2 [AVX-512] Move tests for masked floating point logical operat [...]
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:
...rinsics.ll => avx512dqvl-intrinsics-upgrade.ll} | 1162 ------------------
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 1248 --------------------
2 files changed, 2410 deletions(-)
copy test/CodeGen/X86/{avx512dqvl-intrinsics.ll => avx512dqvl-intrinsics-upgrade.l [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.