This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3071b63207c [X86] Change the addcarry and subborrow intrinsics to retur [...]
new 0c1ea5a1294 utils/abtest: Refactor and add bisection method
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:
utils/abtest.py | 403 ++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 278 insertions(+), 125 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 43fc2d6fe88 [X86] Teach X86DAGToDAGISel::foldLoadStoreIntoMemOperand to [...]
new d25c18e2ecb [X86] Use regular expressions to make test immune to regist [...]
new 3071b63207c [X86] Change the addcarry and subborrow intrinsics to retur [...]
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 | 36 ++++----
lib/IR/AutoUpgrade.cpp | 58 ++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 26 +++---
lib/Target/X86/X86IntrinsicsInfo.h | 14 ++-
...adx-intrinsics.ll => adx-intrinsics-upgrade.ll} | 28 +++---
test/CodeGen/X86/adx-intrinsics.ll | 101 ++++++++++++++-------
test/CodeGen/X86/stack-folding-adx-x86_64.ll | 12 +--
7 files changed, 180 insertions(+), 95 deletions(-)
copy test/CodeGen/X86/{adx-intrinsics.ll => adx-intrinsics-upgrade.ll} (96%)
--
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 3335111af9 Revert "[OPENMP][NVPTX] Disable runtime-type info for CUDA d [...]
new 26a2dfb9c8 [X86] Modify addcarry/subborrow builtins to emit an 2 result [...]
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/CGBuiltin.cpp | 35 +++++++++++++++++++++++++++++++++++
test/CodeGen/adc-builtins.c | 20 ++++++++++++++++----
test/CodeGen/adx-builtins.c | 10 ++++++++--
3 files changed, 59 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 78b2eddfbc4 [LV] Fix code gen for conditionally executed loads and stores
new 189c2c8cb6d [InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when [...]
new 43fc2d6fe88 [X86] Teach X86DAGToDAGISel::foldLoadStoreIntoMemOperand to [...]
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/X86ISelDAGToDAG.cpp | 28 ++++++++++----
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 16 +++++---
lib/Transforms/InstCombine/InstCombineSelect.cpp | 43 ++++++++++++++++++----
test/CodeGen/X86/addcarry.ll | 12 ++----
test/Transforms/InstCombine/max-of-nots.ll | 22 +++++------
test/Transforms/InstCombine/select.ll | 8 ++--
test/Transforms/InstCombine/select_meta.ll | 32 ++++++++--------
test/Transforms/InstCombine/sub.ll | 42 +++++++++------------
test/Transforms/InstCombine/xor.ll | 6 +--
9 files changed, 123 insertions(+), 86 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v3
in repository toolchain/jenkins-scripts.
discards a774090 tcwg-bisect-llvm-kernel.sh: Add bisect.log to artifacts
new 8795eb7 tcwg-bisect-llvm-kernel.sh: Add bisect.log to artifacts
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a774090)
\
N -- N -- N refs/heads/llvm-kernel-v3 (8795eb7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-bisect-llvm-kernel.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.