- Mar 12, 2010
-
-
Chris Lattner authored
llvm-svn: 98378
-
Chris Lattner authored
No functionality change. llvm-svn: 98363
-
Chris Lattner authored
can get it from the context now. llvm-svn: 98361
-
- Mar 11, 2010
-
-
Chris Lattner authored
llvm-svn: 98293
-
Daniel Dunbar authored
llvm-svn: 98222
-
- Mar 09, 2010
-
-
Duncan Sands authored
parallel builds: the gold plugin fails to link because the lto library is in the middle of being written out by the linker. llvm-svn: 98054
-
- Mar 05, 2010
-
-
Mikhail Glushenkov authored
As in 'llvmc -O2 -O2 test.c'. llvm-svn: 97787
-
Chris Lattner authored
llvm-svn: 97780
-
Chris Lattner authored
Don't build any of the dynamic library stuff on cygwin/mingw. llvm-svn: 97771
-
Chris Lattner authored
llvm-svn: 97770
-
- Mar 04, 2010
-
-
Erick Tryzelaar authored
We need this so can not bake DESTDIR into the O'Caml symlinks. llvm-svn: 97743
-
- Mar 01, 2010
-
-
Dan Gohman authored
llvm-svn: 97502
-
- Feb 26, 2010
-
-
Chris Lattner authored
llvm-svn: 97268
-
Sanjiv Gupta authored
llvm-svn: 97236
-
- Feb 25, 2010
-
-
Jeffrey Yasskin authored
--enable-shared is passed to configure. llvm-svn: 97119
-
- Feb 23, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 96981
-
Jeffrey Yasskin authored
llvm-svn: 96965
-
Jeffrey Yasskin authored
the examples shared to make sure the shared library keeps working. llvm-svn: 96959
-
Mikhail Glushenkov authored
llvm-svn: 96944
-
Mikhail Glushenkov authored
llvm-svn: 96933
-
Mikhail Glushenkov authored
llvm-svn: 96927
-
Mikhail Glushenkov authored
llvm-svn: 96926
-
Mikhail Glushenkov authored
llvm-svn: 96924
-
Mikhail Glushenkov authored
Does not work, but the infrastructure changes are in place. llvm-svn: 96920
-
Mikhail Glushenkov authored
llvm-svn: 96919
-
Mikhail Glushenkov authored
For now, just enough support to make -filelist work. llvm-svn: 96918
-
Mikhail Glushenkov authored
llvm-svn: 96917
-
Daniel Dunbar authored
llvm-svn: 96909
-
Daniel Dunbar authored
llvm-svn: 96907
-
- Feb 18, 2010
-
-
Duncan Sands authored
Russell Wallace. llvm-svn: 96580
-
Benjamin Kramer authored
llvm-svn: 96576
-
Jeffrey Yasskin authored
llvm-svn: 96569
-
Jeffrey Yasskin authored
--enable-shared configure flag to have the tools linked shared. (2.7svn is just $(LLVMVersion) so it'll change to "2.7" in the release.) Always link the example programs shared to test that the shared library keeps working. On my mac laptop, Debug libLLVM2.7svn.dylib is 39MB, and opt (for example) is 16M static vs 440K shared. Two things are less than ideal here: 1) The library doesn't include any version information. Since we expect to break the ABI with every release, this shouldn't be much of a problem. If we do release a compatible 2.7.1, we may be able to hack its library to work with binaries compiled against 2.7.0, or we can just ask them to recompile. I'm hoping to get a real packaging expert to look at this for the 2.8 release. 2) llvm-config doesn't yet have an option to print link options for the shared library. I'll add this as a subsequent patch. llvm-svn: 96559
-
- Feb 16, 2010
-
-
Duncan Sands authored
and T->isPointerTy(). Convert most instances of the first form to the second form. Requested by Chris. llvm-svn: 96344
-
- Feb 13, 2010
-
-
Mikhail Glushenkov authored
We really need a conditional compilation mechanism... llvm-svn: 96129
-
Mikhail Glushenkov authored
llvm-svn: 96128
-
Mikhail Glushenkov authored
llvm-svn: 96127
-
Chris Lattner authored
llvm-svn: 96038
-
- Feb 11, 2010
-
-
Dan Gohman authored
multiple global variables at a time. llvm-svn: 95825
-
- Feb 10, 2010
-
-
Daniel Dunbar authored
Also, fix a silly memory leak. llvm-svn: 95752
-