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
b3e9f134649d05273d4e901b5f13d206e2428660
swift-mirror
/
utils
/
vim
History
Dmitri Hrybenko
6670bb76ec
Rewrite the CMake build system
...
Swift SVN r24124
2014-12-23 22:15:30 +00:00
..
ftdetect
utils: vim syntax coloring for swift.gyb files
2014-09-01 10:52:48 +00:00
syntax
Generalize the switch_int instruction into switch_value instruction, which may switch on arguments of builtin integer types or function types. The later is required for implementing a more efficient speculative devirtualizaiton implementation. Implement lowering of switch_value into LLVM code. In case of integer operands, it reuses LLVM's switch optimizations. Support for switching on function types is not yet bullet-proof and will be refined in the subsequent patches.
2014-10-31 22:55:56 +00:00
CMakeLists.txt
Rewrite the CMake build system
2014-12-23 22:15:30 +00:00