This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9a6a1cb Fixing test to work when the compiler defaults to a different [...]
new 7490caa Add a test for diagnose_if.
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/SemaCXX/diagnose_if-ext.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 test/SemaCXX/diagnose_if-ext.cpp
--
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 8fe92cc Move _PairT declaration out of __hash_combine to avoid warnin [...]
new f3e7677 Swap two lines in __mutex_base. On systems with high clock ra [...]
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/__mutex_base | 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 glibc.
from c6be839 Fix math/test-fenv for no-exceptions / no-rounding-modes conf [...]
new 08f7b95 Improve libm-test XFAILing for ibm128-libgcc.
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 | 7 +
math/auto-libm-test-in | 376 +-
math/auto-libm-test-out | 33696 +++++++++++++++++++++----------------------
math/gen-auto-libm-tests.c | 15 +
4 files changed, 17058 insertions(+), 17036 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 clang.
from 0d1b93e MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter [...]
new 9a6a1cb Fixing test to work when the compiler defaults to a different [...]
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:
.../target_teams_distribute_collapse_messages.cpp | 29 +++++++++++++++++++---
1 file changed, 26 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 73d98ca Refactor inline threshold update code.
new 8b06cd9 [X86][AVX512VL] Added AVX512VL to 128/256 bit vector shift tests
new 2a668d8 [NVPTX] Fix some Clang-tidy modernize and Include What You Us [...]
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/Target/NVPTX/ManagedStringPool.h | 7 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 152 ++++++++++++++---------
lib/Target/NVPTX/NVPTXAsmPrinter.h | 58 ++++++---
lib/Target/NVPTX/NVPTXISelLowering.cpp | 118 ++++++++++--------
lib/Target/NVPTX/NVPTXInstrInfo.td | 2 +-
lib/Target/NVPTX/NVPTXSection.h | 10 +-
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 37 +++---
lib/Target/NVPTX/NVPTXTargetObjectFile.h | 10 +-
test/CodeGen/X86/vector-shift-ashr-128.ll | 113 ++++++++++++++++-
test/CodeGen/X86/vector-shift-ashr-256.ll | 199 ++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-shift-ashr-512.ll | 1 +
test/CodeGen/X86/vector-shift-lshr-128.ll | 109 ++++++++++++++++
test/CodeGen/X86/vector-shift-lshr-256.ll | 160 ++++++++++++++++++++++++
test/CodeGen/X86/vector-shift-shl-128.ll | 107 ++++++++++++++++
test/CodeGen/X86/vector-shift-shl-256.ll | 154 +++++++++++++++++++++++
15 files changed, 1069 insertions(+), 168 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 clang.
from 265da68 PR31587: Fix handling of __FUNCSIG__ in C.
new 0d1b93e MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter [...]
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/AST/Expr.cpp | 5 +++--
test/CodeGenCXX/funcsig.cpp | 10 +++++++---
2 files changed, 10 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 master
in repository gcc.
from 206d288 PR target/71017 * config/i386/cpuid.h: Fix undefined behavior.
new 082b91b * expr.c (store_field): In the bitfield case, if the value c [...]
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/expr.c | 43 ++++++++++++++++-------------------
gcc/testsuite/ChangeLog | 11 +++++++++
gcc/testsuite/g++.dg/opt/call2.C | 34 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/opt/call3.C | 33 +++++++++++++++++++++++++++
gcc/testsuite/gnat.dg/array26.adb | 22 ++++++++++++++++++
gcc/testsuite/gnat.dg/array26_pkg.adb | 8 +++++++
gcc/testsuite/gnat.dg/array26_pkg.ads | 8 +++++++
gcc/testsuite/gnat.dg/array27.adb | 22 ++++++++++++++++++
gcc/testsuite/gnat.dg/array27_pkg.adb | 8 +++++++
gcc/testsuite/gnat.dg/array27_pkg.ads | 8 +++++++
gcc/testsuite/gnat.dg/array28.adb | 22 ++++++++++++++++++
gcc/testsuite/gnat.dg/array28_pkg.adb | 8 +++++++
gcc/testsuite/gnat.dg/array28_pkg.ads | 8 +++++++
14 files changed, 219 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/call2.C
create mode 100644 gcc/testsuite/g++.dg/opt/call3.C
create mode 100644 gcc/testsuite/gnat.dg/array26.adb
create mode 100644 gcc/testsuite/gnat.dg/array26_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/array26_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/array27.adb
create mode 100644 gcc/testsuite/gnat.dg/array27_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/array27_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/array28.adb
create mode 100644 gcc/testsuite/gnat.dg/array28_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/array28_pkg.ads
--
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 33887e3 PeepholeOptimizer: Do not replace SubregToReg(bitcast like)
new cf230cb Support outputting to /dev/null.
new 3cb206f [SimplifyLibCalls] pow(x, -0.5) -> 1.0 / sqrt(x).
new 73d98ca Refactor inline threshold update code.
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:
include/llvm/Support/FileOutputBuffer.h | 3 +-
lib/Analysis/InlineCost.cpp | 41 +++++++++----------
lib/Support/FileOutputBuffer.cpp | 66 ++++++++++++++++++++-----------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 18 +++++++++
test/Transforms/InstCombine/pow-sqrt.ll | 11 +++++-
5 files changed, 93 insertions(+), 46 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 clang.
from fb15aef Allow constexpr construction of subobjects unconditionally, n [...]
new 265da68 PR31587: Fix handling of __FUNCSIG__ in C.
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/AST/Expr.cpp | 7 ++++---
test/CodeGenCXX/funcsig.cpp | 28 +++++++++++++++++++++++-----
2 files changed, 27 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.