- Jun 17, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 73596
-
Chris Lattner authored
object files. Now we always build LLVM libraries into archives (.a files). This makes the 'make' build work more like the cmake build, among other things. Doing this exposed some latent circular library dependencies, so I think that llvm-config wasn't quite right for .o files anyway. llvm-svn: 73579
-
- Jun 16, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 73448
-
- Jun 07, 2009
-
-
Mikhail Glushenkov authored
Nice addition to the examples and also a starting point for Sanjiv to work on. llvm-svn: 73013
-
- May 06, 2009
-
-
Mikhail Glushenkov authored
See PR4159 for details. Patch by Martin Nowack! llvm-svn: 71054
-
- Apr 21, 2009
-
-
Mikhail Glushenkov authored
Should now work when building with objdir != srcdir and when llvm-gcc is not available. Thanks to Duncan Sands for testing and advice! llvm-svn: 69700
-
- Apr 18, 2009
-
-
Bill Wendling authored
llvm-svn: 69478
-
Mikhail Glushenkov authored
llvm-svn: 69474
-
Bill Wendling authored
release build of llvm. llvm-svn: 69440
-
Mikhail Glushenkov authored
llvm-svn: 69438
-
- Mar 31, 2009
-
-
Mikhail Glushenkov authored
Does not work well on 32 bit targets. Bug reported by Albert Graef. This patch also adds new "-Wllc,option" syntax to pass options to llc. llvm-svn: 68127
-
- Mar 27, 2009
-
-
Mikhail Glushenkov authored
Expand a bit on various '--*-graph' options. llvm-svn: 67836
-
- Mar 03, 2009
-
-
Mikhail Glushenkov authored
This is a template that can be used to build your own LLVMC-based drivers. It can be also useful as a "bare-bones" LLVMC. llvm-svn: 65944
-
Mikhail Glushenkov authored
llvm-svn: 65943
-
Mikhail Glushenkov authored
Since this Makefile is supposed to be usable from LLVM-based projects not in the tree, LLVMLIBS should be used instead of USEDLIBS. This depends on my previous fix to Makefile.rules. llvm-svn: 65941
-
Mikhail Glushenkov authored
llvm-svn: 65939
-
- Mar 02, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 65827
-
Mikhail Glushenkov authored
llvm-svn: 65826
-
Mikhail Glushenkov authored
User drivers based on llvmc must all share the initialization code. Putting main() into libCompilerDriver is not a very good idea IMO (and ld gave me some strange EH-related error anyway). llvm-svn: 65825
-
Mikhail Glushenkov authored
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change the build system accordingly. Makes it easier for projects using LLVM to build their own llvmc-based drivers. Tested with objdir != srcdir. llvm-svn: 65821
-
- Jan 30, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 63364
-
- Jan 28, 2009
-
-
Mikhail Glushenkov authored
Adds new option properties 'multi_val', 'one_or_more' and 'zero_or_one'. llvm-svn: 63172
-
- Jan 21, 2009
-
-
Mikhail Glushenkov authored
Change the naming scheme for llvmc plugins so that they do not appear in 'llvm-config --libs' output. llvm-svn: 62687
-
Mikhail Glushenkov authored
llvm-svn: 62686
-
Mikhail Glushenkov authored
llvm-svn: 62685
-
- Jan 15, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 62251
-
Mikhail Glushenkov authored
llvm-svn: 62249
-
- Jan 14, 2009
-
-
Mikhail Glushenkov authored
Both 'llvmc -o file' and 'llvmc -ofile' should work. llvm-svn: 62211
-
- Jan 09, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 61989
-
- Dec 17, 2008
-
-
Mikhail Glushenkov authored
Add (error) and (empty). llvm-svn: 61117
-
- Dec 13, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 60985
-
Mikhail Glushenkov authored
llvm-svn: 60984
-
Mikhail Glushenkov authored
llvm-svn: 60970
-
Mikhail Glushenkov authored
llvm-svn: 60969
-
- Dec 12, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 60912
-
Mikhail Glushenkov authored
llvm-svn: 60910
-
Mikhail Glushenkov authored
llvm-svn: 60909
-
- Dec 11, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 60902
-
Mikhail Glushenkov authored
This stuff is not used outside Base.td, and with the conversion of the compilation graph to string-based format became much less (if at all) useful. llvm-svn: 60873
-
- Dec 09, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 60764
-