[all-commits] [llvm/llvm-project] 811b60: llvm-dwarfdump: Speed up type unit lookup using th...
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Jan 5 20:44:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 811b60f0b99dad4b2989d21dde38d49155b0c4f9
https://github.com/llvm/llvm-project/commit/811b60f0b99dad4b2989d21dde38d49155b0c4f9
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Log Message:
-----------
llvm-dwarfdump: Speed up type unit lookup using the TUIndex or a cache
Use the TUIndex in a DWP file if present, otherwise (in .o, .dwo, and
non-split linked executables) cache a DenseMap for lookup of type units.
Commit: 31b79b86ee3defa07f1aa4fa5a10d2389ec527dd
https://github.com/llvm/llvm-project/commit/31b79b86ee3defa07f1aa4fa5a10d2389ec527dd
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
Log Message:
-----------
Revert "Remove unused variable (-Wunused)"
Patch that removed the use of this variable was reverted in
8ade3d43a3e48eb739c9db2f38b618fa213f0546
This reverts commit 3988a06d86e1a14dfd5f5fdae84ddbf928e85dab.
Compare: https://github.com/llvm/llvm-project/compare/33529ba0cb2b...31b79b86ee3d
More information about the All-commits
mailing list