This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b0846f97d65 Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
new 3cfa28f02fd [dwarfdump] Only print CU relative offset in verbose mode
new a446275ee2e [AMDGPU] Widened vector length for global/constant address space.
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/DebugInfo/DWARF/DWARFFormValue.cpp | 23 ++++++++-----
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 34 +++++++++++++++---
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 6 ++++
lib/Target/AMDGPU/SIISelLowering.cpp | 10 ++++--
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 12 +++++--
test/CodeGen/AMDGPU/load-constant-f32.ll | 37 ++++++++++++++++++++
test/CodeGen/AMDGPU/load-constant-f64.ll | 33 ++++++++++++++++++
test/CodeGen/AMDGPU/waitcnt-looptest.ll | 2 +-
test/DebugInfo/X86/vla-dependencies.ll | 8 ++---
test/DebugInfo/X86/vla-global.ll | 6 ++--
test/DebugInfo/X86/vla-multi.ll | 40 +++++++++++-----------
test/tools/dsymutil/X86/basic-linking-x86.test | 32 ++++++++---------
.../dsymutil/X86/basic-lto-dw4-linking-x86.test | 14 ++++----
test/tools/dsymutil/X86/basic-lto-linking-x86.test | 18 +++++-----
test/tools/llvm-dwarfdump/X86/gnu_call_site.s | 2 +-
15 files changed, 200 insertions(+), 77 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/load-constant-f32.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 85acf6acb27 Revert rL326898: "Teach CorrelatedValuePropagation to reduc [...]
new b0846f97d65 Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
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/MCContext.h | 9 +---
include/llvm/MC/MCDwarf.h | 29 +++--------
include/llvm/MC/MCStreamer.h | 6 ---
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +--
lib/MC/MCAsmStreamer.cpp | 86 ++++++++++---------------------
lib/MC/MCDwarf.cpp | 61 ++++++++++------------
lib/MC/MCParser/AsmParser.cpp | 6 +--
lib/MC/MCStreamer.cpp | 9 ----
test/CodeGen/Generic/dwarf-md5.ll | 35 +++++++------
test/CodeGen/Generic/dwarf-source.ll | 39 +++++++-------
test/DebugInfo/X86/dbg-file-name.ll | 2 +-
test/DebugInfo/X86/inline-asm-locs.ll | 2 +-
test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +-
test/MC/ELF/debug-file-options.s | 13 ++---
test/MC/ELF/debug-md5.s | 12 ++---
test/MC/ELF/debug-source.s | 12 ++---
test/MC/ELF/dwarf-file0.s | 19 -------
tools/llvm-mc/llvm-mc.cpp | 12 -----
20 files changed, 128 insertions(+), 249 deletions(-)
delete mode 100644 test/MC/ELF/dwarf-file0.s
--
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 41f54f83a Don't intercept mmap64() on NetBSD
new df0d7bf4b [scudo] Make logging more consistent
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 | 99 ++++++++++++++++-------------------------
lib/scudo/scudo_termination.cpp | 2 +-
lib/scudo/scudo_utils.cpp | 5 ++-
test/scudo/alignment.c | 2 +-
test/scudo/sized-delete.cpp | 2 +-
5 files changed, 45 insertions(+), 65 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 d78a9f326e5 Teach CorrelatedValuePropagation to reduce the width of udi [...]
new 85acf6acb27 Revert rL326898: "Teach CorrelatedValuePropagation to reduc [...]
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:
.../Scalar/CorrelatedValuePropagation.cpp | 52 ------------
test/Transforms/CorrelatedValuePropagation/udiv.ll | 95 ----------------------
test/Transforms/CorrelatedValuePropagation/urem.ll | 95 ----------------------
3 files changed, 242 deletions(-)
delete mode 100644 test/Transforms/CorrelatedValuePropagation/udiv.ll
delete mode 100644 test/Transforms/CorrelatedValuePropagation/urem.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 gcc.
from d47db695193 runtime: push arena on AIX higher due to clashes
new 720d3116643 PR target/84277 * except.h (output_function_exception_tab [...]
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/ChangeLog | 28 +++++++++++++
gcc/config/i386/cygming.h | 17 ++++++++
gcc/config/i386/i386-protos.h | 2 +
gcc/config/i386/i386.c | 14 +++++--
gcc/config/i386/winnt.c | 97 ++++++++++++++++++++++++++++++++++++++-----
gcc/except.c | 30 ++++++++++---
gcc/except.h | 2 +-
gcc/final.c | 7 +++-
8 files changed, 176 insertions(+), 21 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 139e57dc4ad runtime: use a fence instruction before rdtsc
new d47db695193 runtime: push arena on AIX higher due to clashes
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/malloc.go | 4 ++--
2 files changed, 3 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 lld.
from 8ac00bc9e [WebAssembly] Run clang-format. NFC
new fd363eb6b [ELF] Prevent crash when reporting errors if debug line canno [...]
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 | 2 ++
test/ELF/Inputs/undef-bad-debug.s | 44 +++++++++++++++++++++++++++++++++++++++
test/ELF/undef.s | 8 +++++--
3 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/Inputs/undef-bad-debug.s
--
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 4cd57934b Cygwin: AF_UNIX: Implement listen, accept4, connect, and others
new e94fa4ebf Cygwin: AF_UNIX: fix comments and move a macro
new d69bcdd67 Cygwin: AF_UNIX: Add create_event helper and use throughout
new 2f2a75b7b Cygwin: AF_UNIX: fix creation of npfs handle
new 4de52a0fe Cygwin: AF_UNIX: fix SEGV when sending an empty socket name f [...]
new 27a63d4ef Cygwin: AF_UNIX: some pipe errors may have multiple status codes
new cde2648c2 Cygwin: AF_UNIX: make sure connect wait thread is cleanly int [...]
new 855e5d7e1 Cygwin: AF_UNIX: fix accept behaviour
The 7 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:
winsup/cygwin/fhandler.h | 9 +-
winsup/cygwin/fhandler_socket_unix.cc | 230 ++++++++++++++++++++++++----------
winsup/cygwin/globals.cc | 3 +-
3 files changed, 168 insertions(+), 74 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 783bd6a2037 [X86][X87] Add X87 fp80 conversion tests
new d78a9f326e5 Teach CorrelatedValuePropagation to reduce the width of udi [...]
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:
.../Scalar/CorrelatedValuePropagation.cpp | 52 ++++++++++++
test/Transforms/CorrelatedValuePropagation/udiv.ll | 95 ++++++++++++++++++++++
test/Transforms/CorrelatedValuePropagation/urem.ll | 95 ++++++++++++++++++++++
3 files changed, 242 insertions(+)
create mode 100644 test/Transforms/CorrelatedValuePropagation/udiv.ll
create mode 100644 test/Transforms/CorrelatedValuePropagation/urem.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 gcc.
from f92a3555ee4 Ada: Fix s-oscons.ads generation
new 139e57dc4ad runtime: use a fence instruction before rdtsc
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/runtime_c.c | 59 +++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 56 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.