I would want to compile existing software into presentation that can later be run on different architectures (and OS).
For that I need a (byte)code that can be easily ru
C compiled to LLVM bit code is not platform independent. Have a look at Google portable native client, they are trying to address that.
Adobe has alchemy which will let you compile C to flash.
There are C to Java or even JavaScript compilers. However, due to differences in memory management, they aren't very usable.