llvm
MacRuby 0.10 HotCocoa unsupported file format which is not the architecture being linked (i386)
I\'ve installed MacRuby (via rvm): $ ruby -v MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64] And LLVM (via homebrew):[详细]
2023-03-10 01:27 分类:问答How to implement push and pop in LLVM assembly?
I want to implement push and pop operations in LLVM assembly. The alloca instruction does not follow the concept of stack, push and pop.[详细]
2023-03-09 14:57 分类:问答Why are unused variables bad?
I would like to know why an unused variable is bad. Is it because the compiler would create a bigger binary? If yes, is there a t开发者_StackOverflow社区ool/script which can add an unused keyword or s[详细]
2023-03-09 13:28 分类:问答Correct llvm target triple for iPhone simulator
I have written a small piece of code to generate an LLVM module containing a few global variables. I am converting the module to LLVM assembly code using the LLVM assembler and then to native binary b[详细]
2023-03-09 04:52 分类:问答Compile lua-wrapped C functions using LLVM JIT?
I have compiled some C functions into LLVM bytecode. Now I\'d like to make these functions accessible to a Lua script engine and then compile a Lua script into native machine code.[详细]
2023-03-09 03:12 分类:问答Are any of the ruby VM's done using the LLVM toolchain?
I like the LLVM idea.To be honest, I do not much care for Ruby, I\'d rather use Perl, or Python, or .... ( it\'s a long list ).[详细]
2023-03-07 16:30 分类:问答Type problem with CodeGenFunction/CodeGenModule with LLVM/Haskell
I am, for some time, experimenting with LLVM, simply because. It does, however, consume more of my time than I thought.[详细]
2023-03-07 07:13 分类:问答How is LLVM isa<> implemented?
From http://llvm.org/docs/CodingStandards.html#ci_rtti_exceptions LLVM does make extensive use of a hand-rolled form of RTTI that use[详细]
2023-03-06 10:14 分类:问答Does the LLVM OCaml binding include intrinsic support?
I can\'t seem to find reference to intrinsics in the official LLVM OCaml binding, beyond t开发者_如何转开发he is_intrinsic function.[详细]
2023-03-06 06:47 分类:问答Why is the LLVM execution engine faster than compiled code?
I have a compiler which targets LLVM, and I provide two ways to run the code: Run it automatically. This mode compiles the code to LLVM and uses the ExecutionEngine JIT to compile it into machine co[详细]
2023-03-06 02:54 分类:问答
加载中,请稍侯......