This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 526957f [InstSimplify] add vector tests for isKnownNonZero
new 1b29407 [IRCE] Optimize "uses" not branches; NFCI
new 39599bd [X86][SSE] Updated (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) fast-ise [...]
new f0a99b9 Tweak to change in r270491 to deal with the lld-x86_64-darwin [...]
new 7bac6e8 llvm-dwp: Split out processing of input sections to improve r [...]
The 4 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:
.../Scalar/InductiveRangeCheckElimination.cpp | 19 +--
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 8 +-
test/Transforms/IRCE/only-lower-check.ll | 2 +-
test/Transforms/IRCE/only-upper-check.ll | 2 +-
tools/llvm-dwp/llvm-dwp.cpp | 145 ++++++++++++---------
tools/llvm-objdump/MachODump.cpp | 4 +
7 files changed, 106 insertions(+), 80 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 5d5ca2a [X86][SSE] The int_x86_sse41_pmovsx* intrinsics are no longer [...]
new 526957f [InstSimplify] add vector tests for isKnownNonZero
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/InstSimplify/vec-cmp.ll | 81 +++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)
create mode 100644 test/Transforms/InstSimplify/vec-cmp.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 clang.
from 445e59e [CUDA] Add -fcuda-approx-transcendentals flag.
new b9b7162 [X86][SSE] Replace lossless i32/f32 to f64 conversion intrins [...]
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/Basic/BuiltinsX86.def | 4 ----
lib/Headers/avxintrin.h | 4 ++--
lib/Headers/emmintrin.h | 6 ++++--
test/CodeGen/avx-builtins.c | 4 ++--
test/CodeGen/builtins-x86.c | 4 ----
test/CodeGen/sse2-builtins.c | 6 ++++--
test/CodeGen/target-builtin-error-2.c | 6 +++---
7 files changed, 15 insertions(+), 19 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 6c01836 [X86][SSE] Added cvtdq2pd/cvtps2pd generic IR tests
new 3127680 Avoid including AlwaysInliner pass in opt-bisect search.
new 16017f9 llvm-dwp: Pull out compression handling helper
new 5d5ca2a [X86][SSE] The int_x86_sse41_pmovsx* intrinsics are no longer [...]
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/IR/IntrinsicsX86.td | 18 ---------------
include/llvm/Transforms/IPO/InlinerPass.h | 6 +++++
lib/Transforms/IPO/InlineAlways.cpp | 3 +++
lib/Transforms/IPO/Inliner.cpp | 3 +++
tools/llvm-dwp/llvm-dwp.cpp | 37 ++++++++++++++++++-------------
5 files changed, 34 insertions(+), 33 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 b10244d PrologEpilogInserter: Avoid an infinite loop when MinCSFrameI [...]
new 6c01836 [X86][SSE] Added cvtdq2pd/cvtps2pd generic IR 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/stack-folding-fp-avx1.ll | 33 ++++++++++++++++++++++++++++++
test/CodeGen/X86/stack-folding-fp-sse42.ll | 18 ++++++++++++++++
2 files changed, 51 insertions(+)
--
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 13aa7f5 xfail TestRedefinitionsInline on Windows.
new f1ab474 Make sure TestRedefinitionsInInlines.py actually inlines.
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:
packages/Python/lldbsuite/test/lang/c/inlines/main.c | 4 ++--
1 file changed, 2 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 e3a492d [X86][SSE] Use shuffle/sext instead of deprecated (+ auto-upg [...]
new 866cdd5 Add the printing the Mach-O (__LLVM,__bundle) xar archive fil [...]
new b10244d PrologEpilogInserter: Avoid an infinite loop when MinCSFrameI [...]
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:
cmake/config-ix.cmake | 5 +
include/llvm/Config/config.h.cmake | 3 +
lib/CodeGen/PrologEpilogInserter.cpp | 6 +-
lib/Object/CMakeLists.txt | 2 +
test/lit.cfg | 3 +
test/lit.site.cfg.in | 1 +
.../Inputs/LLVM-bundle.macho-x86_64} | Bin 16624 -> 16624 bytes
test/tools/llvm-objdump/macho-LLVM-bundle.test | 60 ++++
tools/llvm-objdump/MachODump.cpp | 383 +++++++++++++++++++++
9 files changed, 460 insertions(+), 3 deletions(-)
copy test/tools/{llvm-readobj/Inputs/macho-universal.x86_64.i386 => llvm-objdump/I [...]
mode change 100644 => 100755
create mode 100644 test/tools/llvm-objdump/macho-LLVM-bundle.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 gcc.
from ae6744c /cp 2016-05-23 Paolo Carlini <paolo.carlini(a)oracle.com>
new 69c0947 PR c++/70735 - generic lambda and local static variable
new bcb45da PR c++/70584 - error with parenthesized builtin arg
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 | 13 +++++++++++++
gcc/cp/cp-gimplify.c | 11 ++++++++++-
gcc/cp/pt.c | 22 +++++++++++++---------
.../g++.dg/cpp1y/lambda-generic-static1.C | 13 +++++++++++++
.../g++.dg/cpp1y/lambda-generic-static2.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/other/i386-10.C | 12 ++++++++++++
6 files changed, 80 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-static1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-static2.C
create mode 100644 gcc/testsuite/g++.dg/other/i386-10.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 5d82919 [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial [...]
new e3a492d [X86][SSE] Use shuffle/sext instead of deprecated (+ auto-upg [...]
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/movgs.ll | 9 ++++-----
1 file changed, 4 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 lldb.
from d95dd29 We have many radars showing that stepping through C++ code ca [...]
new 13aa7f5 xfail TestRedefinitionsInline on Windows.
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:
.../Python/lldbsuite/test/lang/c/inlines/TestRedefinitionsInInlines.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.