llvm
Parsing LLVM bitcode from Java
Is there a way to parse LLVM bitcode in my Java application? In other words, is there any library that has Java binding and can p开发者_开发百科arse LLVM bitcode, which I could then access using some[详细]
2023-03-19 22:08 分类:问答LLVM and the future of optimization
I realize that LLVM has a long way to go, but theoretically, can the optimizations that are in GCC/ICC/etc. for individual languages be applied to LLVM byte code?If so, does this mean that any languag[详细]
2023-03-19 15:43 分类:问答Can I restrict warnings to my project's includes instead of all includes with llvm or gcc?
I would like to restrict certain warnings to project includes, so system incl开发者_开发知识库udes are not checked. So:[详细]
2023-03-17 05:03 分类:问答How to generate code for in-register named local values in LLVM IR?
I am generating LLVM IR (.ll files) from a source language. This language doesn\'t have any mutable local variables and I don\'t use any allocas yet, everything so far is in LLVM registers. It does ha[详细]
2023-03-17 02:48 分类:问答How can I optimize LLVM assembly cross-compiled with gcc?
I am using LLVM to generate Alpha assembly. Their Alpha ISA support is experimental and Icannot find a way to work around a bug. If I use -O0 during LLVM bytecode-to-Alpha assembly creation, the assem[详细]
2023-03-17 02:47 分类:问答Compilation issue when using blocks with LLVM GCC 4.2
I wrote a gist a while ago: https://gist.github.com/611157. It compiled and worked ok. I came back to it recently and it no longer complied.[详细]
2023-03-16 07:29 分类:问答LLVM CIL and Java Bytecode backend [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-16 02:44 分类:问答Exporting C++ Classes to LLVM bitcode
is there any possibility to compile a C++ class into开发者_Go百科 LLVM bitcode? Whenever I compile a class like this[详细]
2023-03-15 05:42 分类:问答Are Automatic Reference Counting (ARC) applications allowed into the App Store? [closed]
开发者_运维问答 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not g[详细]
2023-03-14 10:54 分类:问答LLVM's calling convention for GHC
Here is the text in LLVM\'s doc \"langref\": \"cc 10\" - GHC convention This calling convention has been implemented specifically for use by the Glasgow Haskell Compiler (GHC). It passes everything[详细]
2023-03-14 06:14 分类:问答