This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9d41c557cbe Comment change to verify commit rights. NFC.
new 5652271db1a [llvm-mca] Refactor method RegisterFile::collectWrites(). NFCI
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
tools/llvm-mca/RegisterFile.cpp | 20 +++++++++++++-------
1 file changed, 13 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 glibc.
from 86a0f56158 ldbl-128ibm-compat: Introduce ieee128 symbols
new c1c2848b57 Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 6 ++++++
time/bits/types/struct_timespec.h | 5 +++--
2 files changed, 9 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 e3ba09890a [Analyzer] Constraint Manager Negates Difference
new 1107c5c9c8 [DebugInfo] Follow-up commit to improve consistency. NFC
new 97905d1cb2 [Analyzer] Iterator Checker - Part 2: Increment, decrement o [...]
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/CGDebugInfo.cpp | 218 +++++-----
lib/CodeGen/CGDebugInfo.h | 26 +-
lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 479 +++++++++++++++++++--
test/Analysis/Inputs/system-header-simulator-cxx.h | 24 ++
test/Analysis/diagnostics/explicit-suppression.cpp | 2 +-
test/Analysis/iterator-range.cpp | 107 ++++-
6 files changed, 695 insertions(+), 161 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-tools-extra.
from 10e74768 Fixup test to compile with -frtti when trying to use typeid() [...]
new b1381328 [clangd] Fix a data race in TUScheduler
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:
clangd/TUScheduler.cpp | 10 +++++-----
1 file changed, 5 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 lld.
from 3e206fab8 [ELF] - Removed trailing whitespace. NFC.
new eef6408d7 [ELF] - Add test case to cover "corrupted CIE (failed to read [...]
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/{invalid-eh-frame2.s => invalid-eh-frame3.s} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
copy test/ELF/{invalid-eh-frame2.s => invalid-eh-frame3.s} (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 llvm.
from 8f542571d7b s/TablesChecked/TableChecked/ after r335823
new 9d41c557cbe Comment change to verify commit rights. 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/Utils/SimplifyCFG.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 2d9242293c4 * MAINTAINERS (write after approval): Add myself.
new 3a2b2e211ed 2018-06-28 Richard Biener <rguenther(a)suse.de>
new bea621a8de3 2018-06-28 Richard Biener <rguenther(a)suse.de>
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 | 16 ++++++++++++++++
gcc/dwarf2out.c | 54 +++---------------------------------------------------
2 files changed, 19 insertions(+), 51 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 d241bc3accb Unify sorted asserts to use the existing atomic pattern
new 5f4316253c2 AMDGPU: Fix assert on aggregate type kernel arguments
new 2f8e5b3099f AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPU [...]
new fe32d1437e3 AMDGPU: Error on calls from graphics shaders
new 90f8cc80db5 AMDGPU: Remove MFI::ABIArgOffset
new 8f542571d7b s/TablesChecked/TableChecked/ after r335823
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 10 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +-
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 26 ++--
lib/Target/AMDGPU/R600ISelLowering.cpp | 5 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 12 +-
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 +-
lib/Target/X86/X86EvexToVex.cpp | 2 +-
test/CodeGen/AMDGPU/lower-kernargs.ll | 171 +++++++++++++++++++++++
test/CodeGen/AMDGPU/unsupported-calls.ll | 7 +
13 files changed, 215 insertions(+), 38 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 97f5f0c tcwg-buildfarm.sh: Fix session_name for start-container-docker.
new f5d36b1 jenkins-helpers: Fix 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:
jenkins-helpers.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 lld.
from 2b05ace2b [ELF] - Add test case to cover "unexpected end of CIE" error.
new 73345e63d [ELF] - Add test case to cover "corrupted CIE (failed to read [...]
new 3e206fab8 [ELF] - Removed trailing whitespace. 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:
test/ELF/{invalid-eh-frame.s => invalid-eh-frame2.s} | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
copy test/ELF/{invalid-eh-frame.s => invalid-eh-frame2.s} (55%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.