This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39bec211f05 [AArch64] Rewrite stack frame handling for win64 vararg functions
new e08253200c9 [Hexagon] Fix some Clang-tidy modernize-use-using and Inclu [...]
new e72b881e286 [llvm-cov] Allow specifying distinct architectures for each [...]
new fbbab58fac7 [AArch64] Fix a typo in isExtFreeImpl()
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:
docs/CommandGuide/llvm-cov.rst | 11 +--
.../llvm/ProfileData/Coverage/CoverageMapping.h | 6 +-
lib/ProfileData/Coverage/CoverageMapping.cpp | 7 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
lib/Target/Hexagon/HexagonAsmPrinter.cpp | 98 +++++++++++-----------
lib/Target/Hexagon/HexagonAsmPrinter.h | 21 +++--
lib/Target/Hexagon/HexagonMCInstLower.cpp | 20 +++--
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 9 +-
lib/Target/Hexagon/HexagonTargetTransformInfo.h | 18 ++--
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 13 ++-
.../Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 68 +++++++--------
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h | 71 +++++++++-------
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 81 +++++++++---------
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h | 28 ++++---
.../Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp | 15 +++-
.../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 26 ++++--
.../Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 31 +++++--
.../Hexagon/MCTargetDesc/HexagonMCShuffler.cpp | 9 +-
.../Hexagon/MCTargetDesc/HexagonMCShuffler.h | 34 +++++---
.../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 65 +++++++-------
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h | 89 +++++++++++---------
lib/Target/Hexagon/RDFCopy.cpp | 23 +++--
lib/Target/Hexagon/RDFCopy.h | 17 ++--
lib/Target/Hexagon/RDFGraph.cpp | 9 +-
lib/Target/Hexagon/RDFGraph.h | 62 +++++++-------
lib/Target/Hexagon/RDFLiveness.cpp | 39 +++++----
lib/Target/Hexagon/RDFLiveness.h | 52 +++++++-----
lib/Target/Hexagon/RDFRegisters.cpp | 15 +++-
lib/Target/Hexagon/RDFRegisters.h | 47 ++++++++---
test/tools/llvm-cov/universal-binary.c | 9 ++
tools/llvm-cov/CodeCoverage.cpp | 25 ++++--
31 files changed, 602 insertions(+), 418 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 c6c5f9c9c [sanitizer_common] Fuchsia support for interceptors
new 3982c2153 [sanitizer_common] Disable filesystem-related code for Fuchsia
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/sanitizer_common/sanitizer_common_libcdep.cc | 15 ++++++++++++++-
lib/sanitizer_common/sanitizer_file.cc | 6 ++++++
lib/sanitizer_common/sanitizer_suppressions.cc | 2 ++
3 files changed, 22 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 f9a65f9c7e9 AMDGPU: Fix handling of div_scale with undef inputs
new 39bec211f05 [AArch64] Rewrite stack frame handling for win64 vararg 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/Target/AArch64/AArch64FrameLowering.cpp | 52 +++++++-----
test/CodeGen/AArch64/aarch64_win64cc_vararg.ll | 4 +-
test/CodeGen/AArch64/win64_vararg.ll | 111 ++++++++++++++++++++++++-
3 files changed, 141 insertions(+), 26 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 ba0e4f947 [ubsan] Enable UBSan build for Fuchsia
new c6c5f9c9c [sanitizer_common] Fuchsia support for interceptors
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/interception/interception.h | 37 +++++++++++++++----
.../sanitizer_platform_interceptors.h | 42 +++++++++++++---------
2 files changed, 55 insertions(+), 24 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 636174dc970 * c-ada-spec.c (print_generic_ada_decl): Pass correctly-ty [...]
new 33a85d67289 i386: Add some naked attribute tests
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/testsuite/ChangeLog | 7 ++++
.../gcc.dg/guality/{pr68037-3.c => pr25967-1.c} | 38 ++++++++++++----------
.../gcc.dg/guality/{pr68037-2.c => pr25967-2.c} | 24 ++++++++++----
.../gcc.dg/torture/{pr68037-1.c => pr25967-1.c} | 17 ++++++++--
.../gcc.dg/torture/{pr68037-2.c => pr25967-2.c} | 14 ++++++--
5 files changed, 71 insertions(+), 29 deletions(-)
copy gcc/testsuite/gcc.dg/guality/{pr68037-3.c => pr25967-1.c} (71%)
copy gcc/testsuite/gcc.dg/guality/{pr68037-2.c => pr25967-2.c} (64%)
copy gcc/testsuite/gcc.dg/torture/{pr68037-1.c => pr25967-1.c} (75%)
copy gcc/testsuite/gcc.dg/torture/{pr68037-2.c => pr25967-2.c} (78%)
--
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 ad68cabeada 386: Disallow naked attribute with interrupt attribute
new 636174dc970 * c-ada-spec.c (print_generic_ada_decl): Pass correctly-ty [...]
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-family/ChangeLog | 7 +++++++
gcc/c-family/c-ada-spec.c | 13 ++++++++++---
2 files changed, 17 insertions(+), 3 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 1a764aafc Revert rL309634 until upstream buildbots have upgraded libc.
new ba0e4f947 [ubsan] Enable UBSan build for Fuchsia
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:
cmake/config-ix.cmake | 2 +-
lib/ubsan/ubsan_platform.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 68a49615cae [DAG] Factor out common expressions. NFC.
new f9a65f9c7e9 AMDGPU: Fix handling of div_scale with undef inputs
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/AMDGPU/SIISelLowering.cpp | 56 ++++++++++++++++-
test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll | 89 ++++++++++++++++++++++++++--
2 files changed, 139 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 0d8a77755a7 [Value Tracking] Default argument to true and rename accord [...]
new 68a49615cae [DAG] Factor out common expressions. NFC.
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/DAGCombiner.cpp | 40 +++++++++++++++++---------------
1 file changed, 21 insertions(+), 19 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 6a453c4b1e [clang-diff] Renames, NFC
new b3d4dafef1 Fix creating bitcasts with wrong address 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:
lib/CodeGen/CGCall.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.