This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 8819ba1 Remove weak-linked symbols for SBBreakpointListImpl
new 506a699 Disable sanitizer tests on Windows.
new eb9e2e2 Make Options::SetOptionValue take a StringRef.
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:
include/lldb/Interpreter/Options.h | 6 +-
include/lldb/Target/Process.h | 9 +-
include/lldb/Target/ProcessLaunchInfo.h | 2 +-
packages/Python/lldbsuite/test/decorators.py | 4 +
source/Commands/CommandObjectArgs.cpp | 2 +-
source/Commands/CommandObjectArgs.h | 2 +-
source/Commands/CommandObjectBreakpoint.cpp | 141 +++++++++------------
source/Commands/CommandObjectBreakpointCommand.cpp | 13 +-
source/Commands/CommandObjectCommands.cpp | 50 ++++----
source/Commands/CommandObjectDisassemble.cpp | 15 +--
source/Commands/CommandObjectDisassemble.h | 2 +-
source/Commands/CommandObjectExpression.h | 1 -
source/Commands/CommandObjectFrame.cpp | 29 ++---
source/Commands/CommandObjectHelp.h | 2 +-
source/Commands/CommandObjectLog.cpp | 2 +-
source/Commands/CommandObjectMemory.cpp | 3 -
source/Commands/CommandObjectPlatform.cpp | 91 +++++++------
source/Commands/CommandObjectProcess.cpp | 34 +++--
source/Commands/CommandObjectRegister.cpp | 1 -
source/Commands/CommandObjectSettings.cpp | 2 +-
source/Commands/CommandObjectSource.cpp | 29 ++---
source/Commands/CommandObjectTarget.cpp | 51 +++-----
source/Commands/CommandObjectThread.cpp | 98 ++++++--------
source/Commands/CommandObjectType.cpp | 69 +++++-----
source/Commands/CommandObjectWatchpoint.cpp | 16 +--
source/Commands/CommandObjectWatchpointCommand.cpp | 13 +-
source/Interpreter/Options.cpp | 6 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 +-
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 32 ++---
.../DarwinLog/StructuredDataDarwinLog.cpp | 13 +-
source/Target/Process.cpp | 17 +--
source/Target/ProcessLaunchInfo.cpp | 7 +-
32 files changed, 327 insertions(+), 437 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 hsa
in repository gcc.
from be33c7f Merged trunk revision 242065 into the hsa branch
new a91f77d Move hsa headers to plugin libgomp directory
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:
libgomp/ChangeLog.hsa | 4 ++++
libgomp/{ => plugin}/hsa.h | 0
libgomp/{ => plugin}/hsa_ext_finalize.h | 0
3 files changed, 4 insertions(+)
rename libgomp/{ => plugin}/hsa.h (100%)
rename libgomp/{ => plugin}/hsa_ext_finalize.h (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 gentoo/2.24
in repository glibc.
from 822305b Fix linknamespace parallel test failures.
new df75883 disable ldconfig during install
new 727cea2 reload /etc/resolv.conf when it has changed
new 0b97118 rtld: do not ignore arch-specific CFLAGS
new 9886b16 gentoo: support running tests under sandbox
new 92bf87d sys/types.h: drop sys/sysmacros.h include
The 5 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:
Makeconfig | 2 +-
Makefile | 1 +
elf/Makefile | 2 +-
iconvdata/run-iconv-test.sh | 2 +-
nptl/tst-tls6.sh | 2 +-
posix/sys/types.h | 3 ---
resolv/res_libc.c | 15 +++++++++++++++
7 files changed, 20 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 clang.
from 602fa8f As we released 3.9, from the 4.0 release notes, points to ver [...]
new 937ed2d Use descriptive message if list initializer is incorrectly pa [...]
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/clang/Basic/DiagnosticSemaKinds.td | 2 ++
include/clang/Sema/Sema.h | 2 ++
lib/Sema/SemaDecl.cpp | 24 ++++++++++++++++++++++++
lib/Sema/SemaExprCXX.cpp | 25 ++++++++++++++++++++++++-
test/SemaCXX/cxx0x-initializer-references.cpp | 5 ++---
test/SemaCXX/cxx0x-initializer-scalars.cpp | 21 +++++++++++++++++----
6 files changed, 71 insertions(+), 8 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 f7b2c82 2016-11-12 Janus Weil <janus(a)gcc.gnu.org>
new 53f6e6c rs6000: Don't forget to initialize the TOC (PR77957)
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 | 6 ++++
gcc/config/rs6000/rs6000.c | 81 +++++++++++++++++++++++-----------------------
2 files changed, 47 insertions(+), 40 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 8a6ccbe As we released 3.9, from the 4.0 release notes, points to ver [...]
new 4e9c4a8 [OCaml] Clear cross-target test deps when building out-of-tree
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 | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 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 7fc9a56 [AVX-512] Add unmasked version of shift by immediate and shif [...]
new 8a6ccbe As we released 3.9, from the 4.0 release notes, points to ver [...]
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/ReleaseNotes.rst | 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 clang.
from 5c8ed9d Add support of the next Ubuntu (17.04 - Zesty Zapus)
new 092c378 Add the new option -Og in the release notes. See r286602 for [...]
new 602fa8f As we released 3.9, from the 4.0 release notes, points to ver [...]
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:
docs/ReleaseNotes.rst | 12 ++++++++----
1 file changed, 8 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 clang.
from 6847016 clang-format: Support ObjC selectors with unnamed parameters.
new 5c8ed9d Add support of the next Ubuntu (17.04 - Zesty Zapus)
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.cpp | 4 +++-
1 file changed, 3 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 9dbb788 Add std::future_error constructor from future_errc
new f7b2c82 2016-11-12 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/class.c | 13 ++----------
gcc/fortran/decl.c | 23 ++++++----------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/typebound_generic_16.f90 | 21 ++++++++++++++++++++
5 files changed, 44 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/typebound_generic_16.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.