This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 606eba7 2017-03-24 Vladimir Makarov <vmakarov(a)redhat.com>
new d6259a1 PR sanitizer/79904 * gcc.dg/ubsan/pr79904-2.c: Add -Wno-psa [...]
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/gcc.dg/ubsan/pr79904-2.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 llvm.
from 4712ec6 Move spill size and alignment info from MC to TargetRegisterInfo
new a149d64 [libFuzzer] honor -exact_artifact_path for all intermediate f [...]
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 | 4 +++-
lib/Fuzzer/test/minimize_crash.test | 5 +++--
2 files 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 clang.
from e5ddc0b Fix a test so that it actually checks the output.
new 3aa12da [ODRHash] Add error messages for mismatched parameters in methods.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../clang/Basic/DiagnosticSerializationKinds.td | 14 +++-
lib/AST/ODRHash.cpp | 59 +++++++++++++++
lib/Serialization/ASTReader.cpp | 83 +++++++++++++++++++++
test/Modules/odr_hash.cpp | 86 +++++++++++++++++++++-
4 files changed, 239 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 compiler-rt.
from 9ef4ca6 Fix an uninitialized field in tsan_block_context_t/AllocConte [...]
new 50bdaed Follow-up for r298738: Use "0" instead of "false" because the [...]
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/tsan/rtl/tsan_libdispatch_mac.cc | 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 a959750 AMDGPU: Fix annotating loops with nested loop conditions
new 4712ec6 Move spill size and alignment info from MC to TargetRegisterInfo
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/MC/MCRegisterInfo.h | 13 +++++--------
include/llvm/Target/TargetRegisterInfo.h | 5 +++--
utils/TableGen/RegisterInfoEmitter.cpp | 14 +++++++-------
3 files changed, 15 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 llvm.
from ee343dc [Outliner] Remove no red zone requirment for AArch64
new 76f79b8 Revert r298620: [LV] Vectorize GEPs
new a7925b8 [MachineScheduler] Add missing machine pass dependency.
new a959750 AMDGPU: Fix annotating loops with nested loop conditions
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/CodeGen/MachineScheduler.cpp | 1 +
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 30 ++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 184 +++++---------
test/CodeGen/AMDGPU/nested-loop-conditions.ll | 269 +++++++++++++++++++++
.../LoopVectorize/X86/consecutive-ptr-uniforms.ll | 44 ++--
test/Transforms/LoopVectorize/X86/scatter_crash.ll | 106 ++++++--
test/Transforms/LoopVectorize/vector-geps.ll | 61 -----
7 files changed, 465 insertions(+), 230 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/nested-loop-conditions.ll
delete mode 100644 test/Transforms/LoopVectorize/vector-geps.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 compiler-rt.
from 9736f90 Revert "builtins: Select correct code fragments when compilin [...]
new 9ef4ca6 Fix an uninitialized field in tsan_block_context_t/AllocConte [...]
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/tsan/rtl/tsan_libdispatch_mac.cc | 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 d4f6485 AMDGPU: Implement f16 fround
new 3685331 [asan] Delay creation of asan ctor.
new 122446a Document how to fetch monorepo SVN revision notes
new ee343dc [Outliner] Remove no red zone requirment for AArch64
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/GettingStarted.rst | 24 +++++++++++++-----
include/llvm/Transforms/Utils/ModuleUtils.h | 3 +++
lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +-
.../Instrumentation/AddressSanitizer.cpp | 29 ++++++++++------------
lib/Transforms/Utils/ModuleUtils.cpp | 18 ++++++++++----
.../AddressSanitizer/instrument_load_then_store.ll | 4 +--
6 files changed, 50 insertions(+), 30 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 d0a9e89 Execute dotest suite single-threaded
new 0cfc3d0 log all lldb testcases, regardless of status
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/jenkins/build.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 876bc45 AMDGPU: Unify divergent function exits.
new d4f6485 AMDGPU: Implement f16 fround
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 31 ++++++++------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 1 +
test/CodeGen/AMDGPU/llvm.rint.f16.ll | 23 +++++++---
test/CodeGen/AMDGPU/llvm.round.ll | 72 +++++++++++++++++++++++++-------
5 files changed, 94 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.