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 7ae414d gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
new 072b90f gcc/ Backport from trunk r239300. 2016-08-09 Renlin Li < [...]
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/calls.c | 15 ++++++++++++---
gcc/config/aarch64/aarch64.md | 15 ---------------
2 files changed, 12 insertions(+), 18 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 5fc0cc8 [EarlyCSE] Allow forwarding a non-invariant load into an inva [...]
new f2e0338 Next set of additional error checks for invalid Mach-O files [...]
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/Object/MachOObjectFile.cpp | 48 +++++++++++++++------
.../Inputs/macho-invalid-dataincode-bad-size | Bin 0 -> 48 bytes
.../macho-invalid-dataincode-dataoff-datasize | Bin 0 -> 44 bytes
.../Inputs/macho-invalid-dataincode-more-than-one | Bin 0 -> 60 bytes
.../Inputs/macho-invalid-linkopthint-dataoff | Bin 0 -> 44 bytes
test/Object/Inputs/macho-invalid-linkopthint-small | Bin 0 -> 44 bytes
test/Object/macho-invalid.test | 16 +++++++
7 files changed, 52 insertions(+), 12 deletions(-)
create mode 100644 test/Object/Inputs/macho-invalid-dataincode-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-dataincode-dataoff-datasize
create mode 100644 test/Object/Inputs/macho-invalid-dataincode-more-than-one
create mode 100644 test/Object/Inputs/macho-invalid-linkopthint-dataoff
create mode 100644 test/Object/Inputs/macho-invalid-linkopthint-small
--
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 7682d8c Fix buildbot bug: Wasn't printing scariness for DoubleFree
new 7f04ab5 [sanitizer] extend SizeClassMap to take more template paramet [...]
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:
.../sanitizer_allocator_size_class_map.h | 61 ++++++++++++++++++----
.../tests/sanitizer_allocator_test.cc | 51 ++++++++++++++----
2 files changed, 92 insertions(+), 20 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 de3b7f1 2016-08-31 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 0110941 2016-08-31 Jerry DeLisle <jvdelisle(a)gcc.gnu.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/fmt_f0_2.f90 | 15 +++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_f0_2.f90
--
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 8f1c575 [SLP] Update the debug based on Michael's suggestion.
new 5fc0cc8 [EarlyCSE] Allow forwarding a non-invariant load into an inva [...]
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/Scalar/EarlyCSE.cpp | 10 +++++-----
test/Transforms/EarlyCSE/invariant-loads.ll | 10 +++-------
2 files changed, 8 insertions(+), 12 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 lldb.
from 01c0978 Fixup TestPyObjSynthProvider.py and enable it again
new 11c8f17 Always rely on CFI unwind info for linux vdso
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:
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 27 ++++++++++++++++++----
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 3 +++
2 files changed, 26 insertions(+), 4 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 71255df [SLP] Sink debug after checking for matching types/opcode.
new eb8a4ab [LangRef] Clarify !invariant.load semantics.
new 8f1c575 [SLP] Update the debug based on Michael's suggestion.
The 2 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/LangRef.rst | 10 ++++------
lib/Transforms/Vectorize/SLPVectorizer.cpp | 5 +++--
2 files changed, 7 insertions(+), 8 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 lldb.
from 95c3916 Add more unit tests for StringExtractor hex/endian functions.
new 01c0978 Fixup TestPyObjSynthProvider.py and enable it again
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:
.../data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | 2 +-
.../test/functionalities/data-formatter/pyobjsynthprovider/provider.py | 1 +
scripts/Python/finishSwigPythonLLDB.py | 1 +
3 files changed, 3 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 binutils-gdb.
from f99bd5f Fix a typo in comment
new 3aa5cfa Fix lwp_suspend/unsuspend imbalance in linux_wait_1
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/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/linux-low.c | 37 +++++++++++++++++++------------------
2 files changed, 23 insertions(+), 18 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 5da0097 Constrain std::shared_ptr assignment and resetting
new de3b7f1 2016-08-31 Jerry DeLisle <jvdelisle(a)gcc.gnu.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:
libgfortran/ChangeLog | 8 ++++++
libgfortran/io/write.c | 77 +++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 68 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.