This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 51a84388011 [APInt] Move the 'return *this' from the slow cases of assi [...]
new 8ccdc594587 [InstCombine] Reduce visitLoadInst() code duplication. NFCI.
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 38 ++++++++++------------
1 file changed, 18 insertions(+), 20 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 8b205e90b Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
new 88ccfa16b Skip tests that use 'llvm_xray' for standalone builds.
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/xray/TestCases/Linux/fdr-mode.cc | 1 +
test/xray/TestCases/Linux/fdr-thread-order.cc | 2 ++
test/xray/lit.site.cfg.in | 4 ++++
3 files changed, 7 insertions(+)
--
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 19e4f8f1d92 [InstSimplify] fold identity shuffles (recursing if needed)
new 51a84388011 [APInt] Move the 'return *this' from the slow cases of assi [...]
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/ADT/APInt.h | 35 ++++++++++++++++++-----------------
lib/Support/APInt.cpp | 17 +++++++----------
2 files changed, 25 insertions(+), 27 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 af30bb9796f use 'auto' with 'dyn_cast' and fix formatting; NFC
new 19e4f8f1d92 [InstSimplify] fold identity shuffles (recursing if needed)
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 | 77 ++++++++++++++++++++++++++-
test/Transforms/InstSimplify/shufflevector.ll | 67 ++++++++++++++---------
2 files changed, 117 insertions(+), 27 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 6e78eca2cbb PR debug/80461 * dwarf2out.c (modified_type_die, gen_type [...]
new 2122510198d Rationalise ABI links in libstdc++ manual
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/html/faq.html | 2 +-
libstdc++-v3/doc/html/manual/abi.html | 13 ++++++-------
libstdc++-v3/doc/html/manual/status.html | 6 +-----
libstdc++-v3/doc/html/manual/test.html | 7 +++++--
libstdc++-v3/doc/xml/manual/abi.xml | 9 ++++-----
libstdc++-v3/doc/xml/manual/test.xml | 7 +++++--
7 files changed, 27 insertions(+), 22 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 a6c21d4a55 gdbthread.h: Fix comment typo
new e492d2f8ac x86-64: Handle undefined IFUNC symbol with -z now
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:
bfd/ChangeLog | 6 ++++++
bfd/elf64-x86-64.c | 2 +-
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-ifunc/ifunc.exp | 8 ++++++++
4 files changed, 21 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 a036dbbac59 Add an #include for <climits> for CHAR_BIT.
new af30bb9796f use 'auto' with 'dyn_cast' and fix formatting; 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:
lib/IR/Instructions.cpp | 15 +++++++--------
1 file changed, 7 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 gcc.
from a0dd857296f * libsupc++/new: Update comment on #endif directive.
new 8ab5d9f0ed2 PR debug/80436 * tree-ssa-loop-manip.c (find_uses_to_rena [...]
new e4369333490 PR c++/80459 * c-c++-common/opaque-vector.c (SIZEOF_MAXIN [...]
new 6e78eca2cbb PR debug/80461 * dwarf2out.c (modified_type_die, gen_type [...]
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:
gcc/ChangeLog | 9 +++++++
gcc/dwarf2out.c | 18 +++++++------
gcc/testsuite/ChangeLog | 13 +++++++++
gcc/testsuite/c-c++-common/opaque-vector.c | 14 ++++++++--
gcc/testsuite/g++.dg/debug/pr80461.C | 42 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/opt/pr80436.C | 42 ++++++++++++++++++++++++++++++
gcc/tree-ssa-loop-manip.c | 3 +++
7 files changed, 131 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr80461.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr80436.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 clang.
from a8d0898b87 Remove unnecessary condition as suggested by clang-tidy. NFC
new 9192aede9d Add #pragma clang attribute support to the external_source_s [...]
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/Attr.td | 12 +-
lib/Sema/SemaDeclAttr.cpp | 21 ++--
...pragma-attribute-supported-attributes-list.test | 3 +-
test/Sema/alloc-align-attr.c | 6 +-
utils/TableGen/ClangAttrEmitter.cpp | 137 +++++++++++++++++----
5 files changed, 136 insertions(+), 43 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 dc88b88a05f [Support] Add some helpers to generate bitmasks.
new a036dbbac59 Add an #include for <climits> for CHAR_BIT.
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/Support/MathExtras.h | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.