This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cc1bb88 [asan][docs] Fix the documentation to use clang++ for the C++ [...]
new 1e5cdef [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE [...]
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:
runtime/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 986e672 Don't combine splats with other shuffles.
new 30983dc [SimplifyLibCalls] Remove redundant folding logic for ffs().
new ae8181c DebugInfo: Emit ranges for functions with DISubprograms but l [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 29 +++++++++------------
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 18 +++++--------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 16 +++---------
test/DebugInfo/Generic/2010-10-01-crash.ll | 4 ++-
test/DebugInfo/Generic/noscopes.ll | 40 +++++++++++++++++++++++++++++
6 files changed, 66 insertions(+), 43 deletions(-)
create mode 100644 test/DebugInfo/Generic/noscopes.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 clang.
from 9761e66 [analyzer] Add a new SVal to support pointer-to-member operations.
new 29a3ca1 [analyzer] Include type name in Retain Count Checker diagnostics
new 2c779f3 [analyzer] Refer to macro names in diagnostics for macros rep [...]
new 9f32816 [analyzer] Refine the diagnostics in the nullability checker [...]
new 328d2d9 [analyzer] Teach the analyzer that pointers can escape into _ [...]
new cc1bb88 [asan][docs] Fix the documentation to use clang++ for the C++ [...]
The 5 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:
docs/AddressSanitizer.rst | 6 +-
.../Core/BugReporter/BugReporterVisitor.h | 1 +
lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 15 ++--
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 16 +++-
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 54 ++++++++++--
lib/StaticAnalyzer/Core/CallEvent.cpp | 5 ++
test/Analysis/Inputs/system-header-simulator-cxx.h | 9 ++
.../Analysis/Inputs/system-header-simulator-objc.h | 7 +-
test/Analysis/Inputs/system-header-simulator.h | 8 ++
test/Analysis/diagnostics/macros.cpp | 48 +++++++++++
test/Analysis/diagnostics/macros.m | 31 +++++++
test/Analysis/edges-new.mm | 12 +--
test/Analysis/inlining/path-notes.m | 6 +-
test/Analysis/malloc.cpp | 14 ++++
test/Analysis/nullability-no-arc.mm | 12 +--
test/Analysis/nullability.mm | 6 +-
test/Analysis/nullability_nullonly.mm | 18 ++--
test/Analysis/objc-arc.m | 24 +++---
test/Analysis/plist-output-alternate.m | 4 +-
test/Analysis/retain-release-arc.m | 2 +-
test/Analysis/retain-release-path-notes-gc.m | 30 +++----
test/Analysis/retain-release-path-notes.m | 96 +++++++++++-----------
22 files changed, 303 insertions(+), 121 deletions(-)
create mode 100644 test/Analysis/diagnostics/macros.cpp
create mode 100644 test/Analysis/diagnostics/macros.m
--
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 e012a3d Fix R_AARCH64_MOVW_UABS_G3 relocation
new 986e672 Don't combine splats with other shuffles.
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/SelectionDAG/DAGCombiner.cpp | 5 ++++
test/CodeGen/ARM/vzip.ll | 11 +++-----
test/CodeGen/X86/vector-shuffle-128-v16.ll | 42 ++++++++++++++----------------
3 files changed, 29 insertions(+), 29 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 b43fc2c [msan] Intercept getutent and friends.
new 2359998 Ifdef out utmp.h on Darwin to un-break the build after r28987 [...]
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_platform_interceptors.h | 2 +-
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | 4 ++++
2 files changed, 5 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 llvm.
from 0b698fe AMDGPU: Select branch on undef to uniform scc branch
new e012a3d Fix R_AARCH64_MOVW_UABS_G3 relocation
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/Object/ELFObjectFile.h | 2 +-
include/llvm/Object/RelocVisitor.h | 1 +
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 72 +++++++++++++++-------
.../RuntimeDyld/AArch64/ELF_ARM64_BE-relocations.s | 34 ++++++++++
.../RuntimeDyld/AArch64/ELF_ARM64_relocations.s | 33 ++++++++++
5 files changed, 118 insertions(+), 24 deletions(-)
create mode 100644 test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_BE-relocations.s
create mode 100644 test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_relocations.s
--
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 gcc.
from 897b8dc 2016-12-15 Janus Weil <janus(a)gcc.gnu.org>
new 3eab6e0 * config/i386/i386.md (ffs<mode>2): Generate CCCmode flags r [...]
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:
gcc/ChangeLog | 25 +++++
gcc/config/i386/i386-builtin.def | 8 +-
gcc/config/i386/i386.md | 234 +++++++++++++++++----------------------
3 files changed, 133 insertions(+), 134 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 8e59853 [CMake] Ensure Python files are inside the LLDB framework bundle
new 4fc6d20 [CMake] Refactor LLDB libraries and tools to be components
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:
cmake/modules/AddLLDB.cmake | 44 +++++++++++++++++++++-----
cmake/modules/LLDBConfig.cmake | 1 +
tools/argdumper/CMakeLists.txt | 5 +--
tools/darwin-debug/CMakeLists.txt | 5 +--
tools/debugserver/source/MacOSX/CMakeLists.txt | 6 +---
tools/driver/CMakeLists.txt | 4 +--
tools/lldb-mi/CMakeLists.txt | 5 +--
tools/lldb-server/CMakeLists.txt | 5 +--
8 files changed, 43 insertions(+), 32 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 6cb3018 Revert r289690 "[sanitizer] intercept bstring functions, patc [...]
new b43fc2c [msan] Intercept getutent and friends.
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:
.../sanitizer_common_interceptors.inc | 68 ++++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 4 ++
.../sanitizer_platform_limits_posix.cc | 7 +++
.../sanitizer_platform_limits_posix.h | 5 ++
test/msan/getutent.cc | 17 ++++++
5 files changed, 101 insertions(+)
create mode 100644 test/msan/getutent.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.