This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 7441c42 [lldb] Fixed race conditions on private state thread exit
new d75f8ad Remove Platform usages from NativeProcessLinux
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:
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 164 ++++-----------------
source/Plugins/Process/Linux/NativeProcessLinux.h | 14 +-
2 files changed, 33 insertions(+), 145 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 44ec2cc [AArch64] Add commit message
new 27e8119 escape: Implement flood phase.
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 +-
gcc/go/gofrontend/escape.cc | 366 +++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 363 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 3fc85ab [FileCheck] Document --check-prefixes.
new 242d986 [docs] Update AMDGPU relocation information - Added new not [...]
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:
docs/CodeGenerator.rst | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 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 compiler-rt.
from eef7355 [sanitizer] Revert new GLIBC msghdr/cmsghdr definitions
new 6543bc5 [profile] Update a warning message (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:
lib/profile/InstrProfilingFile.c | 5 ++---
1 file changed, 2 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 binutils-gdb.
from 2821527 [ARC] Add ldbit for nps
new 897463b Fix elf_x86_64_reloc_type_class
new c428ce9 Check R_*_IRELATIVE in x86 reloc_type_class
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:
bfd/ChangeLog | 8 ++++++++
bfd/elf32-i386.c | 21 +++++++++++++--------
bfd/elf64-x86-64.c | 21 +++++++++++++--------
3 files changed, 34 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 e09bd44 Fix some typos in the Kaleidoscope tutorial (PR28120)
new 3fc85ab [FileCheck] Document --check-prefixes.
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:
docs/CommandGuide/FileCheck.rst | 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 glibc.
from f4015c8 Use generic fdim on more architectures (bug 6796, bug 20255, [...]
new 228a78c Fix i386 fdim double rounding (bug 20255).
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 | 4 ++++
math/libm-test.inc | 3 +++
{math => sysdeps/i386/fpu}/s_fdim.c | 14 ++++++++++++--
3 files changed, 19 insertions(+), 2 deletions(-)
copy {math => sysdeps/i386/fpu}/s_fdim.c (67%)
--
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 cf28a09 * config/i386/i386.md (signbittf2): Emit sse_movmskps for TA [...]
new 44ec2cc [AArch64] Add commit message
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 | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 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 lldb.
from 774580e Add support to PlatformRemoteiOS, PlatformRemoteAppleWatch, a [...]
new 7441c42 [lldb] Fixed race conditions on private state thread exit
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/lldb/Target/Process.h | 8 +++++--
source/Target/Process.cpp | 54 ++++++++++++++++++++++---------------------
2 files changed, 34 insertions(+), 28 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 d8ffcd8 Revert "AMDGPU/SI: Refactor fixup handling for constant addrs [...]
new e09bd44 Fix some typos in the Kaleidoscope tutorial (PR28120)
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:
docs/tutorial/LangImpl1.rst | 2 +-
docs/tutorial/LangImpl6.rst | 14 +++++++-------
docs/tutorial/OCamlLangImpl6.rst | 14 +++++++-------
3 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.