This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c5553c47ec1 [InstCombine] rearrange code for foldSelectBinOpIdentity; NFCI
new 65ef1d041c5 [InstCombine] add tests for fsub factorization; NFC
new cffbbb125ea [MS Demangler] Support extern "C" functions.
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/Demangle/MicrosoftDemangle.cpp | 72 ++++++++++++++++--------
test/Demangle/ms-mangle.test | 18 +++---
test/Transforms/InstCombine/fast-math.ll | 94 ++++++++++++++++++++++++++++----
3 files changed, 140 insertions(+), 44 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 0ff5aa8d5ef Daily bump.
new 02d57d70492 Backport from mainline 2018-06-19 Segher Boessenkool <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:
gcc/ChangeLog | 10 ++++++++++
gcc/config/rs6000/rs6000.c | 6 +++---
2 files changed, 13 insertions(+), 3 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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from 070eee0 tcwg-update-tested: Remove stale rebase directory (if any).
adds 08087fa print_memory_limit: Make suitable for high-core-count machines
No new revisions were added by this update.
Summary of changes:
jenkins-helpers.sh | 14 ++++++++++++--
start-container-docker.sh | 3 ++-
start-container-qemu.sh | 2 +-
3 files changed, 15 insertions(+), 4 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 2427dc2a353 [llvm-mca] Make InstrBuilder::getOrCreateInstrDesc private. NFC.
new c5553c47ec1 [InstCombine] rearrange code for foldSelectBinOpIdentity; NFCI
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/InstCombineSelect.cpp | 46 +++++++++++++-----------
1 file changed, 25 insertions(+), 21 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 3e1f6cebe8d Fix formatting in ChangeLog
new 3ff09a404cb PR libstdc++/68210 adjust operator new and delete for LWG 206
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:
libstdc++-v3/ChangeLog | 28 ++++
libstdc++-v3/doc/xml/manual/intro.xml | 11 ++
libstdc++-v3/libsupc++/del_op.cc | 2 +-
libstdc++-v3/libsupc++/del_opa.cc | 2 +-
libstdc++-v3/libsupc++/del_opant.cc | 2 +-
libstdc++-v3/libsupc++/del_opnt.cc | 7 +-
libstdc++-v3/libsupc++/del_ops.cc | 2 +-
libstdc++-v3/libsupc++/del_opsa.cc | 2 +-
libstdc++-v3/libsupc++/del_opva.cc | 2 +-
libstdc++-v3/libsupc++/del_opvant.cc | 2 +-
libstdc++-v3/libsupc++/del_opvnt.cc | 4 +-
libstdc++-v3/libsupc++/del_opvs.cc | 2 +-
libstdc++-v3/libsupc++/del_opvsa.cc | 2 +-
libstdc++-v3/libsupc++/new_op.cc | 2 +-
libstdc++-v3/libsupc++/new_opa.cc | 6 +-
libstdc++-v3/libsupc++/new_opant.cc | 4 +-
libstdc++-v3/libsupc++/new_opnt.cc | 31 ++--
libstdc++-v3/libsupc++/new_opvant.cc | 4 +-
libstdc++-v3/libsupc++/new_opvnt.cc | 15 +-
libstdc++-v3/testsuite/18_support/new_nothrow.cc | 183 +++++++++++++++++++++++
20 files changed, 268 insertions(+), 45 deletions(-)
create mode 100644 libstdc++-v3/testsuite/18_support/new_nothrow.cc
--
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 55b4407c7d6 [InstCombine] add tests to show disabling of libcall/intrin [...]
new 2427dc2a353 [llvm-mca] Make InstrBuilder::getOrCreateInstrDesc 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:
tools/llvm-mca/InstrBuilder.h | 3 ++-
1 file changed, 2 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 bdbdf525e9b Resubmit r339450 - [MS Demangler] Add conversion operator tests
new 55b4407c7d6 [InstCombine] add tests to show disabling of libcall/intrin [...]
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/Transforms/InstCombine/pow-3.ll | 49 ++++++++++++++++++++++++++++++++----
1 file changed, 44 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-7-branch
in repository gcc.
from b7edd523378 libstdc++-v3: Have aligned_alloc() on Newlib
new 6be0caea3ed Backport from mainline 2018-06-19 Segher Boessenkool <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:
gcc/ChangeLog | 10 ++++++++++
gcc/config/rs6000/rs6000.c | 6 +++---
2 files changed, 13 insertions(+), 3 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 f819cf9ca33 [MS Demangler] Demangle cv qualifiers on template args.
new bdbdf525e9b Resubmit r339450 - [MS Demangler] Add conversion operator 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/Demangle/ms-conversion-operators.test | 32 +++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.