1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Target/MSIL
Chris Lattner cd7477b173 fix David's merge conflict
llvm-svn: 75673
2009-07-14 20:25:40 +00:00
..
CMakeLists.txt
Makefile
MSILWriter.cpp Have asm printers use formatted_raw_ostream directly to avoid a 2009-07-14 20:18:05 +00:00
MSILWriter.h fix David's merge conflict 2009-07-14 20:25:40 +00:00
README.TXT

//===---------------------------------------------------------------------===// 

Vector instructions support.

ShuffleVector
ExtractElement
InsertElement

//===---------------------------------------------------------------------===// 

Add "OpaqueType" type.

//===---------------------------------------------------------------------===// 

"switch" instruction emulation with CLI "switch" instruction.

//===---------------------------------------------------------------------===// 

Write linker for external function, because function export need to know 
dynamic library where function located.

.method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
    void free(void*) preservesig {}