blob: 2b9a569cfddc046b0632234342d94cbf7c832b2a [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)
23 void free(void*) preservesig {}
24
25
26