This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f82fb5b PR28394: For compatibility with c++11 and c++14, if a static [...]
new 0cf7afc [X86] Replace 128-bit and 256 masked vpermilps/vpermilpd buil [...]
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 | 4 ----
lib/Headers/avx512vlintrin.h | 47 +++++++++++++++++++------------------
lib/Sema/SemaChecking.cpp | 4 ----
test/CodeGen/avx512vl-builtins.c | 40 ++++++++++++++++++-------------
4 files changed, 48 insertions(+), 47 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 libcxx.
from 38af0f8 Improve performance of unordered_set<uint32_t>::find by 45%. [...]
new 56a7614 Add unordered_map::insert benchmark test and rename file
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:
benchmarks/set_find.pass.cpp | 29 ------------------
benchmarks/unordered_set_operations.bench.cpp | 44 +++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 29 deletions(-)
delete mode 100644 benchmarks/set_find.pass.cpp
create mode 100644 benchmarks/unordered_set_operations.bench.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 libcxx.
from 990090f Handle std::get<T>(...) for std::tuple<>
new 38af0f8 Improve performance of unordered_set<uint32_t>::find by 45%. [...]
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:
benchmarks/set_find.pass.cpp | 29 +++++++++++++++++++++++++++++
include/__hash_table | 6 ++++--
2 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 benchmarks/set_find.pass.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 libcxx.
from 6b7a871 Remove workarounds for C++17 inline variable ABI break. It ha [...]
new 990090f Handle std::get<T>(...) for std::tuple<>
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/tuple | 5 +++++
.../utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp | 3 +++
2 files changed, 8 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 llvm.
from 6cbcb9e [SystemZ] Move misplaced SystemZ::TDC to non-memory opcode range.
new bafbf2b [esan|cfrag] Add counters for struct array accesses
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:
.../Instrumentation/EfficiencySanitizer.cpp | 121 +++++++++++++++------
.../struct_field_count_basic.ll | 83 ++++++++------
.../EfficiencySanitizer/struct_field_gep.ll | 11 +-
3 files changed, 143 insertions(+), 72 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 5e3cd28 [compiler-rt] Fix cmake to propagate debug info to runtime unittests
new 0ef859b [esan|cfrag] Add struct array access report
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/esan/cache_frag.cpp | 7 +++---
test/esan/TestCases/struct-simple.cpp | 47 +++++++++++++++++++++++------------
2 files changed, 35 insertions(+), 19 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 libcxx.
from 5fb1e0a Cleanup SFINAE in tuple, and add tests for reference assignment
new 22c3e76 Rewrite std::get<Type>(...) helper using constexpr functions.
new 6b7a871 Remove workarounds for C++17 inline variable ABI break. It ha [...]
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/tuple | 56 +++++++++++-----------
src/chrono.cpp | 7 ---
src/experimental/filesystem/path.cpp | 4 --
.../tuple.tuple/tuple.elem/tuple.by.type.fail.cpp | 35 ++++++++++++++
.../tuple.tuple/tuple.elem/tuple.by.type1.fail.cpp | 23 ---------
.../tuple.tuple/tuple.elem/tuple.by.type2.fail.cpp | 23 ---------
.../tuple.tuple/tuple.elem/tuple.by.type3.fail.cpp | 23 ---------
.../tuple.tuple/tuple.elem/tuple.by.type4.fail.cpp | 23 ---------
8 files changed, 63 insertions(+), 131 deletions(-)
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp
delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type1. [...]
delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type2. [...]
delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type3. [...]
delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type4. [...]
--
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 0e9b65e Add RenderScript ArchType
new 6cbcb9e [SystemZ] Move misplaced SystemZ::TDC to non-memory opcode range.
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/SystemZ/SystemZISelLowering.cpp | 2 +-
lib/Target/SystemZ/SystemZISelLowering.h | 12 ++++++------
2 files changed, 7 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 clang.
from 23d3e8f Add TargetInfo for 32-bit and 64-bit RenderScript
new f82fb5b PR28394: For compatibility with c++11 and c++14, if a static [...]
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/ASTContext.h | 16 ++++++++++++-
lib/AST/ASTContext.cpp | 37 ++++++++++++++++++++++++++++--
lib/CodeGen/CodeGenModule.cpp | 14 ++++++++++-
test/CodeGenCXX/cxx1z-inline-variables.cpp | 20 ++++++++++++++++
4 files changed, 83 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 libcxx.
from cebaf5c Make tuple_constructible and family lazy again.
new 5fb1e0a Cleanup SFINAE in tuple, and add tests for reference assignment
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/__tuple | 47 ++++++++--------------
.../tuple.tuple/tuple.assign/convert_copy.pass.cpp | 12 ++++++
.../tuple.tuple/tuple.assign/convert_move.pass.cpp | 19 +++++++++
3 files changed, 48 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.