[PATCH] D130315: 1. add DIEBuilder 2. refine DIEBilder to avoid construct all DWARFDie 3. Implement New mechanism in updateUnitDebugInfo 4. Clean the code

Rui Zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 16:27:54 PDT 2022


zr33 created this revision.
Herald added subscribers: ayermolo, mstorsjo, hiraditya, mgorny.
Herald added a reviewer: rafauler.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added a project: All.
zr33 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, yota9, sstefan1.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130315

Files:
  bolt/include/bolt/Core/DebugData.h
  bolt/include/bolt/Rewrite/DIEBuilder.h
  bolt/include/bolt/Rewrite/DWARFRewriter.h
  bolt/lib/Core/CMakeLists.txt
  bolt/lib/Core/DebugData.cpp
  bolt/lib/Rewrite/CMakeLists.txt
  bolt/lib/Rewrite/DIEBuilder.cpp
  bolt/lib/Rewrite/DWARFRewriter.cpp
  bolt/lib/Rewrite/RewriteInstance.cpp
  bolt/test/X86/asm-func-debug.test
  bolt/test/X86/dwarf3-lowpc-highpc-convert.s
  bolt/test/X86/dwarf4-ftypes-dwp-input-dwo-output.test
  bolt/test/X86/dwarf4-ftypes-dwp-input-dwp-output.test
  bolt/test/X86/dwarf5-dwarf4-monolithic.test
  bolt/test/X86/dwarf5-loclist-offset-form.test
  bolt/test/X86/dwarf5-split-dwarf4-monolithic.test
  bolt/test/X86/shared-abbrev.s
  llvm/include/llvm/CodeGen/DIE.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130315.446657.patch
Type: text/x-patch
Size: 140340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/1a65f3c9/attachment.bin>


More information about the llvm-commits mailing list