This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bf9c7d5f95f On Windows expansion of regex file name patterns is the res [...]
new d56c255db74 [x86] auto-generate full checks for fabs 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/CodeGen/X86/fabs.ll | 126 ++++++++++++++++++++++++++++++++---------------
1 file changed, 85 insertions(+), 41 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 51bfbc8e06e libgo: fix typo in mksysinfo.sh script
new 521876a4898 rs6000: Don't align tiny loops to 32 bytes for POWER9
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 | 5 +++++
gcc/config/rs6000/rs6000.c | 3 +--
2 files changed, 6 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 17efee5afa0 Fix an unused variable warning introduced by rr326703. NFC
new bf9c7d5f95f On Windows expansion of regex file name patterns is the res [...]
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/tools/llvm-ar/regex-cmd.test | 7 +++++++
tools/llvm-ar/llvm-ar.cpp | 14 ++++++++++----
2 files changed, 17 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-ar/regex-cmd.test
--
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 openmp.
from 74d67b2 Fixed build of the OpenMP stubs library.
new ec2d186 Improve OpenMP threadprivate implementation.
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:
runtime/src/kmp.h | 4 +
runtime/src/kmp_runtime.cpp | 149 +++++++++++++++++---------------------
runtime/src/kmp_threadprivate.cpp | 140 ++++++++++++++++++++++++++++-------
3 files changed, 182 insertions(+), 111 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 eebc53f1c24 PR target/84564 * config/i386/i386.c (ix86_function_ok_fo [...]
new 3917fefa9da [PR c++/84702] ICE with default tmpl arg of overload set
new 51bfbc8e06e libgo: fix typo in mksysinfo.sh script
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/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 3 +++
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lookup/pr84702.C | 13 +++++++++++++
libgo/mksysinfo.sh | 2 +-
6 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr84702.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 cd60d849598 [InstCombine] Don't blow up in foldICmpWithCastAndCast on v [...]
new d894b748801 [llvm-pdbdump] Dump restrict type qualifier
new 17efee5afa0 Fix an unused variable warning introduced by rr326703. NFC
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +-
.../llvm-pdbdump/Inputs/TypeQualifiersTest.cpp | 55 ++++++++++++++++++++++
.../llvm-pdbdump/Inputs/TypeQualifiersTest.pdb | 0
test/tools/llvm-pdbdump/type-qualifiers.test | 25 ++++++++++
tools/llvm-pdbutil/PrettyFunctionDumper.cpp | 3 ++
tools/llvm-pdbutil/PrettyTypedefDumper.cpp | 3 ++
tools/llvm-pdbutil/PrettyVariableDumper.cpp | 6 +++
7 files changed, 95 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.cpp
copy bindings/python/llvm/__init__.py => test/tools/llvm-pdbdump/Inputs/TypeQualif [...]
create mode 100644 test/tools/llvm-pdbdump/type-qualifiers.test
--
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 233963b1b3b Revert r326723: Make STATISTIC() values available programmatically
new 0ea46fcd2e7 [InstCombine] Add constant vector support to getMinimumFPTy [...]
new cd60d849598 [InstCombine] Don't blow up in foldICmpWithCastAndCast on 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:
lib/Transforms/InstCombine/InstCombineCasts.cpp | 34 ++++++++++++++++++++++
lib/Transforms/InstCombine/InstCombineCompares.cpp | 9 +++++-
test/Transforms/InstCombine/fpextend.ll | 27 ++++++++++++-----
test/Transforms/InstCombine/icmp.ll | 12 ++++++++
4 files changed, 73 insertions(+), 9 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 openmp.
from 005e60c [OMPT] Fix interoperability test with GCC
new 74d67b2 Fixed build of the OpenMP stubs library.
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:
runtime/src/kmp_stub.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 llvm.
from eafb434169f [AArch64] Harden test case
new 233963b1b3b Revert r326723: Make STATISTIC() values available programmatically
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:
cmake/modules/HandleLLVMOptions.cmake | 4 --
include/llvm/ADT/Statistic.h | 15 +----
include/llvm/Config/llvm-config.h.cmake | 5 --
lib/Support/Statistic.cpp | 30 ++-------
unittests/ADT/CMakeLists.txt | 1 -
unittests/ADT/StatisticTest.cpp | 106 --------------------------------
6 files changed, 7 insertions(+), 154 deletions(-)
delete mode 100644 unittests/ADT/StatisticTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.