llvm
GPU optimization pass in LLVM
Is adding an optimization pass for AMD OpenCL any different from writing an LLVM pass as in 开发者_如何学PythonWriting an LLVM Pass. What additional knowledge should I have to accomplish this?. Do we[详细]
2023-04-05 20:45 分类:问答Which files xcode4 install in the Mac system?
I just intalled xcode4 in mac pro. How can I check which files are installe开发者_开发百科d from in the system?[详细]
2023-04-05 05:27 分类:问答A good AST design for a c-like language (for llvm)
I am trying to use llvm to implement a simple, du开发者_JAVA技巧mb c-like language. And i\'m stucked at designing a good AST.[详细]
2023-04-04 07:51 分类:问答Maturity of Scala-LLVM? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-04-04 03:22 分类:问答Is there any way to use LLVM 3 in Xcode 4.1?
I wonder, since LLVM 3.0 is readily available and officially released, is there a way to compile with LLVM 3 when using Xcode 4.1. It would help alot since I used ARC and my app development turned out[详细]
2023-04-03 23:08 分类:问答Differences between llvm and g++ on OSX 10.7
I upgraded to OSX 10.7 Lion this weekend, and now I\'m tr开发者_开发百科ying to get all my unit and regression tests to pass... but there are quite a few problems. Several of my regression tests are n[详细]
2023-04-03 21:56 分类:问答Notepad++ syntax highlighter for LLVM assembly [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-03 17:56 分类:问答identify non-countable loops in LLVM
How can I i开发者_StackOverflow中文版dentify if a loop is countable or not in LLVM? Is there some library function that can be directly used?Try hasLoopInvariantBackedgeTakenCount on ScalarEvolution.S[详细]
2023-04-03 08:42 分类:问答What kinds of optimization LLVM does and what kinds of optimizations its frontends have to implement themselves?
Notice: I noticed this question is a lot related to this one, so if you\'re somebody interested in my question, you should definitely read that other one and its answers too.[详细]
2023-04-03 07:09 分类:问答What platform can I compile binaries for, using LLVM (Low Level Virtual Machine)?
I am interested in using the LLVM\'s Clang compiler.LLVM claims to be cross-platform however it is not clear which platforms can be targeted.I have done quite a lot of Googling on this but there doesn[详细]
2023-04-02 10:50 分类:问答