This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ba2af70d9c Revert r306653, "[OpenCL] Allow function declaration with em [...]
new 1747f04c52 [clang-format] Fix parsing of msg{field}-style proto options
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/Format/TokenAnnotator.cpp | 6 ++++--
unittests/Format/FormatTestProto.cpp | 13 +++++++++++++
2 files changed, 17 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 hjl/cet/property
in repository glibc.
discards 6f6fc7d97f i386: Add _dl_runtime_resolve_shstk [BZ #21598]
discards 6fa6ceb54d x86: Add <sys/cet.h> to support Intel CET
new 20e7c874d1 x86: Add <sys/cet.h> to support Intel CET
new 0bd2f09c4e i386: Add _dl_runtime_resolve_shstk [BZ #21598]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6f6fc7d97f)
\
N -- N -- N refs/heads/hjl/cet/property (0bd2f09c4e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/unix/sysv/linux/i386/dl-cet.c | 2 +-
sysdeps/unix/sysv/linux/x86/dl-cet.c | 2 +-
2 files changed, 2 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 hjl/cet/property
in repository glibc.
discards b384cf27ac Add _dl_runtime_resolve_shstk
discards 5536bf29d9 x86: Add <sys/cet.h> to support Intel CET
discards 23005f8982 x86: Add IBT/SHSTK support to cpu-features
discards caadecc170 Add NT_GNU_PROPERTY_TYPE_0 macros
new e3acbc1567 Add NT_GNU_PROPERTY_TYPE_0 macros
new 1dad1cd9f6 x86: Add IBT/SHSTK bits to cpu-features
new 6fa6ceb54d x86: Add <sys/cet.h> to support Intel CET
new 6f6fc7d97f i386: Add _dl_runtime_resolve_shstk [BZ #21598]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b384cf27ac)
\
N -- N -- N refs/heads/hjl/cet/property (6f6fc7d97f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 4 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:
elf/elf.h | 55 ++++++++++++++++++-----------------
sysdeps/unix/sysv/linux/i386/dl-cet.c | 5 ++--
2 files changed, 31 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 lldb.
from 4ed778787 [UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" pattern
new 2e3077bf1 [unittests] Add a helper function for getting an input file
new 2f32833d4 Make scripts/analyze-project-deps.py executable
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:
scripts/analyze-project-deps.py | 4 +++-
unittests/Interpreter/CMakeLists.txt | 2 +-
unittests/Interpreter/TestCompletion.cpp | 3 +--
unittests/ObjectFile/ELF/CMakeLists.txt | 1 +
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 16 ++++---------
unittests/Process/minidump/CMakeLists.txt | 1 +
unittests/Process/minidump/MinidumpParserTest.cpp | 15 ++-----------
unittests/Symbol/CMakeLists.txt | 1 +
unittests/Symbol/TestDWARFCallFrameInfo.cpp | 14 +++---------
unittests/SymbolFile/DWARF/CMakeLists.txt | 1 +
.../SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 21 ++++++-----------
unittests/SymbolFile/PDB/CMakeLists.txt | 1 +
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 20 +++++++----------
unittests/Target/CMakeLists.txt | 1 +
unittests/Target/ModuleCacheTest.cpp | 12 ++++------
unittests/Utility/CMakeLists.txt | 4 ++--
.../Utility/{Mocks => Helpers}/CMakeLists.txt | 4 +++-
.../MockTildeExpressionResolver.cpp | 0
.../MockTildeExpressionResolver.h | 2 +-
unittests/Utility/Helpers/TestUtilities.cpp | 22 ++++++++++++++++++
.../Utility/Helpers/TestUtilities.h | 11 ++++-----
unittests/Utility/StructuredDataTest.cpp | 26 ++++------------------
unittests/Utility/TildeExpressionResolverTest.cpp | 2 +-
23 files changed, 78 insertions(+), 106 deletions(-)
mode change 100644 => 100755 scripts/analyze-project-deps.py
rename unittests/Utility/{Mocks => Helpers}/CMakeLists.txt (54%)
rename unittests/Utility/{Mocks => Helpers}/MockTildeExpressionResolver.cpp (100%)
rename unittests/Utility/{Mocks => Helpers}/MockTildeExpressionResolver.h (97%)
create mode 100644 unittests/Utility/Helpers/TestUtilities.cpp
copy include/lldb/Symbol/VerifyDecl.h => unittests/Utility/Helpers/TestUtilities.h (53%)
--
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 lnt.
from 649a823 We just never update the version number of LNT - that is silly
new 35e3a05 Fix MANIFEST.in file adding two missing entries.
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:
MANIFEST.in | 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 hjl/cet/property
in repository glibc.
discards 4beb1286e8 Add _dl_runtime_resolve_shstk
discards 871e7c06e3 x86: Add <sys/cet.h> to support Intel CET
discards 9a4ad672c0 Add NT_GNU_PROPERTY_TYPE_0 macros
discards b74624eb2c x86: Add IBT/SHSTK support to cpu-features
discards 15c62c9c20 Add private_function for private functions within glibc
adds e2390be8e4 vfprintf: Add test case for user-defined types and format sp [...]
adds c11cfe8d7c vfprintf: Add test case for multi-byte/wide strings and precision
adds 08d01cae60 vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
adds cd00e12d31 _i18n_number_rewrite: Use struct scratch_buffer
adds 12d5853e22 vfprintf: Use struct scratch_buffer for positional arguments [...]
adds edc1686af0 vfprintf: Reuse work_buffer in group_number
new a916033bb4 Add private_function for private functions within glibc
new caadecc170 Add NT_GNU_PROPERTY_TYPE_0 macros
new 23005f8982 x86: Add IBT/SHSTK support to cpu-features
new 5536bf29d9 x86: Add <sys/cet.h> to support Intel CET
new b384cf27ac Add _dl_runtime_resolve_shstk
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4beb1286e8)
\
N -- N -- N refs/heads/hjl/cet/property (b384cf27ac)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 32 ++
include/link.h | 9 +-
stdio-common/Makefile | 4 +-
stdio-common/_i18n_number.h | 23 +-
stdio-common/tst-vfprintf-mbs-prec.c | 543 +++++++++++++++++++++
stdio-common/tst-vfprintf-user-type.c | 217 ++++++++
stdio-common/vfprintf.c | 137 +++---
sysdeps/generic/{dl-procinfo.c => link_map.h} | 0
sysdeps/unix/sysv/linux/x86/Makefile | 8 +-
sysdeps/unix/sysv/linux/x86/dl-procruntime.c | 2 +-
.../linux/{i386/dl-machine.h => x86/link_map.h} | 13 +-
11 files changed, 889 insertions(+), 99 deletions(-)
create mode 100644 stdio-common/tst-vfprintf-mbs-prec.c
create mode 100644 stdio-common/tst-vfprintf-user-type.c
copy sysdeps/generic/{dl-procinfo.c => link_map.h} (100%)
copy sysdeps/unix/sysv/linux/{i386/dl-machine.h => x86/link_map.h} (69%)
--
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 eede5d6fce3 2017-06-29 Richard Biener <rguenther(a)suse.de>
new d4057f57a52 Add a testcase for PR ipa/80565
new b8daf3d80b6 gcc/ PR middle-end/81194 * cfgexpand.c (expand_gimple_stm [...]
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/ChangeLog | 7 ++++
gcc/cfgexpand.c | 8 ++++-
gcc/stmt.c | 5 ++-
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/g++.dg/pr81194.C | 60 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr80565.c | 41 +++++++++++++++++++++++
6 files changed, 129 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr81194.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80565.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 lldb.
from 8babaeb80 Fix two places in RegisterContextLLDB::InitializeNonZerothFra [...]
new 4ed778787 [UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" pattern
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:
.../x86/x86AssemblyInspectionEngine.cpp | 33 +++++++++
.../x86/x86AssemblyInspectionEngine.h | 1 +
.../x86/Testx86AssemblyInspectionEngine.cpp | 78 ++++++++++++++++++++++
3 files changed, 112 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.