Tagged Questions
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29
votes
7answers
10k views
LLVM C++ IDE for windows
Is there some C/C++ IDE for windows, which is integrated with LLVM compiler (and clang C/C++ analyzer), just like modern Xcode do.
I have Dev-Cpp (it uses outdated gcc) and Code::Blocks (with some ...
29
votes
4answers
4k views
Anyone have experience with LLVM?
Does anyone have experience with LLVM, llvm-gcc, or Clang?
The whole idea behind llvm seems very intriguing to me and I'm interested in seeing how it performs. I just don't want to dump a whole lot ...
28
votes
1answer
4k views
Xcode 3.2.1 GCC CLANG and LLVM demystification
The readme included with the new Xcode 3.2.1 this week says the following:
Static code analysis is fully integrated within the Xcode IDE via the Build and Analyze option under the Build menu or via ...
28
votes
7answers
2k views
Opinions on Unladen Swallow?
What are your opinions and expectations on Google's Unladen Swallow? From their project plan:
We want to make Python faster, but we
also want to make it easy for large,
well-established ...
25
votes
3answers
1k views
What exactly is LLVM?
I keep hearing about LLVM all the time. It's in Perl, then it's in Haskell, then someone uses it in some other language? What is it?
23
votes
5answers
481 views
Which functionality/feature in Scala only exists as a concession to the underlying platform and should be removed if targeting something else?
A while ago I read about Scala for LLVM and I kept wondering which things in the Scala language/specification/library) only exist to make the JVM happy or improve interop with Java.
Considering that ...
23
votes
3answers
2k views
Functional languages targeting the LLVM
Are there any languages that target the LLVM that:
Are statically typed
Use type inference
Are functional (i.e. lambda expressions, closures, list primitives, list comprehensions, etc.)
Have first ...
19
votes
4answers
599 views
Getting LLVM/Clang to be 16 bit aligned
I am working on a legacy project that has a large amount of files dating back to pre-OS X days. It's data has been 16 bit aligned for > 15 years. I would like to move to a full LLVM compilation but ...
18
votes
2answers
431 views
Testing a Code-Generator Optimization
I have written a low-level optimization for the LLVM code-generator backend. Basically, the optimization will reorder assembly instructions at the basic block level to allow a later (existing) ...
18
votes
5answers
6k views
LLVM vs. GCC for iOS development
In latest iOS SDK, Apple provides three compiler options: GCC, LLVM with Clang and LLVM-GCC. I understand more or less what these 3 mean, what LLVM and Clang are, and so on. What I don't know is what ...
18
votes
3answers
6k views
What is LLVM and How is replacing Python VM with LLVM increasing speeds 5x?
Google is sponsoring an Open Source project to increase the speed of Python by 5x.
Unladen-Swallow seems to have a good project plan
Why is concurrency such a hard problem?
Is LLVM going to solve ...
17
votes
4answers
997 views
What can make C++ RTTI undesirable?
Looking at the LLVM documentation, they mention that they use "a custom form of RTTI", and this is the reason they have isa<>, cast<> and dyn_cast<> templated functions.
Usually, ...
17
votes
1answer
767 views
How does C— compare to LLVM?
After learning a bit of how LLVM work I'm really excited about how portable low-level code can be generated and how modular this 'thing' is built.
But I discovered today the existence of C-- that ...
15
votes
1answer
311 views
Maturity of Scala-LLVM?
I'd like to know how mature the llvm-backend for Scala currently is and whether it is used in any open source project that I could have a look at.
15
votes
3answers
2k views
Bootstrapping a language on LLVM
I'm bootstrapping a programming language compiler on top of LLVM. Currently I'm mostly done writing a compiler for a subset of C which is self-compiling. When I'm finished with that, I'll bootstrap ...
15
votes
3answers
6k views
What are the differences between LLVM and java bytecode?
I dont understand the difference between LLVM and the java (bytecode), what are they?
-edit- by 'what are they' i mean the differences between LLVM and java (bytecode) not what are LLVM and java.
14
votes
4answers
2k views
Switching between GCC and Clang/LLVM using CMake
I have a number of projects built using CMake and I'd like to be able to easily switch between using GCC or Clang/LLVM to compile them. I believe (please correct me if I'm mistaken!) that to use Clang ...
14
votes
1answer
589 views
Hesitating between C/C++, OCaml, and F# for my compiler
I want to start working on a little compiler and to build it I am hesitating between several different languages.
My requirements are simple, I want to be able to emit LLVM-IR code cause I have a ...
14
votes
2answers
360 views
Towards understanding CodeGen* in the Haskell LLVM bindings
Background: I am writing a toy Lisp interperter/compiler in Haskell for my own amusement/edification. I am trying to add the ability to compile to LLVM bytecode.
Context: I have been reading the ...
14
votes
4answers
2k views
When choosing a functional programming language for use with LLVM, what are the trade-offs?
Let's assume for the moment that C++ is not a functional programming language. If you want to write a compiler using LLVM for the back-end, and you want to use a functional programming language and ...
14
votes
3answers
2k views
What is the reason for the creation of LLVM?
What are the differences between an LLVM and a regular compiler?
Is it more dynamic and thus can be used to compile normally very dynamic languages (i.e. Javascript) into static binary code?
What are ...
13
votes
2answers
3k views
ARC and bridged cast
With ARC, I can no longer cast CGColorRef to id. I learned that I need to do a bridged cast. According clang docs:
A bridged cast is a C-style cast annotated with one of three keywords:
...
13
votes
1answer
647 views
Is there Python Clang wrapper in the vein of pygccxml which wraps GCC-XML?
For a long time now I've been using pygccxml to parse and introspect my C++ source code: it helps me to do some clever code-generation during our build process.
Recently I've read a lot about the ...
13
votes
1answer
2k views
How to build LLVM using GCC 4 on Windows?
I have been able to build LLVM 2.6 (the llvm-2.6.tar.gz package) using MinGW GCC 3.4.5. I haven't tested properly, but it seems to work.
The trouble is, I have libraries of my own which don't build ...
12
votes
2answers
194 views
code examples for learning LLVM backend programming
I am learning programming LLVM backends.
Currently I am interested in analysis passes, later program transformations. (I assume as I will be more fluent with analysis then will be time for program ...
12
votes
2answers
491 views
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 ...
12
votes
4answers
5k views
What versions of gcc, llvm and clang are in XCode 4?
For some reason, this information is difficult to come by.
We'd like to start using some of the C++0x features that are available in most compilers. But we are held back a bit by XCode 3, since it ...
12
votes
3answers
676 views
What are Scala's future platform concerns people should be prepared for?
At the moment Scala runs only on the JVM, with an outdated implementation for the CLR.
But there are some voices at the moment, that Microsoft is interested funding an up-to-date Scala port for .NET.
...
12
votes
5answers
2k views
Static source code analysis with LLVM
I recently discover the LLVM (low level virtual machine) project, and from what I have heard It can be used to performed static analysis on a source code. I would like to know if it is possible to ...
11
votes
5answers
3k views
LLVM ERROR: Cannot yet select: error
Hello i am getting the following error when I am running my app in the simulator.
LLVM ERROR: Cannot yet select: ...
It seems that other have reported similar issues for the same combo:
* New sandy ...
11
votes
6answers
3k views
Why isn't there a good scheme/lisp on llvm?
There is Gambit scheme, MIT scheme, PLT scheme, chicken scheme, bigloo, larceny, ...; then there are all the lisps.
Yet, there's not (to my knowledge) a single popular scheme/lisp on LLVM, even ...
11
votes
2answers
2k views
LLVM Clang 2.6 and Xcode 3.2!
So, I've just downloaded the LLVM Clang (2.6) binaries. Mac OS X 10.6 comes with Clang 1.0.Do you know how to integrate a later version of Clang with the Xcode 3.2.x IDE?
Just overwriting files ...
10
votes
3answers
598 views
If a subclass refers to a superclass ivar, synthesizing an unrelated property fails
Edit: I just noticed this other Stack Overflow question asking much the same thing: Why does a subclass @property with no corresponding ivar hide superclass ivars?
This is some interesting behavior ...
10
votes
2answers
1k views
Garbage-collectors for multi-core llvm?
I've been looking at LLVM for quite some time as a new back-end for the language I'm currently implementing. It seems to have good performance, rather high-level generation APIs, enough low-level ...
10
votes
3answers
2k views
llvm vs c— ; how can llvm fundamentally not be better for haskell than c--?
I've been excited about llvm being low enough to model any system,
and saw it as promising that Apple was adopting it;
but then again Apple doesn't specifically support Haskell;
and, some think that ...
9
votes
3answers
745 views
LLVM vs Clang on Mac
I have a question concerning the different compilers on Mac Os.
What is the difference between the llvm-gcc 4.2, llvm 2.0 and the clang compiler? I know that they all build on llvm but how are they ...
9
votes
3answers
3k views
Call the LLVM Jit from c program
I am new with LLVM and i just played around with it for a couple of days.
I generated a bc file with the online compiler on llvm.org and i would like to know if it was possible to load this bc file ...
9
votes
3answers
788 views
Best Compiler Destination
I've got a few languages I've been building as interpreters. When I'm ready to take "that next step", what options are best for non-native compiled formats... what are the pros and cons of each?
...
8
votes
6answers
494 views
any C/C++ refactoring tool based on libclang? (even simplest “toy example” )
As I've pointed out - here - it seems clang's libclang should be great for implementing the hard task that is C/C++ code analysis and modifications (check out video presentation and slides).
Do you ...
8
votes
2answers
514 views
Generating LLVM code for 'lambda', 'define'
So I now have a fairly complete LISP (scheme) interpreter written in haskell. Just for fun I want to try to have it compile down to LLVM. Most of the code generation seems pretty straight forward, ...
8
votes
3answers
1k views
Building with LLVM and any optimization causes app to crash on startup
When I try to build my app with LLVM 2.0 in XCode 4.0.1 and any level or optimization that is not none (anything but -O0), the app crashes after i launch it on the device (simulator is ok). I can't ...
8
votes
1answer
435 views
How to register a new LLVM backend?
I'm developing a very basic new LLVM backend for a RISC machine (named Risco), based on the existing Sparc backend and this tutorial. To register the backend, I've used the following.
At ...
8
votes
4answers
503 views
Confusing Template error
I've been playing with clang a while, and I stumbled upon "test/SemaTemplate/dependent-template-recover.cpp" (in the clang distribution) which is supposed to provide hints to recover from a template ...
8
votes
3answers
936 views
Linking LLVM JIT Code to Static LLVM Libraries?
I'm in the process of implementing a cross-platform (Mac OS X, Windows, and Linux) application which will do lots of CPU intensive analysis of financial data. The bulk of the analysis engine will be ...
8
votes
3answers
811 views
LLVM JIT segfaults. What am I doing wrong?
It is probably something basic because I am just starting to learn LLVM..
The following creates a factorial function and tries to git and execute it (I know the generated func is correct because I ...
8
votes
2answers
514 views
What is the purpose of the %“alloca point” line which occurs in llvm code?
I've been looking at some LLVM assembly produced by llvm-gcc lately and I've noticed a recurring statement of which I'm not sure its purpose.
For example, the following C program:
int main(void)
{
...
7
votes
3answers
131 views
Does LLVM convert Objective-C methods to inline functions?
Does LLVM automatically convert Objective-C methods to inline functions when possible?
(I.e., is it just as performant to create an Objective-C method for a block of code that you could otherwise ...
7
votes
1answer
229 views
Is self.iVar necessary for strong properties with ARC?
If I declare a property strong, like so:
@property (strong, nonatomic) UIView *iVar;
When I'm setting it, does it matter if I do iVar = ... or self.iVar = ...? It seems that with ARC, they do the ...
7
votes
5answers
335 views
Choosing CPU architecture for LLVM/CLANG
I am designing TTL serial computer, and I am struggling on choosing architecture more suitable for LLVM compiler backend (I want to be able to run any C++ software there). There will be no MMU, no ...
7
votes
7answers
407 views
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 ...