This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9232972575c [MC] Always emit relocations for same-section function references
new b18de8bdc3c [UpdateTestChecks] Handle IR variables with a '-' in the name
new 96ae7f89109 [ORC] Switch from shared_ptr to unique_ptr for addModule methods.
new d31cc5d410e [AArch64] Emit CSR loads in the same order as stores
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:
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 6 +-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 6 +-
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 6 +-
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 6 +-
include/llvm-c/OrcBindings.h | 32 +--------
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 10 +--
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 24 +++++--
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 2 +-
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 7 +-
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 22 +++---
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 8 +--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 2 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 34 ++++-----
lib/Target/AArch64/AArch64FrameLowering.cpp | 84 ++++++++++++++++++----
test/CodeGen/AArch64/reverse-csr-restore-seq.mir | 72 +++++++++++++++++++
tools/lli/OrcLazyJIT.cpp | 10 +--
tools/lli/OrcLazyJIT.h | 4 +-
.../Orc/ObjectTransformLayerTest.cpp | 3 +-
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 ++--
utils/UpdateTestChecks/common.py | 3 +-
20 files changed, 227 insertions(+), 127 deletions(-)
create mode 100644 test/CodeGen/AArch64/reverse-csr-restore-seq.mir
--
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 d521df68a [test] Delete some xfailed lldb-mi tests
new 2a32d3174 [test] Skip some lldb-mi tests which time out on Darwin
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:
.../Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py | 1 +
.../test/tools/lldb-mi/startup_options/TestMiStartupOptions.py | 10 ++++++++++
2 files changed, 11 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 lld.
from 80234482d [COFF] Enable per-function and data sections in LTO
new b07be8414 Implement --cref.
new f16ecd795 [test] Fix a temp filename in a test from SVN r327561. 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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/MapFile.cpp | 49 ++++++++++++++++++++++++++++++++++++++++++
ELF/MapFile.h | 1 +
ELF/Options.td | 5 ++++-
ELF/Writer.cpp | 3 ++-
test/COFF/def-export-stdcall.s | 2 +-
test/ELF/cref.s | 26 ++++++++++++++++++++++
test/ELF/silent-ignore.test | 1 -
9 files changed, 85 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/cref.s
--
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 bc74e8c15 [MinGW] Add support for the GNU ld flag --kill-at
new 80234482d [COFF] Enable per-function and data sections in LTO
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/LTO.cpp | 6 ++++++
test/COFF/lto-icf.ll | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 test/COFF/lto-icf.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 lld.
from 2af414cca [wasm] Fix wasm lld test on Windows, where the executable nam [...]
new ba4d4e60c [COFF] Add support for the GNU ld flag --kill-at
new bc74e8c15 [MinGW] Add support for the GNU ld flag --kill-at
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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 4 ++++
COFF/DriverUtils.cpp | 29 +++++++++++++++++++++++++++++
COFF/Options.td | 1 +
MinGW/Driver.cpp | 2 ++
MinGW/Options.td | 1 +
test/COFF/def-export-stdcall.s | 33 ++++++++++++++++++++++++++++++++-
test/MinGW/driver.test | 4 ++++
8 files changed, 74 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 lld.
from 5c0b28926 Separate sentences to clarify a comment.
new a9704aff7 [COFF] Add integration test for LTO + /guard:cf
new 2af414cca [wasm] Fix wasm lld test on Windows, where the executable nam [...]
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:
test/COFF/Inputs/loadconfig-cfg-x64.s | 11 ++++++++++
test/COFF/guardcf-lto.ll | 39 +++++++++++++++++++++++++++++++++++
test/wasm/gc-sections.ll | 2 +-
3 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 test/COFF/Inputs/loadconfig-cfg-x64.s
create mode 100644 test/COFF/guardcf-lto.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 0d0c5e8560 Attempt to fix failure of deep-ast-tree.cpp on atom and s390
new e32a9d69af [Parser] (C++) Make -Wextra-semi slightly more useful
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/DiagnosticGroups.td | 5 ++++-
include/clang/Basic/DiagnosticParseKinds.td | 2 +-
test/Parser/cxx-extra-semi.cpp | 3 +++
test/SemaCXX/extra-semi.cpp | 29 +++++++++++++++++++++++++++++
4 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/extra-semi.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 llvm.
from 0f6b1bf2e5e [InstSimplify] add tests to show missing/broken fadd folds [...]
new 9232972575c [MC] Always emit relocations for same-section function references
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/MC/WinCOFFObjectWriter.cpp | 12 +++++++-----
test/MC/COFF/diff.s | 25 +++++++++++++++++--------
2 files changed, 24 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 openmp.
from 6e18e6b [OpenMP][libomptarget] Add global memory data sharing support [...]
new 78e208a [libomptarget][nvptx] Bug fix: Correctly identify the warp ma [...]
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:
libomptarget/deviceRTLs/nvptx/src/data_sharing.cu | 3 ++-
1 file changed, 2 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 6d164b204ba gcc/ChangeLog:
new 1227307bfd7 PR c++/83916 - ICE with template template parameters.
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 | 7 +++++++
gcc/cp/pt.c | 28 ++++++++++++++++++++--------
gcc/testsuite/g++.dg/template/ttp31.C | 10 ++++++++++
gcc/testsuite/g++.dg/template/ttp32.C | 10 ++++++++++
4 files changed, 47 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/ttp31.C
create mode 100644 gcc/testsuite/g++.dg/template/ttp32.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.