This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8c96de4 [ARM] Use __rt_div functions for divrem on Windows
new 1911873 [Object] Fix a crash in Archive::child_iterator's default con [...]
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/Object/Archive.h | 2 +-
lib/Object/Archive.cpp | 11 +++++++----
2 files changed, 8 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 lldb.
from 98e5b01 Fixup the xfail situation on Windows.
new 054b31c Convert CommandObject constructors to StringRef.
new 462fdd8 Update some command aliasing functions to use StringRef.
new d947d95 Convert some more aliasing and CI functions to StringRef.
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:
include/lldb/Core/Stream.h | 1 +
include/lldb/Interpreter/Args.h | 10 +-
include/lldb/Interpreter/CommandAlias.h | 14 +-
include/lldb/Interpreter/CommandInterpreter.h | 51 +++---
include/lldb/Interpreter/CommandObject.h | 17 +-
.../lldb/Interpreter/CommandObjectRegexCommand.h | 5 +-
source/API/SBCommandInterpreter.cpp | 4 +-
source/Commands/CommandObjectArgs.cpp | 1 -
source/Commands/CommandObjectCommands.cpp | 42 +++--
source/Commands/CommandObjectExpression.cpp | 2 +-
source/Commands/CommandObjectHelp.cpp | 4 +-
source/Commands/CommandObjectMultiword.cpp | 2 +-
source/Commands/CommandObjectSettings.cpp | 18 +--
source/Commands/CommandObjectSource.cpp | 4 +-
source/Commands/CommandObjectSyntax.cpp | 2 +-
source/Commands/CommandObjectType.cpp | 2 +-
source/Commands/CommandObjectWatchpoint.cpp | 2 +-
source/Core/Stream.cpp | 4 +
source/Expression/REPL.cpp | 2 +-
source/Interpreter/Args.cpp | 29 ++--
source/Interpreter/CommandAlias.cpp | 28 ++--
source/Interpreter/CommandInterpreter.cpp | 174 ++++++++++-----------
source/Interpreter/CommandObject.cpp | 17 +-
source/Interpreter/CommandObjectRegexCommand.cpp | 4 +-
source/Interpreter/Options.cpp | 2 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 3 +-
.../DarwinLog/StructuredDataDarwinLog.cpp | 2 +-
source/Target/LanguageRuntime.cpp | 10 +-
28 files changed, 215 insertions(+), 241 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 5366649 [Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MU [...]
new 8c96de4 [ARM] Use __rt_div functions for divrem on Windows
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/Target/ARM/ARMISelLowering.cpp | 66 ++++++++++++++++++++++++++------------
test/CodeGen/ARM/Windows/dbzchk.ll | 2 +-
test/CodeGen/ARM/divmod-eabi.ll | 56 +++++++++++++-------------------
3 files changed, 68 insertions(+), 56 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 286dc02 Remove trailing whitespace.
new a6b6af9 Early continue. 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:
ELF/MarkLive.cpp | 18 +++++++++---------
1 file changed, 9 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 fca4e25 2016-10-05 Fritz Reese <fritzoreese(a)gmail.com>
new 670ec52 2016-10-05 Steven G. Kargl <kargls(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 | 8 +++++++
gcc/fortran/resolve.c | 14 ++++++++++-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/associate_22.f90 | 37 ++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_22.f90
--
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 7326421 [ADT] Add missing const_iterator DenseSet::find() const
new 5366649 [Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MU [...]
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/Target/Sparc/SparcISelDAGToDAG.cpp | 13 -------------
lib/Target/Sparc/SparcISelLowering.cpp | 7 ++++---
lib/Target/Sparc/SparcInstrInfo.td | 4 ++--
test/CodeGen/SPARC/basictest.ll | 6 ++----
4 files changed, 8 insertions(+), 22 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 e0c743a Convert various CommandInterpreter functions to StringRef.
new 98e5b01 Fixup the xfail situation on Windows.
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/expression_command/save_jit_objects/TestSaveJITObjects.py | 1 +
.../test/expression_command/unwind_expression/TestUnwindExpression.py | 1 +
.../data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | 1 +
.../lldbsuite/test/functionalities/memory/find/TestMemoryFind.py | 1 +
.../test/functionalities/postmortem/linux-core/TestLinuxCore.py | 4 ++++
.../functionalities/thread/exit_during_break/TestExitDuringBreak.py | 3 ---
.../watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py | 1 -
.../test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py | 1 -
.../Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py | 2 +-
.../test/lang/cpp/global_operators/TestCppGlobalOperators.py | 1 +
packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py | 1 +
.../test/lang/cpp/namespace_definitions/TestNamespaceDefinitions.py | 1 +
packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py | 1 +
packages/Python/lldbsuite/test/lang/cpp/template/TestTemplateArgs.py | 2 ++
.../lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py | 1 -
packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py | 1 -
.../python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 +
17 files changed, 16 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 compiler-rt.
from 3b0bbee [asan] Reapply: Switch to using dynamic shadow offset on iOS
new 12db777 [asan] Fixup: Switch to using dynamic shadow offset on iOS
new 06644fb [compiler-rt] Enable building iOS by default.
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:
cmake/base-config-ix.cmake | 2 +-
lib/sanitizer_common/sanitizer_mac.cc | 2 +-
2 files changed, 2 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 llvm.
from 8f952a8 Improve the debug-info test created in r274263.
new e249e2a [asan] Reapply: Switch to using dynamic shadow offset on iOS
new 7326421 [ADT] Add missing const_iterator DenseSet::find() const
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/llvm/ADT/DenseSet.h | 3 ++
.../Instrumentation/AddressSanitizer.cpp | 5 +--
unittests/ADT/DenseSetTest.cpp | 36 +++++++++++++++-------
3 files changed, 31 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 79a96a3 Revert "[asan] Switch to using dynamic shadow offset on iOS"
new 3b0bbee [asan] Reapply: Switch to using dynamic shadow offset on iOS
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/asan/asan_mapping.h | 2 +-
lib/sanitizer_common/sanitizer_linux.cc | 5 ++++
lib/sanitizer_common/sanitizer_mac.cc | 50 ++++++++++++++++++++++++++++++++-
lib/sanitizer_common/sanitizer_posix.cc | 5 ----
4 files changed, 55 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.