| /llvm-project-15.0.7/flang/ |
| H A D | .drone.star | 11 … "git clone --depth=1 -b f18 https://github.com/flang-compiler/f18-llvm-project.git llvm-project", 12 "mkdir llvm-project/build && cd llvm-project/build", 17 …/src/llvm-project/install/lib/cmake/llvm -DMLIR_DIR=/drone/src/llvm-project/install/lib/cmake/mlir… 37 … "git clone --depth=1 -b f18 https://github.com/flang-compiler/f18-llvm-project.git llvm-project", 38 "mkdir llvm-project/build && cd llvm-project/build", 43 …/src/llvm-project/install/lib/cmake/llvm -DMLIR_DIR=/drone/src/llvm-project/install/lib/cmake/mlir…
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | TableGen.cmake | 6 function(tablegen project ofn) 9 if(NOT ${project}_TABLEGEN_EXE) 69 if (MSVC AND project STREQUAL LLVM) 92 # ("${${project}_TABLEGEN_TARGET}" STREQUAL "${${project}_TABLEGEN_EXE}") 142 macro(add_tablegen target project) 159 set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN} PARENT_SCOPE) 160 set(${project}_TABLEGEN_TARGET ${${project}_TABLEGEN} PARENT_SCOPE) 168 set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN_EXE} PARENT_SCOPE) 170 add_custom_target(${project}-tablegen-host DEPENDS ${${project}_TABLEGEN_EXE}) 171 set(${project}_TABLEGEN_TARGET ${project}-tablegen-host PARENT_SCOPE) [all …]
|
| H A D | LLVMDistributionSupport.cmake | 6 # - The generated CMake exports file for ${project} is called ${project}Targets 12 # is the project name in uppercase). 16 # for the project's CMake modules. 111 # project. As explained at the top of the file, the project export set for a 117 # - project: The project to produce the argument for. IMPORTANT: The casing of 127 if(project STREQUAL "LLVM") 151 # - project: The project to produce the commands for. IMPORTANT: See the comment 158 if(project STREQUAL "LLVM") 178 # ${project}-${distribution}-cmake-exports, where ${project} is the project name 182 # - project: The project. IMPORTANT: See the comment for get_target_export_arg [all …]
|
| H A D | AddSphinxTarget.cmake | 20 # ``project`` should be the project name 26 function (add_sphinx_target builder project) 29 set(SPHINX_DOC_TREE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees-${project}-${builder}") 30 set(SPHINX_TARGET_NAME docs-${project}-${builder}) 86 COMPONENT "${project}-sphinx-man" 92 COMPONENT "${project}-sphinx-man") 95 string(TOUPPER "${project}" project_upper) 96 set(${project_upper}_INSTALL_SPHINX_HTML_DIR "${CMAKE_INSTALL_DOCDIR}/${project}/html" 97 CACHE STRING "HTML documentation install directory for ${project}") 103 COMPONENT "${project}-sphinx-html" [all …]
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestAdd.py | 52 def add_new_project(project: ProjectInfo): 58 test_info = SATestBuild.TestInfo(project, 73 if is_existing_project(project_map, project): 78 project_map.projects.append(project) 82 def is_existing_project(project_map: ProjectMap, project: ProjectInfo) -> bool: 83 return any(existing_project.name == project.name
|
| H A D | SATest.py | 32 SATestAdd.add_new_project(project) 81 for project in project_map.projects: 105 return [project.with_fields(enabled=(force or project.enabled) and 106 predicate(project)) 107 for project in projects] 111 available_projects = [project.name 112 for project in projects] 122 projects = filter_projects(projects, lambda project: 123 project.name in projects_arg, 131 projects = filter_projects(projects, lambda project: [all …]
|
| H A D | SATestBenchmark.py | 46 results = [self._benchmark_project(project) 47 for project in self.projects] 52 def _benchmark_project(self, project: ProjectInfo) -> pd.DataFrame: 53 if not project.enabled: 59 test_info = TestInfo(project) 70 "iteration": i, "project": project.name})
|
| H A D | SATestBuild.py | 213 project: ProjectInfo 254 for project in self.projects: 256 TestInfo(project, 315 self.project = test_info.project 329 if not self.project.enabled: 388 if self.project.mode == 1: 514 if self.project.mode == 2: 600 if self.project.source == DownloadType.GIT: 602 elif self.project.source == DownloadType.ZIP: 612 repo = self.project.origin [all …]
|
| H A D | ProjectMap.py | 195 return [ProjectMap._convert_info_to_dict(project) 196 for project in projects] 199 def _convert_info_to_dict(project: ProjectInfo) -> JSON: 200 whole_dict = project._asdict() 201 defaults = project._field_defaults
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | build-docs.sh | 41 project=$1 43 output=${project}_doxygen-$release 81 if [ -d llvm-project ]; then 85 mkdir -p llvm-project 86 pushd llvm-project 87 …curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | tar --strip-components=1 -x…
|
| /llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/ |
| H A D | project_tree.py | 27 def WalkProjectFiles(checkout_root, all_projects, project, visitor): argument 35 assert project in all_projects 39 if other_project != project and other_project.is_subproject(project): 45 project_root = os.path.join(checkout_root, project.relpath)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | simplified-template-names.s | 4 # Checking the LLVM side of cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_tem… 24 ….loc 0 142 0 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 34 ….loc 0 142 44 prologue_end # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 48 ….loc 0 182 0 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 58 ….loc 0 184 8 prologue_end # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 61 ….loc 0 185 3 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 63 ….loc 0 186 3 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 65 ….loc 0 187 3 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 67 ….loc 0 188 3 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 69 ….loc 0 189 3 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… [all …]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GitRepositoryPolicy.md | 16 [llvm-project](https://github.com/llvm/llvm-project/blob/main/CONTRIBUTING.md). 18 [llvm-project](https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT). 21 If you want to integrate your project as part of the Monorepo, please take a 23 [Developer Policy](DeveloperPolicy.html#adding-an-established-project-to-the-llvm-monorepo>).
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | precomp2-a.yaml | 15 ObjectName: 'D:\llvm-project\lld\test\COFF\Inputs\precomp2-a.obj' 31 - 'D:\llvm-project\lld\test\COFF\precomp\precomp.pch' 32 - 'D:\llvm-project\lld\test\COFF\precomp\precomp.h' 33 - 'D:\llvm-project\lld\test\COFF\precomp\a.cpp' 43 PrecompFilePath: 'D:\llvm-project\lld\test\COFF\Inputs\precomp2.obj'
|
| H A D | pdb_lines_2.yaml | 19 ObjectName: 'C:\src\llvm-project\build\pdb_lines_2.obj' 64 - FileName: 'c:\src\llvm-project\build\pdb_lines_2.c' 77 - FileName: 'c:\src\llvm-project\build\pdb_lines_2.c' 82 - 'c:\src\llvm-project\build\pdb_lines_2.c' 123 String: 'C:\src\llvm-project\build' 146 String: 'C:\src\llvm-project\build\vc140.pdb'
|
| H A D | pdb-type-server-simple-b.yaml | 19 ObjectName: 'C:\src\llvm-project\build\b.obj' 66 - FileName: 'c:\src\llvm-project\build\b.c' 81 - FileName: 'c:\src\llvm-project\build\b.c' 86 - 'c:\src\llvm-project\build\b.c' 113 Name: 'C:\src\llvm-project\build\ts.pdb'
|
| H A D | pdb_comdat_bar.yaml | 19 ObjectName: 'C:\src\llvm-project\build\pdb_comdat_bar.obj' 64 - FileName: 'c:\src\llvm-project\build\pdb_comdat_bar.c' 87 - FileName: 'c:\src\llvm-project\build\pdb_comdat_bar.c' 90 - FileName: 'c:\src\llvm-project\build\foo.h' 95 - 'c:\src\llvm-project\build\pdb_comdat_bar.c' 96 - 'c:\src\llvm-project\build\foo.h' 162 String: 'C:\src\llvm-project\build' 185 String: 'C:\src\llvm-project\build\vc140.pdb' 248 - FileName: 'c:\src\llvm-project\build\foo.h'
|
| H A D | pdb_comdat_main.yaml | 19 ObjectName: 'C:\src\llvm-project\build\pdb_comdat_main.obj' 64 - FileName: 'c:\src\llvm-project\build\pdb_comdat_main.c' 95 - FileName: 'c:\src\llvm-project\build\pdb_comdat_main.c' 98 - FileName: 'c:\src\llvm-project\build\foo.h' 103 - 'c:\src\llvm-project\build\pdb_comdat_main.c' 104 - 'c:\src\llvm-project\build\foo.h' 175 String: 'C:\src\llvm-project\build' 198 String: 'C:\src\llvm-project\build\vc140.pdb' 259 - FileName: 'c:\src\llvm-project\build\foo.h'
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-comdat.test | 34 CHECK: c:\src\llvm-project\build\pdb_comdat_main.c (MD5: F969E51BBE373436D81492EB61387F36) 35 CHECK: c:\src\llvm-project\build\foo.h (MD5: D74D834EFAC3AE2B45E606A8320B1D5C) 37 CHECK: c:\src\llvm-project\build\pdb_comdat_bar.c (MD5: 365279DB4FCBEDD721BBFC3B14A953C2) 38 CHECK-NOT: c:\src\llvm-project\build\foo.h 58 CHECK: 4 | S_OBJNAME [size = 56] sig=0, `C:\src\llvm-project\build\pdb_comdat_main.obj` 81 CHECK: 4 | S_OBJNAME [size = 56] sig=0, `C:\src\llvm-project\build\pdb_comdat_bar.obj` 104 REORDER: c:\src\llvm-project\build\pdb_comdat_bar.c (MD5: 365279DB4FCBEDD721BBFC3B14A953C2) 105 REORDER: c:\src\llvm-project\build\foo.h (MD5: D74D834EFAC3AE2B45E606A8320B1D5C) 107 REORDER: c:\src\llvm-project\build\pdb_comdat_main.c 108 REORDER-NOT: c:\src\llvm-project\build\foo.h
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 9 Contributions to any Google project must be accompanied by a Contributor 12 project. 22 one (even if it was for a different project), you probably don't need to do it 29 another Google project), make a commit adding yourself to the 45 1. Follow the normal process of [forking][] the project, and setup a new 51 This provides consistency throughout the project, and ensures that commit
|
| /llvm-project-15.0.7/ |
| H A D | README.md | 8 For more information on how to contribute to the LLVM project, please 18 Welcome to the LLVM project! 20 The LLVM project has multiple components. The core of the project is 44 * ``git clone https://github.com/llvm/llvm-project.git`` 47 https://github.com/llvm/llvm-project.git`` 51 * ``cd llvm-project`` 69 clang-tools-extra, cross-project-tests, flang, libc, libclc, lld, lldb, 101 LLVM sub-projects generate their own ``check-<project>`` target. 121 The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfConduct.html) for 122 participants to all modes of communication within the project.
|
| /llvm-project-15.0.7/clang/docs/analyzer/user-docs/ |
| H A D | CrossTranslationUnit.rst | 59 "directory": "/path/to/your/project", 64 "directory": "/path/to/your/project", 76 $ pwd $ /path/to/your/project 110 /path/to/your/project 265 "/path/to/your/project/foo.cpp": 268 - "/path/to/your/project/foo.cpp" 270 - "/path/to/your/project/foo.o" 272 "/path/to/your/project/main.cpp": 275 - "/path/to/your/project/main.cpp" 277 - "/path/to/your/project/main.o" [all …]
|
| /llvm-project-15.0.7/llvm/examples/ModuleMaker/ |
| H A D | README.txt | 2 // ModuleMaker Sample project 5 This project is an extremely simple example of using some simple pieces of the 6 LLVM API. The actual executable generated by this project simply emits an
|
| /llvm-project-15.0.7/cross-project-tests/ |
| H A D | CMakeLists.txt | 1 # Cross project tests, for tests that require access to multiple projects across 69 add_lit_testsuite(check-cross-project "Running cross-project tests" 88 # Add check-cross-project-* targets. 93 set_target_properties(check-cross-project PROPERTIES FOLDER "Tests")
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | doxygen-mainpage.dox | 4 /// Welcome to the flang project. 9 /// usage instructions, please see the [project website](https://github.com/llvm-project/flang)
|