This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3f3381c34 Fix the xcode project for the Args -> Utility move.
new fdd3c0b4a Change PlatformPosix::DoLoadImage to use a UtilityFunction.
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 | 50 ++++
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 304 ++++++++++++++++++++----
source/Plugins/Platform/POSIX/PlatformPOSIX.h | 4 +
source/Target/Process.cpp | 13 +
4 files changed, 321 insertions(+), 50 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 829e6a9b022 PR sanitizer/85230 * asan.c (handle_builtin_stack_restore [...]
new a2e2ee7c48b PR testsuite/85326 * g++.dg/other/pr81422.C: Require effe [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/other/pr60675.C | 6 ++++--
gcc/testsuite/g++.dg/other/pr81422.C | 4 ++--
gcc/testsuite/g++.dg/other/sve_tls_2.C | 1 +
4 files changed, 14 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 lldb.
from fe5f5a438 Move Args.cpp from Interpreter to Utility
new 3f3381c34 Fix the xcode project for the Args -> Utility move.
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 | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 clang.
from 355ac5a711 Remove unused variable
new efc781a324 Require shell for test
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/CodeGen/thinlto_backend.ll | 3 ++-
1 file changed, 2 insertions(+), 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 gcc.
from 94059ab9414 gccgo: suppress "ar rcD" and "-zdefs" on AIX
new 829e6a9b022 PR sanitizer/85230 * asan.c (handle_builtin_stack_restore [...]
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 | 10 ++++++++++
gcc/asan.c | 13 ++++++-------
gcc/builtins.c | 18 ++++++++++++------
3 files changed, 28 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 clang.
from aceeee6ed4 [Sema] Warn about memcpy'ing non-trivial C structs.
new 355ac5a711 Remove unused variable
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/Driver/ToolChains/Clang.cpp | 2 +-
1 file changed, 1 insertion(+), 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 cd31fbb2a Add nvptx port.
new 67609efeb Cygwin: fix build with GCC 7
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:
winsup/cygwin/random.cc | 14 +++++---------
1 file changed, 5 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 gcc.
from acf8e64a4c9 Update gcc .po files.
new 94059ab9414 gccgo: suppress "ar rcD" and "-zdefs" on AIX
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/cmd/go/internal/work/gccgo.go | 13 ++++++++-----
2 files changed, 9 insertions(+), 6 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 de9490f767f [X86] Add separate scheduling class for PSADBW instruction.
new 8995c860d67 [llvm-pdbutil] Dump first section contribution for each module.
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:
.../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 2 +
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 14 +-
lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp | 4 +
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 5 +
tools/llvm-pdbutil/DumpOutputStyle.cpp | 158 +++++++++++----------
6 files changed, 99 insertions(+), 86 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.