/llvm-project/llvm/utils/ |
H A D | findoptdiff | 80 diffs="diffs."$((counter++)) 81 diff "$opt1ll" "$opt2ll" > $diffs 87 head $diffs 88 echo 'Switches:' $switches_to_use >> $diffs 90 rm $diffs
|
/llvm-project/flang/test/Semantics/ |
H A D | test_errors.py | 24 diffs = "" variable 73 diffs += line 75 if diffs != "": 76 print(diffs)
|
H A D | test_modfile.py | 25 diffs = "" variable 81 diffs = "\n".join( variable 91 if diffs != "": 92 print(diffs)
|
/llvm-project/llvm/utils/lit/lit/builtin_commands/ |
H A D | diff.py | 64 diffs = difflib.diff_bytes( 72 diffs = [diff.decode(errors="backslashreplace") for diff in diffs] 79 diffs = func( 87 for diff in diffs:
|
/llvm-project/clang/utils/ |
H A D | CmpDriver | 188 diffs = list(diff.getDiffs()) 189 if diffs: 194 for i,(aElt,bElt) in enumerate(diffs):
|
/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-remarkutil.rst | 218 :program:`llvm-remarkutil size-diff` diffs size `remarks <https://llvm.org/docs/Remarks.html>`_ in … 414 Function JSON does not contain the diffs. Tools consuming JSON output from 415 :program:`llvm-remarkutil size-diff` are responsible for computing the diffs 418 **To compute the diffs:**
|
/llvm-project/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/ |
H A D | stable_ir_values.ll | 6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
|
H A D | stable_ir_values_funcs.ll | 6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
|
H A D | stable_ir_values.ll.expected.reset | 6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
|
H A D | stable_ir_values_funcs.ll.expected | 6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
|
H A D | stable_ir_values.ll.expected | 6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
|
/llvm-project/llvm/utils/Reviewing/ |
H A D | find_interesting_reviews.py | 667 diffs = sorted(review.phabDiffs, key=lambda d: d.dateModified, reverse=True) 668 if len(diffs) == 0: 670 diff = diffs[0]
|
/llvm-project/clang/test/Analysis/exploded-graph-rewriter/ |
H A D | environment_diff.dot | 3 // No diffs on the first node, nothing to check.
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | Options.h | 216 OptionSet &diffs);
|
/llvm-project/clang/utils/analyzer/ |
H A D | CmpRuns.py | 631 diffs = old.get_diffs(new) 634 for key, (old_value, new_value) in diffs.items()
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | psadbw.ll | 49 ; TODO: Each PSADBW source element has a maximum value of 3 - so max sum-of-diffs for each <8 x i8>…
|
/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 104 OptionSet &diffs) { in OptionsSetUnion() 113 diffs.insert(*pos_a); in VerifyOptions() 69 OptionsSetDiff(const OptionSet & set_a,const OptionSet & set_b,OptionSet & diffs) OptionsSetDiff() argument
|
/llvm-project/llvm/docs/ |
H A D | InstCombineContributorGuide.md | 13 diffs relative to that baseline. 17 functional changes and test diffs. 19 If the second commit in your PR does not contain test diffs, you did something
|
H A D | Remarks.rst | 565 Typically, this tool should be used to do diffs between:
|
H A D | CodingStandards.rst | 466 in diffs and commits.
|
/llvm-project/llvm/test/CodeGen/Thumb/ |
H A D | thumb-shrink-wrapping.ll | 15 ; the diffs.
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | arm-shrink-wrapping.ll | 19 ; the diffs.
|