This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0bac46f10e9 [MemorySSA] Fix checkClobberSanity to skip Start only for D [...]
new ff8943d2480 Revert r340947 "[InstCombine] Expand the simplification of [...]
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/Utils/SimplifyLibCalls.cpp | 30 +++++----------------------
test/Transforms/InstCombine/pow-1.ll | 34 +++++++++++++++----------------
2 files changed, 22 insertions(+), 42 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 lldb.
from 05a7cd028 Don't include the Age in the UUID for CvRecordPdb70 UUID reco [...]
new fef280e71 Don't cancel the current IOHandler when we push a handler for [...]
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/Core/Debugger.h | 3 +-
include/lldb/Target/Process.h | 38 +++++++++++++++++++++-
include/lldb/Target/Target.h | 8 +++++
source/Core/Debugger.cpp | 6 ++--
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 1 +
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 ++
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 3 +-
.../MacOSX/AppleGetItemInfoHandler.cpp | 1 +
.../MacOSX/AppleGetPendingItemsHandler.cpp | 1 +
.../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 1 +
.../MacOSX/AppleGetThreadItemInfoHandler.cpp | 1 +
source/Target/Process.cpp | 16 ++++++++-
12 files changed, 75 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 compiler-rt.
from 50636f181 [hwasan] remove more stale code
new 07eac276d [hwasan] remove even more stale code
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_linux.cc | 15 ++-------------
lib/hwasan/hwasan_mapping.h | 24 ++++--------------------
2 files changed, 6 insertions(+), 33 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 11b8f23212 [analyzer] Improve tracing for uninitialized struct fields
new e385b93e1a [AttrDocs]: document gnu_inline function attribute
new bd078dd963 [analyzer] Document that pointer arithmetic is not represent [...]
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/clang/Basic/Attr.td | 2 +-
include/clang/Basic/AttrDocs.td | 35 ++++++++++++++++++++++
.../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 4 ++-
.../Core/PathSensitive/SymbolManager.h | 5 +++-
4 files changed, 43 insertions(+), 3 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 19ada6cb9b [analyzer] CFRetainReleaseChecker: Don't check C++ methods w [...]
new 0d516dba5e [analyzer] Support modeling no-op BaseToDerived casts in Exp [...]
new 11b8f23212 [analyzer] Improve tracing for uninitialized struct fields
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:
.../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 51 +++++-
.../StaticAnalyzer/Core/PathSensitive/Regions.def | 1 +
.../Checkers/CallAndMessageChecker.cpp | 2 +
lib/StaticAnalyzer/Core/MemRegion.cpp | 53 ++++++-
lib/StaticAnalyzer/Core/RegionStore.cpp | 4 +-
lib/StaticAnalyzer/Core/Store.cpp | 22 ++-
test/Analysis/casts.cpp | 33 +++-
test/Analysis/uninit-vals-ps-region.m | 93 -----------
test/Analysis/{uninit-vals-ps.c => uninit-vals.c} | 58 ++++++-
test/Analysis/uninit-vals.cpp | 3 +-
test/Analysis/uninit-vals.m | 173 +++++++++++++++++++--
11 files changed, 362 insertions(+), 131 deletions(-)
delete mode 100644 test/Analysis/uninit-vals-ps-region.m
rename test/Analysis/{uninit-vals-ps.c => uninit-vals.c} (60%)
--
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 2541f4516 [hwasan] formatting change, NFC
new 0399f45cd [hwasan] get rid of some macros, remove the fixed shadow mapping
new 50636f181 [hwasan] remove more stale code
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/hwasan/hwasan.cc | 24 ++++-------
lib/hwasan/hwasan_allocator.cc | 2 +-
lib/hwasan/hwasan_dynamic_shadow.cc | 8 +---
lib/hwasan/hwasan_linux.cc | 83 +++++++++++++------------------------
lib/hwasan/hwasan_mapping.h | 41 +++++++-----------
lib/hwasan/hwasan_poisoning.cc | 4 +-
lib/hwasan/hwasan_report.cc | 4 +-
lib/hwasan/hwasan_thread.cc | 8 ++--
8 files changed, 62 insertions(+), 112 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 d78238ee046 Add a todo and tests to Address a review commnt from D50925 [NFC]
new 0bac46f10e9 [MemorySSA] Fix checkClobberSanity to skip Start only for D [...]
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/Analysis/MemorySSA.cpp | 15 ++++++++++-----
1 file changed, 10 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.
unknown user pushed a change to branch master
in repository clang.
from 2483f1c915 [CFG] [analyzer] Disable argument construction contexts for [...]
new 19ada6cb9b [analyzer] CFRetainReleaseChecker: Don't check C++ methods w [...]
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:
.../Checkers/BasicObjCFoundationChecks.cpp | 89 +++++++---------------
test/Analysis/retain-release.mm | 15 ++++
2 files changed, 43 insertions(+), 61 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 9bf9f89d6 [libFuzzer] Remove mutation stats and weighted mutation selection.
new 5c8eb9d4b [hwasan] rename some variables and functions for better reada [...]
new 2541f4516 [hwasan] formatting change, 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/hwasan/hwasan.cc | 7 ++--
lib/hwasan/hwasan.h | 9 ++---
lib/hwasan/hwasan_allocator.cc | 64 ++++++++++++++++++----------------
lib/hwasan/hwasan_allocator.h | 2 +-
lib/hwasan/hwasan_flags.h | 2 +-
lib/hwasan/hwasan_interceptors.cc | 5 +--
lib/hwasan/hwasan_interface_internal.h | 2 +-
lib/hwasan/hwasan_poisoning.cc | 2 +-
lib/hwasan/hwasan_poisoning.h | 2 +-
lib/hwasan/hwasan_report.cc | 29 +++++++--------
lib/hwasan/hwasan_thread.h | 2 +-
11 files changed, 66 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.