[www-scripts] Sphinx Doc Update: SUCCESS

www-data via www-scripts www-scripts at lists.llvm.org
Mon Apr 1 22:22:24 PDT 2019


/opt/tools/sphinx_update.sh: warning: removing stale lock file from PID 21901.
UPDATING llvm SOURCES
Updating '.':
At revision 357450.
-- clang project is enabled
-- clang-tools-extra project is enabled
-- compiler-rt project is disabled
-- debuginfo-tests project is disabled
-- libclc project is disabled
-- libcxx project is enabled
-- libcxxabi project is disabled
-- libunwind project is disabled
-- lld project is enabled
-- lldb project is enabled
-- llgo project is disabled
-- openmp project is disabled
-- parallel-libs project is disabled
-- polly project is disabled
-- pstl project is disabled
-- Could NOT find Z3: Found unsuitable version "0.0.0", but required is at least "4.7.1" (found Z3_LIBRARIES-NOTFOUND)
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Could NOT find OCaml (missing:  OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- Could NOT find OCaml (missing:  OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- OCaml bindings disabled.
-- Found Python module pygments
-- Found Python module pygments.lexers.c_cpp
-- Found Python module yaml
-- LLVM host triple: x86_64-unknown-linux-gnu
-- LLVM default target triple: x86_64-unknown-linux-gnu
-- Building with -fPIC
-- Constructing LLVMBuild project information
-- Linker detection: GNU ld
-- Targeting AArch64
-- Targeting AMDGPU
-- Targeting ARM
-- Targeting BPF
-- Targeting Hexagon
-- Targeting Lanai
-- Targeting Mips
-- Targeting MSP430
-- Targeting NVPTX
-- Targeting PowerPC
-- Targeting Sparc
-- Targeting SystemZ
-- Targeting WebAssembly
-- Targeting X86
-- Targeting XCore
-- Linker detection: GNU ld
-- Linker detection: GNU ld
-- there is no pre-generated ABI list for the requested libc++ configuration. check-cxx-abilist target is not supported
-- Sphinx enabled.
-- Clang version: 9.0.0
-- Sphinx enabled.
-- Sphinx enabled.
-- LLD version: 9.0.0
-- Sphinx enabled.
-- LLDB version: 9.0.0svn
-- Sphinx enabled.
-- Symbols (liblldb): exporting all symbols from the lldb namespace
-- Sphinx enabled.
-- Failed to find LLVM FileCheck
-- git Version: v0.0.0
-- Version: 0.0.0
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/sphinx-docs/build/llvm
Generating html Sphinx documentation for llvm into "/opt/sphinx-docs/build/llvm/docs/html"
/opt/sphinx-docs/src/llvm/docs/AMDGPUUsage.rst:437: WARNING: Malformed table.
Text in column margin in table line 21.

======================================= ==========================================================
LLVM Attribute                          Description
======================================= ==========================================================
"amdgpu-flat-work-group-size"="min,max" Specify the minimum and maximum flat work group sizes that
                                        will be specified when the kernel is dispatched. Generated
                                        by the ``amdgpu_flat_work_group_size`` CLANG attribute [CLANG-ATTR]_.
"amdgpu-implicitarg-num-bytes"="n"      Number of kernel argument bytes to add to the kernel
                                        argument block size for the implicit arguments. This
                                        varies by OS and language (for OpenCL see
                                        :ref:`opencl-kernel-implicit-arguments-appended-for-amdhsa-os-table`).
"amdgpu-max-work-group-size"="n"        Specify the maximum work-group size that will be specifed
                                        when the kernel is dispatched.
"amdgpu-num-sgpr"="n"                   Specifies the number of SGPRs to use. Generated by
                                        the ``amdgpu_num_sgpr`` CLANG attribute [CLANG-ATTR]_.
"amdgpu-num-vgpr"="n"                   Specifies the number of VGPRs to use. Generated by the
                                        ``amdgpu_num_vgpr`` CLANG attribute [CLANG-ATTR]_.
"amdgpu-waves-per-eu"="m,n"             Specify the minimum and maximum number of waves per
                                        execution unit. Generated by the ``amdgpu_waves_per_eu``
                                        CLANG attribute [CLANG-ATTR]_.

"amdgpu-ieee" true/false. Specify whether the function expects
       the IEEE field of the mode register to be set on entry. Overrides
       the default for the calling convention.
"amdgpu-dx10-clamp" true/false. Specify whether the function expects
       the DX10_CLAMP field of the mode register to be set on entry. Overrides
       the default for the calling convention.

======================================= ==========================================================
/opt/sphinx-docs/src/llvm/docs/AMDGPUUsage.rst:414: WARNING: Error parsing content block for the "table" directive: exactly one table expected.

.. table:: AMDGPU LLVM IR Attributes
   :name: amdgpu-llvm-ir-attributes-table

   ======================================= ==========================================================
   LLVM Attribute                          Description
   ======================================= ==========================================================
   "amdgpu-flat-work-group-size"="min,max" Specify the minimum and maximum flat work group sizes that
                                           will be specified when the kernel is dispatched. Generated
                                           by the ``amdgpu_flat_work_group_size`` CLANG attribute [CLANG-ATTR]_.
   "amdgpu-implicitarg-num-bytes"="n"      Number of kernel argument bytes to add to the kernel
                                           argument block size for the implicit arguments. This
                                           varies by OS and language (for OpenCL see
                                           :ref:`opencl-kernel-implicit-arguments-appended-for-amdhsa-os-table`).
   "amdgpu-max-work-group-size"="n"        Specify the maximum work-group size that will be specifed
                                           when the kernel is dispatched.
   "amdgpu-num-sgpr"="n"                   Specifies the number of SGPRs to use. Generated by
                                           the ``amdgpu_num_sgpr`` CLANG attribute [CLANG-ATTR]_.
   "amdgpu-num-vgpr"="n"                   Specifies the number of VGPRs to use. Generated by the
                                           ``amdgpu_num_vgpr`` CLANG attribute [CLANG-ATTR]_.
   "amdgpu-waves-per-eu"="m,n"             Specify the minimum and maximum number of waves per
                                           execution unit. Generated by the ``amdgpu_waves_per_eu``
                                           CLANG attribute [CLANG-ATTR]_.

   "amdgpu-ieee" true/false. Specify whether the function expects
          the IEEE field of the mode register to be set on entry. Overrides
          the default for the calling convention.
   "amdgpu-dx10-clamp" true/false. Specify whether the function expects
          the DX10_CLAMP field of the mode register to be set on entry. Overrides
          the default for the calling convention.

   ======================================= ==========================================================
Built target docs-llvm-html
sending incremental file list
./
.buildinfo
AMDGPUInstructionNotation.html
AMDGPUInstructionSyntax.html
AMDGPUModifierSyntax.html
AMDGPUOperandSyntax.html
AMDGPUUsage.html
AdvancedBuilds.html
AliasAnalysis.html
Atomics.html
Benchmarking.html
BigEndianNEON.html
BitCodeFormat.html
BlockFrequencyTerminology.html
BranchWeightMetadata.html
BugLifeCycle.html
Bugpoint.html
CFIVerify.html
CMake.html
CMakePrimer.html
CodeGenerator.html
CodeOfConduct.html
CodingStandards.html
CommandLine.html
CompileCudaWithLLVM.html
CompilerWriterInfo.html
Contributing.html
Coroutines.html
CoverageMappingFormat.html
DebuggingJITedCode.html
DeveloperPolicy.html
Docker.html
ExceptionHandling.html
ExtendingLLVM.html
Extensions.html
FAQ.html
FaultMaps.html
FuzzingLLVM.html
GarbageCollection.html
GetElementPtr.html
GettingStarted.html
GettingStartedVS.html
GlobalISel.html
GoldPlugin.html
HowToAddABuilder.html
HowToBuildOnARM.html
HowToBuildWithPGO.html
HowToCrossCompileBuiltinsOnArm.html
HowToCrossCompileLLVM.html
HowToReleaseLLVM.html
HowToSetUpLLVMStyleRTTI.html
HowToSubmitABug.html
HowToUseAttributes.html
HowToUseInstrMappings.html
InAlloca.html
LLVMBuild.html
LangRef.html
Lexicon.html
LibFuzzer.html
LinkTimeOptimization.html
MCJITDesignAndImplementation.html
MIRLangRef.html
MarkdownQuickstartTemplate.html
MarkedUpDisassembly.html
MemorySSA.html
MergeFunctions.html
NVPTXUsage.html
OptBisect.html
Packaging.html
Passes.html
Phabricator.html
ProgrammersManual.html
Projects.html
ReleaseNotes.html
ReleaseProcess.html
ReportingGuide.html
ScudoHardenedAllocator.html
SegmentedStacks.html
SourceLevelDebugging.html
SpeculativeLoadHardening.html
SphinxQuickstartTemplate.html
StackMaps.html
StackSafetyAnalysis.html
Statepoints.html
SupportLibrary.html
SystemLibrary.html
TableGenFundamentals.html
TestSuiteGuide.html
TestSuiteMakefileGuide.html
TestingGuide.html
TransformMetadata.html
TypeMetadata.html
Vectorizers.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html
XRay.html
XRayExample.html
XRayFDRFormat.html
YamlIO.html
genindex.html
index.html
objects.inv
search.html
searchindex.js
yaml2obj.html
AMDGPU/
AMDGPU/AMDGPUAsmGFX7.html
AMDGPU/AMDGPUAsmGFX8.html
AMDGPU/AMDGPUAsmGFX9.html
AMDGPU/gfx7_addr_buf.html
AMDGPU/gfx7_addr_ds.html
AMDGPU/gfx7_addr_flat.html
AMDGPU/gfx7_addr_mimg.html
AMDGPU/gfx7_attr.html
AMDGPU/gfx7_base_smem_addr.html
AMDGPU/gfx7_base_smem_buf.html
AMDGPU/gfx7_bimm16.html
AMDGPU/gfx7_bimm32.html
AMDGPU/gfx7_data_buf_atomic128.html
AMDGPU/gfx7_data_buf_atomic32.html
AMDGPU/gfx7_data_buf_atomic64.html
AMDGPU/gfx7_data_mimg_atomic_cmp.html
AMDGPU/gfx7_data_mimg_atomic_reg.html
AMDGPU/gfx7_data_mimg_store.html
AMDGPU/gfx7_dst_buf_128.html
AMDGPU/gfx7_dst_buf_64.html
AMDGPU/gfx7_dst_buf_96.html
AMDGPU/gfx7_dst_buf_lds.html
AMDGPU/gfx7_dst_flat_atomic32.html
AMDGPU/gfx7_dst_flat_atomic64.html
AMDGPU/gfx7_dst_mimg_gather4.html
AMDGPU/gfx7_dst_mimg_regular.html
AMDGPU/gfx7_fimm32.html
AMDGPU/gfx7_hwreg.html
AMDGPU/gfx7_label.html
AMDGPU/gfx7_mod.html
AMDGPU/gfx7_msg.html
AMDGPU/gfx7_offset_buf.html
AMDGPU/gfx7_offset_smem.html
AMDGPU/gfx7_opt.html
AMDGPU/gfx7_param.html
AMDGPU/gfx7_ret.html
AMDGPU/gfx7_rsrc_buf.html
AMDGPU/gfx7_rsrc_mimg.html
AMDGPU/gfx7_samp_mimg.html
AMDGPU/gfx7_sdst128_0.html
AMDGPU/gfx7_sdst256_0.html
AMDGPU/gfx7_sdst32_0.html
AMDGPU/gfx7_sdst32_1.html
AMDGPU/gfx7_sdst32_2.html
AMDGPU/gfx7_sdst512_0.html
AMDGPU/gfx7_sdst64_0.html
AMDGPU/gfx7_sdst64_1.html
AMDGPU/gfx7_simm16.html
AMDGPU/gfx7_src32_0.html
AMDGPU/gfx7_src32_1.html
AMDGPU/gfx7_src32_2.html
AMDGPU/gfx7_src32_3.html
AMDGPU/gfx7_src64_0.html
AMDGPU/gfx7_src64_1.html
AMDGPU/gfx7_src64_2.html
AMDGPU/gfx7_src_exp.html
AMDGPU/gfx7_ssrc32_0.html
AMDGPU/gfx7_ssrc32_1.html
AMDGPU/gfx7_ssrc32_2.html
AMDGPU/gfx7_ssrc32_3.html
AMDGPU/gfx7_ssrc32_4.html
AMDGPU/gfx7_ssrc64_0.html
AMDGPU/gfx7_ssrc64_1.html
AMDGPU/gfx7_ssrc64_2.html
AMDGPU/gfx7_ssrc64_3.html
AMDGPU/gfx7_tgt.html
AMDGPU/gfx7_type_dev.html
AMDGPU/gfx7_uimm16.html
AMDGPU/gfx7_vcc_64.html
AMDGPU/gfx7_vdata128_0.html
AMDGPU/gfx7_vdata32_0.html
AMDGPU/gfx7_vdata64_0.html
AMDGPU/gfx7_vdata96_0.html
AMDGPU/gfx7_vdst128_0.html
AMDGPU/gfx7_vdst32_0.html
AMDGPU/gfx7_vdst64_0.html
AMDGPU/gfx7_vdst96_0.html
AMDGPU/gfx7_vsrc128_0.html
AMDGPU/gfx7_vsrc32_0.html
AMDGPU/gfx7_vsrc64_0.html
AMDGPU/gfx7_waitcnt.html
AMDGPU/gfx8_addr_buf.html
AMDGPU/gfx8_addr_ds.html
AMDGPU/gfx8_addr_flat.html
AMDGPU/gfx8_addr_mimg.html
AMDGPU/gfx8_attr.html
AMDGPU/gfx8_base_smem_addr.html
AMDGPU/gfx8_base_smem_buf.html
AMDGPU/gfx8_bimm16.html
AMDGPU/gfx8_bimm32.html
AMDGPU/gfx8_data_buf_atomic128.html
AMDGPU/gfx8_data_buf_atomic32.html
AMDGPU/gfx8_data_buf_atomic64.html
AMDGPU/gfx8_data_buf_d16_128.html
AMDGPU/gfx8_data_buf_d16_32.html
AMDGPU/gfx8_data_buf_d16_64.html
AMDGPU/gfx8_data_buf_d16_96.html
AMDGPU/gfx8_data_mimg_atomic_cmp.html
AMDGPU/gfx8_data_mimg_atomic_reg.html
AMDGPU/gfx8_data_mimg_store.html
AMDGPU/gfx8_data_mimg_store_d16.html
AMDGPU/gfx8_dst_buf_128.html
AMDGPU/gfx8_dst_buf_64.html
AMDGPU/gfx8_dst_buf_96.html
AMDGPU/gfx8_dst_buf_d16_128.html
AMDGPU/gfx8_dst_buf_d16_32.html
AMDGPU/gfx8_dst_buf_d16_64.html
AMDGPU/gfx8_dst_buf_d16_96.html
AMDGPU/gfx8_dst_buf_lds.html
AMDGPU/gfx8_dst_flat_atomic32.html
AMDGPU/gfx8_dst_flat_atomic64.html
AMDGPU/gfx8_dst_mimg_gather4.html
AMDGPU/gfx8_dst_mimg_regular.html
AMDGPU/gfx8_dst_mimg_regular_d16.html
AMDGPU/gfx8_fimm16.html
AMDGPU/gfx8_fimm32.html
AMDGPU/gfx8_hwreg.html
AMDGPU/gfx8_imm4.html
AMDGPU/gfx8_label.html
AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.html
AMDGPU/gfx8_mod_sdwa_sext.html
AMDGPU/gfx8_mod_vop3_abs_neg.html
AMDGPU/gfx8_msg.html
AMDGPU/gfx8_offset_buf.html
AMDGPU/gfx8_offset_smem_load.html
AMDGPU/gfx8_offset_smem_store.html
AMDGPU/gfx8_opt.html
AMDGPU/gfx8_param.html
AMDGPU/gfx8_perm_smem.html
AMDGPU/gfx8_ret.html
AMDGPU/gfx8_rsrc_buf.html
AMDGPU/gfx8_rsrc_mimg.html
AMDGPU/gfx8_samp_mimg.html
AMDGPU/gfx8_sdata128_0.html
AMDGPU/gfx8_sdata32_0.html
AMDGPU/gfx8_sdata64_0.html
AMDGPU/gfx8_sdst128_0.html
AMDGPU/gfx8_sdst256_0.html
AMDGPU/gfx8_sdst32_0.html
AMDGPU/gfx8_sdst32_1.html
AMDGPU/gfx8_sdst32_2.html
AMDGPU/gfx8_sdst512_0.html
AMDGPU/gfx8_sdst64_0.html
AMDGPU/gfx8_sdst64_1.html
AMDGPU/gfx8_simm16.html
AMDGPU/gfx8_src32_0.html
AMDGPU/gfx8_src32_1.html
AMDGPU/gfx8_src64_0.html
AMDGPU/gfx8_src64_1.html
AMDGPU/gfx8_src_exp.html
AMDGPU/gfx8_ssrc32_0.html
AMDGPU/gfx8_ssrc32_1.html
AMDGPU/gfx8_ssrc32_2.html
AMDGPU/gfx8_ssrc32_3.html
AMDGPU/gfx8_ssrc32_4.html
AMDGPU/gfx8_ssrc64_0.html
AMDGPU/gfx8_ssrc64_1.html
AMDGPU/gfx8_ssrc64_2.html
AMDGPU/gfx8_ssrc64_3.html
AMDGPU/gfx8_tgt.html
AMDGPU/gfx8_type_dev.html
AMDGPU/gfx8_uimm16.html
AMDGPU/gfx8_vcc_64.html
AMDGPU/gfx8_vdata128_0.html
AMDGPU/gfx8_vdata32_0.html
AMDGPU/gfx8_vdata64_0.html
AMDGPU/gfx8_vdata96_0.html
AMDGPU/gfx8_vdst128_0.html
AMDGPU/gfx8_vdst32_0.html
AMDGPU/gfx8_vdst64_0.html
AMDGPU/gfx8_vdst96_0.html
AMDGPU/gfx8_vsrc128_0.html
AMDGPU/gfx8_vsrc32_0.html
AMDGPU/gfx8_vsrc64_0.html
AMDGPU/gfx8_waitcnt.html
AMDGPU/gfx9_addr_buf.html
AMDGPU/gfx9_addr_ds.html
AMDGPU/gfx9_addr_flat.html
AMDGPU/gfx9_addr_mimg.html
AMDGPU/gfx9_attr.html
AMDGPU/gfx9_base_smem_addr.html
AMDGPU/gfx9_base_smem_buf.html
AMDGPU/gfx9_base_smem_scratch.html
AMDGPU/gfx9_bimm16.html
AMDGPU/gfx9_bimm32.html
AMDGPU/gfx9_data_buf_atomic128.html
AMDGPU/gfx9_data_buf_atomic32.html
AMDGPU/gfx9_data_buf_atomic64.html
AMDGPU/gfx9_data_mimg_atomic_cmp.html
AMDGPU/gfx9_data_mimg_atomic_reg.html
AMDGPU/gfx9_data_mimg_store.html
AMDGPU/gfx9_data_mimg_store_d16.html
AMDGPU/gfx9_data_smem_atomic128.html
AMDGPU/gfx9_data_smem_atomic32.html
AMDGPU/gfx9_data_smem_atomic64.html
AMDGPU/gfx9_dst_buf_128.html
AMDGPU/gfx9_dst_buf_32.html
AMDGPU/gfx9_dst_buf_64.html
AMDGPU/gfx9_dst_buf_96.html
AMDGPU/gfx9_dst_buf_lds.html
AMDGPU/gfx9_dst_flat_atomic32.html
AMDGPU/gfx9_dst_flat_atomic64.html
AMDGPU/gfx9_dst_mimg_gather4.html
AMDGPU/gfx9_dst_mimg_regular.html
AMDGPU/gfx9_dst_mimg_regular_d16.html
AMDGPU/gfx9_fimm16.html
AMDGPU/gfx9_fimm32.html
AMDGPU/gfx9_hwreg.html
AMDGPU/gfx9_imm4.html
AMDGPU/gfx9_label.html
AMDGPU/gfx9_mad_type_dev.html
AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.html
AMDGPU/gfx9_mod_sdwa_sext.html
AMDGPU/gfx9_mod_vop3_abs_neg.html
AMDGPU/gfx9_msg.html
AMDGPU/gfx9_offset_buf.html
AMDGPU/gfx9_offset_smem_buf.html
AMDGPU/gfx9_offset_smem_plain.html
AMDGPU/gfx9_opt.html
AMDGPU/gfx9_param.html
AMDGPU/gfx9_perm_smem.html
AMDGPU/gfx9_ret.html
AMDGPU/gfx9_rsrc_buf.html
AMDGPU/gfx9_rsrc_mimg.html
AMDGPU/gfx9_saddr_flat_global.html
AMDGPU/gfx9_saddr_flat_scratch.html
AMDGPU/gfx9_samp_mimg.html
AMDGPU/gfx9_sdata128_0.html
AMDGPU/gfx9_sdata32_0.html
AMDGPU/gfx9_sdata64_0.html
AMDGPU/gfx9_sdst128_0.html
AMDGPU/gfx9_sdst256_0.html
AMDGPU/gfx9_sdst32_0.html
AMDGPU/gfx9_sdst32_1.html
AMDGPU/gfx9_sdst32_2.html
AMDGPU/gfx9_sdst512_0.html
AMDGPU/gfx9_sdst64_0.html
AMDGPU/gfx9_sdst64_1.html
AMDGPU/gfx9_simm16.html
AMDGPU/gfx9_src32_0.html
AMDGPU/gfx9_src32_1.html
AMDGPU/gfx9_src64_0.html
AMDGPU/gfx9_src64_1.html
AMDGPU/gfx9_src_exp.html
AMDGPU/gfx9_ssrc32_0.html
AMDGPU/gfx9_ssrc32_1.html
AMDGPU/gfx9_ssrc32_2.html
AMDGPU/gfx9_ssrc32_3.html
AMDGPU/gfx9_ssrc32_4.html
AMDGPU/gfx9_ssrc64_0.html
AMDGPU/gfx9_ssrc64_1.html
AMDGPU/gfx9_ssrc64_2.html
AMDGPU/gfx9_ssrc64_3.html
AMDGPU/gfx9_tgt.html
AMDGPU/gfx9_type_dev.html
AMDGPU/gfx9_uimm16.html
AMDGPU/gfx9_vaddr_flat_global.html
AMDGPU/gfx9_vaddr_flat_scratch.html
AMDGPU/gfx9_vcc_64.html
AMDGPU/gfx9_vdata128_0.html
AMDGPU/gfx9_vdata32_0.html
AMDGPU/gfx9_vdata64_0.html
AMDGPU/gfx9_vdata96_0.html
AMDGPU/gfx9_vdst128_0.html
AMDGPU/gfx9_vdst32_0.html
AMDGPU/gfx9_vdst64_0.html
AMDGPU/gfx9_vdst96_0.html
AMDGPU/gfx9_vsrc128_0.html
AMDGPU/gfx9_vsrc32_0.html
AMDGPU/gfx9_vsrc64_0.html
AMDGPU/gfx9_waitcnt.html
CommandGuide/
CommandGuide/FileCheck.html
CommandGuide/bugpoint.html
CommandGuide/dsymutil.html
CommandGuide/index.html
CommandGuide/lit.html
CommandGuide/llc.html
CommandGuide/lli.html
CommandGuide/llvm-ar.html
CommandGuide/llvm-as.html
CommandGuide/llvm-bcanalyzer.html
CommandGuide/llvm-build.html
CommandGuide/llvm-config.html
CommandGuide/llvm-cov.html
CommandGuide/llvm-cxxmap.html
CommandGuide/llvm-diff.html
CommandGuide/llvm-dis.html
CommandGuide/llvm-dwarfdump.html
CommandGuide/llvm-exegesis.html
CommandGuide/llvm-extract.html
CommandGuide/llvm-lib.html
CommandGuide/llvm-link.html
CommandGuide/llvm-mca.html
CommandGuide/llvm-nm.html
CommandGuide/llvm-objdump.html
CommandGuide/llvm-pdbutil.html
CommandGuide/llvm-profdata.html
CommandGuide/llvm-readobj.html
CommandGuide/llvm-stress.html
CommandGuide/llvm-symbolizer.html
CommandGuide/opt.html
CommandGuide/tblgen.html
Frontend/
Frontend/PerformanceTips.html
PDB/
PDB/CodeViewSymbols.html
PDB/CodeViewTypes.html
PDB/DbiStream.html
PDB/GlobalStream.html
PDB/HashStream.html
PDB/ModiStream.html
PDB/MsfFile.html
PDB/PdbStream.html
PDB/PublicStream.html
PDB/TpiStream.html
PDB/index.html
Proposals/
Proposals/GitHubMove.html
Proposals/TestSuite.html
Proposals/VariableNames.html
Proposals/VectorizationPlan.html
TableGen/
TableGen/BackEnds.html
TableGen/Deficiencies.html
TableGen/LangIntro.html
TableGen/LangRef.html
TableGen/index.html
_images/
_sources/
_sources/AMDGPUUsage.rst.txt
_sources/CodeGenerator.rst.txt
_sources/LangRef.rst.txt
_sources/LibFuzzer.rst.txt
_sources/index.rst.txt
_sources/AMDGPU/
_sources/CommandGuide/
_sources/CommandGuide/llc.rst.txt
_sources/CommandGuide/llvm-exegesis.rst.txt
_sources/Frontend/
_sources/PDB/
_sources/Proposals/
_sources/Proposals/GitHubMove.rst.txt
_sources/Proposals/VariableNames.rst.txt
_sources/TableGen/
_sources/tutorial/
_static/
_static/basic.css
_static/doctools.js
_static/documentation_options.js
_static/pygments.css
_static/searchtools.js
tutorial/
tutorial/BuildingAJIT1.html
tutorial/BuildingAJIT2.html
tutorial/BuildingAJIT3.html
tutorial/BuildingAJIT4.html
tutorial/BuildingAJIT5.html
tutorial/LangImpl01.html
tutorial/LangImpl02.html
tutorial/LangImpl03.html
tutorial/LangImpl04.html
tutorial/LangImpl05.html
tutorial/LangImpl06.html
tutorial/LangImpl07.html
tutorial/LangImpl08.html
tutorial/LangImpl09.html
tutorial/LangImpl10.html
tutorial/OCamlLangImpl1.html
tutorial/OCamlLangImpl2.html
tutorial/OCamlLangImpl3.html
tutorial/OCamlLangImpl4.html
tutorial/OCamlLangImpl5.html
tutorial/OCamlLangImpl6.html
tutorial/OCamlLangImpl7.html
tutorial/OCamlLangImpl8.html
tutorial/index.html

sent 16,536,466 bytes  received 10,392 bytes  11,031,238.67 bytes/sec
total size is 21,631,986  speedup is 1.31


More information about the www-scripts mailing list