This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 552a8db04 [SymbolFilePDB] Get line number for PDBSymbolTypeEnum
new 013dff255 [SymbolFilePDB] Add support for CVR pointer type qualifier
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:
lit/SymbolFile/PDB/Inputs/TypeQualsTest.cpp | 46 ++++++++++++++++++
lit/SymbolFile/PDB/type-quals.test | 39 ++++++++++++++++
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 64 ++++++++++++++++++--------
3 files changed, 129 insertions(+), 20 deletions(-)
create mode 100644 lit/SymbolFile/PDB/Inputs/TypeQualsTest.cpp
create mode 100644 lit/SymbolFile/PDB/type-quals.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 gcc.
from 335a9627dee 2018-03-06 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 19da5bf430c * config/pa/pa.h (ASM_GENERATE_INTERNAL_LABEL): Revise to [...]
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 | 8 ++++++++
gcc/config/pa/pa.h | 18 ++++++++++++++----
gcc/config/pa/pa64-hpux.h | 14 ++++++++++++--
3 files changed, 34 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 llvm.
from 7c9054610e3 [Transforms] Add missing header for InstructionCombining.cp [...]
new 611e8053e25 [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn
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/DebugInfo/PDB/DIA/DIARawSymbol.h | 1 +
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 2 ++
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 1 +
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 10 ++++++++++
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 6 ++++++
unittests/DebugInfo/PDB/PDBApiTest.cpp | 5 +++++
6 files changed, 25 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 lldb.
from 3f8b10a06 the thread id is easier to read in base16.
new 552a8db04 [SymbolFilePDB] Get line number for PDBSymbolTypeEnum
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:
lit/SymbolFile/PDB/enums-layout.test | 12 ++++++------
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 20 ++++++++++++--------
2 files changed, 18 insertions(+), 14 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 gcc.
from 94fc4b64ad2 * config/pa/fptr.c (_dl_read_access_allowed): New. (__can [...]
new 335a9627dee 2018-03-06 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr64107.f90 | 30 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr64107.f90
--
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 7f6f444c8d Fix a typo from r326844; NFC
new 6e900125c7 [StaticAnalyzer] Fix some Clang-tidy modernize and Include 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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 82 ++---
.../StaticAnalyzer/Core/BugReporter/BugReporter.h | 130 ++++----
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 11 +-
lib/StaticAnalyzer/Core/BugReporter.cpp | 367 ++++++++++-----------
4 files changed, 296 insertions(+), 294 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 6702fa4a3 [XRay][compiler-rt] Make unit tests depend on implementation files
new 03e114b18 [sanitizer] Move mmap interceptors into sanitizer_common
new 4f09499dc [sanitizer] Add interceptors for wcsxfrm, wcsxfrm_l
new e6fe6d618 [sanitizer] Move strxfrm interceptors into sanitizer_common
new 77712da5b [sanitizer] Extract common code into STRXFRM_INTERCEPTOR_IMPL
new 2ccfc5617 [sanitizer] Update symbolizer test
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:
lib/esan/esan_interceptors.cpp | 50 ++-------
lib/hwasan/hwasan_interceptors.cc | 41 ++------
lib/msan/msan_interceptors.cc | 77 ++------------
.../sanitizer_common_interceptors.inc | 113 +++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 6 ++
.../symbolizer/scripts/global_symbols.txt | 1 +
lib/tsan/rtl/tsan_interceptors.cc | 48 +++------
test/msan/wcsxfrm.cc | 30 ++++++
.../sanitizer_common/TestCases/Linux/mmap64_test.c | 13 +++
test/sanitizer_common/TestCases/Posix/mmap_test.c | 11 ++
test/sanitizer_common/TestCases/Posix/strxfrm.c | 19 ++++
test/sanitizer_common/TestCases/Posix/wcsxfrm.c | 19 ++++
12 files changed, 257 insertions(+), 171 deletions(-)
create mode 100644 test/msan/wcsxfrm.cc
create mode 100644 test/sanitizer_common/TestCases/Linux/mmap64_test.c
create mode 100644 test/sanitizer_common/TestCases/Posix/mmap_test.c
create mode 100644 test/sanitizer_common/TestCases/Posix/strxfrm.c
create mode 100644 test/sanitizer_common/TestCases/Posix/wcsxfrm.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 gcc.
from 609378258fc 2017-03-06 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 7158995e77c Daily bump.
new 94fc4b64ad2 * config/pa/fptr.c (_dl_read_access_allowed): New. (__can [...]
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:
gcc/DATESTAMP | 2 +-
libgcc/ChangeLog | 5 +++++
libgcc/config/pa/fptr.c | 20 ++++++++++++++++++++
3 files changed, 26 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 gcc-6-branch
in repository gcc.
from 3fdcd18ae74 2018-03-06 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 2f3626afcdf Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from b8a1388a690 gcc/ChangeLog 2018-03-06 Carl Love <cel(a)us.ibm.com>
new f07b1301c7a Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.