This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8904fe1 Fix build of spellcheck-tree.c with older gccs
new d40a1ea PR c++/71728 * constexpr.c (potential_constant_expression_1 [...]
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 | 7 +++++++
gcc/cp/constexpr.c | 12 +++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/other/pr71728.C | 11 +++++++++++
4 files changed, 30 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/pr71728.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 gcc-6-branch
in repository gcc.
from 12bea30 PR sanitizer/71953 * asan.c (asan_dynamic_init_call): Call [...]
new 22e03f9 PR c++/71728 * constexpr.c (potential_constant_expression_1 [...]
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 | 7 +++++++
gcc/cp/constexpr.c | 12 +++++++-----
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/other/pr71728.C | 11 +++++++++++
4 files changed, 28 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/pr71728.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 glibc.
from d637e92 [AArch64] Update libm-test-ulps
new b898b64 powerpc: Fix missing verb and typo in comment about AT_HWCAP entry
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 4 ++--
2 files changed, 7 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 12a672e Avoid a string copy, NFC
new 990df03 make InstCombine compare helper functions private; 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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 90 +++++++++++-----------
lib/Transforms/InstCombine/InstCombineInternal.h | 47 +++++------
2 files changed, 69 insertions(+), 68 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 ffffb5f [ELF] Fix bug in program header FLAGS processing + test case [...]
new 5f40131 Use just built llvm-as in tests.
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/lit.cfg | 1 +
1 file changed, 1 insertion(+)
--
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 dbd9120 [compiler-rt] Fix memmove/memcpy overlap detection on windows
new 4cfee0d fix https://reviews.llvm.org/D22610 AppleClang can't compile [...]
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/asan/asan_interceptors.cc | 2 +-
lib/interception/interception.h | 3 +++
2 files changed, 4 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 llvm.
from 9abf24c [IRTranslator] Add G_SUB opcode.
new 12a672e Avoid a string copy, 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:
lib/Transforms/Instrumentation/InstrProfiling.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 libcxx.
from 7c56f99 Again, w/o the tabs
new c61cb6d Remove FIXME for feature test macro
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 | 1 -
1 file changed, 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 gcc.
from bcab703 PR sanitizer/71953 * asan.c (asan_dynamic_init_call): Call [...]
new 8904fe1 Fix build of spellcheck-tree.c with older gccs
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/spellcheck-tree.c | 2 +-
2 files changed, 7 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 llvm.
from ec559e1 [InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCI
new 368a8a2 [IRTranslator] Add comments to explain the ordering of the sw [...]
new 92934fa [CMake][GlobalISel] Turn LLVM_BUILD_GLOBAL_ISEL into an option. NFC.
new b6237e4 [llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_ISEL o [...]
new 9abf24c [IRTranslator] Add G_SUB opcode.
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:
CMakeLists.txt | 2 +-
include/llvm/Target/GenericOpcodes.td | 8 ++++++++
include/llvm/Target/TargetOpcodes.def | 3 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 5 +++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 23 ++++++++++++++++++++++
tools/llvm-config/CMakeLists.txt | 6 +++++-
6 files changed, 45 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.