This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository clang-tools-extra.
from c2dbf1c Expand the clang-include-fixer relnotes a bit.
new f1729f7 Merging r278949: (excluding the clang-include-fixer.el part) [...]
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-fixer/find-all-symbols/tool/CMakeLists.txt | 13 +++++++++++--
include-fixer/tool/CMakeLists.txt | 12 +++++++++++-
2 files changed, 22 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 clang-tools-extra.
from 1ad77ea Revert "Add a test for clang-tidy using the clang-cl driver."
new 3551fa8 [Documentation] Remove duplicated checks groups descriptions [...]
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:
docs/clang-tidy/index.rst | 32 +++++++++-----------------------
1 file changed, 9 insertions(+), 23 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 03c1f4b Make llvm-pdbdump print column info when available
new ac9c0f4 [libFuzzer] force proper popcnt instruction
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/Fuzzer/FuzzerTraceState.cpp | 1 +
lib/Fuzzer/FuzzerValueBitMap.h | 3 ++-
2 files changed, 3 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 3a15af3 SCEV: Don't assert about non-SCEV-able value in isSCEVExprNev [...]
new 0f69921 Actually enable new test for const RangeAdapter. Missing fro [...]
new 03c1f4b Make llvm-pdbdump print column info when available
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:
tools/llvm-pdbdump/CompilandDumper.cpp | 9 +++++++++
unittests/ADT/RangeAdapterTest.cpp | 3 ++-
2 files changed, 11 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 87032a5 [LV] Move LoopBodyTraits to a better place, and add comment f [...]
new 50d8d1e [LoopUnroll] Move a simple check earlier. NFC.
new 3a15af3 SCEV: Don't assert about non-SCEV-able value in isSCEVExprNev [...]
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/Analysis/ScalarEvolution.cpp | 4 ++
lib/Transforms/Scalar/LoopUnrollPass.cpp | 10 ++---
test/Analysis/ScalarEvolution/flags-from-poison.ll | 49 ++++++++++++++++++++++
3 files changed, 58 insertions(+), 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 gcc.
from 73d3f1b Fix invalid dg-do directive
new cee8087 [RELOAD] Don't assume subreg mem address is ok
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/reload.c | 6 +++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.c-torture/compile/pr72771.c | 29 +++++++++++++++++++++++++++
4 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr72771.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 cebbb5e Fix reverse to work on const rbegin()/rend().
new 6359c97 [RegionIterator] clang-format some pieces. NFC.
new 915cd42 wordsmith the "new targets" section a bit.
new 1a5ebc4 [InstCombine] add test for missing vector icmp fold
new 87032a5 [LV] Move LoopBodyTraits to a better place, and add comment f [...]
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:
docs/DeveloperPolicy.rst | 20 +++----
include/llvm/Analysis/LoopIterator.h | 60 +++++++++++++++++++++
include/llvm/Analysis/RegionIterator.h | 87 +++++++++++++++---------------
lib/Transforms/Vectorize/LoopVectorize.cpp | 57 --------------------
test/Transforms/InstCombine/icmp.ll | 48 ++++++++++++-----
5 files changed, 149 insertions(+), 123 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 release_39
in repository llvm.
from 4126f23 Merging r278900: -------------------------------------------- [...]
new 5139e4f Merging r278938: -------------------------------------------- [...]
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/llvm/Transforms/Scalar/Reassociate.h | 2 +-
lib/Transforms/Scalar/Reassociate.cpp | 64 +++++++++-------------
.../Reassociate/prev_insts_canonicalized.ll | 57 -------------------
.../Reassociate/reassoc-intermediate-fnegs.ll | 6 +-
test/Transforms/Reassociate/xor_reassoc.ll | 4 +-
5 files changed, 33 insertions(+), 100 deletions(-)
delete mode 100644 test/Transforms/Reassociate/prev_insts_canonicalized.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 release_39
in repository llvm.
from 5b9cd04 Merging r278841: -------------------------------------------- [...]
new 4126f23 Merging r278900: -------------------------------------------- [...]
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/PowerPC/PPCISelLowering.cpp | 9 ++++++++-
test/CodeGen/PowerPC/ppc64-sibcall.ll | 12 ++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.