This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 733ced6 Daily bump.
new 481ce48 PR c/77490 * c.opt (Wbool-operation): New.
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 | 5 ++++
gcc/c-family/ChangeLog | 5 ++++
gcc/c-family/c.opt | 4 +++
gcc/c/ChangeLog | 6 +++++
gcc/c/c-typeck.c | 26 +++++++++++++++++++
gcc/cp/ChangeLog | 6 +++++
gcc/cp/typeck.c | 10 ++++++-
gcc/doc/invoke.texi | 16 ++++++++++--
gcc/testsuite/ChangeLog | 8 +++++-
gcc/testsuite/c-c++-common/Wbool-operation-1.c | 36 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/Wbool-operation-1.c | 16 ++++++++++++
11 files changed, 134 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wbool-operation-1.c
create mode 100644 gcc/testsuite/gcc.dg/Wbool-operation-1.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 libcxx.
from 45d7731 Fix failure on 03 bot
new 7dc2fa3 [libc++] Remove math_win32.h
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/math.h | 4 --
include/support/win32/math_win32.h | 117 -------------------------------------
2 files changed, 121 deletions(-)
delete mode 100644 include/support/win32/math_win32.h
--
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 ec25365 [libFuzzer] add a standalone build script
new 245edb6 [RegisterBankInfo] Keep valid pointers for PartialMappings.
new 9545266 [RegisterBankInfo] Uniquely generate ValueMapping.
new d1ab103 [RegisterBankInfo] Add statistics for dynamic value mappings.
new ab46f81 [RegisterBankInfo] Document the design choice for the BreakDown.
new 9b47314 [RegisterBankInfo] Constify the member of the XXXMapping maps.
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:
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 98 ++++++++++++++++++++--
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 84 +++++++++++++++----
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 18 ++--
3 files changed, 169 insertions(+), 31 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 25aede1 Remove excessive padding from ObjCCategoriesVisitor
new 12dcbf4 Remove excessive padding from RedeclarableResult
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/Serialization/ASTReaderDecl.cpp | 15 ++++++++-------
1 file changed, 8 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 c1ce9ac GlobalStatus: Don't walk use-lists of ConstantData
new ec25365 [libFuzzer] add a standalone build script
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/build.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100755 lib/Fuzzer/build.sh
--
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 e2e5490 [libFuzzer] simplify HandleTrace again, start re-running inte [...]
new c1ce9ac GlobalStatus: Don't walk use-lists of ConstantData
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/Transforms/Utils/GlobalStatus.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 clang-tools-extra.
from c3a8e6a [clang-move] The new.cc file should include new_header.h inst [...]
new d878a28 [clang-tidy] Cleaning up language 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:
clang-tidy/cert/StrToNumCheck.cpp | 2 +-
.../cppcoreguidelines/ProTypeCstyleCastCheck.cpp | 5 ++---
clang-tidy/google/AvoidCStyleCastsCheck.cpp | 7 +++---
clang-tidy/google/ExplicitConstructorCheck.cpp | 2 +-
clang-tidy/llvm/TwineLocalCheck.cpp | 3 +--
clang-tidy/misc/AssertSideEffectCheck.cpp | 2 +-
clang-tidy/misc/InaccurateEraseCheck.cpp | 5 ++---
clang-tidy/misc/InefficientAlgorithmCheck.cpp | 2 +-
clang-tidy/misc/StringIntegerAssignmentCheck.cpp | 3 +--
clang-tidy/misc/SuspiciousStringCompareCheck.cpp | 4 ++--
clang-tidy/misc/UniqueptrResetReleaseCheck.cpp | 4 ++--
clang-tidy/misc/UnusedAliasDeclsCheck.cpp | 2 +-
clang-tidy/misc/UnusedRAIICheck.cpp | 2 +-
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 3 +--
clang-tidy/modernize/PassByValueCheck.cpp | 9 ++++----
clang-tidy/modernize/RawStringLiteralCheck.cpp | 10 ++++-----
clang-tidy/modernize/RedundantVoidArgCheck.cpp | 26 ++++++++++------------
clang-tidy/modernize/ShrinkToFitCheck.cpp | 9 ++++----
clang-tidy/modernize/UseOverrideCheck.cpp | 2 +-
clang-tidy/mpi/TypeMismatchCheck.cpp | 3 +--
clang-tidy/readability/AvoidConstParamsInDecls.cpp | 2 +-
clang-tidy/readability/ContainerSizeEmptyCheck.cpp | 6 ++---
clang-tidy/readability/NamespaceCommentCheck.cpp | 2 +-
.../readability/RedundantControlFlowCheck.cpp | 10 ++++-----
.../readability/RedundantSmartptrGetCheck.cpp | 2 +-
.../readability/SimplifyBooleanExprCheck.cpp | 6 ++---
.../StaticDefinitionInAnonymousNamespaceCheck.cpp | 10 ++++-----
.../readability/UniqueptrDeleteReleaseCheck.cpp | 5 ++---
28 files changed, 67 insertions(+), 81 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 8ae7a02 [analyzer][scan-build-py] subprocess output handling reviewed [...]
new 25aede1 Remove excessive padding from ObjCCategoriesVisitor
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/Serialization/ASTReaderDecl.cpp | 16 ++++++++--------
1 file changed, 8 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 clang.
from 17b2724 Use llvm::to_string instead of std::to_string to fix bot
new 8ae7a02 [analyzer][scan-build-py] subprocess output handling reviewed [...]
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:
tools/scan-build-py/libscanbuild/analyze.py | 3 +
tools/scan-build-py/libscanbuild/clang.py | 191 ++++++++++++++-------------
tools/scan-build-py/tests/unit/test_clang.py | 62 ++++++++-
3 files changed, 156 insertions(+), 100 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 8e652fc 2016-09-23 Fritz Reese <fritzoreese(a)gmail.com>
new 733ced6 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-6-branch
in repository gcc.
from c083a19 Backport from 2016-09-22 trunk r240388.
new 56e6f4c 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-5-branch
in repository gcc.
from e924473 Backport from 2016-09-22 trunk r240388.
new 59ded35 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 master
in repository llvm.
from 9194bd4 Add qualification to fix MSVC build.
new e2e5490 [libFuzzer] simplify HandleTrace again, start re-running inte [...]
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/FuzzerInternal.h | 1 +
lib/Fuzzer/FuzzerLoop.cpp | 19 ++++++++--
lib/Fuzzer/FuzzerTracePC.cpp | 41 +++++++++++++++++++---
lib/Fuzzer/FuzzerTracePC.h | 12 +++++++
lib/Fuzzer/FuzzerValueBitMap.h | 8 +++++
.../fuzzer-test-suite/re2-2014-12-09/build.sh | 3 +-
6 files changed, 75 insertions(+), 9 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 binutils-gdb.
from a97e29d Use std::string rather than dyn-string
new f4e0d9f Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 1cf6bec Automatic date update in version.in
new 247ab07 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 3047961 Automatic date update in version.in
new 1c9c431 Automatic date update in version.in
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:
bfd/version.h | 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 compiler-rt.
from aa8a364 Revert "[profile] Hide lprofCurFilename"
new 19087aa [msan] Disable flaky fork.cc on PPC64.
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/msan/fork.cc | 5 ++++-
1 file changed, 4 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 lldb.
from 9198783 Mutatis mutandis for char * -> StringRef.
new cacc8fd [CMake] Generate LLDB_REVISION at build time
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/CMakeLists.txt | 61 +++++++++++++++++++++++++++++----------------------
source/lldb.cpp | 4 ++++
2 files changed, 39 insertions(+), 26 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 e86f702 [x86] fix FCOPYSIGN lowering to create constants instead of C [...]
new 9194bd4 Add qualification to fix MSVC build.
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/LTO/Caching.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 llvm.
from 200a529 Add StringSwitch::Cases functions that takes 6 to 10 arguments.
new e86f702 [x86] fix FCOPYSIGN lowering to create constants instead of 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:
lib/Target/X86/X86ISelLowering.cpp | 65 +++++++++----------------
test/CodeGen/X86/copysign-constant-magnitude.ll | 62 ++++++++++-------------
test/CodeGen/X86/fp128-cast.ll | 4 +-
test/CodeGen/X86/pr13577.ll | 6 ++-
4 files changed, 56 insertions(+), 81 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 2c2413b Add an accessor to get the value of RC_PLATFORM_NAME at build time
new 9198783 Mutatis mutandis for char * -> StringRef.
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/Host/macosx/Host.mm | 12 ++++++------
1 file changed, 6 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 lldb.
from 4f8dee2 Change FileAction::GetPath() to return a StringRef.
new 1a4e028 Fix build on Ubuntu.
new 2c2413b Add an accessor to get the value of RC_PLATFORM_NAME at build time
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/Xcode/lldbbuild.py | 3 +++
source/Host/common/Host.cpp | 10 +++++-----
2 files changed, 8 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 clang.
from 0c8c36d Update clang for r282299.
new 17b2724 Use llvm::to_string instead of std::to_string to fix bot
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/Driver/Tools.cpp | 5 +++--
1 file changed, 3 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 lld.
from 5c108d7 Warn if we can't find the entry symbol.
new b73392f Combine two StringSwitch::Cases because Cases now can take 6 [...]
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:
ELF/LinkerScript.cpp | 3 +--
1 file changed, 1 insertion(+), 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 lldb.
from 21b76cc Allow for tests to be disabled at runtime
new 4f8dee2 Change FileAction::GetPath() to return a StringRef.
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/Target/FileAction.h | 2 +-
include/lldb/Target/Target.h | 14 +++++------
source/Host/windows/ProcessLauncherWindows.cpp | 2 +-
source/Target/FileAction.cpp | 2 +-
source/Target/Target.cpp | 33 ++++++++++----------------
5 files changed, 22 insertions(+), 31 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 2a09485 [MC] Support .ds directives in assembler parser
new 200a529 Add StringSwitch::Cases functions that takes 6 to 10 arguments.
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/ADT/StringSwitch.h | 102 ++++++++++++++++++++++++----------------
1 file changed, 61 insertions(+), 41 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 a92ff23 llc: Add -start-before/-stop-before options
new 2a09485 [MC] Support .ds directives in assembler parser
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/MC/MCParser/AsmParser.cpp | 49 +++++++++++++++++++++++++++++++++
test/MC/AsmParser/directive_ds.s | 58 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 107 insertions(+)
create mode 100644 test/MC/AsmParser/directive_ds.s
--
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 585919a [profile] Hide lprofCurFilename
new aa8a364 Revert "[profile] Hide lprofCurFilename"
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/profile/InstrProfilingFile.c | 3 +--
1 file changed, 1 insertion(+), 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 91d99c6 LTO: Simplify caching interface.
new a92ff23 llc: Add -start-before/-stop-before 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:
include/llvm/CodeGen/TargetPassConfig.h | 15 ++++++---
include/llvm/Target/TargetMachine.h | 6 ++--
lib/CodeGen/LLVMTargetMachine.cpp | 15 +++++----
lib/CodeGen/TargetPassConfig.cpp | 5 +--
test/CodeGen/Generic/llc-start-stop.ll | 35 +++++++++++++++++++
test/CodeGen/Generic/stop-after.ll | 10 ------
tools/llc/llc.cpp | 59 +++++++++++++++++++++------------
7 files changed, 99 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/Generic/llc-start-stop.ll
delete mode 100644 test/CodeGen/Generic/stop-after.ll
--
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 714e179 [analyzer] Fix crash in RetainCountChecker::checkEndFunction
new 0c8c36d Update clang for r282299.
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/CodeGen/BackendUtil.cpp | 20 +++-----------------
1 file changed, 3 insertions(+), 17 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 4775578 Installed header hygiene (BZ#20366): Test of installed headers.
new bb8081f Add iszero.
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 +++++++++++
NEWS | 2 +-
manual/arith.texi | 8 ++++++++
manual/libm-err-tab.pl | 2 +-
math/libm-test.inc | 28 +++++++++++++++++++++++++++-
math/math.h | 7 +++++++
6 files changed, 55 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 dc7e3f0 [AMDGPU] Fix for bz30427: wrong MTBUF encoding on VI
new 91d99c6 LTO: Simplify caching interface.
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/LTO/Caching.h | 85 +++++------------------------------
include/llvm/LTO/Config.h | 39 ----------------
include/llvm/LTO/LTO.h | 58 ++++++++++++++++++++----
include/llvm/LTO/LTOBackend.h | 6 +--
lib/LTO/Caching.cpp | 101 +++++++++++++++++++++---------------------
lib/LTO/LTO.cpp | 77 ++++++++++++++++----------------
lib/LTO/LTOBackend.cpp | 38 +++++-----------
tools/gold/gold-plugin.cpp | 48 ++++++++------------
tools/llvm-lto2/llvm-lto2.cpp | 53 +++++++++-------------
9 files changed, 204 insertions(+), 301 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 libcxxabi.
from b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)
new 46eb39a annotate more function visibility
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:
src/cxa_handlers.hpp | 8 +++++---
src/private_typeinfo.cpp | 12 +++++-------
2 files changed, 10 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 lldb.
from d4661da Install only the manpage and only in the proper location
new 21b76cc Allow for tests to be disabled at runtime
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/configuration.py | 6 +++
packages/Python/lldbsuite/test/dotest.py | 52 ++++++++++++++++++++++++-
packages/Python/lldbsuite/test/dotest_args.py | 3 ++
packages/Python/lldbsuite/test/test_result.py | 33 ++++++++++++++++
4 files changed, 93 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 lldb.
from 8db3929 Change Module::RemapPath to use StringRef.
new d4661da Install only the manpage and only in the proper location
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:
lldb.xcodeproj/project.pbxproj | 36 +-----------------------------------
1 file changed, 1 insertion(+), 35 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 b5dbd9f [libFuzzer] first steps in adding a proper automated test sui [...]
new dc7e3f0 [AMDGPU] Fix for bz30427: wrong MTBUF encoding on VI
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/Target/AMDGPU/BUFInstructions.td | 16 ++++++++++------
1 file changed, 10 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 lld.
from ee82415 Avoid counting sections twice.
new 5c108d7 Warn if we can't find the entry symbol.
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:
ELF/Driver.cpp | 11 ++++++++---
test/ELF/entry.s | 4 +++-
2 files changed, 11 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 gcc.
from a357a86 internal/syscall/unix: add getrandom syscall for MIPS and SPARC
new 8e652fc 2016-09-23 Fritz Reese <fritzoreese(a)gmail.com>
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 | 17 +++
gcc/fortran/decl.c | 161 ++++++++++++++++++++++++++++-
gcc/fortran/gfortran.h | 3 +-
gcc/fortran/gfortran.texi | 52 +++++++++-
gcc/fortran/invoke.texi | 9 +-
gcc/fortran/lang.opt | 4 +
gcc/fortran/match.h | 2 +
gcc/fortran/options.c | 1 +
gcc/fortran/parse.c | 4 +
gcc/fortran/resolve.c | 18 ++--
gcc/fortran/symbol.c | 30 +++++-
gcc/fortran/trans-decl.c | 2 +-
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gfortran.dg/dec_static_1.f90 | 42 ++++++++
gcc/testsuite/gfortran.dg/dec_static_2.f90 | 58 +++++++++++
gcc/testsuite/gfortran.dg/dec_static_3.f90 | 20 ++++
gcc/testsuite/gfortran.dg/dec_static_4.f90 | 38 +++++++
17 files changed, 452 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_4.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 compiler-rt.
from c58c8bb Fix the following tests when running under cross-compilation:
new 585919a [profile] Hide lprofCurFilename
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/profile/InstrProfilingFile.c | 3 ++-
1 file changed, 2 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 e7c4560 2016-09-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new a357a86 internal/syscall/unix: add getrandom syscall for MIPS and SPARC
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/go/gofrontend/MERGE | 2 +-
libgo/go/internal/syscall/unix/getrandom_linux_mips64x.go | 2 +-
.../unix/{getrandom_linux_ia64.go => getrandom_linux_mipsn32.go} | 4 +++-
.../unix/{getrandom_linux_ia64.go => getrandom_linux_mipso32.go} | 4 +++-
.../unix/{getrandom_linux_ia64.go => getrandom_linux_sparc.go} | 4 +++-
5 files changed, 11 insertions(+), 5 deletions(-)
copy libgo/go/internal/syscall/unix/{getrandom_linux_ia64.go => getrandom_linux_mi [...]
copy libgo/go/internal/syscall/unix/{getrandom_linux_ia64.go => getrandom_linux_mi [...]
copy libgo/go/internal/syscall/unix/{getrandom_linux_ia64.go => getrandom_linux_sp [...]
--
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 468ae9f [gold] Split plugin options controlling ThinLTO and codegen p [...]
new b5dbd9f [libFuzzer] first steps in adding a proper automated test sui [...]
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:
.../fuzzer-test-suite/re2-2014-12-09/build.sh | 21 +++++++++++++++++
.../fuzzer-test-suite/re2-2014-12-09/target.cc | 27 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
create mode 100755 lib/Fuzzer/fuzzer-test-suite/re2-2014-12-09/build.sh
create mode 100644 lib/Fuzzer/fuzzer-test-suite/re2-2014-12-09/target.cc
--
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 a428e7b [LTO] Add -flto-jobs=N to control backend parallelism
new 714e179 [analyzer] Fix crash in RetainCountChecker::checkEndFunction
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/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 2 +-
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 8 ++++++--
test/Analysis/NSString.m | 8 ++++++--
3 files changed, 13 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 llvm.
from 5438741 [Coverage] Clarify a function contract (NFC)
new 468ae9f [gold] Split plugin options controlling ThinLTO and codegen p [...]
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/tools/gold/X86/parallel.ll | 2 +-
tools/gold/gold-plugin.cpp | 21 +++++++++++----------
2 files changed, 12 insertions(+), 11 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 560b6b6 set the underlying value of “#pragma STDC FP_CONTRACT” on by default
new 0cfdd4d Revert "set the underlying value of “#pragma STDC FP_CONTRACT [...]
new a428e7b [LTO] Add -flto-jobs=N to control backend parallelism
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 | 5 +
lib/Driver/Tools.cpp | 30 +++-
lib/Frontend/CompilerInvocation.cpp | 6 -
test/CodeGen/aarch64-neon-fma.c | 2 +-
test/CodeGen/aarch64-scalar-fma.c | 177 ----------------------
test/CodeGen/fp-contract-pragma.cpp | 24 ++-
test/CodeGen/fp-contract-pragma___on-by-default.c | 21 ---
test/Driver/clang_f_opts.c | 9 +-
test/Driver/lto-jobs.c | 11 ++
9 files changed, 55 insertions(+), 230 deletions(-)
delete mode 100644 test/CodeGen/aarch64-scalar-fma.c
delete mode 100644 test/CodeGen/fp-contract-pragma___on-by-default.c
create mode 100644 test/Driver/lto-jobs.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 ad02099 S/390: Fix hotpatch test cases.
new 4157ace * config/rs6000/rs6000.md (cmpmemsi): New define_expand. * [...]
new e7c4560 2016-09-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 491 ++++++++++++++++++++--
gcc/config/rs6000/rs6000.md | 21 +
gcc/config/rs6000/rs6000.opt | 4 +
gcc/fortran/ChangeLog | 14 +
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/io.c | 6 +-
gcc/fortran/ioparm.def | 2 +
gcc/fortran/libgfortran.h | 7 +-
gcc/fortran/resolve.c | 1 +
gcc/fortran/trans-io.c | 6 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gfortran.dg/dtio_14.f90 | 64 +++
gcc/testsuite/gfortran.dg/negative_unit_check.f90 | 1 +
libgfortran/ChangeLog | 39 ++
libgfortran/io/inquire.c | 2 +-
libgfortran/io/io.h | 27 +-
libgfortran/io/list_read.c | 4 +-
libgfortran/io/open.c | 2 +-
libgfortran/io/transfer.c | 112 +++--
libgfortran/io/unit.c | 163 ++++---
21 files changed, 809 insertions(+), 166 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_14.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 llvm.
from a6754db [libFuzzer] reset Counters (trace-pc-guard) before every run
new 3de4fb3 [llvm-cov] Factor out logic to remove unmapped inputs (NFC)
new 5438741 [Coverage] Clarify a function contract (NFC)
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/ProfileData/Coverage/CoverageMapping.h | 3 ++-
tools/llvm-cov/CodeCoverage.cpp | 18 +++++++++++++-----
2 files changed, 15 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 zorg.
from 8686bb5 [Zorg] Fixing LNT -cflag and moving to a new Perf name
new cfb7826 [Zorg] Try to unbreak ARM lnt bot
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:
buildbot/osuosl/master/config/builders.py | 3 +--
1 file changed, 1 insertion(+), 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 85fa818 [MC] Support .dcb directives in assembler parser
new a6754db [libFuzzer] reset Counters (trace-pc-guard) before every run
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/FuzzerTracePC.h | 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 lld.
from 1694792 [ELF] Resolve weak undefined TLS symbols when no phdr is available.
new ee82415 Avoid counting sections twice.
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:
ELF/LinkerScript.cpp | 20 +++++++++-----------
test/ELF/linkerscript/double-bss.s | 2 +-
2 files changed, 10 insertions(+), 12 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 binutils-gdb.
from 3e25a50 Remove some unnecessary code
new 5809899 Use std::string in break-catch-sig.c
new 05d49c3 Use std::string in cp-namespace.c
new ab8b80a Use std::string, std::vector in rust-lang.c
new cfe826d Use std::vector in objfiles.c
new a97e29d Use std::string rather than dyn-string
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:
gdb/ChangeLog | 33 +++++++++++++++++++++++++++++++++
gdb/break-catch-sig.c | 17 ++++++-----------
gdb/cli/cli-cmds.c | 41 ++++++++++++++++++-----------------------
gdb/cp-namespace.c | 49 +++++++++++++++----------------------------------
gdb/objfiles.c | 13 ++++++-------
gdb/rust-lang.c | 35 +++++++++++++----------------------
gdb/utils.c | 13 -------------
gdb/utils.h | 3 ---
8 files changed, 91 insertions(+), 113 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.