Home
last modified time | relevance | path

Searched +full:docs +full:- +full:libunwind +full:- +full:html (Results 1 – 23 of 23) sorted by relevance

/llvm-project/.github/workflows/
H A Ddocs.yml4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14 - 'main'
16 - 'llvm/docs/**'
17 - 'clang/docs/**'
18 - 'clan
[all...]
/llvm-project/libunwind/docs/
H A Dindex.rst4 libunwind LLVM Unwinder
10 libunwind is an implementation of the interface defined by the HP libunwind
13 fast implementation of the ABI, leaving off some features of HP's libunwind
19 defined by the old HP libunwind project.
21 Getting Started with libunwind
22 ----
[all...]
H A DREADME.txt1 libunwind Documentation
4 The libunwind documentation is written using the Sphinx documentation generator. It is
7 To build the documents into html configure libunwind with the following cmake options:
9 * -DLLVM_ENABLE_SPHINX=ON
10 * -DLIBUNWIND_INCLUDE_DOCS=ON
12 After configuring libunwind with these options the make rule `docs-libunwind-html`
H A Dconf.py1 # -*- coding: utf-8 -*-
3 # libunwind documentation build configuration file.
21 # -- General configuration -----------------------------------------------------
37 # source_encoding = 'utf-8-sig'
43 project = "libunwind"
44 copyright = "2011-%d, LLVM Project" % date.today().year
60 # non-false value, then it is used:
63 today_fmt = "%Y-%m-%d"
72 # If true, '()' will be appended to :func: etc. cross-reference text.
90 # -- Options for HTML output ---------------------------------------------------
[all …]
/llvm-project/llvm/utils/release/
H A Dbuild-docs.sh2 #===-- 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/clang/docs/
H A DToolchain.rst25 This document currently describes Clang configurations on POSIX-like
26 operating systems with the GCC-compatible ``clang`` driver. When
27 targeting Windows with the MSVC-compatible ``clang-cl`` driver, some
33 .. FIXME: Describe DWARF-related tools
41 The ``-E`` flag instructs Clang to stop after this step.
44 builds a source-level intermediate representation ("AST"), producing a
45 :ref:`precompiled header (PCH) <usersmanual-precompiled-headers>`,
49 The ``-precompile`` flag instructs Clang to stop after this step. This is
52 * **IR generation**: This converts the source-level intermediate representation
53 into an optimizer-specific intermediate representation (IR); for Clang, this
[all …]
H A DShadowCallStack.rst12 aarch64 and RISC-V, that protects programs against return address overwrites
15 non-leaf functions and loading the return address from the shadow call stack
22 to have critical performance and security deficiencies--it was removed in
27 .. _`Clang 7.0.1 documentation`: https://releases.llvm.org/7.0.1/tools/clang/docs/ShadowCallStack.html
30 ----
[all...]
H A DClangFormattedStatus.rst
/llvm-project/libcxx/docs/
H A DReleaseProcedure.rst8 `schedule <https://llvm.org/docs/HowToReleaseLLVM.html#annual-release-schedule>`__.
19 * Make sure ``libcxx/docs/ReleaseNotes/<VERSION>.rst`` is up to date. Typically
48 2. Update the version number in ``libcxx/docs/conf.py``
50 4. Update ``_LIBUNWIND_VERSION`` in ``libunwind/include/__libunwind_config.h``
52 6. Point to the new release notes file from ``libcxx/docs/ReleaseNotes.rst``
60 available on `<https://apt.llvm.org>`_. Once it is available the pre-commit CI
67 The items that need changing are marked with ``LLVM POST-BRANCH``.
74 Support for the ToT - 3 version is removed:
76 - Search for ``LLVM RELEASE`` and address their comments
77 - Search for test that have ``UNSUPPORTED`` or ``XFAIL`` for the no longer supported version
[all …]
H A DModules.rst16 * `Clang specific modules <https://clang.llvm.org/docs/Modules.html>`_
17 * `C++ modules <https://clang.llvm.org/docs/StandardCPlusPlusModules.html>`_
51 * ``LIBCXX_ENABLE_EXCEPTIONS`` [#note-no-windows]_
57 .. [#note-no-windows] This configuration will probably not work on Windows
58 due to hard-coded compilation flags.
69 * The path to the compiler may not be a symlink, ``clang-scan-deps`` does
74 hard to solve and there is a work-around by first including all headers
75 `bug report <https://github.com/llvm/llvm-project/issues/61465>`__.
92 `bug report <https://github.com/llvm/llvm-project/issues/62943>`__.
118 .. code-block:: bash
[all …]
H A DBuildingLibcxx.rst
/llvm-project/lldb/docs/resources/
H A Dbuild.rst5 ----------
[all...]
/llvm-project/clang/cmake/caches/
H A DCrossWinToARMLinux.cmake12 # --sysroot argument for specified target triple. Also it is possible
14 # -DCLANG_CONFIG_FILE_USER_DIR=<full-path-to-clang-configs>
16 # -DCLANG_CONFIG_FILE_SYSTEM_DIR=<full-path-t
[all...]
/llvm-project/llvm/docs/Proposals/
H A DVariableNames.rst12 inevitably be some details that are flawed. You can help - you can edit this
15 <http://lists.llvm.org/pipermail/llvm-dev/2019-February/130083.html>`_.
26 <../CodingStandards.html#name-types-functions-variables-and-enumerators-properly>`_
43 The proliferation of acronyms leads to hard-to-read code such as `this
44 <https://github.com/llvm/llvm-project/blob/0a8bc14ad7f3209fe702d18e250194cd90188596/llvm/lib/Transf…
61 This work-in-progress proposal is to change the coding standard for variable
65 …<https://github.com/llvm/llvm-project/blob/8b72080d4d7b13072f371712eed333f987b7a18e/llvm/lib/CodeG…
74 but here we use the terminology from clang-tidy).
91 ------------------------------
114 While switching coding standard will make it easier to use non-acronym names for
[all …]
H A DGitHubMove.rst9 the GitHub migration `status page <https://llvm.org/GitHubMigrationStatus.html>`_
22 infrastructure) will continue to work with a Git-based LLVM.
29 This proposal relates only to moving the hosting of our source-code repository
31 using GitHub's issue tracker, pull-requests, or code-review.
35 username/password-hash.
41 ----------------
57 --------
66 through the Git-SVN integration.
82 -----------
85 projects. Any of these could replace the code-hosting infrastructure that we
[all …]
/llvm-project/libc/docs/
H A Dfull_host_build.rst19 build for developing LLVM-libc, then we will explain how to build LLVM-libc as
26 Below is the list of commands for a simple recipe to build LLVM-libc for
35 ``gcc-multilib`` package creates this symlink, or you can do it manually with
37 ``sudo ln -s /usr/include/<HOST TRIPLE>/asm /usr/include/asm``
38 (your host triple will probably be similar to ``x86_64-linux-gnu``)
40 .. code-block:: sh
42 $> cd llvm-project # The llvm-projec
[all...]
/llvm-project/llvm/docs/
H A DExceptionHandling.rst14 front-ends or dealing directly with the information. Further, this document
18 Itanium ABI Zero-cost Exception Handling
19 --------
[all...]
H A DCMake.rst11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
34 We use here the command-line, non-interactive CMake interface.
36 #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install
45 .. code-block:: console
53 .. code-block:: console
70 components are built; see the `Frequently Used LLVM-related
76 .. code-block:: console
78 $ cmake -
[all...]
/llvm-project/clang/
H A DCMakeLists.txt36 # Assertions should follow llvm-config's.
50 find_program(LLVM_TABLEGEN_EXE "llvm-tblgen" ${LLVM_TOOLS_BINARY_DIR}
57 # DLL platform -- put DLLs into bin.
107 NAMES llvm-lit lit.py lit
113 if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/llvm-lit)
114 add_subdirectory(${LLVM_MAIN_SRC_DIR}/utils/llvm-lit utils/llvm-lit)
126 message(FATAL_ERROR "llvm-gtest not found. Please install llvm-gtes
[all...]
/llvm-project/llvm/
H A DCMakeLists.txt1 # See docs/CMake.html for instructions about how to build LLVM with CMake.
30 # "Symbol version prefix for libLLVM.so and libclang-cpp.so"
36 "default, even for 64-bit targets. This can result in linker "
37 "instability and out of memory errors. To use the 64-bit "
38 "host compiler, pass -Thost=x64 on the CMake command line.")
91 No build type selected. You need to pass -DCMAKE_BUILD_TYPE=<type> in order to configure LLVM.
93 * -DCMAKE_BUILD_TYPE=Release - For an optimized build with no assertions or debug info.
94 * -DCMAKE_BUILD_TYP
[all...]
/llvm-project/libcxx/
H A DCMakeLists.txt33 message(STATUS "Configuring for clang-cl")
47 # Basic options ---------
[all...]
/llvm-project/libcxx/docs/ReleaseNotes/
H A D18.rst
/llvm-project/libunwind/
H A DLICENSE.TXT72 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
79 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
87 cross-claim or counterclaim in a lawsuit) alleging that the Work
119 wherever such third-party notices normally appear. The contents
152 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
191 identification within third-party archives.
199 http://www.apache.org/licenses/LICENSE-2.0
208 ---- LLVM Exceptions to the Apache 2.0 License ----
237 Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
240 The libunwind library is dual licensed under both the University of Illinois
[all …]