Home
last modified time | relevance | path

Searched refs:incremental (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/lld/test/COFF/
H A Dincremental.test9 # RUN: lld-link -out:%t.dll -dll -incremental %t.obj 2>&1 \
12 # RUN: lld-link -out:%t.dll -dll -incremental %t.obj
15 # RUN: lld-link -out:%t.dll -dll -incremental -opt:noref,noicf %t.obj 2>&1 \
18 # RUN: lld-link -out:%t.dll -dll -incremental -opt:noref,noicf %t.obj
27 # RUN: lld-link -out:%t.dll -dll -debug -incremental:no %t.obj 2>&1 \
30 # RUN: lld-link -out:%t.dll -dll -debug -incremental:no %t.obj
42 # RUN: lld-link -out:%t.dll -dll -incremental -opt:noref,icf %t.obj
57 # RUN: lld-link -out:%t.dll -dll -incremental -opt:ref %t.obj 2>&1 \
60 # RUN: lld-link -out:%t.dll -dll -incremental -opt:ref %t.obj
94 # NOWARN-NOT: ignoring '/incremental'
[all …]
H A Dpdb-globals-dia-func-collision3.test33 RUN: lld-link /debug /nodefaultlib /incremental:no /entry:main /out:%t.exe %S/Inputs/globals-dia-fu…
/llvm-project-15.0.7/lldb/third_party/Python/module/progress/
H A Dprogress.py36 incremental=True): argument
46 self.incremental = incremental
98 incremental=True, argument
110 incremental)
136 incremental=True, argument
148 incremental,
/llvm-project-15.0.7/llvm/test/MC/ARM/Windows/
H A Dinvalid-relocation.s1 # RUN: not --crash llvm-mc -triple thumbv7-windows -incremental-linker-compatible -filetype obj -o …
/llvm-project-15.0.7/clang/docs/
H A DThinLTO.rst12 incremental. *LTO* (Link Time Optimization) achieves better
16 in time or memory, and also prevents fast incremental compiles.
34 <http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html>`_.
139 ThinLTO supports fast incremental builds through the use of a cache,
247 <http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html>`_
/llvm-project-15.0.7/polly/lib/External/isl/test_inputs/schedule/
H A Dmax_coincidence.sc2 # This option is only effective for the incremental scheduler.
H A Dnomax_coincidence.sc2 # This option is only effective for the incremental scheduler.
H A Dbounded_coefficients.sc7 # because the incremental scheduler has no reason to fuse anything.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-combiner.mir5 # Test incremental depth updates succeed when triggered after the removal of
/llvm-project-15.0.7/mlir/docs/Rationale/
H A D_index.md7 : A discussion of how the adoption of MLIR can be taken in incremental steps,
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp940 if (!config->incremental) { in createImportLibrary()
1547 config->incremental = true; in linkerMain()
1889 config->incremental = in linkerMain()
1928 if (config->incremental && args.hasArg(OPT_profile)) { in linkerMain()
1930 config->incremental = false; in linkerMain()
1933 if (config->incremental && args.hasArg(OPT_order)) { in linkerMain()
1935 config->incremental = false; in linkerMain()
1938 if (config->incremental && config->doGC) { in linkerMain()
1941 config->incremental = false; in linkerMain()
1944 if (config->incremental && config->doICF != ICFLevel::None) { in linkerMain()
[all …]
H A DConfig.h277 bool incremental = true; member
H A DOptions.td192 defm incremental : B<"incremental",
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dsemantic-tokens.test15 # Non-incremental token request.
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dbfi-update.ll2 ; This tests incremental updates to caller's BFI as a callee gets inlined.
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dcl_arguments.py227 if opts.incremental:
/llvm-project-15.0.7/llvm/docs/
H A DHowToAddABuilder.rst225 Use CCache and NOT incremental builds
229 use incremental builds and instead use ccache as the latter captures the
245 for a RAM cache, etc.. For builders without, incremental may be your best
/llvm-project-15.0.7/clang/runtime/
H A DCMakeLists.txt100 # Always run the build command so that incremental builds are correct.
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst297 be useful in incremental linking scenarios, so that if a type is modified an
300 without forcing the incremental linker to garbage collect and update
/llvm-project-15.0.7/clang/tools/scan-build-py/
H A DREADME.md108 modules which are not exists. So, it's suitable for incremental analysis during
/llvm-project-15.0.7/utils/bazel/
H A DREADME.md14 incremental builds.
/llvm-project-15.0.7/polly/lib/External/isl/
H A DChangeLog34 - use incremental scheduler by default
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex187 as that used by its incremental LP solver based on the \emph{primal}
1804 \label{s:incremental}
1815 \label{eq:transitive:incremental}
1825 closure in \eqref{eq:transitive:incremental} be representable
1827 If this condition holds, then by using \eqref{eq:transitive:incremental},
1847 If not, then the incremental approach cannot be applied for
1851 in \eqref{eq:transitive:incremental}, $D$ should be chosen
1879 then we can refine \eqref{eq:transitive:incremental} to
1961 It should be noted that if we want the result of the incremental
2019 apply the incremental technique from the same paper,
[all …]
/llvm-project-15.0.7/flang/include/flang/Tools/
H A DCLOptions.inc155 /// incremental conversion of FIR.
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DREADME.md107 An incremental BLAKE3 hashing state, which can accept any number of

12