This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 772306b17d2 [InstCombine] add tests for isnan(fabs(X)); NFC
new 3bfaa4d7be4 [InstCombine] peek through fabs() when checking isnan()
new caeba011f77 [llvm-exegesis] Increasing wrapping limit.
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 7 ++++++-
test/Transforms/InstCombine/fcmp.ll | 6 ++----
tools/llvm-exegesis/lib/BenchmarkResult.cpp | 2 +-
3 files changed, 9 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 gcc.
from 19afb9ec485 * tree.c (fld_incomplete_type_of): Clear TREE_ADDRESSABLE. [...]
new dcdd05414ff * gcc.dg/pr87874.c: Compile only for int128 effective target.
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/pr87874.c | 4 +---
2 files changed, 5 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 8c397800298 [InstCombine] add tests for more fcmp+fabs preds; NFC
new b3939a8dff7 [InstCombine] add folds for fcmp Pred fabs(X), 0.0
new 772306b17d2 [InstCombine] add tests for isnan(fabs(X)); NFC
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 8 +++++++
test/Transforms/InstCombine/fcmp.ll | 28 ++++++++++++++++++----
2 files changed, 32 insertions(+), 4 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 2fbb03c096a 2018-11-07 Richard Biener <rguenther(a)suse.de>
new 19afb9ec485 * tree.c (fld_incomplete_type_of): Clear TREE_ADDRESSABLE. [...]
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/tree.c | 18 ++++++++++++++++++
2 files changed, 25 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 b9f324c2611 [InstCombine] add fold for fabs(X) u< 0.0
new 3125e351406 Add support for llvm.is.constant intrinsic (PR4898)
new 8c397800298 [InstCombine] add tests for more fcmp+fabs preds; NFC
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:
docs/LangRef.rst | 45 +++++++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 1 +
include/llvm/IR/Intrinsics.td | 4 +
lib/Analysis/ConstantFolding.cpp | 22 +++++
lib/CodeGen/CodeGenPrepare.cpp | 43 ++++++---
lib/CodeGen/GlobalISel/IRTranslator.cpp | 5 +
lib/CodeGen/SelectionDAG/FastISel.cpp | 8 ++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 ++
lib/Transforms/Scalar/SCCP.cpp | 2 +
test/CodeGen/Generic/is-constant.ll | 114 +++++++++++++++++++++++
test/CodeGen/X86/is-constant.ll | 50 ++++++++++
test/Transforms/InstCombine/fcmp.ll | 22 +++++
test/Transforms/SCCP/ipsccp-basic.ll | 13 +++
13 files changed, 322 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/Generic/is-constant.ll
create mode 100644 test/CodeGen/X86/is-constant.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 users/ahayward/variable_sve2
in repository binutils-gdb.
at e8f3f2047b Aarch64 SVE: Support changing vector lengths in gdbserver
This branch includes the following new commits:
new 4bcad105b7 Aarch64 SVE: Support changing vector lengths for ptrace
new 7972cd8ed3 Aarch64 SVE: Support changing vector lengths in GDB
new 7df31403ba Name and seperate the union in gdbarch_info
new 03345b3336 Add target_description_changed_p and target_get_tdep_info methods
new 7a9abb2bce Add gdbserver target methods target_validate_tdesc and arch_setup
new e8f3f2047b Aarch64 SVE: Support changing vector lengths in gdbserver
The 6 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.
--
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 35ee2dc2e4 gdb: Guard against NULL dereference in dwarf2_init_integer_type
new fc7b364aba Add support for new load commands added by Apple to the MACH [...]
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:
bfd/ChangeLog | 19 ++++++++
bfd/mach-o.c | 47 +++++++++++++++---
bfd/mach-o.h | 48 +++++++++++++++---
binutils/ChangeLog | 12 +++++
binutils/od-macho.c | 121 +++++++++++++++++++++++++++++++++++++++++++---
include/ChangeLog | 10 ++++
include/mach-o/external.h | 19 +++++++-
include/mach-o/loader.h | 54 +++++++++++----------
8 files changed, 282 insertions(+), 48 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 0d2cd950387 [InstCombine] add test for fcmp+fabs; NFC
new b9f324c2611 [InstCombine] add fold for fabs(X) u< 0.0
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/InstCombine/InstCombineCompares.cpp | 5 +++++
test/Transforms/InstCombine/fcmp.ll | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.