Home
last modified time | relevance | path

Searched refs:diffs (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/utils/
H A Dfindoptdiff80 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 Dtest_errors.py24 diffs = "" variable
73 diffs += line
75 if diffs != "":
76 print(diffs)
H A Dtest_modfile.py25 diffs = "" variable
81 diffs = "\n".join( variable
91 if diffs != "":
92 print(diffs)
/llvm-project/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py64 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 DCmpDriver188 diffs = list(diff.getDiffs())
189 if diffs:
194 for i,(aElt,bElt) in enumerate(diffs):
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-remarkutil.rst218 :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 Dstable_ir_values.ll6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
H A Dstable_ir_values_funcs.ll6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
H A Dstable_ir_values.ll.expected.reset6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
H A Dstable_ir_values_funcs.ll.expected6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
H A Dstable_ir_values.ll.expected6 ; meta variable names so that diffs end up being easier to read, e.g. avoid
/llvm-project/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py667 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 Denvironment_diff.dot3 // No diffs on the first node, nothing to check.
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h216 OptionSet &diffs);
/llvm-project/clang/utils/analyzer/
H A DCmpRuns.py631 diffs = old.get_diffs(new)
634 for key, (old_value, new_value) in diffs.items()
/llvm-project/llvm/test/CodeGen/X86/
H A Dpsadbw.ll49 ; 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 DOptions.cpp104 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 DInstCombineContributorGuide.md13 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 DRemarks.rst565 Typically, this tool should be used to do diffs between:
H A DCodingStandards.rst466 in diffs and commits.
/llvm-project/llvm/test/CodeGen/Thumb/
H A Dthumb-shrink-wrapping.ll15 ; the diffs.
/llvm-project/llvm/test/CodeGen/ARM/
H A Darm-shrink-wrapping.ll19 ; the diffs.