This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d257dc6f0 [ELF] - Modify testcase because of llvm-dwarfdump dump format [...]
new 76df97cce COFF ICF: Merge only functions. Do not merge read-only data.
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:
COFF/ICF.cpp | 10 +++++++++-
test/COFF/{icf-different-align.test => icf-data.test} | 10 +++++-----
2 files changed, 14 insertions(+), 6 deletions(-)
copy test/COFF/{icf-different-align.test => icf-data.test} (91%)
--
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 7af3afd004 Headers: Make the type of SIZE_MAX the same as size_t
new c5a1b98af4 [Modules] Refactor logic for incomplete umbrella warnings. NFC
new 4ef94de349 [Modules] Improve diagnostics for incomplete umbrella
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/clang/Lex/Preprocessor.h | 1 +
lib/Lex/PPLexerChange.cpp | 86 ++++++++++++----------
.../Foo.framework/Headers/Bar.h | 1 +
.../Foo.framework/Headers/FooPublic.h | 1 +
.../Foo.framework/Modules/module.modulemap | 5 ++
.../Foo.framework/Modules/module.private.modulemap | 5 ++
.../Foo.framework/PrivateHeaders/Baz.h | 1 +
.../Foo.framework/PrivateHeaders/Foo.h | 1 +
test/Modules/incomplete-umbrella.m | 15 ++++
9 files changed, 79 insertions(+), 37 deletions(-)
create mode 100644 test/Modules/Inputs/incomplete-umbrella/Foo.framework/Headers/Bar.h
create mode 100644 test/Modules/Inputs/incomplete-umbrella/Foo.framework/Headers/F [...]
create mode 100644 test/Modules/Inputs/incomplete-umbrella/Foo.framework/Modules/m [...]
create mode 100644 test/Modules/Inputs/incomplete-umbrella/Foo.framework/Modules/m [...]
create mode 100644 test/Modules/Inputs/incomplete-umbrella/Foo.framework/PrivateHe [...]
create mode 100644 test/Modules/Inputs/incomplete-umbrella/Foo.framework/PrivateHe [...]
create mode 100644 test/Modules/incomplete-umbrella.m
--
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 402d01739e4 [InstCombine] fix matcher to bind to specific operand (PR32830)
new b6e6c85f4f6 Fix a few pedantic warnings.
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-pdbdump/PdbYaml.cpp | 10 +++++-----
unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp | 4 ++--
2 files changed, 7 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 binutils-gdb.
from 72bc1d2466 Add missing incref when creating Inferior Python object
new 5b66fac4ba x86-64: Use "=" instead of "+=" to update 0
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/ChangeLog | 5 +++++
bfd/elf64-x86-64.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 llvm.
from af3c2de37e4 Specify something that's true in practice
new 402d01739e4 [InstCombine] fix matcher to bind to specific operand (PR32830)
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/InstCombine/InstCombineAndOrXor.cpp | 2 +-
test/Transforms/InstCombine/and-or-not.ll | 20 ++++++++++++++++++++
2 files changed, 21 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 clang.
from fc4c78381a Preprocessor: Suppress -Wnonportable-include-path for header maps
new 7af3afd004 Headers: Make the type of SIZE_MAX the same as size_t
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/Headers/stdint.h | 29 +++++-----
test/Headers/stdint-typeof-MINMAX.cpp | 32 +++++++++++
test/Preprocessor/stdint.c | 105 ++++++++++++++++++----------------
3 files changed, 100 insertions(+), 66 deletions(-)
create mode 100644 test/Headers/stdint-typeof-MINMAX.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 dff815aaab libclang: remove unused variable.
new fc4c78381a Preprocessor: Suppress -Wnonportable-include-path for header maps
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/Lex/HeaderSearch.h | 5 +++-
include/clang/Lex/Preprocessor.h | 2 +-
lib/Frontend/CompilerInstance.cpp | 3 ++-
lib/Frontend/Rewrite/InclusionRewriter.cpp | 2 +-
lib/Frontend/VerifyDiagnosticConsumer.cpp | 2 +-
lib/Lex/HeaderSearch.cpp | 14 ++++++++---
lib/Lex/PPDirectives.cpp | 27 +++++++++------------
lib/Lex/PPMacroExpansion.cpp | 2 +-
lib/Lex/Pragma.cpp | 2 +-
.../Preprocessor/Inputs/nonportable-hmaps/foo.hmap | Bin 0 -> 102 bytes
.../Inputs/nonportable-hmaps/headers/foo/Foo.h | 0
test/Preprocessor/nonportable-include-with-hmap.c | 16 ++++++++++++
12 files changed, 49 insertions(+), 26 deletions(-)
create mode 100644 test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap
copy bindings/python/tests/__init__.py => test/Preprocessor/Inputs/nonportable-hma [...]
create mode 100644 test/Preprocessor/nonportable-include-with-hmap.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 f99ef213bc Automatic date update in version.in
new 9b81aa9a8b Add missing incref when creating Inferior Python object
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 | 5 +++++
gdb/python/py-inferior.c | 7 +++++--
2 files changed, 10 insertions(+), 2 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 d4e8fb3a8af PR bootstrap/80531 * configure.tgt (*-*-aix*): Add -frand [...]
new b0d3d72faed PR sanitizer/80349 * fold-const.c (fold_binary_loc) <case [...]
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 | 6 +++
gcc/fold-const.c | 59 ++++++++++++++----------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/c-c++-common/ubsan/pr80349.c | 30 +++++++++++++++
4 files changed, 69 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr80349.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 master
in repository llvm.
from 226bbc39376 [asan] Fix dead stripping of globals on Linux.
new af3c2de37e4 Specify something that's true in practice
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/StackMaps.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.