[all-commits] [llvm/llvm-project] 55de49: [mlir][docs] Refactor the layout of the docs folder

River Riddle via All-commits all-commits at lists.llvm.org
Sat Apr 11 11:47:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 55de49ac1c3c4ae0d4ff5de54c25cf832e756e75
      https://github.com/llvm/llvm-project/commit/55de49ac1c3c4ae0d4ff5de54c25cf832e756e75
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    R mlir/docs/CreatingADialect.md
    R mlir/docs/DefiningAttributesAndTypes.md
    M mlir/docs/Diagnostics.md
    M mlir/docs/Interfaces.md
    M mlir/docs/LangRef.md
    R mlir/docs/MLIRForGraphAlgorithms.md
    A mlir/docs/PassManagement.md
    R mlir/docs/QuickstartRewrites.md
    R mlir/docs/Rationale.md
    A mlir/docs/Rationale/MLIRForGraphAlgorithms.md
    A mlir/docs/Rationale/Rationale.md
    A mlir/docs/Rationale/RationaleLinalgDialect.md
    A mlir/docs/Rationale/RationaleSimplifiedPolyhedralForm.md
    A mlir/docs/Rationale/UsageOfConst.md
    R mlir/docs/RationaleLinalgDialect.md
    R mlir/docs/RationaleSimplifiedPolyhedralForm.md
    M mlir/docs/ShapeInference.md
    M mlir/docs/Traits.md
    A mlir/docs/Tutorials/CreatingADialect.md
    A mlir/docs/Tutorials/DefiningAttributesAndTypes.md
    A mlir/docs/Tutorials/QuickstartRewrites.md
    R mlir/docs/UsageOfConst.md
    R mlir/docs/WritingAPass.md

  Log Message:
  -----------
  [mlir][docs] Refactor the layout of the docs folder

Summary:
This revision performs a few refactorings on the main docs folder. Namely it:
* Adds a new Rationale/ folder to contain various rationale documents
* Moves several "getting started" documents to the Tutorials/ folder
* Cleans up the titles of various documents

Differential Revision: https://reviews.llvm.org/D77934




More information about the All-commits mailing list