This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ad878ff pdbdump: fix bug in name hash table.
new fbbe744 [llvm-pdbdump] Dump the IPI stream and all records.
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/DebugInfo/PDB/Raw/PDBFile.h | 2 +
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 2 +-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 11 +++-
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 4 +-
test/DebugInfo/PDB/pdbdump-headers.test | 83 ++++++++++++++++++++++++++++--
tools/llvm-pdbdump/llvm-pdbdump.cpp | 80 +++++++++++++++++++++-------
6 files changed, 155 insertions(+), 27 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 fcb5a97 Reduce code duplication.
new 0d838bd Fix comment.
new d9bfe48 Really define --export-dynamic-symbol= as an alias to --expor [...]
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/Options.td | 3 ++-
ELF/Target.cpp | 4 ++--
test/ELF/dynamic-list.s | 2 ++
3 files changed, 6 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 lldb.
from 577f2a4 Fix an issue where the NSDate data formatter was not using th [...]
new 94ef55a Add support for arm64 compact unwind tables, used on darwin a [...]
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/Symbol/CompactUnwindInfo.h | 3 +
source/Symbol/CompactUnwindInfo.cpp | 188 +++++++++++++++++++++++++++
tools/compact-unwind/compact-unwind-dumper.c | 149 +++++++++++++++++++++
3 files changed, 340 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 3b27e60 [llvm-pdbdump] Stream 0 isn't actually the MSF superblock.
new ad878ff pdbdump: fix bug in name hash table.
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/PDB/Raw/NameHashTable.cpp | 4 +--
test/DebugInfo/PDB/pdbdump-headers.test | 57 +++++++++++++++++++++++++--------
2 files changed, 44 insertions(+), 17 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 f8b2b7f Add `static` to a file-scope function.
new fcb5a97 Reduce code duplication.
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/Target.cpp | 36 +++++++++++-------------------------
1 file changed, 11 insertions(+), 25 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 ec842a3 [llvm-pdbdump] Dump stream summary list.
new 6e695e8 test: use a binary file instead
new 3b27e60 [llvm-pdbdump] Stream 0 isn't actually the MSF superblock.
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:
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 1 +
test/DebugInfo/PDB/pdbdump-headers.test | 2 +-
test/Object/Inputs/COFF/weak-externals.obj | Bin 0 -> 141 bytes
test/Object/coff-weak-externals.test | 2 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 13 +++++++++----
5 files changed, 12 insertions(+), 6 deletions(-)
create mode 100644 test/Object/Inputs/COFF/weak-externals.obj
--
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 0dfc65a Support: remove outdated comment
new ec842a3 [llvm-pdbdump] Dump stream summary list.
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/DebugInfo/PDB/Raw/InfoStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/NameMap.h | 2 +
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 2 +
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 5 ++
lib/DebugInfo/PDB/Raw/NameMap.cpp | 5 ++
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 8 +++
test/DebugInfo/PDB/pdbdump-headers.test | 21 ++++++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 91 ++++++++++++++++++++++++-----
8 files changed, 121 insertions(+), 14 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 ac7ef31 Create Relocations.cpp and move scanRelocs there.
new 45f9187 Add a few options for compatibility with GNU.
new f8b2b7f Add `static` to a file-scope function.
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/Options.td | 3 +++
ELF/Relocations.cpp | 2 +-
2 files changed, 4 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 compiler-rt.
from 916e15d [esan|cfrag] Add test struct-simple.cpp
new 9dfeca2 Add working set base runtime library
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/esan/CMakeLists.txt | 3 +-
lib/esan/esan.cpp | 27 ++++++++--
lib/esan/esan_interface_internal.h | 2 +
lib/esan/working_set.cpp | 90 +++++++++++++++++++++++++++++++
lib/esan/{esan_flags.h => working_set.h} | 31 ++++-------
test/esan/TestCases/workingset-memset.cpp | 21 ++++++++
test/esan/lit.cfg | 3 ++
7 files changed, 150 insertions(+), 27 deletions(-)
create mode 100644 lib/esan/working_set.cpp
copy lib/esan/{esan_flags.h => working_set.h} (52%)
create mode 100644 test/esan/TestCases/workingset-memset.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 llvm.
from 0e9b526 Soften assertion in AMDGPU emitPrologue.
new abf016e [PM] Port BDCE to the new pass manager.
new d51855e llvm-objdump: support dumping AUX records for weak externals
new 0dfc65a Support: remove outdated comment
The 3 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/InitializePasses.h | 2 +-
include/llvm/Support/COFF.h | 1 -
include/llvm/Transforms/Scalar/BDCE.h | 31 +++++++++++++
lib/Passes/PassBuilder.cpp | 3 +-
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/BDCE.cpp | 72 ++++++++++++++++-------------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Object/Inputs/COFF/weak-externals.yaml | 26 +++++++++++
test/Object/coff-weak-externals.test | 5 ++
test/Transforms/BDCE/dce-pure.ll | 1 +
tools/llvm-objdump/COFFDump.cpp | 6 +++
11 files changed, 113 insertions(+), 37 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/BDCE.h
create mode 100644 test/Object/Inputs/COFF/weak-externals.yaml
create mode 100644 test/Object/coff-weak-externals.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.