Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/lld/docs/
H A DReleaseNotes.rst
/llvm-project/llvm/docs/
H A DGitHub.rst22 intended to be able to support "stacked" pull-request. Do not create any branches in the
24 aren't associated with a pull-request **will be deleted**.
29 `Graphite <https://app.graphite.dev/>`_ is a stacked pull request tool supported
48 documentation refer to `GitHub's documentation <https://docs.github.com/pull-requests>`_.
66 Keep in mind that when creating a pull request, it should generally only contain one
71 recommended to create separate pull requests for each change.
74 to your `fork <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks>`_
76 `create a pull request from the fork <https://docs.github.com/en/pull
[all...]
H A DMyFirstTypoFix.rst336 LLVM code reviews happen through pull-request on GitHub, see the
338 a pull-request on GitHub.
356 When you open a pull-request, some automation will add a comment and
411 Accepting a pull request
415 pull request. They may leave some more minor comments that you should
433 The pull-request will be closed and you will be notified by GitHub.
506 Someone else may revert your change for you, or you can create a revert pull request using
507 the `GitHub interface <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull
[all...]
H A DReleaseNotes.rst
H A DHowToReleaseLLVM.rst300 its status to "Needs Pull Request", and create a pull request for the fix
303 #. If a bug has been fixed and has a pull request created for backporting it,
313 issue's status to "Needs Merge". Check the pull request associated with the
314 issue. If all the tests pass, then the pull request can be merged. If not,
317 #. Once the pull request has been merged push it to the official release branch
404 access must login to prereleases-origin.llvm.org and manually pull the new
/llvm-project/libcxx/docs/Status/
H A DParallelismProjects.csv17 | `[parallel.simd.reference] <https://wg21.link/N4808>`_, "`Element references operator value_type() <https://github.com/llvm/llvm-project/pull/68960>`_", None, Yin Zhang, |Complete|
18 | `[parallel.simd.reference] <https://wg21.link/N4808>`_, "`Element references operator= <https://github.com/llvm/llvm-project/pull/70020>`_", None, Yin Zhang, |Complete|
19 | `[parallel.simd.reference] <https://wg21.link/N4808>`_, "`Element references swap functions <https://github.com/llvm/llvm-project/pull/86478>`_", None, Yin Zhang, |Complete|
20 | `[parallel.simd.reference] <https://wg21.link/N4808>`_, "`Element references compound assignment operators <https://github.com/llvm/llvm-project/pull/86761>`_", None, Yin Zhang, |Complete|
21 | `[parallel.simd.reference] <https://wg21.link/N4808>`_, "`Element references unary operators ++/-- <https://github.com/llvm/llvm-project/pull/88091>`_", None, Yin Zhang, |Complete|
24 | `[parallel.simd.class] <https://wg21.link/N4808>`_, "`simd default constructor <https://github.com/llvm/llvm-project/pull/70424>`_", None, Yin Zhang, |Complete|
26 | `[parallel.simd.class] <https://wg21.link/N4808>`_, "`simd implicit type conversion constructor <https://github.com/llvm/llvm-project/pull/71132>`_", None, Yin Zhang, |Complete|
28 | `[parallel.simd.class] <https://wg21.link/N4808>`_, "`simd load constructor <https://github.com/llvm/llvm-project/pull/76610>`_", None, Yin Zhang, |Complete|
29 | `[parallel.simd.class] <https://wg21.link/N4808>`_, "`simd subscript operators <https://github.com/llvm/llvm-project/pull/68960>`_", None, Yin Zhang, |Complete|
30 | `[parallel.simd.class] <https://wg21.link/N4808>`_, "`simd copy functions <https://github.com/llvm/llvm-project/pull/7893
[all...]
H A DRangesViews.csv
/llvm-project/libc/src/setjmp/x86_64/
H A DCMakeLists.txt
/llvm-project/third-party/benchmark/
H A DCONTRIBUTING.md31 of your first [pull request][].
47 separate branches in order to ensure that a pull request only includes the
54 1. Finally, push the commits to your fork and submit a [pull request][].
58 [pull request]: https://help.github.com/articles/creating-a-pull-request
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py29 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.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). [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 reques
[all...]
/llvm-project/clang/test/SemaCUDA/
H A Datomic-ops.cu5 …c_load(int *pi32, unsigned int *pu32, long long *pll, unsigned long long *pull, float *fp, double … in test_hip_atomic_load() argument
23 val = __hip_atomic_load(pull, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SINGLETHREAD); in test_hip_atomic_load()
29 …_store(int *pi32, unsigned int *pu32, long long *pll, unsigned long long *pull, float *fp, double … in test_hip_atomic_store() argument
50 __hip_atomic_store(pull, u64, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SINGLETHREAD); in test_hip_atomic_store()
H A Dspirv-amdgcn-atomic-ops.cu5 …c_load(int *pi32, unsigned int *pu32, long long *pll, unsigned long long *pull, float *fp, double … in test_hip_atomic_load() argument
23 val = __hip_atomic_load(pull, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SINGLETHREAD); in test_hip_atomic_load()
29 …_store(int *pi32, unsigned int *pu32, long long *pll, unsigned long long *pull, float *fp, double … in test_hip_atomic_store() argument
50 __hip_atomic_store(pull, u64, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SINGLETHREAD); in test_hip_atomic_store()
/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DLoongArch.def66 // Spec addition: https://github.com/loongson/LoongArch-Documentation/pull/57
110 // Spec addition: https://github.com/loongson/la-abi-specs/pull/1
127 // Spec addition: https://github.com/loongson/la-abi-specs/pull/4
133 // Spec addition: https://github.com/loongson/la-abi-specs/pull/5
/llvm-project/pstl/test/support/stdlib/
H A Dalgorithm18 // If <execution> has already been included, pull in implementations
21 // Otherwise just pull in forward declarations
H A Dmemory18 // If <execution> has already been included, pull in implementations
21 // Otherwise just pull in forward declarations
H A Dnumeric18 // If <execution> has already been included, pull in implementations
21 // Otherwise just pull in forward declarations
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp98 pull_awaiter pull() in pull() function in channel
158 auto val = co_await left.pull(); in pusher()
/llvm-project/lld/test/wasm/
H A Dload-undefined.test1 ; Verify that the -u / --undefined option is able to pull in symbols from
2 ; an archive, and doesn't error when uses to pull in a symbol already loaded.
H A Dctor-no-gc.test1 ; Like ctor-gc-setup.test, but it calls a different function, so it does pull
/llvm-project/libcxx/utils/ci/
H A Drun-buildbot-container29 docker pull ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
/llvm-project/lld/test/ELF/
H A Dshlib-undefined-archive.s3 # Undefined symbols in a DSO should pull out object files from archives
/llvm-project/mlir/test/Transforms/
H A Dcanonicalize-td.mlir23 // This shows that we don't pull the constant out of the region because it
/llvm-project/libcxx/include/
H A Dcerrno47 // deprecated in libc++ in https://github.com/llvm/llvm-project/pull/80542.
/llvm-project/third-party/benchmark/docs/
H A Dreleasing.md26 * `git pull --tags`
/llvm-project/llvm/test/CodeGen/Mips/
H A Dinlineasm-constraint-reg.ll34 ; after the inline expression for a mflo to pull the value out of lo.

1234