This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5cdc40a 2016-07-07 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new b1b5042 Do not consider COMPLEX_TYPE as fold_convertible_p
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/fold-const.c | 1 -
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/torture/pr71606.c | 11 +++++++++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71606.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 60316c0 [AVX512] Remove and autoupgrade a duplicate set of 512-bit ma [...]
new 3e6afe9 Bug 28444: Fix assertion when extract_vector_elt has mismatched type
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
test/CodeGen/X86/pr28444.ll | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/pr28444.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 lld.
from 5c4ea8e Test --demangle feature.
new 9eb1a44 [ELF] - Do not error out when version declaration not found w [...]
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/SymbolTable.cpp | 10 ++
test/ELF/verdef-executable.s | 269 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 281 insertions(+)
create mode 100644 test/ELF/verdef-executable.s
--
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 302c35d [PM] Port UnreachableBlockElim to the new Pass Manager
new b1a79e7 [X86] Remove intrinsics that already have autoupgrade support.
new 60316c0 [AVX512] Remove and autoupgrade a duplicate set of 512-bit ma [...]
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:
include/llvm/IR/IntrinsicsX86.td | 25 ----
lib/IR/AutoUpgrade.cpp | 25 +++-
lib/Target/X86/X86ISelLowering.cpp | 7 -
lib/Target/X86/X86IntrinsicsInfo.h | 8 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 192 ++++++++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 192 --------------------------
6 files changed, 217 insertions(+), 232 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 2cd2d95 [CodeGen] Use llvm::Type::getVectorNumElements instead of cas [...]
new 37858de [X86] Remove dead builtins that don't exist in the backend in [...]
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 | 12 ------------
lib/Sema/SemaChecking.cpp | 1 -
test/CodeGen/builtins-x86.c | 1 -
3 files changed, 14 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 b30e994 Daily bump.
new 5cdc40a 2016-07-07 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/trans-expr.c | 1 -
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr71764.f90 | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71764.f90
--
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 5c1170f Add an assertion for the value enumerator (bitcode writer) NFC
new 302c35d [PM] Port UnreachableBlockElim to the new Pass Manager
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/CodeGen/UnreachableBlockElim.h | 37 +++++++++++++++++
include/llvm/InitializePasses.h | 2 +-
lib/CodeGen/CodeGen.cpp | 2 +-
lib/CodeGen/UnreachableBlockElim.cpp | 62 ++++++++++++++++++-----------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
test/CodeGen/X86/unreachableblockelim.ll | 21 ++++++++++
tools/llc/llc.cpp | 2 +-
tools/opt/opt.cpp | 1 +
9 files changed, 102 insertions(+), 27 deletions(-)
create mode 100644 include/llvm/CodeGen/UnreachableBlockElim.h
create mode 100644 test/CodeGen/X86/unreachableblockelim.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 e08c568 [X86] Reuse existing lambda and remove unnecessary argument f [...]
new 2cd2d95 [CodeGen] Use llvm::Type::getVectorNumElements instead of cas [...]
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/CodeGen/CGBuiltin.cpp | 5 ++---
lib/CodeGen/CGExpr.cpp | 3 +--
lib/CodeGen/CGExprScalar.cpp | 4 ++--
3 files changed, 5 insertions(+), 7 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 3fde040 Fix it so that we only grab the typedef from the module DWARF [...]
new 6514935 Add an API to unwind from a hand-called expression.
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/lldb/API/SBThread.h | 3 +++
scripts/interface/SBThread.i | 8 ++++++++
source/API/SBThread.cpp | 25 +++++++++++++++++++++++++
3 files changed, 36 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 clang.
from 6ae7a29 [X86] Remove a couple calls to create V2F64 and V4F32 types f [...]
new e08c568 [X86] Reuse existing lambda and remove unnecessary argument f [...]
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/CodeGen/CGBuiltin.cpp | 27 +++++++++++----------------
1 file changed, 11 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.