This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 572fe631b38 * xcoff.c (struct xcoff_line, struct xcoff_line_vector): R [...]
new a2e93b74a8f PR tree-optimization/86650 - -Warray-bounds missing inlinin [...]
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 | 28 +++++++++++++++++++++++++
gcc/c-family/ChangeLog | 11 ++++++++++
gcc/c-family/c-format.c | 32 ++++++++++++++--------------
gcc/c-family/c-format.h | 2 +-
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-objc-common.c | 4 ++--
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/error.c | 2 +-
gcc/gimple-fold.c | 7 +++----
gcc/gimple-pretty-print.c | 15 ++++---------
gcc/gimple-ssa-warn-restrict.c | 17 +++++++--------
gcc/gimple-ssa-warn-restrict.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/format/gcc_diag-10.c | 12 +++++------
gcc/tree-diagnostic.c | 2 +-
gcc/tree-pretty-print.c | 9 ++++----
gcc/tree-pretty-print.h | 2 +-
gcc/tree-ssa-ccp.c | 2 +-
gcc/tree-ssa-strlen.c | 35 +++++++++++++------------------
19 files changed, 119 insertions(+), 80 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 5ea9eaae861 [InstSimplify] move minnum/maxnum with same arg fold from i [...]
new baed6422b25 Reland r338431: "Add DebugCounters to DivRemPairs"
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/Transforms/Scalar/DivRemPairs.cpp | 6 ++
.../X86/debugcounter-divrempairs.ll} | 93 ++++++++--------------
2 files changed, 41 insertions(+), 58 deletions(-)
copy test/{Transforms/SimplifyCFG/div-rem-pairs.ll => Other/X86/debugcounter-divre [...]
--
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 886a8633738 Load from the GOT for external symbols in the large, PIC co [...]
new 5ea9eaae861 [InstSimplify] move minnum/maxnum with same arg fold from i [...]
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/Analysis/InstructionSimplify.cpp | 3 +++
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 ----
test/Transforms/InstCombine/maxnum.ll | 8 --------
test/Transforms/InstCombine/minnum.ll | 8 --------
.../InstSimplify/floating-point-arithmetic.ll | 21 +++++++++++++++++++--
5 files changed, 22 insertions(+), 22 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 27222373998 [ORC] Add a 'Callable' flag to JITSymbolFlags.
new 0318cbc235d [ASAN] Use the correct shadow offset for ASAN on FreeBSD/mips64.
new 886a8633738 Load from the GOT for external symbols in the large, PIC co [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 2 +-
.../Instrumentation/AddressSanitizer.cpp | 2 +-
test/CodeGen/X86/code-model-elf-memset.ll | 91 ++++++++++++++++++++++
test/Instrumentation/AddressSanitizer/freebsd.ll | 12 +++
4 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/code-model-elf-memset.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 llvm.
from de10da00241 [llvm-objcopy] Add missing -I command line flag alias for - [...]
new 27222373998 [ORC] Add a 'Callable' flag to JITSymbolFlags.
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/JITSymbol.h | 17 ++++++----
include/llvm/ExecutionEngine/Orc/Layer.h | 11 +++---
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 7 +++-
lib/ExecutionEngine/Orc/Layer.cpp | 39 ++++++++++++++++------
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 21 +++++++++---
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 33 ++++++++++--------
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 6 ++--
8 files changed, 91 insertions(+), 45 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 931d2baed6 Fix -Wcovered-switch-default uncovered after r338630
new e4e98a312c [AST] Remove the static_assert check in ObjCMethodDecl::ObjC [...]
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/DeclObjC.cpp | 7 -------
1 file changed, 7 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 2d767f49d Update for DWARF API change
new 38205c0c1 Re-submit r338596 with a bug fix and a 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:
ELF/Driver.cpp | 11 ++++-------
test/ELF/oformat-binary.s | 1 +
2 files changed, 5 insertions(+), 7 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 test-suite.
from de96b72d cmake: Amend to llvm_test_traditional() changes
new 96ba5bd4 Revert "cmake: Use generator expression to get target path"
new 8b8dc741 cmake: Remove CMakeLists.txt of unused non-working benchmark.
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:
MultiSource/Benchmarks/ASC_Sequoia/sphot/CMakeLists.txt | 2 --
cmake/modules/TestFile.cmake | 4 ----
cmake/modules/TestSuite.cmake | 4 ++--
3 files changed, 2 insertions(+), 8 deletions(-)
delete mode 100644 MultiSource/Benchmarks/ASC_Sequoia/sphot/CMakeLists.txt
--
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 fa67ba06ee regex: fix memory leak in Gnulib
new f6dcefbe60 Fix math/test-misc.c for undefined fenv.h macros.
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 | 7 +++++++
math/test-misc.c | 6 ++++++
2 files changed, 13 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 clang.
from fb42852a3c [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCC [...]
new 931d2baed6 Fix -Wcovered-switch-default uncovered after r338630
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/DeclBase.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.