1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Target/MSIL
Chris Lattner 33ba751c32 this doesn't need the mangler.
llvm-svn: 93626
2010-01-16 02:15:38 +00:00
..
TargetInfo Kill Target specific ModuleMatchQuality stuff. 2009-07-26 02:22:58 +00:00
CMakeLists.txt
Makefile Add TargetInfo libraries for all targets. 2009-07-15 06:35:19 +00:00
MSILWriter.cpp this doesn't need the mangler. 2010-01-16 02:15:38 +00:00
MSILWriter.h this doesn't need the mangler. 2010-01-16 02:15:38 +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 {}