This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea363334ce4 [llvm-objcopy] Dwarf .debug section compression support (zl [...]
new 7428f4506cb [PDB] Create a SymbolCache class.
new 6d1036d22d5 [PDB] Rename some files in the native reader.
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/DebugInfo/PDB/Native/NativeExeSymbol.h | 16 +--
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 32 ++---
.../{NativeBuiltinSymbol.h => NativeTypeBuiltin.h} | 14 +-
.../{NativeEnumSymbol.h => NativeTypeEnum.h} | 18 +--
include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 73 ++++++++++
lib/DebugInfo/PDB/CMakeLists.txt | 5 +-
lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp | 47 -------
lib/DebugInfo/PDB/Native/NativeEnumModules.cpp | 4 +-
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp | 4 +-
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 56 +++-----
lib/DebugInfo/PDB/Native/NativeSession.cpp | 121 ++++-------------
lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp | 45 +++++++
.../{NativeEnumSymbol.cpp => NativeTypeEnum.cpp} | 57 ++++----
lib/DebugInfo/PDB/Native/SymbolCache.cpp | 148 +++++++++++++++++++++
14 files changed, 371 insertions(+), 269 deletions(-)
rename include/llvm/DebugInfo/PDB/Native/{NativeBuiltinSymbol.h => NativeTypeBuilt [...]
rename include/llvm/DebugInfo/PDB/Native/{NativeEnumSymbol.h => NativeTypeEnum.h} (76%)
create mode 100644 include/llvm/DebugInfo/PDB/Native/SymbolCache.h
delete mode 100644 lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp
create mode 100644 lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
rename lib/DebugInfo/PDB/Native/{NativeEnumSymbol.cpp => NativeTypeEnum.cpp} (52%)
create mode 100644 lib/DebugInfo/PDB/Native/SymbolCache.cpp
--
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 d93b34be1 [hwasan] Remove allocator interceptors.
new 0a64c4f71 [hwasan] change the thread list so that main_thread can also [...]
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/hwasan/hwasan_thread.cc | 16 ++++++++++------
lib/hwasan/hwasan_thread.h | 4 ++--
2 files changed, 12 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 lld.
from 422cc6aac [COFF] don't mark lazy symbols as used in regular objects
new ca0c8caaa [ELF] Check if LinkSec is nullptr when initializing SHF_LINK_ [...]
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/InputFiles.cpp | 6 ++++--
.../{linkorder-invalid-sec.test => linkorder-invalid-sec2.test} | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
copy test/ELF/invalid/{linkorder-invalid-sec.test => linkorder-invalid-sec2.test} (73%)
--
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 449bd5bad5e * reg-stack.c (get_true_reg) <case FLOAT_TRUNCATE>: Reorde [...]
new 5a1793495b1 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from c22c51dcd03 Daily bump.
new 21fef1371e3 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 9d394be5436 Daily bump.
new 9430dc62116 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 01feb4f67bd Daily bump.
new 707c55a0c3f Daily bump.
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/DATESTAMP | 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 llvm.
from 70e99b3383a [X86] Add RMW ADC patterns with load in operand 1.
new ea363334ce4 [llvm-objcopy] Dwarf .debug section compression support (zl [...]
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:
.../Inputs/compress-debug-sections.yaml | 21 ++++++
.../compress-debug-sections-default-gnu.test | 9 +++
.../compress-debug-sections-default.test | 13 ++++
.../compress-debug-sections-invalid-format.test | 5 ++
.../compress-debug-sections-zlib-gnu.test | 49 ++++++++++++++
.../llvm-objcopy/compress-debug-sections-zlib.test | 49 ++++++++++++++
tools/llvm-objcopy/ObjcopyOpts.td | 6 ++
tools/llvm-objcopy/Object.cpp | 72 ++++++++++++++++++++
tools/llvm-objcopy/Object.h | 27 +++++++-
tools/llvm-objcopy/llvm-objcopy.cpp | 76 ++++++++++++++++++++--
10 files changed, 321 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml
create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test
create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default.test
create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test
create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test
create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib.test
--
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 739ab2e92e Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumps
new 7235dd9f90 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.2-branch
in repository binutils-gdb.
from 5ea637fe9a Automatic date update in version.in
new 2c657270fd Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.