This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1695e783fb4 [WebAssembly] Add DebugLoc information to WebAssembly block [...]
new 9ebec54ea6a [PDB] Fix a bug where we were serializing hash tables incorrectly.
new b914af4b4d4 [X86][Btver2] Add test to show timeline of fpu instructions [...]
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/PDB/Native/HashTable.h | 15 +++-
lib/DebugInfo/PDB/Native/HashTable.cpp | 8 +-
test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s | 114 ++++++++++++++++++++++++++
3 files changed, 130 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/pipes-fpu.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 compiler-rt.
from bc44f95c3 [TSan] fix Go runtime test on amd64 with PIE
new c63595181 OpenBSD UBsan support common functions
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:
.../sanitizer_common_interceptors.inc | 32 +++--
.../sanitizer_platform_interceptors.h | 144 ++++++++++++---------
2 files changed, 107 insertions(+), 69 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 6a06998de9c [NVPTX] TblGen-ized lowering of WMMA intrinsics.
new 1695e783fb4 [WebAssembly] Add DebugLoc information to WebAssembly block [...]
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/CodeGen/MachineBasicBlock.h | 7 ++
lib/CodeGen/MachineBasicBlock.cpp | 10 ++
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 19 ++--
test/DebugInfo/WebAssembly/dbg-loop-loc.ll | 133 ++++++++++++++++++++++
4 files changed, 161 insertions(+), 8 deletions(-)
create mode 100644 test/DebugInfo/WebAssembly/dbg-loop-loc.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 648727d7b98 [LoopUnroll] Peel off iterations if it makes conditions tru [...]
new 6a06998de9c [NVPTX] TblGen-ized lowering of WMMA intrinsics.
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/NVPTX/NVPTXISelDAGToDAG.cpp | 518 +--------------------------------
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 2 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 4 +-
lib/Target/NVPTX/NVPTXInstrInfo.td | 1 +
lib/Target/NVPTX/NVPTXIntrinsics.td | 250 +++++++++-------
5 files changed, 155 insertions(+), 620 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 58e2c599eb3 Re-land r327620 "[CodeView] Initial support for emitting S_ [...]
new 648727d7b98 [LoopUnroll] Peel off iterations if it makes conditions tru [...]
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/Transforms/Utils/UnrollLoop.h | 2 +-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 2 +-
lib/Transforms/Utils/LoopUnrollPeel.cpp | 93 +++-
.../complete_unroll_profitability_with_assume.ll | 2 +-
test/Transforms/LoopUnroll/peel-loop-conditions.ll | 613 +++++++++++++++++++++
5 files changed, 705 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/peel-loop-conditions.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 585f63458fb Fix structure alignment issue.
new 80c83143318 [codeview] Fix sense of the assertion about hashtable insertion
new 58e2c599eb3 Re-land r327620 "[CodeView] Initial support for emitting S_ [...]
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 149 +++++++++++++-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 38 +++-
lib/MC/MCObjectStreamer.cpp | 1 +
test/DebugInfo/COFF/lexicalblock.ll | 328 ++++++++++++++++++++++++++++++
test/DebugInfo/COFF/register-variables.ll | 14 +-
5 files changed, 515 insertions(+), 15 deletions(-)
create mode 100644 test/DebugInfo/COFF/lexicalblock.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 7a956b6e4d7 [LICM] Ignore exits provably not taken on first iteration w [...]
new 44bbb4a2f37 [codeview] Delete FunctionInfo copy ctor and move out of DenseMap
new 585f63458fb Fix structure alignment issue.
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 9 +++++----
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 7 ++++++-
unittests/DebugInfo/PDB/HashTableTest.cpp | 4 ----
3 files changed, 11 insertions(+), 9 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 80c3d0d74 Add a comment about ELF spec and the symbol table's sh_info.
new a284e20b6 COFF: Move assignment of section RVAs to assignAddresses(). NFCI.
new 4547677d2 COFF: Implement string tail merging.
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:
COFF/Chunks.cpp | 42 +++++++++++++++++++++
COFF/Chunks.h | 32 ++++++++++++++++
COFF/ICF.cpp | 6 +++
COFF/InputFiles.cpp | 15 ++++++--
COFF/InputFiles.h | 3 +-
COFF/MapFile.cpp | 2 +-
COFF/PDB.cpp | 2 +-
COFF/Writer.cpp | 63 +++++++++++++------------------
COFF/Writer.h | 6 +--
test/COFF/string-tail-merge.s | 87 +++++++++++++++++++++++++++++++++++++++++++
10 files changed, 210 insertions(+), 48 deletions(-)
create mode 100644 test/COFF/string-tail-merge.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 4e37c3bd52d PR libgfortran/84880 * intrinsics/kill.c (kill): Rename t [...]
new 8fb8d9421ad PR c++/79085 * calls.c (expand_call): For TREE_ADDRESSABL [...]
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 | 6 ++++++
gcc/calls.c | 11 ++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/opt/pr79085.C | 24 ++++++++++++++++++++++++
4 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr79085.C
--
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 911ca90266c [AArch64] Adjust the cost model for Exynos M3
new 7a956b6e4d7 [LICM] Ignore exits provably not taken on first iteration w [...]
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/Transforms/Utils/LoopUtils.cpp | 61 +++++++-
test/Transforms/LICM/hoist-mustexec.ll | 249 +++++++++++++++++++++++++++++++++
test/Transforms/LICM/scalar-promote.ll | 38 +++++
3 files changed, 347 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LICM/hoist-mustexec.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.