This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f15590a Fix a typo. Patch by fcrick on github https://github.com/llvm [...]
new 392cb33 DebugCounter: Initialize skip to 0, not -1
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/DebugCounter.cpp | 4 ++--
1 file changed, 2 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 d64d538 Fix a typo. Thanks to huangml. Reported here: https://github. [...]
new 99aada9 Remove redundant code block and update comment. By patch zore [...]
new f15590a Fix a typo. Patch by fcrick on github https://github.com/llvm [...]
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:
docs/LangRef.rst | 2 +-
docs/tutorial/OCamlLangImpl5.rst | 14 +-------------
2 files changed, 2 insertions(+), 14 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 f56576f [clang-tidy] Yet another docs fixes
new 0170b37 Replaced UserNullMacros with NullMacros in modernize-use-null [...]
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/checks/modernize-use-nullptr.rst | 4 ++--
1 file changed, 2 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 a713937 [X86][SSE] Enable post-legalize vXi64 shuffle combining on 32 [...]
new d64d538 Fix a typo. Thanks to huangml. Reported here: https://github. [...]
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/ProgrammersManual.rst | 2 +-
1 file changed, 1 insertion(+), 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 glibc.
from 7eb5c06 tzset: Remove unused NOID macro
new 21d58b2 hurd: Provide truncate64 and ftruncate64.
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 | 5 +++++
sysdeps/mach/hurd/{ftruncate.c => ftruncate64.c} | 4 ++--
sysdeps/mach/hurd/{truncate.c => truncate64.c} | 5 +++--
3 files changed, 10 insertions(+), 4 deletions(-)
copy sysdeps/mach/hurd/{ftruncate.c => ftruncate64.c} (93%)
copy sysdeps/mach/hurd/{truncate.c => truncate64.c} (92%)
--
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 a4e8716 [legalize-types] Remove stale entries from SoftenedFloats.
new a713937 [X86][SSE] Enable post-legalize vXi64 shuffle combining on 32 [...]
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/X86/X86ISelLowering.cpp | 5 ----
test/CodeGen/X86/avx-shuffle-x86_32.ll | 3 +--
test/CodeGen/X86/vector-extend-inreg.ll | 4 +--
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 2 +-
.../X86/vector-shuffle-combining-avx512bw.ll | 31 +++++-----------------
5 files changed, 10 insertions(+), 35 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 libcxx.
from b75f6de teach LIT how to detect the glibc version
new 45a6abf Fix nonsense comment
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/libcxx/test/config.py | 3 ++-
1 file changed, 2 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 c5bc6a6 Add test missed in r296770.
new a4e8716 [legalize-types] Remove stale entries from SoftenedFloats.
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/SelectionDAG/LegalizeTypes.cpp | 8 ++++++++
test/CodeGen/X86/fp128-compare.ll | 6 ++++--
test/CodeGen/X86/fp128-g.ll | 3 ++-
test/CodeGen/X86/fp128-i128.ll | 6 ++++--
test/CodeGen/X86/fp128-libcalls.ll | 6 ++++--
test/CodeGen/X86/fp128-load.ll | 6 ++++--
test/CodeGen/X86/fp128-select.ll | 12 ++++++++----
7 files changed, 34 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 gcc.
from 15c1cd6 Core issues 2273 and 2277
new 16b0e32 PR c/79847 * c-decl.c (implicit_decl_warning): Add missing space.
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/c/ChangeLog | 5 +++++
gcc/c/c-decl.c | 2 +-
2 files changed, 6 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 lldb.
from 4750899 Disable the lldb-mi tests on remote platforms.
new f372034 Project file fixes after movement of Data* and removal of Thi [...]
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:
lldb.xcodeproj/project.pbxproj | 74 ++++++++++++++++++------------------------
1 file changed, 32 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.