Lines Matching +full:docs +full:- +full:clang +full:- +full:tools +full:- +full:html
6 additions. Please post on the `Discourse forums (Runtimes -
19 OpenMP impacts various parts of the LLVM project, from the frontends (`Clang
20 <https://clang.llvm.org/docs/OpenMPSupport.html>`_ and Flang), through
21 middle-end :ref:`optimizations <llvm_openmp_optimizations>`, up to the
24 A high-level overview of OpenMP in LLVM can be found :doc:`here <design/Overview>`.
36 both Flang and Clang. For this purpose, LLVM's OpenMP runtimes are
37 being extended to serve as OpenACC runtimes. In some cases, Clang
50 LLVM, since `version 11 <https://releases.llvm.org/download.html#11.0.0>`_ (12 Oct
51 2020), has an :doc:`OpenMP-Aware optimization pass <optimizations/OpenMPOpt>`
55 In-depth discussion of the topic can be found :doc:`here <optimizations/Overview>`.
67 <https://llvm.org/docs/Remarks.html>`_ issues during
68 compilation. The remarks can be enabled from the clang frontend `[1]`_ `[2]`_
69 in various formats `[3]`_ `[4]`_ to be used by tools, i.a., `opt-viewer` or
70 `llvm-opt-report` (dated).
77 .. _`[1]`: https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports
78 .. _`[2]`: https://clang.llvm.org/docs/ClangCommandLineReference.html#diagnostic-flags
79 .. _`[3]`: https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-foptimization…
80 .. _`[4]`: https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang1-fsave-optimi…
82 + `[1]`_ https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports
83 + `[2]`_ https://clang.llvm.org/docs/ClangCommandLineReference.html#diagnostic-flags
84 + `[3]`_ https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-foptimization-r…
85 + `[4]`_ https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang1-fsave-optimiza…
94 OpenMP Command-Line Argument Reference
97 `Clang command-line argument reference <https://clang.llvm.org/docs/ClangCommandLineReference.html>…
99 :doc:`command-line argument reference <CommandLineArgumentReference>`
101 contains a list of OpenMP offloading related command-line arguments.
130 The current (in-progress) release notes can be found :doc:`here <ReleaseNotes>` while
132 Download Page <https://releases.llvm.org/download.html>`_.
139 In-Progress ReleaseNotes <ReleaseNotes>