This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bc82d26 Update comment for r299098 per feedback from James Henderson.
new 922c623 Use the current working directory in the glob expansion
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/lit/lit/ShCommands.py | 9 +++++++--
utils/lit/lit/TestRunner.py | 12 ++++++------
2 files changed, 13 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 lld.
from f8ded2a Re-apply r299168 and r299169 now that the libdeps are fixed.
new 94bdc3e Remove unnecessary cast and branch. 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:
ELF/Relocations.cpp | 6 +-----
1 file changed, 1 insertion(+), 5 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 85ae85b [ScalarEvolution] Re-enable Predicate implication from operations
new bc82d26 Update comment for r299098 per feedback from James Henderson.
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/Support/raw_ostream.cpp | 3 +--
1 file changed, 1 insertion(+), 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 compiler-rt.
from 00f4988 [asan] Move AsanCheckDynamicRTPrereqs check under flag
new 7596a2a Remove unused variable.
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/esan/TestCases/workingset-samples.cpp | 1 -
1 file changed, 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 ff45a18 [AMDGPU] SDWA Peephole: improve search for immediates in SDWA [...]
new 55cd27a Do not pollute the namespace in a header file.
new 85ae85b [ScalarEvolution] Re-enable Predicate implication from operations
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/Analysis/ScalarEvolution.h | 17 ++
lib/Analysis/ScalarEvolution.cpp | 187 +++++++++++-
lib/Support/Windows/DynamicLibrary.inc | 14 +-
.../ScalarEvolution/implied-via-addition.ll | 50 ++++
.../ScalarEvolution/implied-via-division.ll | 331 +++++++++++++++++++++
5 files changed, 576 insertions(+), 23 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/implied-via-addition.ll
create mode 100644 test/Analysis/ScalarEvolution/implied-via-division.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 74b9bfc Spelling mistakes in comments. NFCI.
new 3930945 clang-format: [JavaScript] Ignore QT keywords.
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/Format/UnwrappedLineParser.cpp | 4 +++-
unittests/Format/FormatTestJS.cpp | 2 ++
2 files changed, 5 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 binutils-gdb.
from dc1e4d6 Reduce the size of s390 symbol tables by allowing relocations [...]
new efdf7a0 Fix minor problems with previous wasm32 binutils commit.
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:
binutils/ChangeLog | 5 +++++
binutils/NEWS | 2 +-
binutils/testsuite/binutils-all/wasm32/wasm32.exp | 3 +--
3 files changed, 7 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 gcc-6-branch
in repository gcc.
from 32196f8 Daily bump.
new fee2a19 PR80218: Call CDCE fails to update the block profile
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 | 6 ++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pr80218.c | 28 +++++++++++++++++
gcc/tree-call-cdce.c | 68 +++++++++++++++++++++++++++++++-----------
4 files changed, 89 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80218.c
--
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 0789890 [DAGCombiner] Add vector demanded elements support to compute [...]
new ff45a18 [AMDGPU] SDWA Peephole: improve search for immediates in SDWA [...]
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/AMDGPU/SIFoldOperands.cpp | 23 +-----------
lib/Target/AMDGPU/SIInstrInfo.cpp | 21 +++++++++++
lib/Target/AMDGPU/SIInstrInfo.h | 2 +
lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 72 +++++++++++++++++++++++++-----------
test/CodeGen/AMDGPU/sdwa-peephole.ll | 62 ++++++++++++++++++-------------
5 files changed, 112 insertions(+), 68 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 binutils-gdb.
from 938ec66 Automatic date update in version.in
new dc1e4d6 Reduce the size of s390 symbol tables by allowing relocations [...]
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:
gas/ChangeLog | 6 ++++++
gas/config/tc-s390.c | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.