This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 90bcc71 Revert "[NewGVN] replace emplace_back with push_back"
new 6fc58a7 Change Metadata Index emission in the bitcode to use 2x32 bit [...]
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/Bitcode/BitstreamWriter.h | 2 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 5 +++--
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 7 ++++++-
3 files changed, 10 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 de805b1 Speed up Function::isIntrinsic() by adding a bit to GlobalValue. NFC
new 90bcc71 Revert "[NewGVN] replace emplace_back with push_back"
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/Transforms/Scalar/NewGVN.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 89bf969 Add an index for Module Metadata record in the bitcode
new de805b1 Speed up Function::isIntrinsic() by adding a bit to GlobalValue. 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:
include/llvm/IR/Function.h | 6 +++++-
include/llvm/IR/GlobalValue.h | 9 +++++++--
lib/IR/Function.cpp | 9 ++++++---
3 files changed, 18 insertions(+), 6 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 0ece617 Revert "Add an index for Module Metadata record in the bitcode"
new 89bf969 Add an index for Module Metadata record in the bitcode
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/Bitcode/BitstreamWriter.h | 7 +-
include/llvm/Bitcode/LLVMBitCodes.h | 50 +++++------
lib/Bitcode/Writer/BitcodeWriter.cpp | 97 ++++++++++++++++++++--
test/Bitcode/mdnodes-distinct-in-post-order.ll | 8 +-
.../Bitcode/mdnodes-distinct-nodes-break-cycles.ll | 6 +-
test/Bitcode/mdnodes-distinct-nodes-first.ll | 6 +-
test/Bitcode/mdnodes-in-post-order.ll | 9 +-
test/Bitcode/metadata-function-blocks.ll | 5 +-
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 21 +++++
9 files changed, 174 insertions(+), 35 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 2b65b60 Fix unit test broken by D27873.
new 9fd7ba1 Decrease kLargeMalloc block size in ASAN unit tests.
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/asan/tests/asan_test_utils.h | 4 +++-
1 file changed, 3 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 lldb.
from ffa51d6 Fix a couple of incorrect format string warnings
new 8e5395f Quiet a warning where we weren't checking if this was the sam [...]
new fb9ad0f Fix the variable view in the "gui" curses mode so that variab [...]
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:
include/lldb/Core/ValueObject.h | 42 ++++++++++++
include/lldb/Core/ValueObjectList.h | 3 +
source/Core/IOHandler.cpp | 64 ++++++++++++-------
source/Core/ValueObject.cpp | 95 ++++++++++++++++++++++++++++
tools/debugserver/source/MacOSX/CFBundle.cpp | 3 +-
5 files changed, 184 insertions(+), 23 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 a0ca6ae Add an index for Module Metadata record in the bitcode
new 6c8d9bc [NewGVN] replace emplace_back with push_back
new 0ece617 Revert "Add an index for Module Metadata record in the bitcode"
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:
include/llvm/Bitcode/BitstreamWriter.h | 7 +-
include/llvm/Bitcode/LLVMBitCodes.h | 6 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 85 ++--------------------
lib/Transforms/Scalar/NewGVN.cpp | 14 ++--
test/Bitcode/mdnodes-distinct-in-post-order.ll | 4 -
.../Bitcode/mdnodes-distinct-nodes-break-cycles.ll | 4 -
test/Bitcode/mdnodes-distinct-nodes-first.ll | 4 -
test/Bitcode/mdnodes-in-post-order.ll | 7 --
test/Bitcode/metadata-function-blocks.ll | 3 -
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 21 ------
10 files changed, 15 insertions(+), 140 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 c54021d [ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interfa [...]
new 25a09f1 [NewGVN] Simplyfy loop NFC
new a0ca6ae Add an index for Module Metadata record in the bitcode
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:
include/llvm/Bitcode/BitstreamWriter.h | 7 +-
include/llvm/Bitcode/LLVMBitCodes.h | 6 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 85 ++++++++++++++++++++--
lib/Transforms/Scalar/NewGVN.cpp | 5 +-
test/Bitcode/mdnodes-distinct-in-post-order.ll | 4 +
.../Bitcode/mdnodes-distinct-nodes-break-cycles.ll | 4 +
test/Bitcode/mdnodes-distinct-nodes-first.ll | 4 +
test/Bitcode/mdnodes-in-post-order.ll | 7 ++
test/Bitcode/metadata-function-blocks.ll | 3 +
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 21 ++++++
10 files changed, 134 insertions(+), 12 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 f5420d0 [NewGVN] replace typedefs with usings
new c54021d [ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interfa [...]
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/LTO/legacy/ThinLTOCodeGenerator.h | 10 +++++++++-
lib/LTO/ThinLTOCodeGenerator.cpp | 14 ++++++++------
tools/lto/lto.cpp | 19 +++++++++++++++++++
3 files changed, 36 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.