This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b60b596ee9 leverage linker relaxation on ppc vxworks RTPs
new fe9d6ae93ee [C++ PATCH] parser simplification
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/cp/ChangeLog | 6 ++
gcc/cp/parser.c | 85 +++++++++++---------------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/g++.dg/cpp0x/noexcept16.C | 2 +-
gcc/testsuite/g++.dg/parse/close-brace.C | 5 ++
gcc/testsuite/g++.old-deja/g++.other/crash32.C | 6 +-
6 files changed, 58 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/close-brace.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 2f2ce25a6b4 [PassManager/Sanitizer] Port of AddresSanitizer pass from l [...]
new 4db84ee724a Revert r344197 "[MC][ELF] compute entity size for explicit [...]
new 75105c59a05 Revert SymbolFileNativePDB plugin.
new 07125b4a5bd [WebAssembly] Revert rL344180, which was breaking expensive checks
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:
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 5 +--
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 50 +++++++++++-----------
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 16 +++++++
lib/Target/WebAssembly/WebAssemblyInstrCall.td | 4 ++
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 8 ++++
lib/Target/WebAssembly/WebAssemblyInstrConv.td | 12 ++++++
.../WebAssembly/WebAssemblyInstrExceptRef.td | 4 ++
lib/Target/WebAssembly/WebAssemblyInstrFloat.td | 12 ++++++
lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 1 -
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 7 ++-
lib/Target/WebAssembly/WebAssemblyInstrInteger.td | 9 ++++
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 22 ++++++++++
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 2 +
test/CodeGen/Generic/section_mergeable_size.ll | 3 --
14 files changed, 120 insertions(+), 35 deletions(-)
delete mode 100644 test/CodeGen/Generic/section_mergeable_size.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 lldb.
from b309663d2 Don't mark an LC_BUILD_VERSION as giving us a correct version [...]
new 35cb2802c Fix this comment so it is consistent with all the others.
new 8646df425 Revert SymbolFileNativePDB plugin.
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/lldb/Utility/LLDBAssert.h | 3 +-
.../NativePDB/Inputs/breakpoints.lldbinit | 6 -
.../NativePDB/Inputs/disassembly.lldbinit | 2 -
.../NativePDB/Inputs/source-list.lldbinit | 3 -
lit/SymbolFile/NativePDB/disassembly.cpp | 38 --
lit/SymbolFile/NativePDB/lit.local.cfg | 1 -
lit/SymbolFile/NativePDB/simple-breakpoints.cpp | 63 ---
lit/SymbolFile/NativePDB/source-list.cpp | 42 --
lit/lit.cfg | 5 +-
.../Platform/MacOSX/PlatformRemoteAppleBridge.cpp | 2 +-
source/Plugins/SymbolFile/CMakeLists.txt | 1 -
source/Plugins/SymbolFile/NativePDB/CMakeLists.txt | 16 -
.../SymbolFile/NativePDB/CompileUnitIndex.cpp | 227 --------
.../SymbolFile/NativePDB/CompileUnitIndex.h | 99 ----
source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp | 203 -------
source/Plugins/SymbolFile/NativePDB/PdbIndex.h | 161 ------
source/Plugins/SymbolFile/NativePDB/PdbSymUid.h | 202 -------
source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 258 ---------
source/Plugins/SymbolFile/NativePDB/PdbUtil.h | 58 --
.../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 620 ---------------------
.../SymbolFile/NativePDB/SymbolFileNativePDB.h | 181 ------
source/Plugins/SymbolFile/PDB/CMakeLists.txt | 1 -
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 26 +-
23 files changed, 7 insertions(+), 2211 deletions(-)
delete mode 100644 lit/SymbolFile/NativePDB/Inputs/breakpoints.lldbinit
delete mode 100644 lit/SymbolFile/NativePDB/Inputs/disassembly.lldbinit
delete mode 100644 lit/SymbolFile/NativePDB/Inputs/source-list.lldbinit
delete mode 100644 lit/SymbolFile/NativePDB/disassembly.cpp
delete mode 100644 lit/SymbolFile/NativePDB/lit.local.cfg
delete mode 100644 lit/SymbolFile/NativePDB/simple-breakpoints.cpp
delete mode 100644 lit/SymbolFile/NativePDB/source-list.cpp
delete mode 100644 source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
delete mode 100644 source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
delete mode 100644 source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
delete mode 100644 source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
delete mode 100644 source/Plugins/SymbolFile/NativePDB/PdbIndex.h
delete mode 100644 source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
delete mode 100644 source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
delete mode 100644 source/Plugins/SymbolFile/NativePDB/PdbUtil.h
delete mode 100644 source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
delete mode 100644 source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.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 c0a2732d30 [OPENMP][NVPTX]Reduce memory use for globalized vars in targ [...]
new 0120b056bc Revert "clang-cl: Add /showFilenames option (PR31957)"
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/Driver/CLCompatOptions.td | 4 ----
include/clang/Driver/Job.h | 6 ------
lib/Driver/Job.cpp | 6 ------
lib/Driver/ToolChains/Clang.cpp | 7 -------
test/Driver/cl-showfilenames.c | 19 -------------------
5 files changed, 42 deletions(-)
delete mode 100644 test/Driver/cl-showfilenames.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 lld.
from 6b90f5ef6 Better support for POSIX paths in PDBs.
new 3597c77e2 Revert SymbolFileNativePDB plugin.
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/PDB.cpp | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 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 e8872641187 multiline.exp: complain about mismatched dg-{begin|end}-mul [...]
new bc9287f27c7 PR c++/85070 * g++.dg/cpp0x/pr85070.C: Change effective t [...]
new 2b60b596ee9 leverage linker relaxation on ppc vxworks RTPs
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 | 7 +++++++
gcc/config/rs6000/vxworks.h | 9 ++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/pr85070.C | 4 ++--
4 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 gcc-8-branch
in repository gcc.
from 67f4d33259b PR c++/87582 * typeck.c (maybe_warn_about_returning_addre [...]
new eee6c30fd1a PR c++/85070 * g++.dg/cpp0x/pr85070.C: Change effective 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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp0x/pr85070.C | 4 ++--
2 files changed, 6 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 llvm.
from 29b3e08ecf4 [Hexagon] Eliminate potential sources of non-determinism in HCE
new f5647cf249a [DAG] Fix Big Endian in Load-Store forwarding
new 2f2ce25a6b4 [PassManager/Sanitizer] Port of AddresSanitizer pass from l [...]
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/llvm/InitializePasses.h | 4 +-
.../Instrumentation/AddressSanitizerPass.h | 41 +++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +
lib/Passes/PassBuilder.cpp | 3 +-
lib/Passes/PassRegistry.def | 2 +
.../Instrumentation/AddressSanitizer.cpp | 178 +++++++++++++--------
lib/Transforms/Instrumentation/Instrumentation.cpp | 4 +-
test/CodeGen/Mips/cconv/vector.ll | 70 +++++---
test/CodeGen/PowerPC/big-endian-store-forward.ll | 16 ++
test/Instrumentation/AddressSanitizer/basic.ll | 2 +
10 files changed, 234 insertions(+), 91 deletions(-)
create mode 100644 include/llvm/Transforms/Instrumentation/AddressSanitizerPass.h
create mode 100644 test/CodeGen/PowerPC/big-endian-store-forward.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 lldb.
from a6951aff1 Better support for POSIX paths in PDBs.
new b309663d2 Don't mark an LC_BUILD_VERSION as giving us a correct version [...]
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:
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 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 clang.
from fbda75de85 Revert "[Lex] TokenConcatenation now takes const Preprocessor"
new c0a2732d30 [OPENMP][NVPTX]Reduce memory use for globalized vars in targ [...]
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/CGOpenMPRuntimeNVPTX.cpp | 22 +++++++++++++++-------
...tx_distribute_parallel_generic_mode_codegen.cpp | 7 ++-----
2 files changed, 17 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.