This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7302f2b94 [PDB] Loosen checks for section contribution sizes
new 354c9bfd6 [ELF] - Replace parallelForEach with ranged form.
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/SyntheticSections.cpp | 17 ++++++++---------
ELF/Threads.h | 7 +++----
ELF/Writer.cpp | 2 +-
3 files changed, 12 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 clang.
from 08ca17598d Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" [...]
new af02779250 [mips] Code formatting fix. NFC
new 225dff51ae [mips] Fix typo (missed space) in the warning message
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:
include/clang/Basic/DiagnosticDriverKinds.td | 2 +-
lib/Driver/ToolChains/Arch/Mips.cpp | 2 +-
test/Driver/mips-gpopt-warning.c | 2 +-
3 files changed, 3 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-tools-extra.
from d989847c [test] Fix clang library dir in LD_LIBRARY_PATH For stand-alo [...]
new be930bfd [clang-tidy] Support initializer-list constructor cases in mo [...]
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-tidy/modernize/MakeSmartPtrCheck.cpp | 37 ++++++++----
.../Inputs/modernize-smart-ptr/initializer_list.h | 25 ++++++++
test/clang-tidy/modernize-make-unique.cpp | 68 ++++++++++++++++++++++
3 files changed, 120 insertions(+), 10 deletions(-)
create mode 100644 test/clang-tidy/Inputs/modernize-smart-ptr/initializer_list.h
--
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 9a16b8eafb1 [IRCE] Handle loops with step different from 1/-1
new b7e74df94f8 Do not declare a variable which is used only in assert. 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/Scalar/InductiveRangeCheckElimination.cpp | 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 compiler-rt.
from d4151aa47 coverage: Update tests to reflect changes from r310012
new b78dceb24 [msan] Switch the pvalloc overflow test to a lit test
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/msan/tests/msan_test.cc | 6 ------
test/msan/pvalloc.cc | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 6 deletions(-)
create mode 100644 test/msan/pvalloc.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 gcc.
from 21d3ccaff75 Daily bump.
new 43eb6d3b22e Add missing edge probability in simd_clone_adjust
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 | 4 ++++
gcc/omp-simd-clone.c | 7 +++++--
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 llvm.
from 6069fa8531d [AMDGPU] Preserve inverted bit in SI_IF in presence of SI_KILL
new 9a16b8eafb1 [IRCE] Handle loops with step different from 1/-1
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 167 +++++---
test/Transforms/IRCE/stride_more_than_1.ll | 468 +++++++++++++++++++++
2 files changed, 570 insertions(+), 65 deletions(-)
create mode 100644 test/Transforms/IRCE/stride_more_than_1.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 llvm.
from 58d552619fa Avoid comparison between signed and unsigned in SCEVExitLim [...]
new 6069fa8531d [AMDGPU] Preserve inverted bit in SI_IF in presence of SI_KILL
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/SILowerControlFlow.cpp | 38 ++++++++++--
test/CodeGen/AMDGPU/si-lower-control-flow-kill.ll | 71 +++++++++++++++++++++++
test/CodeGen/AMDGPU/skip-if-dead.ll | 2 +
3 files changed, 106 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/si-lower-control-flow-kill.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 clang.
from 7989554fd7 Revert "[coverage] Special-case calls to noreturn functions."
new 08ca17598d Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" [...]
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/Frontend/CompilerInstance.cpp | 8 ++------
1 file changed, 2 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 3acb6cc980d [AVR] Update target machine to use new constructor parameters
new 58d552619fa Avoid comparison between signed and unsigned in SCEVExitLim [...]
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:
unittests/Analysis/ScalarEvolutionTest.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.