/llvm-project/.github/workflows/ |
H A D | issue-write.yml | 53 owner: context.repo.owner, 54 repo: context.repo.repo, 111 if (pr.baseRepository.owner.login = context.repo.owner && pr.number > pr_number) { 126 owner: context.repo.owner, 127 repo: context.repo.repo, 136 owner: context.repo [all...] |
H A D | libcxx-restart-preempted-jobs.yaml | 49 owner: context.repo.owner, 50 repo: context.repo.repo, 64 owner: context.repo.owner, 65 repo: context.repo.repo, 90 owner: context.repo.owner, 91 repo [all...] |
H A D | version-check.py | 3 from git import Repo 26 repo = Repo() variable 28 tag = repo.git.describe(tags=True, abbrev=0)
|
H A D | llvm-bugs.yml | 38 owner: context.repo.owner, 39 repo: context.repo.repo
|
H A D | issue-release-workflow.yml | 10 # /branch <owner>/<repo>/<branch> 63 --repo "$GITHUB_REPOSITORY" \ 66 --branch-repo-token ${{ secrets.RELEASE_WORKFLOW_PUSH_SECRET }} \
|
H A D | libclang-abi-tests.yml | 96 repo: llvm/llvm-project 100 repo: ${{ github.repository }} 118 repo: ${{ matrix.repo }}
|
H A D | llvm-tests.yml | 94 repo: llvm/llvm-project 98 repo: ${{ github.repository }} 116 repo: ${{ matrix.repo }}
|
/llvm-project/llvm/utils/git/ |
H A D | github-automation.py | 12 from git import Repo # type: ignore 67 def __init__(self, token: str, repo: str, issue_number: int, label_name: str): 68 self.repo = github.Github(token).get_repo(repo) 69 self.org = github.Github(token).get_organization(self.repo.organization.login) 70 self.issue = self.repo.get_issue(issue_number) 112 def __init__(self, token: str, repo: str, pr_number: int, label_name: str): 113 self.repo = github.Github(token).get_repo(repo) 114 self.org = github.Github(token).get_organization(self.repo 394 def repo(self) -> github.Repository.Repository: global() member in ReleaseWorkflow [all...] |
H A D | code-format-helper.py | 44 repo: str = None 55 self.repo = args.repo 121 repo = github.Github(args.token).get_repo(args.repo) 122 pr = repo.get_issue(args.issue_number).as_pull_request() 143 should_update_gh = args.token is not None and args.repo is not None 471 "--repo", 474 help="The GitHub repository that we are working with in the form of <owner>/<repo> (e.g. llvm/llvm-project)", 42 repo: str = None global() variable in FormatArgs
|
/llvm-project/llvm/test/Transforms/Coroutines/ |
H A D | coro-async-nomerge.ll | 21 @repoTU = hidden global %swift.async_func_pointer <{ i32 trunc (i64 sub (i64 ptrtoint (ptr @repo to… 26 ; CHECK: swifttailcc void @repo 33 define hidden swifttailcc void @repo(ptr swiftasync %0, i1 %cond) { 44 …nc.sl_p0i8s(i32 0, ptr %ptr0, ptr @__swift_async_resume_get_context, ptr @repo.1, ptr %ptr0, ptr %… 52 …nc.sl_p0i8s(i32 0, ptr %ptr1, ptr @__swift_async_resume_get_context, ptr @repo.1, ptr %ptr1, ptr %… 56 …%t = call i1 (ptr, i1, ...) @llvm.coro.end.async(ptr %id, i1 false, ptr @repo.0, ptr @return, ptr … 60 define internal swifttailcc void @repo.0(ptr %0, ptr %1) { 68 define internal swifttailcc void @repo.1(ptr %0, ptr %1) { 105 …nc.sl_p0i8s(i32 0, ptr %ptr0, ptr @__swift_async_resume_get_context, ptr @repo.1, ptr %ptr0, ptr %… 113 …nc.sl_p0i8s(i32 0, ptr %ptr1, ptr @__swift_async_resume_get_context, ptr @repo.1, ptr %ptr1, ptr %… [all …]
|
H A D | coro-async-end-bug.ll | 11 …lobal %swift.async_func_pointer <{ i32 trunc (i64 sub (i64 ptrtoint (ptr @repo to i64), i64 ptrtoi… 19 define swifttailcc void @repo(ptr swiftasync %0, ptr noalias nocapture %1, ptr noalias nocapture %2… 30 …%13 = call i1 (ptr, i1, ...) @llvm.coro.end.async(ptr %7, i1 false, ptr @repo.0, ptr %11, ptr %12,… 34 ; CHECK: define swifttailcc void @repo 41 define internal swifttailcc void @repo.0(ptr %0, ptr %1, i1 %2, ptr %3) #0 {
|
H A D | coro-async-coro-id-async-bug.ll | 7 @repoTU = global %swift.async_func_pointer <{ i32 trunc (i64 sub (i64 ptrtoint (ptr @repo to i64), … 9 define swifttailcc void @repo(ptr swiftasync %0) { 19 %8 = call i1 (ptr, i1, ...) @llvm.coro.end.async(ptr %3, i1 false, ptr @repo.0, ptr %6, ptr %7) 25 define internal swifttailcc void @repo.0(ptr %0, ptr %1) #1 {
|
H A D | coro-async-no-cse-swift-async-context-addr.ll | 7 @repoTU = global %swift.async_func_pointer <{ i32 trunc (i64 sub (i64 ptrtoint (ptr @repo to i64), … 17 define swifttailcc void @repo(ptr swiftasync %0) { 44 %12 = call i1 (ptr, i1, ...) @llvm.coro.end.async(ptr %3, i1 false, ptr @repo.0, ptr %9, ptr %10) 49 ; CHECK: define swifttailcc void @repo 55 define internal swifttailcc void @repo.0(ptr %0, ptr %1) #1 {
|
/llvm-project/llvm/docs/ |
H A D | GitRepositoryPolicy.md | 13 * The repo will be used for something related to the LLVM ecosystem or community. 14 * The repo contains a `README.md` explaining the contents. 15 * The repo contains a `CONTRIBUTING.md`, ideally copy this from 17 * The repo contains a `LICENSE.TXT`, preferably copy this from 28 ## Repo access on GitHub
|
H A D | GitHub.rst | 30 by the LLVM repo (the other being `reviewable.io <https://reviewable.io>`_). 272 # Clone the repo 273 gh repo clone llvm/llvm-project 275 # Switch to the repo and create a new branch 350 First follow the instructions to [fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo?tool=webui#forking-a-repository). 352 Next follow the instructions to [clone your forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo?tool=webui#cloning-your-forked-repository). 358 # Switch to the forked repo
|
/llvm-project/clang/lib/Basic/ |
H A D | Version.cpp | 105 std::string repo = getClangFullRepositoryVersion(); in getClangToolFullVersion() local 106 if (!repo.empty()) { in getClangToolFullVersion() 107 OS << " " << repo; in getClangToolFullVersion() 120 std::string repo = getClangFullRepositoryVersion(); in getClangFullCPPVersion() local 121 if (!repo.empty()) { in getClangFullCPPVersion() 122 OS << " " << repo; in getClangFullCPPVersion()
|
/llvm-project/third-party/benchmark/ |
H A D | .pre-commit-config.yaml | 2 - repo: https://github.com/keith/pre-commit-buildifier 7 - repo: https://github.com/pre-commit/mirrors-mypy 13 - repo: https://github.com/astral-sh/ruff-pre-commit
|
/llvm-project/clang-tools-extra/include-cleaner/unittests/ |
H A D | TypesTest.cpp | 56 FM.getVirtualFileRef("repo/lib/include/rel/foo.h", /*Size=*/0, time_t{}); in TEST() 64 FM.getVirtualFileRef("repo/lib/include/rel/bar.h", /*Size=*/0, time_t{}); in TEST() 65 Inc.addSearchDirectory("repo/"); in TEST() 66 Inc.addSearchDirectory("repo/lib/include"); in TEST() 74 FM.getVirtualFileRef("repo/lib/include/vector", /*Size=*/0, time_t{}); in TEST()
|
/llvm-project/llvm/utils/release/ |
H A D | github-upload-release.py | 37 def create_release(repo, release, tag=None, name=None, message=None): argument 60 repo.create_git_release(tag=tag, name=name, message=message, prerelease=prerelease) 63 def upload_files(repo, release, files): argument 64 release = repo.get_release("llvmorg-{}".format(release))
|
/llvm-project/flang/lib/Common/ |
H A D | Version.cpp | 96 std::string repo = getFlangFullRepositoryVersion(); in getFlangToolFullVersion() local 97 if (!repo.empty()) { in getFlangToolFullVersion() 98 OS << " " << repo; in getFlangToolFullVersion()
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | Version.py | 17 def sanitize_repo_url(repo): 18 parsed = urlparse(repo) 19 # No username present, repo URL is fine. 21 return repo 44 repo = sanitize_repo_url( 51 return "[{} {}] ({})".format(branch, hash_, repo)
|
/llvm-project/utils/bazel/ |
H A D | WORKSPACE | 5 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 6 load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
|
/llvm-project/polly/lib/External/ |
H A D | update-isl.sh | 5 # http://repo.or.cz/isl.git 12 git clone --recursive http://repo.or.cz/isl.git $GITDIR
|
/llvm-project/mlir/utils/clang-tidy/ |
H A D | README.md | 1 ### Apply clang-tidy fixes on the repo 9 the root of the repo:
|
/llvm-project/llvm/docs/Proposals/ |
H A D | GitHubMove.rst | 298 * :ref:`Commit an API Change in LLVM and Update the Sub-projects <workflow-cross-repo-commit>`. 430 .. _workflow-cross-repo-commit: 442 the umbrella repo's updater bot to group all of them into a single revision. 599 --new-repo-prefix=refs/remotes/upstream/monorepo \ 600 --old-repo-prefix=refs/remotes/upstream/split \ 784 --new-repo-prefix=refs/remotes/upstream/monorepo \ 785 --old-repo-prefix=refs/remotes/upstream/split \ 900 --new-repo-prefix=refs/remotes/upstream/monorepo \ 901 --old-repo-prefix=refs/remotes/upstream/split \ 927 an umbrella setup, the ``import-downstream-repo.py`` tool at [all …]
|