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
f15cad360901b4cad3955b8da53d24a882e0e46f
swift-mirror
/
lib
/
SILOptimizer
/
SILCombiner
History
Erik Eckstein
d4cbc48e40
SILCombine: replace switch_value of Builtin.Int1 with a cond_br
...
cond_br is more common and can be handled by more optimizations
2017-04-27 09:06:55 -07:00
..
CMakeLists.txt
…
SILCombine.cpp
Remove redundant Transform.getName() definitions.
2017-04-09 15:20:28 -07:00
SILCombiner.h
[sil-combine] Add peephole: alloc_ref/set_deallocating/dealloc_ref -> remove these instructions
2017-02-22 08:27:00 -08:00
SILCombinerApplyVisitors.cpp
Simplify code
2017-04-26 23:07:48 -07:00
SILCombinerBuiltinVisitors.cpp
[sil-combine] Canonicalize boolean equality checks
2017-04-20 15:27:40 -07:00
SILCombinerCastVisitors.cpp
Preserve type canonicality better in several places and
2017-03-14 14:59:43 -04:00
SILCombinerMiscVisitors.cpp
SILCombine: replace switch_value of Builtin.Int1 with a cond_br
2017-04-27 09:06:55 -07:00