- Apr 20, 2010
-
-
Benjamin Kramer authored
llvm-svn: 101895
-
- Apr 06, 2010
-
-
Douglas Gregor authored
llvm-svn: 100518
-
Douglas Gregor authored
llvm-svn: 100514
-
- Apr 05, 2010
-
-
Douglas Gregor authored
llvm-svn: 100476
-
Douglas Gregor authored
llvm-svn: 100475
-
- Apr 01, 2010
-
-
Daniel Dunbar authored
Clang++ support, even in "Production" mode (for testing purposes). llvm-svn: 100119
-
- Feb 27, 2010
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 97311
-
Kovarththanan Rajaratnam authored
llvm-svn: 97309
-
Kovarththanan Rajaratnam authored
llvm-svn: 97308
-
- Feb 25, 2010
-
-
Daniel Dunbar authored
- Demonstrates how to build a standalone tool which loads source code using the Driver and Frontend libraries, and then uses CodeGen and the JIT to actually execute the code. - Still more complicated than it should be, but hey its only 153 lines. :) -- ddunbar@ozzy:tmp$ cat hello.c #include <stdio.h> int main() { printf("hello world\n"); return 0; } ddunbar@ozzy:tmp$ clang-interpreter hello.c hello world -- llvm-svn: 97133
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94379
-
- Jan 05, 2010
-
-
Daniel Dunbar authored
llvm-svn: 92780
-
- Dec 20, 2009
-
-
Douglas Gregor authored
llvm-svn: 91794
-
- Dec 12, 2009
-
-
Daniel Dunbar authored
llvm-svn: 91176
-
- Dec 06, 2009
-
-
Daniel Dunbar authored
Document that CompilerInvocation::createDiagnostics keeps a reference to the DiagnosticOptions, and update callers to make sure they don't pass in a temporary. llvm-svn: 90704
-
- Dec 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 90424
-
Daniel Dunbar authored
llvm-svn: 90379
-
Daniel Dunbar authored
llvm-svn: 90359
-
- Dec 01, 2009
-
-
Daniel Dunbar authored
llvm-svn: 90197
-
- Nov 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89080
-
- Nov 15, 2009
-
-
Daniel Dunbar authored
- The build scriptage is about twice as long as the code, which is nice. :) llvm-svn: 88826
-
Daniel Dunbar authored
Move tools/wpa to examples/wpa, and unbreak its build. llvm-svn: 88825
-