Home
last modified time | relevance | path

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

12

/llvm-project/llvm/docs/
H A DDiscourseMigrationGuide.md113 migration. Obsolete lists will become read-only as part of the Discourse
114 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>
129 <tr><td>flang-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>
136 <tr><td>libcxx-commits</td><td>no migration at the moment</td></tr>
138 <tr><td>lldb-commits</td><td>no migration at the moment</td></tr>
[all …]
H A DReleaseNotes.rst
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
H A DUserGuides.rst187 This is a migration guide describing how to move from debug info using
H A DRemoveDIsDebugInfo.md1 # Debug info migration: From intrinsics to records
27 We've largely completed the migration. The remaining rough edge is that going forwards, instructions must be inserted into basic blocks using iterators rather than instruction pointers. In almost all circumstances you can just call `getIterator` on an instruction pointer -- however, if you call a function that returns the start of a basic block, such as:
/llvm-project/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/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/clang/test/Driver/
H A Dobjc-sdk-migration-options.m1 // Check miscellaneous Objective-C sdk migration options.
/llvm-project/llvm/test/CodeGen/SPIRV/
H A Dlinked-list.ll3 ; TODO(#60133): Requires updates following opaque pointer migration.
H A DEnqueueEmptyKernel.ll3 ; TODO(#60133): Requires updates following opaque pointer migration.
H A Dpstruct.ll3 ; TODO(#60133): Requires updates following opaque pointer migration.
/llvm-project/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/llvm/test/MC/M68k/
H A Dinstructions.s5 ; The current migration plan is to consolidate all of the encoding tests in this
/llvm-project/llvm/test/CodeGen/SPIRV/transcoding/
H A Dextract_insert_value.ll4 ; TODO(#60133): Requires updates following opaque pointer migration.
H A Dglobal_block.ll4 ; TODO(#60133): Requires updates following opaque pointer migration.
H A DBuildNDRange_2.ll24 ; TODO(#60133): Requires updates following opaque pointer migration.
H A Dblock_w_struct_return.ll4 ; TODO(#60133): Requires updates following opaque pointer migration.
H A Denqueue_kernel.ll4 ; TODO(#60133): Requires updates following opaque pointer migration.
/llvm-project/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/libc/benchmarks/
H A DRATIONALE.md198 It removes a set of perturbation sources like: process migration, context
/llvm-project/clang/include/clang/Driver/
H A DOptions.td698 HelpText<"Check for ARC migration issues that need manual handling">;
735 HelpText<"Enable migration to modern ObjC literals">,
739 HelpText<"Enable migration to modern ObjC subscripting">,
743 HelpText<"Enable migration to modern ObjC property">,
747 HelpText<"Enable migration to modern ObjC">,
751 HelpText<"Enable migration to modern ObjC readonly property">,
755 HelpText<"Enable migration to modern ObjC readwrite property">,
759 HelpText<"Enable migration of setter/getter messages to property-dot syntax">,
763 HelpText<"Enable migration to property and method annotations">,
767 HelpText<"Enable migration t
[all...]
/llvm-project/lld/MachO/
H A DOptions.td798 HelpText<"Force migration of readonly data into __DATA_CONST segment">,
801 HelpText<"Block migration of readonly data away from __DATA segment">,
/llvm-project/mlir/docs/Dialects/Linalg/
H A D_index.md673 as migration continues.
/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1159 // This option is a temporary migration help. It will go away.

12