This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6d962e33747 [Pipeliner] Fix incorrect phi values in the epilog and kernel
new 01bc72d3184 s/std::set/DenseSet/; NFC
new f494ccf3dd8 [PATCH] [InstCombine] Fix issue in the simplification of po [...]
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/IPO/ThinLTOBitcodeWriter.cpp | 2 +-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 28 ++++++++++++++++++++++------
test/Transforms/InstCombine/pow-exp.ll | 28 ++++++++++++++++++++++++++--
3 files changed, 49 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 llvm.
from f550b4adcb7 Update the Visual Studio Integration from user feedback.
new cef9a05f4d2 [WebAssembly] TableGen backend for stackifying instructions
new 6d962e33747 [Pipeliner] Fix incorrect phi values in the epilog and kernel
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/MachinePipeliner.cpp | 61 ++--
lib/Target/WebAssembly/CMakeLists.txt | 1 +
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 361 +---------------------
test/CodeGen/Hexagon/swp-epilog-phi11.ll | 33 ++
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/TableGen.cpp | 8 +-
utils/TableGen/TableGenBackends.h | 1 +
utils/TableGen/WebAssemblyStackifierEmitter.cpp | 31 ++
8 files changed, 111 insertions(+), 386 deletions(-)
create mode 100644 test/CodeGen/Hexagon/swp-epilog-phi11.ll
create mode 100644 utils/TableGen/WebAssemblyStackifierEmitter.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 llvm.
from d52e35312a9 Revert "[SCEV][NFC] Check NoWrap flags before lexicographic [...]
new f550b4adcb7 Update the Visual Studio Integration from user feedback.
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/msbuild/LLVM.Cpp.Common.props | 5 ++-
tools/msbuild/LLVM.Cpp.Common.targets | 79 ++++++++---------------------------
tools/msbuild/llvm-general.xml | 40 +++++++++++++++---
3 files changed, 55 insertions(+), 69 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 c7ce96854db Set line endings to Windows on MSBuild files.
new d52e35312a9 Revert "[SCEV][NFC] Check NoWrap flags before lexicographic [...]
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/ScalarEvolution.cpp | 8 ---
test/Transforms/IRCE/conjunctive-checks.ll | 6 +-
test/Transforms/IRCE/single-access-no-preloop.ll | 6 +-
.../X86/compare-scev-by-complexity.ll | 76 ++++++++++++++++++++++
test/Transforms/LoopVectorize/X86/pr35432.ll | 8 +--
5 files changed, 86 insertions(+), 18 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/X86/compare-scev-by-complexity.ll
--
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 lldb.
from 6e9749d70 Let the CompilerInstance create our clang ASTContext
new 716958abd Fix typo
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/CMakeLists.txt | 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 libcxx.
from e45e0640b Mark P0556 as 'in progress'
new f45b25b18 Fix ODR violation: namespace-scope helpers should not be decl [...]
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/variant | 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 eddcb87f2e1 [X86] Add test cases to show current codegen of v2i32 div/r [...]
new 14805078059 [X86] Reverse the check prefixes in the test added in r340774.
new c7ce96854db Set line endings to Windows on MSBuild files.
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:
test/CodeGen/X86/vector-idiv-v2i32.ll | 994 +++++++++++++++++-----------------
tools/msbuild/LLVM.Cpp.Common.props | 152 +++---
tools/msbuild/LLVM.Cpp.Common.targets | 352 ++++++------
3 files changed, 749 insertions(+), 749 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 a7f410a7260 [x86] add tests for possibly avoiding scalar->vector move; NFC
new eddcb87f2e1 [X86] Add test cases to show current codegen of v2i32 div/r [...]
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/vector-idiv-v2i32.ll | 624 ++++++++++++++++++++++++++++++++++
1 file changed, 624 insertions(+)
create mode 100644 test/CodeGen/X86/vector-idiv-v2i32.ll
--
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 binutils-gdb.
from 65b3d26e7d readelf.c: Break multi-statement line
new 3bf9c013e4 MI: Fix printing of frame architecture with Python frame fil [...]
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:
gdb/ChangeLog | 5 +++++
gdb/python/py-framefilter.c | 3 +++
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-framefilter-mi.exp | 8 +++++---
4 files changed, 18 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 glibc.
from c3ab211099 Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.
new 86de0499c3 links-dso-program: Fix build-programs=no build case.
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 | 5 +++++
support/Makefile | 10 ----------
2 files changed, 5 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.