This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0a98d881b [COFF] Simplify relocation to discarded section diagnostic code, NFC
new 05bab3f8c [ELF] Rename NameTypeEntry to NameAttrEntry and its field "Ty [...]
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/SyntheticSections.cpp | 20 ++++++++++----------
ELF/SyntheticSections.h | 4 ++--
2 files changed, 12 insertions(+), 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/binutils-gdb.
from f77984e974 i386: Accept both .plt.got and .plt.sec sections
adds 7322dd1f69 Automatic date update in version.in
adds 497d849d28 [ARM] Improve indentation of ARM architecture declarations
adds 97b3f39201 opcodes/nfp: Fix disassembly of crc[] with swapped operands.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +
binutils/testsuite/binutils-all/nfp/test1.d | 32 +-
.../testsuite/binutils-all/nfp/test1_nfp6000.nffw | Bin 9880 -> 10128 bytes
gas/ChangeLog | 4 +
gas/config/tc-arm.c | 102 ++--
include/ChangeLog | 59 +++
include/opcode/arm.h | 535 +++++++++++----------
opcodes/ChangeLog | 4 +
opcodes/nfp-dis.c | 12 +-
10 files changed, 439 insertions(+), 316 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 3546f90aac2 [NativePDB] Improved support for nested type reconstruction.
new ecc582a8ce4 DebugInfo: Add a CU metadata attribute for use of DWARF ran [...]
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/IR/DIBuilder.h | 3 +-
include/llvm/IR/DebugInfoMetadata.h | 57 +++++++-----
lib/AsmParser/LLParser.cpp | 6 +-
lib/Bitcode/Reader/MetadataLoader.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +-
lib/IR/AsmWriter.cpp | 1 +
lib/IR/DIBuilder.cpp | 5 +-
lib/IR/DebugInfo.cpp | 3 +-
lib/IR/DebugInfoMetadata.cpp | 6 +-
test/DebugInfo/X86/range_reloc.ll | 170 ++++++++++++++++++++--------------
unittests/IR/MetadataTest.cpp | 6 +-
11 files changed, 157 insertions(+), 105 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 32e393f332 [AST][NFC] Style fixes for UnaryOperator
new d2eb183818 DebugInfo: Add a driver flag for DWARF debug_ranges base add [...]
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/Driver/Options.td | 4 ++++
include/clang/Frontend/CodeGenOptions.def | 3 +++
lib/CodeGen/CGDebugInfo.cpp | 3 ++-
lib/Driver/ToolChains/Clang.cpp | 5 +++++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/debug-info-ranges-base-address.c | 9 +++++++++
test/Driver/debug-options.c | 7 +++++++
7 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/debug-info-ranges-base-address.c
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig
in repository toolchain/binutils-gdb.
from f77984e974 i386: Accept both .plt.got and .plt.sec sections
adds 7322dd1f69 Automatic date update in version.in
adds 497d849d28 [ARM] Improve indentation of ARM architecture declarations
adds 97b3f39201 opcodes/nfp: Fix disassembly of crc[] with swapped operands.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +
binutils/testsuite/binutils-all/nfp/test1.d | 32 +-
.../testsuite/binutils-all/nfp/test1_nfp6000.nffw | Bin 9880 -> 10128 bytes
gas/ChangeLog | 4 +
gas/config/tc-arm.c | 102 ++--
include/ChangeLog | 59 +++
include/opcode/arm.h | 535 +++++++++++----------
opcodes/ChangeLog | 4 +
opcodes/nfp-dis.c | 12 +-
10 files changed, 439 insertions(+), 316 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 7ff33d4e626 Add fneg instruction to syntax highlighting lists
new 3546f90aac2 [NativePDB] Improved support for nested type reconstruction.
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/DebugInfo/CodeView/LazyRandomTypeCollection.cpp | 8 ++++++++
lib/DebugInfo/PDB/Native/TpiStream.cpp | 1 +
2 files changed, 9 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 lldb.
from 23a959cc2 [Cocoa] Implement formatter for the new NSDate representation.
new f869ba5b3 [NativePDB] Improved support for nested type reconstruction.
new f27f84432 [NativePDB] Add support for S_CONSTANT records.
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:
.../NativePDB/Inputs/nested-types.lldbinit | 12 +
.../NativePDB/Inputs/s_constant.lldbinit | 25 +
lit/SymbolFile/NativePDB/Inputs/s_constant.s | 971 +++++++++++++++++++++
lit/SymbolFile/NativePDB/nested-types.cpp | 143 +++
lit/SymbolFile/NativePDB/s_constant.cpp | 115 +++
.../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 215 ++++-
.../SymbolFile/NativePDB/SymbolFileNativePDB.h | 2 +
7 files changed, 1472 insertions(+), 11 deletions(-)
create mode 100644 lit/SymbolFile/NativePDB/Inputs/nested-types.lldbinit
create mode 100644 lit/SymbolFile/NativePDB/Inputs/s_constant.lldbinit
create mode 100644 lit/SymbolFile/NativePDB/Inputs/s_constant.s
create mode 100644 lit/SymbolFile/NativePDB/nested-types.cpp
create mode 100644 lit/SymbolFile/NativePDB/s_constant.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.