mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
dc024674ff
the function type, instead they belong to functions and function calls. This is an updated and slightly corrected version of Reid Spencer's original patch. The only known problem is that auto-upgrading of bitcode files doesn't seem to work properly (see test/Bitcode/AutoUpgradeIntrinsics.ll). Hopefully a bitcode guru (who might that be? :) ) will fix it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44359 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
Makefile | ||
MSILWriter.cpp | ||
MSILWriter.h | ||
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 {}