Home
last modified time | relevance | path

Searched refs:migration (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DDiscourseMigrationGuide.md114 migration.
120 <tr><td>All-commits</td><td>no migration at the moment</td></tr>
121 <tr><td>Bugs-admin</td><td>no migration at the moment</td></tr>
122 <tr><td>cfe-commits</td><td>no migration at the moment</td></tr>
132 <tr><td>libc-commits</td><td>no migration at the moment</td></tr>
135 <tr><td>libcxx-bugs</td><td>no migration at the moment</td></tr>
138 <tr><td>lldb-commits</td><td>no migration at the moment</td></tr>
140 <tr><td>llvm-admin</td><td>no migration at the moment</td></tr>
143 <tr><td>llvm-bugs</td><td>no migration at the moment</td></tr>
144 <tr><td>llvm-commits</td><td>no migration at the moment</td></tr>
[all …]
H A DOpaquePointers.rst116 opaque pointers. This simplifies migration and allows testing existing IR with
175 and opaque pointers at the same time, and will be dropped once the migration
263 The next steps for the opaque pointer migration are:
H A DReleaseNotes.rst64 represented as a single ``ptr`` type. See the linked document for migration
306 * As part of the opaque pointer migration, the following APIs are deprecated and
H A DAMDGPUUsage.rst571 page migration. If enabled in the device, then if
/llvm-project-15.0.7/clang/tools/arcmt-test/
H A Darcmt-test.cpp173 MigrationProcess migration(origCI, std::make_shared<PCHContainerOperations>(), in performTransformations() local
186 bool err = migration.applyTransform(transforms[i], transformPrinter.get()); in performTransformations()
194 printResult(migration.getRemapper(), llvm::errs()); in performTransformations()
200 printResult(migration.getRemapper(), llvm::outs()); in performTransformations()
/llvm-project-15.0.7/clang/test/Driver/
H A Dobjc-sdk-migration-options.m1 // Check miscellaneous Objective-C sdk migration options.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dreplace-auto-ptr.rst42 party library) will produce a compilation error after migration. This is
55 // <calling code (with migration)...>
H A Dreplace-disallow-copy-and-assign-macro.rst39 * Notice that the migration example above leaves the ``private`` access
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMT.cpp357 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir); in applyTransforms() local
365 bool err = migration.applyTransform(transforms[i]); in applyTransforms()
376 return migration.getRemapper().overwriteOriginal(*Diags); in applyTransforms()
378 return migration.getRemapper().flushToDisk(outputDir, *Diags); in applyTransforms()
/llvm-project-15.0.7/llvm/test/MC/M68k/
H A Dinstructions.s5 ; The current migration plan is to consolidate all of the encoding tests in this
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArch.td114 // This option is a temporary migration help. It will go away.
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst9 the GitHub migration `status page <https://llvm.org/GitHubMigrationStatus.html>`_
94 This would enable people to continue working post-migration as though our code
187 The migration will pause here until all dependencies have cleared, and all
553 https://github.com/jyknight/llvm-git-migration.
555 Basic migration
686 https://github.com/greened/llvm-git-migration/tree/zip can be used to
928 https://github.com/greened/llvm-git-migration/tree/import can help with
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst452 Make migration to 'atomic' properties
456 Enable migration to modern ObjC
460 Enable migration to property and method annotations
468 Enable migration to infer instancetype for method result type
472 Enable migration to modern ObjC literals
476 Enable migration to NS\_ENUM/NS\_OPTIONS macros
480 Enable migration to modern ObjC property
488 Enable migration to add protocol conformance on classes
492 Enable migration to modern ObjC readonly property
496 Enable migration to modern ObjC readwrite property
[all …]
H A DAutomaticReferenceCounting.rst1887 users in that migration.
H A DUsersManual.rst54 migration from GCC to Clang. In most cases, code "just works".
/llvm-project-15.0.7/libc/benchmarks/
H A DRATIONALE.md198 It removes a set of perturbation sources like: process migration, context
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td586 HelpText<"Enable migration to modern ObjC literals">,
589 HelpText<"Enable migration to modern ObjC subscripting">,
592 HelpText<"Enable migration to modern ObjC property">,
595 HelpText<"Enable migration to modern ObjC">,
598 HelpText<"Enable migration to modern ObjC readonly property">,
601 HelpText<"Enable migration to modern ObjC readwrite property">,
607 HelpText<"Enable migration to property and method annotations">,
613 HelpText<"Enable migration to NS_ENUM/NS_OPTIONS macros">,
616 HelpText<"Enable migration to add protocol conformance on classes">,
619 HelpText<"Make migration to 'atomic' properties">,
[all …]
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td703 HelpText<"Force migration of readonly data into __DATA_CONST segment">,
706 HelpText<"Block migration of readonly data away from __DATA segment">,
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md674 as migration continues.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1040 // This option is a temporary migration help. It will go away.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td508 migration for code using ``[[noreturn]]`` after including ``<stdnoreturn.h>``.