This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b69ec1cd78 2018-01-19 Andreas Krebbel <krebbel(a)linux.vnet.ibm.com>
new 85fd11742c8 PR c++/83919 * typeck.c (convert_for_assignment): Suppres [...]
new a03863ae9a3 PR debug/81570 PR debug/83728 * dwarf2cfi.c (DEFAULT_INC [...]
new 61a262f9640 PR c++/81167 * call.c (joust): Use TREE_TYPE (source) if [...]
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 | 18 ++++++++++++++++++
gcc/config/i386/i386.h | 4 ++++
gcc/config/stormy16/stormy16.h | 1 +
gcc/cp/ChangeLog | 11 +++++++++++
gcc/cp/call.c | 2 +-
gcc/cp/decl.c | 1 +
gcc/cp/typeck.c | 1 +
gcc/doc/tm.texi | 9 +++++++++
gcc/doc/tm.texi.in | 9 +++++++++
gcc/dwarf2cfi.c | 28 ++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr81167.C | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr83919.C | 10 ++++++++++
13 files changed, 121 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr81167.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83919.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 compiler-rt.
from f531b819a [scudo] Pass SANITIZER_COMMON_LINK_FLAGS to the shared librar [...]
new 0d316e13a [sanitizer] Allow Fuchsia to use getauxval
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/sanitizer_common/sanitizer_getauxval.h | 7 ++++---
1 file changed, 4 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 binutils-gdb.
from 634c1c3109 S390: Fix infcalls in s390-vregs test case
new fcfcc37696 Fix qualified name lookup for Rust
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/rust-lang.c | 18 ++++++++++++------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.rust/modules.exp | 2 ++
gdb/testsuite/gdb.rust/modules.rs | 6 ++++++
5 files changed, 30 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 llvm.
from 6c4e0e3baf3 [X86] Autogenerate complete checks on a couple tests. NFC
new 156b994bcec [ORC] Re-apply r322913 with a fix for a read-after-free error.
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/ExecutionEngine/ExecutionEngine.h | 21 +-
include/llvm/ExecutionEngine/JITSymbol.h | 44 ++-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 4 +-
include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 2 +-
include/llvm/ExecutionEngine/Orc/NullResolver.h | 2 +-
.../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 6 +-
include/llvm/ExecutionEngine/RTDyldMemoryManager.h | 2 +-
lib/ExecutionEngine/ExecutionEngine.cpp | 15 +-
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 9 +-
lib/ExecutionEngine/MCJIT/MCJIT.h | 17 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 2 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 17 +-
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 50 ++++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 304 +++++++++++----------
.../RuntimeDyld/RuntimeDyldChecker.cpp | 20 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 3 +-
tools/lli/RemoteJITUtils.h | 4 +-
17 files changed, 320 insertions(+), 202 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 compiler-rt.
from e5ef80b1e Reland "Make TracePcGuardController linker-initialized"
new f531b819a [scudo] Pass SANITIZER_COMMON_LINK_FLAGS to the shared librar [...]
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/scudo/CMakeLists.txt | 3 +++
1 file changed, 3 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 clang-tools-extra.
from bbb9a63c [clangd] Change index scope convention from "outer::inner" to [...]
new 31b40b3a Revert "[clangd] Change index scope convention from "outer::i [...]
new 5f221d46 [clangd] Change index scope convention from "outer::inner" to [...]
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:
clangd/CodeComplete.cpp | 5 +++--
1 file changed, 3 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 6fe5fea96c5 * constexpr.c (fold_simple): Simplify.
new 2b69ec1cd78 2018-01-19 Andreas Krebbel <krebbel(a)linux.vnet.ibm.com>
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/lra-constraints.c | 10 ++++++----
2 files changed, 12 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 b552ffa8123 [Dominators] Visit affected node candidates found at differ [...]
new 6c4e0e3baf3 [X86] Autogenerate complete checks on a couple tests. 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:
test/CodeGen/X86/bswap.ll | 135 ++++++++++++++++++++++++++++++--------------
test/CodeGen/X86/pr12360.ll | 21 +++++--
2 files changed, 110 insertions(+), 46 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 e4a9fae7e Remove Platform references from the Host module
new 6b4b94a97 [SymbolFilePDB] Fix null array access when parsing the type 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:
lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp | 40 ++++
lit/SymbolFile/PDB/enums-layout.test | 45 +++++
lit/SymbolFile/PDB/typedefs.test | 55 ++++++
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 209 +++++++++++++++++++--
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 39 +++-
unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp | 6 +
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 5 +-
7 files changed, 379 insertions(+), 20 deletions(-)
create mode 100644 lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp
create mode 100644 lit/SymbolFile/PDB/enums-layout.test
create mode 100644 lit/SymbolFile/PDB/typedefs.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 clang-tools-extra.
from fb61b3bf [clangd] Fix memcpy(?, null, 0) UB by switching to std::copy
new bbb9a63c [clangd] Change index scope convention from "outer::inner" to [...]
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:
clangd/CodeComplete.cpp | 14 ++++++--------
clangd/index/Index.h | 14 ++++++--------
clangd/index/SymbolCollector.cpp | 8 +++-----
unittests/clangd/CodeCompleteTests.cpp | 4 ++--
unittests/clangd/FileIndexTests.cpp | 9 ++++-----
unittests/clangd/SymbolCollectorTests.cpp | 8 +++-----
6 files changed, 24 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.