This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6a466e7 New tool: opt-diff.py
new d541a81 [DAGCombiner] avoid assertion when folding binops with opaque [...]
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 | 7 +++--
test/CodeGen/ARM/select_const.ll | 51 ++++++++++++++++++++++++++++++++
test/CodeGen/X86/select_const.ll | 26 ++++++++++++++++
3 files changed, 81 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 05f3b73 Allow use of spaces in Bugpoint ‘--compile-command’ argument
new 4056116 [opt-viewer] Sort entries with identical hotness by source line
new 76f5727 [opt-viewer] Don't use __getattr__ for missing YAML attributes
new 5bf944f [opt-viewer] Treat remarks with different attributes as different
new 6a466e7 New tool: opt-diff.py
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:
utils/opt-viewer/opt-diff.py | 68 ++++++++++++++++++++++++++++++++++++++++++
utils/opt-viewer/opt-viewer.py | 6 ++--
utils/opt-viewer/optrecord.py | 45 ++++++++++++++++++++++++----
3 files changed, 110 insertions(+), 9 deletions(-)
create mode 100755 utils/opt-viewer/opt-diff.py
--
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 f98450c Disable warning message about a program header with no associ [...]
new 05ed431 Support merging build notes in sections without the SHF_GNU_B [...]
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:
binutils/ChangeLog | 2 ++
binutils/objcopy.c | 6 +++++-
2 files changed, 7 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 release_40
in repository llvm.
from 7cdbbe0 Added pocl and TCE to releasenotes. Both of them now work wit [...]
new 90a4067 Merging r296642: -------------------------------------------- [...]
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/Transforms/Scalar/GVNHoist.cpp | 31 +++------
test/Transforms/GVNHoist/hoist-unsafe-pr31729.ll | 81 ++++++++++++++++++++++++
2 files changed, 90 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/GVNHoist/hoist-unsafe-pr31729.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 llvm.
from 131b639 fix typo in comment; NFC
new 05f3b73 Allow use of spaces in Bugpoint ‘--compile-command’ argument
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/bugpoint/ToolRunner.cpp | 67 +++++++++++++++++++++++++++++--------------
1 file changed, 46 insertions(+), 21 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 7bc4047 Re-apply "[GVNHoist] Move GVNHoist to function simplification [...]
new 131b639 fix typo in comment; 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:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 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 d35d48c GlobalISel: record correct stack usage for signext parameters.
new 7bc4047 Re-apply "[GVNHoist] Move GVNHoist to function simplification [...]
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/Transforms/IPO/PassManagerBuilder.cpp | 4 ++--
test/Transforms/GVNHoist/hoist-inline.ll | 38 +++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/GVNHoist/hoist-inline.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 zorg.
from a4a7c00 Delete zorg/buildbot/llvmlab, smooshlab was replaced by Jenkins
new 8ce9ab5 Delete obsolete MSVC build factory logic for Clang
new ab51946 Delete autoconf-based LLVM build factory
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:
zorg/buildbot/builders/ClangBuilder.py | 78 --------------------
zorg/buildbot/builders/LLVMBuilder.py | 125 ---------------------------------
2 files changed, 203 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 16d332f 2017-03-02 Richard Biener <rguenther(a)suse.de>
new 79dab7d PR rtl-optimization/79780 * cprop.c (one_cprop_pass): When [...]
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 | 7 ++++
gcc/cprop.c | 16 +++++++--
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/compile/pr79780.c | 48 +++++++++++++++++++++++++++
4 files changed, 73 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr79780.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.