This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d2ed3fa [AVX512] Add 512-bit load/stores to fast isel.
new 8839a0f [pdb] Parse and dump section map and section contribs
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/DebugInfo/CodeView/EnumTables.h | 40 ++
include/llvm/DebugInfo/CodeView/StreamReader.h | 8 +
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 14 +-
include/llvm/DebugInfo/PDB/Raw/EnumTables.h | 22 ++
.../DebugInfo/PDB/Raw/ISectionContribVisitor.h | 28 ++
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/RawConstants.h | 28 +-
include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 78 ++++
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/EnumTables.cpp | 345 +++++++++++++++++
lib/DebugInfo/CodeView/SymbolDumper.cpp | 291 ++------------
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 81 +++-
lib/DebugInfo/PDB/Raw/EnumTables.cpp | 38 ++
lib/DebugInfo/PDB/Raw/ModStream.cpp | 4 +
test/DebugInfo/PDB/pdbdump-headers.test | 430 ++++++++++++++++++++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 108 +++++-
17 files changed, 1196 insertions(+), 322 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/EnumTables.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/EnumTables.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/RawTypes.h
create mode 100644 lib/DebugInfo/CodeView/EnumTables.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/EnumTables.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 a2cc95e Mark LWG issue 2218 as complete.
new b36940b Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer fo [...]
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/memory | 6 ++--
.../enable_shared_from_this.pass.cpp | 34 +++++++++++++++++++++-
2 files changed, 37 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 release_38
in repository llvm.
from 02a2eee Revert unintentional change.
new c9e750a Merging r258319:
new 15cca40 Merging r258537:
new 97f5139 Merging r258607:
The 3 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/AMDGPU.h | 3 +++
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 8 +++++++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 +
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 9 ++++++--
lib/Target/AMDGPU/SIIntrinsics.td | 2 +-
.../AMDGPU/promote-alloca-invariant-markers.ll | 25 ++++++++++++++++++++++
6 files changed, 45 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-invariant-markers.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 47a82be [X86] No need to use 256-bit VMOVNTPS for integer types when [...]
new d2ed3fa [AVX512] Add 512-bit load/stores to fast isel.
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/X86/X86FastISel.cpp | 46 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 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 960b586 Add "REQUIRES-ANY" feature test
new 11a12c2 [AVX512] Remove masked load intrinsics. Clang now emits gener [...]
new 679f5c4 [AVX512] Remove LOADA/LOADU/STOREA/STOREU intrinsic types now [...]
new 581e354 [X86] Use uint16_t for a couple arrays of instruction opcodes. NFC
new f543143 [X86] Add AVX 256-bit load and stores to fast isel.
new 47a82be [X86] No need to use 256-bit VMOVNTPS for integer types when [...]
The 5 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 | 100 --------
lib/IR/AutoUpgrade.cpp | 64 ++++-
lib/Target/X86/X86FastISel.cpp | 65 ++++-
lib/Target/X86/X86ISelLowering.cpp | 53 +---
lib/Target/X86/X86InstrSSE.td | 16 +-
lib/Target/X86/X86IntrinsicsInfo.h | 32 +--
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 145 +++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 145 +----------
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 58 +++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 60 -----
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 72 ++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 72 ------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 288 ++++++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 288 ----------------------
test/CodeGen/X86/fast-isel-nontemporal.ll | 18 +-
15 files changed, 693 insertions(+), 783 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 e98bd2a Mark LWG issue 2250 as complete
new f1dbeb4 Mark LWG issue 2336 as complete. There is nothing to do.
new a2cc95e Mark LWG issue 2218 as complete.
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:
www/cxx1z_status.html | 4 ++--
1 file changed, 2 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 libcxx.
from 400d356 Mark LWG issue 2450 as complete.
new e98bd2a Mark LWG issue 2250 as complete
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:
.../thread.thread.member/detach.pass.cpp | 17 +++++
.../thread.thread.member/join.pass.cpp | 23 ++++++
.../bitset.cons/char_ptr_ctor.pass.cpp | 20 ++---
.../template.bitset/bitset.cons/default.pass.cpp | 19 +++--
.../bitset.cons/string_ctor.pass.cpp | 88 ++++++++++------------
.../template.bitset/bitset.cons/ull_ctor.pass.cpp | 24 +++---
.../bitset.members/flip_one.pass.cpp | 4 -
.../bitset.members/reset_one.pass.cpp | 5 --
.../template.bitset/bitset.members/test.pass.cpp | 4 -
www/cxx1z_status.html | 2 +-
10 files changed, 115 insertions(+), 91 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 cb9881b [asan] add an interface function __sanitizer_print_memory_pro [...]
new 77170c9 [asan] fix arm build
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/sanitizer/common_interface_defs.h | 2 +-
lib/asan/asan_memory_profile.cc | 4 ++--
2 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 libcxx.
from d256280 Update libcxx.llvm.org documentation by linking to new docs.
new 400d356 Mark LWG issue 2450 as complete.
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/comparisons/equal_to.pass.cpp | 4 ++-
.../function.objects/comparisons/greater.pass.cpp | 10 +++++-
.../comparisons/greater_equal.pass.cpp | 10 +++++-
.../function.objects/comparisons/less.pass.cpp | 9 ++++-
.../comparisons/less_equal.pass.cpp | 10 +++++-
.../comparisons/not_equal_to.pass.cpp | 4 ++-
.../comparisons/pointer_comparison_test_helper.hpp | 39 ++++++++++++++++++++++
www/cxx1z_status.html | 2 +-
8 files changed, 81 insertions(+), 7 deletions(-)
create mode 100644 test/std/utilities/function.objects/comparisons/pointer_compari [...]
--
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 binutils-gdb.
from c273521 ns32k: remove dupplicate definition of input_line_pointer
new 5b67755 Revert PR16467 change
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:
bfd/ChangeLog | 16 ++++++++++++++
bfd/elf-bfd.h | 8 ++++---
bfd/elf-strtab.c | 41 ++++++++++++++++++++++++++++++------
bfd/elflink.c | 63 +++++++++++++++++++++++++++++++++++++++-----------------
4 files changed, 100 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.