This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e10e0e3 Next set of additional error checks for invalid Mach-O files [...]
new e52f15b [libFuzzer] more refactoring
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/Fuzzer/FuzzerDefs.h | 1 +
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 2 +-
lib/Fuzzer/FuzzerExtFunctionsWeak.cpp | 2 +-
lib/Fuzzer/FuzzerSHA1.cpp | 2 +-
lib/Fuzzer/FuzzerTracePC.cpp | 3 ++-
lib/Fuzzer/FuzzerTracePC.h | 1 +
lib/Fuzzer/FuzzerUtilDarwin.cpp | 2 +-
lib/Fuzzer/FuzzerUtilLinux.cpp | 2 +-
lib/Fuzzer/FuzzerValueBitMap.h | 2 ++
lib/Fuzzer/test/fuzzer-printcovpcs.test | 4 ++--
10 files changed, 13 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 lldb.
from aa2a0b4 Fix -Wcovered-switch-default warning in StackFrame.cpp
new 3679175 Fix integer sign warning from r282105
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:
source/Core/SourceManager.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 lldb.
from 3cbcc36 add stop column highlighting support
new 1c5dad9 [CMake] Initial support for LLDB.framework
new aa2a0b4 Fix -Wcovered-switch-default warning in StackFrame.cpp
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:
CMakeLists.txt | 18 +++++++++++++-
cmake/LLDBDependencies.cmake | 2 --
cmake/modules/AddLLDB.cmake | 30 +++++++++++++++++++----
cmake/modules/LLDBConfig.cmake | 5 ++++
scripts/CMakeLists.txt | 33 +++++++++++++++++++-------
scripts/Python/finishSwigPythonLLDB.py | 8 +++----
source/API/CMakeLists.txt | 14 +++++++++++
source/Target/StackFrame.cpp | 2 --
tools/argdumper/CMakeLists.txt | 2 +-
tools/darwin-debug/CMakeLists.txt | 2 +-
tools/debugserver/source/MacOSX/CMakeLists.txt | 27 +++++++--------------
tools/lldb-server/CMakeLists.txt | 2 +-
12 files changed, 103 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 glibc.
from d942e95 Add issubnormal.
new 87ab10d [soft-fp] Add support for various half-precision conversion 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:
ChangeLog | 10 ++
soft-fp/{extendsftf2.c => extendhftf2.c} | 16 ++-
soft-fp/{fixtfti.c => fixhfti.c} | 13 ++-
soft-fp/{fixdfti.c => fixunshfti.c} | 15 ++-
soft-fp/{floattitf.c => floattihf.c} | 17 ++--
soft-fp/{floattitf.c => floatuntihf.c} | 17 ++--
soft-fp/half.h | 170 +++++++++++++++++++++++++++++++
soft-fp/{trunctfxf2.c => trunctfhf2.c} | 21 ++--
8 files changed, 226 insertions(+), 53 deletions(-)
copy soft-fp/{extendsftf2.c => extendhftf2.c} (85%)
copy soft-fp/{fixtfti.c => fixhfti.c} (87%)
copy soft-fp/{fixdfti.c => fixunshfti.c} (88%)
copy soft-fp/{floattitf.c => floattihf.c} (85%)
copy soft-fp/{floattitf.c => floatuntihf.c} (85%)
create mode 100644 soft-fp/half.h
copy soft-fp/{trunctfxf2.c => trunctfhf2.c} (82%)
--
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 1db13ef Add -Wignored-pragma-intrinsic flag
new 29d34c9 [CMake] Pass CLANG_VERSION_* variables into later stages
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:
CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
--
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 glibc.
from 5b17fd0 Add <stdint.h> integer width macros.
new d942e95 Add issubnormal.
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:
ChangeLog | 9 +++++++++
NEWS | 4 ++++
manual/arith.texi | 8 ++++++++
manual/libm-err-tab.pl | 6 +++---
math/libm-test.inc | 28 +++++++++++++++++++++++++++-
math/math.h | 3 +++
6 files changed, 54 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 lldb.
from 0634d7e Probably should add the breakpoint names test directory as well...
new 3cbcc36 add stop column highlighting support
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/API/SBSourceManager.h | 5 +
include/lldb/Core/Debugger.h | 6 +
include/lldb/Core/Disassembler.h | 8 +-
include/lldb/Core/SourceManager.h | 22 ++-
include/lldb/lldb-enumerations.h | 7 +
.../functionalities/load_unload/TestLoadUnload.py | 4 +
packages/Python/lldbsuite/test/lldbtest.py | 4 +
.../Python/lldbsuite/test/settings/TestSettings.py | 1 +
.../test/source-manager/TestSourceManager.py | 70 ++++++++--
scripts/interface/SBSourceManager.i | 7 +
source/API/SBSourceManager.cpp | 25 +++-
source/Commands/CommandObjectSource.cpp | 21 ++-
source/Core/Debugger.cpp | 51 +++++++
source/Core/Disassembler.cpp | 6 +-
source/Core/SourceManager.cpp | 152 +++++++++++++++++++--
source/Target/StackFrame.cpp | 3 +-
16 files changed, 341 insertions(+), 51 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 7ca59a7 [docs] Add ThinLTO user documentation
new 1db13ef Add -Wignored-pragma-intrinsic flag
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/DiagnosticGroups.td | 3 ++-
include/clang/Basic/DiagnosticParseKinds.td | 2 +-
test/Preprocessor/pragma_microsoft.c | 12 ++++++++++++
3 files changed, 15 insertions(+), 2 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 287bcde [asan] Store full AddressDescription objects in ErrorInvalidP [...]
new 371ddbf [asan] Reify ErrorGeneric
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/asan/asan_descriptions.h | 5 +-
lib/asan/asan_errors.cc | 212 ++++++++++++++++++++++++++++++++
lib/asan/asan_errors.h | 18 ++-
lib/asan/asan_report.cc | 282 +++++++------------------------------------
4 files changed, 276 insertions(+), 241 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.