blob: d797c71fd39f07dad803194b9a7d1d89af308c32 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001//===---------------------------------------------------------------------===//
2
3Vector instructions support.
4
5ShuffleVector
6ExtractElement
7InsertElement
8
9//===---------------------------------------------------------------------===//
10
11Add "OpaqueType" type.
12
13//===---------------------------------------------------------------------===//
14
15"switch" instruction emulation with CLI "switch" instruction.
16
17//===---------------------------------------------------------------------===//
18
19Write linker for external function, because function export need to know
20dynamic library where function located.
21
22.method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
Bill Wendlinga0cb6d62008-07-22 08:54:38 +000023 void free(void*) preservesig {}
Dan Gohmanf17a25c2007-07-18 16:29:46 +000024
25
26