This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3937d70 [libFuzzer] respect -max_len during merge
new 9799671 Recommit r288212: Emit 'no line' information for interesting [...]
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/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 4 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 6 ++-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 70 +++++++++++++++++++++-----
test/CodeGen/X86/stack-protector.ll | 15 ++++--
test/CodeGen/X86/unknown-location.ll | 2 +-
test/DebugInfo/AArch64/line-header.ll | 2 +-
test/DebugInfo/MIR/X86/no-cfi-loc.mir | 2 +-
test/DebugInfo/X86/dwarf-no-source-loc.ll | 77 +++++++++++++++++++++++++++++
test/DebugInfo/X86/tail-merge.ll | 2 +-
9 files changed, 155 insertions(+), 25 deletions(-)
create mode 100644 test/DebugInfo/X86/dwarf-no-source-loc.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 llvm.
from 8a4442a Refactor BitcodeReader: move Metadata and ValueId handling in [...]
new 705a270 [ThinLTO] Remove useless code (NFC)
new 3937d70 [libFuzzer] respect -max_len during merge
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/Fuzzer/FuzzerLoop.cpp | 3 ++-
lib/Fuzzer/FuzzerMerge.cpp | 4 ++++
lib/Fuzzer/test/merge.test | 2 ++
lib/Transforms/IPO/FunctionImport.cpp | 4 ----
4 files changed, 8 insertions(+), 5 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 383d0aa MakeRelease.job, jenkins.sh: Add --abedir option.
new 625e4c0 Make sure we have only one manifest file to deal with.
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:
jenkins.sh | 14 ++++++++++++++
1 file changed, 14 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-tools-extra.
from 63e25ba [clang-move] Use appendArgumentsAdjuster for adding extra arguments
new d297a3c [clang-move] Fix buildbot failures
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:
clang-move/tool/ClangMoveMain.cpp | 3 ++-
1 file changed, 2 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 libcxx.
from 513447d [libcxx][CMake] Move the warning to HandleOutOfTreeLLVM
new fbbec29 [libcxx] [test] Fix an improper assumption about Null Forward [...]
new b988a6f [libcxx] [test] Change ifstream constructor tests to handle r [...]
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:
test/std/containers/sequences/list/iterators.pass.cpp | 4 ----
.../fstreams/ifstream.cons/pointer.pass.cpp | 18 ++++++------------
.../fstreams/ifstream.cons/string.pass.cpp | 18 ++++++------------
.../fstreams/ofstream.cons/pointer.pass.cpp | 12 ++++++++++++
.../fstreams/ofstream.cons/string.pass.cpp | 12 ++++++++++++
5 files changed, 36 insertions(+), 28 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 stable
in repository clang-tools-extra.
from 6a7e989 Updating branches/google/stable to r288497
adds f0f75fd [clang-move] some tweaks.
adds d048dbf [clang-tidy] Do not trigger unnecessary-value-param check on [...]
adds d5fcd06 [clang-move] don't miss ',' in json output when there are dup [...]
adds d963170 [change-namespace] get changing namespace to global correct.
new 28456f2 Updating branches/google/stable to r288672
adds 1c687da [clang-move] ignore unsupported symbol kinds when checking if [...]
adds ce41da2 [change-namespace] move template class forward-declarations a [...]
new 0a23612 Updating branches/google/stable to r288914
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:
change-namespace/ChangeNamespace.cpp | 31 +++--
change-namespace/ChangeNamespace.h | 2 +-
clang-move/ClangMove.cpp | 128 ++++++++++++---------
clang-move/ClangMove.h | 27 ++---
clang-move/tool/ClangMoveMain.cpp | 18 ++-
.../performance/UnnecessaryValueParamCheck.cpp | 3 +-
.../performance-unnecessary-value-param.cpp | 18 +++
.../change-namespace/ChangeNamespaceTests.cpp | 90 +++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 23 +++-
9 files changed, 244 insertions(+), 96 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 testing
in repository clang-tools-extra.
from c868a53 Updating branches/google/testing to r288672
new 0f9d8da Updating branches/google/testing to r288672
adds 1c687da [clang-move] ignore unsupported symbol kinds when checking if [...]
adds ce41da2 [change-namespace] move template class forward-declarations a [...]
adds 792be7a [change-namespace] don't fix using shadow decls in classes.
adds 0dfe436 [change-namespace] always add a '::' prefix when a symbol ref [...]
new fa79f8e Updating branches/google/testing to r289206
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:
change-namespace/ChangeNamespace.cpp | 62 ++++--
change-namespace/ChangeNamespace.h | 7 +-
clang-move/ClangMove.cpp | 19 +-
clang-move/ClangMove.h | 4 +-
.../change-namespace/ChangeNamespaceTests.cpp | 221 ++++++++++++++++++---
unittests/clang-move/ClangMoveTests.cpp | 23 ++-
6 files changed, 286 insertions(+), 50 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-tools-extra.
from 0dfe436 [change-namespace] always add a '::' prefix when a symbol ref [...]
new 63e25ba [clang-move] Use appendArgumentsAdjuster for adding extra arguments
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:
clang-move/tool/ClangMoveMain.cpp | 42 ++++++++++++++++-----------------------
1 file changed, 17 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 cb0c0a3 Remove IsMetadataMaterialized from BitcodeReader (NFC)
new 8a4442a Refactor BitcodeReader: move Metadata and ValueId handling 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:
lib/Bitcode/Reader/BitcodeReader.cpp | 1417 +--------------------------------
lib/Bitcode/Reader/CMakeLists.txt | 2 +
lib/Bitcode/Reader/MetadataLoader.cpp | 1316 ++++++++++++++++++++++++++++++
lib/Bitcode/Reader/MetadataLoader.h | 79 ++
lib/Bitcode/Reader/ValueList.cpp | 199 +++++
lib/Bitcode/Reader/ValueList.h | 76 ++
6 files changed, 1694 insertions(+), 1395 deletions(-)
create mode 100644 lib/Bitcode/Reader/MetadataLoader.cpp
create mode 100644 lib/Bitcode/Reader/MetadataLoader.h
create mode 100644 lib/Bitcode/Reader/ValueList.cpp
create mode 100644 lib/Bitcode/Reader/ValueList.h
--
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 471f160 [LiveRangeEdit] Add assert string and descriptive comment.
new cb0c0a3 Remove IsMetadataMaterialized from BitcodeReader (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/Bitcode/Reader/BitcodeReader.cpp | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.