| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | incremental.test | 9 # 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 D | pdb-globals-dia-func-collision3.test | 33 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 D | progress.py | 36 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 D | invalid-relocation.s | 1 # RUN: not --crash llvm-mc -triple thumbv7-windows -incremental-linker-compatible -filetype obj -o …
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ThinLTO.rst | 12 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 D | max_coincidence.sc | 2 # This option is only effective for the incremental scheduler.
|
| H A D | nomax_coincidence.sc | 2 # This option is only effective for the incremental scheduler.
|
| H A D | bounded_coefficients.sc | 7 # because the incremental scheduler has no reason to fuse anything.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | machine-combiner.mir | 5 # Test incremental depth updates succeed when triggered after the removal of
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | _index.md | 7 : A discussion of how the adoption of MLIR can be taken in incremental steps,
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Driver.cpp | 940 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 D | Config.h | 277 bool incremental = true; member
|
| H A D | Options.td | 192 defm incremental : B<"incremental",
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | semantic-tokens.test | 15 # Non-incremental token request.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | bfi-update.ll | 2 ; This tests incremental updates to caller's BFI as a callee gets inlined.
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | cl_arguments.py | 227 if opts.incremental:
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 225 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 D | CMakeLists.txt | 100 # Always run the build command so that incremental builds are correct.
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 297 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 D | README.md | 108 modules which are not exists. So, it's suitable for incremental analysis during
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | README.md | 14 incremental builds.
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | ChangeLog | 34 - use incremental scheduler by default
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | implementation.tex | 187 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 D | CLOptions.inc | 155 /// incremental conversion of FIR.
|
| /llvm-project-15.0.7/llvm/lib/Support/BLAKE3/ |
| H A D | README.md | 107 An incremental BLAKE3 hashing state, which can accept any number of
|