This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fbe79a84160 PR c++/87372 - __func__ constexpr evaluation. * constexpr [...]
new 8a2a79c4c86 Document that attribute noreturn inhibits tail call optimization
new d443f534d70 * gimple-ssa-evrp.c (evrp_dom_walker::cleanup): Call vr_v [...]
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:
gcc/ChangeLog | 27 ++++++++++++++++++
gcc/doc/extend.texi | 3 ++
gcc/gimple-ssa-evrp.c | 2 ++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp113.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp120.c | 5 ++++
gcc/tree-vrp.c | 51 +---------------------------------
gcc/tree-vrp.h | 9 ------
gcc/vr-values.c | 49 ++++++++++++++++++++++++++++++++
gcc/vr-values.h | 16 +++++++++++
10 files changed, 109 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp120.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 compiler-rt.
from c199a590f [sanitizer] Move __sanitizer_set_death_callback to a more app [...]
new 278a3aad4 SafeStack: Fix flaky test (PR39001)
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/safestack/pthread-cleanup.c | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 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 lldb.
from 95283cea8 build: add libedit to include paths
new 8a91d4b9c Move architecture-specific address adjustment to architecture [...]
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/lldb/Core/Architecture.h | 45 ++++
.../Plugins/Architecture/Arm/ArchitectureArm.cpp | 30 +++
source/Plugins/Architecture/Arm/ArchitectureArm.h | 6 +
source/Plugins/Architecture/CMakeLists.txt | 1 +
.../Plugins/Architecture/Mips/ArchitectureMips.cpp | 240 ++++++++++++++++++++
.../Plugins/Architecture/Mips/ArchitectureMips.h | 52 +++++
source/Plugins/Architecture/Mips/CMakeLists.txt | 10 +
source/Target/Target.cpp | 245 +--------------------
8 files changed, 393 insertions(+), 236 deletions(-)
create mode 100644 source/Plugins/Architecture/Mips/ArchitectureMips.cpp
create mode 100644 source/Plugins/Architecture/Mips/ArchitectureMips.h
create mode 100644 source/Plugins/Architecture/Mips/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 linux.
from a27fb6d983c7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 8e2aac333785 pinctrl: cannonlake: Fix gpio base for GPP-E
new 96147db1e1df pinctrl: intel: Do pin translation in other GPIO operation [...]
new 10dc890d4228 Merge tag 'pinctrl-v4.19-3' of git://git.kernel.org/pub/sc [...]
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:
drivers/pinctrl/intel/pinctrl-cannonlake.c | 2 +-
drivers/pinctrl/intel/pinctrl-intel.c | 111 ++++++++++++++++-------------
2 files changed, 64 insertions(+), 49 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 c146db29436 [NFC] use bit_cast in PointerSumType
new a53c520ec5d Pass code-model through Module IR to LTO which will use it.
new 07321881562 [WebAssembly][NFC] Rename simd-conversions test to simd-bitcasts
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/IR/Module.h | 12 ++++++++++++
lib/IR/Module.cpp | 19 +++++++++++++++++++
lib/LTO/LTOBackend.cpp | 8 +++++++-
.../{simd-conversions.ll => simd-bitcasts.ll} | 0
.../{remangle_intrinsics.ll => codemodel-3.ll} | 8 ++++++++
test/LTO/X86/codemodel-1.ll | 20 ++++++++++++++++++++
test/LTO/X86/codemodel-2.ll | 20 ++++++++++++++++++++
test/LTO/X86/codemodel-3.ll | 20 ++++++++++++++++++++
8 files changed, 106 insertions(+), 1 deletion(-)
rename test/CodeGen/WebAssembly/{simd-conversions.ll => simd-bitcasts.ll} (100%)
copy test/LTO/X86/Inputs/{remangle_intrinsics.ll => codemodel-3.ll} (57%)
create mode 100644 test/LTO/X86/codemodel-1.ll
create mode 100644 test/LTO/X86/codemodel-2.ll
create mode 100644 test/LTO/X86/codemodel-3.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 gcc.
from 9680a5f4b48 Use vectored writes when reporting errors and warnings.
new fbe79a84160 PR c++/87372 - __func__ constexpr evaluation. * constexpr [...]
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 | 6 ++++++
gcc/cp/constexpr.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/func_constexpr2.C | 21 +++++++++++++++++++++
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/func_constexpr2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.