This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f8c470e target-data test update for TCE and TCELE
new 75468b1 [Frontend] Allow attaching an external sema source to compile [...]
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/Frontend/CompilerInstance.h | 5 +++
include/clang/Sema/TypoCorrection.h | 11 ++++++
lib/Frontend/CompilerInstance.cpp | 10 +++++
lib/Sema/SemaLookup.cpp | 4 ++
unittests/Frontend/FrontendActionTest.cpp | 63 +++++++++++++++++++++++++++++++
5 files changed, 93 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 llvm.
from 2c72e2a [x86] add fake scalar FP logic instructions to ReplaceableIns [...]
new 337558b [ExecutionEngine] Fix some Clang-tidy modernize-use-default, [...]
new b152eae fix comment formatting; 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:
include/llvm/ExecutionEngine/JITEventListener.h | 18 ++++-----
include/llvm/ExecutionEngine/JITSymbol.h | 15 ++++----
include/llvm/ExecutionEngine/ObjectCache.h | 12 +++---
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 44 ++++++++++++++++------
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 24 +++++++++---
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 22 ++++++-----
.../llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h | 29 ++++++++------
include/llvm/ExecutionEngine/RTDyldMemoryManager.h | 25 ++++++------
include/llvm/ExecutionEngine/RuntimeDyld.h | 37 +++++++++++-------
.../llvm/ExecutionEngine/SectionMemoryManager.h | 13 ++++---
include/llvm/IR/Operator.h | 6 +--
lib/IR/Instructions.cpp | 12 ++----
12 files changed, 154 insertions(+), 103 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 49c9ed6 [ELF] - Added support for extern "c++" local symbols in versi [...]
new 21493d9 Don't error if __tls_get_addr is defined.
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/SymbolTable.cpp | 3 ++-
test/ELF/defined-tls_get_addr.s | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/defined-tls_get_addr.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 gcc.
from 05edb14 [PR libgfortran/78314] Fix ieee_support_halting
new 9e57a9a Looking at PR77308, one of the issues is that the bswap optim [...]
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 | 5 +++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/optimize-bswapdi-3.c | 2 +-
gcc/testsuite/gcc.dg/optimize-bswaphi-1.c | 3 +--
gcc/testsuite/gcc.dg/optimize-bswapsi-2.c | 2 +-
gcc/tree-ssa-math-opts.c | 5 -----
6 files changed, 14 insertions(+), 9 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 6b41a24 [ELF] - Change error message according to review comment. NFC.
new 49c9ed6 [ELF] - Added support for extern "c++" local symbols in versi [...]
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/LinkerScript.cpp | 43 +++++++++++++++----------------
ELF/SymbolTable.cpp | 36 +++++++++++++-------------
test/ELF/version-script-locals-extern.s | 45 +++++++++++++++++++++++++++++++++
test/ELF/version-script-locals.s | 5 ----
test/ELF/version-script-noundef.s | 9 +++++--
5 files changed, 90 insertions(+), 48 deletions(-)
create mode 100644 test/ELF/version-script-locals-extern.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 glibc.
from 530862a Fix SH4 register-dump.h for soft-float.
new afcf3cd New internal function __access_noerrno
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:
ChangeLog | 15 +++++++++++++++
hurd/hurd.h | 29 +++++++++++++++++++++++++++++
include/unistd.h | 6 ++++++
io/access.c | 7 +++++++
sysdeps/mach/hurd/access.c | 37 +++++++++++++++++++++++++++++++------
sysdeps/nacl/access.c | 7 +++++++
sysdeps/nacl/nacl-interfaces.h | 4 ++++
sysdeps/unix/sysv/linux/access.c | 15 +++++++++++++++
8 files changed, 114 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 2ca233e [Orc] Re-enable the RPC unit test disabled in r286917.
new 2c72e2a [x86] add fake scalar FP logic instructions to ReplaceableIns [...]
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/X86/X86InstrInfo.cpp | 8 +++
test/CodeGen/X86/fast-isel-select-sse.ll | 80 +++++++++++-----------
test/CodeGen/X86/fp-logic-replace.ll | 18 ++---
test/CodeGen/X86/fp-logic.ll | 2 +-
test/CodeGen/X86/fp-select-cmp-and.ll | 32 ++++-----
test/CodeGen/X86/sse-minmax.ll | 112 +++++++++++++++----------------
6 files changed, 130 insertions(+), 122 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 e0b8023 [ELF] - Improve diagnostic messages.
new 6b41a24 [ELF] - Change error message according to review comment. 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/Relocations.cpp | 2 +-
test/ELF/copy-errors.s | 2 +-
2 files changed, 2 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 195a4bc [sancov] Name the global containing the main source file name
new 2ca233e [Orc] Re-enable the RPC unit test disabled in r286917.
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:
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 331 ++++++++++++-------------
1 file changed, 163 insertions(+), 168 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 b959386 Define -build-id=tree as a synonym for -build-id=sha1.
new e0b8023 [ELF] - Improve diagnostic messages.
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/Relocations.cpp | 6 ++++--
test/ELF/copy-errors.s | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.