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 f27d8bc00 [libFuzzer] rename a test from .c to .cpp
new 3b1ddf89c [builtins][macos] bump up the the macOS version min in os_ver [...]
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/builtins/TestCases/Darwin/os_version_check_test.c | 2 +-
.../TestCases/Darwin/os_version_check_test_no_core_foundation.c | 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 release_60
in repository llvm.
from 133e52e9957 Merging r323053:
new 64c8bcf5355 Merging r332444:
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/AArch64AsmPrinter.cpp | 5 +++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 21 ++++++++++++++++++++-
test/CodeGen/AArch64/inlineasm-S-constraint.ll | 20 ++++++++++++++++++++
3 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/inlineasm-S-constraint.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 ac5db0d5645 [Debugify] Print the output to stderr
new b771c8e3d95 [llvm-pdbutil] Dump struct/class/union sizes in the minimal [...]
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:
tools/llvm-pdbutil/MinimalTypeDumper.cpp | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 b0a50d19b3 Fix a mangling failure on clang-cl C++17
new d5660b06c3 Add missing test case for r332639
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/CodeGenCXX/PR37481.cpp | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 test/CodeGenCXX/PR37481.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 lld.
from 7b9fdc319 [COFF] Add /Brepro and /TIMESTAMP options.
new 79b9681c7 Improve error message for -thinlto-object-suffix-replace and [...]
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 | 31 ++++++++++------
ELF/InputFiles.h | 14 +-------
ELF/LTO.cpp | 52 ++++++++++++++-------------
ELF/LTO.h | 2 +-
test/ELF/lto/thinlto-object-suffix-replace.ll | 3 +-
5 files changed, 52 insertions(+), 50 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 6c8d8d769f5 [RISCV] Separate base from offset in lowerGlobalAddress
new ac5db0d5645 [Debugify] Print the output to stderr
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/DebugInfo/debugify-each.ll | 9 ++++++---
test/DebugInfo/debugify.ll | 10 +++++++---
test/Transforms/Mem2Reg/PromoteMemToRegister.ll | 2 +-
tools/opt/Debugify.cpp | 18 +++++++++---------
4 files changed, 23 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 69b60eb28a3 [RISCV] Implement MC layer support for the tail pseudoinstruction
new 19e6e2d1156 [AArch64] preserve test intent by removing undef
new 28e0f25edb0 [ARM] preserve test intent by removing undef
new b231180388e [ARM] preserve test intent by removing undef
new 03da9798c11 [x86] preserve test intent by removing undef
new 6c8d8d769f5 [RISCV] Separate base from offset in lowerGlobalAddress
The 5 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/RISCV/RISCVISelLowering.cpp | 15 ++-
test/CodeGen/AArch64/arm64-collect-loh.ll | 6 +-
test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll | 40 ++++----
test/CodeGen/ARM/reg_sequence.ll | 8 +-
test/CodeGen/RISCV/byval.ll | 20 ++--
test/CodeGen/RISCV/double-mem.ll | 6 +-
test/CodeGen/RISCV/float-mem.ll | 6 +-
test/CodeGen/RISCV/fp128.ll | 80 ++++++++--------
test/CodeGen/RISCV/hoist-global-addr-base.ll | 111 +++++++++++++++++++++++
test/CodeGen/RISCV/mem.ll | 6 +-
test/CodeGen/RISCV/wide-mem.ll | 8 +-
test/CodeGen/RISCV/zext-with-load-is-free.ll | 24 ++---
test/CodeGen/X86/2012-04-26-sdglue.ll | 15 ++-
13 files changed, 225 insertions(+), 120 deletions(-)
create mode 100644 test/CodeGen/RISCV/hoist-global-addr-base.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 clang.
from 52b94abf7e [sanitizer] Don't add --export-dynamic for Myriad
new b0a50d19b3 Fix a mangling failure on clang-cl C++17
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/AST/VTableBuilder.cpp | 5 +++++
lib/CodeGen/CGCXX.cpp | 3 +--
lib/CodeGen/ItaniumCXXABI.cpp | 4 +---
lib/CodeGen/MicrosoftCXXABI.cpp | 12 +++---------
4 files changed, 10 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.
from 80b1eed939 [CUDA] Allow "extern __shared__ Foo foo[]" within anon. namespaces.
new 52b94abf7e [sanitizer] Don't add --export-dynamic for Myriad
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/Driver/ToolChains/CommonArgs.cpp | 5 +++++
1 file changed, 5 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 706668176ff [WebAssembly] MC: Fix typo in comment
new 69b60eb28a3 [RISCV] Implement MC layer support for the tail pseudoinstruction
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/RISCV/AsmParser/RISCVAsmParser.cpp | 3 +-
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 5 ++-
lib/Target/RISCV/RISCVInstrInfo.td | 9 +++++
test/MC/RISCV/tail-call-invalid.s | 12 ++++++
test/MC/RISCV/tail-call.s | 47 ++++++++++++++++++++++
5 files changed, 73 insertions(+), 3 deletions(-)
create mode 100644 test/MC/RISCV/tail-call-invalid.s
create mode 100644 test/MC/RISCV/tail-call.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.