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-21 12:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a70b0405388d8e01cf4c1bc83be58cf6f7bb7ac2
swift-mirror
/
SwiftCompilerSources
/
Sources
/
Optimizer
/
Utilities
History
Erik Eckstein
50c23a1640
Optimizer: implement the SILCombine peephole optimizations for retain_value and release_value in Swift
2023-06-07 14:18:38 +02:00
..
AccessUtils.swift
Swift SIL: let
var UnaryInstruction.operand
return an
Operand
and not a
Value
2023-02-21 17:57:29 +01:00
CMakeLists.txt
Swift SIL/Optimizer: implement cloning of static init values of globals in Swift
2023-05-22 15:34:26 +02:00
EscapeUtils.swift
EscapeUtils: better handling of noescape closures and convert_function instructions
2023-05-03 19:53:19 +02:00
OptUtils.swift
Optimizer: implement the SILCombine peephole optimizations for retain_value and release_value in Swift
2023-06-07 14:18:38 +02:00
StaticInitCloner.swift
Swift SIL/Optimizer: implement cloning of static init values of globals in Swift
2023-05-22 15:34:26 +02:00
WalkUtils.swift
WalkUtils: Don't treat
end_access
as leaf-use in the AddressDefUseWalker
2023-05-08 21:23:36 +02:00