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
6c35258f8357c9ff030565e8045d9ae10b90762f
swift-mirror
/
SwiftCompilerSources
/
Sources
/
Optimizer
/
DataStructures
History
Erik Eckstein
6c35258f83
Swift SIL: rename parent accessors to
parentX
, e.g.
Instruction.parentBlock
...
It makes it easier to read
2023-01-16 15:11:34 +01:00
..
BasicBlockRange.swift
Swift SIL: rename parent accessors to
parentX
, e.g.
Instruction.parentBlock
2023-01-16 15:11:34 +01:00
BasicBlockWorklist.swift
Swift Optimizer: add the DeadEndBlocks utility for finding dead-end blocks.
2022-10-05 07:37:41 +02:00
CMakeLists.txt
Swift Optimizer: add the DeadEndBlocks utility for finding dead-end blocks.
2022-10-05 07:37:41 +02:00
DeadEndBlocks.swift
Swift Optimizer: add the DeadEndBlocks utility for finding dead-end blocks.
2022-10-05 07:37:41 +02:00
FunctionUses.swift
Swift SIL: rename parent accessors to
parentX
, e.g.
Instruction.parentBlock
2023-01-16 15:11:34 +01:00
InstructionRange.swift
Swift SIL: rename parent accessors to
parentX
, e.g.
Instruction.parentBlock
2023-01-16 15:11:34 +01:00
Set.swift
Swift Optimizer: add the DeadEndBlocks utility for finding dead-end blocks.
2022-10-05 07:37:41 +02:00
Stack.swift
Swift Optimizer: make the
Stack
data structure also work with a
ModulePassContext
2022-08-24 17:55:02 +02:00