This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bfc08965af Improve diagonstic for braced-init-list as operand to ?: exp [...]
new 956d9d40ee Make atomic non-member functions as nonnull
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/Sema/SemaChecking.cpp | 46 ++++++++++++++++++---------
test/Sema/atomic-ops.c | 80 ++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 107 insertions(+), 19 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 39f0c2040f gdb: Split func_command into two parts.
new f9885f5602 Automatic date update in version.in
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:
bfd/version.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 gdb-8.1-branch
in repository binutils-gdb.
from 0d26fee00e Automatic date update in version.in
new 769708f739 Automatic date update in version.in
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:
bfd/version.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 binutils-2_30-branch
in repository binutils-gdb.
from 7f5e4055cd Automatic date update in version.in
new 50da4f7b7e Automatic date update in version.in
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:
bfd/version.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 compiler-rt.
from 50ecfa4cd Revert "[cmake] [ARM] Check if VFP is supported before includ [...]
new 41fe7c832 [libFuzzer] Fix a typo in CMake configuration.
new 08cc5eb3d [libFuzzer] XFAIL a few libFuzzer tests on iOS.
new 3acb3d086 [libFuzzer] Run libFuzzer unit tests only on host architecture.
new ee03851c8 [libFuzzer] Fix multi-arch build support for fuzzer tests.
new 949c429c3 [libFuzzer] [NFC] Generalize DSO tests to work even when file [...]
new 44c546290 [libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFu [...]
new 8cccdbc1f [libFuzzer] [NFC] Generalize fdmask test.
The 7 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:
cmake/config-ix.cmake | 2 +-
lib/fuzzer/tests/CMakeLists.txt | 65 +++++++++++++++++----------------
test/fuzzer/CMakeLists.txt | 13 ++++---
test/fuzzer/afl-driver-extra-stats.test | 1 +
test/fuzzer/afl-driver-stderr.test | 1 +
test/fuzzer/counters.test | 1 +
test/fuzzer/dso.test | 6 +--
test/fuzzer/dump_coverage.test | 10 ++---
test/fuzzer/fuzzer-fdmask.test | 24 ++++++------
test/fuzzer/fuzzer-printcovpcs.test | 1 +
test/fuzzer/merge-posix.test | 1 +
test/fuzzer/merge-sigusr.test | 1 +
test/fuzzer/merge.test | 1 +
test/fuzzer/value-profile-div.test | 1 +
14 files changed, 69 insertions(+), 59 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 a6a1bb9cc Use DWARFBaseDIE as a compile-time protection
new 8ef078cd1 Add DWARFBaseDie.{h,cpp} to the Xcode build.
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:
lldb.xcodeproj/project.pbxproj | 6 ++++++
1 file 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 f48234e221a [LegacyPM] Use MapVector for OnTheFlyPassManagers.
new fca4ed2fcf5 [DebugInfo] Maintain DI when converting GEP to bitcast
new 951e605c7ba [Debugify] Avoid printing unnecessary square braces, NFC
new 646a736e7b4 [Debugify] Set a DI version module flag for llc compatibility
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:
lib/CodeGen/CodeGenPrepare.cpp | 1 +
.../X86/{sink-bitcast-di.ll => bitcast-di.ll} | 12 ++++++++++
test/DebugInfo/debugify.ll | 5 ++--
test/Transforms/DeadStoreElimination/debuginfo.ll | 22 +++++++----------
test/Transforms/InstCombine/debuginfo-variables.ll | 28 +++++++++++-----------
test/Transforms/LCSSA/basictest.ll | 2 +-
test/Transforms/Mem2Reg/PromoteMemToRegister.ll | 2 +-
tools/opt/Debugify.cpp | 18 ++++++++++----
8 files changed, 54 insertions(+), 36 deletions(-)
rename test/DebugInfo/X86/{sink-bitcast-di.ll => bitcast-di.ll} (71%)
--
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 d392224a09 PATCH (obvious): Fix a comment, and pass stream to cb_data.
new 39f0c2040f gdb: Split func_command into two parts.
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/ChangeLog | 9 ++++++++
gdb/stack.c | 67 +++++++++++++++++++++++++++++++++--------------------------
2 files changed, 46 insertions(+), 30 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 clang.
from 3211ce51c4 Switch a couple of users of LangOpts::GNUMode to the more ap [...]
new bfc08965af Improve diagonstic for braced-init-list as operand to ?: exp [...]
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/Parse/ParseExpr.cpp | 28 ++++++++++++++++++++++------
test/Parser/cxx11-brace-initializers.cpp | 4 +++-
2 files changed, 25 insertions(+), 7 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 fb0e10b8eb Fix parameter type in C++ version of iseqsig (bug 23171)
new 14186e8d1f Remove sysdeps/powerpc/soft-fp directory.
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 | 9 +++++++++
sysdeps/powerpc/{soft-fp => nofpu}/sfp-machine.h | 0
sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies | 1 -
sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies | 1 -
4 files changed, 9 insertions(+), 2 deletions(-)
rename sysdeps/powerpc/{soft-fp => nofpu}/sfp-machine.h (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.