This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 92e39c16d [COFF] Handle comdat sections without leader symbols
new cc3e4065c ELF: Make --print-icf-sections output deterministic.
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/ICF.cpp | 11 +++--------
test/ELF/icf-safe.s | 40 ++++++++++++++++++++--------------------
2 files changed, 23 insertions(+), 28 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 aeb706baf5a [InstrProf] Use comdats on COFF for available_externally functions
new 1393b8f6d79 [SelectionDAGBuilder] Add masked loads to PendingLoads rath [...]
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/SelectionDAGBuilder.cpp | 6 ++---
test/CodeGen/X86/avx512-bugfix-26264.ll | 18 +++++++--------
test/CodeGen/X86/avx512-masked-memop-64-32.ll | 29 ++++++++++++------------
test/CodeGen/X86/masked_memop.ll | 2 +-
4 files changed, 25 insertions(+), 30 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.
from 3eabc0d428 [MS] Add L__FUNCSIG__ for compatibility
new 40a54a7b6f Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::stat [...]
new 8c7d7e685c [WWW] Adding a test page to work out an auto-deployment issue.
new 7b285ea853 [WWW] Removing my test file as the auto-deployment script ha [...]
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:
lib/Basic/FileManager.cpp | 8 ++--
lib/Basic/VirtualFileSystem.cpp | 65 +++++++------------------------
unittests/Basic/VirtualFileSystemTest.cpp | 59 +++++-----------------------
unittests/Driver/ToolChainTest.cpp | 2 +-
4 files changed, 28 insertions(+), 106 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.
from 034aa09eac Updated llvm-proto-fuzzer to execute the compiled code
new 3eabc0d428 [MS] Add L__FUNCSIG__ for compatibility
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/AST/Expr.h | 3 ++-
include/clang/Basic/TokenKinds.def | 1 +
lib/AST/Expr.cpp | 10 +++++++---
lib/Parse/ParseExpr.cpp | 3 +++
lib/Parse/ParseTentative.cpp | 1 +
lib/Sema/SemaExpr.cpp | 5 +++--
test/Sema/ms_wide_predefined_expr.cpp | 2 ++
7 files changed, 19 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 c0e32a59eda [DWARF v5] Reposting r337981, which was reverted in r337997 [...]
new aeb706baf5a [InstrProf] Use comdats on COFF for available_externally functions
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/ProfileData/InstrProf.cpp | 3 +--
test/Instrumentation/InstrProfiling/linkage.ll | 7 +++++++
test/Transforms/PGOProfile/comdat_rename.ll | 25 ++++++++++++-------------
3 files changed, 20 insertions(+), 15 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 glibc.
from be525a69a6 x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ [...]
new 74759ae5b6 Update powerpc-nofpu ulps.
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 ++++
sysdeps/powerpc/nofpu/libm-test-ulps | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 39 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 fa36b7f50db Fix -Wsign-compare warning.
new afc6e834feb [DAGCombiner] Remove some calls to AddToWorklist that shoul [...]
new c91e9d7b377 [SelectionDAG] Add MLOAD/MSTORE/MGATHER/MSCATTER to AddNode [...]
new c0e32a59eda [DWARF v5] Reposting r337981, which was reverted in r337997 [...]
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:
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 -
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 81 +++++++++++---------------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 9 ++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 -
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 28 +++++++++
test/DebugInfo/X86/cu-ranges.ll | 11 ++++
test/DebugInfo/X86/rnglists_base_attr.ll | 89 +++++++++++++++++++++++++++++
test/DebugInfo/X86/rnglists_curanges.ll | 50 ++++++++++++++++
8 files changed, 219 insertions(+), 54 deletions(-)
create mode 100644 test/DebugInfo/X86/rnglists_base_attr.ll
create mode 100644 test/DebugInfo/X86/rnglists_curanges.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 llvm.
from c20481951cf [MS Demangler] Properly handle function parameter back-refs.
new fa36b7f50db Fix -Wsign-compare warning.
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/Demangle/MicrosoftDemangle.cpp | 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 clang.
from 7d295a3226 [ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structs
new 034aa09eac Updated llvm-proto-fuzzer to execute the compiled code
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:
.../fuzzer-initialize/fuzzer_initialize.cpp | 23 ++-
tools/clang-fuzzer/handle-llvm/CMakeLists.txt | 12 +-
tools/clang-fuzzer/handle-llvm/handle_llvm.cpp | 171 ++++++++++++++-------
3 files changed, 148 insertions(+), 58 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 3cb83a57794 [SCEV] Don't expand Wrap predicate using inttoptr in ni addrspaces
new c20481951cf [MS Demangler] Properly handle function parameter back-refs.
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/Demangle/MicrosoftDemangle.cpp | 73 +++++++++++++++++++++++++++--------
test/Demangle/ms-back-references.test | 53 +++++++++++++++++++++++++
2 files changed, 109 insertions(+), 17 deletions(-)
create mode 100644 test/Demangle/ms-back-references.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.