This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5fa40b36 [LLDB][MIPS] Fix TestMiniDumpNew
new 15be95a [LLDB][MIPS] Fix TestMiExec and TestMiData failures
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:
packages/Python/lldbsuite/test/lldbtest.py | 7 +++++++
.../lldbsuite/test/tools/lldb-mi/control/TestMiExec.py | 14 ++++++++++++--
.../Python/lldbsuite/test/tools/lldb-mi/data/TestMiData.py | 8 +++++++-
3 files changed, 26 insertions(+), 3 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 libcxx.
from 34da9b5 Add missing include in <numeric>
new 1b8fc14 Temporarily disable the LCM/GCD tests under UBSAN.
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/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp | 2 ++
test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp | 1 +
2 files 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 lldb.
from a4d6c57 [CMake] Add explicit dependencies for ObjectFileELF tests
new 5fa40b36 [LLDB][MIPS] Fix TestMiniDumpNew
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:
.../functionalities/postmortem/minidump-new/TestMiniDumpNew.py | 8 ++++++++
1 file changed, 8 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 clang.
from 004a9ff [X86] Remove 'umip' feature flag.
new 1e1521d [X86] Add -mclwb/-mno-clwb command line arguments and __CLWB_ [...]
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/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 2 ++
test/Driver/x86-target-features.c | 5 +++++
test/Preprocessor/predefined-arch-macros.c | 2 ++
4 files changed, 11 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 aaribaud/y2038
in repository glibc.
discards 1c73c03 Add 64-bit versions of mktime and timelocal
discards fc7a789 Add 64-bit versions for 'broken-up time' APIs
new 38ac0c8 Add 64-bit versions for 'broken-up time' APIs
new 152c80a Add 64-bit versions of mktime and timelocal
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 (1c73c03)
\
N -- N -- N refs/heads/aaribaud/y2038 (152c80a)
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/arm/Versions | 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 gcc.
from 62775b1 * src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.
new f30dfc4 * doc/xml/manual/profile_mode.xml: Unbreak link 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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 +-
2 files changed, 6 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 65d158c LSR: Check atomic instruction pointer operands
new a647924 TargetLowering: Remove AddrSpace parameter from GetAddrModeArguments
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/Target/TargetLowering.h | 5 ++---
lib/CodeGen/CodeGenPrepare.cpp | 13 ++++++-------
2 files changed, 8 insertions(+), 10 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 c190c64 [X86] Add -mclflushopt/-mno-clflushopt command line support a [...]
new e997151 [X86] Add -mmovbe/-mno-movbe command line options to match gcc.
new 004a9ff [X86] Remove 'umip' feature flag.
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/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 5 -----
test/Driver/x86-target-features.c | 5 +++++
3 files changed, 7 insertions(+), 5 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 89249af 2016-02-07 Andrew Pinski <apinski(a)cavium.com>
new 62775b1 * src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/src/c++11/snprintf_lite.cc | 2 +-
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 clang.
from 74dfd31 Use LLVM_FALLTHROUGH instead of FALLTHROUGH comments.
new c190c64 [X86] Add -mclflushopt/-mno-clflushopt command line support a [...]
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:
docs/ClangCommandLineReference.rst | 2 ++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 2 ++
test/Driver/x86-target-features.c | 5 +++++
test/Preprocessor/predefined-arch-macros.c | 8 ++++++++
test/Preprocessor/x86_target_features.c | 4 ++++
6 files changed, 23 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.