Searched refs:diffs (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/flang/test/Semantics/ |
| H A D | test_errors.py | 24 diffs = "" variable 65 diffs += line 67 if diffs != "": 68 print(diffs)
|
| H A D | test_modfile.py | 25 diffs = "" variable 80 diffs = "\n".join(unified_diff(actual.replace(" ", "").split("\n"), variable 84 if diffs != "": 85 print(diffs)
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/builtin_commands/ |
| H A D | diff.py | 56 diffs = difflib.diff_bytes(difflib.unified_diff, filelines[0], 60 diffs = [diff.decode(errors="backslashreplace") for diff in diffs] 67 diffs = func(filelines[0], filelines[1], filepaths[0], filepaths[1], 70 for diff in diffs:
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | CmpDriver | 188 diffs = list(diff.getDiffs()) 189 if diffs: 194 for i,(aElt,bElt) in enumerate(diffs):
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-remark-size-diff.rst | 14 :program:`llvm-remark-size-diff` diffs size 209 Function JSON does not contain the diffs. Tools consuming JSON output from 210 :program:`llvm-remark-size-diff` are responsible for computing the diffs 213 **To compute the diffs:**
|
| /llvm-project-15.0.7/llvm/utils/Reviewing/ |
| H A D | find_interesting_reviews.py | 580 diffs = sorted( 582 if len(diffs) == 0: 584 diff = diffs[0]
|
| /llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/ |
| H A D | environment_diff.dot | 3 // No diffs on the first node, nothing to check.
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | Options.h | 215 OptionSet &diffs);
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | CmpRuns.py | 600 diffs = old.get_diffs(new) 603 for key, (old_value, new_value) in diffs.items()]
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | Options.cpp | 69 OptionSet &diffs) { in OptionsSetDiff() argument 78 diffs.insert(*pos_a); in OptionsSetDiff()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Remarks.rst | 565 Typically, this tool should be used to do diffs between:
|
| H A D | Phabricator.rst | 258 diffs between different versions of the patch as it was reviewed in the
|
| H A D | CodingStandards.rst | 438 in diffs and commits.
|
| H A D | DeveloperPolicy.rst | 87 #. Patches should be unified diffs with "infinite context" (i.e. using something
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | thumb-shrink-wrapping.ll | 15 ; the diffs.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | arm-shrink-wrapping.ll | 19 ; the diffs.
|