This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8033f18 Remove a couple of parameters that are always false.
new 646ead8 Remove dead code.
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/Parse/Parser.cpp | 5 -----
1 file changed, 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 gcc.
from d0fdf9e PR testsuite/78960 - FAIL: gcc.dg/tree-ssa/builtin-sprintf.c [...]
new cac3398 * expr.c (store_field): In the bitfield case, fetch the retu [...]
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/expr.c | 78 +++++++++++++++++++++++++++++------------------------------
2 files changed, 45 insertions(+), 39 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 2930caf Serialize the UsesSEH bit on FunctionDecl
new 8033f18 Remove a couple of parameters that are always false.
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/Parse/Parser.h | 7 ++-----
lib/Parse/Parser.cpp | 35 ++++++++++++++---------------------
2 files changed, 16 insertions(+), 26 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 76c125f PR middle-end/78245 - missing -Wformat-length on an overflow [...]
new d9c240c PR c++/77598
new 2f3482d PR middle-end/78138 - missing warnings on buffer overflow wit [...]
new d0fdf9e PR testsuite/78960 - FAIL: gcc.dg/tree-ssa/builtin-sprintf.c [...]
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:
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-ref11.C | 26 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr78138.c | 22 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 6 ++++--
gcc/testsuite/gcc.dg/tree-ssa/pr78622.c | 4 +++-
5 files changed, 68 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ref11.C
create mode 100644 gcc/testsuite/gcc.dg/pr78138.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 fa5aafa DAG: Avoid OOB when legalizing vector indexing
new 043e934 Make the test accept different OpCode values since it doesn't [...]
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:
test/CodeGen/X86/implicit-null-checks.mir | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 59a1e29 X32: Place .plt.got section after .plt section
new 52b232b i386/x32: Align .eh_frame section to 4 bytes
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:
bfd/ChangeLog | 8 ++++++++
bfd/elf32-i386.c | 2 +-
bfd/elf64-x86-64.c | 5 +++--
ld/ChangeLog | 4 ++++
ld/testsuite/ld-x86-64/pr20830b.d | 10 ++--------
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 ce89bf1 Correct object file for implicit const test
new aca5f16 [WebAssembly] Only RAUW a constant once in FixFunctionBitcasts
new fa5aafa DAG: Avoid OOB when legalizing vector indexing
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/Target/TargetLowering.h | 7 +
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 40 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 16 -
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 -
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 7 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 45 +-
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 17 +-
test/CodeGen/AArch64/arm64-neon-copy.ll | 9 +-
test/CodeGen/AArch64/arm64-nvcast.ll | 18 +-
test/CodeGen/AMDGPU/insert_vector_elt.ll | 8 +-
test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 7 +-
test/CodeGen/ARM/fp16-promote.ll | 4 +-
test/CodeGen/ARM/vdup.ll | 3 +-
test/CodeGen/Mips/llvm-ir/extractelement.ll | 3 +-
test/CodeGen/PowerPC/variable_elem_vec_extracts.ll | 6 +-
test/CodeGen/WebAssembly/function-bitcasts.ll | 16 +
test/CodeGen/X86/extractelement-index.ll | 16 +
.../extractelement-legalization-store-ordering.ll | 10 +-
test/CodeGen/X86/i64-mem-copy.ll | 3 +-
test/CodeGen/X86/vec_ins_extract-1.ll | 24 +-
test/CodeGen/X86/vec_insert-4.ll | 6 +-
test/CodeGen/X86/vec_insert-8.ll | 18 +-
test/CodeGen/X86/vector-shuffle-variable-128.ll | 1184 +++++++++++---------
test/CodeGen/X86/vector-shuffle-variable-256.ll | 334 ++++--
24 files changed, 1091 insertions(+), 711 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 6a96522 Give local binding to VER_NDX_LOCAL symbols.
new e742126 Inline a simple accessor function.
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/SyntheticSections.cpp | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.