]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/Target/MSIL/README.TXT
Import LLVM, at r72732.
[FreeBSD/FreeBSD.git] / lib / Target / MSIL / README.TXT
1 //===---------------------------------------------------------------------===// 
2
3 Vector instructions support.
4
5 ShuffleVector
6 ExtractElement
7 InsertElement
8
9 //===---------------------------------------------------------------------===// 
10
11 Add "OpaqueType" type.
12
13 //===---------------------------------------------------------------------===// 
14
15 "switch" instruction emulation with CLI "switch" instruction.
16
17 //===---------------------------------------------------------------------===// 
18
19 Write linker for external function, because function export need to know 
20 dynamic library where function located.
21
22 .method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
23     void free(void*) preservesig {}
24
25
26