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 e24370110 fix some user facing typos / in the comments
new 11f8e7a58 [scudo] Add Chunk::getSize, rework Chunk::getUsableSize
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/scudo/scudo_allocator.cpp | 47 +++++++++++++++++++++---------------
lib/scudo/scudo_allocator_combined.h | 6 -----
2 files changed, 28 insertions(+), 25 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 0d671d99a6 Update my email address
new 80ae639d3c Add usage to printf command
new b8c2339b2f Allow - in %p for printf
new 3ae9ce5dd7 Special case NULL when using printf's %s format
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:
gdb/ChangeLog | 15 +++++++++++++++
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/ax.c | 5 +++++
gdb/printcmd.c | 20 ++++++++++++++++----
gdb/testsuite/ChangeLog | 13 +++++++++++++
gdb/testsuite/gdb.base/printcmds.exp | 7 +++++++
gdb/testsuite/gdb.base/wchar.exp | 3 +++
7 files changed, 64 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 llvm.
from a816f42e4da [CodeGen] allow printing of zero latency in sched comments
new 47473109e3c [GlobalIsel][X86] Support for G_SDIV instruction
new 1fd0177abc0 SjLjEHPrepare: Don't reg-to-mem swifterror values
new dc84b5c40c7 [WebAssembly] Identify COMDATs by index rather than string. NFC
new d1498c372ae [X86][AVX] Use WriteFShuffleLd for broadcast reg-mem instructions
The 4 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/BinaryFormat/Wasm.h | 5 +-
include/llvm/Object/Wasm.h | 2 -
lib/CodeGen/SjLjEHPrepare.cpp | 29 +---
lib/Object/WasmObjectFile.cpp | 17 ++-
lib/Target/X86/X86InstrSSE.td | 9 +-
lib/Target/X86/X86InstructionSelector.cpp | 84 +++++++++++
lib/Target/X86/X86LegalizerInfo.cpp | 8 +-
test/CodeGen/ARM/sjljeh-swifterror.ll | 33 ++++-
test/CodeGen/X86/GlobalISel/x86-legalize-sdiv.mir | 114 ++++++++++++++
test/CodeGen/X86/GlobalISel/x86-select-sdiv.mir | 128 ++++++++++++++++
test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll | 56 +++++++
.../X86/GlobalISel/x86_64-legalize-sdiv.mir | 145 ++++++++++++++++++
test/CodeGen/X86/GlobalISel/x86_64-select-sdiv.mir | 164 +++++++++++++++++++++
test/CodeGen/X86/avx-schedule.ll | 2 +-
test/CodeGen/X86/avx2-schedule.ll | 18 +--
tools/obj2yaml/wasm2yaml.cpp | 16 +-
16 files changed, 768 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/x86-legalize-sdiv.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86-select-sdiv.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-sdiv.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-sdiv.mir
--
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 257335d35 [WebAssembly] Add missing implementation for --initial/max-me [...]
new 0c65ee8e8 [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. 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:
wasm/InputChunks.cpp | 7 +++++++
wasm/InputChunks.h | 9 +++++----
wasm/InputFiles.cpp | 11 ++++++++---
wasm/InputFiles.h | 1 +
wasm/SymbolTable.cpp | 4 ++--
wasm/SymbolTable.h | 6 +++---
wasm/Writer.cpp | 6 +++---
7 files changed, 29 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 newlib.
from e494b5603 Fix alloc_align and alloc_size macros for multiple arguments
new 829820af6 ssp: fix wchar.h with -std=c99
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:
newlib/libc/include/ssp/wchar.h | 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 ce305b30126 [llvm-mca] Remove unused variable from InstrBuilder.cpp. NFC
new a816f42e4da [CodeGen] allow printing of zero latency in sched comments
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/TargetSubtargetInfo.cpp | 8 +++-----
1 file changed, 3 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 lldb.
from 0bf634d43 [test] Disable TestMachCore everywhere except on Darwin
new 01ffd0b3d [dotest] Rename llvm-dotest -> lldb-dotest and make it a cust [...]
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/CMakeLists.txt | 11 +++++++----
test/{llvm-dotest.in => lldb-dotest.in} | 0
2 files changed, 7 insertions(+), 4 deletions(-)
rename test/{llvm-dotest.in => lldb-dotest.in} (100%)
--
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 2a50eccea8b [llvm-mca] Move the logic that updates the register files f [...]
new ce305b30126 [llvm-mca] Remove unused variable from InstrBuilder.cpp. 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:
tools/llvm-mca/InstrBuilder.cpp | 1 -
1 file changed, 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 newlib.
from 134f93f31 ctype: align size of category bit fields to small targets needs
new e494b5603 Fix alloc_align and alloc_size macros for multiple arguments
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:
newlib/libc/include/stdlib.h | 4 ++--
newlib/libc/include/sys/cdefs.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.