This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b12dd1fa59b [Debugify] Add -debugify-each for testing each pass in a pipeline
new 77b93b3504d Fix debug build by adding missing dependencies on libBinaryFormat
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:
tools/llvm-nm/CMakeLists.txt | 1 +
tools/llvm-objdump/CMakeLists.txt | 1 +
tools/obj2yaml/CMakeLists.txt | 1 +
3 files changed, 3 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 clang.
from 1680f6cae0 Enable control flow pruning of float overflow warnings.
new 5d6cd7c26c [AST] Fix printing tag decl groups in decl contexts
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/AST/DeclPrinter.cpp | 24 ++++++-----
test/Misc/ast-print-enum-decl.c | 20 +++++++++
test/Misc/ast-print-record-decl.c | 89 +++++++++++++++++++++++++++------------
test/Sema/ast-print.c | 3 +-
test/SemaCXX/ast-print.cpp | 7 ++-
5 files changed, 102 insertions(+), 41 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 15d15dc82 Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthr [...]
new da0d5a225 [XRay][profiler] Part 2: XRay Function Call Trie
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/xray/CMakeLists.txt | 29 ++
lib/xray/tests/CMakeLists.txt | 2 +
lib/xray/tests/unit/CMakeLists.txt | 2 +
lib/xray/tests/unit/function_call_trie_test.cc | 253 ++++++++++++
lib/xray/xray_function_call_trie.h | 446 +++++++++++++++++++++
.../{xray_fdr_flags.cc => xray_profiler_flags.cc} | 28 +-
.../{xray_fdr_flags.h => xray_profiler_flags.h} | 25 +-
lib/xray/xray_profiler_flags.inc | 26 ++
8 files changed, 781 insertions(+), 30 deletions(-)
create mode 100644 lib/xray/tests/unit/function_call_trie_test.cc
create mode 100644 lib/xray/xray_function_call_trie.h
copy lib/xray/{xray_fdr_flags.cc => xray_profiler_flags.cc} (59%)
copy lib/xray/{xray_fdr_flags.h => xray_profiler_flags.h} (58%)
create mode 100644 lib/xray/xray_profiler_flags.inc
--
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 9897943c6c5 [CommandLine] Error message for incorrect PositionalEatArgs usage
new b12dd1fa59b [Debugify] Add -debugify-each for testing each pass in a pipeline
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/IRPrintingPasses.h | 4 +
lib/IR/IRPrintingPasses.cpp | 8 ++
test/DebugInfo/debugify-each.ll | 24 ++++
test/DebugInfo/debugify.ll | 20 +--
test/Transforms/Mem2Reg/PromoteMemToRegister.ll | 2 +-
tools/opt/Debugify.cpp | 164 ++++++++++++++++++------
tools/opt/PassPrinters.h | 6 +-
tools/opt/opt.cpp | 48 ++++++-
8 files changed, 218 insertions(+), 58 deletions(-)
create mode 100644 test/DebugInfo/debugify-each.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 binutils-gdb.
from 2d79090eab Clear rust_unions in rust_union_quirks
new ee7545fe36 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.1-branch
in repository binutils-gdb.
from 1ef7bbeea5 Automatic date update in version.in
new f8d600de77 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 binutils-2_30-branch
in repository binutils-gdb.
from 82120a609c Automatic date update in version.in
new 6ef758178a 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 master
in repository llvm.
from b67613ea0a9 [WebAssembly] Move toString helpers to BinaryFormat
new 9897943c6c5 [CommandLine] Error message for incorrect PositionalEatArgs usage
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/CommandLine.h | 6 +++++-
lib/Support/CommandLine.cpp | 34 +++++++++++++++++++++++++---------
unittests/Support/CommandLineTest.cpp | 19 +++++++++++++++++++
3 files changed, 49 insertions(+), 10 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 82cd820bab [c++17] Fix assertion on synthesizing deduction guides after [...]
new 1680f6cae0 Enable control flow pruning of float overflow 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:
lib/Sema/SemaChecking.cpp | 3 ++-
test/SemaCXX/warn-float-conversion.cpp | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 36 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 lld.
from 5fb0389dd [WebAssembly] Update to match llvm changes
new f83cccb50 [WebAssembly] Allow signautre of entry function to be flexible
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/wasm/Inputs/comdat2.ll | 2 +-
test/wasm/data-layout.ll | 4 ++--
test/wasm/data-segment-merging.ll | 4 ++--
test/wasm/entry-signature.ll | 10 ++++++++++
test/wasm/entry.ll | 4 ++--
test/wasm/fatal-warnings.ll | 15 +++++++++------
test/wasm/load-undefined.test | 2 +-
test/wasm/undefined-entry.test | 9 +++++----
wasm/Driver.cpp | 20 +++++++++++++-------
wasm/SymbolTable.cpp | 8 ++++----
10 files changed, 49 insertions(+), 29 deletions(-)
create mode 100644 test/wasm/entry-signature.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.