Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / lib / Target / MSIL / README.TXT
blob2b9a569cfddc046b0632234342d94cbf7c832b2a
1 //===---------------------------------------------------------------------===// 
3 Vector instructions support.
5 ShuffleVector
6 ExtractElement
7 InsertElement
9 //===---------------------------------------------------------------------===// 
11 Add "OpaqueType" type.
13 //===---------------------------------------------------------------------===// 
15 "switch" instruction emulation with CLI "switch" instruction.
17 //===---------------------------------------------------------------------===// 
19 Write linker for external function, because function export need to know 
20 dynamic library where function located.
22 .method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
23         void free(void*) preservesig {}