This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9dacb9f1fe4 [ARM] Remove ARMv8-M code for D17-D31
new 2fdbf9e2822 jit: document function pointers
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/jit/ChangeLog | 11 +
gcc/jit/docs/_build/texinfo/libgccjit.texi | 1041 +++++++++++++++-------------
gcc/jit/docs/topics/expressions.rst | 21 +-
gcc/jit/docs/topics/function-pointers.rst | 80 +++
gcc/jit/docs/topics/index.rst | 1 +
gcc/jit/docs/topics/types.rst | 6 +
6 files changed, 677 insertions(+), 483 deletions(-)
create mode 100644 gcc/jit/docs/topics/function-pointers.rst
--
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 f742fd0c957 [X86] Remove dead code from X86ISelDAGToDAG.cpp multiply handling
new 018bd7a983b [X86] Use BWI instructions to improve lowering of v32i8 MULHU/S
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/X86ISelLowering.cpp | 18 +++++++
test/CodeGen/X86/vector-idiv-sdiv-256.ll | 82 +++++++++++++++++++-------------
test/CodeGen/X86/vector-idiv-udiv-256.ll | 73 ++++++++++++++++------------
3 files changed, 108 insertions(+), 65 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 e7870d75ef7 [SystemZ] Custom-expand ATOMIC_CMP_AND_SWAP_WITH_SUCCESS
new 4abc80e6ee6 [X86] Use correct subvector index when combining two insert [...]
new f742fd0c957 [X86] Remove dead code from X86ISelDAGToDAG.cpp multiply handling
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/X86ISelDAGToDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/X86/avx512-insert-extract.ll | 11 +++++++++++
3 files changed, 13 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 compiler-rt.
from 4d153fb22 [asan] Unpoison global metadata on dlclose.
new 81f388fe5 Add support for custom loaders to the sanitizer symbolizer
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/sanitizer_common/sanitizer_common.h | 10 ++++-
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 39 ++++++++++++------
lib/sanitizer_common/sanitizer_mac.cc | 4 +-
lib/sanitizer_common/sanitizer_procmaps.h | 2 +-
lib/sanitizer_common/sanitizer_procmaps_common.cc | 2 +-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 2 +-
lib/sanitizer_common/sanitizer_symbolizer.h | 2 +
.../sanitizer_symbolizer_libcdep.cc | 46 +++++++++++++++-------
lib/sanitizer_common/sanitizer_win.cc | 6 ++-
9 files changed, 80 insertions(+), 33 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 6bae1b9b2b8 [dwarfdump] Verify that CUs have a unit DIE.
new e7870d75ef7 [SystemZ] Custom-expand ATOMIC_CMP_AND_SWAP_WITH_SUCCESS
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/SystemZ/SystemZISelLowering.cpp | 62 ++++++++++++++++++++++--------
lib/Target/SystemZ/SystemZISelLowering.h | 6 ++-
lib/Target/SystemZ/SystemZInstrInfo.td | 4 +-
lib/Target/SystemZ/SystemZOperators.td | 17 +++++++-
test/CodeGen/SystemZ/cmpxchg-01.ll | 33 ++++++++++++++++
test/CodeGen/SystemZ/cmpxchg-02.ll | 33 ++++++++++++++++
test/CodeGen/SystemZ/cmpxchg-03.ll | 14 +++++++
test/CodeGen/SystemZ/cmpxchg-04.ll | 15 ++++++++
test/CodeGen/SystemZ/cmpxchg-05.ll | 25 ------------
test/CodeGen/SystemZ/cmpxchg-06.ll | 18 +++++++++
10 files changed, 180 insertions(+), 47 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 binutils-gdb.
from 231ca75323 Skip the PR 14918 linker test for ARM targets.
new 08302ed2cb (open_and_init_dwp_file): Protect against some segvs
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 11 +++++++++--
2 files changed, 14 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 clang.
from 34f8ea458e Fix -Wcast-qual warning after r314336.
new 9ecb2a6660 Consolidate std::move() detection code. No behavior change.
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/AST/Expr.h | 6 ++++++
lib/Analysis/Consumed.cpp | 3 +--
lib/Analysis/UninitializedValues.cpp | 15 +++++----------
lib/Sema/SemaChecking.cpp | 4 +---
lib/Sema/SemaDecl.cpp | 11 +++--------
lib/Sema/SemaDeclCXX.cpp | 11 +++--------
6 files changed, 19 insertions(+), 31 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 f407e6d8aca jit: handle equality of function pointer types
new 9dacb9f1fe4 [ARM] Remove ARMv8-M code for D17-D31
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 | 8 +++++++
gcc/config/arm/arm.c | 64 ++++++++++++++++++++++++++++++++--------------------
2 files changed, 48 insertions(+), 24 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 d2a5e3d37ab [BRIGFE] Changed pure attributes to const for the brig-buil [...]
new f407e6d8aca jit: handle equality of function pointer types
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/jit/ChangeLog | 10 +++
gcc/jit/jit-recording.c | 47 +++++++++++
gcc/jit/jit-recording.h | 9 ++-
gcc/testsuite/ChangeLog | 10 +++
...-error-mismatching-types-in-assignment-fn-ptr.c | 92 ++++++++++++++++++++++
gcc/testsuite/jit.dg/test-returning-function-ptr.c | 33 ++++++--
6 files changed, 193 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-error-mismatching-types-in-assignment [...]
--
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 50fa9920212 [mips] Remove codegen support for branch likely instructions.
new 332ba6e124b Use SDValue::getConstantOperandVal helper. NFCI.
new 6bae1b9b2b8 [dwarfdump] Verify that CUs have a unit DIE.
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/DebugInfo/DWARF/DWARFVerifier.cpp | 11 ++++++++---
lib/Target/X86/X86ISelLowering.cpp | 6 +++---
test/tools/llvm-dwarfdump/X86/empty-CU.s | 21 +++++++++++++++++++++
3 files changed, 32 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/empty-CU.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.