This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e954087 Guard AddCXXSynthetic with LLDB_DISABLE_PYTHON
new 97780c9 fix argument usage for '-#' command line option
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/dotest.py | 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 clang.
from 9b2033a Add a test for PR26076.
new 2e2398b [Hexagon] Add a testcase for __builtin_HEXAGON_A2_tfrpi
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/builtins-hexagon.c | 2 ++
1 file changed, 2 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 llvm.
from 341096a [Hexagon] Handle operand type differences for A2_tfrpi
new a2d385e [ValueTracking] Improve isImpliedCondition for matching LHS a [...]
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/ValueTracking.cpp | 29 +++++
test/CodeGen/AArch64/addsub.ll | 8 +-
test/CodeGen/AArch64/combine-comparisons-by-cse.ll | 8 +-
test/Transforms/InstCombine/select-implied.ll | 20 +++-
.../SimplifyCFG/implied-cond-matching-imm.ll | 123 +++++++++++++++++++++
5 files changed, 180 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/implied-cond-matching-imm.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 debb790 [LV] Identify more induction PHIs by coercing expressions to [...]
new b8ed2a0 Fix unused variable warning after r268632
new 341096a [Hexagon] Handle operand type differences for A2_tfrpi
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/IntrinsicsHexagon.td | 2 +-
lib/Target/Hexagon/HexagonIntrinsics.td | 17 ++++++++++++++++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 1 -
3 files changed, 17 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 e1eac03 [LV] Refactor the validation of PHI inductions. NFC
new debb790 [LV] Identify more induction PHIs by coercing expressions to [...]
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/Transforms/Utils/LoopUtils.h | 17 ++++++-
lib/Transforms/Utils/LoopUtils.cpp | 33 +++++++++++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 22 ++++++---
test/Transforms/LoopVectorize/induction.ll | 75 ++++++++++++++++++++++++++++++
4 files changed, 136 insertions(+), 11 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 257fabb Remove bit-rotten CppBackend.
new e1eac03 [LV] Refactor the validation of PHI inductions. 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/Transforms/Vectorize/LoopVectorize.cpp | 77 +++++++++++++++++++-----------
1 file changed, 48 insertions(+), 29 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 1a854f0 * decl.c: Update comment.
new 499adcf Declare isnanf in gcc.dg/ipa/inline-8.c
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/ipa/inline-8.c | 1 +
2 files changed, 5 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 llvm.
from 15869cb Fix Windows bot failures from r268627
new 2887538 Fix Mips Parser error reporting
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 76 +++++++++++++++++++----------
test/MC/Mips/set-push-pop-directives-bad.s | 9 +++-
2 files changed, 57 insertions(+), 28 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 0c4a898 [ThinLTO] Emit individual index files for distributed backends
new 15869cb Fix Windows bot failures from r268627
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/ThinLTO/X86/distributed_indexes.ll | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.