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.