[PATCH] D130824: [bolt] Fixed some typos
Gabriel Ravier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 30 10:51:48 PDT 2022
GabrielRavier created this revision.
Herald added a reviewer: rafauler.
Herald added a subscriber: ayermolo.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added a project: All.
GabrielRavier requested review of this revision.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.
I went over the output of the following mess of a command:
`(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)`
and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130824
Files:
bolt/include/bolt/Core/DebugData.h
bolt/include/bolt/Core/MCPlusBuilder.h
bolt/lib/Passes/BinaryPasses.cpp
bolt/lib/Passes/ExtTSPReorderAlgorithm.cpp
bolt/lib/Passes/IndirectCallPromotion.cpp
bolt/lib/Passes/ReorderData.cpp
bolt/lib/Passes/RetpolineInsertion.cpp
bolt/lib/RuntimeLibs/HugifyRuntimeLibrary.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130824.448805.patch
Type: text/x-patch
Size: 8019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220730/66dae639/attachment.bin>
More information about the llvm-commits
mailing list