This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e593e0f467 [CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
new b7f27dbfdd [index] Avoid one more crash caused by infinite recursion th [...]
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/AST/CXXInheritance.h | 6 +++++-
lib/AST/CXXInheritance.cpp | 12 ++++++++++--
test/Index/Core/index-dependent-source.cpp | 17 +++++++++++++++++
3 files changed, 32 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 7d2124f7e0a PR libstdc++/80478 make std::mem_fn work with noexcept functions
new 04ba4f82fbc PR target/80799 * config/i386/mmx.md (*mov<mode>_internal [...]
new f7545bf0b82 compiler: ignore struct field tags for type conversion
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:
gcc/ChangeLog | 11 +++-
gcc/config/i386/mmx.md | 16 ++---
gcc/config/i386/sse.md | 4 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 123 +++++++++++++++++++++--------------
gcc/go/gofrontend/types.h | 33 ++++++++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/other/i386-11.C | 57 ++++++++++++++++
8 files changed, 183 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/i386-11.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 gcc-7-branch
in repository gcc.
from 8bd3e8ae379 Fix typos in libstdc++ manual
new 4af93305df7 PR libstdc++/80478 make std::mem_fn work with noexcept functions
new 0d900042de7 compiler: ignore struct field tags for type conversion
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:
gcc/go/gofrontend/types.cc | 123 ++++++++++++---------
gcc/go/gofrontend/types.h | 33 +++++-
libstdc++-v3/ChangeLog | 7 ++
libstdc++-v3/include/std/functional | 6 +
.../function_objects/mem_fn/80478.cc} | 13 +--
5 files changed, 119 insertions(+), 63 deletions(-)
copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/char/79162.cc => 20_util [...]
--
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 816047d44c6 [IR] De-virtualize ~Value to save a vptr
new dcc06304afc [InstCombine] move test and use better checks; NFC
new 8762436dd01 Reduce gcc-7 warnings by fall-through comments.
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/Demangle/ItaniumDemangle.cpp | 2 +-
test/Transforms/InstCombine/2008-09-29-FoldingOr.ll | 10 ----------
test/Transforms/InstCombine/set.ll | 17 +++++++++++++++++
3 files changed, 18 insertions(+), 11 deletions(-)
delete mode 100644 test/Transforms/InstCombine/2008-09-29-FoldingOr.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from f00b68c run.sh: Add more parameters.
new bea54a3 run.sh: Fix handling of --bench all
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:
run.sh | 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 lld.
from 5338845c5 Use make<> everywhere in COFF to make it consistent with ELF.
new c3dc02c46 Use a forward declaration. NFC.
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:
ELF/MapFile.cpp | 1 +
ELF/MapFile.h | 3 ++-
2 files changed, 3 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 gcc.
from 373a90eb95c * Makefile.in: Add ipa-predicate.o and ipa-predicate.h * [...]
new 6efd6a109b0 2017-05-18 Paolo Carlini <paolo.carlini(a)oracle.com>
new 7d2124f7e0a PR libstdc++/80478 make std::mem_fn work with noexcept functions
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:
gcc/ChangeLog | 4 ++++
gcc/dumpfile.h | 2 +-
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/std/functional | 6 ++++++
.../79162.cc => 20_util/function_objects/mem_fn/80478.cc} | 13 ++++++-------
5 files changed, 24 insertions(+), 8 deletions(-)
copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/char/79162.cc => 20_util [...]
--
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 88423634c5 [clang-format] Fix MatchingOpeningBlockLineIndex computation
new e593e0f467 [CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
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/CodeGen/CGAtomic.cpp | 28 ++---
lib/CodeGen/CGBlocks.cpp | 3 +-
lib/CodeGen/CGBuiltin.cpp | 3 +-
lib/CodeGen/CGClass.cpp | 4 +-
lib/CodeGen/CGExpr.cpp | 248 ++++++++++++++++++++++------------------
lib/CodeGen/CGExprCXX.cpp | 6 +-
lib/CodeGen/CGObjC.cpp | 6 +-
lib/CodeGen/CGObjCRuntime.cpp | 3 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 6 +-
lib/CodeGen/CGStmtOpenMP.cpp | 7 +-
lib/CodeGen/CGValue.h | 51 ++++++---
lib/CodeGen/CodeGenFunction.cpp | 24 ++--
lib/CodeGen/CodeGenFunction.h | 31 ++---
13 files changed, 237 insertions(+), 183 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 lld.
from cb16a24a7 Alternative way to detemplate GotSection.
new 5338845c5 Use make<> everywhere in COFF to make it consistent with ELF.
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/DLL.cpp | 151 +++++++++++++++++++++++----------------------------
COFF/DLL.h | 28 +++++-----
COFF/Driver.cpp | 3 +-
COFF/Driver.h | 4 --
COFF/DriverUtils.cpp | 4 +-
COFF/InputFiles.cpp | 16 +++---
COFF/InputFiles.h | 7 +--
COFF/SymbolTable.h | 1 -
COFF/Writer.cpp | 41 +++++++-------
9 files changed, 112 insertions(+), 143 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.