forked from OSchip/llvm-project
a3bba3371a
encapsulation to force the users of these classes to know about the internal data structure of the Operands structure. It also can lead to errors, like in the MSIL writer. llvm-svn: 105539 |
||
---|---|---|
.. | ||
TargetInfo | ||
CMakeLists.txt | ||
MSILWriter.cpp | ||
MSILWriter.h | ||
Makefile | ||
README.TXT |
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 {}