This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5ad80b2 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decom [...]
new f36485f [X86][SSE] Added vector sitofp/uitofp folded load tests
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/CodeGen/X86/vec_int_to_fp.ll | 1641 +++++++++++++++++++++++++++++++++++++
1 file changed, 1641 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 fe27c10 [AMDGPU] Assembler: rework parsing of optional operands.
new 5ad80b2 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decom [...]
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/Object/COFF.h | 1 +
include/llvm/Object/ELFObjectFile.h | 6 ++
include/llvm/Object/MachO.h | 1 +
include/llvm/Object/ObjectFile.h | 6 ++
lib/DebugInfo/DWARF/DWARFContext.cpp | 68 ++++++++++++++++-----
lib/Object/COFFObjectFile.cpp | 4 ++
lib/Object/MachOObjectFile.cpp | 4 ++
test/DebugInfo/Inputs/dwarfdump-test-zlib.cc | 9 ++-
.../Inputs/dwarfdump-test-zlib.elf-x86-64 | Bin 9589 -> 10448 bytes
.../Inputs/dwarfdump-test-zlibgnu.elf-x86-64 | Bin 0 -> 10384 bytes
test/DebugInfo/dwarfdump-zlib.test | 6 ++
test/DebugInfo/llvm-symbolizer-zlib.test | 7 ++-
12 files changed, 92 insertions(+), 20 deletions(-)
create mode 100644 test/DebugInfo/Inputs/dwarfdump-test-zlibgnu.elf-x86-64
--
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 fc5ef8a [AMDGPU][llvm-mc] Disassembler: support for TTMP/TBA/TMA registers.
new fe27c10 [AMDGPU] Assembler: rework parsing of optional operands.
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 364 ++++++------------------
lib/Target/AMDGPU/SIInstrInfo.td | 4 +-
test/MC/AMDGPU/ds-err.s | 4 +-
3 files changed, 88 insertions(+), 284 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 caf6c64 Revert "Simplify. Thanks to Rui for the suggestion."
new 3a22e38 Simplify. Thanks to Rui for the suggestion.
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/InputSection.cpp | 11 +++++------
1 file changed, 5 insertions(+), 6 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 1e06c82 [llvm][AVX512][intrinsics] Fix vperm{b|w|d|q|ps|pd} intrinsic [...]
new fc5ef8a [AMDGPU][llvm-mc] Disassembler: support for TTMP/TBA/TMA registers.
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:
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 124 ++++++++++++++-------
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 13 ++-
lib/Target/AMDGPU/SIDefines.h | 23 ++++
test/MC/Disassembler/AMDGPU/trap_vi.txt | 109 ++++++++++++++++++
4 files changed, 225 insertions(+), 44 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/trap_vi.txt
--
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 f7791ad [Sparc] Add software float option -msoft-float
new 1b8778c [modules] Ask the canonical decl whether the constructor was [...]
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/Sema/SemaDeclCXX.cpp | 8 ++++----
test/Modules/Inputs/PR27739/DataInputHandler.h | 19 +++++++++++++++++++
test/Modules/Inputs/PR27739/Types.h | 1 +
test/Modules/Inputs/PR27739/map | 20 ++++++++++++++++++++
test/Modules/Inputs/PR27739/module.modulemap | 2 ++
test/Modules/pr27739.cpp | 12 ++++++++++++
6 files changed, 58 insertions(+), 4 deletions(-)
create mode 100644 test/Modules/Inputs/PR27739/DataInputHandler.h
create mode 100644 test/Modules/Inputs/PR27739/Types.h
create mode 100644 test/Modules/Inputs/PR27739/map
create mode 100644 test/Modules/Inputs/PR27739/module.modulemap
create mode 100644 test/Modules/pr27739.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 lld.
from 29ed9fa Simplify. Thanks to Rui for the suggestion.
new caf6c64 Revert "Simplify. Thanks to Rui for the suggestion."
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/InputSection.cpp | 16 +++-----
ELF/InputSection.h | 2 -
ELF/Target.cpp | 15 +------
ELF/Target.h | 1 -
ELF/Writer.cpp | 16 ++------
test/ELF/Inputs/gotpc-relax-und-dso.s | 4 --
test/ELF/gotpc-relax-und-dso.s | 73 -----------------------------------
test/ELF/gotpc-relax.s | 69 ---------------------------------
8 files changed, 12 insertions(+), 184 deletions(-)
delete mode 100644 test/ELF/Inputs/gotpc-relax-und-dso.s
delete mode 100644 test/ELF/gotpc-relax-und-dso.s
delete mode 100644 test/ELF/gotpc-relax.s
--
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 d80c68f Update for llvm change.
new 29ed9fa Simplify. Thanks to Rui for the suggestion.
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/InputSection.cpp | 16 +++++---
ELF/InputSection.h | 2 +
ELF/Target.cpp | 15 ++++++-
ELF/Target.h | 1 +
ELF/Writer.cpp | 16 ++++++--
test/ELF/Inputs/gotpc-relax-und-dso.s | 4 ++
test/ELF/gotpc-relax-und-dso.s | 73 +++++++++++++++++++++++++++++++++++
test/ELF/gotpc-relax.s | 69 +++++++++++++++++++++++++++++++++
8 files changed, 184 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/Inputs/gotpc-relax-und-dso.s
create mode 100644 test/ELF/gotpc-relax-und-dso.s
create mode 100644 test/ELF/gotpc-relax.s
--
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 3bdaecd gcc/testsuite/ChangeLog:
new 0c59d70 [ARM] PR target/69857 Remove bogus early return false; in gen [...]
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 | 7 +++++++
gcc/config/arm/arm.c | 18 ++++++++++--------
2 files changed, 17 insertions(+), 8 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 34ce2e0 Inline SymbolBody::init. NFC.
new d80c68f Update for llvm 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:
test/ELF/mips-pc-relocs.s | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.