This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 575a9fb Revert "[pdb] Change type visitor pattern to be dynamic."
new 1f4afa2 dos2unix this test. NFC.
new e8d381d Resubmit "[pdb] Change type visitor pattern to be dynamic."
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/DebugInfo/CodeView/CVTypeVisitor.h | 138 +-------
include/llvm/DebugInfo/CodeView/TypeDumper.h | 33 +-
include/llvm/DebugInfo/CodeView/TypeRecords.def | 3 +
.../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 61 ++++
include/llvm/DebugInfo/PDB/Raw/RawError.h | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 7 +-
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 123 +++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 392 ++++++++++-----------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 49 +--
lib/DebugInfo/PDB/Raw/RawError.cpp | 2 +
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 40 ++-
test/CodeGen/X86/pie.ll | 90 ++---
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 12 +-
tools/llvm-readobj/COFFDumper.cpp | 8 +-
15 files changed, 528 insertions(+), 432 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
create mode 100644 lib/DebugInfo/CodeView/CVTypeVisitor.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 fb0dd31 [pdb] Change type visitor pattern to be dynamic.
new 575a9fb Revert "[pdb] Change type visitor pattern to be dynamic."
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/CVTypeVisitor.h | 138 +++++++-
include/llvm/DebugInfo/CodeView/TypeDumper.h | 33 +-
include/llvm/DebugInfo/CodeView/TypeRecords.def | 3 -
.../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 53 ---
include/llvm/DebugInfo/PDB/Raw/RawError.h | 1 -
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 7 +-
lib/DebugInfo/CodeView/CMakeLists.txt | 1 -
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 119 -------
lib/DebugInfo/CodeView/TypeDumper.cpp | 392 +++++++++++----------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 51 ++-
lib/DebugInfo/PDB/Raw/RawError.cpp | 2 -
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 40 +--
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 12 +-
tools/llvm-readobj/COFFDumper.cpp | 4 +-
14 files changed, 390 insertions(+), 466 deletions(-)
delete mode 100644 include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
delete mode 100644 lib/DebugInfo/CodeView/CVTypeVisitor.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 705956e [PM] Revert the port of MergeLoadStoreMotion to the new pass [...]
new fb0dd31 [pdb] Change type visitor pattern to be dynamic.
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/CVTypeVisitor.h | 138 +-------
include/llvm/DebugInfo/CodeView/TypeDumper.h | 33 +-
include/llvm/DebugInfo/CodeView/TypeRecords.def | 3 +
.../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 53 +++
include/llvm/DebugInfo/PDB/Raw/RawError.h | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 7 +-
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 119 +++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 392 ++++++++++-----------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 51 +--
lib/DebugInfo/PDB/Raw/RawError.cpp | 2 +
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 40 ++-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 12 +-
tools/llvm-readobj/COFFDumper.cpp | 4 +-
14 files changed, 466 insertions(+), 390 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
create mode 100644 lib/DebugInfo/CodeView/CVTypeVisitor.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 gcc.
from 365ba13 gcc/ChangeLog: * config/avr/avr.c (avr_asm_init_secti [...]
new 9cc8bc3 * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
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:
gcc/ChangeLog | 8 ++++++--
gcc/doc/invoke.texi | 10 +++++++++-
2 files changed, 15 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 llvm.
from 8e662dc [DSE] Minor style cleanup. NFC.
new 705956e [PM] Revert the port of MergeLoadStoreMotion to the new pass [...]
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/InitializePasses.h | 2 +-
.../llvm/Transforms/Scalar/MergedLoadStoreMotion.h | 38 ---
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/Passes/PassBuilder.cpp | 1 -
lib/Passes/PassRegistry.def | 1 -
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 258 +++++++++++----------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Transforms/InstMerge/exceptions.ll | 2 -
8 files changed, 134 insertions(+), 172 deletions(-)
delete mode 100644 include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
--
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 dd38116 Inline a small function. NFC.
new 332521a Simplify. 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:
ELF/Target.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 f449b0e [DAG] Remove redundant FMUL in Newton-Raphson SQRT code
new 255484c remove old FileCheck lines that are no longer used
new 8e662dc [DSE] Minor style cleanup. 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:
lib/Transforms/Scalar/DeadStoreElimination.cpp | 17 +++++------------
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 18 ------------------
2 files changed, 5 insertions(+), 30 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 lld.
from 7f33d12 Early return. NFC.
new dd38116 Inline a small function. 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:
ELF/Target.cpp | 6 +-----
1 file changed, 1 insertion(+), 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 4edb79d AMDGPU: Add v_mad 16-bit instructions definition.
new f449b0e [DAG] Remove redundant FMUL in Newton-Raphson SQRT 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 139 +++++++++++++++++++------------
test/CodeGen/X86/sqrt-fastmath-mir.ll | 52 ++++++++++++
test/CodeGen/X86/sqrt-fastmath.ll | 29 ++++---
3 files changed, 152 insertions(+), 68 deletions(-)
create mode 100644 test/CodeGen/X86/sqrt-fastmath-mir.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 gcc.
from fdb351b * config/i386/driver-i386.c (host_detect_local_cpu): Set PR [...]
new 365ba13 gcc/ChangeLog: * config/avr/avr.c (avr_asm_init_secti [...]
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:
gcc/ChangeLog | 9 +++
gcc/config/avr/avr.c | 83 ---------------------------
gcc/config/avr/avr.h | 2 +-
gcc/testsuite/ChangeLog | 12 ++++
gcc/testsuite/gcc.target/avr/pr71151-1.c | 12 ++++
gcc/testsuite/gcc.target/avr/pr71151-2.c | 24 ++++++++
gcc/testsuite/gcc.target/avr/pr71151-3.c | 25 ++++++++
gcc/testsuite/gcc.target/avr/pr71151-4.c | 25 ++++++++
gcc/testsuite/gcc.target/avr/pr71151-5.c | 30 ++++++++++
gcc/testsuite/gcc.target/avr/pr71151-6.c | 30 ++++++++++
gcc/testsuite/gcc.target/avr/pr71151-7.c | 28 +++++++++
gcc/testsuite/gcc.target/avr/pr71151-8.c | 28 +++++++++
gcc/testsuite/gcc.target/avr/pr71151-common.h | 27 +++++++++
13 files changed, 251 insertions(+), 84 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-2.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-3.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-4.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-5.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-6.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-7.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-8.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71151-common.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.