This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a21a486 Fix signed/unsigned comparison warning.
new 33e17b4 PredicateInfo: Clean up predicate info a little, using insert [...]
new edd367e NewGVN: Make ranking prefer undef to constants. Fix direction [...]
new 072a5a0 NewGVN: Start making use of predicateinfo pass.
The 3 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/PredicateInfo.h | 20 +-
lib/Transforms/Scalar/NewGVN.cpp | 308 ++++++++++++++++++++++--
lib/Transforms/Utils/PredicateInfo.cpp | 160 ++++++------
test/Transforms/NewGVN/condprop.ll | 150 ------------
test/Transforms/NewGVN/predicates.ll | 111 +++++++++
test/Transforms/NewGVN/storeoverstore.ll | 42 ++--
test/Transforms/Util/PredicateInfo/condprop.ll | 3 +-
test/Transforms/Util/PredicateInfo/testandor.ll | 20 +-
8 files changed, 539 insertions(+), 275 deletions(-)
create mode 100644 test/Transforms/NewGVN/predicates.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 5ff0a24 [X86] Fix enumeral/non-enumeral comparison warning.
new 7d34dce [AArch64] Fix enumeral/non-enumeral conditional expression warning.
new 8f60fb0 [TableGen] Make sure EnforceSameSize populates the type sets [...]
new 4deede4 [X86][XOP] Reduce the size of a multiclass by moving more stu [...]
new a21a486 Fix signed/unsigned comparison warning.
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:
lib/Target/AArch64/AArch64MacroFusion.cpp | 8 +--
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 1 +
lib/Target/X86/X86InstrInfo.cpp | 8 +--
lib/Target/X86/X86InstrXOP.td | 95 +++++++++++--------------------
lib/Target/X86/X86MCInstLower.cpp | 8 +--
utils/TableGen/CodeGenDAGPatterns.cpp | 6 ++
7 files changed, 54 insertions(+), 76 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 gcc-5-branch
in repository gcc.
from ea155a1 Daily bump.
new 84e3f16 Backport from mainline 2016-12-11 Roger Pau Monné <roger. [...]
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 | 8 ++++++++
gcc/config/i386/x86-64.h | 2 +-
2 files changed, 9 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 master
in repository llvm.
from f9e2c1f [X86][SSE] Avoid repeated calls to SDValue::getValueType.
new 5ff0a24 [X86] Fix enumeral/non-enumeral comparison warning.
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/X86/X86ISelLowering.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 132ef2b [InstSimplify] add nsw/nuw (xor X, signbit), signbit --> X
new 2b34104 [InstCombine] add nsw/nuw X, signbit --> or X, signbit
new f9e2c1f [X86][SSE] Avoid repeated calls to SDValue::getValueType.
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/Target/X86/X86ISelLowering.cpp | 11 +++++++----
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 11 +++++++++--
test/Transforms/InstCombine/add.ll | 10 ++++------
test/Transforms/InstCombine/icmp-add.ll | 10 ++++------
4 files changed, 24 insertions(+), 18 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 f7584cd [InstSimplify] add tests for add nsw/nuw (xor X, signbit), si [...]
new 132ef2b [InstSimplify] add nsw/nuw (xor X, signbit), signbit --> X
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 | 12 +++++++++++-
test/Transforms/InstCombine/add.ll | 4 +++-
test/Transforms/InstSimplify/AndOrXor.ll | 8 ++------
3 files changed, 16 insertions(+), 8 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 33dd286 [x86] remove stale comments from tests; NFC
new 58ee25f Recommit "[X86] Remove XOP VPCMOV intrinsics and autoupgrade [...]
new f7584cd [InstSimplify] add tests for add nsw/nuw (xor X, signbit), si [...]
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 | 11 ----
lib/IR/AutoUpgrade.cpp | 4 +-
lib/Target/X86/X86InstrInfo.cpp | 4 +-
lib/Target/X86/X86InstrXOP.td | 79 ++++++-----------------
test/CodeGen/X86/xop-intrinsics-fast-isel.ll | 14 +++-
test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll | 39 +++++++++++
test/CodeGen/X86/xop-intrinsics-x86_64.ll | 32 +++++----
test/Transforms/InstSimplify/AndOrXor.ll | 26 ++++++++
8 files changed, 120 insertions(+), 89 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 f33af75 AMDGPU: Add gfx900 and gfx901 processors
new 189c992 [X86] Replace XOP vpcmov builtins with native vector logical [...]
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 | 2 --
lib/Headers/xopintrin.h | 4 ++--
test/CodeGen/xop-builtins.c | 10 ++++++++--
3 files changed, 10 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 e7c7257 [MemorySSA] NFC small fixes
new 4c507d5 [x86] fold sext (xor Bool, -1) --> sub (zext Bool), 1
new 33dd286 [x86] remove stale comments from tests; 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/Target/X86/X86ISelLowering.cpp | 10 ++++++++++
test/CodeGen/X86/sext-i1.ll | 40 ++++++++++++++------------------------
2 files changed, 25 insertions(+), 25 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 460902c * final.c (last_columnnum, override_columnnum): New variable [...]
new 80939d1 * doc/xml/manual/io.xml: Update link to groups.google.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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/xml/manual/io.xml | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.