This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from debaaf2 [Concepts] remove default argument for RequiresClause; NFC
new f380392 After PR28761 use -Wall with -Werror in builtins tests to ide [...]
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/3dnow-builtins.c | 4 ++--
test/CodeGen/avx-builtins.c | 4 ++--
test/CodeGen/avx2-builtins.c | 4 ++--
test/CodeGen/avx512bw-builtins.c | 4 ++--
test/CodeGen/avx512cdintrin.c | 2 +-
test/CodeGen/avx512dq-builtins.c | 2 +-
test/CodeGen/avx512er-builtins.c | 2 +-
test/CodeGen/avx512f-builtins.c | 2 +-
test/CodeGen/avx512ifma-builtins.c | 2 +-
test/CodeGen/avx512ifmavl-builtins.c | 2 +-
test/CodeGen/avx512pf-builtins.c | 2 +-
test/CodeGen/avx512vbmi-builtins.c | 2 +-
test/CodeGen/avx512vbmivl-builtin.c | 2 +-
test/CodeGen/avx512vl-builtins.c | 2 +-
test/CodeGen/avx512vlbw-builtins.c | 4 ++--
test/CodeGen/avx512vlcd-builtins.c | 2 +-
test/CodeGen/avx512vldq-builtins.c | 2 +-
test/CodeGen/bmi-builtins.c | 2 +-
test/CodeGen/builtin-clflushopt.c | 2 +-
test/CodeGen/f16c-builtins.c | 2 +-
test/CodeGen/fma4-builtins.c | 2 +-
test/CodeGen/mmx-builtins.c | 4 ++--
test/CodeGen/pku.c | 2 +-
test/CodeGen/sse-builtins.c | 2 +-
test/CodeGen/sse2-builtins.c | 4 ++--
test/CodeGen/sse3-builtins.c | 2 +-
test/CodeGen/sse41-builtins.c | 4 ++--
test/CodeGen/sse42-builtins.c | 4 ++--
test/CodeGen/sse4a-builtins.c | 2 +-
test/CodeGen/ssse3-builtins.c | 2 +-
test/CodeGen/x86_32-xsave.c | 20 ++++++++++----------
test/CodeGen/x86_64-xsave.c | 20 ++++++++++----------
test/CodeGen/xop-builtins.c | 4 ++--
33 files changed, 61 insertions(+), 61 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 e56e9e7 Add popcount(n) == bitsize(n) -> n == -1 transformation.
new 7f30223 Fix intrinsics.ll test
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/intrinsics.ll | 6 +++---
1 file changed, 3 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 ad1fd74 Forgot the dyn_cast_or_null intended for r277691.
new e56e9e7 Add popcount(n) == bitsize(n) -> n == -1 transformation.
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 | 14 ++++++---
test/Transforms/InstCombine/intrinsics.ll | 34 ++++++++++++++--------
2 files changed, 32 insertions(+), 16 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 8da786c Reinstate "[CloneFunction] Don't remove side effecting calls"
new ad1fd74 Forgot the dyn_cast_or_null intended for r277691.
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/Utils/CloneFunction.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 ed55293 [compiler-rt][XRay] Stash xmm registers in the trampolines
new 8132fd7 [Darwin] Exclude interception union tests on Darwin and Android
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/interception/CMakeLists.txt | 5 +++--
1 file 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 b290294 Revert "GVN-hoist: enable by default" & "Make GVN Hoisting ob [...]
new 8da786c Reinstate "[CloneFunction] Don't remove side effecting calls"
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/Analysis/InstructionSimplify.cpp | 6 +++--
lib/Transforms/Utils/CloneFunction.cpp | 35 ++++++++++++++++++++++++++++--
test/Transforms/Inline/inline_constprop.ll | 22 +++++++++++++++++++
3 files changed, 59 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 gcc.
from 1e09b76 Daily bump.
new 4bfa373 gcc/ChangeLog:
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 | 9 +++++++++
gcc/tree-vrp.c | 22 ++++++++++++----------
2 files changed, 21 insertions(+), 10 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 411e616 [PM] Change the name of the repeating utility to something le [...]
new b290294 Revert "GVN-hoist: enable by default" & "Make GVN Hoisting ob [...]
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/IPO/PassManagerBuilder.cpp | 4 ++--
test/Feature/optnone-opt.ll | 1 -
2 files changed, 2 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 00b08e7 Make GVN Hoisting obey optnone/bisect.
new 411e616 [PM] Change the name of the repeating utility to something 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:
include/llvm/IR/PassManager.h | 18 ++++++++----------
lib/Passes/PassBuilder.cpp | 8 ++++----
test/Other/new-pass-manager.ll | 8 ++++----
3 files changed, 16 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.