This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 230cf52e6e5 llvm-dwarfdump: Support multiple debug_loclists contributions new d37615673fc [SampleFDO] Add indexing for function profiles so they can [...] new 44cde01a894 [WebAssembly] Make returns variadic
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/ProfileData/SampleProf.h | 3 + include/llvm/ProfileData/SampleProfReader.h | 21 ++++- include/llvm/ProfileData/SampleProfWriter.h | 44 ++++++--- lib/ProfileData/SampleProfReader.cpp | 102 ++++++++++++++++----- lib/ProfileData/SampleProfWriter.cpp | 57 +++++++++--- .../MCTargetDesc/WebAssemblyInstPrinter.cpp | 5 +- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 34 +------ lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 6 +- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 32 ++----- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 7 +- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 48 ++-------- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 3 +- .../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 10 +- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 96 +++++++------------ lib/Transforms/IPO/SampleProfile.cpp | 2 +- .../WebAssembly/int-type-register-class-name.mir | 2 +- test/CodeGen/WebAssembly/atomic-fence.mir | 5 +- test/CodeGen/WebAssembly/eh-labels.mir | 2 +- test/CodeGen/WebAssembly/explicit-locals.mir | 2 +- test/CodeGen/WebAssembly/function-info.mir | 2 +- test/CodeGen/WebAssembly/llround-conv-i32.ll | 4 +- test/CodeGen/WebAssembly/multivalue.ll | 14 +-- test/CodeGen/WebAssembly/reg-argument.mir | 10 +- test/CodeGen/WebAssembly/reg-copy.mir | 24 ++--- .../DebugInfo/WebAssembly/dbg-value-move-clone.mir | 2 +- .../WebAssembly/dbg-value-move-reg-stackify.mir | 2 +- .../SampleProfile/Inputs/inline.extbinary.afdo | Bin 272 -> 339 bytes .../Inputs/profsampleacc.extbinary.afdo | Bin 304 -> 339 bytes unittests/ProfileData/SampleProfTest.cpp | 36 ++++++-- 29 files changed, 315 insertions(+), 260 deletions(-)