Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: llvm19-doc | Distribution: openSUSE Tumbleweed |
Version: 19.1.3 | Vendor: openSUSE |
Release: 1.2 | Build date: Sat Nov 2 18:20:43 2024 |
Group: Documentation/HTML | Build host: reproducible |
Size: 44717609 | Source RPM: llvm19-19.1.3-1.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.
Apache-2.0 WITH LLVM-exception AND NCSA
* Sat Nov 02 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 19.1.3. * This release contains bug-fixes for the LLVM 19.1.0 release. This release is API and ABI compatible with 19.1.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-suse-implicit-gnu.patch - Patch llvm-fix-build-failure-on-ppc64le.patch landed upstream. * Mon Oct 28 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update llvm19.keyring from upstream. * Thu Oct 24 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 19.1.2. * This release contains bug-fixes for the LLVM 19.1.0 release. This release is API and ABI compatible with 19.1.0. - Rebase llvm-do-not-install-static-libraries.patch. * Wed Oct 02 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 19.1.1. * This release contains bug-fixes for the LLVM 19.1.0 release. This release is API and ABI compatible with 19.1.0. - Rebase llvm-do-not-install-static-libraries.patch. * Sun Sep 22 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 19.1.0. * For details, see the release notes: - https://releases.llvm.org/19.1.0/docs/ReleaseNotes.html - https://releases.llvm.org/19.1.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/19.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/19.1.0/tools/lld/docs/ReleaseNotes.html * New LLVM tool: reduce-chunk-list to help find bugs using debug counters. See the Programmer's Manual for usage. * New Clang tools: clang-installapi for Apple-related package management, clang-nvlink-wrapper as a wrapper around `nvlink`. - No longer include OpenMP offload libraries. - Rebase patches: * clang-fix-openmp-test.patch * libcxx-test-library-path.patch * llvm-do-not-install-static-libraries.patch * llvm_build_tablegen_component_as_shared_library.patch - Remove obsolete patches: * lld-default-sha1.patch because upstream switched to sha1. * llvm-remove-clang-only-flags.patch because warning flags are no longer autodetected. * openmp-dont-run-gpu-arch.patch because we're excluding the offload project for now. - Add llvm-fix-build-failure-on-ppc64le.patch to fix ppc64le build. - Require Python 3.11 on Leap because we need Python >= 3.8 now. * Tue Sep 03 2024 Martin Liška <martin.liska@hey.com> - Enable zstd compression support again. * Fri Aug 23 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Split off clang shared runtime libraries into libclang_rtX, so that they can be used by other packages without requiring the entire compiler tool chain. This is still not ergonomical: the libraries don't sit in %{_libdir}, so an RPATH or setting LD_LIBRARY_PATH is required, and they don't have an SO version, so zypper won't know which version to is needed. (boo#1225784) * Tue Aug 20 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add minor version to Python shebangs. (boo#1212476) - Remove shebang and executable bit where not needed. * Sun Jun 30 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.8. * Fix a regression from the 18.1.6 release, which could result in compiler crashes in the PPCMergeStringPool pass when compiling for PowerPC targets. * Fixes clang-format regressions (since 18.1.1) on breaking before a stream insertion operator (<<) when both operands are string literals. * Fixes a clang-format regression (since 17.0.6) on formatting goto labels in macro definitions. - Rebase llvm-do-not-install-static-libraries.patch. * Tue May 21 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.6. * Fixes issues where LLVM is either generating the incorrect thunk for a function with aligned parameters or didn't correctly pass through the return value when StructRet was used. * `-Xclang -target-feature -Xclang +unaligned-scalar-mem` can be used to enable unaligned scalar memory accesses for CPUs that do not support unaligned vector accesses. `-mno-strict-align` will enable unaligned scalar and vector memory accesses. * Don't replace an aliasee with an alias that has weak linkage. This avoids incorrect linkage that can lead to using the wrong symbols during linking time. * Fixes build failures when compiling AVX512 code using `-march=native` on machines without AVX512. The problem was introduced in LLVM 18.1.5. * Fixes crash in AArch64 backend when having `true` or `false` as operand for `fcmp` instruction on IR level. * Fixes compiler crash when user specifies `-mno-evex512` with AVX512 features but no AVX512VL. * Fixes a bug that tries to do VBROADCAST_LOAD for `f16` without AVX2. - Rebase llvm-do-not-install-static-libraries.patch. * Tue May 07 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.5. * This release contains bug-fixes for the LLVM 18.1.0 release. This release is API and ABI compatible with 18.1.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Apr 18 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.4. * Fixes an issue with Arm64EC code generation where calls to some intrinsics implemented in compiler-rt used the wrong name mangling, eventually resulting in unresolved symbol errors during linking. * Fixed an incorrect poison-generating flag preservation in `InstSimplify`. It will fix a miscompilation on RISCV, which turns the incorrect `or disjoint` into an `add`. * Save/restore routines for RV32E/RV64E are added to compiler-rt. * Fix regressions introduced in LLVM 18.1.3 in MIPS atomicrmw min/max codegen. - Include module files for libc++ in libc++-devel. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Apr 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.3. * Fixes ThreadSanitizer failures for glibc's LoongArch and certain RISC-V ports when fstat is used. * `transform.structured.convert_to_loops` now properly deletes its target op. * Fix a `llvm.usub.with.overflow.i128` wrong code generation regression that was introduced with LLVM 18.1.0. * MemorySanitizer on Linux can now run even when maximum-entropy address-space layout randomization is configured globally (as is becoming increasingly common). MemorySanitizer can automatically re-exec ASLR-off for the process if needed, instead of aborting. * Fixed a Clang 18.x regression which increased binary size and stack usage with `-ftrivial-auto-var-init`. - Set directories for configuration files: /etc/clang for system- wide configuration and ~/.config/clang for users. For details see https://clang.llvm.org/docs/UsersManual.html#configuration-files. - Use old conflicts/provides for python3-clang on Leap. * Sat Mar 23 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.2. * This release contains bug-fixes for the LLVM 18.1.0 release. This release is API and ABI compatible with 18.1.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch - Prefer ld.bfd for now to get THP-compatible section layout. * Sat Mar 09 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.1. * For details, see the release notes: - https://releases.llvm.org/18.1.0/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/tools/lld/docs/ReleaseNotes.html * New LLVM tool: llvm-readtapi, LLVM TAPI file reader and transformer. * Removed LLVM tools: llvm-tapi-diff, llvm-remark-size-diff. * New LLDB tool: lldb-dap debug adapter. * Removed LLDB tool: lldb-vscode. - Rename libomp-devel symbolic name to libomp-devel-provider. We want to introduce a metapackage named libomp-devel. - Rebase patches: * assume-opensuse.patch * link-clang-tools-extra-shared.patch * llvm_build_tablegen_component_as_shared_library.patch * llvm-do-not-install-static-libraries.patch * llvm-fix-find-gcc5-install.patch * llvm-normally-versioned-libllvm.patch * llvm-suse-implicit-gnu.patch - Add patches to fix tests: * clang-fix-modules-test-riscv.patch * clang-fix-openmp-test-non-x86.patch * clang-fix-openmp-test.patch * llvm-fix-cov-test-i586.patch - Restructure version macros in specfile for new versioning scheme. - Fix packaging of ld.lld as ld alternative. - Disable LLDB Python bindings on SLE/Leap. They now require Swig 4 which isn't available there. * 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]]. - Require 8 GB memory for 64-bit architectures to prevent OOM. - 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> - Update to version 17.0.6. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch - Use major version only instead of full (patch-level) version for versioned executables: we don't support parallel installation of multiple versions of the same LLVM major version. (boo#1217450) Also drop the clang-X.Y symlink that was introduced for boo#1012260, because Y is always 0. - Manage clang-cpp with update-alternatives like other binaries. * Sat Nov 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.5. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Also test clang-tools-extra (at least most parts) and lld. - Adapt test in lld-default-sha1.patch. - Don't disable testing if qemu_user_space_build has been set to 0. * Sun Nov 05 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.4. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Include libomptarget.devicertl.a in libomp*-devel, which is required for (GPU) offloading. * Thu Oct 19 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.3. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Disable zstd support for now regardless of whether libzstd-devel is installed. (boo#1216121) - Limit number of LTO threads on 32-bit architectures to prevent out-of-memory during linking. * Sat Oct 07 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.2. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Tue Sep 19 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.1. * For details, see the release notes: - https://releases.llvm.org/17.0.1/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/lld/docs/ReleaseNotes.html - Rebase patches: * libcxx-test-library-path.patch * llvm_build_tablegen_component_as_shared_library.patch * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch * llvm-remove-clang-only-flags.patch * opt-viewer-Find-style-css-in-usr-share.patch - Simplify check-no-llvm-exegesis.patch by removing test directory. - Drop patches that have landed upstream: * openmp-drop-rpath.patch - Add openmp-dont-run-gpu-arch.patch: the binaries are not available in our build, and neither are the toolchains they test for (NV CUDA and AMD HSA). * Thu Jun 15 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.6. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Make python3-clang noarch again and fix conflicts/provides to point to %python3_sitelib instead of %python3_sitearch. * Sat Jun 03 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.5. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-remove-clang-only-flags.patch - Enable ThinLTO on riscv64. * Wed May 17 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.4. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-remove-clang-only-flags.patch * Sun May 07 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.3. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Fri Apr 21 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.2. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase check-no-llvm-exegesis.patch. - Rebase llvm-do-not-install-static-libraries.patch. * Tue Apr 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Relax requirements for clang-tools to allow installation of older versions of libclang13 with the -devel package. (boo#1210176) - Enable ThinLTO for ARM 6/7/8 again. (boo#1178070) * Thu Apr 13 2023 William Brown <william.brown@suse.com> - bsc#1210383 - Add aarch64 to lldb platforms * Thu Apr 06 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.1. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Sat Mar 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.0. * For details, see the release notes: - https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfo-analyzer: Print a logical representation of low-level debug information. - llvm-remarkutil: Remark file utilities. * The test tool split-file is no longer installed. * New Clang tools: - amdgpu-arch and nvptx-arch: Tools used to detect locally available GPUs by the Clang OpenMP driver. - clang-include-cleaner: Standalone tool to determine which headers are used, using existing functionality in clangd. - clang-tblgen: Table Generation for Clang. * Removed Clang tools: clang-{nvlink,offload}-wrapper. - Rebase patches: * assume-opensuse.patch * check-no-llvm-exegesis.patch * link-clang-shared.patch * llvm_build_tablegen_component_as_shared_library.patch * llvm-do-not-install-static-libraries.patch * llvm-suse-implicit-gnu.patch * llvm-workaround-superfluous-branches.patch * openmp-drop-rpath.patch - Drop patches that have landed upstream: * clang-test-xfail-gnuless-triple.patch * CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch * libcxxabi-fix-armv7-test.patch * llvm-armv7-fix-vector-compare-with-zero-lowering.patch * llvm-link-atomic.patch - Remove llvm-better-detect-64bit-atomics-support.patch that should not be required anymore. - Add PGP signatures and keyring for source verification. * Sat Mar 11 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add llvm-suse-implicit-gnu.patch to recognize <arch>-suse-linux as implicitly GNU. Without this we would get library calls for fused-multiply-add even if it's available in hardware. - Add openmp-drop-rpath.patch: backport revert of adding RUNPATH to openmp executables. (boo#1206837) * Thu Mar 09 2023 Dirk Müller <dmueller@suse.com> - update constraints to exclude workers with very slow CPU * Sat Jan 14 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.7. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Build stage 2 with -fno-plt on x86_64: since building with - Wl,-z,now the PLT stubs are basically dead code, so eliminating the indirection reduces the number of branches and improves code locality for the quite frequent cross-DSO calls. - Add llvm-workaround-superfluous-branches.patch: hints LLVM to eliminate branches until gh#llvm/llvm-project#28804 is solved. * Sun Dec 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.6. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Wed Nov 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.5. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Remove obsolete lldb-swig-4.1.0-build-fix.patch. - Rebase llvm-do-not-install-static-libraries.patch. * Sun Nov 06 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.4. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Oct 27 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.3. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Add llvm-armv7-fix-vector-compare-with-zero-lowering.patch: Fix lowering of non-canonical vector comparison with zero on armv7, preventing a crash (boo#1204267, gh#llvm/llvm-project#58514). - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0. - Rebase llvm-do-not-install-static-libraries.patch. * Tue Oct 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.2. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Sep 22 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.1. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Wed Sep 21 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Always drop -gnu from triple for consistency. Patch a test that was looking for -linux- in clang-test-xfail-gnuless-triple.patch. * Mon Sep 12 2022 Andreas Schwab <schwab@suse.de> - Use correct LLVM_HOST_TRIPLE for riscv64 * Tue Sep 06 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.0. * For details, see the release notes: - https://releases.llvm.org/15.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod: Provides debug info to remote hosts. - llvm-dwarfutil: Can copy and manipulate debug info. - llvm-remark-size-diff: Compute diff between remark files. * New Clang tools: - clang-offload-packager: Bundle multiple objects into single fat binaries including offload code. - clang-pseudo: Approximate heuristic parser for C++. - Rebase patches: * check-no-llvm-exegesis.patch * link-clang-tools-extra-shared.patch * lld-default-sha1.patch * llvm-do-not-install-static-libraries.patch * lto-disable-cache.patch - Drop patches that have landed upstream: * clang-repl-private-deps.patch * llvm-glibc-2-36.patch * llvm-scev-fix-isImpliedViaMerge.patch - Drop llvm-lifetime-for-rust.patch: this is now solved via attributes and LLVM doesn't need a hardcoded list of allocation functions anymore. - Add llvm-link-atomic.patch to fix build on ppc. - Add libcxx-test-library-path.patch to fix libc++ tests failing without RUNPATH on libc++.so. - Add libcxxabi-fix-armv7-test.patch to fix tests on armv7l. - Thanks to Andreas Schwab for most of the rebasing! * 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-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation caused by mixing up values of the current and previous iteration. (See gh#llvm/llvm-project#56242.) * Fri Aug 26 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add llvm-lifetime-for-rust.patch to have Rust memory management functions considered as lifetime markers. This should aid dead store elimination to dynamically allocated memory in Rust code. * Tue Aug 23 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Don't declare python3-clang as noarch: Python packages are installed into %{_libdir}. * Sat Aug 13 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Use black RPM macro magic to deduplicate binary lists. This should have no effect on the generated RPM but shaves ~400 lines off the specfile and hopefully makes future maintenance easier. * Wed Aug 10 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add WebAssembly support for all architectures. * Tue Aug 09 2022 Martin Liška <mliska@suse.cz> - Add llvm-glibc-2-36.patch in order to address boo#1202215. * Mon Jul 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.6. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Jun 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.5. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Sat May 28 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.4. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Don't use gold for linking anymore: on s390x we use ld.bfd with LLVMgold.so, on ppc64 we disable ThinLTO for now. - 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. - Prefer RPM macros over shell scripting, so that we can better inspect the build script with substitutions in place. - More memory for stage 1 build jobs due to recent OOMs. - Add %_libclang_sonum RPM macro to llvm-devel, since that might now diverge from %_llvm_sonum. - Rebase llvm-do-not-install-static-libraries.patch. * Sat Apr 30 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.3. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Use ThinLTO with lld on i586. * Sun Apr 24 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.1. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Drop obsolete patches: * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch - Don't override default linker flags. (We were losing -Wl,-z,now.) * Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.0. * For details, see the release notes: - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod-find: Tool to fetch debuginfod artifacts. - llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker. * New Clang tools: - clang-linker-wrapper: A wrapper utility over the host linker. - clang-nvlink-wrapper: A wrapper tool over nvlink program. - Add clang-repl-private-deps.patch to make link dependencies of clang-repl private, otherwise CMake can't install. - Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to fix build on PowerPC (32-bit). - Drop llvm-exegesis-link-dylib.patch, instead we don't build llvm-exegesis anymore and add check-no-llvm-exegesis.patch to disable the corresponding tests. - Rebase patches: * lldb-cmake.patch * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch - Drop patches that have landed upstream: * llvm-update-extract-section-script.patch * 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. * 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}
/usr/share/doc/packages/llvm /usr/share/doc/packages/llvm/AArch64SME.html /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/AMDGPUAsmGFX1013.html /usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX1030.html /usr/share/doc/packages/llvm/AMDGPU/AMDGPUAsmGFX11.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/AMDGPUAsmGFX940.html /usr/share/doc/packages/llvm/AMDGPU/gfx1011_src.html /usr/share/doc/packages/llvm/AMDGPU/gfx1011_src_1.html /usr/share/doc/packages/llvm/AMDGPU/gfx1011_src_2.html /usr/share/doc/packages/llvm/AMDGPU/gfx1011_src_3.html /usr/share/doc/packages/llvm/AMDGPU/gfx1011_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx1011_vdst.html /usr/share/doc/packages/llvm/AMDGPU/gfx1011_vsrc.html /usr/share/doc/packages/llvm/AMDGPU/gfx1013_srsrc_5dafbc.html /usr/share/doc/packages/llvm/AMDGPU/gfx1013_srsrc_cf7132.html /usr/share/doc/packages/llvm/AMDGPU/gfx1013_vaddr_a5639c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1013_vaddr_c5ab43.html /usr/share/doc/packages/llvm/AMDGPU/gfx1013_vdst_9041ac.html /usr/share/doc/packages/llvm/AMDGPU/gfx1013_vdst_eae4c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_attr.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_dst.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_hwreg.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_imm16_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_m_28b494.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_msg.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_opt_0d447d.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_opt_847aed.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_param.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_saddr_9cd3cf.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_saddr_beaa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_saddr_d75725.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sbase_020892.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_386c33.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_3bc700.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_3cd7ad.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_54e16e.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_8078f5.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_sdst_ea3f10.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_simm32_be0c1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_soffset_0f304c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_soffset_73dae7.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_soffset_fef808.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_1facfe.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_207976.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_364d7c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_516946.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_5bb6f2.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_ae1543.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_b9c62f.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_src_edf2a5.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_srsrc_5dafbc.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_srsrc_80eef6.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_srsrc_cf7132.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssamp.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_2a042f.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_361664.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_460c63.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_6fbc49.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_7da351.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_81ba27.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_8dd4e0.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_ssrc_8e54e0.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_tgt.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vaddr_373b95.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vaddr_9aeece.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vaddr_a5639c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vaddr_c5ab43.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata0_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata0_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata1_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata1_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_21b58d.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_2d6239.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_4b260e.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_56f215.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_84fab6.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_aa5a53.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_ad559c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_c08393.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdata_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_463513.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_48e42f.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_4d2300.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_5d50a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_5ec176.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_709347.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_81a6ed.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_875645.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_9041ac.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_a49b76.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_d0dc43.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_d71f1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_d7c57e.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_dd8a32.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_dfa6da.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_eae4c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vdst_f47754.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vsrc_ba3116.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_waitcnt.html /usr/share/doc/packages/llvm/AMDGPU/gfx1030_waitcnt_depctr.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_attr.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_dst.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_hwreg.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_imm16_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_m_28b494.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_msg.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_opt_0d447d.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_opt_847aed.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_param.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_probe.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_saddr_beaa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_saddr_da2a8a.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sbase_020892.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sbase_b2d796.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata_5e9fb5.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata_6fbc49.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata_7cbd60.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata_81ba27.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata_90678d.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdata_c1aec6.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_2e4c2a.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_3759f6.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_386c33.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_3bc700.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_54e16e.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_8078f5.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_sdst_ea3f10.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_simm32_be0c1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_soffset_0f304c.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_soffset_73dae7.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_soffset_b556e6.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_37d670.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_516946.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_823582.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_c27036.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_cf1cda.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_d5cd94.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_e0345d.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_src_e9e6db.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_srsrc_80eef6.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_srsrc_cf7132.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssamp.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_054e2a.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_2a042f.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_3ec588.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_460c63.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_48e8e7.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_6fbc49.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_7da351.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_81ba27.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_ssrc_bb715c.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_tgt.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_76b997.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_9aeece.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_a5639c.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata0_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata0_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata1_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata1_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_21b58d.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_2d6239.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_4b260e.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_56f215.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_84fab6.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_aa5a53.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_ad559c.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_c08393.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdata_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_463513.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_48e42f.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_4d2300.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_5d50a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_5ec176.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_709347.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_81a6ed.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_875645.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_a49b76.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_d0dc43.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_d71f1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_d7c57e.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_dd8a32.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_dfa6da.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_eae4c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vdst_f47754.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc_ba3116.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_waitcnt.html /usr/share/doc/packages/llvm/AMDGPU/gfx10_waitcnt_depctr.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_attr.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_delay.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_dst.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_hwreg.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_imm16_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_m_181aa0.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_msg_b8ff6d.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_msg_e37f7b.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_opt.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_saddr_844ded.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_saddr_8a0af3.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_saddr_beaa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sbase_30e75b.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_386c33.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_3bc700.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_3cd7ad.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_54e16e.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_8078f5.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_sdst_ea3f10.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_simm32_be0c1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_soffset_0f304c.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_soffset_73dae7.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_soffset_fef808.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_0879fb.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_17933a.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_25d8ac.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_7af462.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_852d86.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_9cb8cf.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_d01e4c.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_src_d5ffa3.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_srsrc_5dafbc.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_srsrc_80eef6.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_srsrc_cf7132.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssamp.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_05f584.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_121527.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_1a3009.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_361664.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_460c63.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_6fbc49.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_81ba27.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_ssrc_8dd4e0.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_tgt.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_type_deviation_8d2078.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_type_deviation_a14eb1.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vaddr_0212e3.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vaddr_0bfea4.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vaddr_6ab80d.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vaddr_a5639c.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata0_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata0_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata1_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata1_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata1_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_21b58d.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_2d6239.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_4b260e.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_56f215.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_84fab6.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_aa5a53.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_ad559c.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_c08393.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdata_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_227281.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_463513.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_48e42f.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_5d50a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_5ec176.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_709347.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_81a6ed.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_9041ac.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_a49b76.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_d0dc43.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_d180f4.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_d71f1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_d7c57e.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_dd8a32.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_dfa6da.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_e2d005.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_eae4c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vdst_f47754.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vij.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vparam.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vparam0.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vsrc_1c4e7f.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vsrc_24f3d2.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vsrc_731030.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_waitcnt.html /usr/share/doc/packages/llvm/AMDGPU/gfx11_waitcnt_depctr.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_attr.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_dst.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_hwreg.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_imm16_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_m.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_msg.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_opt_0d447d.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_opt_847aed.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_param.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sbase_382fdf.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_2a1d2e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_313759.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_61ce79.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_6cc8e9.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_9172f3.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_sdst_e3bd3f.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_soffset_48c95e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_soffset_67d76d.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_1f730e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_3865f6.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_3e3a6b.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_516946.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_5599b0.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_5c4f8d.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_8e54a0.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_935f3b.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_d48e27.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_d56c56.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_src_fa88a6.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_srsrc_80eef6.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_srsrc_cf7132.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssamp.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_19a078.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_2e8313.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_6df989.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_a778e3.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_b0d552.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_bdc010.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_c5f5de.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_d8712d.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_dcdeb4.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_e471f7.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_ssrc_fdbed3.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_tgt.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vaddr_887f26.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vaddr_da1f09.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata0_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata0_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata1_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata1_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_2d6239.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_4b260e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_56f215.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_84fab6.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_aa5a53.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_ad559c.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_c08393.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdata_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_1f3009.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_463513.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_48e42f.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_709347.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_81a6ed.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_875645.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_a49b76.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_d0dc43.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_d71f1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_d7c57e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_dd8a32.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_dfa6da.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vdst_f47754.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc_ba3116.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx7_waitcnt.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_attr.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_dst.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_imm16_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_m_28b494.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_msg.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_opt_0d447d.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_opt_847aed.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_param.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_probe.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sbase_589eed.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdata_7cbd60.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdata_c8788e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdata_e587f5.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_1cf20d.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_313759.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_61db0e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_6eddac.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_78579b.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_sdst_8d900a.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_simm32_be0c1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_soffset_32c2a9.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_soffset_abb420.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_soffset_b5af46.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_021c9b.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_2dcf49.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_39a989.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_516946.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_67227c.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_87dc5c.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_8a6ea8.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_a13aeb.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_b38805.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_d9175b.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_src_df6b53.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_srsrc_80eef6.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_srsrc_cf7132.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssamp.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_0eec95.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_133cbc.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_6706dc.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_a2142e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_c8788e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_dcd0d4.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_e587f5.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_f308b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_ssrc_f48190.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_tgt.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vaddr_887f26.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata0_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata0_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata1_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata1_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_2d6239.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_4b260e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_4f639e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_56f215.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_629a92.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_84fab6.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_886702.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_aa5a53.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_ad559c.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_aeb804.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_c08393.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_f2bf57.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdata_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_0ae2f9.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_2d89ba.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_463513.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_4730df.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_48e42f.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_6f591e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_709347.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_81a6ed.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_829fc5.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_875645.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_9c54fe.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_a49b76.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_b61114.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_c360a5.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_d0dc43.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_d71f1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_d7c57e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_d809e2.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_dd8a32.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_de9309.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_dfa6da.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vdst_f47754.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc_ba3116.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx8_waitcnt.html /usr/share/doc/packages/llvm/AMDGPU/gfx900_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx900_m.html /usr/share/doc/packages/llvm/AMDGPU/gfx900_src.html /usr/share/doc/packages/llvm/AMDGPU/gfx900_src_1.html /usr/share/doc/packages/llvm/AMDGPU/gfx900_vdst.html /usr/share/doc/packages/llvm/AMDGPU/gfx904_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx904_m.html /usr/share/doc/packages/llvm/AMDGPU/gfx904_src.html /usr/share/doc/packages/llvm/AMDGPU/gfx904_src_1.html /usr/share/doc/packages/llvm/AMDGPU/gfx904_vdst.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_m.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_m_1.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_src.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_src_1.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_src_2.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_src_3.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_src_4.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_vdst.html /usr/share/doc/packages/llvm/AMDGPU/gfx906_vsrc.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_m_28b494.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_saddr.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_soffset.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_src_4e78e6.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_src_73ab34.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_src_7c8695.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_src_955b45.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_src_d578c4.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_src_d95796.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_srsrc.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vaddr_0212e3.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vdata_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vdata_fe1edf.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vdst_0c4ef8.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vdst_2c8d1e.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vdst_78dd0a.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vdst_bcee7a.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc_036abe.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc_1027ca.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc_2d4632.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx908_vsrc_f3d248.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_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_m_28b494.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_msg.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_opt_0d447d.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_opt_847aed.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_probe.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_saddr_6060e5.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_saddr_a37373.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sbase_044055.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sbase_0cd545.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_45d924.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_595c25.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_7cbd60.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_ba98a3.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_c1aec6.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdata_e9f591.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_06b266.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_3bc700.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_59204c.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_718cc4.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_94342d.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_sdst_a319e6.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_simm32_be0c1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_soffset_02ec85.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_soffset_4318ca.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_soffset_8a17c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_4de5c6.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_56ed80.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_64ea89.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_6cfc4e.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_a578ba.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_af08be.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_d578c4.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_d95796.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_e1561c.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_e5cc81.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_src_f73668.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_srsrc_79ffcd.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_srsrc_80eef6.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssamp.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_4db4a9.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_57838b.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_595c25.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_65f041.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_aee59c.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_c31902.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_c5d631.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_c8a322.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_ssrc_e9f591.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_0212e3.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_76b997.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_cc213c.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata0_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata0_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata1_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata1_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_0c567e.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_848ff7.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_898c08.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_929b59.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_999247.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_ae1132.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_bbcfbb.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_cbb01e.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdata_cfb402.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_0f48d1.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_180bef.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_260aca.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_5258b4.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_78dd0a.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_8c77d4.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_92bb33.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_a32035.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_a9ee3f.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_c8d317.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_c8ee02.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_d0c0cb.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_d6f4bd.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_d8236e.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_e2898f.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_ef6c94.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_f5eb9d.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vdst_fa7dbd.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_1027ca.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx90a_waitcnt.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_dst_4f3f9a.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_dst_95761f.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_fx_operand.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_hwreg.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_imask.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_imm16_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_m_28b494.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_msg.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_opt_0d447d.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_opt_7c211e.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_probe.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_saddr_22dbc1.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_saddr_a37373.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sbase_044055.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sbase_0cd545.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdata_45d924.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdata_595c25.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdata_7cbd60.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdata_ba98a3.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdata_c1aec6.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdata_e9f591.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_06b266.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_3bc700.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_59204c.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_718cc4.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_94342d.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_sdst_a319e6.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_simm32_be0c1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_soffset_02ec85.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_soffset_4318ca.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_soffset_8a17c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_4de5c6.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_56ed80.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_64ea89.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_6cfc4e.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_a578ba.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_af08be.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_d578c4.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_d95796.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_e1561c.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_e5cc81.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_src_f73668.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_srsrc.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_4db4a9.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_57838b.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_595c25.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_65f041.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_aee59c.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_c31902.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_c5d631.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_c8a322.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_ssrc_e9f591.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_type_deviation.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vaddr_0212e3.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vaddr_6ab80d.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata0_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata0_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata1_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata1_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata_22b375.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata_275367.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata_314509.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata_848ff7.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdata_cfb402.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_0f48d1.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_180bef.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_260aca.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_5258b4.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_56baf6.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_78dd0a.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_8c77d4.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_a32035.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_bce42a.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_c8d317.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_d0c0cb.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_d6f4bd.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_d8236e.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_e2898f.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vdst_fa7dbd.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vsrc_1027ca.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vsrc_848ff7.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vsrc_9ad749.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vsrc_be4895.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx940_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_0533c2.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_imm16_169952.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_label.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_m_28b494.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_m_c141fc.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_msg.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_opt_0d447d.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_opt_847aed.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_6060e5.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_saddr_a37373.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sbase_044055.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sbase_0cd545.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sbase_b0aa25.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_45d924.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_595c25.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_7cbd60.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_ba98a3.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_c1aec6.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdata_e9f591.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_06b266.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_0804b1.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_362c37.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_3bc700.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_59204c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_718cc4.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_94342d.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_sdst_a319e6.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_simm32_6f0844.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_simm32_a3e80c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_simm32_be0c1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_soffset_02ec85.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_soffset_4318ca.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_soffset_8a17c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_089570.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_4de5c6.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_4e78e6.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_516946.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_56ed80.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_73ab34.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_955b45.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_d578c4.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_d95796.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_e1561c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_src_f73668.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_srsrc_79ffcd.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_srsrc_80eef6.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssamp.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_4db4a9.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_57838b.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_595c25.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_65f041.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_aee59c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_c31902.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_c5d631.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_c8a322.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_ssrc_e9f591.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_0212e3.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_76b997.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_9f7133.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_b73dc0.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_cc213c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vaddr_f20ee4.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vcc.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata0_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata0_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata1_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata1_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_21b58d.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_2d6239.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_4b260e.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_56f215.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_84fab6.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_aa5a53.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_ad559c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_c08393.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdata_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_463513.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_48e42f.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_4d2300.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_5d50a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_5ec176.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_69a144.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_709347.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_81a6ed.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_875645.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_89680f.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_a49b76.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_bdb32f.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_d0dc43.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_d71f1c.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_d7c57e.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_dd8a32.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_dfa6da.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_eae4c8.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vdst_f47754.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc_6802ce.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc_ba3116.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc_e016a1.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_vsrc_fd235e.html /usr/share/doc/packages/llvm/AMDGPU/gfx9_waitcnt.html /usr/share/doc/packages/llvm/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack /usr/share/doc/packages/llvm/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.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/AssignmentTracking.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-debuginfo-analyzer.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-dwarfutil.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-ifs.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-mc.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-opt-report.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-reduce.html /usr/share/doc/packages/llvm/CommandGuide/llvm-remarkutil.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/llvm-tli-checker.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/ConvergenceAndUniformity.html /usr/share/doc/packages/llvm/ConvergentOperations.html /usr/share/doc/packages/llvm/Coroutines.html /usr/share/doc/packages/llvm/CoverageMappingFormat.html /usr/share/doc/packages/llvm/CycleTerminology.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/DirectX /usr/share/doc/packages/llvm/DirectX/DXContainer.html /usr/share/doc/packages/llvm/DirectX/DXILArchitecture.html /usr/share/doc/packages/llvm/DirectX/DXILOpTableGenDesign.html /usr/share/doc/packages/llvm/DirectX/DXILResources.html /usr/share/doc/packages/llvm/DirectXUsage.html /usr/share/doc/packages/llvm/DiscourseMigrationGuide.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/FatLTO.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/GitHub.html /usr/share/doc/packages/llvm/GitRepositoryPolicy.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/MIRPatterns.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/InstCombineContributorGuide.html /usr/share/doc/packages/llvm/InstrProfileFormat.html /usr/share/doc/packages/llvm/InstrRefDebugInfo.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/MemoryModelRelaxationAnnotations.html /usr/share/doc/packages/llvm/MemorySSA.html /usr/share/doc/packages/llvm/MergeFunctions.html /usr/share/doc/packages/llvm/MisExpect.html /usr/share/doc/packages/llvm/MyFirstTypoFix.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/PCSectionsMetadata.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/Passes.html /usr/share/doc/packages/llvm/PointerAuth.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/TestSuite.html /usr/share/doc/packages/llvm/Proposals/VariableNames.html /usr/share/doc/packages/llvm/Proposals/VectorPredication.html /usr/share/doc/packages/llvm/RISCV /usr/share/doc/packages/llvm/RISCV/RISCVVectorExtension.html /usr/share/doc/packages/llvm/RISCVUsage.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/RemoveDIsDebugInfo.html /usr/share/doc/packages/llvm/ReportingGuide.html /usr/share/doc/packages/llvm/ResponseGuide.html /usr/share/doc/packages/llvm/SPIRVUsage.html /usr/share/doc/packages/llvm/SandboxIR.html /usr/share/doc/packages/llvm/ScudoHardenedAllocator.html /usr/share/doc/packages/llvm/Security.html /usr/share/doc/packages/llvm/SecurityTransparencyReports.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/SymbolizerMarkupFormat.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/VectorizationPlan.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/_downloads /usr/share/doc/packages/llvm/_downloads/6a69a9b7147a19d907299c371965063f /usr/share/doc/packages/llvm/_downloads/6a69a9b7147a19d907299c371965063f/README.md /usr/share/doc/packages/llvm/_images /usr/share/doc/packages/llvm/_images/01-value.example.frame.1.png /usr/share/doc/packages/llvm/_images/01-value.example.frame.2.png /usr/share/doc/packages/llvm/_images/01-value.example.frame.3.png /usr/share/doc/packages/llvm/_images/01-value.example.png /usr/share/doc/packages/llvm/_images/02-reg.example.frame.1.png /usr/share/doc/packages/llvm/_images/02-reg.example.frame.2.png /usr/share/doc/packages/llvm/_images/02-reg.example.png /usr/share/doc/packages/llvm/_images/03-memory.example.frame.1.png /usr/share/doc/packages/llvm/_images/03-memory.example.frame.2.png /usr/share/doc/packages/llvm/_images/03-memory.example.frame.3.png /usr/share/doc/packages/llvm/_images/03-memory.example.frame.4.png /usr/share/doc/packages/llvm/_images/03-memory.example.png /usr/share/doc/packages/llvm/_images/04-composite.example.frame.1.png /usr/share/doc/packages/llvm/_images/04-composite.example.frame.2.png /usr/share/doc/packages/llvm/_images/04-composite.example.frame.3.png /usr/share/doc/packages/llvm/_images/04-composite.example.frame.4.png /usr/share/doc/packages/llvm/_images/04-composite.example.frame.5.png /usr/share/doc/packages/llvm/_images/04-composite.example.frame.6.png /usr/share/doc/packages/llvm/_images/04-composite.example.frame.7.png /usr/share/doc/packages/llvm/_images/04-composite.example.png /usr/share/doc/packages/llvm/_images/05-composite-plus.example.frame.1.png /usr/share/doc/packages/llvm/_images/05-composite-plus.example.frame.2.png /usr/share/doc/packages/llvm/_images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.1.png /usr/share/doc/packages/llvm/_images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.2.png /usr/share/doc/packages/llvm/_images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.3.png /usr/share/doc/packages/llvm/_images/06-extension-spill-sgpr-to-static-vpgr-lane.example.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.1.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.10.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.11.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.12.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.13.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.14.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.2.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.3.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.4.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.5.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.6.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.7.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.8.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.frame.9.png /usr/share/doc/packages/llvm/_images/07-extension-multi-lane-vgpr.example.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.frame.1.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.frame.2.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.frame.3.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.frame.4.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.frame.5.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.frame.6.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.frame.7.png /usr/share/doc/packages/llvm/_images/08-extension-mixed-composite.example.png /usr/share/doc/packages/llvm/_images/09-extension-form-aspace.example.frame.1.png /usr/share/doc/packages/llvm/_images/09-extension-form-aspace.example.frame.2.png /usr/share/doc/packages/llvm/_images/09-extension-form-aspace.example.frame.3.png /usr/share/doc/packages/llvm/_images/09-extension-form-aspace.example.frame.4.png /usr/share/doc/packages/llvm/_images/09-extension-form-aspace.example.frame.5.png /usr/share/doc/packages/llvm/_images/09-extension-form-aspace.example.png /usr/share/doc/packages/llvm/_images/10-extension-bit-offset.example.frame.1.png /usr/share/doc/packages/llvm/_images/10-extension-bit-offset.example.frame.2.png /usr/share/doc/packages/llvm/_images/10-extension-bit-offset.example.frame.3.png /usr/share/doc/packages/llvm/_images/10-extension-bit-offset.example.frame.4.png /usr/share/doc/packages/llvm/_images/10-extension-bit-offset.example.png /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/block-extract.png /usr/share/doc/packages/llvm/_images/buildbot_worker_contact.png /usr/share/doc/packages/llvm/_images/convergence-both-diverged-nested.png /usr/share/doc/packages/llvm/_images/convergence-closed-path.png /usr/share/doc/packages/llvm/_images/convergence-divergent-inside.png /usr/share/doc/packages/llvm/_images/convergence-divergent-outside.png /usr/share/doc/packages/llvm/_images/convergence-natural-loop.png /usr/share/doc/packages/llvm/_images/cycle-1.png /usr/share/doc/packages/llvm/_images/cycle-2.png /usr/share/doc/packages/llvm/_images/cycle-3.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/example-gpu-hardware.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/simt-execution-model.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/_images/vplan-scope.png /usr/share/doc/packages/llvm/_images/vplan-transform-pipeline.png /usr/share/doc/packages/llvm/_static /usr/share/doc/packages/llvm/_static/LoopOptWG_invite.ics /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/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/sphinx_highlight.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, Fri Nov 15 00:57:53 2024