This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from de74c7e Synchronize PlatformFreeBSD with Linux
new a4d6c57 [CMake] Add explicit dependencies for ObjectFileELF tests
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:
unittests/ObjectFile/ELF/CMakeLists.txt | 4 ++++
1 file changed, 4 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 compiler-rt.
from 95db1de [asan] replace std::random_shuffle with std::shuffle in tests [...]
new 9a050b3 [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCa [...]
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/xray/tests/unit/fdr_logging_test.cc | 24 ++++++++++++------------
lib/xray/xray_arm.cc | 8 ++++----
lib/xray/xray_fdr_logging.cc | 18 +++++++++---------
lib/xray/xray_fdr_logging.h | 10 +++++-----
lib/xray/xray_flags.cc | 10 +++++-----
lib/xray/xray_flags.h | 4 ++--
lib/xray/xray_init.cc | 2 +-
lib/xray/xray_interface.cc | 12 ++++++------
lib/xray/xray_utils.cc | 4 ++--
lib/xray/xray_utils.h | 2 +-
10 files changed, 47 insertions(+), 47 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 54e5af9 * update_web_docs_svn (MANUALS): Add libitm.
new c7c9ee9 * doc/xml/manual/abi.xml: Update link to "Sun Studio 11: C++ [...]
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/abi.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 gcc.
from da4fed9 * doc/html/ext/lwg-active.html: Remove. * doc/html/ext/lwg- [...]
new 54e5af9 * update_web_docs_svn (MANUALS): Add libitm.
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:
maintainer-scripts/ChangeLog | 4 ++++
maintainer-scripts/update_web_docs_svn | 1 +
2 files changed, 5 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 compiler-rt.
from 38bdbd9 sancov.py: [Py3] Use bytes.decode() explicitly.
new 95db1de [asan] replace std::random_shuffle with std::shuffle in tests [...]
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/tests/sanitizer_allocator_test.cc | 4 +++-
lib/sanitizer_common/tests/sanitizer_bitvector_test.cc | 4 +++-
test/asan/TestCases/Linux/release_to_os_test.cc | 4 +++-
3 files changed, 9 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 llvm.
from 9652e72 [CMake] Fix USE_LLVM_SANITIZER configuration for out-of-tree builds.
new e22b221 [PowerPC] Fix some Include What You Use warnings; other minor [...]
new f31871c [MC] Fix some Clang-tidy modernize and Include What You Use w [...]
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/llvm/MC/ConstantPools.h | 10 ++++--
include/llvm/MC/MCAssembler.h | 59 ++++++++++++++++-----------------
include/llvm/MC/MCELFObjectWriter.h | 25 +++++++-------
include/llvm/MC/MCELFStreamer.h | 17 ++++------
include/llvm/MC/MCExpr.h | 39 ++++++++++++++++++----
include/llvm/MC/MCFragment.h | 32 +++++++++---------
include/llvm/MC/MCMachObjectWriter.h | 15 +++++----
include/llvm/MC/MCParser/MCAsmParser.h | 37 +++++++++++----------
include/llvm/MC/MCStreamer.h | 26 +++++++++------
include/llvm/MC/MCWinCOFFObjectWriter.h | 11 +++---
include/llvm/MC/MCWinCOFFStreamer.h | 8 ++---
lib/MC/ConstantPools.cpp | 7 ++--
lib/MC/MCAssembler.cpp | 34 +++++++++++++------
lib/MC/MCELFObjectTargetWriter.cpp | 3 --
lib/MC/MCELFStreamer.cpp | 38 ++++++++++-----------
lib/MC/MCExpr.cpp | 15 ++++++---
lib/MC/MCFragment.cpp | 31 ++++++++---------
lib/MC/MCMachOStreamer.cpp | 23 ++++++++++---
lib/MC/MCParser/ELFAsmParser.cpp | 25 ++++++++++----
lib/MC/MCParser/MCAsmParser.cpp | 16 ++++-----
lib/MC/MCStreamer.cpp | 20 +++++++----
lib/MC/MachObjectWriter.cpp | 17 ++++++++--
lib/MC/WinCOFFObjectWriter.cpp | 59 +++++++++++++++++++--------------
lib/MC/WinCOFFStreamer.cpp | 22 ++++++------
lib/Target/PowerPC/PPCTargetStreamer.h | 14 ++++++--
25 files changed, 358 insertions(+), 245 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 gcc-6-branch
in repository gcc.
from b21f870 [ARM][PR target/78945] Fix libatomic on armv7-m
new 9ba9bcf 2017-02-07 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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-types.c | 29 ++++++++++++++++++++++-------
2 files changed, 28 insertions(+), 7 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 edbbdb1 Fix powf inaccuracy (bug 21112).
new 12d6284 Clean up libm vector tests exception test disabling.
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 | 11 +++++++++++
math/test-double-vlen2.h | 1 -
math/test-double-vlen4.h | 1 -
math/test-double-vlen8.h | 1 -
math/test-float-vlen16.h | 1 -
math/test-float-vlen4.h | 1 -
math/test-float-vlen8.h | 1 -
math/test-math-finite.h | 1 +
math/test-math-no-finite.h | 1 +
math/test-math-no-inline.h | 1 -
math/test-math-vector.h | 1 +
11 files changed, 14 insertions(+), 7 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 ffcfd0c [libFuzzer] replace std::random_shuffle with std::shuffle as [...]
new 9652e72 [CMake] Fix USE_LLVM_SANITIZER configuration for out-of-tree builds.
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:
cmake/modules/HandleLLVMOptions.cmake | 7 +++++--
1 file changed, 5 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 llvm.
from 5a31271 [X86][SSE] Add SSE2 build vector insertion tests
new ffcfd0c [libFuzzer] replace std::random_shuffle with std::shuffle as [...]
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/FuzzerCorpus.h | 2 +-
lib/Fuzzer/FuzzerLoop.cpp | 2 +-
lib/Fuzzer/FuzzerMutate.cpp | 3 +--
lib/Fuzzer/FuzzerRandom.h | 10 ++++------
4 files changed, 7 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.