This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository llvm.
from 926f3936900 Merging r308847: ------------------------------------------ [...]
new 366b5faf38a Merging r310481, r310492 and r310510: --------------------- [...]
new 999f7b7049c Merging r310552: ------------------------------------------ [...]
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/Analysis/ValueTracking.cpp | 4 ++
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 16 ++++-
lib/Target/X86/X86ISelLowering.cpp | 17 ++++-
test/CodeGen/X86/pr33349.ll | 92 ++++++++++++++++++++++++
test/Transforms/SimplifyCFG/pr34131.ll | 74 +++++++++++++++++++
5 files changed, 201 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/pr33349.ll
create mode 100644 test/Transforms/SimplifyCFG/pr34131.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 b0b94e11177 [CostModel][X86] Improve single src shuffle costs
new 93a9cc077cc [CostModel][X86] Add avx512vbmi broadcast/reverse/single-sr [...]
new 01823a62a4a [gold-plugin] Avoid race condition when creating temporary files.
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/Analysis/CostModel/X86/shuffle-broadcast.ll | 9 ++++-----
test/Analysis/CostModel/X86/shuffle-reverse.ll | 8 +++++++-
test/Analysis/CostModel/X86/shuffle-single-src.ll | 7 +++++++
tools/gold/gold-plugin.cpp | 23 ++++++++++++-----------
4 files changed, 30 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 release_50
in repository llvm.
from aab7f85c1c6 Merging r309758: ------------------------------------------ [...]
new dc84a08de80 Merging r310534: ------------------------------------------ [...]
new 926f3936900 Merging r308847: ------------------------------------------ [...]
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/Analysis/ScalarEvolution.cpp | 11 +++++++
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 38 +++++++-----------------
lib/Target/ARM/ARMInstrInfo.td | 10 +++----
test/Analysis/ScalarEvolution/max-addrec-size.ll | 33 ++++++++++++++++++++
test/CodeGen/ARM/cmpxchg-O0.ll | 9 ++----
5 files changed, 63 insertions(+), 38 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/max-addrec-size.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 82056f0e2b5 Fixup for r310621: Hint the compilers about unreachable code.
new 92e2e47a06b Fix 'not all control paths return' warning on windows build [...]
new b0b94e11177 [CostModel][X86] Improve single src shuffle costs
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/X86TargetTransformInfo.cpp | 47 +++++++--
test/Analysis/CostModel/X86/shuffle-single-src.ll | 120 +++++++++++-----------
tools/llvm-rc/ResourceScriptToken.cpp | 4 +-
3 files changed, 97 insertions(+), 74 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 acf1fb9d [clang-tidy] Add integer division check
new 85228cfc [clang-tidy] Refactor the code and add a close-on-exec check [...]
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/android/AndroidTidyModule.cpp | 3 +
clang-tidy/android/CMakeLists.txt | 2 +
clang-tidy/android/CloexecCheck.cpp | 105 +++++++++++++++++++++
clang-tidy/android/CloexecCheck.h | 95 +++++++++++++++++++
clang-tidy/android/CloexecMemfdCreateCheck.cpp | 32 +++++++
...execSocketCheck.h => CloexecMemfdCreateCheck.h} | 20 ++--
docs/ReleaseNotes.rst | 6 ++
.../checks/android-cloexec-memfd-create.rst | 18 ++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/android-cloexec-memfd-create.cpp | 63 +++++++++++++
10 files changed, 335 insertions(+), 10 deletions(-)
create mode 100644 clang-tidy/android/CloexecCheck.cpp
create mode 100644 clang-tidy/android/CloexecCheck.h
create mode 100644 clang-tidy/android/CloexecMemfdCreateCheck.cpp
copy clang-tidy/android/{CloexecSocketCheck.h => CloexecMemfdCreateCheck.h} (52%)
create mode 100644 docs/clang-tidy/checks/android-cloexec-memfd-create.rst
create mode 100644 test/clang-tidy/android-cloexec-memfd-create.cpp
--
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 ff53c135d remove FreeBSD xfail decorator from TestExitDuringBreak
new 044a346ba remove FreeBSD xfail decorator from TestCallStdStringFunction
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/expression_command/call-function/TestCallStdStringFunction.py | 3 ---
1 file changed, 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 1b0509467f [OpenMP] Delete tests in openmp-offload.c which cuase failur [...]
new 03638880b4 [Parse] Document Parser::SkipFunctionBodies
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/Parse/Parser.h | 4 ++++
1 file changed, 4 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 clang.
from 15af0ebfc4 Add a getName accessor for ModuleMacros.
new 1b0509467f [OpenMP] Delete tests in openmp-offload.c which cuase failur [...]
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/Driver/ToolChains/Cuda.cpp | 10 +++++--
lib/Driver/ToolChains/Cuda.h | 11 +++++++
test/Driver/openmp-offload.c | 65 ------------------------------------------
3 files changed, 18 insertions(+), 68 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 6c9cbed3f7f Add .rc scripts tokenizer.
new 82056f0e2b5 Fixup for r310621: Hint the compilers about unreachable code.
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-rc/ResourceScriptToken.cpp | 4 ++++
1 file changed, 4 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 lldb.
from bd80f18e9 Report inferior signals as signals, not exceptions, on FreeBSD
new ff53c135d remove FreeBSD xfail decorator from TestExitDuringBreak
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:
.../functionalities/thread/exit_during_break/TestExitDuringBreak.py | 3 ---
1 file changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.