Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

llvm13-doc-13.0.1-13.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: llvm13-doc Distribution: openSUSE:Factory:zSystems
Version: 13.0.1 Vendor: openSUSE
Release: 13.2 Build date: Wed Mar 6 04:20:24 2024
Group: Documentation/HTML Build host: reproducible
Size: 27420854 Source RPM: llvm13-13.0.1-13.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.llvm.org/
Summary: Documentation for LLVM
This package contains documentation for the LLVM infrastructure.

Provides

Requires

License

Apache-2.0 WITH LLVM-exception AND NCSA

Changelog

* Wed Mar 06 2024 Michael Gorse <mgorse@suse.com>
  - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being
    pulled in by cmake in SLE-15-SP6.
* Mon Mar 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]].
  - Disable test that fails on ppc64le.
* Fri Mar 01 2024 pgajdos@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Thu Jan 11 2024 Fabian Vogt <fvogt@suse.com>
  - Use %_target_* for determining the compiler host triple (boo#1218701)
* Thu Nov 30 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Manage clang-cpp with update-alternatives like other binaries.
* Thu Jun 15 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Fix conflicts/provides for python3-clang to point to
    %python3_sitelib instead of %python3_sitearch.
* Tue May 09 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't use gold for linking anymore: on s390x we use ld.bfd with
    LLVMgold.so, on ppc64 we disable ThinLTO for now. (boo#1210688)
  - Using ld.bfd on s390x exposed an issue with the existing
    llvm_build_tablegen_component_as_shared_library.patch: linking
    llvm-tblgen with libLLVM.so means we also have to link libraries
    used for that (like LLVMTableGenGlobalISel) with libLLVM.so.
  - Rewrite summary and description for llvm-gold to point out that
    it can also be used with ld.bfd, recommend with binutils.
* Fri Mar 24 2023 Ben Greiner <code@bnavigator.de>
  - Add llvm-gcc13-issue55711.patch
    * Fix gh#llvm/llvm-project#55711 with gcc13
* Sun Oct 30 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.
* Sat Sep 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Make sure we keep -DNDEBUG. At some point %{optflags} must have
    lost it, perhaps because CMake usually adds it on top. So when
    overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to
    take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF,
    because that's the default anyway and hasn't helped here.
  - Add llvm-glibc-2-36.patch in order to address boo#1202215.
* Sun Apr 24 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't override default linker flags. (We were losing -Wl,-z,now.)
* Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Split up Clang libraries: libclang.so is no longer so-versioned
    alongside LLVM but will stay at libclang.so.13 for now. So we
    put it into a separate package from libclang-cpp.so. Since we
    can't have multiple LLVM versions generate the same package, we
    prefix it for the non-default LLVM with a mechanism inspired by
    the GCC packaging.
  - Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer
    to libclang only by soname, because the installed library might
    be newer than the one originally build with the package.
  - Use the same mechanism to for libc++ and package Clang scripts
    only for the default version. This means we'll no longer have to
    touch the package when a new major version comes out.
  - Make sure we properly clean up the clang scripts if we're not
    packaging them.
  - Let python3-clang use libclang.so.XX, which means we can always
    build it and makes it depend on libclang instead of clang-devel.
  - Fix some rpmlint issues: we don't need explicit library
    dependencies that are detected automatically, and we add proper
    library dependencies to the *-devel packages.
  - Merge llvm-LTO-devel into llvm-devel. That's where the header
    files already are, and they are hard to separate.
  - Let llvm-polly-devel depend on llvm-devel.
  - Remove libLTO and *-devel packages from baselibs, they don't
    seem to be needed. We mostly need libLLVM and maybe libclang-cpp.
  - Consistently set host triple as *-suse-linux-gnu*.
  - Only suggest documentation packages.
* Wed Mar 09 2022 Dirk Müller <dmueller@suse.com>
  - Add llvm-rust-mangle-for-fastcall.patch for rust 1.59.
* Sun Mar 06 2022 Dirk Müller <dmueller@suse.com>
  - Fix armv6hl cpu architecture typo.
* Sat Feb 19 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Let clang-devel accept a newer version of clang-tools:
    we don't keep multiple versions of the latter.
* Tue Feb 15 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - AND instead of OR in License tag after sr#954337.
* Mon Feb 14 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - More conflicts for addition to Leap: clang-tools conflicts with
    llvm9 because that doesn't have the move of hmaptool yet, and
    llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.
* Tue Feb 08 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we're
    deliberately conflicting with SLE here to offer a newer version
    than what SUSE wants to support.
    (https://code.opensuse.org/leap/features/issue/55)
* Thu Feb 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 13.0.1.
    * This release contains bug-fixes for the LLVM 13.0.0 release.
      This release is API and ABI compatible with 13.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * llvm-fix-building-with-GCC-12.patch
  - Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH
    for building and testing to simulate behavior of actual package.
* Mon Jan 31 2022 Andreas Schwab <schwab@suse.de>
  - Update constraints for riscv64
* Thu Jan 20 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add support for experimental targets and enable the M68k backend
  - Add patch to fix testsuite after enabling the M68k backend
    + llvm-update-extract-section-script.patch
* Sat Dec 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - BuildRequires: python-rpm-macros to fix Leap 15.3 build.
  - More memory for GCC compile jobs.
* Fri Nov 12 2021 Alberto Planas Dominguez <aplanas@suse.com>
  - Add FileCheck into the devel package, as is required for testing
    Rust (boo#1192629)
* Tue Nov 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Let clang recommend gcc and glibc-devel as we need both for
    building executables. No hard requirement because Clang can be
    used as a frontend only. (boo#1191587)
  - Set minimal CMake version required.
* Tue Nov 02 2021 Martin Liška <mliska@suse.cz>
  - Backport llvm-fix-building-with-GCC-12.patch in order to fix building
    with GCC 12.
* Sat Oct 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 13.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools:
    - llvm-otool: Mach-O object file displaying tool.
    - llvm-sim: LLVM IR Similarity Visualizer.
    - llvm-tapi-diff: Diff tool for tbd files.
    - llvm-windres: Tool to manipulate Windows resources.
    * llvm-elfabi was removed.
    * New Clang tools:
    - clang-repl, an interactive interpreter for C/C++.
    - intercept-build, analyze-build: the former intercepts build
      commands to build a compilation database, the latter runs
      the static analyzer over all translation units.
    - scan-build-py: Python reimplementation of scan-build.
  - Rebase patches:
    * link-clang-shared.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-exegesis-link-dylib.patch
  - Drop patches that have landed upstream:
    * tablegen-test-link-static.patch
  - Run tests on more architectures, disable those that seem to hang.
    Don't run libcxx tests at all anymore because they take so long.
  - Relax constraints so that we can build on more machines.
* Sat Sep 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Set CMAKE_LINKER to workaround CMake wanting to use lld just
    because we're using clang as compiler. Fixes build on aarch64.
    (https://bugs.llvm.org/show_bug.cgi?id=51115)
* Sat Jul 10 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 12.0.1.
    * This release contains bug-fixes for the LLVM 12.0.0 release.
      This release is API and ABI compatible with 12.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * clangd-cmake-non-standard-layout.patch
    * compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch
    * lld-no-version-on-undefined-weak-lazy-symbols.patch
* Fri Jul 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch:
    Fix build with linux-glibc-devel 5.13.
* Thu May 13 2021 Martin Liška <mliska@suse.cz>
  - Set memory limits for DWZ to 4x.
* Fri Apr 16 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 12.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html
  - Rebase patches:
    * assume-opensuse.patch
    * lldb-cmake.patch
    * llvm-better-detect-64bit-atomics-support.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm_build_tablegen_component_as_shared_library.patch
  - Drop patches that have landed upstream:
    * Fix-missing-include.patch
  - Always use ld.bfd for stage 1, use lld for stage 2 where we use
    ThinLTO and where it's supported, gold where lld doesn't work,
    and ld.bfd where we don't use ThinLTO. (boo#1181621)
  - Add lld-no-version-on-undefined-weak-lazy-symbols.patch to fix a
    bug in lld that made libLLVM.so contain a corrupt symbol version.
  - Add clangd-cmake-non-standard-layout.patch to fix build in our
    non-monorepo layout.
* Sun Feb 14 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't use gold and ThinLTO on ppc64le because of boo#1181621.
  - Fix-missing-include.patch: fix build with GCC 11. (boo#1181875)
  - CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch:
    Fix target component lookup. (boo#1180748)
* Sat Jan 09 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 11.0.1.
    * This release contains bug-fixes for the LLVM 11.0.0 release.
      This release is API and ABI compatible with 11.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete compiler-rt-dont-compile-assembly-files-as-c.patch.
  - Make documentation tarballs more reproducible.
* Wed Jan 06 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Increase required RAM for aarch64
* Fri Jan 01 2021 Callum Farmer <gmbr3@opensuse.org>
  - Move BFD plugins to %{_libdir}

Files

/usr/share/doc/packages/llvm
/usr/share/doc/packages/llvm/AMDGPU
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX10.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX1011.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX7.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX8.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX9.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX900.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX904.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX906.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX908.html
/usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX90a.html
/usr/share/doc/packages/llvm/AMDGPU/gfx1011_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx1011_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx1011_src32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx1011_src32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx1011_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx1011_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx1011_vsrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_addr_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_addr_ds.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_addr_flat.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_addr_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_attr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_base_smem_addr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_base_smem_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_base_smem_scratch.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_bimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_bimm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_buf_atomic128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_buf_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_buf_atomic64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_mimg_atomic_cmp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_mimg_atomic_reg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_mimg_store.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_mimg_store_d16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_smem_atomic128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_smem_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_data_smem_atomic64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_buf_128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_buf_32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_buf_64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_buf_96.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_buf_lds.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_flat_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_flat_atomic64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_mimg_gather4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_mimg_regular.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_dst_mimg_regular_d16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_fimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_fimm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_hwreg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_label.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_mad_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_mod_dpp_sdwa_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_mod_sdwa_sext.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_mod_vop3_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_msg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_offset_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_offset_smem_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_offset_smem_plain.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_opt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_param.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_perm_smem.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ret.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_rsrc_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_rsrc_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_saddr_flat_global.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_saddr_flat_scratch.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_samp_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst256_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst512_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_simm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src32_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src32_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_src_exp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc32_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_tgt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_uimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_flat_global.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_flat_scratch.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vcc_32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata96_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst96_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_waitcnt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_wsdst.html
/usr/share/doc/packages/llvm/AMDGPU/gfx10_wssrc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_addr_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_addr_ds.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_addr_flat.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_addr_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_attr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_base_smem_addr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_base_smem_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_bimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_bimm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_data_buf_atomic128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_data_buf_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_data_buf_atomic64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_data_mimg_atomic_cmp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_data_mimg_atomic_reg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_data_mimg_store.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_buf_128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_buf_32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_buf_64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_buf_96.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_buf_lds.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_flat_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_flat_atomic64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_mimg_gather4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_dst_mimg_regular.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_fimm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_hwreg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_label.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_mod.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_msg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_offset_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_offset_smem.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_opt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_param.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ret.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_rsrc_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_rsrc_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_samp_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst256_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst512_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_simm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src32_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src32_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src64_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_src_exp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc32_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc32_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc64_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc64_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_tgt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_uimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vcc_64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata96_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst96_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx7_waitcnt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_addr_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_addr_ds.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_addr_flat.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_addr_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_attr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_base_smem_addr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_base_smem_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_bimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_bimm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_buf_atomic128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_buf_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_buf_atomic64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_buf_d16_128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_buf_d16_32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_buf_d16_64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_buf_d16_96.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_mimg_atomic_cmp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_mimg_atomic_reg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_mimg_store.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_data_mimg_store_d16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_96.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_d16_128.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_d16_32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_d16_64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_d16_96.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_buf_lds.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_flat_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_flat_atomic64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_mimg_gather4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_mimg_regular.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_dst_mimg_regular_d16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_fimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_fimm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_hwreg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_imask.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_label.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_mod_sdwa_sext.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_mod_vop3_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_msg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_offset_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_offset_smem_load.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_offset_smem_store.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_opt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_param.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_perm_smem.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ret.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_rsrc_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_rsrc_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_samp_mimg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdata128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdata32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdata64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst256_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst512_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_simm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src32_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_src_exp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc64_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc64_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc64_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_tgt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_uimm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vcc_64.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata96_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst96_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx8_waitcnt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx900_mad_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx900_mod_vop3_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx900_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx900_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx900_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx904_mad_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx904_mod_vop3_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx904_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx904_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx904_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_mad_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_mod_dpp_sdwa_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_mod_sdwa_sext.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_mod_vop3_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_src32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_src32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_src32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx906_vsrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_addr_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_adst1024_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_adst128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_adst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_adst512_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_asrc1024_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_asrc128_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_asrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_asrc512_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_data_buf_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_dst_flat_atomic32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_mad_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_mod_dpp_sdwa_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_mod_sdwa_sext.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_mod_vop3_abs_neg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_offset_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_opt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_ret.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_rsrc_buf.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_saddr_flat_global.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_src32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_src32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_src32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_src32_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_src32_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_src32_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_type_dev.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_vaddr_flat_global.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_vasrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_vasrc64_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_vdata32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_vdst32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc32_0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_dst.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_fx_operand.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_hwreg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_imask.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_imm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_imm16_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_imm16_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_label.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_m.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_m_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_msg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_opt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_probe.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_saddr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_saddr_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sbase.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sbase_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sbase_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_simm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_simm32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_simm32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_soffset.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_soffset_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_soffset_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_10.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_11.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_9.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_srsrc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_srsrc_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssamp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_type_deviation.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vcc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata0_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata1_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_10.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_9.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_10.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_11.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_12.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_13.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_14.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_15.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_17.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_18.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_19.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_9.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx90a_waitcnt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_attr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_dst.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_hwreg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_imask.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_imm16.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_imm16_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_imm16_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_label.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_m.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_m_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_msg.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_opt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_param.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_probe.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_saddr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_saddr_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sbase.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sbase_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sbase_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_simm32.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_simm32_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_simm32_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_soffset.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_soffset_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_soffset_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_10.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_src_9.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_srsrc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_srsrc_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssamp.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_tgt.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_type_deviation.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vcc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata0.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata0_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata1_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_10.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_9.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_10.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_11.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_12.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_13.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_4.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_5.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_6.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_7.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_8.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_9.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc_1.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc_2.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc_3.html
/usr/share/doc/packages/llvm/AMDGPU/gfx9_waitcnt.html
/usr/share/doc/packages/llvm/AMDGPUDwarfExtensionsForHeterogeneousDebugging.html
/usr/share/doc/packages/llvm/AMDGPUInstructionNotation.html
/usr/share/doc/packages/llvm/AMDGPUInstructionSyntax.html
/usr/share/doc/packages/llvm/AMDGPUModifierSyntax.html
/usr/share/doc/packages/llvm/AMDGPUOperandSyntax.html
/usr/share/doc/packages/llvm/AMDGPUUsage.html
/usr/share/doc/packages/llvm/AddingConstrainedIntrinsics.html
/usr/share/doc/packages/llvm/AdvancedBuilds.html
/usr/share/doc/packages/llvm/AliasAnalysis.html
/usr/share/doc/packages/llvm/Atomics.html
/usr/share/doc/packages/llvm/Benchmarking.html
/usr/share/doc/packages/llvm/BigEndianNEON.html
/usr/share/doc/packages/llvm/BitCodeFormat.html
/usr/share/doc/packages/llvm/BlockFrequencyTerminology.html
/usr/share/doc/packages/llvm/BranchWeightMetadata.html
/usr/share/doc/packages/llvm/BugLifeCycle.html
/usr/share/doc/packages/llvm/Bugpoint.html
/usr/share/doc/packages/llvm/BugpointRedesign.html
/usr/share/doc/packages/llvm/BuildingADistribution.html
/usr/share/doc/packages/llvm/CFIVerify.html
/usr/share/doc/packages/llvm/CMake.html
/usr/share/doc/packages/llvm/CMakePrimer.html
/usr/share/doc/packages/llvm/CodeGenerator.html
/usr/share/doc/packages/llvm/CodeOfConduct.html
/usr/share/doc/packages/llvm/CodeReview.html
/usr/share/doc/packages/llvm/CodingStandards.html
/usr/share/doc/packages/llvm/CommandGuide
/usr/share/doc/packages/llvm/CommandGuide/FileCheck.html
/usr/share/doc/packages/llvm/CommandGuide/bugpoint.html
/usr/share/doc/packages/llvm/CommandGuide/clang-tblgen.html
/usr/share/doc/packages/llvm/CommandGuide/dsymutil.html
/usr/share/doc/packages/llvm/CommandGuide/index.html
/usr/share/doc/packages/llvm/CommandGuide/lit.html
/usr/share/doc/packages/llvm/CommandGuide/llc.html
/usr/share/doc/packages/llvm/CommandGuide/lldb-tblgen.html
/usr/share/doc/packages/llvm/CommandGuide/lli.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-addr2line.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-ar.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-as.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-bcanalyzer.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-config.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-cov.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-cxxfilt.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-cxxmap.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-diff.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-dis.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-dwarfdump.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-exegesis.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-extract.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-install-name-tool.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-lib.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-libtool-darwin.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-link.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-lipo.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-locstats.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-mca.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-nm.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-objcopy.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-objdump.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-otool.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-pdbutil.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-profdata.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-profgen.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-ranlib.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-readelf.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-readobj.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-size.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-stress.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-strings.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-strip.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-symbolizer.html
/usr/share/doc/packages/llvm/CommandGuide/llvm-tblgen.html
/usr/share/doc/packages/llvm/CommandGuide/mlir-tblgen.html
/usr/share/doc/packages/llvm/CommandGuide/opt.html
/usr/share/doc/packages/llvm/CommandGuide/tblgen.html
/usr/share/doc/packages/llvm/CommandLine.html
/usr/share/doc/packages/llvm/CompileCudaWithLLVM.html
/usr/share/doc/packages/llvm/CompilerWriterInfo.html
/usr/share/doc/packages/llvm/Contributing.html
/usr/share/doc/packages/llvm/Coroutines.html
/usr/share/doc/packages/llvm/CoverageMappingFormat.html
/usr/share/doc/packages/llvm/DebuggingJITedCode.html
/usr/share/doc/packages/llvm/DependenceGraphs
/usr/share/doc/packages/llvm/DependenceGraphs/index.html
/usr/share/doc/packages/llvm/DeveloperPolicy.html
/usr/share/doc/packages/llvm/Docker.html
/usr/share/doc/packages/llvm/ExceptionHandling.html
/usr/share/doc/packages/llvm/ExtendingLLVM.html
/usr/share/doc/packages/llvm/Extensions.html
/usr/share/doc/packages/llvm/FAQ.html
/usr/share/doc/packages/llvm/FaultMaps.html
/usr/share/doc/packages/llvm/Frontend
/usr/share/doc/packages/llvm/Frontend/PerformanceTips.html
/usr/share/doc/packages/llvm/FuzzingLLVM.html
/usr/share/doc/packages/llvm/GarbageCollection.html
/usr/share/doc/packages/llvm/GetElementPtr.html
/usr/share/doc/packages/llvm/GettingInvolved.html
/usr/share/doc/packages/llvm/GettingStarted.html
/usr/share/doc/packages/llvm/GettingStartedTutorials.html
/usr/share/doc/packages/llvm/GettingStartedVS.html
/usr/share/doc/packages/llvm/GitBisecting.html
/usr/share/doc/packages/llvm/GlobalISel
/usr/share/doc/packages/llvm/GlobalISel/GMIR.html
/usr/share/doc/packages/llvm/GlobalISel/GenericOpcode.html
/usr/share/doc/packages/llvm/GlobalISel/IRTranslator.html
/usr/share/doc/packages/llvm/GlobalISel/InstructionSelect.html
/usr/share/doc/packages/llvm/GlobalISel/KnownBits.html
/usr/share/doc/packages/llvm/GlobalISel/Legalizer.html
/usr/share/doc/packages/llvm/GlobalISel/Pipeline.html
/usr/share/doc/packages/llvm/GlobalISel/Porting.html
/usr/share/doc/packages/llvm/GlobalISel/RegBankSelect.html
/usr/share/doc/packages/llvm/GlobalISel/Resources.html
/usr/share/doc/packages/llvm/GlobalISel/index.html
/usr/share/doc/packages/llvm/GoldPlugin.html
/usr/share/doc/packages/llvm/GwpAsan.html
/usr/share/doc/packages/llvm/HowToAddABuilder.html
/usr/share/doc/packages/llvm/HowToBuildOnARM.html
/usr/share/doc/packages/llvm/HowToBuildWindowsItaniumPrograms.html
/usr/share/doc/packages/llvm/HowToBuildWithPGO.html
/usr/share/doc/packages/llvm/HowToCrossCompileBuiltinsOnArm.html
/usr/share/doc/packages/llvm/HowToCrossCompileLLVM.html
/usr/share/doc/packages/llvm/HowToReleaseLLVM.html
/usr/share/doc/packages/llvm/HowToSetUpLLVMStyleRTTI.html
/usr/share/doc/packages/llvm/HowToSubmitABug.html
/usr/share/doc/packages/llvm/HowToUpdateDebugInfo.html
/usr/share/doc/packages/llvm/HowToUseAttributes.html
/usr/share/doc/packages/llvm/HowToUseInstrMappings.html
/usr/share/doc/packages/llvm/InAlloca.html
/usr/share/doc/packages/llvm/JITLink.html
/usr/share/doc/packages/llvm/LangRef.html
/usr/share/doc/packages/llvm/Lexicon.html
/usr/share/doc/packages/llvm/LibFuzzer.html
/usr/share/doc/packages/llvm/LinkTimeOptimization.html
/usr/share/doc/packages/llvm/LoopTerminology.html
/usr/share/doc/packages/llvm/MCJITDesignAndImplementation.html
/usr/share/doc/packages/llvm/MIRLangRef.html
/usr/share/doc/packages/llvm/MarkdownQuickstartTemplate.html
/usr/share/doc/packages/llvm/MarkedUpDisassembly.html
/usr/share/doc/packages/llvm/MeetupGuidelines.html
/usr/share/doc/packages/llvm/MemTagSanitizer.html
/usr/share/doc/packages/llvm/MemorySSA.html
/usr/share/doc/packages/llvm/MergeFunctions.html
/usr/share/doc/packages/llvm/NVPTXUsage.html
/usr/share/doc/packages/llvm/NewPassManager.html
/usr/share/doc/packages/llvm/ORCv2.html
/usr/share/doc/packages/llvm/OpaquePointers.html
/usr/share/doc/packages/llvm/OptBisect.html
/usr/share/doc/packages/llvm/PDB
/usr/share/doc/packages/llvm/PDB/CodeViewSymbols.html
/usr/share/doc/packages/llvm/PDB/CodeViewTypes.html
/usr/share/doc/packages/llvm/PDB/DbiStream.html
/usr/share/doc/packages/llvm/PDB/GlobalStream.html
/usr/share/doc/packages/llvm/PDB/HashTable.html
/usr/share/doc/packages/llvm/PDB/ModiStream.html
/usr/share/doc/packages/llvm/PDB/MsfFile.html
/usr/share/doc/packages/llvm/PDB/PdbStream.html
/usr/share/doc/packages/llvm/PDB/PublicStream.html
/usr/share/doc/packages/llvm/PDB/TpiStream.html
/usr/share/doc/packages/llvm/PDB/index.html
/usr/share/doc/packages/llvm/Packaging.html
/usr/share/doc/packages/llvm/Passes.html
/usr/share/doc/packages/llvm/Phabricator.html
/usr/share/doc/packages/llvm/ProgrammersManual.html
/usr/share/doc/packages/llvm/Projects.html
/usr/share/doc/packages/llvm/Proposals
/usr/share/doc/packages/llvm/Proposals/GitHubMove.html
/usr/share/doc/packages/llvm/Proposals/LLVMLibC.html
/usr/share/doc/packages/llvm/Proposals/TestSuite.html
/usr/share/doc/packages/llvm/Proposals/VariableNames.html
/usr/share/doc/packages/llvm/Proposals/VectorPredication.html
/usr/share/doc/packages/llvm/Proposals/VectorizationPlan.html
/usr/share/doc/packages/llvm/Reference.html
/usr/share/doc/packages/llvm/ReleaseNotes.html
/usr/share/doc/packages/llvm/ReleaseProcess.html
/usr/share/doc/packages/llvm/Remarks.html
/usr/share/doc/packages/llvm/ReportingGuide.html
/usr/share/doc/packages/llvm/ScudoHardenedAllocator.html
/usr/share/doc/packages/llvm/Security.html
/usr/share/doc/packages/llvm/SegmentedStacks.html
/usr/share/doc/packages/llvm/SourceLevelDebugging.html
/usr/share/doc/packages/llvm/SpeculativeLoadHardening.html
/usr/share/doc/packages/llvm/SphinxQuickstartTemplate.html
/usr/share/doc/packages/llvm/StackMaps.html
/usr/share/doc/packages/llvm/StackSafetyAnalysis.html
/usr/share/doc/packages/llvm/Statepoints.html
/usr/share/doc/packages/llvm/SupportLibrary.html
/usr/share/doc/packages/llvm/SupportPolicy.html
/usr/share/doc/packages/llvm/SystemLibrary.html
/usr/share/doc/packages/llvm/TableGen
/usr/share/doc/packages/llvm/TableGen/BackEnds.html
/usr/share/doc/packages/llvm/TableGen/BackGuide.html
/usr/share/doc/packages/llvm/TableGen/ProgRef.html
/usr/share/doc/packages/llvm/TableGen/index.html
/usr/share/doc/packages/llvm/TableGenFundamentals.html
/usr/share/doc/packages/llvm/TestSuiteGuide.html
/usr/share/doc/packages/llvm/TestSuiteMakefileGuide.html
/usr/share/doc/packages/llvm/TestingGuide.html
/usr/share/doc/packages/llvm/TransformMetadata.html
/usr/share/doc/packages/llvm/TypeMetadata.html
/usr/share/doc/packages/llvm/UserGuides.html
/usr/share/doc/packages/llvm/Vectorizers.html
/usr/share/doc/packages/llvm/WritingAnLLVMBackend.html
/usr/share/doc/packages/llvm/WritingAnLLVMNewPMPass.html
/usr/share/doc/packages/llvm/WritingAnLLVMPass.html
/usr/share/doc/packages/llvm/XRay.html
/usr/share/doc/packages/llvm/XRayExample.html
/usr/share/doc/packages/llvm/XRayFDRFormat.html
/usr/share/doc/packages/llvm/YamlIO.html
/usr/share/doc/packages/llvm/_images
/usr/share/doc/packages/llvm/_images/ARM-BE-bitcastfail.png
/usr/share/doc/packages/llvm/_images/ARM-BE-bitcastsuccess.png
/usr/share/doc/packages/llvm/_images/ARM-BE-ld1.png
/usr/share/doc/packages/llvm/_images/ARM-BE-ldr.png
/usr/share/doc/packages/llvm/_images/LangImpl05-cfg.png
/usr/share/doc/packages/llvm/_images/MCJIT-creation.png
/usr/share/doc/packages/llvm/_images/MCJIT-dyld-load.png
/usr/share/doc/packages/llvm/_images/MCJIT-engine-builder.png
/usr/share/doc/packages/llvm/_images/MCJIT-load-object.png
/usr/share/doc/packages/llvm/_images/MCJIT-load.png
/usr/share/doc/packages/llvm/_images/MCJIT-resolve-relocations.png
/usr/share/doc/packages/llvm/_images/Phabricator_premerge_results.png
/usr/share/doc/packages/llvm/_images/Phabricator_premerge_unit_tests.png
/usr/share/doc/packages/llvm/_images/block-extract.png
/usr/share/doc/packages/llvm/_images/buildbot_worker_contact.png
/usr/share/doc/packages/llvm/_images/cycle.png
/usr/share/doc/packages/llvm/_images/cycle_pi.png
/usr/share/doc/packages/llvm/_images/epilogue-vectorization-cfg.png
/usr/share/doc/packages/llvm/_images/gcc-loops.png
/usr/share/doc/packages/llvm/_images/linpack-pc.png
/usr/share/doc/packages/llvm/_images/llvm-exegesis-analysis.png
/usr/share/doc/packages/llvm/_images/locstats-compare.png
/usr/share/doc/packages/llvm/_images/locstats-draw-plot.png
/usr/share/doc/packages/llvm/_images/loop-guard.svg
/usr/share/doc/packages/llvm/_images/loop-irreducible.svg
/usr/share/doc/packages/llvm/_images/loop-merge.svg
/usr/share/doc/packages/llvm/_images/loop-nested.svg
/usr/share/doc/packages/llvm/_images/loop-nonmaximal.svg
/usr/share/doc/packages/llvm/_images/loop-separate.svg
/usr/share/doc/packages/llvm/_images/loop-single.svg
/usr/share/doc/packages/llvm/_images/loop-terminology-guarded-loop.png
/usr/share/doc/packages/llvm/_images/loop-terminology-initial-loop.png
/usr/share/doc/packages/llvm/_images/loop-terminology-rotated-loop.png
/usr/share/doc/packages/llvm/_images/loop-terminology.svg
/usr/share/doc/packages/llvm/_images/pipeline-overview-customized.png
/usr/share/doc/packages/llvm/_images/pipeline-overview-with-combiners.png
/usr/share/doc/packages/llvm/_images/pipeline-overview.png
/usr/share/doc/packages/llvm/_images/speculative_load_hardening_microbenchmarks.png
/usr/share/doc/packages/llvm/_images/testing-pass-level.png
/usr/share/doc/packages/llvm/_images/testing-unit-level.png
/usr/share/doc/packages/llvm/_images/uml_builder_pattern.png
/usr/share/doc/packages/llvm/_images/uml_nodes_and_edges.png
/usr/share/doc/packages/llvm/_static
/usr/share/doc/packages/llvm/_static/basic.css
/usr/share/doc/packages/llvm/_static/contents.png
/usr/share/doc/packages/llvm/_static/doctools.js
/usr/share/doc/packages/llvm/_static/documentation_options.js
/usr/share/doc/packages/llvm/_static/file.png
/usr/share/doc/packages/llvm/_static/jquery-3.5.1.js
/usr/share/doc/packages/llvm/_static/jquery.js
/usr/share/doc/packages/llvm/_static/language_data.js
/usr/share/doc/packages/llvm/_static/lines.gif
/usr/share/doc/packages/llvm/_static/llvm-theme.css
/usr/share/doc/packages/llvm/_static/llvm.css
/usr/share/doc/packages/llvm/_static/logo.png
/usr/share/doc/packages/llvm/_static/minus.png
/usr/share/doc/packages/llvm/_static/navigation.png
/usr/share/doc/packages/llvm/_static/plus.png
/usr/share/doc/packages/llvm/_static/pygments.css
/usr/share/doc/packages/llvm/_static/searchtools.js
/usr/share/doc/packages/llvm/_static/underscore-1.13.1.js
/usr/share/doc/packages/llvm/_static/underscore.js
/usr/share/doc/packages/llvm/genindex.html
/usr/share/doc/packages/llvm/index.html
/usr/share/doc/packages/llvm/objects.inv
/usr/share/doc/packages/llvm/search.html
/usr/share/doc/packages/llvm/searchindex.js
/usr/share/doc/packages/llvm/tutorial
/usr/share/doc/packages/llvm/tutorial/BuildingAJIT1.html
/usr/share/doc/packages/llvm/tutorial/BuildingAJIT2.html
/usr/share/doc/packages/llvm/tutorial/BuildingAJIT3.html
/usr/share/doc/packages/llvm/tutorial/BuildingAJIT4.html
/usr/share/doc/packages/llvm/tutorial/LangImpl01.html
/usr/share/doc/packages/llvm/tutorial/LangImpl02.html
/usr/share/doc/packages/llvm/tutorial/LangImpl03.html
/usr/share/doc/packages/llvm/tutorial/LangImpl04.html
/usr/share/doc/packages/llvm/tutorial/LangImpl05.html
/usr/share/doc/packages/llvm/tutorial/LangImpl06.html
/usr/share/doc/packages/llvm/tutorial/LangImpl07.html
/usr/share/doc/packages/llvm/tutorial/LangImpl08.html
/usr/share/doc/packages/llvm/tutorial/LangImpl09.html
/usr/share/doc/packages/llvm/tutorial/LangImpl10.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl01.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl02.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl03.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl04.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl05.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl06.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl07.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl08.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl09.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/LangImpl10.html
/usr/share/doc/packages/llvm/tutorial/MyFirstLanguageFrontend/index.html
/usr/share/doc/packages/llvm/tutorial/index.html
/usr/share/doc/packages/llvm/yaml2obj.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024