This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 83c785e Regenerate test
new 796c99cb [X86] Regenerate fp truncate tests
new 5ac5ac2 [X86][SSE] Regenerate subvector extraction widening test
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:
test/CodeGen/X86/fp-load-trunc.ll | 9 +++++----
test/CodeGen/X86/fp-trunc.ll | 13 ++++++-------
test/CodeGen/X86/widen_extract-1.ll | 22 +++++++++++++++++-----
3 files changed, 28 insertions(+), 16 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 3e148ac [X86][XOP] Tweak vpermil2pd test to stop it being combined away
new ac36473 Regenerate test
new 83c785e Regenerate test
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:
test/CodeGen/X86/chain_order.ll | 22 +++++++++++++---------
test/CodeGen/X86/vec_fptrunc.ll | 6 +++---
2 files changed, 16 insertions(+), 12 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.
ryan.arnold pushed a change to branch ryan_arnold/rngen
in repository toolchain/tcwg-release-tools.
from a52c1b3 Replaced Series __format__ with a cleaner implementation and [...]
new 2e634bb Move 'cd' context out of linaropy/git/gitrepo.py into linaropy/cd.py
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:
linaropy/cd.py | 25 +++++++++++++++++++++++++
linaropy/git/clone.py | 2 +-
linaropy/git/gitrepo.py | 23 +++--------------------
linaropy/git/workdir.py | 3 +--
linaropy/rn/gccclone.py | 2 +-
linaropy/rn/rnseries.py | 2 +-
6 files changed, 32 insertions(+), 25 deletions(-)
create mode 100644 linaropy/cd.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 llvm.
from 49a5f5e [asan] Minimize code size by using __asan_set_shadow_* for la [...]
new 3e148ac [X86][XOP] Tweak vpermil2pd test to stop it being combined away
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/X86/xop-mask-comments.ll | 6 +++---
1 file changed, 3 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 24f7c90 Use SDValue::getOpcode() helper instead of via SDValue::getNode()
new 49a5f5e [asan] Minimize code size by using __asan_set_shadow_* for la [...]
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:
.../Instrumentation/AddressSanitizer.cpp | 53 +++++++++++++++++++--
.../stack-poisoning-experimental.ll | 55 ++++++++++++++++++----
2 files changed, 93 insertions(+), 15 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 656204f [analyzer] Use faster hashing (MD5) in CloneDetector.
new 919e1bc Wdocumentation fix
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/CloneDetection.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 d66cc57 [asan] Initialize __asan_set_shadow_* callbacks
new 24f7c90 Use SDValue::getOpcode() helper instead of via SDValue::getNode()
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 | 4 ++--
1 file changed, 2 insertions(+), 2 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.
ryan.arnold pushed a change to branch ryan_arnold/rngen
in repository toolchain/tcwg-release-tools.
from 897b858 Correct test expectations and remove spurious print statements.
new a52c1b3 Replaced Series __format__ with a cleaner implementation and [...]
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:
linaropy/rn/linaroseries.py | 30 +--
linaropy/rn/rngen.py | 4 +-
linaropy/rn/rnseries.py | 22 +-
linaropy/series.py | 544 +++++++++++++++++++++++++++++++++++++++-----
linaropy/vers.py | 3 +-
5 files changed, 518 insertions(+), 85 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 c662b7e [asan] Cleanup instrumentation of dynamic allocas
new 7b2eb8e [asan] Optimize store size in FunctionStackPoisoner::poisonRedZones
new d66cc57 [asan] Initialize __asan_set_shadow_* callbacks
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:
.../llvm/Transforms/Utils/ASanStackFrameLayout.h | 1 +
.../Instrumentation/AddressSanitizer.cpp | 126 +++++++++++++--------
test/Instrumentation/AddressSanitizer/lifetime.ll | 3 +-
.../stack-poisoning-experimental.ll | 24 ++++
.../AddressSanitizer/stack-poisoning.ll | 12 +-
5 files changed, 112 insertions(+), 54 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-experimental.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 clang.
from 9c27c6b [Sema] Don't crash on scanf on forward-declared enums.
new 656204f [analyzer] Use faster hashing (MD5) in CloneDetector.
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/Analysis/CloneDetection.h | 43 ++---
lib/Analysis/CloneDetection.cpp | 253 ++++++++++++++++++++-------
lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 9 -
3 files changed, 212 insertions(+), 93 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.