llvm-project/bolt/lib/Passes
Gabriel Ravier 9966b3e728 [BOLT] Fixed some typos
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).

Reviewed By: Amir, maksfb

Differential Revision: https://reviews.llvm.org/D130824
2022-09-30 17:07:04 +02:00
..
ADRRelaxationPass.cpp [BOLT] Replace uses of layout with basic block list 2022-07-14 13:07:05 -07:00
Aligner.cpp [BOLT] Make exception handling fragment aware 2022-08-18 21:55:06 -07:00
AllocCombiner.cpp [BOLT] Increase coverage of shrink wrapping [1/5] 2022-07-11 17:29:22 -07:00
AsmDump.cpp [BOLT] Towards FunctionLayout const-correctness 2022-08-24 16:32:33 -07:00
BinaryFunctionCallGraph.cpp [BOLT] Update buildCallGraph to check for split blocks 2022-08-18 21:55:08 -07:00
BinaryPasses.cpp [BOLT] Fixed some typos 2022-09-30 17:07:04 +02:00
CMOVConversion.cpp [BOLT] CMOVConversion pass 2022-03-08 10:44:31 -08:00
CMakeLists.txt [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON 2022-09-23 07:59:30 +02:00
CacheMetrics.cpp [BOLT] Unifying implementations of ext-tsp 2022-09-19 08:29:08 -07:00
CallGraph.cpp [BOLT][NFC] Fix file-description comments 2021-12-21 10:21:41 -08:00
CallGraphWalker.cpp [BOLT][NFC] Fix file-description comments 2021-12-21 10:21:41 -08:00
DataflowAnalysis.cpp [BOLT][NFC] Use BitVector::set_bits 2022-05-11 16:23:44 -07:00
DataflowInfoManager.cpp [BOLT][NFC] Fix file-description comments 2021-12-21 10:21:41 -08:00
FrameAnalysis.cpp [BOLT][NFC] Use llvm::any_of 2022-08-27 21:36:15 -07:00
FrameOptimizer.cpp Use llvm::lower_bound (NFC) 2022-09-03 11:17:37 -07:00
HFSort.cpp [BOLT][NFC] Use range-based STL wrappers 2022-06-23 22:16:27 -07:00
HFSortPlus.cpp [BOLT][NFC] Use range-based STL wrappers 2022-06-23 22:16:27 -07:00
IdenticalCodeFolding.cpp [BOLT] Towards FunctionLayout const-correctness 2022-08-24 16:32:33 -07:00
IndirectCallPromotion.cpp [BOLT] Fixed some typos 2022-09-30 17:07:04 +02:00
Inliner.cpp Use drop_begin (NFC) 2022-07-31 15:17:09 -07:00
Instrumentation.cpp [BOLT] Add function layout class 2022-07-16 17:23:24 -07:00
JTFootprintReduction.cpp [BOLT][NFC] Fix braces usage in Passes 2021-12-28 16:36:17 -08:00
LivenessAnalysis.cpp [BOLT][NFC] Fix file-description comments 2021-12-21 10:21:41 -08:00
LongJmp.cpp [BOLT] Add function layout class 2022-07-16 17:23:24 -07:00
LoopInversionPass.cpp [BOLT] Add randomN split strategy 2022-08-18 21:55:07 -07:00
MCF.cpp [bolt] Remove redundaunt control-flow statements (NFC) 2022-07-30 10:35:49 -07:00
PLTCall.cpp [BOLT] Replace uses of layout with basic block list 2022-07-14 13:07:05 -07:00
PatchEntries.cpp [BOLT][NFC] Use llvm::any_of 2022-08-27 21:36:15 -07:00
PettisAndHansen.cpp [BOLT][NFC] Use range-based STL wrappers 2022-06-23 22:16:27 -07:00
RegAnalysis.cpp [bolt] Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-05 13:29:49 -07:00
RegReAssign.cpp LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-09 04:06:52 +00:00
ReorderAlgorithm.cpp [BOLT] Unifying implementations of ext-tsp 2022-09-19 08:29:08 -07:00
ReorderData.cpp [BOLT] Fixed some typos 2022-09-30 17:07:04 +02:00
ReorderFunctions.cpp [BOLT] Update buildCallGraph to check for split blocks 2022-08-18 21:55:08 -07:00
RetpolineInsertion.cpp [BOLT] Fixed some typos 2022-09-30 17:07:04 +02:00
ShrinkWrapping.cpp [BOLT][NFC] Use llvm::any_of 2022-08-27 21:36:15 -07:00
SplitFunctions.cpp [BOLT] Emit LSDA call sites for all fragments 2022-09-08 17:10:29 -07:00
StackAllocationAnalysis.cpp [BOLT] Fix AND evaluation bug in shrink wrapping 2022-05-26 14:59:28 -07:00
StackAvailableExpressions.cpp Add missing MC includes in bolt/ 2022-02-09 08:28:34 -05:00
StackPointerTracking.cpp [BOLT][NFC] Fix file-description comments 2021-12-21 10:21:41 -08:00
StackReachingUses.cpp [BOLT][NFC] Fix braces usage in Passes 2021-12-28 16:36:17 -08:00
StokeInfo.cpp [BOLT] Towards FunctionLayout const-correctness 2022-08-24 16:32:33 -07:00
TailDuplication.cpp [BOLT] Add function layout class 2022-07-16 17:23:24 -07:00
ThreeWayBranch.cpp [BOLT] Add function layout class 2022-07-16 17:23:24 -07:00
ValidateInternalCalls.cpp Add BAT testing framework 2022-07-29 14:55:04 -07:00
VeneerElimination.cpp [BOLT][AArch64] Handle gold linker veneers 2022-07-13 14:47:22 +03:00