This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ebd67f5058b [X86] Use SARX/SHLX/SHLX instructions for (shift x (and y, [...]
new c6a5d73cf61 Handle clang-tools-extra project in docker scripts.
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:
utils/docker/scripts/build_install_llvm.sh | 51 ++++++++++++++++++++++++++----
1 file changed, 45 insertions(+), 6 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 07f9ff83881 Daily bump.
new 99bb1f46e1c PR libquadmath/65757 * math/roundq.c: Cherry-pick upstrea [...]
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:
libquadmath/ChangeLog | 5 +++++
libquadmath/math/roundq.c | 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.
Diana Picus pushed a change to branch linaro-local/diana.picus/check-gisel-failure
in repository toolchain/llvm/llvm.
at ebd67f5058b [X86] Use SARX/SHLX/SHLX instructions for (shift x (and y, [...]
No new revisions were added by this update.
--
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.
Diana Picus pushed a change to branch linaro-local/diana.picus/check-gisel-failure
in repository toolchain/llvm/clang.
at d8f8a921bb clang/module.modulemap: Clang_Diagnostics: Activate "Sema/Se [...]
No new revisions were added by this update.
--
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 d8149d5135 Revert "[StaticAnalyzer] Completely unrolling specific loops [...]
new d8f8a921bb clang/module.modulemap: Clang_Diagnostics: Activate "Sema/Se [...]
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/clang/module.modulemap | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from 1707e0b58c clang/module.modulemap: Split out Clang_RewriteFrontend from [...]
new d8149d5135 Revert "[StaticAnalyzer] Completely unrolling specific loops [...]
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 9 +-
.../Core/PathSensitive/LoopUnrolling.h | 33 ----
.../Checkers/ExprInspectionChecker.cpp | 1 -
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 6 -
lib/StaticAnalyzer/Core/CMakeLists.txt | 2 -
lib/StaticAnalyzer/Core/ExprEngine.cpp | 24 +--
lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 203 ---------------------
test/Analysis/analyzer-config.c | 3 +-
test/Analysis/analyzer-config.cpp | 3 +-
test/Analysis/loop-unrolling.cpp | 181 ------------------
10 files changed, 4 insertions(+), 461 deletions(-)
delete mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h
delete mode 100644 lib/StaticAnalyzer/Core/LoopUnrolling.cpp
delete mode 100644 test/Analysis/loop-unrolling.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 gcc.
from 0aa23bd4318 gcc * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2 [...]
new f37822f79a7 Fix phi arg location in find_implicit_erroneous_behavior
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/gimple-ssa-isolate-paths.c | 4 +++-
2 files changed, 9 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 ab9c5863f30 [X86] Add test cases for (shift x (and y, (BitWidth-1))) to [...]
new ebd67f5058b [X86] Use SARX/SHLX/SHLX instructions for (shift x (and y, [...]
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/Target/X86/X86InstrCompiler.td | 31 ++++++++++++++++++++++++++++++
test/CodeGen/X86/pr32329.ll | 2 +-
test/CodeGen/X86/shift-bmi2.ll | 39 ++++++++++++--------------------------
3 files changed, 44 insertions(+), 28 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 094e59a6e4e AMDGPU: Correct encoding for global instructions
new e12ad2d7400 [X86] Remove outdated bug comment from a test.
new 8189a89625d [X86] Regenerate shift-and.ll and shift-bmi2.ll using updat [...]
new ab9c5863f30 [X86] Add test cases for (shift x (and y, (BitWidth-1))) to [...]
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:
test/CodeGen/X86/shift-and.ll | 88 ++++++++----
test/CodeGen/X86/shift-bmi2.ll | 303 +++++++++++++++++++++++++++++------------
2 files changed, 277 insertions(+), 114 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 4ac59e5bdf [AArch64] Produce correct defaultlib directives for windows [...]
new 1707e0b58c clang/module.modulemap: Split out Clang_RewriteFrontend from [...]
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/clang/module.modulemap | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.