This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 47c7018 Daily bump.
new bc6b11a gcc/ * defaults.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION) [...]
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 | 16 ++++++++++++
gcc/c-family/ChangeLog | 5 ++++
gcc/c-family/c-cppbuiltin.c | 4 ---
gcc/config/darwin.h | 3 ---
gcc/config/i386/cygming.h | 5 ----
gcc/config/i386/mingw32.h | 3 ---
gcc/config/pa/pa64-hpux.h | 6 ++---
gcc/config/rs6000/aix51.h | 2 --
gcc/config/rs6000/aix52.h | 2 --
gcc/config/rs6000/aix53.h | 2 --
gcc/config/rs6000/aix61.h | 2 --
gcc/config/rs6000/aix71.h | 2 --
gcc/defaults.h | 21 ---------------
gcc/doc/tm.texi | 6 -----
gcc/doc/tm.texi.in | 6 -----
gcc/system.h | 3 ++-
libgcc/ChangeLog | 14 ++++++++++
libgcc/config/i386/cygming-crtbegin.c | 34 -------------------------
libgcc/config/i386/cygming-crtend.c | 8 ------
libgcc/config/ia64/crtbegin.S | 4 ---
libgcc/config/ia64/crtend.S | 5 ----
libgcc/crtstuff.c | 48 ++---------------------------------
22 files changed, 41 insertions(+), 160 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 d0e875c [Power9] Part-word VSX integer scalar loads/stores and sign e [...]
new 02ede7e Fix a test case failure on Apple PPC.
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:
test/CodeGen/PowerPC/vsx-vec-spill.ll | 8 ++++----
1 file changed, 4 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 e17aeae [X86] Add MOV8rm_NOREX to switch in isReallyTriviallyReMateri [...]
new eedfbe0 [libFuzzer] remove dfsan support and some related stale code. [...]
new 40960f6 [cmake] Use separate doctrees to prevent races between Sphinx [...]
new aeddc35 [cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on share [...]
The 3 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/AddLLVM.cmake | 12 ++
cmake/modules/AddSphinxTarget.cmake | 2 +-
lib/Fuzzer/FuzzerDFSan.h | 61 -------
lib/Fuzzer/FuzzerInternal.h | 1 -
lib/Fuzzer/FuzzerLoop.cpp | 1 -
lib/Fuzzer/FuzzerTraceState.cpp | 335 +----------------------------------
lib/Fuzzer/test/CMakeLists.txt | 10 --
lib/Fuzzer/test/dfsan/CMakeLists.txt | 19 --
lib/Fuzzer/test/fuzzer-dfsan.test | 16 --
lib/Fuzzer/test/lit.cfg | 6 -
lib/Fuzzer/test/lit.site.cfg.in | 1 -
11 files changed, 14 insertions(+), 450 deletions(-)
delete mode 100644 lib/Fuzzer/FuzzerDFSan.h
delete mode 100644 lib/Fuzzer/test/dfsan/CMakeLists.txt
delete mode 100644 lib/Fuzzer/test/fuzzer-dfsan.test
--
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 26a461c Fix TestNestedAliases.py
new 05250d5 Finish adding the individual instruction tests to the x86 unw [...]
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:
.../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 4 +
.../x86/x86AssemblyInspectionEngine.cpp | 51 +-
.../x86/x86AssemblyInspectionEngine.h | 2 +
.../x86/Testx86AssemblyInspectionEngine.cpp | 676 ++++++++++++++++++++-
4 files changed, 725 insertions(+), 8 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 fa9562a Revert "[sanitizer-coverage] remove stale code" at it breaks [...]
new 1ef9e7c [sanitizer-coverage] remove stale code, second attempt after [...]
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/sanitizer/coverage_interface.h | 8 ----
lib/asan/asan_win_dll_thunk.cc | 2 -
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 24 -----------
test/asan/TestCases/coverage-pc-buffer.cc | 49 ----------------------
4 files changed, 83 deletions(-)
delete mode 100644 test/asan/TestCases/coverage-pc-buffer.cc
--
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 bd79a59 [libFuzzer] change the probabilities so that we choose only t [...]
new e17aeae [X86] Add MOV8rm_NOREX to switch in isReallyTriviallyReMateri [...]
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/Target/X86/X86InstrInfo.cpp | 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 compiler-rt.
from 1aa202a Support configurable path to LLVM src
new fa9562a Revert "[sanitizer-coverage] remove stale code" at it breaks [...]
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_libcdep.cc | 24 +++++++++++
test/asan/TestCases/coverage-pc-buffer.cc | 49 ++++++++++++++++++++++
2 files changed, 73 insertions(+)
create mode 100644 test/asan/TestCases/coverage-pc-buffer.cc
--
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 8df29c3 Revert "[analyzer] Extend bug reports with extra notes" to fi [...]
new b89ba4a Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as [...]
new b01e9e0 Revert "[analyzer] Improve CloneChecker diagnostics" as its d [...]
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/Analysis/CloneDetection.h | 10 +-
lib/Analysis/CloneDetection.cpp | 24 ++---
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 32 +------
lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 106 ++++++++++-----------
test/Analysis/DeallocMissingRelease.m | 72 --------------
test/Analysis/PR2978.m | 18 ++--
test/Analysis/copypaste/blocks.cpp | 4 +-
test/Analysis/copypaste/function-try-block.cpp | 4 +-
test/Analysis/copypaste/functions.cpp | 4 +-
test/Analysis/copypaste/macro-complexity.cpp | 8 +-
test/Analysis/copypaste/macros.cpp | 10 +-
test/Analysis/copypaste/objc-methods.m | 4 +-
.../plist-diagnostics-notes-as-events.cpp | 97 -------------------
test/Analysis/copypaste/plist-diagnostics.cpp | 71 --------------
test/Analysis/copypaste/sub-sequences.cpp | 4 +-
test/Analysis/copypaste/suspicious-clones.cpp | 20 ++--
test/Analysis/copypaste/text-diagnostics.cpp | 17 ----
test/Analysis/properties.m | 6 --
18 files changed, 104 insertions(+), 407 deletions(-)
delete mode 100644 test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp
delete mode 100644 test/Analysis/copypaste/plist-diagnostics.cpp
delete mode 100644 test/Analysis/copypaste/text-diagnostics.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 clang.
from 1a49351 [coroutines] Switch to using std::experimental namespace per P0057R5
new 7ffa380 Revert "[analyzer] A blind attempt to fix a buildbot" as it d [...]
new 8df29c3 Revert "[analyzer] Extend bug reports with extra notes" to fi [...]
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 11 ---
.../StaticAnalyzer/Core/BugReporter/BugReporter.h | 39 +---------
.../Core/BugReporter/PathDiagnostic.h | 22 +-----
lib/Rewrite/HTMLRewrite.cpp | 9 +--
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 7 --
lib/StaticAnalyzer/Core/BugReporter.cpp | 72 +++++-------------
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 88 ++++++----------------
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 15 +---
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 3 -
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 24 ++----
10 files changed, 58 insertions(+), 232 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.