This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 126961227 lld-link: Write an empty "repro" debug directory entry if /Br [...]
new 422cc6aac [COFF] don't mark lazy symbols as used in regular objects
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/SymbolTable.cpp | 13 +++++++++----
COFF/SymbolTable.h | 3 +++
test/COFF/thinlto-archives.ll | 12 ++++++++++--
3 files changed, 22 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 clang-tools-extra.
from 1d52c034 [clangd] Add "Deprecated" field to Symbol and CodeCompletion.
new fd2d6d99 Fix reported range of partial token replacement
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:
clang-tidy/ClangTidy.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 eef61336fc6 [ARC] Prevent InstPrinter from crashing on unknown conditio [...]
new 06ee15c9a59 Add missing #include for Testing/Support/SupportHelpers.h
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/Testing/Support/SupportHelpers.h | 1 +
1 file changed, 1 insertion(+)
--
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 4d5299cbaeb [ORC] Make RuntimeDyldObjectLinkingLayer2 take memory manag [...]
new f22832842f7 Quick fix for -DBUILD_SHARED_LIBS=on build after rL341502
new eef61336fc6 [ARC] Prevent InstPrinter from crashing on unknown conditio [...]
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/Testing/Support/SupportHelpers.h | 2 +-
lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp | 11 ++++++++---
lib/Testing/Support/SupportHelpers.cpp | 6 ++----
test/MC/Disassembler/ARC/br.txt | 2 ++
unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp | 8 +++++---
5 files changed, 18 insertions(+), 11 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 28fce59a175 [ORC] Remove the mapSectionAddress method from RuntimeDyldO [...]
new 4d5299cbaeb [ORC] Make RuntimeDyldObjectLinkingLayer2 take memory manag [...]
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/Orc/LLJIT.h | 2 +-
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 2 +-
lib/ExecutionEngine/Orc/LLJIT.cpp | 2 +-
.../Orc/RTDyldObjectLinkingLayer2Test.cpp | 190 +--------------------
4 files changed, 8 insertions(+), 188 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 6a6c6843407 * config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1): Rem [...]
new e5e29686920 [gcc]
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/config/rs6000/rs6000.c | 48 +++++++++++++----
gcc/testsuite/ChangeLog | 10 ++++
.../gcc.target/powerpc/pr86731-fwrapv-longlong.c | 34 ++++++++++++
gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv.c | 63 ++++++++++++++++++++++
.../gcc.target/powerpc/pr86731-longlong.c | 29 ++++++++++
.../powerpc/pr86731-nogimplefold-longlong.c | 32 +++++++++++
.../gcc.target/powerpc/pr86731-nogimplefold.c | 63 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr86731.c | 61 +++++++++++++++++++++
9 files changed, 336 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-nogimplefold-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-nogimplefold.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.