llvm
Is it possible to use LLVM-assembly directly?
I have read somewebpages and articles about llvm and I am quite interested in this project. (Maybe to learn something about compiler writing without the need to struggle with the complicated points of[详细]
2023-04-13 07:42 分类:问答Xcode 4.2 + LLVM 3: unable to run on iPhone3G
Just installed Xcode 4.2 for Snow Leopard and started to developer a new project. The开发者_开发技巧 app successfully runs on iPhone4 but isn\'t on iPhone3G. The code gets build, compiled, ran and fin[详细]
2023-04-13 07:23 分类:问答Does the new LLVM compiler in Xcode4 make class inheritance not work properly?
EDIT: Problem solved! After cleaning and rebooting it just disappeared! I don\'t know what caused this![详细]
2023-04-13 04:51 分类:问答How can I declare a global variable in LLVM?
I\'d like to record some dynamic behaviors into some global variables. So I wrote a pass to instrument the code and insert some instructions to update the global variable. I tried to use the GlobalVar[详细]
2023-04-13 04:39 分类:问答D programming on Fedora 16
I\'ve recently installed Fedora 16 (which is great), mostly because I wanted to try LDC2 but also because Gnome Shell runs much smoother on Fed开发者_运维知识库ora than Ubuntu 11.10 (at least on my ha[详细]
2023-04-12 11:39 分类:问答Is it possible to dynamically generate bytecode that is executed inside the LLVM started by lli?
I am currently evaluating possible tools to generate machine code ahead-of-time an开发者_JAVA百科d dynamically for a toy compiler project.[详细]
2023-04-12 10:17 分类:问答clang fails autoconf AC_CHECK_HEADER checks with explicit CPPFLAGS search paths
In an established autotools-managed project which is almost always built with GCC, I decided to try using LLVM clang as a g++ substitute, but found that it falls over on a personally-written header ch[详细]
2023-04-12 06:04 分类:问答delete loop by eraseFromParent command in llvm
*I would delete the Loop. I used the following code: cout << \"begin to delete loop\" << endl;[详细]
2023-04-11 16:36 分类:问答llvm exceptions; catch handler not handling, cleanup not called
I i\'m trying to create a exception handler inside JIT llvm code. the current documentation regarding exception handling in LLVM is very handwavy at the moment, so i\'ve been trying to reuse most of t[详细]
2023-04-09 09:04 分类:问答Cannot Install into iPhone Simulator
I\'ve got an Xcode project that I\'ve been working on over the past few weeks. I just made some changes to an embedded framework that I\'m working on (recompiled, to be specific) now,开发者_开发技巧[详细]
2023-04-08 17:22 分类:问答