This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5014000de Always normalize FileSpec paths.
new c7a306f3e [debugserver] Fix the G packet handling.
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:
.../lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py | 9 +++++++++
tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 4 +++-
2 files changed, 12 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 binutils-2_29-branch
in repository binutils-gdb.
from af0200d544 Apply:
new 4ba9ba2ceb Fix symbol resolution with linker plugins for defsym symbols.
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:
gold/ChangeLog | 29 ++++++++++
gold/expression.cc | 27 ++++++++++
gold/plugin.cc | 19 +++++--
gold/plugin.h | 13 ++++-
gold/script.cc | 23 ++++++++
gold/script.h | 21 +++++++-
gold/testsuite/Makefile.am | 13 ++++-
gold/testsuite/Makefile.in | 63 +++++++++++++++++-----
.../{dynamic_list_2.t => plugin_test_defsym.c} | 21 +++++---
...gin_test_start_lib.sh => plugin_test_defsym.sh} | 25 ++++-----
10 files changed, 214 insertions(+), 40 deletions(-)
copy gold/testsuite/{dynamic_list_2.t => plugin_test_defsym.c} (74%)
copy gold/testsuite/{plugin_test_start_lib.sh => plugin_test_defsym.sh} (56%)
--
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 0fb24c145bf [llvm-objcopy] Add --weaken-symbol (-W) option
new 9378c2c1c00 [globalisel][legalizerinfo] Add support for legalization ba [...]
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/CodeGen/GlobalISel/LegalizerInfo.h | 36 ++++++++++++++-
lib/CodeGen/GlobalISel/LegalityPredicates.cpp | 18 ++++++++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 54 ++++++++++++++++------
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 16 ++++++-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 11 ++++-
.../AArch64/GlobalISel/legalize-extracts.mir | 8 ++--
.../AArch64/GlobalISel/legalize-load-store.mir | 8 ++--
test/CodeGen/ARM/GlobalISel/arm-legalize-vfp4.mir | 6 ++-
.../X86/GlobalISel/legalize-memop-scalar.mir | 8 ++--
test/CodeGen/X86/GlobalISel/legalize-undef.mir | 26 +++++------
10 files changed, 144 insertions(+), 47 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 gcc-8-branch
in repository gcc.
from 046e306d955 PR go/85429 cmd/go: add Solaris assembler syntax for g [...]
new 5447778a02c * config.gcc: Mark tile* targets as deprecated/obsolete.
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 | 4 ++++
gcc/config.gcc | 1 +
2 files 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 gcc.
from c52435659bb 2018-04-27 Andreas Tobler <andreast(a)gcc.gnu.org> Mar [...]
new a7d3017af30 * config.gcc: Mark tile* targets as deprecated/obsolete.
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 | 4 ++++
gcc/config.gcc | 1 +
2 files 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 binutils-gdb.
from 632e107b32 Enable -Wsuggest-override
new 6873858b7e Add inclusive range support for Rust
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:
gdb/ChangeLog | 21 +++++++++++++++++++++
gdb/expprint.c | 12 +++++++++++-
gdb/expression.h | 29 ++++++++++++++++++++---------
gdb/parse.c | 2 ++
gdb/rust-exp.y | 39 ++++++++++++++++++++++++++++++---------
gdb/rust-lang.c | 26 ++++++++++++++++++++++----
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.rust/simple.exp | 6 ++++++
8 files changed, 117 insertions(+), 23 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 a7632db848d [CodeGen] Use RegUnits to track register aliases (NFC)
new 384d8a7924c [llvm-objcopy] Add --globalize-symbol option
new 0fb24c145bf [llvm-objcopy] Add --weaken-symbol (-W) option
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:
.../llvm-objcopy/{localize.test => globalize.test} | 14 ++++----------
.../tools/llvm-objcopy/{localize.test => weaken.test} | 12 +++---------
tools/llvm-objcopy/Opts.td | 8 ++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 19 ++++++++++++++++---
4 files changed, 31 insertions(+), 22 deletions(-)
copy test/tools/llvm-objcopy/{localize.test => globalize.test} (82%)
copy test/tools/llvm-objcopy/{localize.test => weaken.test} (83%)
--
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 38b6bf084e [clang-format/ObjC] Use getIdentifierInfo() instead of tok:: [...]
new 3ffe6de5f1 s/LLVM_ON_WIN32/_WIN32/, clang
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:
examples/clang-interpreter/Manager.h | 2 +-
lib/Basic/FileManager.cpp | 2 +-
lib/Basic/VirtualFileSystem.cpp | 4 ++--
lib/Driver/ToolChain.cpp | 2 +-
lib/Driver/ToolChains/CommonArgs.cpp | 2 +-
lib/Driver/ToolChains/MSVC.cpp | 4 ++--
lib/Driver/ToolChains/PS4CPU.cpp | 2 +-
lib/Frontend/InitHeaderSearch.cpp | 2 +-
lib/Frontend/PrecompiledPreamble.cpp | 2 +-
lib/Lex/PPDirectives.cpp | 2 +-
tools/driver/driver.cpp | 4 ++--
tools/libclang/CIndex.cpp | 2 +-
tools/libclang/CIndexer.cpp | 6 +++---
unittests/ASTMatchers/ASTMatchersInternalTest.cpp | 4 ++--
unittests/Basic/FileManagerTest.cpp | 14 +++++++-------
unittests/Driver/ToolChainTest.cpp | 4 ++--
unittests/Tooling/RefactoringTest.cpp | 6 +++---
unittests/Tooling/ToolingTest.cpp | 4 ++--
18 files changed, 34 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.