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 6c73cd9 agent_expr_up: gdb::unique_ptr -> std::unique_ptr
new 2806dc7 Fix formattting of gdb/ChangeLog and gdb/testsuite/ChangeLog enties
new 64f367a gdb/testsuite: Introduce "proc_with_prefix"
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:
gdb/ChangeLog | 24 ++--
gdb/testsuite/ChangeLog | 40 +++++--
gdb/testsuite/gdb.base/commands.exp | 224 +++++++++++++++++-------------------
gdb/testsuite/lib/gdb.exp | 8 ++
4 files changed, 155 insertions(+), 141 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 61e45f2 Fix folding of memcmp("a", "a", 2) (PR
new 6d8afef 2016-11-09 Richard Biener <rguenther(a)suse.de>
new 48baf51 2016-11-09 Richard Biener <rguenther(a)suse.de>
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 | 22 ++++++++++++++++++++++
gcc/fold-const.c | 10 +++++-----
gcc/fold-const.h | 2 +-
gcc/genmatch.c | 2 +-
gcc/gimple-fold.c | 4 ++--
gcc/gimple-match-head.c | 8 ++++----
gcc/tree-ssa-dom.c | 48 +----------------------------------------------
gcc/tree-ssa-reassoc.c | 2 +-
gcc/tree-ssa-sccvn.c | 4 ++--
gcc/tree-ssa-threadedge.c | 2 +-
10 files changed, 40 insertions(+), 64 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 57aff6d Remove TimeValue usage from lldb/Interpreter
new 0c340f1 Remove TimeValue usage from lldb/Host
new 28bf873 Remove unused TimeValue include
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:
source/Host/common/Socket.cpp | 1 -
source/Host/windows/ConnectionGenericFileWindows.cpp | 5 +----
.../Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h | 1 -
3 files changed, 1 insertion(+), 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 binutils-gdb.
from 8c84bff tui-winsource: Remove failed-allocation logic
new 7a63494 gdb: Use vector::emplace_back
new 6c73cd9 agent_expr_up: gdb::unique_ptr -> std::unique_ptr
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:
gdb/ChangeLog | 23 +++++++++++++++++++++++
gdb/ax-gdb.c | 6 +++---
gdb/ax.h | 2 +-
gdb/breakpoint.c | 4 ++--
gdb/main.c | 31 ++++++++++---------------------
gdb/tracepoint.c | 18 ++++++------------
gdb/tracepoint.h | 4 +---
7 files changed, 46 insertions(+), 42 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 860b501 Remove TimeValue usage from lldb/Core. NFC.
new 57aff6d Remove TimeValue usage from lldb/Interpreter
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/Interpreter/OptionValueFileSpec.h | 6 +++---
source/Commands/CommandObjectTarget.cpp | 1 +
source/Interpreter/OptionValueFileSpec.cpp | 5 ++---
3 files 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 lld.
from c3fc6c0 [ELF] - Enable reproduce-error.s under windows.
new 2bdbeae Add a convenience getObj method. 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/ICF.cpp | 8 ++++----
ELF/InputSection.cpp | 6 +++---
ELF/InputSection.h | 1 +
3 files changed, 8 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 llvm.
from e6c9f7f [SystemZ] A few fixes in scheduler files.
new 0f89628 [Hexagon] Eliminate Insert4 pseudo-instruction, use combines instead
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/Hexagon/HexagonInstrInfo.cpp | 42 --------------------------------
lib/Target/Hexagon/HexagonInstrInfoV4.td | 5 ----
lib/Target/Hexagon/HexagonPatterns.td | 3 ++-
test/CodeGen/Hexagon/insert4.ll | 10 ++++----
4 files changed, 7 insertions(+), 53 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 0bdcca3 [AST] Dump dependent scope member expression with its member name
new d3859bc clang-format: [TypeScript] Fix bug in handling of non-null operator.
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/Format/TokenAnnotator.cpp | 8 +++++++-
unittests/Format/FormatTestJS.cpp | 1 +
2 files changed, 8 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 lldb.
from ef98d44 Fix expectation in TestStaticVariables.py after rL286302
new 860b501 Remove TimeValue usage from lldb/Core. 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:
include/lldb/Core/ModuleSpec.h | 39 ++++++++++++++++++++-------------------
include/lldb/Core/SourceManager.h | 18 ++++++++++--------
source/Core/ModuleList.cpp | 6 +++---
source/Core/SourceManager.cpp | 22 +++++++---------------
source/Target/Process.cpp | 1 +
5 files changed, 41 insertions(+), 45 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 6f52d15 [CodeCompletion] Show block invocation results for block prop [...]
new 0bdcca3 [AST] Dump dependent scope member expression with its member name
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/AST/ASTDumper.cpp | 7 +++++++
test/Misc/ast-dump-stmt.cpp | 16 ++++++++++++++++
2 files changed, 23 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.