This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 187d9188f78 Re-enable "[NFC] Unify guards detection"
new 3a86455ee79 [NFC] Move OrderedInstructions and InstructionPrecedenceTra [...]
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:
.../Utils => Analysis}/InstructionPrecedenceTracking.h | 8 ++++----
include/llvm/{Transforms/Utils => Analysis}/OrderedInstructions.h | 6 +++---
include/llvm/Transforms/Scalar/GVN.h | 2 +-
include/llvm/Transforms/Utils/PredicateInfo.h | 2 +-
lib/Analysis/CMakeLists.txt | 2 ++
.../Utils => Analysis}/InstructionPrecedenceTracking.cpp | 2 +-
lib/{Transforms/Utils => Analysis}/OrderedInstructions.cpp | 2 +-
lib/Transforms/Utils/CMakeLists.txt | 2 --
lib/Transforms/Utils/PredicateInfo.cpp | 1 -
unittests/Analysis/CMakeLists.txt | 1 +
unittests/{Transforms/Utils => Analysis}/OrderedInstructions.cpp | 2 +-
unittests/Transforms/Utils/CMakeLists.txt | 1 -
12 files changed, 15 insertions(+), 16 deletions(-)
rename include/llvm/{Transforms/Utils => Analysis}/InstructionPrecedenceTracking.h (94%)
rename include/llvm/{Transforms/Utils => Analysis}/OrderedInstructions.h (93%)
rename lib/{Transforms/Utils => Analysis}/InstructionPrecedenceTracking.cpp (98%)
rename lib/{Transforms/Utils => Analysis}/OrderedInstructions.cpp (97%)
rename unittests/{Transforms/Utils => Analysis}/OrderedInstructions.cpp (97%)
--
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 9969df381b2 [XRay][llvm] Load XRay Profiles
new 187d9188f78 Re-enable "[NFC] Unify guards detection"
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/Analysis/GuardUtils.h | 23 ++++++++++++----------
lib/Analysis/AliasSetTracker.cpp | 4 ++--
lib/Analysis/CMakeLists.txt | 1 +
.../Analysis/GuardUtils.cpp | 21 ++++++++------------
lib/Analysis/ValueTracking.cpp | 4 ++--
lib/Transforms/Scalar/EarlyCSE.cpp | 4 +++-
lib/Transforms/Scalar/GuardWidening.cpp | 7 +------
lib/Transforms/Scalar/JumpThreading.cpp | 6 +++---
lib/Transforms/Scalar/LICM.cpp | 3 ++-
lib/Transforms/Scalar/LowerGuardIntrinsic.cpp | 7 +++----
10 files changed, 38 insertions(+), 42 deletions(-)
copy lib/Target/NVPTX/NVPTXAllocaHoisting.h => include/llvm/Analysis/GuardUtils.h (51%)
copy tools/llvm-mca/PipelinePrinter.cpp => lib/Analysis/GuardUtils.cpp (51%)
--
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 b9ef8cb5d0 Adjust Attr representation so that changes to documentation [...]
new 35db833915 Ensure canonical type is actually canonical.
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/ASTContext.cpp | 4 +--
test/Modules/odr_hash.mm | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 2 deletions(-)
create mode 100644 test/Modules/odr_hash.mm
--
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 bdeb8b88b91 [WebAssembly] Be a little more conservative in WebAssemblyF [...]
new 9969df381b2 [XRay][llvm] Load XRay Profiles
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/XRay/Profile.h | 150 ++++++++++++++++
lib/XRay/CMakeLists.txt | 1 +
lib/XRay/Profile.cpp | 397 +++++++++++++++++++++++++++++++++++++++++
unittests/XRay/CMakeLists.txt | 2 +
unittests/XRay/ProfileTest.cpp | 267 +++++++++++++++++++++++++++
5 files changed, 817 insertions(+)
create mode 100644 include/llvm/XRay/Profile.h
create mode 100644 lib/XRay/Profile.cpp
create mode 100644 unittests/XRay/ProfileTest.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 compiler-rt.
from eee2a4b4c [hwasan] add a simple threaded UAF test, make it work on x86 [...]
new 7125568eb [sanitizer] Transition to new _zx_vmar_... calls
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/sanitizer_common/sanitizer_coverage_fuchsia.cc | 6 ++---
lib/sanitizer_common/sanitizer_fuchsia.cc | 28 ++++++++++------------
2 files changed, 16 insertions(+), 18 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 6f7036edd39 [GlobalMerge] Fix GlobalMerge on bss external global variables.
new bdeb8b88b91 [WebAssembly] Be a little more conservative in WebAssemblyF [...]
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:
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 34 +++++++++++++----
test/CodeGen/WebAssembly/function-bitcasts.ll | 43 ++++++++++++++++++++--
.../WebAssembly/unsupported-function-bitcasts.ll | 40 ++++++++++++++------
3 files changed, 95 insertions(+), 22 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 8d011e6b9a [AttrDocs] Fix build bots: add missing GNUInline pragma to test.
new b9ef8cb5d0 Adjust Attr representation so that changes to documentation [...]
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/Basic/Attr.td | 141 ++++++++++++++++++++++++++++++++++--
utils/TableGen/ClangAttrEmitter.cpp | 20 ++---
2 files changed, 144 insertions(+), 17 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 a166c354553 [SimplifyCFG] Rename a variable for readibility of a future [...]
new 6f7036edd39 [GlobalMerge] Fix GlobalMerge on bss external global variables.
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/GlobalMerge.cpp | 2 +-
test/CodeGen/AArch64/global-merge-3.ll | 58 +++++++++++-----------
...erge-external.ll => global-merge-external-2.ll} | 35 +++++++------
3 files changed, 49 insertions(+), 46 deletions(-)
copy test/CodeGen/ARM/{global-merge-external.ll => global-merge-external-2.ll} (71%)
--
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 2b0f211fd [hwasan] add basic ThreadRegistry plumbing, also rename Hwasa [...]
new eee2a4b4c [hwasan] add a simple threaded UAF test, make it work on x86 [...]
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/hwasan/hwasan.cc | 7 ++++++-
lib/hwasan/hwasan_allocator.cc | 3 ++-
lib/hwasan/hwasan_interceptors.cc | 5 +++--
lib/hwasan/hwasan_thread.h | 10 ++++++++++
test/hwasan/TestCases/thread-uaf.c | 26 ++++++++++++++++++++++++++
5 files changed, 47 insertions(+), 4 deletions(-)
create mode 100644 test/hwasan/TestCases/thread-uaf.c
--
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 f4452ce11 Move the column marking functionality to the Highlighter framework
new 1f9877970 Provide a default implementation of TypeSystem::GetNumTemplat [...]
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/Symbol/GoASTContext.h | 4 ----
include/lldb/Symbol/JavaASTContext.h | 2 --
include/lldb/Symbol/OCamlASTContext.h | 4 ----
include/lldb/Symbol/TypeSystem.h | 2 +-
source/Symbol/JavaASTContext.cpp | 5 -----
source/Symbol/TypeSystem.cpp | 4 ++++
6 files changed, 5 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.