Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/flang/test/Semantics/
H A Dtest_errors.py24 diffs = "" variable
65 diffs += line
67 if diffs != "":
68 print(diffs)
H A Dtest_modfile.py25 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 Ddiff.py56 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 DCmpDriver188 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 Dllvm-remark-size-diff.rst14 :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 Dfind_interesting_reviews.py580 diffs = sorted(
582 if len(diffs) == 0:
584 diff = diffs[0]
/llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/
H A Denvironment_diff.dot3 // No diffs on the first node, nothing to check.
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptions.h215 OptionSet &diffs);
/llvm-project-15.0.7/clang/utils/analyzer/
H A DCmpRuns.py600 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 DOptions.cpp69 OptionSet &diffs) { in OptionsSetDiff() argument
78 diffs.insert(*pos_a); in OptionsSetDiff()
/llvm-project-15.0.7/llvm/docs/
H A DRemarks.rst565 Typically, this tool should be used to do diffs between:
H A DPhabricator.rst258 diffs between different versions of the patch as it was reviewed in the
H A DCodingStandards.rst438 in diffs and commits.
H A DDeveloperPolicy.rst87 #. Patches should be unified diffs with "infinite context" (i.e. using something
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Dthumb-shrink-wrapping.ll15 ; the diffs.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm-shrink-wrapping.ll19 ; the diffs.