This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a223421 [sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o [...]
new e147e84 Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.
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/clang/Serialization/ASTReader.h | 13 ++++++++---
lib/Serialization/ASTReaderDecl.cpp | 11 +++++-----
utils/TableGen/ClangAttrEmitter.cpp | 38 ++++++++++++++++-----------------
3 files changed, 34 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 binutils-gdb.
from c780b47 Automatic date update in version.in
new c1f59f8 Fix MIPS GOT when global symbols are forced to local visibility.
new 04bc2a2 Make the sh_info field of .rel.plt point to .plt (MIPS).
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:
gold/ChangeLog | 15 +++++++++++++++
gold/mips.cc | 11 ++++++++---
2 files changed, 23 insertions(+), 3 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 26a75cc PR middle-end/78703 - -fprintf-return-value floating point ha [...]
new 974e2c4 PR middle-end/78703 - -fprintf-return-value floating point ha [...]
new 76cf008 PR middle-end/78703 - -fprintf-return-value floating point ha [...]
new 456edfd gcc/testsuite/ChangeLog: * gcc.dg/tree-ssa/builtin-sprintf.c [...]
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 | 19 +
gcc/gimple-ssa-sprintf.c | 592 +++++++++++++-----------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 32 ++
4 files changed, 370 insertions(+), 277 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 release_40
in repository llvm.
from 3ff1f39 Merging r292758: -------------------------------------------- [...]
new 0096a0a Merging r292467: -------------------------------------------- [...]
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/tools/llvm-cxxfilt/invalid.test | 6 ++++++
tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 9 ++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-cxxfilt/invalid.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 3796f1e [APFloat] Add PPCDoubleDouble multiplication
new 42d07d0 [sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o [...]
new 6fe089f [PM] Flesh out the new pass manager LTO pipeline.
new fa5f3e4 [LTO] Teach lib/LTO about the new pass manager.
new 71d2fd7 [LTO] Add test to show up we don't support ThinLTO yet.
The 4 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/LTO/LTOBackend.cpp | 70 ++++++++-
lib/Passes/PassBuilder.cpp | 163 ++++++++++++++++++++-
.../Instrumentation/SanitizerCoverage.cpp | 2 +-
test/Instrumentation/SanitizerCoverage/coverage.ll | 2 +-
.../SanitizerCoverage/coverage2-dbg.ll | 4 +-
test/Other/new-pass-manager.ll | 7 -
test/Other/new-pm-lto-defaults.ll | 105 +++++++++++++
test/ThinLTO/X86/error-newpm.ll | 13 ++
test/tools/llvm-lto2/X86/pipeline.ll | 4 +
9 files changed, 350 insertions(+), 20 deletions(-)
create mode 100644 test/Other/new-pm-lto-defaults.ll
create mode 100644 test/ThinLTO/X86/error-newpm.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 release_40
in repository clang.
from 12c394c Merging r292497: -------------------------------------------- [...]
new 7234111 Merging r292800: -------------------------------------------- [...]
new adbedcc Merging r292847: -------------------------------------------- [...]
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:
lib/Sema/SemaDeclCXX.cpp | 6 +--
lib/StaticAnalyzer/Core/MemRegion.cpp | 54 ++++++++++++++--------
test/Analysis/dispatch-once.m | 7 +++
test/SemaCXX/cxx11-default-member-initializers.cpp | 14 ++++++
4 files changed, 59 insertions(+), 22 deletions(-)
create mode 100644 test/SemaCXX/cxx11-default-member-initializers.cpp
--
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 9d63b56 Re-commit "Don't inline dllimport functions referencing non-i [...]
new a223421 [sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o [...]
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/SanitizerCoverage.rst | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 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 72beb89 PR sanitizer/79168 * merge.sh (change_comment_headers): Don [...]
new 26a75cc PR middle-end/78703 - -fprintf-return-value floating point ha [...]
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 | 21 +
gcc/gimple-ssa-sprintf.c | 1443 +++++++++++++++++++++++++---------------------
2 files changed, 804 insertions(+), 660 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 e5f6421 [WebAssembly] Update LibFunc::Func -> LibFunc
new 3796f1e [APFloat] Add PPCDoubleDouble multiplication
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/Support/APFloat.cpp | 89 ++++++++++++++++--
unittests/ADT/APFloatTest.cpp | 207 +++++++++++++++++++++++++++++++++++-------
2 files changed, 256 insertions(+), 40 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 2b2578c Daily bump.
new 72beb89 PR sanitizer/79168 * merge.sh (change_comment_headers): Don [...]
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:
libsanitizer/ChangeLog | 13 +++++++++++++
libsanitizer/merge.sh | 1 +
libsanitizer/sanitizer_common/sanitizer_linux_mips64.S | 2 ++
libsanitizer/sanitizer_common/sanitizer_linux_x86_64.S | 2 ++
libsanitizer/tsan/tsan_interceptors.h | 2 ++
libsanitizer/tsan/tsan_ppc_regs.h | 2 ++
libsanitizer/tsan/tsan_rtl_aarch64.S | 2 ++
libsanitizer/tsan/tsan_rtl_mips64.S | 2 ++
libsanitizer/tsan/tsan_rtl_ppc64.S | 2 ++
9 files changed, 28 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.