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 97fc005f6 [sanitizer] Add "isapla" to symbolizer's global symbols whitelist.
new e1a8ef981 [sanitizer] Avoid possible deadlock in child process after fork
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/asan/asan_allocator.cc | 4 +-
lib/asan/asan_allocator.h | 2 +
lib/asan/asan_interceptors.cc | 13 +++
lib/lsan/lsan_interceptors.cc | 20 +++++
lib/msan/msan_allocator.cc | 96 +--------------------
lib/msan/msan_allocator.h | 97 ++++++++++++++++++++++
lib/msan/msan_interceptors.cc | 2 +
.../TestCases/Linux/allocator_fork_no_hang.cc} | 60 ++++++-------
8 files changed, 164 insertions(+), 130 deletions(-)
copy test/{msan/fork.cc => sanitizer_common/TestCases/Linux/allocator_fork_no_hang [...]
--
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 4b9df3c0ece * configure.ac (strnlen): Add to AC_CHECK_DECLS. * configur [...]
new 89f2a713e97 2017-05-31 Richard Biener <rguenther(a)suse.de>
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 | 10 +++++++++
gcc/graphite-isl-ast-to-gimple.c | 36 +++++++++++++++++++++------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr80906.c | 28 +++++++++++++++++++++++++
4 files changed, 66 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr80906.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 gdb-8.0-branch
in repository binutils-gdb.
from 0da1884895 Automatic date update in version.in
new 1e4004c976 Fix MinGW compilation warnings due to environ.h
new 704f06fe08 Make libiberty/waitpid.c compile without warnings on MinGW
new ce3dd59c3d Avoid compilation warning on MinGW in xstrndup
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:
include/ChangeLog | 4 ++++
include/environ.h | 2 ++
libiberty/ChangeLog | 11 +++++++++++
libiberty/config.in | 4 ++++
libiberty/configure | 21 +++++++++++++++++++++
libiberty/configure.ac | 3 ++-
libiberty/waitpid.c | 5 +++++
7 files changed, 49 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 1b1810b5e0 Automatic date update in version.in
new b9c6833008 Fix MinGW compilation warnings due to environ.h
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/ChangeLog | 4 ++++
include/environ.h | 2 ++
2 files changed, 6 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 llvm.
from c9cbe0b424b [AVR] CPIRdK can only work with r16..r31; Authored by Dr. G [...]
new b40677abb70 [AVR] Fix a big in shift operator lowering; Authored by Dr. [...]
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/Target/AVR/AVRISelLowering.cpp | 4 ++--
test/CodeGen/AVR/rot.ll | 4 ++--
2 files changed, 4 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 1c7bf566f8b [PowerPC] Eliminate integer compare instructions - vol. 2
new c9cbe0b424b [AVR] CPIRdK can only work with r16..r31; Authored by Dr. G [...]
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/Target/AVR/AVRInstrInfo.td | 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 24c1e7771ad [TableGen] Implement non-const versions of Record::getValue [...]
new 1c7bf566f8b [PowerPC] Eliminate integer compare instructions - vol. 2
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/Target/PowerPC/PPCISelDAGToDAG.cpp | 225 +++++++++++++++++++++++++-
lib/Target/PowerPC/PPCInstr64Bit.td | 12 +-
lib/Target/PowerPC/PPCInstrInfo.cpp | 4 +
lib/Target/PowerPC/PPCInstrInfo.h | 1 +
test/CodeGen/PowerPC/logic-ops-on-compares.ll | 69 ++++++++
5 files changed, 299 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/PowerPC/logic-ops-on-compares.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 7b436b03dad [ObjectYAML] Split CodeViewYAML into 3 pieces.
new fa336f863c7 [TableGen] Make one of RecordVal's constructors delegate to [...]
new 24c1e7771ad [TableGen] Implement non-const versions of Record::getValue [...]
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:
include/llvm/TableGen/Record.h | 9 ++++-----
lib/TableGen/Record.cpp | 6 ------
2 files changed, 4 insertions(+), 11 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 glibc.
from 2e0bbbfbf9 Add reallocarray function
new 4158ba082c Delay initialization of CPU features struct in static binaries
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:
ChangeLog | 11 +++++++++++
csu/libc-start.c | 6 ++++++
sysdeps/unix/sysv/linux/aarch64/libc-start.c | 23 +++++------------------
sysdeps/x86/libc-start.c | 23 +++++------------------
4 files changed, 27 insertions(+), 36 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 5fb116a9442 [coroutines] Call initializePass in coroutine pass constructors
new 7b436b03dad [ObjectYAML] Split CodeViewYAML into 3 pieces.
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:
...{CodeViewYAML.h => CodeViewYAMLDebugSections.h} | 47 +-
include/llvm/ObjectYAML/CodeViewYAMLSymbols.h | 41 ++
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 48 ++
lib/ObjectYAML/CMakeLists.txt | 4 +-
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 127 +++++
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 496 ++++++++++++++++++
.../{CodeViewYAML.cpp => CodeViewYAMLTypes.cpp} | 566 +--------------------
tools/llvm-pdbdump/PdbYaml.cpp | 1 +
tools/llvm-pdbdump/PdbYaml.h | 4 +-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 1 -
tools/llvm-pdbdump/llvm-pdbdump.cpp | 1 -
11 files changed, 728 insertions(+), 608 deletions(-)
rename include/llvm/ObjectYAML/{CodeViewYAML.h => CodeViewYAMLDebugSections.h} (54%)
create mode 100644 include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
create mode 100644 include/llvm/ObjectYAML/CodeViewYAMLTypes.h
create mode 100644 lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
create mode 100644 lib/ObjectYAML/CodeViewYAMLSymbols.cpp
rename lib/ObjectYAML/{CodeViewYAML.cpp => CodeViewYAMLTypes.cpp} (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.