/llvm-project/.github/workflows/ |
H A D | release-documentation.yml | 1 name: Release Documentation 9 release-version: 10 description: 'Release Version' 14 description: 'Upload documentation' 20 release-version: 21 description: 'Release Version' 25 description: 'Upload documentation' [all...] |
H A D | release-tasks.yml | 1 name: Release Task 9 # The regex support here is limited, so just match everything that starts with llvmorg- and filter later. 10 - 'llvmorg-*' 13 validate-tag: 15 runs-on: ubuntu-latest 16 if: github.repository == 'llvm/llvm-project' 18 release-versio [all...] |
H A D | release-doxygen.yml | 1 name: Release Doxygen 9 release-version: 10 description: 'Release Version' 14 description: 'Upload documentation' 20 release-version: 21 description: 'Release Version' 25 description: 'Upload documentation' 34 release [all...] |
H A D | docs.yml | 1 # LLVM Documentation CI 4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6 name: "Test documentation build" 14 - 'main' 16 - 'llvm/docs/**' 17 - 'clang/docs/**' 18 - 'clan [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 #===------------------------------------------------------------------------===# 10 # Build documentation for LLVM releases. 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 [all …]
|
/llvm-project/flang/docs/ |
H A D | ReleaseNotes.md | 1 # Flang |version| (In-Progress) Release Notes 5 > These are in-progress notes for the upcoming LLVM |version| release. 6 > Release notes for previous releases can be found on [the Download 11 This document contains the release notes for the Flang Fortran frontend, 12 part of the LLVM Compiler Infrastructure, release |version|. Here we 14 improvements from the previous release and new feature work. For the 15 general LLVM release notes, see [the LLVM 16 documentation](https://llvm.org/docs/ReleaseNotes.html). All LLVM 21 document applies to the *next* release, not the current one. To see the 22 release notes for a specific release, please see the [releases [all …]
|
H A D | GettingStarted.md | 1 <!--===- docs/GettingStarted.md 5 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 --> 12 --- 14 --- 36 compiler-rt. Note that compiler-rt is only needed to access libraries that 39 includig GNU and clang. But building compiler-rt requres using the clang 44 into a directory called llvm-project. The build will also 46 the built files), install (holds the installed files, and compiler-rt (holds 47 the result of building compiler-rt). [all …]
|
H A D | conf.py | 1 # -*- coding: utf-8 -*- 2 # Flang documentation build configuration file. 15 # documentation root, use os.path.abspath to make it absolute, like shown here. 18 # -- General configuration ----------------------------------------------------- 20 # If your documentation needs a minimal Sphinx version, state it here. 39 if not tags.has("builder-man"): 50 # source_encoding = 'utf-8-sig' 57 copyright = "2017-%d, The Flang Team" % date.today().year 60 # |version| and |release|, also used in various other places throughout the 63 # everytime a new release comes out. [all …]
|
/llvm-project/openmp/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # LLDB documentation build configuration file, created by 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012. 19 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 38 # source_encoding = 'utf-8-sig' 45 copyright = "2013-%d, LLVM/OpenMP" % date.today().year 48 # |version| and |release|, also used in various other places throughout the 51 # everytime a new release comes out. [all …]
|
/llvm-project/lldb/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # LLDB documentation build configuration file, created by 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012. 19 building_man_page = tags.has("builder-man") 22 # we can generate documentation for its API. 26 # documentation roo [all...] |
/llvm-project/libunwind/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # libunwind documentation build configuration file. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 37 # source_encoding = 'utf-8-sig' 44 copyright = "2011-%d, LLVM Project" % date.today().year 47 # |version| and |release|, also used in various other places throughout the 53 release = "17.0" variable 55 # The language for content autogenerated by Sphinx. Refer to documentation [all …]
|
/llvm-project/libcxx/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # libc++ documentation build configuration file. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 37 # source_encoding = 'utf-8-sig' 44 copyright = "2011-%d, LLVM Project" % date.today().year 47 # |version| and |release|, also used in various other places throughout the 53 release = "17.0" variable 55 # The language for content autogenerated by Sphinx. Refer to documentation [all …]
|
/llvm-project/llvm/docs/ |
H A D | HowToReleaseLLVM.rst | 2 How To Release LLVM To The Public 8 This document contains information about successfully releasing LLVM --- 9 including sub-projects: e.g., ``clang`` and ``compiler-rt`` --- to the public. 10 It is the Release Manage 372 tagUpdate Documentation global() argument [all...] |
H A D | GitHub.rst | 1 .. _github-reviews: 10 `Source Code <https://github.com/llvm/llvm-project>`_, 11 `Releases <https://github.com/llvm/llvm-project/releases>`_, 12 `Issue Tracking <https://github.com/llvm/llvm-project/issues>`_., and 13 `Code Reviews <https://github.com/llvm/llvm-project/pulls>`_. 22 intended to be able to support "stacked" pull-request. Do not create any branches in the 23 llvm/llvm-project repository otherwise, please use a fork (see below). User branches that 24 aren't associated with a pull-request **will be deleted**. 32 Graphite will want to create branches under ``llvm/llvm-project`` rather than your 39 If you didn't do the above and Graphite created non-prefixe [all...] |
H A D | GettingStartedVS.rst | 38 -------- 42 Release mode and much more in Debug mode. SSD drive and >16GB RAM are 47 -------- 63 You will need `Git for Windows <https://git-scm.com/>`_ with bash tools, too. 77 4. Download and install the latest `Python 3 release <http://www.python.org/>`_. 91 .. code-block:: bat 102 .. code-block:: bat 112 .. code-block:: bat 115 git clone https://github.com/llvm/llvm-project.git llvm 118 from the `releases page <https://github.com/llvm/llvm-project/releases>`_. [all …]
|
/llvm-project/third-party/benchmark/ |
H A D | README.md | 3 …-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github… 6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu… 35 It may also help to read the [Google Test documentation](https://github.com/google/googletest/blob/… 40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss) 45 [Additional Tooling Documentation](docs/tools.md) 47 [Assembly Testing Documentation](docs/AssemblyTests.md) 63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md). 67 This describes the installation process using cmake. As pre-requisites, you'll 79 $ cmake -E make_directory "build" 81 $ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../ [all …]
|
/llvm-project/clang/docs/analyzer/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # Clang Static Analyzer documentation build configuration file, created by 4 # sphinx-quickstart on Wed Jan 2 15:54:28 2013. 19 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 38 # source_encoding = 'utf-8-sig' 45 copyright = "2013-%d, Analyzer Team" % date.today().year 48 # |version| and |release|, also used in various other places throughout the 54 release = "17" variable [all …]
|
/llvm-project/libc/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # libc documentation build configuration file. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration - [all...] |
/llvm-project/polly/lib/External/isl/imath/ |
H A D | ChangeLog | 10 Added recursive multiplication and squaring (Karatsuba-Ofman) for 15 Added documentation on mp_get_multiply_threshold() and the reason 20 to be computed for > 30 digits or so. Added a pi-computation test 25 Cleaned up a sign-related bug in mp_int_gcd(), which would cause 47 Fixed a sign-related bug in mp_int_invmod(). 50 of 32-bit digits. Many architectures cannot shift by 32 bits at a 55 Fixed several arithmetic issues with 32-bit digits that arose due 56 to missing type-casts on the right-hand sides of assignments. 88 Silenced a sign-related warning in pi.c (related to printf). 91 original bug proof-of-concept from Tom Wu, and a series of new [all …]
|
/llvm-project/libcxx/docs/ReleaseNotes/ |
H A D | 18.rst |
|
H A D | 19.rst | 2 Libc++ 19.0.0 (In-Progress) Release Notes 13 These are in-progress notes for the upcoming libc++ 19.0.0 release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the libc++ C++ Standard Library, 21 part of the LLVM Compiler Infrastructure, release 19.0.0. Here we describe the 23 release and new feature work. For the general LLVM release notes, see `the LLVM 24 documentation <http [all...] |
/llvm-project/pstl/docs/ |
H A D | ReleaseNotes.rst | 2 PSTL 21.0.0 (In-Progress) Release Notes 13 These are in-progress notes for the upcoming pstl 19 release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the PSTL parallel algorithms 21 library, part of the LLVM Compiler Infrastructure, release 17.0.0. Here we 23 from the previous release and new feature work. For the general LLVM release 24 notes, see `the LLVM documentation <http [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | README.md | 4 This is not its documentation. 6 - the **website** is https://clangd.llvm.org/. 7 - the **bug tracker** is https://github.com/clangd/clangd/issues 8 - the **source code** is hosted at https://github.com/llvm/llvm-project/tree/main/clang-tools-extra… 9 - the **website source code** is at https://github.com/llvm/clangd-www/ 16 - chat: #clangd room hosted on [LLVM's Discord 18 - user questions and feature requests can be asked in the clangd topic on [LLVM 19 Discussion Forums](https://llvm.discourse.group/c/llvm-project/clangd/34) 24 - Clone the LLVM repo to `$LLVM_ROOT`. 25 - Create a build directory, for example at `$LLVM_ROOT/build`. [all …]
|
/llvm-project/polly/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # Polly documentation build configuration file, created by 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2013. 19 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 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 52 # non-false value, then it is used: [all …]
|
/llvm-project/clang-tools-extra/docs/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 3 # Extra Clang Tools documentation build configuration file, created by 4 # sphinx-quickstart on Wed Feb 13 10:00:18 2013. 19 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 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 52 # non-false value, then it is used: [all …]
|