This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3d996e2 [X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correc [...]
new 1420a79 PR27754: CXXRecordDecl::data() needs to perform an update eve [...]
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/DeclCXX.h | 48 +++++++---------------
lib/AST/DeclCXX.cpp | 2 +-
lib/Serialization/ASTReaderDecl.cpp | 20 ++++-----
.../Modules/Inputs/PR27754/RConversionRuleParser.h | 4 ++
test/Modules/Inputs/PR27754/TMetaUtils.h | 2 +
test/Modules/Inputs/PR27754/TSchemaType.h | 2 +
test/Modules/Inputs/PR27754/algobase.h | 4 ++
test/Modules/Inputs/PR27754/module.modulemap | 3 ++
test/Modules/pr27754.cpp | 7 ++++
9 files changed, 47 insertions(+), 45 deletions(-)
create mode 100644 test/Modules/Inputs/PR27754/RConversionRuleParser.h
create mode 100644 test/Modules/Inputs/PR27754/TMetaUtils.h
create mode 100644 test/Modules/Inputs/PR27754/TSchemaType.h
create mode 100644 test/Modules/Inputs/PR27754/algobase.h
create mode 100644 test/Modules/Inputs/PR27754/module.modulemap
create mode 100644 test/Modules/pr27754.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 llvm.
from c27d8b4 Delete deprecated function.
new b9fa981 [WebAssembly] Model the stack evaluation order more precisely.
new e6b948e docs: Update and clean up BitCodeFormat.rst.
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/BitCodeFormat.rst | 15 +++++-
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 60 +++++++++++++++--------
test/CodeGen/WebAssembly/reg-stackify.ll | 29 +++++++++--
test/CodeGen/WebAssembly/userstack.ll | 16 +++---
4 files changed, 87 insertions(+), 33 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 fcc6038 [esan] Fix isShadowMem endpoint bug
new 41a8ddb [tsan] Ensure mmap respects ignore_interceptors_accesses
new 70d33ed [sanitizer] Move *fstat to the common interceptors
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/asan/asan_interceptors.cc | 3 +
lib/msan/msan_interceptors.cc | 65 +------------
.../sanitizer_common_interceptors.inc | 108 ++++++++++++++++++++-
.../sanitizer_platform_interceptors.h | 6 ++
lib/tsan/rtl/tsan_interceptors.cc | 66 ++-----------
test/tsan/ignored-interceptors-mmap.cc | 61 ++++++++++++
6 files changed, 189 insertions(+), 120 deletions(-)
create mode 100644 test/tsan/ignored-interceptors-mmap.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 llvm.
from 7fdce00 llvm-dwp: Add error handling for multiple type sections in a [...]
new c27d8b4 Delete deprecated 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:
include/llvm/MC/MCObjectFileInfo.h | 4 ----
lib/MC/MCObjectFileInfo.cpp | 6 ------
2 files changed, 10 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 47ad42e [Object] Move isNotObjectErrorInvalidFileType out of header.
new d640f91 Fixing a test case that I broke by fixing r269846
new 7fdce00 llvm-dwp: Add error handling for multiple type sections in a [...]
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:
test/ObjectYAML/MachO/load_commands.yaml | 12 ++++++++----
test/ObjectYAML/MachO/sections.yaml | 6 ++++--
test/tools/llvm-dwp/Inputs/multiple_type_sections.dwp | Bin 0 -> 1912 bytes
test/tools/llvm-dwp/X86/multiple_type_sections.test | 3 +++
tools/llvm-dwp/llvm-dwp.cpp | 4 +++-
5 files changed, 18 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-dwp/Inputs/multiple_type_sections.dwp
create mode 100644 test/tools/llvm-dwp/X86/multiple_type_sections.test
--
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 e3f873e Revert r269717. That change alone did not provide the intende [...]
new 3d996e2 [X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correc [...]
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/CodeGen/mmx-builtins.c | 10 +-
test/CodeGen/sse-builtins.c | 343 ++++++-------------------------------------
test/CodeGen/sse2-builtins.c | 54 +++++++
3 files changed, 101 insertions(+), 306 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 051792e Dividied ASTMatcherTests into 4 files
new e3f873e Revert r269717. That change alone did not provide the intende [...]
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/AttrIterator.h | 18 ++----------------
1 file changed, 2 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 20b603a [obj2yaml][yaml2obj] Fixing dyld_info_command mappings
new 9c81a3f [PM] Port DSE to the new pass manager
new 47ad42e [Object] Move isNotObjectErrorInvalidFileType out of header.
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/InitializePasses.h | 2 +-
include/llvm/Object/Error.h | 37 +-
.../llvm/Transforms/Scalar/DeadStoreElimination.h | 34 ++
lib/Object/Error.cpp | 18 +
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/DeadStoreElimination.cpp | 660 +++++++++++----------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Transforms/DeadStoreElimination/simple.ll | 1 +
9 files changed, 403 insertions(+), 353 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/DeadStoreElimination.h
--
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 79f152a Remove unnecessary header include.
new b04144c [obj2yaml] [yaml2obj] Support MachO section and section_64 structs
new 20b603a [obj2yaml][yaml2obj] Fixing dyld_info_command mappings
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/ObjectYAML/MachOYAML.h | 22 +++
lib/ObjectYAML/MachOYAML.cpp | 26 +++-
test/ObjectYAML/MachO/sections.yaml | 282 ++++++++++++++++++++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 54 +++++++
tools/yaml2obj/yaml2macho.cpp | 32 ++++
5 files changed, 414 insertions(+), 2 deletions(-)
create mode 100644 test/ObjectYAML/MachO/sections.yaml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.