Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 25 of 256) sorted by relevance

1234567891011

/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst15 <http://lists.llvm.org/pipermail/llvm-dev/2019-February/130083.html>`_.
372 .. [DasInconsistent] Sanjoy Das, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130304.html
376 .. [GreeneGitBlame] David Greene, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130228.html
380 .. [JonesDistinguish] JD Jones, http://lists.llvm.org/pipermail/llvm-dev/2019-February/129926.html
382 .. [LattnerAgree] Chris Latter, http://lists.llvm.org/pipermail/llvm-dev/2019-February/129907.html
384 .. [LattnerLower] Chris Lattner, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130629.html
390 .. [PicusAcronym] Diana Picus, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130318.html
391 .. [ReamesConcern] Philip Reames, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130181.html
392 .. [RicciAcronyms] Bruno Ricci, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130328.html
398 .. [TurnerLLDB] Zachary Turner, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130213.html
[all …]
/llvm-project-15.0.7/libcxx/lib/abi/
H A DREADME.TXT1 This directory contains abi lists representing the symbols exported
2 by the libc++ library. The lists are generated using libcxx/utils/generate_abi_list.py.
5 lists *MUST* be updated to reflect the changes. This can be done by using the
/llvm-project-15.0.7/clang/www/analyzer/
H A Dmenu.css35 .menubar li ul /* second level lists */ {
49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
/llvm-project-15.0.7/clang-tools-extra/
H A DREADME.txt15 commit lists:
16 http://lists.llvm.org/mailman/listinfo/cfe-commits
/llvm-project-15.0.7/llvm/test/TableGen/
H A DHwModeSelect.td7 // These two lists must have the same size. Make sure that a violation of
27 // CHECK: error: in record BadDef derived from HwModeSelect: the lists Modes and Objects should hav…
H A Drange-lists.td4 // This file has tests for range lists and range pieces. Some use the
32 // These are tests for lists.
H A DGeneralList.td3 // Test to make sure that lists work with any data-type
/llvm-project-15.0.7/libcxx/docs/
H A DContributing.rst77 When exporting new symbols from libc++, you must update the ABI lists located in ``lib/abi``.
78 To test whether the lists are up-to-date, please run the target ``check-cxx-abilist``.
79 To regenerate the lists, use the target ``generate-cxx-abilist``.
80 The ABI lists must be updated for all supported platforms; currently Linux and
/llvm-project-15.0.7/llvm/test/DebugInfo/WebAssembly/
H A Ddbg-value-list.ll1 ; RUN: llc %s -stop-before wasm-nullify-dbg-value-lists -o - | FileCheck %s --check-prefix=BEFORE
2 ; RUN: llc %s -stop-after wasm-nullify-dbg-value-lists -o - | FileCheck %s --check-prefix=AFTER
/llvm-project-15.0.7/llvm/docs/
H A DDiscourseMigrationGuide.md5 This document is intended to help LLVM users to migrate from the mailing lists to
19 Discourse's structure is similar to a set of mailing lists, however different
109 ## Mapping of mailing lists to categories
111 This table explains the mapping from mailing lists to categories in Discourse.
113 migration. Obsolete lists will become read-only as part of the Discourse
118 <tr><th>Mailing lists</th><th>Category in Discourse</th></tr>
194 [this email](https://lists.llvm.org/pipermail/llvm-dev/2021-June/150823.html)
207 ### What are advantages of Discourse over the current mailing lists?
214 creating new mailing lists.
H A DCMakePrimer.rst118 In CMake lists are semi-colon delimited strings, and it is strongly advised that
119 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
120 defining lists:
134 One of the more complicated patterns in CMake is lists of lists. Because a list
135 cannot contain an element with a semi-colon to construct a list of lists you
136 make a list of variable names that refer to other lists. For example:
145 With this layout you can iterate through the list of lists printing each value
244 lists, values to iterate, or a mix of both:
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dloclists-dwp.ll6 ; Make sure that 2 location lists from different units within a dwp file are
7 ; dumped correctly. The 2 location lists differ in the length of their address
H A Ddwarfdump-rnglists.s7 # Test object to verify dwarfdump handles v5 range lists.
117 # A rnglist table with 2 range lists. The first one uses DW_RLE_start_end
119 # DW_RLE_offset_pair. The range lists have entries in the offset table.
/llvm-project-15.0.7/llvm/utils/docker/debian10/
H A DDockerfile19 rm -rf /var/lib/apt/lists/*
45 rm -rf /var/lib/apt/lists/*
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers.yaml70 # ERR1-NEXT: error: section '.section (1)' should be present in the 'Sections' or 'Excluded' lists
71 # ERR1-NEXT: error: section '.section (2)' should be present in the 'Sections' or 'Excluded' lists
76 # ERR2-NEXT: error: section '.section (1)' should be present in the 'Sections' or 'Excluded' lists
77 # ERR2-NEXT: error: section '.section (2)' should be present in the 'Sections' or 'Excluded' lists
78 # ERR2-NEXT: error: section '.section.foo' should be present in the 'Sections' or 'Excluded' lists
84 # EMPTY-SECTIONS: error: section '.foo' should be present in the 'Sections' or 'Excluded' lists
85 …PTY-SECTIONS-NEXT: error: section '.strtab' should be present in the 'Sections' or 'Excluded' lists
86 …Y-SECTIONS-NEXT: error: section '.shstrtab' should be present in the 'Sections' or 'Excluded' lists
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dunname-bf-metadata.m2 // Test that meta-data for ivar lists with unnamed bitfield are generated.
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_always_instrument.txt3 # -fxray-always-instrument=<path> along with your project-specific lists.
H A Dxray_never_instrument.txt3 # -fxray-never-instrument=<path> along with your project-specific lists.
/llvm-project-15.0.7/clang-tools-extra/docs/
H A DModularizeUsage.rst90 .. option:: -display-file-lists
92 Display lists of good files (no compile errors), problem files,
97 use -display-file-lists option, and then use the combined list as
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/libc/
H A Dplatforms.bzl5 """Defines global variables that lists target cpus"""
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dredundant-void-arg.rst6 Find and remove redundant ``void`` argument lists.
/llvm-project-15.0.7/lld/test/ELF/
H A Ddynamic-list-empty.s3 # BFD reports a parse error on empty lists, but it is clear how to
/llvm-project-15.0.7/clang-tools-extra/test/modularize/
H A DProblemsDisplayLists.modularize1 # RUN: not modularize -display-file-lists %S/Inputs/CompileError/module.modulemap 2>&1 | FileCheck …
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-tli-checker.rst63 symbols; discrepancy lists the mis-matching symbols; and full lists all
/llvm-project-15.0.7/llvm/utils/kate/
H A DREADME11 <llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the

1234567891011