This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5424b15 * gcc.target/i386/adx-check.h (main): Simplify feature bit t [...]
new a91c8b0 Machine-readable RTL dumps: print_rtx_function
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 | 6 +++
gcc/Makefile.in | 1 +
gcc/print-rtl-function.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++
gcc/print-rtl.h | 2 +
4 files changed, 140 insertions(+)
create mode 100644 gcc/print-rtl-function.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 clang.
from 1591d40 [sanitizer-coverage] more docs
new 2d68345 [sanitizer-coverage] a bit more 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 | 14 +++++++++++++-
1 file changed, 13 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 132fa33 PR target/77756 * config/i386/cpuid.h (__get_cpuid_count): [...]
new 5424b15 * gcc.target/i386/adx-check.h (main): Simplify feature bit t [...]
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/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/adx-check.h | 2 +-
gcc/testsuite/gcc.target/i386/avx2-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512bw-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512cd-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512dq-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512er-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512f-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512ifma-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512vbmi-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512vl-check.h | 6 ++----
11 files changed, 32 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 clang.
from 7e226eb [sanitize-coverage] doc typo
new 1591d40 [sanitizer-coverage] more 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 | 67 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 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 9b8d541 Simplify. NFC.
new 561d57e Don't error if we can't put the header in a PT_LOAD.
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 | 25 ++++++++++++++++---------
ELF/LinkerScript.h | 2 +-
ELF/Writer.cpp | 8 +++++---
test/ELF/linkerscript/no-space.s | 16 ++++++++++++++--
4 files changed, 36 insertions(+), 15 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 e0c58c0 [sanitizer-coverage/libFuzzer] make the guards for trace-pc 3 [...]
new 7e226eb [sanitize-coverage] doc typo
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 | 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 c62ba6f 2016-09-28 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 63732a6 2016-09-29 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/array.c | 11 ++++++--
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gfortran.dg/pr69514_1.f90 | 5 ++++
gcc/testsuite/gfortran.dg/pr69514_2.f90 | 49 +++++++++++++++++++++++++++++++++
5 files changed, 79 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr69514_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr69514_2.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 gcc.
from 5958d09 * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
new 132fa33 PR target/77756 * config/i386/cpuid.h (__get_cpuid_count): [...]
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 | 11 +++++-----
gcc/config/i386/cpuid.h | 38 +++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 10 ++++-----
gcc/testsuite/gcc.target/i386/pr77756.c | 2 +-
4 files changed, 34 insertions(+), 27 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 b8fce7b Add flag to disabled symbolizer checks
new ef1c775 Disable symbolizer. Intercepted malloc hangs on some 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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.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 lnt.
from c06cb64 Remove a debugging print
new 75d4289 Move common JS operations into a static file
new 33bc911 We dont use this anymore
new 8c7b88d Use Datatables instead of sortable.js to render these tables
new c239bc4 Cleanup some PEP8 + unused
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:
lnt/server/ui/static/lnt.js | 46 +++++++++++++++++++++++
lnt/server/ui/templates/layout.html | 34 ++---------------
lnt/server/ui/templates/v4_regression_detail.html | 1 -
lnt/server/ui/templates/v4_run.html | 2 +-
lnt/server/ui/views.py | 10 ++---
5 files changed, 54 insertions(+), 39 deletions(-)
create mode 100644 lnt/server/ui/static/lnt.js
--
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 fdd76dc [LV] Convert processLoop to new streaming API for opt remarks
new cb40e05 [LV] Port OptimizationRemarkAnalysisFPCommute and Optimizatio [...]
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/IR/DiagnosticInfo.h | 29 +++++++++++++++++++++++++++++
lib/IR/DiagnosticInfo.cpp | 9 +++++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 22 ++++++++++++----------
3 files changed, 50 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 gcc-6-branch
in repository gcc.
from 1a25c6f Daily bump.
new 9bd43bb 2016-09-29 Jerry DeLisle <jvdelisle(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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/inquire_17.f90 | 10 ++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/io/transfer.c | 7 ++++---
4 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inquire_17.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 a18c5f6 fix formatting; NFC
new c51eaa4 [codeview] Use character types for all byte-sized integer types
new fdd76dc [LV] Convert processLoop to new streaming API for opt remarks
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 20 +++++------
lib/Transforms/Vectorize/LoopVectorize.cpp | 20 +++++------
test/DebugInfo/COFF/int8-char-type.ll | 55 ++++++++++++++++++++++++++++++
3 files changed, 75 insertions(+), 20 deletions(-)
create mode 100644 test/DebugInfo/COFF/int8-char-type.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 lldb.
from 0eaf50b Add a unit test for an x86_64 assembly inspection of a large [...]
new 00ff0ce To fix TestObjCMethods2/i386, allowed messaging nil ObjC obje [...]
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:
.../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from b71f986 [asan] Don't build LLVMgold if CFI is not needed. PPC has neither.
new b8fce7b Add flag to disabled symbolizer checks
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/builders/sanitizers/buildbot_cmake.sh | 62 ++++++++++++----------
1 file changed, 34 insertions(+), 28 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 584dba4 [thinlto] Add cold-callsite import heuristic
new efa5482 [sanitizer-coverage/libFuzzer] make the guards for trace-pc 3 [...]
new 9b04a40 Next set of additional error checks for invalid Mach-O files [...]
new a18c5f6 fix formatting; NFC
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:
lib/Fuzzer/FuzzerLoop.cpp | 3 +-
lib/Fuzzer/FuzzerTracePC.cpp | 16 +--
lib/Fuzzer/FuzzerTracePC.h | 6 +-
lib/Object/MachOObjectFile.cpp | 12 ++
lib/Transforms/InstCombine/InstCombineSelect.cpp | 20 ++-
.../Instrumentation/SanitizerCoverage.cpp | 155 ++++++++++++---------
.../SanitizerCoverage/tracing-comdat.ll | 3 +-
test/Instrumentation/SanitizerCoverage/tracing.ll | 2 +-
test/Object/Inputs/macho-invalid-source-bad-size | Bin 0 -> 48 bytes
.../Inputs/macho-invalid-source-more-than-one | Bin 0 -> 60 bytes
test/Object/macho-invalid.test | 6 +
11 files changed, 133 insertions(+), 90 deletions(-)
create mode 100644 test/Object/Inputs/macho-invalid-source-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-source-more-than-one
--
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 56125bc Revert "[PR30341] Alias must point to a definition"
new e0c58c0 [sanitizer-coverage/libFuzzer] make the guards for trace-pc 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:
docs/SanitizerCoverage.rst | 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 llvm.
from 9ef5172 [X86] Avoid "unused" warnings if no asserts
new 584dba4 [thinlto] Add cold-callsite import heuristic
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/IPO/FunctionImport.cpp | 22 ++++++++++++++++------
.../FunctionImport/hotness_based_import.ll | 18 ++++++++++++++----
2 files changed, 30 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 zorg.
from 8f3b00c [asan] Temporarily disable tests with symbolizers, something [...]
new b71f986 [asan] Don't build LLVMgold if CFI is not needed. PPC has neither.
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_cmake.sh | 9 ++++++---
1 file changed, 6 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 3f9be70 [LV] Convert CostModel to use the new streaming opt remark API
new 8a6fcf9 [LV] Move static createMissedAnalysis from anonymous to globa [...]
new 9ef5172 [X86] Avoid "unused" warnings if no asserts
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/Target/X86/X86ShuffleDecodeConstantPool.cpp | 6 ++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 52 ++++++++++++-------------
2 files changed, 30 insertions(+), 28 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 47572f6 Revert experimental local patch committed by mistake.
new 8f3b00c [asan] Temporarily disable tests with symbolizers, something [...]
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_cmake.sh | 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 llvm.
from 89695c8 [LV] Split most of createMissedAnalysis into a static function. NFC
new 3f9be70 [LV] Convert CostModel to use the new streaming opt remark 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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 41 +++++++++++++++---------------
1 file changed, 20 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 llvm.
from bbb8dac [LV] Convert all but one opt remark in Legality to new stream [...]
new 89695c8 [LV] Split most of createMissedAnalysis into a static function. 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/Transforms/Vectorize/LoopVectorize.cpp | 43 +++++++++++++++++++-----------
1 file changed, 28 insertions(+), 15 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 0688318 Add symbols introduced with -m32 build
new 7473e4c [sancov] removing html report option test, the option doesn't [...]
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/asan/TestCases/Linux/coverage_html_report.cc | 24 -----------------------
1 file changed, 24 deletions(-)
delete mode 100644 test/asan/TestCases/Linux/coverage_html_report.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 llvm.
from 9ecbf48 [LV] Convert emitRemark to new opt remark streaming interface
new bbb8dac [LV] Convert all but one opt remark in Legality to new stream [...]
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/Vectorize/LoopVectorize.cpp | 118 ++++++++++++++++++-----------
1 file changed, 72 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 master
in repository llvm.
from 9155ed9 Remove unnecessary explicit
new 9ecbf48 [LV] Convert emitRemark to new opt remark streaming 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/IR/DiagnosticInfo.h | 10 +++++++++-
lib/IR/DiagnosticInfo.cpp | 11 +++++++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 31 ++++++++++++++++--------------
3 files changed, 37 insertions(+), 15 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 049ed8f [ELF][MIPS] Set GP0 value to zero in case of relocatable obje [...]
new 95b4dd5 Don't handle binary output differently.
new 9b8d541 Simplify. 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:
ELF/Writer.cpp | 11 +++++------
1 file changed, 5 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 gcc.
from 36f0e5f * rtti.c (involves_incomplete_p): Add fall through comment.
new 719f305 2016-09-29 Bernd Schmidt <bschmidt(a)redhat.com>
new 5958d09 * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/builtins.c | 12 +++++++-----
gcc/genattrtab.c | 2 ++
3 files changed, 18 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 7c5de02 [libFuzzer] initialize ValueBitMap::NumBits
new 9155ed9 Remove unnecessary explicit
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/IR/DiagnosticInfo.h | 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 gcc.
from 39fa3ad Make optional::reset noexcept, make optional::value w [...]
new 36f0e5f * rtti.c (involves_incomplete_p): Add fall through comment.
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/cp/ChangeLog | 4 ++++
gcc/cp/rtti.c | 2 +-
gcc/dwarf2out.c | 2 ++
4 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8f1cd7a [X86][SSE] Added common helper for shuffle mask constant pool [...]
new 7c5de02 [libFuzzer] initialize ValueBitMap::NumBits
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/FuzzerValueBitMap.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 binutils-gdb.
from 50751e1 Frame info dump: Fix bad register marks.
new bb80557 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
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:
gdb/ChangeLog | 9 ++++
gdb/exec.c | 5 ++-
gdb/gdbcore.h | 5 ++-
gdb/infcmd.c | 2 +-
gdb/remote.c | 2 +-
gdb/testsuite/ChangeLog | 6 +++
.../gdb.base/{jit-protocol.h => jit-attach-pie.c} | 51 ++++++++++++----------
.../{attach-twice.exp => jit-attach-pie.exp} | 24 +++++-----
8 files changed, 63 insertions(+), 41 deletions(-)
copy gdb/testsuite/gdb.base/{jit-protocol.h => jit-attach-pie.c} (62%)
copy gdb/testsuite/gdb.base/{attach-twice.exp => jit-attach-pie.exp} (63%)
--
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 30405e4 Automatic date update in version.in
new b31567c PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
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:
gdb/ChangeLog | 9 ++++
gdb/exec.c | 5 ++-
gdb/gdbcore.h | 5 ++-
gdb/infcmd.c | 2 +-
gdb/remote.c | 2 +-
gdb/testsuite/ChangeLog | 6 +++
.../gdb.base/{jit-protocol.h => jit-attach-pie.c} | 51 ++++++++++++----------
.../{attach-twice.exp => jit-attach-pie.exp} | 24 +++++-----
8 files changed, 63 insertions(+), 41 deletions(-)
copy gdb/testsuite/gdb.base/{jit-protocol.h => jit-attach-pie.c} (62%)
copy gdb/testsuite/gdb.base/{attach-twice.exp => jit-attach-pie.exp} (63%)
--
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 f2d3a89 [X86] Add explicit test triple to make windows/msvc builds happier
new 8f1cd7a [X86][SSE] Added common helper for shuffle mask constant pool [...]
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/X86ShuffleDecodeConstantPool.cpp | 300 +++++++++++-------------
1 file changed, 136 insertions(+), 164 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 100cd06 [ARM] Fix new constraints and attributes of SI/HI data moveme [...]
new 39fa3ad Make optional::reset noexcept, make optional::value w [...]
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 | 9 +++++++++
libstdc++-v3/include/std/optional | 4 ++--
.../optional/{observers/1.cc => assignment/7.cc} | 14 ++++++--------
.../20_util/optional/observers/{1.cc => 6.cc} | 18 ++++++++++++------
4 files changed, 29 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/20_util/optional/{observers/1.cc => assignment/7.cc} (80%)
copy libstdc++-v3/testsuite/20_util/optional/observers/{1.cc => 6.cc} (78%)
--
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 2551268 [docs] Fix a broken URL in 'HowToAddABuilder'
new f2d3a89 [X86] Add explicit test triple to make windows/msvc builds happier
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/CodeGen/X86/pr29112.ll | 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 binutils-gdb.
from a5721ba Disallow 3-operand cmp[l][i] for ppc64
new 084303b Add .cfi_val_offset GAS command.
new 50751e1 Frame info dump: Fix bad register marks.
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:
binutils/dwarf.c | 37 ++++++++++++-------
gas/doc/as.texinfo | 3 ++
gas/dw2gencfi.c | 42 ++++++++++++++++++++++
gas/dw2gencfi.h | 1 +
.../gas/cfi/{cfi-common-7.d => cfi-common-8.d} | 8 ++---
.../gas/cfi/{cfi-common-7.s => cfi-common-8.s} | 6 ++--
gas/testsuite/gas/cfi/cfi.exp | 1 +
7 files changed, 79 insertions(+), 19 deletions(-)
copy gas/testsuite/gas/cfi/{cfi-common-7.d => cfi-common-8.d} (70%)
copy gas/testsuite/gas/cfi/{cfi-common-7.s => cfi-common-8.s} (50%)
--
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 ea72fa6 * g++.dg/cpp0x/fallthrough2.C: Use the c++14_down target.
new 100cd06 [ARM] Fix new constraints and attributes of SI/HI data moveme [...]
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 | 12 ++++++++++++
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/vfp.md | 10 ++++------
3 files changed, 17 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 e9f2c69 Test commit. NFC.
new 2551268 [docs] Fix a broken URL in 'HowToAddABuilder'
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/HowToAddABuilder.rst | 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 gcc.
from 40334d1 * g++.dg/cpp0x/fallthrough2.C: Only expect the warning in C+ [...]
new 1a18c2e Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1
new ea72fa6 * g++.dg/cpp0x/fallthrough2.C: Use the c++14_down target.
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/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/cpp0x/fallthrough2.C | 2 +-
libstdc++-v3/ChangeLog | 5 ++
libstdc++-v3/include/c_global/cmath | 87 +++++++++++++++++--------------
4 files changed, 57 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 267c7c0 [docs] Fix typo in 'How to add a builder'
new e9f2c69 Test commit. 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/Transforms/Vectorize/LoadStoreVectorizer.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 gcc.
from 2bf721c objc: update documetation and add test-case of
new 40334d1 * g++.dg/cpp0x/fallthrough2.C: Only expect the warning in 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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/fallthrough2.C | 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 lld.
from 65f7020 [ELF] - Fixed crash on invalid input.
new 7b66d36 [ELF][MIPS] Setup STO_MIPS_PIC flag for PIC symbols when gene [...]
new cc6944d [ELF][MIPS] Do not use a binary input file in the test case. NFC
new 049ed8f [ELF][MIPS] Set GP0 value to zero in case of relocatable obje [...]
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:
ELF/InputSection.cpp | 4 +++
ELF/OutputSections.cpp | 30 +++++++++++++------
ELF/Symbols.cpp | 12 ++++++++
ELF/Symbols.h | 3 ++
ELF/Target.cpp | 7 +----
test/ELF/Inputs/mips-fnpic.s | 6 ++++
test/ELF/Inputs/mips-fpic.s | 6 ++++
test/ELF/Inputs/mips-gp0-non-zero.o | Bin 0 -> 848 bytes
test/ELF/Inputs/mips-sto-pic.o | Bin 672 -> 0 bytes
test/ELF/mips-gprel32-relocs-gp0.s | 18 +++++++----
test/ELF/mips-npic-call-pic.s | 47 +++++++++++++++--------------
test/ELF/mips-sto-pic-flag.s | 58 ++++++++++++++++++++++++++++++++++++
12 files changed, 148 insertions(+), 43 deletions(-)
create mode 100644 test/ELF/Inputs/mips-fnpic.s
create mode 100644 test/ELF/Inputs/mips-fpic.s
create mode 100755 test/ELF/Inputs/mips-gp0-non-zero.o
delete mode 100644 test/ELF/Inputs/mips-sto-pic.o
create mode 100644 test/ELF/mips-sto-pic-flag.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 gcc.
from a8243a9 2016-09-29 Richard Biener <rguenther(a)suse.de>
new 2bf721c objc: update documetation and add test-case of
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/doc/extend.texi | 2 --
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/{g++.dg/ext/construct1.C => objc/execute/construct1.m} | 5 ++---
4 files changed, 11 insertions(+), 5 deletions(-)
copy gcc/testsuite/{g++.dg/ext/construct1.C => objc/execute/construct1.m} (77%)
--
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 7ff4223 [modules] Centralize the module cache.
new da4f4c9 [AVR] Add instruction selection lowering code
new 22a65ba Revert "[AVR] Add instruction selection lowering code"
new 267c7c0 [docs] Fix typo in 'How to add a builder'
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:
docs/HowToAddABuilder.rst | 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 gcc.
from 4267ed0 [Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT [...]
new b0ab3ca 2016-09-29 Richard Biener <rguenther(a)suse.de>
new 98da8d3 2016-09-29 Richard Biener <rguenther(a)suse.de>
new a8243a9 2016-09-29 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 19 +++++++++++++++++++
gcc/match.pd | 24 ++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/pr55152.c | 13 +++++++++++++
gcc/testsuite/gcc.dg/pr77407.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr77768.c | 13 +++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-5.c | 2 +-
gcc/tree-ssa-phiopt.c | 2 +-
gcc/tree-ssa-pre.c | 6 ++++--
9 files changed, 107 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr55152.c
create mode 100644 gcc/testsuite/gcc.dg/pr77407.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77768.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 clang.
from 046fede XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is set
new 56125bc Revert "[PR30341] Alias must point to a definition"
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/CGCXX.cpp | 14 ++++++++------
test/CodeGenCXX/alias-available-externally.cpp | 19 -------------------
2 files changed, 8 insertions(+), 25 deletions(-)
delete mode 100644 test/CodeGenCXX/alias-available-externally.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 lld.
from e18df03 Don't GC non-alloc mergeable section pieces
new 65f7020 [ELF] - Fixed crash on invalid input.
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/Writer.cpp | 6 ++++--
test/ELF/invalid/Inputs/symbol-name-offset.elf | Bin 0 -> 480 bytes
test/ELF/invalid/symbol-name.s | 7 +++++++
3 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/invalid/Inputs/symbol-name-offset.elf
create mode 100644 test/ELF/invalid/symbol-name.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 lld.
from 26d2c19 [ELF] - Testcases: remove "invalid-" prefix from inputs locat [...]
new e18df03 Don't GC non-alloc mergeable section pieces
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/InputSection.cpp | 13 ++++++++++---
ELF/MarkLive.cpp | 13 +++++--------
test/ELF/Inputs/comment-gc.s | 1 +
test/ELF/comment-gc.s | 14 ++++++++++++++
test/ELF/debug-gc.s | 2 +-
5 files changed, 31 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/Inputs/comment-gc.s
create mode 100644 test/ELF/comment-gc.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 lld.
from 281b5aa [ELF] - Rename testcase folder from "Invalid" to "invalid". NFC.
new 26d2c19 [ELF] - Testcases: remove "invalid-" prefix from inputs locat [...]
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:
.../invalid/Inputs/{invalid-binding.elf => binding.elf} | Bin
.../Inputs/{invalid-cie-version2.elf => cie-version2.elf} | Bin
.../Inputs/{invalid-data-encoding.a => data-encoding.a} | Bin
.../invalid/Inputs/{invalid-file-class.a => file-class.a} | Bin
...alid-multiple-eh-relocs.elf => multiple-eh-relocs.elf} | Bin
.../{invalid-section-index.elf => section-index.elf} | Bin
.../{invalid-shentsize-zero.elf => shentsize-zero.elf} | Bin
.../invalid/Inputs/{invalid-shstrndx.so => shstrndx.so} | Bin
.../{invalid-symtab-sh_info.elf => symtab-sh_info.elf} | Bin
test/ELF/invalid/eh-frame-hdr-no-out.s | 4 ++--
test/ELF/invalid/invalid-elf.test | 14 +++++++-------
test/ELF/invalid/merge-invalid-size.s | 2 +-
12 files changed, 10 insertions(+), 10 deletions(-)
rename test/ELF/invalid/Inputs/{invalid-binding.elf => binding.elf} (100%)
rename test/ELF/invalid/Inputs/{invalid-cie-version2.elf => cie-version2.elf} (100%)
rename test/ELF/invalid/Inputs/{invalid-data-encoding.a => data-encoding.a} (100%)
rename test/ELF/invalid/Inputs/{invalid-file-class.a => file-class.a} (100%)
rename test/ELF/invalid/Inputs/{invalid-multiple-eh-relocs.elf => multiple-eh-relo [...]
rename test/ELF/invalid/Inputs/{invalid-section-index.elf => section-index.elf} (100%)
rename test/ELF/invalid/Inputs/{invalid-shentsize-zero.elf => shentsize-zero.elf} (100%)
rename test/ELF/invalid/Inputs/{invalid-shstrndx.so => shstrndx.so} (100%)
rename test/ELF/invalid/Inputs/{invalid-symtab-sh_info.elf => symtab-sh_info.elf} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.