This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 18e2018b41a 2017-05-07 Jeff Law <law(a)redhat.com>
new 903ed19641c PR translation/80280 * call.c (print_z_cand [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/call.c | 6 +++---
2 files changed, 8 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 88c686221fd InstructionSimplify: Relanding r301766
new b742cd68a57 [InstSimplify] add tests for PR32949 miscompile; NFC
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/compare.ll | 29 +++++++++++++++++++++++++++--
1 file changed, 27 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 e3f371483fa Make llvm-rtdlyd -check preserve automatic address mappings [...]
new 88c686221fd InstructionSimplify: Relanding r301766
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 | 51 ++++++++++++++++-----------
test/Transforms/InstSimplify/shufflevector.ll | 14 ++++++++
2 files changed, 45 insertions(+), 20 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 038bc52dc9a [SCEV] Use move semantics in ScalarEvolution::setRange
new e3f371483fa Make llvm-rtdlyd -check preserve automatic address mappings [...]
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/ExecutionEngine/RuntimeDyldChecker.h | 6 ++++++
.../RuntimeDyld/RuntimeDyldChecker.cpp | 14 +++++++++++++
.../RuntimeDyld/RuntimeDyldCheckerImpl.h | 2 ++
tools/llvm-rtdyld/llvm-rtdyld.cpp | 23 ++++++++++------------
4 files changed, 32 insertions(+), 13 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 2a7ef8d5f2e [InstSimplify] use ConstantRange to simplify or-of-icmps
new 038bc52dc9a [SCEV] Use move semantics in ScalarEvolution::setRange
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/Analysis/ScalarEvolution.h | 6 +++---
lib/Analysis/ScalarEvolution.cpp | 6 +++---
2 files changed, 6 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 master
in repository llvm.
from 2c224bcd52a [Kaleidoscope] toy.cpp use after move fix
new 2a7ef8d5f2e [InstSimplify] use ConstantRange to simplify or-of-icmps
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 | 66 ++-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 57 +--
.../2005-06-16-SetCCOrSetCCMiscompile.ll | 14 -
test/Transforms/InstCombine/and-or-icmps.ll | 4 +-
test/Transforms/InstCombine/or.ll | 11 -
test/Transforms/InstSimplify/icmp-ranges.ll | 546 +++++----------------
6 files changed, 176 insertions(+), 522 deletions(-)
delete mode 100644 test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.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 gcc.
from 77e13944e48 Daily bump.
new 18e2018b41a 2017-05-07 Jeff Law <law(a)redhat.com>
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 | 15 ++++++++
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-16.c | 38 -------------------
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-17.c | 36 ------------------
gcc/tree-vrp.c | 54 ++-------------------------
5 files changed, 26 insertions(+), 125 deletions(-)
delete mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-16.c
delete mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-17.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 8582763b657 Remove unnecessary const_cast
new 2c224bcd52a [Kaleidoscope] toy.cpp use after move fix
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:
examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp | 2 +-
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp | 2 +-
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp | 2 +-
examples/Kaleidoscope/Chapter6/toy.cpp | 2 +-
examples/Kaleidoscope/Chapter7/toy.cpp | 2 +-
examples/Kaleidoscope/Chapter8/toy.cpp | 2 +-
6 files changed, 6 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 master
in repository llvm.
from 98dab84b5ce Fix comment.
new 23430d8ce19 Use array_pod_sort instead of std::sort
new 8582763b657 Remove unnecessary const_cast
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/Analysis/ScalarEvolution.h | 2 +-
lib/Analysis/ScalarEvolution.cpp | 13 +++++--------
2 files changed, 6 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 731d5fe6e97 COFF: add ARM64 relocation types
new 98dab84b5ce Fix comment.
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/MachineModuleInfo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.