/llvm-project/llvm/docs/ |
H A D | CodeReview.rst | 33 likely-community-consensus requirements (as apply to all patch approvals) can 35 uncertainty, a patch should be reviewed prior to being committed. 37 Please note that the developer responsible for a patch is also 49 the patch to be :ref:`reverted <revert_policy>`. 55 the patch promptly. Developers often disagree, and erring on the side of the 57 code in the tree. This does not indicate any fault from the patch author, 59 Reverting a patch ensures that design discussions can happen without blocking 60 other development; it's entirely possible the patch will end up being reapplied 63 Before being recommitted, the patch generally should undergo further review. 76 original change was committed, it may be better to create a new patch t [all...] |
H A D | Contributing.rst | 55 Once you have a patch ready, it is time to submit it. The patch should: 58 * conform to the :doc:`CodingStandards`. You can use the `clang-format-diff.py`_ or `git-clang-format`_ tools to automatically format your patch properly. 65 Before sending a patch for review, please also try to ensure it is 96 To make sure the right people see your patch, please select suitable reviewers 97 and add them to your patch when requesting a review. 100 anyone else working in the area your patch touches. To find maintainers, look for 109 If you have received no comments on your patch for a week, you can request a 133 Once a patch is reviewed, you can select the "Squash and merge" button in the
|
H A D | StackMaps.rst | 2 Stack maps and patch points in LLVM 30 A patch point is an instruction address at which space is reserved for 70 maps and patch points: ``llvm.experimental.stackmap`` and 139 patch the code at this point in response to an event triggered from 170 patch 8 bytes of code at the stack map's address at follows: 218 The patch point intrinsic generates a stack map. It also emits a 230 Requesting zero patch point arguments is valid. In this case, all 246 The patch point also emits nops to cover at least ``<numBytes>`` of 253 The runtime may patch the code emitted for the patch poin [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_s390.cpp | 124 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local 136 patch = internal_simple_strtoll(ptr + 1, &ptr, 10); in FixedCVE_2016_2143() 138 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && in FixedCVE_2016_2143() 154 if (minor == 2 && patch >= 79) in FixedCVE_2016_2143() 157 if (minor == 12 && patch >= 58) in FixedCVE_2016_2143() 159 if (minor == 10 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143() 175 if (minor == 1 && patch >= 21) in FixedCVE_2016_2143() 178 if (minor == 4 && patch >= 6) in FixedCVE_2016_2143() 180 if (minor == 4 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143()
|
H A D | sanitizer_linux_libcdep.cpp | 198 static void GetGLibcVersion(int *major, int *minor, int *patch) { in GetLibcVersion() 204 *patch = (*p == '.') ? internal_simple_strtoll(p + 1, &p, 10) : 0; in GetLibcVersion() 212 int patch; 213 GetGLibcVersion(&major, &minor, &patch); 233 if (minor == 11 || (minor == 12 && patch == 1)) 331 int major, minor, patch; in TlsPreTcbSize() 332 GetGLibcVersion(&major, &minor, &patch); in TlsPreTcbSize() 187 GetLibcVersion(int * major,int * minor,int * patch) GetLibcVersion() argument 218 int major, minor, patch; InitTlsSize() local 246 int patch; ThreadDescriptorSizeFallback() local 288 int patch; ThreadDescriptorSizeFallback() local
|
/llvm-project/.github/workflows/containers/github-action-ci/ |
H A D | stage1.Dockerfile |
|
/llvm-project/libcxx/docs/Status/ |
H A D | RangesAlgorithms.csv |
|
H A D | RangesViews.csv |
|
/llvm-project/polly/lib/External/isl/doc/ |
H A D | SubmittingPatches | 25 - use "git format-patch -M" to create the patch 26 - do not PGP sign your patch 27 - send a single patch per mail, e.g., using git-send-email(1) 28 - do not attach your patch, but read in the mail 30 leave the formatting of the patch alone. 40 - send the patch to the development mailing list 49 when creating the patch)
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | DemangleConfig.h | 36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 38 ((maj) << 20) + ((min) << 10) + (patch)) 40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | DemangleConfig.h | 49 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 51 ((maj) << 20) + ((min) << 10) + (patch)) 53 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 56 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
|
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/ |
H A D | AArch32Tests.cpp | 23 void patch(HalfWords Value, HalfWords Mask) { in patch() function 35 void patch(uint32_t Value, uint32_t Mask) { Wd = (Wd & ~Mask) | Value; } in patch() function 144 Mem.patch(encodeImmBT4BlT1BlxT2_J1J2(In), ImmMask); in TEST() 180 Mem.patch(encodeImmBT4BlT1BlxT2_J1J2(In), ImmMask); in TEST() 216 Mem.patch(encodeImmBA1BlA1BlxA2(In), ImmMask); in TEST() 251 Mem.patch(encodeImmMovtT1MovwT3(In), ImmMask); in TEST() 260 Mem.patch(encodeRegMovtT1MovwT3(Reg), RegMask); in TEST() 291 Mem.patch(encodeImmMovtA1MovwA2(In), ImmMask); in TEST() 299 Mem.patch(encodeRegMovtA1MovwA2(Reg), RegMask); in TEST()
|
/llvm-project/llvm/docs/DirectX/ |
H A D | DXContainer.rst | 107 #. PCSG\* - Stores the patch constant signature for Shader Model 5.1 and earlier. 110 #. `PSG1`_ - Stores the patch constant signature for Shader Model 6+. 160 structures to encode inputs, outputs and patch information. The 222 are separeated by input, output and patch constant or primitive elements. 349 in the order input, output, then patch constant or primitive. 353 input/output/patch or primitive elements. The mask vector is filled from least 365 If the shader has ``UsesViewID`` enabled, it is a hull shader, and it has patch 366 constant or primitive vector elements, a patch constant or primitive vector mask 368 bit in the mask vector identifies one column of a patch constant output which 381 If the shader is a hull shader, and it has inputs and patch outputs, an input to [all …]
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | ppc-redzone-alignment-bug.ll | 2 ; after patch https://reviews.llvm.org/D34337, we could save 16 bytes in the best case. 10 ; Before the fix by patch D34337: 18 ; After the fix by patch D34337:
|
/llvm-project/bolt/test/X86/ |
H A D | patch-entries.test | 1 ## Checking crashes against injected binary functions created by patch 8 RUN: %clang %cflags -no-pie -g %p/Inputs/patch-entries.c -fuse-ld=lld -o %t.exe \ 10 RUN: llvm-bolt -relocs %t.exe -o %t.out --update-debug-sections --force-patch \
|
H A D | linux-parainstructions.s | 14 # CHECK: BOLT-INFO: parsed 2 paravirtual patch sites 39 ## Paravirtual patch sites.
|
/llvm-project/llvm/utils/release/ |
H A D | bump-version.py | 23 self.major, self.minor, self.patch, self.suffix = ( 90 ("PATCH", self.patch), 110 ("patch", self.patch), 127 f"__versioninfo__\\1({self.major}, {self.minor}, {self.patch})", 140 verstr = f"{str(self.major).zfill(2)}{str(self.minor).zfill(2)}{str(self.patch).zfill(2)}"
|
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | cstring_literals_regtest.mm | 12 int major = 0, minor = 0, build = 0, patch = 0; 18 major, minor, build, patch];
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Compiler.h | 57 # define LLVM_GNUC_PREREQ(maj, min, patch) \ 59 ((maj) << 20) + ((min) << 10) + (patch)) 61 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 64 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 65 LLVM_GNUC_PREREQ(maj,min,patch) global() argument 68 LLVM_GNUC_PREREQ(maj,min,patch) global() argument
|
/llvm-project/pstl/ |
H A D | CREDITS.txt | 2 (Parallel STL) project. If you have contributed a patch or made some other 3 contribution to LLVM/pstl, please submit a patch to this file to add yourself,
|
/llvm-project/compiler-rt/ |
H A D | CREDITS.TXT | 2 project. If you have contributed a patch or made some other contribution to 3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
|
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/ |
H A D | json.test | 4 # RUN: %python %S/patch-crashlog.py --binary %t.out --crashlog %t.crash --offsets '{"main":20, "bar… 9 # RUN: %python %S/patch-crashlog.py --binary %t.out --crashlog %t.nometadata.crash --offsets '{"mai…
|
/llvm-project/libcxx/docs/ |
H A D | Contributing.rst | 29 contribution as directional questions can be raised early. Including a WIP patch is not mandatory, 130 After uploading your patch, you should see that the "libc++" review group is automatically 131 added as a reviewer for your patch. Once the group is marked as having approved your patch, 132 you can commit it. However, if you get an approval very quickly for a significant patch, 134 other reviewers to chime in. If you need someone else to commit the patch for you, please 138 of the group to have approved the patch, excluding the patch author. This is not a hard 180 the CI is green before committing a patch. 226 * ``Booststrapping build`` builds Clang using the revision of the patch an [all...] |
/llvm-project/llvm/utils/git/ |
H A D | github-automation.py | 128 patch = None 156 patch = requests.get(self.pr.diff_url).text 158 patch = "" 161 if len(patch) > DIFF_LIMIT: 162 patch_link = f"\nPatch is {human_readable_size(len(patch))}, truncated to {human_readable_size(DIFF_LIMIT)} below, full version: {self.pr.diff_url}\n" 163 patch = patch[0:DIFF_LIMIT] + "...\n[truncated]\n" 186 {patch} 285 If your change does cause a problem, it may be reverted, or you can revert it yourself. This is a normal part of [LLVM development](https://llvm.org/docs/DeveloperPolicy.html#patch-reversion-policy). You can fix your changes and open a new PR to merge them again.
|
/llvm-project/polly/ |
H A D | CREDITS.txt | 2 If you have contributed a patch or made some other contribution to 3 Polly, please submit a patch to this file to add yourself, and it will be
|