This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/SFN
in repository gcc.
from 1a776becf21 LVU: update line program view counting to match new reset logic
new 22c95249968 LVU: generate DWARF6-proposed loclists with views with -gdwarf-6
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/dwarf2out.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
gcc/opts.c | 2 +-
include/dwarf2.h | 8 +++++
3 files changed, 91 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 eb8ce5454 Add a newline to suppress compiler warnings.
new 7672a32ec Provide a mechanism to do some pre-loading of symbols up front.
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/Core/Module.h | 2 ++
include/lldb/Symbol/SymbolFile.h | 2 ++
include/lldb/Symbol/Symtab.h | 1 +
include/lldb/Target/Target.h | 4 ++++
.../test/lang/c/shared_lib/TestSharedLib.py | 21 +++++++++++++++++----
source/Core/Module.cpp | 16 ++++++++++++++++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 ++++++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 ++
source/Symbol/SymbolFile.cpp | 4 ++++
source/Symbol/Symtab.cpp | 5 +++++
source/Target/Target.cpp | 19 +++++++++++++++++++
11 files changed, 78 insertions(+), 4 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 4275ee9fcbb [WebAssembly] Add some tests for wasm MC layer
new a1026283136 [llvm-pdbdump] Allow printing only a portion of a stream.
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/Support/ScopedPrinter.h | 7 ++++-
lib/Support/ScopedPrinter.cpp | 6 ++--
test/tools/llvm-pdbdump/raw-stream-data.test | 47 ++++++++++++++++++++++++++++
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 43 +++++++++++++++++++++++--
tools/llvm-pdbdump/llvm-pdbdump.cpp | 5 +--
tools/llvm-pdbdump/llvm-pdbdump.h | 2 +-
6 files changed, 102 insertions(+), 8 deletions(-)
create mode 100644 test/tools/llvm-pdbdump/raw-stream-data.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 lldb.
from 993a53e44 Resurrect the standalone build of LLDB
new eb8ce5454 Add a newline to suppress compiler warnings.
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/Core/TraceOptions.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 master
in repository llvm.
from 6b435e94b7e [SROA] Fix nondeterminism exposed by Simon's r299221.
new 4275ee9fcbb [WebAssembly] Add some tests for wasm MC layer
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:
test/MC/WebAssembly/reloc-code.ll | 59 ++++++++++++++++++++++++++++++++
test/MC/WebAssembly/sections.ll | 57 ++++++++++++++++++++++++++++++
test/tools/llvm-readobj/relocations.test | 5 ++-
tools/llvm-readobj/WasmDumper.cpp | 19 ++++++++--
4 files changed, 134 insertions(+), 6 deletions(-)
create mode 100644 test/MC/WebAssembly/reloc-code.ll
create mode 100644 test/MC/WebAssembly/sections.ll
--
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 2a9e28ffe integrate SBTrace changes into Xcode project
new 993a53e44 Resurrect the standalone build of LLDB
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:
source/Host/common/MainLoop.cpp | 2 +-
source/Host/common/TCPSocket.cpp | 2 +-
2 files changed, 2 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 clang.
from 232bf3f19a [ARCMigrate] When applying changes from remap files, disable [...]
new ecd30bdd01 [ASTImporter] Move structural equivalence context to its own [...]
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/AST/ASTStructuralEquivalence.h | 101 ++
lib/AST/ASTImporter.cpp | 1444 +-------------------------
lib/AST/ASTStructuralEquivalence.cpp | 1318 +++++++++++++++++++++++
lib/AST/CMakeLists.txt | 1 +
4 files changed, 1451 insertions(+), 1413 deletions(-)
create mode 100644 include/clang/AST/ASTStructuralEquivalence.h
create mode 100644 lib/AST/ASTStructuralEquivalence.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 clang.
from 118b5946cf Use a consistent style. NFC
new 232bf3f19a [ARCMigrate] When applying changes from remap files, disable [...]
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/Edit/EditedSource.h | 2 +-
lib/ARCMigrate/ObjCMT.cpp | 2 +-
lib/Edit/EditedSource.cpp | 14 +++++++++-----
test/ARCMT/remap-applying.c | 4 ++++
test/ARCMT/remap-applying.c.result | 4 ++++
5 files changed, 19 insertions(+), 7 deletions(-)
create mode 100644 test/ARCMT/remap-applying.c
create mode 100644 test/ARCMT/remap-applying.c.result
--
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 4ef94de349 [Modules] Improve diagnostics for incomplete umbrella
new 118b5946cf Use a consistent style. NFC
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/Sema/SemaExpr.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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-7-branch
in repository gcc.
from bfbef160ba2 PR bootstrap/80531 * configure.tgt (*-*-aix*): Add -frand [...]
new 5cf78e9b53a 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.