This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 41961c162f7 gcc/cp/ChangeLog:
new 305149ce31c PR tree-optimization/80397 - missing -Wformat-overflow with [...]
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/gimple-ssa-sprintf.c | 6 +--
gcc/testsuite/ChangeLog | 10 ++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-19.c | 62 ++++++++++++++++++++++
4 files changed, 81 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-19.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 clang.
from de68633e04 Use DenseMap instead std::map for GVSummaryMapTy
new dc3817f043 IsSpecialLong was only ever set in release mode as all of th [...]
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/ASTContext.cpp | 9 ++++++++-
1 file changed, 8 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 libcxx.
from f7ed02c93 [libc++] Refactoring __sync_* builtins; NFC
new 7a188e316 Revert "[libc++] Refactoring __sync_* builtins; 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:
include/__atomic_support | 31 ----------------------------
include/__refstring | 9 ++++----
src/locale.cpp | 2 +-
src/support/runtime/exception_fallback.ipp | 10 ++++-----
src/support/runtime/new_handler_fallback.ipp | 6 ++----
5 files changed, 12 insertions(+), 46 deletions(-)
delete mode 100644 include/__atomic_support
--
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 b1b5fc9c1cd PR other/81345 - -Wall resets -Wstringop-overflow to 1 fro [...]
new 41961c162f7 gcc/cp/ChangeLog:
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 | 4 ++++
gcc/cp/cp-tree.h | 32 +++++++++++++++++++++++++-------
2 files changed, 29 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 llvm.
from c364d94de8b Revert "[DAG] Improve Aliasing of operations to static alloca"
new 8a3ff6431f4 [lld/pdb] Add some basic linker module symbols.
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/DebugInfo/CodeView/SymbolRecord.h | 4 ++++
1 file changed, 4 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 libcxx.
from 6bfa7316a Fix issues with UBSAN test configuration.
new f7ed02c93 [libc++] Refactoring __sync_* builtins; 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:
include/__atomic_support | 31 ++++++++++++++++++++++++++++
include/__refstring | 9 ++++----
src/locale.cpp | 2 +-
src/support/runtime/exception_fallback.ipp | 10 ++++-----
src/support/runtime/new_handler_fallback.ipp | 6 ++++--
5 files changed, 46 insertions(+), 12 deletions(-)
create mode 100644 include/__atomic_support
--
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 3cf66e820 Resubmit "Add pdb-diff test."
new 6c9b6206c [lld/pdb] Add some basic linker module symbols.
new 2021313fc Fix pdb-linker-module test on linux.
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 | 2 +-
COFF/Error.cpp | 5 ++--
COFF/Error.h | 1 -
COFF/PDB.cpp | 56 ++++++++++++++++++++++++++++++++++++----
COFF/PDB.h | 3 +--
COFF/Writer.cpp | 2 +-
ELF/Config.h | 1 +
ELF/Driver.cpp | 2 +-
ELF/Error.cpp | 5 ++--
ELF/Error.h | 1 -
test/COFF/pdb-linker-module.test | 18 +++++++++++++
12 files changed, 79 insertions(+), 18 deletions(-)
create mode 100644 test/COFF/pdb-linker-module.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 gcc.
from be93e1578ea Include missing header for std::free
new b1b5fc9c1cd PR other/81345 - -Wall resets -Wstringop-overflow to 1 fro [...]
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c.opt | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr81345.c | 17 +++++++++++++++++
4 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81345.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 f3f79378e0a [WebAssembly] Add more details to llvm-readobj for wasm files
new c364d94de8b Revert "[DAG] Improve Aliasing of operations to static alloca"
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 20 ++++-------
test/CodeGen/AArch64/arm64-abi-varargs.ll | 3 +-
test/CodeGen/AArch64/arm64-abi_align.ll | 32 ++++++++---------
.../AArch64/arm64-alloca-frame-pointer-offset.ll | 6 ++--
test/CodeGen/AArch64/arm64-vext.ll | 8 ++---
test/CodeGen/AArch64/dag-combine-invaraints.ll | 2 +-
test/CodeGen/AArch64/swifterror.ll | 12 +++----
test/CodeGen/ARM/atomic-op.ll | 15 --------
test/CodeGen/MSP430/vararg.ll | 4 +--
test/CodeGen/Mips/dins.ll | 4 +--
test/CodeGen/X86/2011-10-19-widen_vselect.ll | 7 ++--
test/CodeGen/X86/alias-static-alloca.ll | 37 -------------------
test/CodeGen/X86/clobber-fi0.ll | 14 ++++----
test/CodeGen/X86/hipe-cc.ll | 6 +++-
test/CodeGen/X86/hipe-cc64.ll | 6 +++-
test/CodeGen/X86/legalize-shift-64.ll | 8 +++--
test/CodeGen/X86/machine-outliner-debuginfo.ll | 1 -
test/CodeGen/X86/machine-outliner.ll | 1 -
test/CodeGen/X86/statepoint-invoke.ll | 2 +-
test/CodeGen/X86/statepoint-stack-usage.ll | 42 +++++++++++-----------
test/CodeGen/X86/statepoint-vector.ll | 4 +--
test/CodeGen/X86/widen_arith-2.ll | 15 ++++----
test/CodeGen/X86/widen_cast-4.ll | 34 ++++++++++--------
test/CodeGen/XCore/varargs.ll | 8 ++---
24 files changed, 125 insertions(+), 166 deletions(-)
delete mode 100644 test/CodeGen/X86/alias-static-alloca.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 c7acbe2ea6a Add DAG argument to canMergeStoresTo NFC.
new 3ba65667418 [WebAssembly] Be consistent in generating trivial test input files
new 063d8f6b0fd [NewGVN] Simplify a lambda a little bit. NFCI.
new 581e763cd48 [ConstantHoisting] Remove dupliate logic in constant hoisting
new f3f79378e0a [WebAssembly] Add more details to llvm-readobj for wasm files
The 4 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/ConstantHoisting.cpp | 42 ++-----
lib/Transforms/Scalar/NewGVN.cpp | 4 +-
lib/Transforms/Utils/Local.cpp | 3 +
test/Object/Inputs/trivial-object-test.wasm | Bin 0 -> 303 bytes
test/Object/Inputs/trivial.ll | 3 +
test/Object/nm-trivial-object.test | 7 ++
test/Object/obj2yaml.test | 25 ++--
test/Object/objdump-relocations.test | 7 ++
test/Transforms/ConstantHoisting/ARM/bad-cases.ll | 31 +++++
.../ARM/{gep-struct-index.ll => insertvalue.ll} | 20 ++--
test/tools/llvm-objdump/Inputs/test.wasm | Bin 181 -> 0 bytes
.../llvm-objdump}/Inputs/trivial.ll | 3 +
test/tools/llvm-objdump/Inputs/trivial.obj.wasm | Bin 0 -> 303 bytes
.../llvm-objdump/WebAssembly/symbol-table.test | 17 +--
test/tools/llvm-objdump/wasm.txt | 35 +++---
test/tools/llvm-readobj/Inputs/trivial.ll | 14 ++-
test/tools/llvm-readobj/Inputs/trivial.obj.wasm | Bin 221 -> 285 bytes
test/tools/llvm-readobj/file-headers.test | 3 -
test/tools/llvm-readobj/relocations.test | 15 ++-
test/tools/llvm-readobj/sections.test | 131 +++++++++++----------
test/tools/llvm-readobj/symbols.test | 22 +++-
tools/llvm-readobj/WasmDumper.cpp | 6 +
22 files changed, 226 insertions(+), 162 deletions(-)
create mode 100644 test/Object/Inputs/trivial-object-test.wasm
copy test/Transforms/ConstantHoisting/ARM/{gep-struct-index.ll => insertvalue.ll} (72%)
delete mode 100644 test/tools/llvm-objdump/Inputs/test.wasm
copy test/{Object => tools/llvm-objdump}/Inputs/trivial.ll (81%)
create mode 100644 test/tools/llvm-objdump/Inputs/trivial.obj.wasm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.