[all-commits] [llvm/llvm-project] f0dbe0: [docs] Rename 20 key LLVM docs to Markdown

Reid Kleckner via All-commits all-commits at lists.llvm.org
Wed Jun 3 15:25:32 PDT 2026


  Branch: refs/heads/users/rnk/llvm-md-2a
  Home:   https://github.com/llvm/llvm-project
  Commit: f0dbe0039abcde8cda8effb331eef1f43a6d7832
      https://github.com/llvm/llvm-project/commit/f0dbe0039abcde8cda8effb331eef1f43a6d7832
  Author: Reid Kleckner <rkleckner at nvidia.com>
  Date:   2026-06-03 (Wed, 03 Jun 2026)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenCoroutine.cpp
    M clang/lib/CodeGen/CGCoroutine.cpp
    M compiler-rt/include/profile/InstrProfData.inc
    A llvm/docs/AliasAnalysis.md
    R llvm/docs/AliasAnalysis.rst
    A llvm/docs/Atomics.md
    R llvm/docs/Atomics.rst
    A llvm/docs/BitCodeFormat.md
    R llvm/docs/BitCodeFormat.rst
    A llvm/docs/CommandLine.md
    R llvm/docs/CommandLine.rst
    A llvm/docs/CompilerWriterInfo.md
    R llvm/docs/CompilerWriterInfo.rst
    A llvm/docs/Coroutines.md
    R llvm/docs/Coroutines.rst
    A llvm/docs/CoverageMappingFormat.md
    R llvm/docs/CoverageMappingFormat.rst
    A llvm/docs/DebuggingLLVM.md
    R llvm/docs/DebuggingLLVM.rst
    A llvm/docs/ExceptionHandling.md
    R llvm/docs/ExceptionHandling.rst
    A llvm/docs/Extensions.md
    R llvm/docs/Extensions.rst
    A llvm/docs/FAQ.md
    R llvm/docs/FAQ.rst
    A llvm/docs/GarbageCollection.md
    R llvm/docs/GarbageCollection.rst
    A llvm/docs/GettingStartedVS.md
    R llvm/docs/GettingStartedVS.rst
    A llvm/docs/InstrProfileFormat.md
    R llvm/docs/InstrProfileFormat.rst
    A llvm/docs/Lexicon.md
    R llvm/docs/Lexicon.rst
    A llvm/docs/LibFuzzer.md
    R llvm/docs/LibFuzzer.rst
    A llvm/docs/LoopTerminology.md
    R llvm/docs/LoopTerminology.rst
    A llvm/docs/MIRLangRef.md
    R llvm/docs/MIRLangRef.rst
    A llvm/docs/MemorySSA.md
    R llvm/docs/MemorySSA.rst
    A llvm/docs/NewPassManager.md
    R llvm/docs/NewPassManager.rst
    M llvm/include/llvm/ADT/GenericCycleInfo.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/InstrProfData.inc
    M llvm/include/llvm/Support/AtomicOrdering.h
    M llvm/include/llvm/Support/GenericLoopInfo.h
    M llvm/test/Transforms/Coroutines/coro-retcon-value.ll
    M llvm/test/Transforms/Coroutines/coro-retcon.ll
    M llvm/test/Transforms/Coroutines/ex0.ll
    M llvm/test/Transforms/Coroutines/ex1.ll
    M llvm/test/Transforms/Coroutines/ex2.ll
    M llvm/test/Transforms/Coroutines/ex3.ll
    M llvm/test/Transforms/Coroutines/ex4.ll
    M llvm/test/Transforms/Coroutines/ex5.ll

  Log Message:
  -----------
  [docs] Rename 20 key LLVM docs to Markdown

This may break the docs build temporarily, but there will be a follow-up
PR that fixes it immediately after. The rename is being committed first
to aid review and source code archaelogy.

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