| /llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/ |
| H A D | project_tree.py | 78 projects = [LLVMProject("llvm", "")] 79 projects += [ 82 projects += [ 85 projects.append( 89 projects = [LLVMProject("llvm", "llvm")] 90 projects += [LLVMProject(p, p) for p in ORDINARY_PROJECTS] 91 projects += [LLVMProject(p, p) for p in TOOLS_PROJECTS] 92 projects.append( 95 return projects
|
| H A D | llvm_checksum.py | 68 def ComputeLLVMChecksums(root_path, projects): argument 97 for proj in projects: 118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATest.py | 40 projects = get_projects(parser, args) 42 projects, 81 for project in project_map.projects: 88 projects = get_projects(parser, args) 102 projects = project_map.projects 107 for project in projects] 109 if args.projects: 110 projects_arg = args.projects.split(",") 122 projects = filter_projects(projects, lambda project: 131 projects = filter_projects(projects, lambda project: [all …]
|
| H A D | ProjectMap.py | 136 self._save(self.projects, self.path) 146 self.projects = self._parse(raw_projects) 188 def _save(projects: List[ProjectInfo], path: str): 190 json.dump(ProjectMap._convert_infos_to_dicts(projects), 194 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]: 196 for project in projects]
|
| H A D | SATestBenchmark.py | 39 def __init__(self, projects: List[ProjectInfo], iterations: int, 41 self.projects = projects 47 for project in self.projects]
|
| H A D | SATestAdd.py | 78 project_map.projects.append(project) 84 for existing_project in project_map.projects)
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | appveyor-reqs-install.cmd | 3 if NOT EXIST C:\projects\deps ( 4 mkdir C:\projects\deps 6 cd C:\projects\deps 30 7z x cmake.zip -oC:\projects\deps > nul 31 move C:\projects\deps\cmake-* C:\projects\deps\cmake 34 @set PATH=C:\projects\deps\cmake\bin;%PATH% 42 7z x ninja.zip -oC:\projects\deps\ninja > nul 45 @set PATH=C:\projects\deps\ninja;%PATH%
|
| H A D | appveyor.yml | 30 # All external dependencies are installed in C:\projects\deps 39 - md C:\projects\build-libcxx 40 - cd C:\projects\build-libcxx 48 "-DLLVM_PATH=C:\projects\deps\llvm" 69 - C:\projects\deps\ninja 70 - C:\projects\deps\cmake 71 - C:\projects\deps\llvm-installer.exe
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | test-release.sh | 248 projects="llvm clang" 250 projects="$projects clang-tools-extra" 266 projects="$projects openmp" 269 projects="$projects lld" 272 projects="$projects lldb" 275 projects="$projects polly" 278 projects="$projects mlir" 281 projects="$projects flang" 388 project_list=${projects// /;}
|
| H A D | export.sh | 16 projects="llvm clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld ope… 46 $(echo "$projects "| sed 's/\([a-z-]\+\) / * \1-<RELEASE><RC>.src.tar.xz \n/g') 131 for proj in $projects; do
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 105 all LLVM sub-projects. 387 cd ../projects 405 cd ../../projects/ 424 cd llvm-projects 454 multiple sub-projects. 461 cd ../../projects/libcxx 469 cd ../../projects/libcxx 477 cd ../../projects/libcxx 829 projects/libclc libclc 830 projects/libcxx libcxx [all …]
|
| /llvm-project-15.0.7/llvm/ |
| H A D | .gitignore | 41 # External projects that are tracked independently. 42 projects/* 43 !projects/*.* 44 !projects/Makefile
|
| /llvm-project-15.0.7/ |
| H A D | .gitignore | 67 /clang/utils/analyzer/projects/*/CachedSource 68 /clang/utils/analyzer/projects/*/PatchedSource 69 /clang/utils/analyzer/projects/*/ScanBuildResults 70 /clang/utils/analyzer/projects/*/RefScanBuildResults
|
| H A D | README.md | 42 1. Checkout LLVM (including related sub-projects like Clang): 60 * ``Visual Studio`` --- for generating Visual Studio projects and 62 * ``Xcode`` --- for generating Xcode projects. 67 semicolon-separated list of the LLVM sub-projects and runtimes you'd like to 72 projects can be specified either in ``LLVM_ENABLE_PROJECTS`` or in 101 LLVM sub-projects generate their own ``check-<project>`` target.
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Zip.rst | 16 It is used to track both the status of the sub-projects of the effort and who 17 is assigned to these sub-projects. This avoids duplicating effort. 23 Sub-projects in the Implementation Effort
|
| H A D | Format.rst | 17 track both the status of the sub-projects of the Format library and who is assigned to 18 these sub-projects. This is imperative to effective implementation so that work is not
|
| H A D | Spaceship.rst | 17 in libc++. It is used to track both the status of the sub-projects of the effort 18 and who is assigned to these sub-projects. This is imperative to effective
|
| H A D | Ranges.rst | 17 track both the status of the sub-projects of the ranges library and who is assigned to 18 these sub-projects. This is imperative to effective implementation so that work is not
|
| /llvm-project-15.0.7/llvm/utils/gn/ |
| H A D | TODO.txt | 3 - more projects (lldb, check- targets for compiler-rt's asan/ubsan/msan/tsan) 4 - once there are more projects, have an llvm_enable_projects arg, modeled 6 - a check-all build target that runs test of all projects
|
| /llvm-project-15.0.7/.github/workflows/ |
| H A D | llvm-project-tests.yml | 8 projects: 16 projects: 25 group: llvm-project-${{ github.workflow }}-${{ inputs.projects}}${{ github.ref }} 85 …cmake_args: '-GNinja -DLLVM_ENABLE_PROJECTS="${{ inputs.projects }}" -DCMAKE_BUILD_TYPE=Release -D… 89 if: "!startsWith(matrix.os, 'windows') && contains(inputs.projects, 'libclc')"
|
| /llvm-project-15.0.7/llvm/projects/ |
| H A D | CMakeLists.txt | 1 # Discover the projects that use CMake in the subdirectories. 29 # Add the projects in reverse order of their dependencies so that the 30 # dependent projects can see the target names of their dependencies.
|
| /llvm-project-15.0.7/llvm/tools/ |
| H A D | CMakeLists.txt | 49 # file as external projects. 62 # This is explicitly added at the end _after_ all tool projects so that it can 63 # scrape up tools from other projects into itself.
|
| /llvm-project-15.0.7/openmp/docs/ |
| H A D | README.txt | 17 $BROWSER <build-dir>/projects/openmp/docs//html/index.html 20 `docs/Foo.rst` <-> `<build-dir>/projects/openmp/docs//html/Foo.html` <-> 42 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/projects/openmp/docs//man/Foo.1`.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/utils/unittest/ |
| H A D | unittest.gni | 29 # 2. The CMake build doesn't put the unit tests of all projects (clang, 31 # be name collisions between test binaries from separate projects. 37 # constraints that test binaries of different projects should go in
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | debug-mixed-md5.ll | 31 !3 = !DIFile(filename: "<stdin>", directory: "/home/probinson/projects/scratch", checksumkind: CSK_… 35 !7 = !DIFile(filename: "t1.cpp", directory: "/home/probinson/projects/scratch")
|