/llvm-project/lld/docs/ |
H A D | ReleaseNotes.rst |
|
/llvm-project/llvm/docs/ |
H A D | GitHub.rst | 22 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 D | MyFirstTypoFix.rst | 336 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 D | ReleaseNotes.rst |
|
H A D | HowToReleaseLLVM.rst | 300 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 D | ParallelismProjects.csv | 17 | `[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 D | RangesViews.csv |
|
/llvm-project/libc/src/setjmp/x86_64/ |
H A D | CMakeLists.txt |
|
/llvm-project/third-party/benchmark/ |
H A D | CONTRIBUTING.md | 31 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 D | github-automation.py | 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.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 D | atomic-ops.cu | 5 …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 D | spirv-amdgcn-atomic-ops.cu | 5 …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 D | LoongArch.def | 66 // 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 D | algorithm | 18 // If <execution> has already been included, pull in implementations 21 // Otherwise just pull in forward declarations
|
H A D | memory | 18 // If <execution> has already been included, pull in implementations 21 // Otherwise just pull in forward declarations
|
H A D | numeric | 18 // 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 D | go.pass.cpp | 98 pull_awaiter pull() in pull() function in channel 158 auto val = co_await left.pull(); in pusher()
|
/llvm-project/lld/test/wasm/ |
H A D | load-undefined.test | 1 ; 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 D | ctor-no-gc.test | 1 ; Like ctor-gc-setup.test, but it calls a different function, so it does pull
|
/llvm-project/libcxx/utils/ci/ |
H A D | run-buildbot-container | 29 docker pull ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
|
/llvm-project/lld/test/ELF/ |
H A D | shlib-undefined-archive.s | 3 # Undefined symbols in a DSO should pull out object files from archives
|
/llvm-project/mlir/test/Transforms/ |
H A D | canonicalize-td.mlir | 23 // This shows that we don't pull the constant out of the region because it
|
/llvm-project/libcxx/include/ |
H A D | cerrno | 47 // deprecated in libc++ in https://github.com/llvm/llvm-project/pull/80542.
|
/llvm-project/third-party/benchmark/docs/ |
H A D | releasing.md | 26 * `git pull --tags`
|
/llvm-project/llvm/test/CodeGen/Mips/ |
H A D | inlineasm-constraint-reg.ll | 34 ; after the inline expression for a mflo to pull the value out of lo.
|