This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f828c4b Remove stale documentation on -no-aa
new bf6113b [PR25281] Remove AAResultsWrapper from preserved analyses 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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 1 -
test/Transforms/LoopVectorize/pr25281.ll | 59 ++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopVectorize/pr25281.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 lld.
from bb4119e Delete dead variable.
new 05fc374 Do not produce broken debug info.
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 | 12 ++++++++----
test/ELF/relocation-non-alloc.s | 7 ++++++-
2 files changed, 14 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 e39fb36 RegisterPressure: Fix default lanemask for missing regunit intervals
new f828c4b Remove stale documentation on -no-aa
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/Passes.rst | 8 --------
1 file changed, 8 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 0222d5b Fix build by casting to the proper int type.
new aa3233b RegisterPressure: Cannot produce dead (subregister) defs anymore
new e39fb36 RegisterPressure: Fix default lanemask for missing regunit intervals
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/RegisterPressure.cpp | 73 ++++++++++++++---------------
test/CodeGen/AMDGPU/captured-frame-index.ll | 6 +--
test/CodeGen/AMDGPU/valu-i1.ll | 2 +-
3 files changed, 39 insertions(+), 42 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 feeacac [OPENMP] Enable correct generation of runtime call when targe [...]
new dc80ac4 [Parser] Clear the TemplateParamScope bit of the current scop [...]
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/clang/Sema/Scope.h | 4 +++-
lib/Parse/ParseTemplate.cpp | 3 +++
lib/Sema/Scope.cpp | 6 +++++-
lib/Sema/SemaLambda.cpp | 5 ++---
test/CXX/drs/dr1xx.cpp | 4 ++++
test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp | 2 +-
test/SemaCXX/vartemplate-lambda.cpp | 3 +++
7 files changed, 21 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 17d25e3 [llvm-cov] Don't emit 'nan%' in reports
new 0222d5b Fix build by casting to the proper int type.
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/Instrumentation/MemorySanitizer.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 libcxx.
from 7aa3806 Fix possible test breakage for MinGW
new 96becae Move INVOKE tests into test/libcxx sub-tree.
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:
.../function.objects/func.require/bullet_1_2_3.pass.cpp | 0
.../function.objects/func.require/bullet_4_5_6.pass.cpp | 0
.../function.objects/func.require/bullet_7.pass.cpp | 0
.../function.objects/func.require/invoke.pass.cpp | 15 +++++----------
.../function.objects/func.require/invoke_helpers.h | 0
.../func.require/INVOKE_tested_elsewhere.pass.cpp} | 12 ++++--------
6 files changed, 9 insertions(+), 18 deletions(-)
rename test/{std => libcxx}/utilities/function.objects/func.require/bullet_1_2_3.p [...]
rename test/{std => libcxx}/utilities/function.objects/func.require/bullet_4_5_6.p [...]
rename test/{std => libcxx}/utilities/function.objects/func.require/bullet_7.pass. [...]
rename test/{std => libcxx}/utilities/function.objects/func.require/invoke.pass.cpp (87%)
rename test/{std => libcxx}/utilities/function.objects/func.require/invoke_helpers [...]
copy test/std/{iterators/iterators.general/gcc_workaround.pass.cpp => utilities/fu [...]
--
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 e994954 PR27549: fix bug that resulted in us giving a translation-uni [...]
new feeacac [OPENMP] Enable correct generation of runtime call when targe [...]
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/CGOpenMPRuntime.cpp | 14 ++++++++++++--
test/OpenMP/teams_codegen.cpp | 10 ++++++++++
2 files changed, 22 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 6430326 [msan] Handle vector compare x86 intrinsics.
new 8628001 [LoopVectorize] Keep hints from original loop on the vector loop
new 17d25e3 [llvm-cov] Don't emit 'nan%' in reports
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/Transforms/Vectorize/LoopVectorize.cpp | 5 ++++
test/Transforms/LoopVectorize/hints-trans.ll | 30 ++++++++++++++++++++++
test/tools/llvm-cov/prevent_false_instantiations.h | 6 +++--
tools/llvm-cov/CoverageSummaryInfo.h | 6 +++++
4 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/hints-trans.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.