This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8c9bf999aa Fix indexer crash for default template template parameter value
new 2e86b2ecf1 Support: Have directory_iterator::status() return FindFirstF [...]
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/Basic/VirtualFileSystem.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 compiler-rt.
from 5b96e8b6f [sanitizer] Revert D38706
new 69abe65f0 XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on Windows
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/ubsan/TestCases/TypeCheck/Function/function.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 33bd0ff6 [clangd] Use UniqueFunction for deferred computations.
new 02963446 Support: Have directory_iterator::status() return FindFirstFi [...]
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:
modularize/CoverageChecker.cpp | 14 ++++++++------
modularize/ModularizeUtilities.cpp | 7 ++++---
2 files changed, 12 insertions(+), 9 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 lld.
from dea54bf90 Don't create a dummy __tls_get_addr.
new 743557f1f Update for llvm change.
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:
ELF/InputFiles.cpp | 2 +-
ELF/InputFiles.h | 2 +-
2 files 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 f2c4679069e [llvm-objcopy] Fix latent bug that allowed some Sections to [...]
new 26fb5a6e6c4 [SparsePropagation] Use SmallVector for work lists
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/Analysis/SparsePropagation.h | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 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 ded3597f2c1 Use the first instruction's count to estimate the funciton' [...]
new 668e1d79841 Revert "Classify llvm-cfi-verify."
new 5c1b4435094 Make the ELFObjectFile constructor private.
new f2c4679069e [llvm-objcopy] Fix latent bug that allowed some Sections to [...]
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:
include/llvm/Object/ELFObjectFile.h | 63 +++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 31 ++-
lib/Object/ELFObjectFile.cpp | 26 +-
test/Object/invalid.test | 8 +-
tools/llvm-cfi-verify/CMakeLists.txt | 1 -
tools/llvm-cfi-verify/FileAnalysis.cpp | 274 ---------------------
tools/llvm-cfi-verify/FileAnalysis.h | 157 ------------
tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 212 ++++++++++++++--
tools/llvm-cfi-verify/unittests/CMakeLists.txt | 17 --
tools/llvm-cfi-verify/unittests/FileAnalysis.cpp | 216 ----------------
tools/llvm-objcopy/Object.cpp | 24 +-
tools/llvm-objcopy/Object.h | 15 +-
unittests/CMakeLists.txt | 1 -
13 files changed, 297 insertions(+), 748 deletions(-)
delete mode 100644 tools/llvm-cfi-verify/FileAnalysis.cpp
delete mode 100644 tools/llvm-cfi-verify/FileAnalysis.h
delete mode 100644 tools/llvm-cfi-verify/unittests/CMakeLists.txt
delete mode 100644 tools/llvm-cfi-verify/unittests/FileAnalysis.cpp
--
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 8ed70de2fa nss_files: Refactor gethostbyname3 multi case into separate [...]
new 24b6515d87 Add libm_alias_*_other_r macros.
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 | 48 +++++++++++++++++++++++++++
math/w_exp2f.c | 1 +
math/w_expf.c | 1 +
math/w_lgamma_main.c | 2 ++
math/w_lgammaf_main.c | 2 ++
math/w_lgammal_main.c | 2 ++
math/w_log2f.c | 1 +
math/w_logf.c | 1 +
math/w_powf.c | 1 +
sysdeps/generic/libm-alias-double.h | 16 +++++++--
sysdeps/generic/libm-alias-float.h | 13 +++++++-
sysdeps/generic/libm-alias-float128.h | 14 +++++++-
sysdeps/generic/libm-alias-ldouble.h | 13 +++++++-
sysdeps/ieee754/flt-32/e_exp2f.c | 2 ++
sysdeps/ieee754/flt-32/e_expf.c | 2 ++
sysdeps/ieee754/flt-32/e_log2f.c | 2 ++
sysdeps/ieee754/flt-32/e_logf.c | 2 ++
sysdeps/ieee754/flt-32/e_powf.c | 2 ++
sysdeps/ieee754/ldbl-opt/libm-alias-double.h | 13 +++++++-
sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h | 13 +++++++-
20 files changed, 144 insertions(+), 7 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 d4fbc1add04 [X86] Fix some patterns that select VLX instructions, but w [...]
new c6f64890a26 [x86] fix prefix typos for CHECK lines; NFC
new ded3597f2c1 Use the first instruction's count to estimate the funciton' [...]
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:
include/llvm/ProfileData/SampleProf.h | 27 +-
lib/Transforms/IPO/SampleProfile.cpp | 29 +-
test/CodeGen/X86/insert-into-constant-vector.ll | 876 ++++++++----------------
test/Transforms/SampleProfile/indirect-call.ll | 4 +
4 files changed, 338 insertions(+), 598 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 f4ea125f2db Classify llvm-cfi-verify.
new a1fdc616eca Simplify. NFC.
new d4fbc1add04 [X86] Fix some patterns that select VLX instructions, but w [...]
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/Object/ELFObjectFile.cpp | 8 ++++----
lib/Target/X86/X86InstrAVX512.td | 4 +++-
lib/Target/X86/X86InstrSSE.td | 4 +++-
3 files changed, 10 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.