This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d1aa4ea [PM] Refactor cross-registration of AM into an helper.
new ba12203 [PM] Add newline at the end of the file, for consistency. 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/Passes/PassBuilder.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 llvm.
from b776ae7 [AVX512] Make the permd intrinsics take a 32-bit immediate to [...]
new d1aa4ea [PM] Refactor cross-registration of AM into an helper.
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/Passes/PassBuilder.h | 9 +++++++++
lib/Passes/PassBuilder.cpp | 14 ++++++++++++++
tools/opt/NewPMDriver.cpp | 11 +----------
3 files changed, 24 insertions(+), 10 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 170f515 [Release notes] Mention Clang-tidy modernize-avoid-bind check.
new 64c4a78 [clang-tidy] TypeTraits - Type is not expensive to copy when [...]
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/utils/TypeTraits.cpp | 20 ++++++++++++++++++--
clang-tidy/utils/TypeTraits.h | 3 ++-
.../performance-unnecessary-value-param.cpp | 11 +++++++++++
3 files changed, 31 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 d035f80 Revert r269546 "Added support to the ASTImporter for C++ cons [...]
new 56178fb [AVX512] Make the permd builtins take a 32-bit immediate to m [...]
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/Basic/BuiltinsX86.def | 8 ++++----
1 file changed, 4 insertions(+), 4 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 4f31f3a [SCCP] Use range-based for loops. NFC.
new b776ae7 [AVX512] Make the permd intrinsics take a 32-bit immediate to [...]
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/IR/IntrinsicsX86.td | 8 ++++----
lib/Target/X86/X86IntrinsicsInfo.h | 8 ++++----
test/CodeGen/X86/avx512-intrinsics.ll | 20 ++++++++++----------
test/CodeGen/X86/avx512vl-intrinsics.ll | 20 ++++++++++----------
4 files changed, 28 insertions(+), 28 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 5ec105e ARM: support export directives for Windows
new e750cc1 Revert "Revert 220932.": "Removing the static initializer in [...]
new 4f31f3a [SCCP] Use range-based for loops. 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:
include/llvm/Support/Threading.h | 36 ++++++++++++++++++++++++++++++++++++
lib/Support/ManagedStatic.cpp | 15 +++++++++++----
lib/Support/Threading.cpp | 7 +++++++
lib/Support/Unix/Threading.inc | 5 +++++
lib/Support/Windows/Threading.inc | 24 ++++++++++++++++++++++++
lib/Transforms/Scalar/SCCP.cpp | 20 ++++++++++----------
6 files changed, 93 insertions(+), 14 deletions(-)
create mode 100644 lib/Support/Unix/Threading.inc
create mode 100644 lib/Support/Windows/Threading.inc
--
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 6948b5e [mips][ias] Two XFAIL's now pass on 32-bit MIPS.
new 31e6b45 [profile] Eliminate dynamic memory allocation for vp writing
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/profile/InstrProfData.inc | 28 +-----
lib/profile/InstrProfilingFile.c | 2 +-
lib/profile/InstrProfilingInternal.h | 44 +++++++--
lib/profile/InstrProfilingPort.h | 3 +
lib/profile/InstrProfilingValue.c | 183 +++++++++++++++--------------------
lib/profile/InstrProfilingWriter.c | 117 +++++++++++++++++++---
6 files changed, 226 insertions(+), 151 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 774ff76 Warn when a reference is bound to an empty l-value (dereferen [...]
new d035f80 Revert r269546 "Added support to the ASTImporter for C++ cons [...]
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/AST/ASTImporter.h | 9 ----
lib/AST/ASTImporter.cpp | 82 -----------------------------
test/ASTMerge/Inputs/init-ctors-classes.cpp | 17 ------
test/ASTMerge/init-ctors.cpp | 10 ----
4 files changed, 118 deletions(-)
delete mode 100644 test/ASTMerge/Inputs/init-ctors-classes.cpp
delete mode 100644 test/ASTMerge/init-ctors.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 llvm.
from fbe3ed3 Fixed lowering of _comi_ intrinsics from all sets - SSE/SSE2/ [...]
new dfe70bb [AArch64] Update local variable names to conform to coding st [...]
new 5ec105e ARM: support export directives for Windows
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/AArch64/AArch64ISelDAGToDAG.cpp | 62 ++++++++++++------------
lib/Target/ARM/ARMAsmPrinter.cpp | 23 +++++++++
test/CodeGen/ARM/Windows/dllexport.ll | 75 ++++++++++++++++++++++++++++++
3 files changed, 129 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/ARM/Windows/dllexport.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.