llvm-6502/lib/Target/MSIL
Anton Korobeynikov e9fd67e2c6 Add missing break. Patch by Artur Pietrek!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75628 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-14 09:52:47 +00:00
..
CMakeLists.txt
Makefile
MSILWriter.cpp Add missing break. Patch by Artur Pietrek! 2009-07-14 09:52:47 +00:00
MSILWriter.h fix CBE & MSIL backends to not use the mangler for non-global symbols. 2009-07-13 23:46:46 +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 {}