Home
last modified time | relevance | path

Searched full:github (Results 1 – 25 of 1792) sorted by relevance

12345678910>>...72

/llvm-project/lldb/
H A DCodeOwners.rst
/llvm-project/clang/
H A DCodeOwners.rst
/llvm-project/clang/www/
H A Dcxx_dr_status.html51 <td><a href="https://cplusplus.github.io/CWG/issues/1.html">1</a></td>
57 <td><a href="https://cplusplus.github.io/CWG/issues/2.html">2</a></td>
63 <td><a href="https://cplusplus.github.io/CWG/issues/3.html">3</a></td>
69 <td><a href="https://cplusplus.github.io/CWG/issues/4.html">4</a></td>
75 <td><a href="https://cplusplus.github.io/CWG/issues/5.html">5</a></td>
81 <td><a href="https://cplusplus.github.io/CWG/issues/6.html">6</a></td>
87 <td><a href="https://cplusplus.github.io/CWG/issues/7.html">7</a></td>
93 <td><a href="https://cplusplus.github.io/CWG/issues/8.html">8</a></td>
99 <td><a href="https://cplusplus.github.io/CWG/issues/9.html">9</a></td>
105 <td><a href="https://cplusplus.github
[all...]
/llvm-project/.github/workflows/
H A Dbuild-ci-container.yml11 - .github/workflows/build-ci-container.yml
12 - '.github/workflows/containers/github-action-ci/**'
17 - .github/workflows/build-ci-container.yml
18 - '.github/workflows/containers/github-action-ci/**'
22 if: github.repository_owner == 'llvm'
35 sparse-checkout: .github/workflows/containers/github-action-ci/
48 working-directory: ./.github/workflow
[all...]
H A Dnew-prs.yml9 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
23 # new to LLVM or to GitHub as a whole. Ideally we'd look for FIRST_TIMER
26 …# See https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=opened#pull_reque…
29 (github.repository == 'llvm/llvm-project') &&
30 (github.event.action == 'opened') &&
31 (github.event.pull_request.author_association != 'COLLABORATOR') &&
32 (github.event.pull_request.author_association != 'CONTRIBUTOR') &&
33 (github.event.pull_request.author_association != 'MANNEQUIN') &&
34 (github.event.pull_request.author_association != 'MEMBER') &&
35 (github.event.pull_request.author_association != 'OWNER')
[all …]
H A Dissue-release-workflow.yml8 # on github.
30 …COMMENT_BODY: ${{ github.event.action == 'opened' && github.event.issue.body || github.event.comme…
40 (github.repository == 'llvm/llvm-project') &&
41 !startswith(github.event.comment.body, '<!--IGNORE-->') &&
42 …contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, …
48 # GitHub stores the token used for checkout and uses it for pushes
57 ./llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
62 ./llvm/utils/git/github-automation.py \
67 --issue-number ${{ github.event.issue.number }} \
68 …--requested-by ${{ (github.event.action == 'opened' && github.event.issue.user.login) || github.ev…
H A Drelease-sources.yml26 - '.github/workflows/release-sources.yml'
38 group: ${{ github.workflow }}-${{ inputs.release-version || github.event.pull_request.number }}
45 github.repository_owner == 'llvm' &&
46 github.event.action != 'closed'
54 ref=${{ (inputs.release-version && format('llvmorg-{0}', inputs.release-version)) || github.sha }}
58 export_args="-git-ref ${{ github.sha }}"
65 if: github.repository_owner == 'llvm'
83 if: github.event_name != 'pull_request'
85 GITHUB_TOKEN: ${{ github
[all...]
H A Dlibclang-python-tests.yml15 - '.github/workflows/libclang-python-tests.yml'
16 - '.github/workflows/llvm-project-tests.yml'
22 - '.github/workflows/libclang-python-tests.yml'
23 - '.github/workflows/llvm-project-tests.yml'
29 if: github.repository == 'llvm/llvm-project'
34 uses: ./.github/workflows/llvm-project-tests.yml
39 # See https://github.com/llvm/llvm-project/issues/76601#issuecomment-1873049082.
H A Drelease-tasks.yml16 if: github.repository == 'llvm/llvm-project'
23 echo "${{ github.ref_name }}" | grep -e '^llvmorg-[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc[0-9]\+\)\?$'
24 release_version=$(echo "${{ github.ref_name }}" | sed 's/llvmorg-//g')
38 sudo apt-get install python3-github
45 GITHUB_TOKEN: ${{ github.token }}
48 ./llvm/utils/release/./github-upload-release.py --token "$GITHUB_TOKEN" --release ${{ needs.validate-tag.outputs.release-version }} --user ${{ github.actor }} --user-token "$USER_TOKEN" create
53 uses: ./.github/workflows/release-documentation.yml
65 uses: ./.github/workflows/release-doxygen.yml
76 uses: ./.github/workflow
[all...]
H A Dci-post-commit-analyzer.yml13 - '.github/workflows/ci-post-commit-analyzer.yml'
21 - '.github/workflows/ci-post-commit-analyzer.yml'
22 - '.github/workflows/ci-post-commit-analyzer-run.py'
28 llvm-project-${{ github.workflow }}-${{ github.event_name == 'pull_request' &&
29 ( github.event.pull_request.number || github.ref) }}
30 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
35 github.repository_owner == 'llvm' &&
36 github.event.action != 'closed'
56 # Default to 2G to workaround: https://github.com/hendrikmuhs/ccache-action/issues/174
85 python3 .github/workflows/ci-post-commit-analyzer-run.py build/compile_commands.json
H A Dissue-write.yml21 github.event.workflow_run.event == 'pull_request' &&
23 github.event.workflow_run.conclusion == 'success' ||
24 github.event.workflow_run.conclusion == 'failure'
31 .github/workflows/unprivileged-download-artifact/action.yml
34 uses: ./.github/workflows/unprivileged-download-artifact
37 run-id: ${{ github.event.workflow_run.id }}
42 uses: actions/github-script@v3
44 github-token: ${{ secrets.GITHUB_TOKEN }}
52 let runInfo = await github.actions.getWorkflowRun({
92 const gql_result = await github
[all...]
H A Dlld-tests.yml13 - '.github/workflows/lld-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
21 - '.github/workflows/lld-tests.yml'
22 - '.github/workflows/llvm-project-tests.yml'
28 group: ${{ github.workflow }}-${{ github.ref }}
29 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
33 if: github.repository_owner == 'llvm'
35 uses: ./.github/workflows/llvm-project-tests.yml
H A Dlibclc-tests.yml13 - '.github/workflows/libclc-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
22 - '.github/workflows/libclc-tests.yml'
23 - '.github/workflows/llvm-project-tests.yml'
30 group: ${{ github.workflow }}-${{ github.ref }}
31 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
35 if: github.repository_owner == 'llvm'
37 uses: ./.github/workflows/llvm-project-tests.yml
H A Dlldb-tests.yml13 - '.github/workflows/lldb-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
22 - '.github/workflows/lldb-tests.yml'
23 - '.github/workflows/llvm-project-tests.yml'
30 group: ${{ github.workflow }}-${{ github.ref }}
31 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
35 if: github.repository_owner == 'llvm'
37 uses: ./.github/workflows/llvm-project-tests.yml
H A Dclang-tests.yml13 - '.github/workflows/clang-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
21 - '.github/workflows/clang-tests.yml'
22 - '.github/workflows/llvm-project-tests.yml'
28 group: ${{ github.workflow }}-${{ github.ref }}
29 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
33 if: github.repository_owner == 'llvm'
35 uses: ./.github/workflows/llvm-project-tests.yml
H A Dllvm-tests.yml13 - '.github/workflows/llvm-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
20 - '.github/workflows/llvm-tests.yml'
21 - '.github/workflows/llvm-project-tests.yml'
26 group: ${{ github.workflow }}-${{ github.ref }}
27 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
31 if: github.repository_owner == 'llvm'
33 uses: ./.github/workflows/llvm-project-tests.yml
39 if: github
[all...]
/llvm-project/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git",
14 "origin": "https://github.com/erincatto/box2d.git",
22 "origin": "https://github.com/codeplea/tinyexpr.git",
30 "origin": "https://github.com/symengine/symengine.git",
38 "origin": "https://github.com/nsf/termbox.git",
46 "origin": "https://github.com/jakogut/tinyvm.git",
54 "origin": "https://github.com/msteinbeck/tinyspline.git",
62 "origin": "https://github.com/oatpp/oatpp.git",
70 "origin": "https://github.com/andrewrk/libsoundio.git",
78 "origin": "https://github.com/facebook/zstd.git",
[all …]
/llvm-project/llvm/docs/
H A DGitHub.rst4 LLVM GitHub User Guide
9 The LLVM Project uses `GitHub <https://github.com/>`_ for
10 `Source Code <https://github.com/llvm/llvm-project>`_,
11 `Releases <https://github.com/llvm/llvm-project/releases>`_,
12 `Issue Tracking <https://github.com/llvm/llvm-project/issues>`_., and
13 `Code Reviews <https://github.com/llvm/llvm-project/pulls>`_.
16 participate in the project using GitHub.
45 The LLVM project is using GitHub Pull Requests for Code Reviews. This document
47 and accepted. This is meant as an overview of the GitHub workflo
[all...]
H A DGitRepositoryPolicy.md6 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
8 ## New GitHub repositories
11 [LLVM organisation on GitHub](https://github.com/llvm):
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).
26 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
28 ## Repo access on GitHub
30 Some 3rd party applications require write access to our GitHub organisation in
32 reporting build results back to GitHub. We consider granting access to such
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py3 # ======- github-automation - LLVM GitHub Automation Routines--*- python -*--==#
15 import github
29 1. In the comments of this issue, request for it to be assigned to you, or just create a [pull request](https://github.com/llvm/llvm-project/pulls) after following the steps below. [Mention](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this issue in the description of the pull request.
34 1. Open a [pull request](https://github.com/llvm/llvm-project/pulls) to the [upstream repository](https://github.com/llvm/llvm-project) on GitHub. Detailed instructions can be found [in GitHub's documentation](https://docs.github
[all...]
/llvm-project/lld/docs/
H A DReleaseNotes.rst
/llvm-project/clang/docs/
H A DExternalClangExamples.rst31 `<https://github.com/Andersbakken/rtags/>`_
36 `<https://rprichard.github.io/CxxCodeBrowser/>`_
39 `<https://github.com/etaoins/qconnectlint>`_
43 `<https://github.com/woboq/woboq_codebrowser>`_
47 `<https://github.com/mozilla/dxr>`_
51 `<https://github.com/eschulte/clang-mutate>`_
54 `<https://github.com/gmarpons/Crisp>`_
60 `<https://github.com/drothlis/clang-ctags>`_
63 `<https://github.com/exclipy/clang_indexer>`_
66 `<https://github
[all...]
/llvm-project/llvm/utils/
H A Dcount_running_jobs.py4 """Tool for counting the number of currently running Github actions jobs.
6 This tool counts and enumerates the currently active jobs in Github actions
9 python3 ./count_running_jobs.py --token=<github token>
16 import github
23 github.Github(args.token)
37 if filter_gha_runners and job.runner_group_name != "GitHub Actions":
54 description="A tool for listing and counting Github actions jobs"
59 help="The Github token to use to authorize with the API",
79 help="Only consider jobs running on hosted Github actions runners",
/llvm-project/llvm/utils/release/
H A Dgithub-upload-release.py2 # ===-- github-upload-release.py ------------------------------------------===#
10 # Create and manage releases in the llvm github project.
16 # You will need to obtain a personal access token for your github account in
18 # https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line
21 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 create
24 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 upload --files llvm-8.0.1rc4…
27 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 upload --files *.src.*
32 import github
87 gh = github.Github(args.token)
98 github.Github(args.user_token)
/llvm-project/llvm/docs/Proposals/
H A DTestSuite.rst81 https://github.com/flwende/simd_benchmarks
85 https://github.com/tbepler/PWM-benchmarking
89 https://github.com/pamela-project/slambench
97 https://github.com/hiraditya/std-benchmark
104 `Phoronix Test Suite <https://github.com/phoronix-test-suite/phoronix-test-suite/>`_
113 https://breagen.github.io/MachSuite/
148 https://github.com/graph500/graph500/tree/v2-spec
156 https://github.com/benchmark-subsetting/NPB3.0-omp-C
164 https://github.com/gtcasl/hpc-benchmarks/tree/master/SSCA2v2.2
168 https://github.com/kokkos/kokkos-kernels/tree/master/perf_test
[all …]

12345678910>>...72