This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87f92ec32db [WebAssembly] Reapply r319186: "Support bitcasted function [...]
new 976af3f5de3 [CodeExtractor] Add debug locations for new call and branch [...]
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/Transforms/Utils/CodeExtractor.cpp | 25 ++++-
.../Transforms/CodeExtractor/PartialInlineDebug.ll | 104 +++++++++++++++++++++
2 files changed, 128 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/CodeExtractor/PartialInlineDebug.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 lld.
from 74ec7b85a ELF: Ignore --long-plt flag.
new 10b10c921 Make findSection a static function. 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:
ELF/Writer.cpp | 17 ++++++++---------
1 file changed, 8 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 binutils-gdb.
from 92469284a6 Fix thinko on dtrace-probe.c:dtrace_process_dof_probe
new a9d44aad42 Work around sparc glibc bug
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:
bfd/ChangeLog | 6 ++++++
bfd/elfxx-sparc.c | 26 +++++++++++++++-----------
2 files changed, 21 insertions(+), 11 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 2e99c3afdad [WebAssemby] Re-apply r320041: "Support main functions with [...]
new 87f92ec32db [WebAssembly] Reapply r319186: "Support bitcasted 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:
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 2 +-
test/CodeGen/WebAssembly/call.ll | 6 ++---
.../WebAssembly/function-bitcasts-varargs.ll | 31 ++++++++++++++++++++++
test/CodeGen/WebAssembly/function-bitcasts.ll | 24 +++++++++++------
4 files changed, 51 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/function-bitcasts-varargs.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 88dc9581626 AMDGPU/GCN: Bring processors in sync with AMDGPUUsage
new 789bf2ab8bb [AArch64] Add Exynos to host detection
new 2e99c3afdad [WebAssemby] Re-apply r320041: "Support main functions with [...]
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/Support/Host.cpp | 31 +++++++++++++
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 51 +++++++++++++++++++++-
test/CodeGen/WebAssembly/main-declaration.ll | 19 ++++++++
test/CodeGen/WebAssembly/main.ll | 18 ++++++++
unittests/Support/Host.cpp | 31 +++++++++++++
5 files changed, 149 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/WebAssembly/main-declaration.ll
create mode 100644 test/CodeGen/WebAssembly/main.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 af52d488f58 [X86][X87] Tag x87 load/store instructions scheduler classes
new 79dda1dc3a2 [X86] CMOV pseudo instructions shouldn't need scheduling in [...]
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/X86/X86InstrCompiler.td | 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 llvm.
from df810d268db [X86] Teach lowering to only let through (insert_subvector [...]
new af52d488f58 [X86][X87] Tag x87 load/store instructions scheduler classes
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/X86/X86InstrFPStack.td | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 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 binutils-gdb.
from f17d947477 Clear non-significant bits of address in watchpoint
new 92469284a6 Fix thinko on dtrace-probe.c:dtrace_process_dof_probe
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:
gdb/ChangeLog | 5 +++++
gdb/dtrace-probe.c | 9 ++++-----
2 files changed, 9 insertions(+), 5 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 46bfd217ebd AMDGPU: Set IntrReadMem on memtime intrinsics
new 238512c3f88 [X86][X87] Tag x87 float compare instructions scheduler classes
new df810d268db [X86] Teach lowering to only let through (insert_subvector [...]
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/Target/X86/X86ISelLowering.cpp | 17 +-
lib/Target/X86/X86InstrFPStack.td | 26 +--
lib/Target/X86/X86InstrVecCompiler.td | 36 +---
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 208 ++++++++++++------------
test/CodeGen/X86/x87-schedule.ll | 48 +++---
5 files changed, 161 insertions(+), 174 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.