This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2224de3ea8b * lib/target-supports.exp (check_effective_target_logical [...]
new 239a43d4c96 [PR86064] split single cross-partition range with nonzero locviews
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 | 7 +++++++
gcc/dwarf2out.c | 18 ++++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr86064.c | 27 +++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr86064.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 02ed557da0c [X86] Don't use getScalarShiftAmountTy to get the immediate [...]
new d7d68723b85 [InstCombine] (A + 1) + (B ^ -1) --> A - B
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/InstCombine/InstCombineAddSub.cpp | 5 ++++
test/Transforms/InstCombine/add.ll | 37 ++++++++++++++++++++++++
2 files changed, 42 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 gcc.
from 88806a07142 Daily bump.
new 2224de3ea8b * lib/target-supports.exp (check_effective_target_logical [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-supports.exp | 1 +
2 files changed, 6 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 llvm.
from 2da9f1a84d0 [WebAssembly] Fix lowering of varargs functions with non-le [...]
new 02ed557da0c [X86] Don't use getScalarShiftAmountTy to get the immediate [...]
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 | 7 ++-----
1 file changed, 2 insertions(+), 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 gcc-6-branch
in repository gcc.
from 7d9dfc62ed4 Daily bump.
new f9c00b2ef59 syscall: remove Ustat
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:
libgo/Makefile.am | 11 -----------
libgo/Makefile.in | 5 -----
libgo/config.h.in | 3 ---
libgo/configure | 33 ---------------------------------
libgo/configure.ac | 18 ------------------
libgo/go/syscall/libcall_linux_ustat.go | 11 -----------
libgo/mksysinfo.sh | 17 -----------------
7 files changed, 98 deletions(-)
delete mode 100644 libgo/go/syscall/libcall_linux_ustat.go
--
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 f759bf6afb [ubsan] Relax nullability-return for blocks with deduced types
new d4b5754705 Fix an ambiguous overload issue pointed out by MSVC
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/Basic/Specifiers.h | 2 +-
lib/Sema/SemaLambda.cpp | 3 ++-
2 files changed, 3 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 llvm.
from 682da16f995 [X86] Use XOR for SUB (C, X) during isel if will help fold [...]
new 2da9f1a84d0 [WebAssembly] Fix lowering of varargs functions with non-le [...]
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/WebAssembly/WebAssemblyISelLowering.cpp | 5 +++--
test/CodeGen/WebAssembly/varargs.ll | 21 +++++++++++++++++++++
2 files changed, 24 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 llvm.
from 0135f2ae728 [WebAssembly] Fix a typo in a comment.
new 682da16f995 [X86] Use XOR for SUB (C, X) during isel if will help fold [...]
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/X86InstrCompiler.td | 38 +++++++++++++++++++++++++++++++++++
test/CodeGen/X86/bool-math.ll | 24 +++++++++++-----------
test/CodeGen/X86/dagcombine-select.ll | 12 +++++------
3 files changed, 56 insertions(+), 18 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 1cc13e5ad13 [ThinLTO] Add string saver onto index for value names
new 0135f2ae728 [WebAssembly] Fix a typo in a comment.
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/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp | 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 compiler-rt.
from 2d0b060aa Implement CFI for indirect calls via a member function pointer.
new fb37d5690 Mark mfcall.cpp as UNSUPPORTED: win32.
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/cfi/mfcall.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.