This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 1dd12d1 Battery of NetBSD support improvements
new 18fdb44 add NetBSD files to Xcode project to resolve failure from r299109
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:
lldb.xcodeproj/project.pbxproj | 6 ++++++
1 file changed, 6 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 glibc.
from 1061433 Change return type in the declaration of __ieee754_rem_pio2l
new 2183741 Fix more test-errno issues
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/test-errno-linux.c | 9 +++++++--
2 files changed, 12 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 lld.
from f647b7f Do not enclose an entire file with namespaces.
new 113675b Include filenames in error messages to report broken files.
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 | 107 ++++++++++++---------
ELF/InputFiles.h | 7 +-
test/ELF/invalid/dynamic-section-size.s | 2 +-
test/ELF/invalid/mips-invalid-options-descriptor.s | 2 +-
4 files changed, 69 insertions(+), 49 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 4e16bc0 lit: support redirect from globs
new c1e48aa [AVX-512] Fix another case where fastisel was generating a GR [...]
new 62aabaa Use os.path.realpath when tracking the cwd.
new 3730552 [AVX-512] Fix bad comment from r299112. NFC
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:
lib/Target/X86/X86FastISel.cpp | 15 +++++++++++++--
utils/lit/lit/TestRunner.py | 2 +-
2 files changed, 14 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 llvm.
from 38e381b [AMDGPU] Add GlobalOpt parameter to Always Inliner pass
new 4e16bc0 lit: support redirect from globs
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:
utils/lit/lit/TestRunner.py | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 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 e1f8450 Add parsing of mllvm command line options.
new f647b7f Do not enclose an entire file with namespaces.
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/Relocations.cpp | 26 ++++++++++++--------------
1 file changed, 12 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 lldb.
from 5050cd8 Revert r298776 - Expression: add missing linkage to RuntimeDyld ...
new 1dd12d1 Battery of NetBSD support improvements
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:
source/Host/common/Host.cpp | 2 +-
.../DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp | 5 +-
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 85 ++++++++++++++--------
.../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 2 +
.../Process/NetBSD/NativeRegisterContextNetBSD.cpp | 26 +++++++
.../Process/NetBSD/NativeRegisterContextNetBSD.h | 11 +++
.../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 6 ++
.../NetBSD/NativeRegisterContextNetBSD_x86_64.h | 4 +-
.../Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 17 +++++
source/Plugins/Process/NetBSD/NativeThreadNetBSD.h | 3 +
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 62 ++++++++++++----
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 21 ++++--
12 files changed, 189 insertions(+), 55 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 62aae33 gcc/ PR target/80246 * config/rs6000/dfp.md (dfp_dxex_<mode [...]
new 5b725a3 * env.c (initialize_env): Initialize stacksize to 0.
new fd7ef47 PR translation/80189 * gimplify.c (omp_default_clause): Use [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/gimplify.c | 4 ++--
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/g++.dg/gomp/predetermined-1.C | 6 +++---
gcc/testsuite/g++.dg/gomp/sharing-1.C | 2 +-
gcc/testsuite/gcc.dg/gomp/appendix-a/a.24.1.c | 2 +-
gcc/testsuite/gcc.dg/gomp/sharing-1.c | 2 +-
gcc/testsuite/gfortran.dg/gomp/appendix-a/a.24.1.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/crayptr3.f90 | 4 ++--
gcc/testsuite/gfortran.dg/gomp/pr33439.f90 | 10 +++++-----
gcc/testsuite/gfortran.dg/gomp/pr44036-1.f90 | 4 ++--
gcc/testsuite/gfortran.dg/gomp/pr44536.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/sharing-1.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/sharing-2.f90 | 10 +++++-----
gcc/testsuite/gfortran.dg/gomp/sharing-3.f90 | 2 +-
libgomp/ChangeLog | 4 ++++
libgomp/env.c | 2 +-
17 files changed, 53 insertions(+), 27 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 2bca52a [Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.
new 70eccef Teach stripNonLineTableDebugInfo() to remap DILocations in !l [...]
new 38e381b [AMDGPU] Add GlobalOpt parameter to Always Inliner pass
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/IR/DebugInfo.cpp | 31 ++++++----
lib/Target/AMDGPU/AMDGPU.h | 2 +-
lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp | 14 +++--
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
test/CodeGen/AMDGPU/early-inline.ll | 3 +
.../Util/strip-nonlinetable-debuginfo-loops.ll | 71 ++++++++++++++++++++++
6 files changed, 105 insertions(+), 18 deletions(-)
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo-loops.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 c223214 Change the error message format for undefined symbols.
new e1f8450 Add parsing of mllvm command line options.
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:
COFF/Driver.cpp | 7 +++++++
test/COFF/lto-debug-pass-arguments.ll | 16 ++++++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 test/COFF/lto-debug-pass-arguments.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.