This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7b6a2c6037c [MSan] revert r341528 to unbreak the bots
new 48afe9e6360 [InstCombine] fix formatting in SimplifyDemandedVectorElts- [...]
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/InstCombineSimplifyDemanded.cpp | 28 ++++++++++++----------
1 file 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 2310232c [clangd] NFC: mark single-parameter constructors explicit
new 8c10841e [clangd] NFC: Use TopN instead of std::priority_queue
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:
clangd/index/MemIndex.cpp | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 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 8ee3adc8 [clangd] Implement proximity path boosting for Dex
new 2310232c [clangd] NFC: mark single-parameter constructors explicit
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:
clangd/index/dex/Iterator.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 68a11ec0 [clangd] Fix data race in async fuzzyFind tests.
new 8ee3adc8 [clangd] Implement proximity path boosting for Dex
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:
clangd/FileDistance.h | 5 ++
clangd/URI.cpp | 20 +++++
clangd/URI.h | 5 ++
clangd/index/SymbolYAML.cpp | 3 +-
clangd/index/SymbolYAML.h | 1 +
clangd/index/dex/DexIndex.cpp | 154 +++++++++++++++++++++++++++++++------
clangd/index/dex/DexIndex.h | 40 ++++++----
clangd/index/dex/Token.h | 15 +++-
clangd/tool/ClangdMain.cpp | 4 +-
unittests/clangd/DexIndexTests.cpp | 96 +++++++++++++++++++----
10 files changed, 283 insertions(+), 60 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 cc5a5ae5b7 Remove unused tui_win_element::highlight
new d82b3862f1 compile: Remove non-const reference parameters
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 | 48 ++++++++++++++++
gdb/compile/compile-c-support.c | 2 +-
gdb/compile/compile-c-symbols.c | 14 ++---
gdb/compile/compile-c-types.c | 2 +-
gdb/compile/compile-c.h | 2 +-
gdb/compile/compile-cplus-symbols.c | 6 +-
gdb/compile/compile-cplus-types.c | 16 +++---
gdb/compile/compile-cplus.h | 2 +-
gdb/compile/compile-internal.h | 2 +-
gdb/compile/compile-loc2c.c | 106 ++++++++++++++++++------------------
gdb/compile/compile.c | 4 +-
gdb/compile/compile.h | 4 +-
gdb/dwarf2loc.c | 6 +-
gdb/dwarf2loc.h | 2 +-
gdb/symtab.h | 2 +-
15 files changed, 132 insertions(+), 86 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 137be54029 Remove unused tui_win_info::detail::opaque
new cc5a5ae5b7 Remove unused tui_win_element::highlight
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 | 5 +++++
gdb/tui/tui-data.c | 1 -
gdb/tui/tui-data.h | 1 -
3 files changed, 5 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 f61d5e4a2a1 [LoopInterchange] Cleanup unused variables.
new 7b6a2c6037c [MSan] revert r341528 to unbreak the bots
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/Instrumentation/MemorySanitizer.cpp | 65 +-----------
.../MemorySanitizer/X86/vararg_call.ll | 110 ---------------------
2 files changed, 4 insertions(+), 171 deletions(-)
delete mode 100644 test/Instrumentation/MemorySanitizer/X86/vararg_call.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 compiler-rt.
from e19c0b525 ARM: wrap call to __clzsi2 so that the name is correct on MachO.
new 5c244d0e0 [MSan] revert r341528 to unbreak the bots
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/msan/msan.cc | 6 ------
test/msan/vararg.cc | 55 -----------------------------------------------------
2 files changed, 61 deletions(-)
delete mode 100644 test/msan/vararg.cc
--
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 a33650d1a6 Indian and similar locales: Set the correct date format (bug [...]
new 28669f86f6 Fix segfault in maybe_script_execute.
new 38245425a9 S390: Regenerate ULPs.
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:
ChangeLog | 9 +++
sysdeps/s390/fpu/libm-test-ulps | 132 +++++++++++++++++++--------------------
sysdeps/unix/sysv/linux/spawni.c | 2 +-
3 files changed, 74 insertions(+), 69 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 newlib.
from f92a4c5d2 Document the log table generation method
new 81e0841db xdr_private.h needs sys/types.h for u_char
new 28ecec475 Include sys/syslimits.h in limits.h
new 3b6994ec5 stdlib: Use __get_numeric_locale instead of __localeconv_l fo [...]
new 77f8a6dfa Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]
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:
newlib/libc/include/ctype.h | 9 +++++++++
newlib/libc/include/limits.h | 1 +
newlib/libc/locale/locale.c | 2 ++
newlib/libc/locale/setlocale.h | 8 ++++++++
newlib/libc/stdlib/gdtoa-gethex.c | 4 ++--
newlib/libc/stdlib/strtod.c | 6 +++---
newlib/libc/stdlib/strtodg.c | 6 +++---
newlib/libc/stdlib/wcstod.c | 6 +++---
newlib/libc/stdlib/wcstold.c | 5 +++--
newlib/libc/xdr/xdr_private.h | 1 +
10 files changed, 35 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.