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 d283de49f5c * runtime/config/sparc/os-unix-sysdep.c (__cilkrts_gettick [...]
new 4106d77412a PR c++/79056 - C++17 ICE with invalid template syntax.
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 | 9 +++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/parser.c | 6 ++++--
gcc/cp/pt.c | 8 ++++++++
gcc/testsuite/g++.dg/parse/template28.C | 10 ++++++++++
5 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/template28.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 gcc.
from be581e60c53 Fix missing Aarch64 falkor/qdf24xx options.
new 7377eb47ee6 PR c++/79056 - C++17 ICE with invalid template syntax.
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 | 9 +++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/parser.c | 6 ++++--
gcc/cp/pt.c | 8 ++++++++
gcc/testsuite/g++.dg/parse/template28.C | 10 ++++++++++
5 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/template28.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 554302ac5bc [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
new 72786af0ac8 [ORC] Re-apply r306166 and r306168 with fix for regression test.
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:
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 14 +--
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 20 ++--
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 20 ++--
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 20 ++--
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 20 ++--
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 16 +--
include/llvm-c/OrcBindings.h | 49 +++++++-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 50 +++++----
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 4 +-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 57 +++++-----
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 53 ++++-----
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 125 ++++++++++-----------
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 32 +++++-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 31 +++--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 5 +
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 28 ++++-
tools/lli/OrcLazyJIT.cpp | 11 +-
tools/lli/OrcLazyJIT.h | 93 +++++++--------
.../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 8 +-
.../Orc/ObjectTransformLayerTest.cpp | 2 +-
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 ++-
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 48 ++++----
22 files changed, 388 insertions(+), 331 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 0cc2ff7c7 Fix typo: using && instead of & when evaluating a mask
new 3d9b13a30 Updated the NSArray and NSDictionary formatters to support ne [...]
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:
.../lang/objc/objc-new-syntax/TestObjCNewSyntax.py | 4 -
source/Plugins/Language/ObjC/NSArray.cpp | 280 ++++++++++++++++++++-
source/Plugins/Language/ObjC/NSDictionary.cpp | 230 ++++++++++++++++-
3 files changed, 493 insertions(+), 21 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 856c94c730 Revert "[MS] Don't statically initialize dllimport member fu [...]
new 6090a3754a [ubsan] Disable the object size check at -O0
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/DiagnosticDriverKinds.td | 2 ++
lib/Driver/SanitizerArgs.cpp | 18 +++++++++++++++-
test/Driver/fsanitize-object-size.c | 31 ++++++++++++++++++++++++++++
test/Driver/fsanitize.c | 20 +++++++++---------
4 files changed, 60 insertions(+), 11 deletions(-)
create mode 100644 test/Driver/fsanitize-object-size.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 3d8b65f7124 ARM: move some logic from processFixupValue to applyFixup.
new 374592322d2 Move Value adjustment to applyFixup. NFC.
new 554302ac5bc [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
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:
.../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 19 ++--
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 36 +++++--
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 3 +-
test/DebugInfo/PDB/module-bytes.test | 73 ++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.cpp | 109 +++++++++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.h | 4 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 14 +++
tools/llvm-pdbutil/llvm-pdbutil.h | 5 +
8 files changed, 246 insertions(+), 17 deletions(-)
create mode 100644 test/DebugInfo/PDB/module-bytes.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 llvm.
from d24edfe46ae [llvm-readobj] Fix COFF RVA table dumping bug
new b1a9f25ebf0 Reland r306095: [mips] Fix reg positions in the aui/daui in [...]
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/Target/Mips/Mips32r6InstrInfo.td | 6 +++---
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt | 2 +-
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +-
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt | 4 ++--
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt | 4 ++--
test/MC/Mips/mips32r6/valid.s | 2 +-
test/MC/Mips/mips64r6/valid.s | 4 ++--
7 files changed, 12 insertions(+), 12 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 9766b30760 [ubsan] Improve diagnostics for return value checks (clang)
new 856c94c730 Revert "[MS] Don't statically initialize dllimport member fu [...]
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/AST/ExprConstant.cpp | 16 --------
test/CodeGenCXX/dllimport-memptr-global.cpp | 58 -----------------------------
2 files changed, 74 deletions(-)
delete mode 100644 test/CodeGenCXX/dllimport-memptr-global.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 lld.
from bd26b5a3f Silence -Wunused-variable warning
new 47aadffa4 [mips] update expected output in test/ELF/mips-plt-r6.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:
test/ELF/mips-plt-r6.s | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.