This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1613664 Remove redundant code. NFC.
new 0a1a6e3 Re-enable BinaryStreamTest.StreamReaderObject.
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:
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 60 ++++++++++-------------
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 2 +-
2 files changed, 28 insertions(+), 34 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 cf0aa99 Clean up ObjCARCOpts.cpp. NFC.
new 1613664 Remove redundant code. 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/Transforms/ObjCARC/ObjCARCOpts.cpp | 4 ----
1 file changed, 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 5433d11 [PDB] General improvements to Stream library.
new 9e80319 Disable BinaryStreamTest.StreamReaderObject temporarily.
new cf0aa99 Clean up ObjCARCOpts.cpp. NFC.
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/Transforms/ObjCARC/ObjCARCOpts.cpp | 88 +++-------------------------
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 66 ++++++++++-----------
2 files changed, 40 insertions(+), 114 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 d9ca335 [ubsan] Detect signed overflow UB in remainder operations
new 93c4374 Revert r296209, still one more test to go.
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/Frontend/CompilerInvocation.cpp | 6 +-----
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository clang.
from c1e33ad [PS4] Set our default dialect to C++11. NFC for other targets.
new 2b6e4a4 [ubsan] Omit superflous overflow checks for promoted arithmet [...]
new d9ca335 [ubsan] Detect signed overflow UB in remainder operations
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/CodeGen/CGExprScalar.cpp | 83 ++++++++++++++++++--
test/CodeGen/compound-assign-overflow.c | 4 +-
test/CodeGen/ubsan-promoted-arith.cpp | 131 ++++++++++++++++++++++++++++++++
test/CodeGen/unsigned-promotion.c | 113 ---------------------------
4 files changed, 207 insertions(+), 124 deletions(-)
create mode 100644 test/CodeGen/ubsan-promoted-arith.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 lld.
from 5f5921b [PDB] Rename Stream related source files.
new 991dc93 [PDB] General improvements to Stream 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:
COFF/PDB.cpp | 12 ++++++------
1 file changed, 6 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 lld.
from c7816db Use uint64_t instead of uintX_t where the larger type just works.
new 5f5921b [PDB] Rename Stream related source files.
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:
COFF/PDB.cpp | 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 da9c4a6 [InlineCost] Move the code in isGEPOffsetConstant to a lambda.
new de5a65f [XRAY] A Color Choosing helper for XRay Graph
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:
.../llvm-xray/X86/graph-color-simple-case.yaml | 32 ++--
tools/llvm-xray/CMakeLists.txt | 1 +
tools/llvm-xray/xray-color-helper.cc | 198 +++++++++++++++++++++
tools/llvm-xray/xray-color-helper.h | 81 +++++++++
tools/llvm-xray/xray-graph.cc | 61 +------
tools/llvm-xray/xray-graph.h | 11 +-
6 files changed, 308 insertions(+), 76 deletions(-)
create mode 100644 tools/llvm-xray/xray-color-helper.cc
create mode 100644 tools/llvm-xray/xray-color-helper.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.