This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-14 20:36:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
revert-82265-revert-80405-t/main/update_swiftpm_presets
Add File
New File
Upload File
Apply Patch
swift-mirror
/
lib
/
SILOptimizer
/
FunctionSignatureTransforms
History
Slava Pestov
819738c83e
AST: Rename mapTypeIntoContext() => mapTypeIntoEnvironment(), mapTypeOutOfContext() => mapTypeOutOfEnvironment()
2025-11-12 14:48:19 -05:00
..
ArgumentExplosionTransform.cpp
Add
#include "swift/Basic/Assertions.h"
to a lot of source files
2024-06-05 19:37:30 -07:00
CMakeLists.txt
…
DeadArgumentTransform.cpp
Disable function signature optimization on functions with lifetime dependencies
2025-07-10 07:39:52 -07:00
ExistentialSpecializer.cpp
Add experimental feature
@inline(always)
2025-09-30 08:36:26 -07:00
ExistentialTransform.cpp
AST: Rename mapTypeIntoContext() => mapTypeIntoEnvironment(), mapTypeOutOfContext() => mapTypeOutOfEnvironment()
2025-11-12 14:48:19 -05:00
ExistentialTransform.h
Update file header comments for headers in lib.
2025-05-04 22:26:26 +02:00
FunctionSignatureOpts.cpp
AST: Rename mapTypeIntoContext() => mapTypeIntoEnvironment(), mapTypeOutOfContext() => mapTypeOutOfEnvironment()
2025-11-12 14:48:19 -05:00
FunctionSignatureOpts.h
SIL: remove some
const
from decl arguments in SILBasicBlock and SILArgument APIs
2024-10-02 07:10:28 +02:00
OwnedToGuaranteedTransform.cpp
FunctionSignatureOptimization: don't convert indirect
@in
to
@in_guaranteed
if the argument is mutated
2025-05-13 18:53:31 +02:00