This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fb4b957 Don't require nullability on template parameters in typedefs.
new eab101e [index] Fix assertion hit when handling a declaration of C++' [...]
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/Index/IndexingContext.cpp | 10 ----------
lib/Index/USRGeneration.cpp | 11 ++++++++---
test/Index/Core/index-source.cpp | 6 ++++++
3 files changed, 14 insertions(+), 13 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 a9558ab Simplify some typedefs. NFC.
new 2ad749e Revert "[InstCombine] allow splat vector folds in adjustMinMax()"
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/Transforms/InstCombine/InstCombineSelect.cpp | 24 ++++---
test/Transforms/InstCombine/adjust-for-minmax.ll | 80 ++++++++++++++----------
2 files changed, 62 insertions(+), 42 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 lldb.
from 1aeb089 Fix typo which broke debugging on older OSX systems after r285172.
new 5530b4d [cmake] Build gtest from LLVM when building standalone
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:
unittests/CMakeLists.txt | 8 ++++++++
1 file changed, 8 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 glibc.
from 0cb9dcc Bug 20729: Fix build failures on ppc64 and other arches.
new 26d7185 Fix -Wformat-length warning in time/tst-strptime2.c
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:
ChangeLog | 4 ++++
time/tst-strptime2.c | 11 +++++++++++
2 files changed, 15 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 gcc.
from b7aef2f gcc/ * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): Set to zero.
new 2743281 * Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4. * libgcc [...]
new bad2001 * config/i386/i386.c (ix86_init_libfuncs): New. Call darwi [...]
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:
gcc/ChangeLog | 12 +++++++++--
gcc/config/i386/i386.c | 53 +++++++++++++++++++++++++++++++++++++++++-------
libgcc/ChangeLog | 12 +++++++++--
libgcc/Makefile.in | 7 ++-----
libgcc/libgcc-std.ver.in | 6 ++++++
libgcc/libgcc2.c | 37 ++++++++++++++++++++++++++++++---
libgcc/libgcc2.h | 5 ++++-
7 files changed, 112 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 binutils-gdb.
from 47acf0b Enable Intel AVX512_4VNNIW instructions
new 7d5697f Fix dwarf_expr_context method regressions
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/dwarf2expr.c | 16 ----------------
gdb/dwarf2expr.h | 8 +++-----
gdb/dwarf2loc.c | 32 ++++++++++++++++++++++----------
4 files changed, 38 insertions(+), 31 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 60cd8c9 xtensa: don't xfail gcc.c-torture/compile/20001226-1.c
new b7aef2f gcc/ * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): Set to zero.
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 | 5 ++
gcc/config/nvptx/nvptx.c | 2 +-
libgomp/ChangeLog | 8 ++
libgomp/plugin/plugin-nvptx.c | 88 +++++++++++++++++++++-
.../libgomp.oacc-c-c++-common/loop-auto-1.c | 2 +
5 files changed, 100 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 llvm.
from 3937406 Emit S_COMPILE3 record once per TU rather than once per function
new a9558ab Simplify some typedefs. 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:
include/llvm/Object/ELF.h | 8 ++++----
include/llvm/Object/ELFTypes.h | 23 +++++++++++------------
2 files changed, 15 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 4b3270e Add the rest of the additional error checks for invalid Mach- [...]
new 3937406 Emit S_COMPILE3 record once per TU rather than once per function
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/AsmPrinter/CodeViewDebug.cpp | 7 ++-
test/DebugInfo/COFF/asm.ll | 78 ++-----------------------
test/DebugInfo/COFF/multifile.ll | 76 +------------------------
test/DebugInfo/COFF/multifunction.ll | 97 +++++++++++++-------------------
test/DebugInfo/COFF/pr28747.ll | 8 ++-
test/DebugInfo/COFF/simple.ll | 34 +++++++----
test/MC/ARM/coff-debugging-secrel.ll | 8 +--
test/MC/COFF/cv-compiler-info.ll | 11 +---
8 files changed, 87 insertions(+), 232 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 5d5f93b [Documentation] Fix Clang-tidy misc-use-after-move and cert-m [...]
new c388ec1 [clang-tidy] Suppress notes for warnings that were ignored
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:
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 9 ++++++++-
clang-tidy/ClangTidyDiagnosticConsumer.h | 1 +
test/clang-tidy/Inputs/nolint/trigger_warning.h | 5 +++++
test/clang-tidy/nolint.cpp | 13 +++++++++++--
4 files changed, 25 insertions(+), 3 deletions(-)
create mode 100644 test/clang-tidy/Inputs/nolint/trigger_warning.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.