This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 93640f3 * doc/invoke.texi (-Wregister): Document.
new fd3720a 2016-09-30 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new ff2feb8 PR c/77490 * c-c++-common/Wbool-operation-1.c: Add -Wno-psa [...]
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/fortran/ChangeLog | 5 +++++
gcc/fortran/io.c | 6 ++++++
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/c-c++-common/Wbool-operation-1.c | 4 +++-
gcc/testsuite/gfortran.fortran-torture/compile/arrayio.f90 | 2 +-
gcc/testsuite/gfortran.fortran-torture/compile/write.f90 | 4 ++--
6 files changed, 29 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 llvm.
from a179dcf ScheduleDAGInstrs: Cleanup, use range based for; NFC
new c5efc2c [llvm-objdump] Switch to a range loop. NFCI.
new b6b3db7 [libFuzzer] remove some experimental code
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:
lib/Fuzzer/FuzzerInternal.h | 2 +-
lib/Fuzzer/FuzzerLoop.cpp | 31 +++++++++++--------------------
tools/llvm-objdump/COFFDump.cpp | 8 +++-----
3 files changed, 15 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 clang.
from 9a911fd CodeGen: inherit DLLExport attribute in Windows Itanium
new 6079e1d Fix bogus "inline namespace cannot be reopened as non-inline" [...]
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/Basic/DiagnosticSemaKinds.td | 5 ++---
lib/Sema/SemaDeclCXX.cpp | 2 +-
test/CXX/dcl.dcl/basic.namespace/namespace.def/p7.cpp | 9 +++++++--
3 files 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 llvm.
from 7faa446 [libFuzzer] fix openssl fuzzer tests when running on a machin [...]
new a179dcf ScheduleDAGInstrs: Cleanup, use range based for; NFC
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/ScheduleDAGInstrs.cpp | 106 ++++++++++++++++----------------------
1 file changed, 45 insertions(+), 61 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 0b21f89 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macr [...]
new 9a911fd CodeGen: inherit DLLExport attribute in Windows Itanium
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/ItaniumCXXABI.cpp | 30 +++++++++++++++++----------
test/CodeGenCXX/windows-itanium-type-info.cpp | 13 ++++++++++++
2 files changed, 32 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGenCXX/windows-itanium-type-info.cpp
--
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 d68bcbc Mixed up for loops!
new 315af04 Fix broken test
new e4dbcbb Fix Jenkins parse error caused by missing quotes
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:
lnt/tests/test_suite.py | 2 +-
tests/runtest/test_suite.py | 1 -
2 files 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 test-suite.
from d5884eb [CUDA] [test-suite] Always enable assert()s in our builds.
new 274f083 Important to test O3 without lto.
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/caches/{Release.cmake => ReleaseNoLTO.cmake} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy cmake/caches/{Release.cmake => ReleaseNoLTO.cmake} (80%)
--
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 b12f83f Add the radar on our end to the bugreport string.
new 539c43d Fix up the test so it gets closer to passing.
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:
.../create_during_step/TestCreateDuringStep.py | 51 +++++-----------------
1 file changed, 11 insertions(+), 40 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 fa5a2d7 [coroutines] Diagnose when 'main' is declared as a coroutine.
new 0b21f89 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macr [...]
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/Basic/DiagnosticFrontendKinds.td | 2 +
include/clang/Basic/LangOptions.def | 4 +-
include/clang/Basic/TargetInfo.h | 8 ++++
include/clang/Driver/Options.td | 11 ++++++
lib/Basic/TargetInfo.cpp | 10 +++++
lib/Basic/Targets.cpp | 1 +
lib/Driver/Tools.cpp | 18 +++++++++
lib/Frontend/CompilerInvocation.cpp | 13 +++++++
lib/Frontend/InitPreprocessor.cpp | 9 +++++
lib/Sema/SemaExprCXX.cpp | 4 +-
test/CXX/cpp/cpp.predefined/p1.cpp | 9 +++++
test/Preprocessor/init.c | 54 +++++++++++++++++++++++---
12 files changed, 135 insertions(+), 8 deletions(-)
create mode 100644 test/CXX/cpp/cpp.predefined/p1.cpp
--
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 5d78fc6 [libFuzzer] remove unused option
new 7faa446 [libFuzzer] fix openssl fuzzer tests when running on a machin [...]
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/fuzzer-test-suite/openssl-1.0.1f/build.sh | 2 +-
lib/Fuzzer/fuzzer-test-suite/openssl-1.0.2d/build.sh | 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 master
in repository clang.
from 182698b [Sema] Support lax conversions for compound assignments
new fa5a2d7 [coroutines] Diagnose when 'main' is declared as a coroutine.
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/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaCoroutine.cpp | 5 +++++
test/SemaCXX/coroutines.cpp | 8 ++++++++
3 files changed, 15 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 gcc.
from 9ccb8d8 2016-09-30 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 38cf534 * configure.ac: Add target-libffi to target_libraries. Read [...]
new 93640f3 * doc/invoke.texi (-Wregister): Document.
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:
ChangeLog | 7 +++
configure | 141 +++++++++++++++++++++++++++++++++++-----------------
configure.ac | 96 +++++++++++++++++++++++++++++++++++
gcc/ChangeLog | 4 ++
gcc/doc/invoke.texi | 11 +++-
5 files changed, 213 insertions(+), 46 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-5-branch
in repository gcc.
from f460a78 2016-09-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
new defedfb 2016-09-30 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 | 7 +++++++
gcc/fortran/interface.c | 2 +-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/pr61318.f90 | 23 +++++++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr61318.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 7d8f62d [SEH] Emit the parent frame offset label even if there are no [...]
new 5d78fc6 [libFuzzer] remove unused option
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/FuzzerDriver.cpp | 1 -
lib/Fuzzer/FuzzerFlags.def | 2 --
lib/Fuzzer/FuzzerLoop.cpp | 3 +--
lib/Fuzzer/FuzzerOptions.h | 1 -
lib/Fuzzer/test/CustomCrossOverTest.cpp | 6 ++++++
lib/Fuzzer/test/fuzzer-customcrossover.test | 2 +-
lib/Fuzzer/test/fuzzer-prunecorpus.test | 13 -------------
7 files changed, 8 insertions(+), 20 deletions(-)
delete mode 100644 lib/Fuzzer/test/fuzzer-prunecorpus.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 lldb.
from 21acf5f IsValid is the way to ask a breakpoint location whether it is valid.
new 909e033 Add the radar from our end to the bugreport string.
new b12f83f Add the radar on our end to the bugreport string.
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:
.../lldbsuite/test/functionalities/completion/TestCompletion.py | 2 +-
.../thread/create_during_step/TestCreateDuringStep.py | 6 +++---
2 files changed, 4 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 clang.
from 274897b [sanitizer-coverage] fix docs
new 182698b [Sema] Support lax conversions for compound assignments
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/Sema/SemaExpr.cpp | 34 +++++++++++++++++++++++++---------
test/Sema/vector-cast.c | 9 ++++-----
2 files changed, 29 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 llvm.
from e71d314 [AArch64][RegisterBankInfo] Use the helper functions for the checks
new 7d8f62d [SEH] Emit the parent frame offset label even if there are no [...]
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/AsmPrinter/WinException.cpp | 58 ++++++++++++++++---------
test/CodeGen/X86/seh-no-invokes.ll | 76 +++++++++++++++++++++++++++++++++
2 files changed, 115 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/X86/seh-no-invokes.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 openmp.
from 0252c7b Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API.
new af29aaa [cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=3 [...]
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:
runtime/cmake/LibompExports.cmake | 4 +++-
1 file changed, 3 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 77c7e7e Adding ivars in class extensions isn't supported on i386; ski [...]
new 21acf5f IsValid is the way to ask a breakpoint location whether it is valid.
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:
.../breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.py | 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 ce2ab92 Change for LLVM upstream change r282944.
new 812e06a Use StringSwtich::Cases for multiple choices.
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:
COFF/DriverUtils.cpp | 6 ++----
COFF/Writer.cpp | 5 +----
ELF/Driver.cpp | 6 ++----
3 files changed, 5 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 clang.
from b53de54 Add missing std::move in Replacements::add
new 274897b [sanitizer-coverage] fix docs
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/SanitizerCoverage.rst | 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 zorg.
from a126052 [libFuzzer] more fuzzer tests on the bot
new 102604e [libFuzzer] fix the 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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 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 9e1ee71 [libFuzzer] move common parts of shell scripts into a separate file
new da69cda [AArch64][RegisterBankInfo] Use the static opds mapping for a [...]
new ce2d317 [AArch64][RegisterBankInfo] Rename getRegBankIdx to getRegBan [...]
new caf04a8 [AArch64][RegisterBankInfo] Refactor the code to access AArch [...]
new e4d60ad [AArch64][RegisterBankInfo] Compress the ValueMapping table a bit.
new 2bd65b5 [AArch64][RegisterBankInfo] Rename getValueMappingIdx to getV [...]
new e71d314 [AArch64][RegisterBankInfo] Use the helper functions for the checks
The 6 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/AArch64/AArch64GenRegisterBankInfo.def | 57 +++++----
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 137 ++++++++++------------
2 files changed, 91 insertions(+), 103 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-5-branch
in repository gcc.
from 5278000 2016-09-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f460a78 2016-09-30 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 | 8 ++++++++
gcc/fortran/check.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/coarray_collectives_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/intrinsic_numeric_arg.f | 4 ++--
gcc/testsuite/gfortran.dg/pr71859.f90 | 8 ++++++++
6 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71859.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 e4bd610 [libfuzzer] sancov documentation update
new 9e1ee71 [libFuzzer] move common parts of shell scripts into a separate file
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/fuzzer-test-suite/build-and-test.sh | 13 ++++++++++
.../c-ares-CVE-2016-5180/build.sh | 17 +++----------
.../fuzzer-test-suite/c-ares-CVE-2016-5180/test.sh | 4 +--
lib/Fuzzer/fuzzer-test-suite/common.sh | 29 ++++++++++++++++++++++
.../fuzzer-test-suite/openssl-1.0.1f/build.sh | 18 +++-----------
.../fuzzer-test-suite/openssl-1.0.2d/build.sh | 20 +++------------
.../fuzzer-test-suite/openssl-1.0.2d/test.sh | 5 +---
.../fuzzer-test-suite/re2-2014-12-09/build.sh | 15 +++--------
.../fuzzer-test-suite/re2-2014-12-09/test.sh | 5 +---
9 files changed, 58 insertions(+), 68 deletions(-)
create mode 100755 lib/Fuzzer/fuzzer-test-suite/build-and-test.sh
create mode 100644 lib/Fuzzer/fuzzer-test-suite/common.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 zorg.
from 5fc6d44 Replace git -C with cd, -C is not supported by the bot versio [...]
new a126052 [libFuzzer] more fuzzer tests on the 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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 18 ++++++++++++------
1 file changed, 12 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 3f7d165 Do not pass a superblock to PDBFileBuilder.
new 8948c79 NFC fix doxygen comments
new 66c32d5 NFC fix class members initialization
new 05539ce NFC Add const
new e4bd610 [libfuzzer] sancov documentation update
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:
docs/LibFuzzer.rst | 7 +++---
include/llvm/Analysis/InlineCost.h | 6 +++---
include/llvm/IR/Function.h | 25 +++++++++++++--------
include/llvm/ProfileData/ProfileCommon.h | 19 ++++++++--------
lib/Analysis/InlineCost.cpp | 36 +++++++++++++++----------------
lib/Analysis/ProfileSummaryInfo.cpp | 14 ++++++------
lib/ProfileData/ProfileSummaryBuilder.cpp | 6 +++---
7 files changed, 60 insertions(+), 53 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 81d106c [CUDA] Fix implicit-device-lambda.cu after r282911.
new 805c57d [sancov] -symbolize documentation update
new b53de54 Add missing std::move in Replacements::add
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:
docs/SanitizerCoverage.rst | 19 +++++++++++++------
lib/Tooling/Core/Replacement.cpp | 2 +-
2 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 9d24c09 Pass a filename instead of a msf::WritableStream to PDBFileBu [...]
new 3f7d165 Do not pass a superblock to PDBFileBuilder.
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/MSF/MSFBuilder.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h | 2 +-
lib/DebugInfo/MSF/MSFBuilder.cpp | 4 +++-
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 13 +++----------
test/DebugInfo/PDB/pdbdump-readwrite.test | 4 ++--
tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +-
6 files changed, 11 insertions(+), 16 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 openmp.
from 27bfdc4 [test] Support 'lit' executable name
new 0252c7b Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API.
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:
runtime/src/kmp_ftn_entry.h | 12 ++++++++++++
1 file changed, 12 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 lld.
from ee5334d Change for LLVM change r282940.
new ce2ab92 Change for LLVM upstream change r282944.
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:
COFF/PDB.cpp | 13 +------------
test/COFF/pdb.test | 10 +++++-----
2 files changed, 6 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 lnt.
from dbf9545 No blank line at top of XML files!
new d68bcbc Mixed up for loops!
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:
lnt/tests/test_suite.py | 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 gcc-5-branch
in repository gcc.
from 2327015 2016-09-30 Steven g. Kargl <kargl(a)gcc.gnu.org>
new 5278000 2016-09-30 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 | 11 +++++++++++
gcc/fortran/decl.c | 14 ++++++++++----
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gfortran.dg/pr69867.f90 | 6 ++++++
gcc/testsuite/gfortran.dg/pr69962.f90 | 6 ++++++
5 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr69867.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr69962.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 lldb.
from 0bf3669 Fix comment - Module::PrepareForFunctionNameLookup should be [...]
new 77c7e7e Adding ivars in class extensions isn't supported on i386; ski [...]
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:
.../persist_objc_pointeetype/TestPersistObjCPointeeType.py | 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 llvm.
from be24ede GC ENABLE_PIC
new d79cc3d GC left-over from workarounds for missing pid_t and size_t
new e68f1f1 Sort LLVM_VERSION_INFO
new 9d24c09 Pass a filename instead of a msf::WritableStream to PDBFileBu [...]
The 3 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/Config/config.h.cmake | 12 +++---------
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h | 2 +-
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 14 +++++++++++---
tools/llvm-pdbdump/llvm-pdbdump.cpp | 10 +---------
4 files changed, 16 insertions(+), 22 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 39a7ae5 Fixed several i386 Objective-C tests by completing objects, n [...]
new 0bf3669 Fix comment - Module::PrepareForFunctionNameLookup should be [...]
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/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
source/Symbol/Symtab.cpp | 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 master
in repository lld.
from d32f780 Removed a test that should've been removed with r282916.
new ee5334d Change for LLVM change r282940.
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:
COFF/PDB.cpp | 10 +---------
1 file changed, 1 insertion(+), 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 llvm.
from d851cd5 GC STDC_HEADERS.
new e3674fa Sort LINK_POLLY_INTO_TOOLS.
new 513fcd6 Spell comment consistently with other library comments.
new 051cae6 GC HAVE_MMAP and HAVE_MMAP_FILE
new 93ae5d5 GC HAVE_LINK_EXPORT_DYNAMIC.
new 37e039e Fix expansion of HAVE_SYS_MMAN_H
new 11c0597 Correctly expand HOST_LINK_VERSION.
new dd9e07b GC HAVE___DSO_HANDLE
new be24ede GC ENABLE_PIC
The 8 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/Config/config.h.cmake | 27 ++++++---------------------
include/llvm/Config/llvm-config.h.cmake | 6 +++---
2 files changed, 9 insertions(+), 24 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 lnt.
from 541c38e Make test results pass strict verification
new dbf9545 No blank line at top of XML files!
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:
lnt/tests/test_suite.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 4c3dd49 HAVE_LINK_R is not the only reason why this needs config.h.
new f1086ea Retire NEED_DEV_ZERO_FOR_MMAP. It should be needed only on ou [...]
new 593505d Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly b [...]
new d851cd5 GC STDC_HEADERS.
The 3 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/Config/config.h.cmake | 11 -----------
lib/Support/Unix/Memory.inc | 20 ++------------------
2 files changed, 2 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 clang.
from e933268 [CUDA] Remove incorrect comment in CUDASetLambdaAttrs.
new 81d106c [CUDA] Fix implicit-device-lambda.cu after r282911.
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/SemaCUDA/implicit-device-lambda.cu | 4 ++--
1 file 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 master
in repository lld.
from e4e749f Remove an warning message that can be spammy.
new d32f780 Removed a test that should've been removed with r282916.
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/ELF/lto/archive.ll | 6 ------
1 file changed, 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 2e683f1 GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME
new 2bf78b4 Convert ENABLE_BACKTRACES into a 0/1 definition.
new d8588ac Turn ENABLE_CRASH_OVERRIDES into a 0/1 definition.
new 68604c2 X86: Allow conditional tail calls in Win64 "leaf" functions ( [...]
new c4ff9fb Sort HAVE_LIBEDIT.
new b540020 GC HAVE_LIBDL, HAVE_LIBM and HAVE_LIBOLE32
new 4c3dd49 HAVE_LINK_R is not the only reason why this needs config.h.
The 6 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/Config/config.h.cmake | 21 ++++++---------------
lib/Support/PrettyStackTrace.cpp | 16 ++++++++--------
lib/Support/Unix/Signals.inc | 10 +++++-----
lib/Target/X86/X86ExpandPseudo.cpp | 5 +++--
lib/Target/X86/X86InstrInfo.cpp | 7 +++----
test/CodeGen/X86/conditional-tailcall.ll | 27 +++++++++++++++++++++++++--
tools/bugpoint/ToolRunner.cpp | 2 +-
7 files changed, 51 insertions(+), 37 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 59fe6b0 [InstCombine] allow non-splat folds of select cond (ext X), C
new 189d5c4 Turn LLVM_ENABLE_ABI_BREAKING_CHECKS into a 0/1 definition li [...]
new 9ca7d08 Turn LLVM_USE_INTEL_JITEVENTS into a 0/1 definition.
new 9172a94 Turn LLVM_USE_OPROFILE into a 0/1 definition.
new 8a2343b GC NEED_USCORE.
new f39b9e0 GC STAT_MACROS_BROKEN.
new 2e683f1 GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME
The 6 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/EpochTracker.h | 32 ++++++++++++-------------
include/llvm/ADT/ilist_node_options.h | 4 +++-
include/llvm/Config/config.h.cmake | 21 ++++------------
include/llvm/Config/llvm-config.h.cmake | 9 ++++---
include/llvm/ExecutionEngine/JITEventListener.h | 4 ++--
unittests/ADT/IListSentinelTest.cpp | 2 +-
6 files changed, 30 insertions(+), 42 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 f8d7a08 [MS] Implement __iso_volatile loads/stores as builtins
new 94575ae [CUDA] Fix up MaybeParseGNUAttributes call used for out-of-pl [...]
new cbda495 [CUDA] Emit a warning if a CUDA host/device/global attribute [...]
new e933268 [CUDA] Remove incorrect comment in CUDASetLambdaAttrs.
The 3 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/Basic/DiagnosticParseKinds.td | 4 ++++
lib/Parse/ParseExprCXX.cpp | 24 +++++++++++++++++++-----
lib/Sema/SemaCUDA.cpp | 4 ----
test/Parser/lambda-attr.cu | 13 +++++++++++--
4 files changed, 34 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 compiler-rt.
from 2d58206 [compiler-rt] Fix interception of crt atoll on win10 CRT.
new a1e8a25 [scudo] Fix an edge case in the secondary allocator
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/scudo/scudo_allocator.cpp | 6 +++---
lib/scudo/scudo_allocator_secondary.h | 2 +-
lib/scudo/scudo_utils.cpp | 4 ++--
test/scudo/malloc.cpp | 16 ++++++++++------
test/scudo/memalign.cpp | 23 ++++++++++++++++-------
test/scudo/realloc.cpp | 5 +++--
6 files changed, 35 insertions(+), 21 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 9eecb16 Improve error check for an empty archive.
new e4e749f Remove an warning message that can be spammy.
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/InputFiles.cpp | 7 -------
1 file changed, 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 f12f0e6 Revert test change in r282894 as it's broken in some platforms.
new 59fe6b0 [InstCombine] allow non-splat folds of select cond (ext X), 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/Transforms/InstCombine/InstCombineInternal.h | 3 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 71 +++++++++++-------------
test/Transforms/InstCombine/select-bitext.ll | 8 +--
3 files changed, 38 insertions(+), 44 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 lnt.
from ed9e3c6 Fix Filecheck regex
new 541c38e Make test results pass strict verification
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:
lnt/tests/test_suite.py | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.