/llvm-project/flang/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 18 # -- General configuration ----------------------------------------------------- 20 # If your documentation needs a minimal Sphinx version, state it here. 22 # Add any Sphinx extension module names here, as strings. They can be extensions 23 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 25 "sphinx.ext.todo", 26 "sphinx.ext.mathjax", 27 "sphinx.ext.intersphinx", 28 "sphinx.ext.autodoc", 39 if not tags.has("builder-man"): [all …]
|
H A D | CMakeLists.txt | 19 set(enable_searchengine "NO") 21 set(enable_server_based_search "NO") 22 set(enable_external_search "NO") 33 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 35 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 43 set(flang_doxygen_generate_qhp "NO") 78 add_custom_target(doxygen-flang 82 set_target_properties(doxygen-flang PROPERTIES FOLDER "Flang/Docs") 84 add_dependencies(doxygen doxygen-flang) 99 list(APPEND LLVM_TABLEGEN_FLAGS "-I${TABLEGEN_INCLUDE_DIR}") [all …]
|
/llvm-project/clang/docs/analyzer/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Wed Jan 2 15:54:28 2013. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 27 # Add any Sphinx extension module names here, as strings. They can be extensions 28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 29 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax"] 38 # source_encoding = 'utf-8-sig' 45 copyright = "2013-%d, Analyzer Team" % date.today().year 56 # The language for content autogenerated by Sphinx. Refer to documentation [all …]
|
/llvm-project/polly/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2013. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 27 # Add any Sphinx extension module names here, as strings. They can be extensions 28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 29 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax"] 38 # source_encoding = 'utf-8-sig' 45 copyright = "2010-%d, The Polly Team" % date.today().year 47 # The language for content autogenerated by Sphinx. Refer to documentation [all …]
|
/llvm-project/clang/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012. 23 # -- General configuration ----------------------------------------------------- 25 # If your documentation needs a minimal Sphinx version, state it here. 28 # Add any Sphinx extension module names here, as strings. They can be extensions 29 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 30 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax", "sphinx.ext.graphviz", "ghlinks"] 36 import sphinx 46 if not tags.has("builder-man"): 51 # source_encoding = 'utf-8-sig' [all …]
|
H A D | CMakeLists.txt | 18 set(enable_searchengine "NO") 20 set(enable_server_based_search "NO") 21 set(enable_external_search "NO") 32 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 34 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 42 set(clang_doxygen_generate_qhp "NO") [all...] |
/llvm-project/openmp/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 27 # Add any Sphinx extension module names here, as strings. They can be extensions 28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 29 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax", "sphinx.ext.intersphinx"] 38 # source_encoding = 'utf-8-sig' 45 copyright = "2013-%d, LLVM/OpenMP" % date.today().year 58 # The language for content autogenerated by Sphinx. Refer to documentation [all …]
|
/llvm-project/clang-tools-extra/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Wed Feb 13 10:00:18 2013. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 27 # Add any Sphinx extension module names here, as strings. They can be extensions 28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 29 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax"] 38 # source_encoding = 'utf-8-sig' 45 copyright = "2007-%d, The Clang Team" % date.today().year 47 # The language for content autogenerated by Sphinx. Refer to documentation [all …]
|
/llvm-project/llvm/cmake/modules/ |
H A D | AddSphinxTarget.cmake | 3 # Create sphinx target 5 message(STATUS "Sphinx enabled.") 6 find_package(Sphinx REQUIRED) 7 if (LLVM_BUILD_DOCS AND NOT TARGET sphinx) 8 add_custom_target(sphinx ALL) target 9 set_target_properties(sphinx PROPERTIES FOLDER "LLVM/Docs") 12 message(STATUS "Sphinx disabled.") 16 # Handy function for creating the different Sphinx targets. 19 # the sphinx-build command. 25 # running Sphinx. Each environment variable should be a string with [all …]
|
/llvm-project/lldb/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012. 19 building_man_page = tags.has("builder-man") 39 # -- Genera [all...] |
H A D | CMakeLists.txt | 11 add_custom_target(lldb-cpp-doc 16 set_target_properties(lldb-cpp-doc PROPERTIES FOLDER "LLDB/Docs") 28 add_custom_target(lldb-python-doc-package 29 …COMMAND "${CMAKE_COMMAND}" -E copy "${lldb_bindings_dir}/lldb.py" "${CMAKE_CURRENT_BINARY_DIR}/lld… 30 COMMAND "${CMAKE_COMMAND}" -E make_directory "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins" 31 …COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_process.… 32 …COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_platform… 33 …COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/operating_system.… 34 …COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_thread_p… 37 add_dependencies(lldb-python-doc-package swig_wrapper_python lldb-python) [all …]
|
/llvm-project/lld/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 26 # Add any Sphinx extension module names here, as strings. They can be extensions 27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 28 extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"] 37 # source_encoding = 'utf-8-sig' 44 copyright = "2011-%d, LLVM Project" % date.today().year 46 # The language for content autogenerated by Sphinx. Refer to documentation 51 # non-false value, then it is used: [all …]
|
/llvm-project/bolt/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 26 # Add any Sphinx extension module names here, as strings. They can be extensions 27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 28 extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"] 37 # source_encoding = 'utf-8-sig' 44 copyright = "2015-%d, BOLT team" % date.today().year 46 # The language for content autogenerated by Sphinx. Refer to documentation 51 # non-false value, then it is used: [all …]
|
/llvm-project/libunwind/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 26 # Add any Sphinx extension module names here, as strings. They can be extensions 27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 28 extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"] 37 # source_encoding = 'utf-8-sig' 44 copyright = "2011-%d, LLVM Project" % date.today().year 55 # The language for content autogenerated by Sphinx. Refer to documentation 60 # non-false value, then it is used: [all …]
|
/llvm-project/libcxx/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 26 # Add any Sphinx extension module names here, as strings. They can be extensions 27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 28 extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"] 37 # source_encoding = 'utf-8-sig' 44 copyright = "2011-%d, LLVM Project" % date.today().year 55 # The language for content autogenerated by Sphinx. Refer to documentation 60 # non-false value, then it is used: [all …]
|
/llvm-project/libc/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 21 # -- General configuration --- [all...] |
/llvm-project/llvm/utils/release/ |
H A D | build-docs.sh | 2 #===-- build-docs.sh - Tag the LLVM release candidates ---------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 14 # * dnf install doxygen texlive-epstopdf ghostscript \ 15 # ninja-build gcc-c++ 16 # * pip install --user -r ./llvm/docs/requirements.txt 18 # * apt-get install doxygen \ 19 # ninja-build graphviz texlive-font-utils 20 # * pip install --user -r ./llvm/docs/requirements.txt 21 #===------------------------------------------------------------------------===# [all …]
|
/llvm-project/llvm/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 22 # -- General configuration --- [all...] |
H A D | MarkdownQuickstartTemplate.md | 6 even if you have no previous experience with Markdown. The goal is to take 8 LLVM's docs" and turn that into useful documentation mailed to llvm-commits 13 then send the new document to llvm-commits for review. 17 plain-text conventions so it should be quite natural. A basic knowledge of 19 ~half of this document (starting with [Example Section](#example-section)) gives examples 23 Sphinx's output, see `docs/README.txt` for information. 26 llvm-commits for review. 76 1. A list starting with `[0-9].` will be automatically numbered. 112 $ rm -rf / 153 you can mail the list or check the [Common Mark spec]. Sphinx specific [all …]
|
H A D | CMake.rst | 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake 34 We use here the command-line, non-interactive CMake interface. 45 .. code-block:: console 53 .. code-block:: console 70 components are built; see the `Frequently Used LLVM-related 76 .. code-block:: console 78 $ cmake --buil [all...] |
H A D | DebuggingJITedCode.rst | 2 Debugging JIT-ed Code 10 disk, but for JITed code there is no such file to look for. 13 interface <https://sourceware.org/gdb/onlinedocs/gdb/JIT-Interface.html>`_ 19 in-memory object file that contains the debug information in DWARF format. 20 MCJIT then adds this in-memory object file to a global list of dynamically 27 information for pure in-memory object files. 33 In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is 44 feature must be enabled explicitly using the ``plugin.jit-loader.gdb.enable`` 48 Debugging MCJIT-ed code 51 The emerging MCJIT component of LLVM allows full debugging of JIT-ed code with [all …]
|
/llvm-project/.github/workflows/ |
H A D | release-doxygen.yml | 9 release-version: 20 release-version: 34 release-doxygen: 36 runs-on: ubuntu-latest 40 upload: ${{ inputs.upload && !contains(inputs.release-version, 'rc') }} 42 - name: Checkout LLVM 45 - name: Setup Python env 46 uses: actions/setup-python@v5 49 cache-dependenc [all...] |
/llvm-project/cmake/Modules/ |
H A D | HandleOutOfTreeLLVM.cmake |
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 1 //===-- ClangOptionDocEmitter.cpp - Documentation for command line flags --===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 9 //===- [all...] |
/llvm-project/openmp/docs/_themes/llvm-openmp-theme/static/ |
H A D | agogo.css_t | 5 * Sphinx stylesheet -- agogo theme. 7 * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. 18 font-family: {{ theme_bodyfont }}; 19 line-height: 1.4em; 21 background-color: {{ theme_bgcolor }}; 29 margin-left: auto; 30 margin-right: auto; 33 div.header-wrapper { 35 border-bottom: 3px solid #2e3436; 45 text-decoration: underline; [all …]
|