[all-commits] [llvm/llvm-project] 948f20: [llvm-objdump] [NFC] Use a single vector to store ...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Tue Aug 1 12:26:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 948f205ae1a0135eda3eeff0e123d70732d271d5
https://github.com/llvm/llvm-project/commit/948f205ae1a0135eda3eeff0e123d70732d271d5
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M llvm/tools/llvm-objdump/llvm-objdump.cpp
Log Message:
-----------
[llvm-objdump] [NFC] Use a single vector to store all symbol mappings.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D156622
Commit: fd5ca37413957cc36352ff3e7c02399288c74af2
https://github.com/llvm/llvm-project/commit/fd5ca37413957cc36352ff3e7c02399288c74af2
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M llvm/include/llvm/ADT/StringExtras.h
M llvm/unittests/ADT/StringExtrasTest.cpp
Log Message:
-----------
[ADT] [NFC] Introduce isLower and isUpper helpers.
Reviewed By: MaskRay, jhenderson
Differential Revision: https://reviews.llvm.org/D156796
Compare: https://github.com/llvm/llvm-project/compare/1e86abc914bb...fd5ca3741395
More information about the All-commits
mailing list