This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 10d5949495f [SchedModel] Simplify InstRegexOp::apply. NFCI.
new 16a143ef903 [MustExecute] Move isGuaranteedToExecute and related rourti [...]
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/llvm/Analysis/MustExecute.h | 57 +++++++++++++
include/llvm/Transforms/Utils/LoopUtils.h | 25 +-----
lib/Analysis/MustExecute.cpp | 135 ++++++++++++++++++++++++++++++
lib/Transforms/Utils/LoopUtils.cpp | 134 +----------------------------
4 files changed, 195 insertions(+), 156 deletions(-)
create mode 100644 include/llvm/Analysis/MustExecute.h
--
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 302bba3fdd Change ImplicitConverionKind comments to refer to C++ stable [...]
new acdaa235c6 [Modules] Honor -fmodule-name when handling private framewor [...]
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/Basic/LangOptions.h | 6 ++++-
lib/Frontend/CompilerInstance.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 3 ++-
lib/Lex/PPDirectives.cpp | 26 +++++++++++++---------
.../Bad.framework/Headers/Bad.h | 1 +
.../Bad.framework/Modules/module.modulemap | 5 +++++
.../Bad.framework/Modules/module.private.modulemap | 5 +++++
.../Bad.framework/PrivateHeaders/BadPrivate.h | 1 +
.../Bad.framework/PrivateHeaders/Shared.h | 3 +++
test/Modules/bad-private-include.m | 6 +++++
10 files changed, 47 insertions(+), 13 deletions(-)
create mode 100644 test/Modules/Inputs/bad-private-include/Bad.framework/Headers/Bad.h
create mode 100644 test/Modules/Inputs/bad-private-include/Bad.framework/Modules/m [...]
create mode 100644 test/Modules/Inputs/bad-private-include/Bad.framework/Modules/m [...]
create mode 100644 test/Modules/Inputs/bad-private-include/Bad.framework/PrivateHe [...]
create mode 100644 test/Modules/Inputs/bad-private-include/Bad.framework/PrivateHe [...]
create mode 100644 test/Modules/bad-private-include.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 libcxx.
from 6ce040b9a Updated C++2a status with changes from Jacksonville WG21 meeting
new 483bc7c64 Implement LWG 3039 and 3041 - 'Treating Unnecessary decay'.
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/future | 8 ++++----
include/thread | 2 +-
2 files changed, 5 insertions(+), 5 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 50cd55c3c0b 2018-03-20 François Dumont <fdumont(a)gcc.gnu.org>
new 972915512c7 PR target/84838 * Minor grammar fixes for x86 options.
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 | 5 +++++
gcc/doc/invoke.texi | 8 ++++----
2 files changed, 9 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 c3f6be53504 [WebAssembly] Strip threadlocal attribute from globals in s [...]
new 10d5949495f [SchedModel] Simplify InstRegexOp::apply. NFCI.
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:
utils/TableGen/CodeGenSchedule.cpp | 51 ++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 24 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 6bfc13d2f5f [X86] Drop unnecessary InstRW overrides for WriteFMA
new c3f6be53504 [WebAssembly] Strip threadlocal attribute from globals in s [...]
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:
.../WebAssembly/WebAssemblyTargetMachine.cpp | 22 ++++++++++++++++++++--
test/CodeGen/WebAssembly/tls.ll | 17 +++++++++++++++++
2 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/tls.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 clang.
from ba586d4340 Add CHECKs for a few declarations. NFC.
new 3d21ab31af Delete BuiltinCC. NFC.
new 302bba3fdd Change ImplicitConverionKind comments to refer to C++ stable [...]
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/Sema/Overload.h | 30 +++++++++++++++---------------
lib/CodeGen/ABIInfo.h | 10 +---------
lib/CodeGen/CGExprComplex.cpp | 2 +-
lib/CodeGen/CodeGenModule.cpp | 3 +--
lib/CodeGen/CodeGenTypeCache.h | 2 --
lib/CodeGen/TargetInfo.cpp | 12 ------------
6 files changed, 18 insertions(+), 41 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 c2eb4fa159 [Driver] Fix some Clang-tidy modernize and Include What You [...]
new 877cce0157 [format] Eliminate global destructors.
new ba586d4340 Add CHECKs for a few declarations. NFC.
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/Format/BreakableToken.cpp | 13 ++++++-------
lib/Format/Format.cpp | 2 +-
test/CodeGen/mingw-long-double.c | 4 ++++
3 files changed, 11 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 binutils-2_29-branch
in repository binutils-gdb.
from 85e95c9817 Another merge
new c0eed033ff New option -z,keep-text-section prefix.
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:
gold/ChangeLog | 24 ++++++
gold/layout.cc | 90 +++++++++++++++++-----
gold/layout.h | 20 +++++
gold/options.h | 5 ++
gold/testsuite/Makefile.am | 12 +++
gold/testsuite/Makefile.in | 14 ++++
.../{ver_test_6.c => keep_text_section_prefix.cc} | 45 +++++++----
...final_layout.sh => keep_text_section_prefix.sh} | 32 ++++++--
8 files changed, 202 insertions(+), 40 deletions(-)
copy gold/testsuite/{ver_test_6.c => keep_text_section_prefix.cc} (56%)
copy gold/testsuite/{final_layout.sh => keep_text_section_prefix.sh} (59%)
--
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 244909bcdcf PR debug/84875 * dce.c (delete_unmarked_insns): Don't rem [...]
new 50cd55c3c0b 2018-03-20 François Dumont <fdumont(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:
libstdc++-v3/ChangeLog | 19 ++++++++++++++++++-
libstdc++-v3/include/bits/stl_bvector.h | 5 ++---
libstdc++-v3/include/bits/stl_map.h | 2 +-
libstdc++-v3/include/bits/stl_multimap.h | 2 +-
libstdc++-v3/include/bits/stl_multiset.h | 2 +-
libstdc++-v3/include/bits/stl_set.h | 2 +-
libstdc++-v3/include/bits/unordered_map.h | 4 ++--
libstdc++-v3/include/bits/unordered_set.h | 4 ++--
libstdc++-v3/include/debug/vector | 4 ++++
libstdc++-v3/include/std/bitset | 8 +++++---
10 files changed, 37 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.