/llvm-project/llvm/docs/ |
H A D | DiscourseMigrationGuide.md | 113 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 D | ReleaseNotes.rst |
|
H A D | OpaquePointers.rst | 116 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 D | UserGuides.rst | 187 This is a migration guide describing how to move from debug info using
|
H A D | RemoveDIsDebugInfo.md | 1 # 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 D | arcmt-test.cpp | 173 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 D | replace-auto-ptr.rst | 42 party library) will produce a compilation error after migration. This is 55 // <calling code (with migration)...>
|
H A D | replace-disallow-copy-and-assign-macro.rst | 39 * Notice that the migration example above leaves the ``private`` access
|
/llvm-project/clang/test/Driver/ |
H A D | objc-sdk-migration-options.m | 1 // Check miscellaneous Objective-C sdk migration options.
|
/llvm-project/llvm/test/CodeGen/SPIRV/ |
H A D | linked-list.ll | 3 ; TODO(#60133): Requires updates following opaque pointer migration.
|
H A D | EnqueueEmptyKernel.ll | 3 ; TODO(#60133): Requires updates following opaque pointer migration.
|
H A D | pstruct.ll | 3 ; TODO(#60133): Requires updates following opaque pointer migration.
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 357 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 D | instructions.s | 5 ; The current migration plan is to consolidate all of the encoding tests in this
|
/llvm-project/llvm/test/CodeGen/SPIRV/transcoding/ |
H A D | extract_insert_value.ll | 4 ; TODO(#60133): Requires updates following opaque pointer migration.
|
H A D | global_block.ll | 4 ; TODO(#60133): Requires updates following opaque pointer migration.
|
H A D | BuildNDRange_2.ll | 24 ; TODO(#60133): Requires updates following opaque pointer migration.
|
H A D | block_w_struct_return.ll | 4 ; TODO(#60133): Requires updates following opaque pointer migration.
|
H A D | enqueue_kernel.ll | 4 ; TODO(#60133): Requires updates following opaque pointer migration.
|
/llvm-project/llvm/docs/Proposals/ |
H A D | GitHubMove.rst | 9 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 D | RATIONALE.md | 198 It removes a set of perturbation sources like: process migration, context
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 698 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 D | Options.td | 798 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.md | 673 as migration continues.
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1159 // This option is a temporary migration help. It will go away.
|