This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from ba25405 Needed change to lld for the change to libObject’s getName() [...]
new f0a17c8 [ELF][MIPS] Create GOT entries for R_MIPS_REL32 dynamic relocations
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/Writer.cpp | 17 +++++++++++++++++
test/ELF/mips-32.s | 26 ++++++++++++++++++++++++--
2 files changed, 41 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 lld.
from 29a27ab Define and use a utility function. NFC.
new ba25405 Needed change to lld for the change to libObject’s getName() [...]
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/Error.h | 7 +++++++
include/lld/Core/LLVM.h | 4 ++++
2 files changed, 11 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 llvm.
from b398943 IR: Use SmallVector instead of std::vector of TrackingMDRef
new de21c29 [Hexagon] Add -mv.. options to override CPU selection
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:
.../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 42 ++++++++++++++++++++--
1 file changed, 39 insertions(+), 3 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 libunwind.
from b08360d unwind: unify _LIBUNWIND_SUPPORT_DWARF_UNWIND
new 3a3a5ea unwind: remove an instance of -Wexpansion-to-defined
new 20c1a03 unwind: remove a second instance of -Wexpansion-to-defined
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:
src/config.h | 26 +++++++++++++++++---------
1 file changed, 17 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 lldb.
from 4c6cd57 Fix a bug where LLDB would crash if 'apropos <anything>' was [...]
new 33cb971 update Jenkins Xcode buildbot target for r266885
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 | 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 libunwind.
from 874230a [AArch64] Fix libunwind build when using GNU assembler
new b08360d unwind: unify _LIBUNWIND_SUPPORT_DWARF_UNWIND
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:
src/config.h | 13 +++++--------
1 file changed, 5 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 lldb.
from 98343c8 Add missing file needed for PDB unittests.
new 4c6cd57 Fix a bug where LLDB would crash if 'apropos <anything>' was [...]
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/CommandObject.h | 3 ++
include/lldb/Interpreter/CommandObjectMultiword.h | 9 +++++
include/lldb/lldb-forward.h | 1 +
.../apropos_with_process}/Makefile | 0
.../apropos_with_process/TestAproposWithProcess.py | 44 ++++++++++++++++++++++
.../main.cpp | 4 +-
source/Commands/CommandObjectMultiword.cpp | 9 +++++
source/Interpreter/CommandInterpreter.cpp | 2 +-
8 files changed, 70 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/{warnings/uuid => functionalities/apropos_with [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/apropos_with_pro [...]
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/comp_dir_symlink = [...]
--
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 a306109 ELF: Template LinkerScript class.
new 0992a6e ELF: Redefine parseExpr to parse an expression. NFC.
new 29a27ab Define and use a utility function. NFC.
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:
ELF/LinkerScript.cpp | 44 ++++++++++++++++++++++++++++----------------
1 file changed, 28 insertions(+), 16 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 f315fe5 builtins: fix -Werror,-Wunused-variable warning
new 656c2db [msan] Implement GetPageSize in the 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:
lib/msan/tests/msan_test.cc | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.