[all-commits] [llvm/llvm-project] cab8d8: [docs] Migrate 20 LLVM docs to markdown (#201465)
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Jun 5 15:26:49 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cab8d8c9e268d1d94c56e3068377fd7c006cdd7d
https://github.com/llvm/llvm-project/commit/cab8d8c9e268d1d94c56e3068377fd7c006cdd7d
Author: Reid Kleckner <rkleckner at nvidia.com>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M llvm/docs/AliasAnalysis.md
M llvm/docs/Atomics.md
M llvm/docs/BitCodeFormat.md
M llvm/docs/CommandLine.md
M llvm/docs/CompilerWriterInfo.md
M llvm/docs/Coroutines.md
M llvm/docs/CoverageMappingFormat.md
M llvm/docs/DebuggingLLVM.md
M llvm/docs/ExceptionHandling.md
M llvm/docs/Extensions.md
M llvm/docs/FAQ.md
M llvm/docs/GarbageCollection.md
M llvm/docs/GettingStartedVS.md
M llvm/docs/InstrProfileFormat.md
M llvm/docs/Lexicon.md
M llvm/docs/LibFuzzer.md
M llvm/docs/LoopTerminology.md
M llvm/docs/MIRLangRef.md
M llvm/docs/MemorySSA.md
M llvm/docs/NewPassManager.md
Log Message:
-----------
[docs] Migrate 20 LLVM docs to markdown (#201465)
An LLM assisted in the rewrite. I didn't use pandoc or any other tools,
and I think there are fewer artifacts. I validated these docs by opening
all 20 HTML files in my browser.
Files:
- DebuggingLLVM.md
- FAQ.md
- CompilerWriterInfo.md
- GettingStartedVS.md
- NewPassManager.md
- MemorySSA.md
- LoopTerminology.md
- Lexicon.md
- MIRLangRef.md
- CoverageMappingFormat.md
- InstrProfileFormat.md
- BitCodeFormat.md
- Atomics.md
- GarbageCollection.md
- AliasAnalysis.md
- LibFuzzer.md
- Extensions.md
- CommandLine.md
- ExceptionHandling.md
- Coroutines.md
Tracking issue: #201242
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list