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
09cf7b87e952f93f6516c20b92d9f875a90bc28e
swift-mirror
/
utils
/
vim
/
syntax
History
Roman Levenstein
c8d180e660
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.
...
rdar://18508812 Swift SVN r23042
2014-10-31 22:55:56 +00:00
..
sil.vim
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
swift.vim
utils/vim: add syntax highlighing for 'public', 'private', 'internal'
2014-07-08 10:46:52 +00:00
swiftgyb.vim
utils: vim syntax coloring for swift.gyb files
2014-09-01 10:52:48 +00:00