- 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
the examples shared to make sure the shared library keeps working. llvm-svn: 96959
-
Daniel Dunbar authored
llvm-svn: 96936
-
Daniel Dunbar authored
capable compilers (which could be llvm-gcc or clang). llvm-svn: 96935
-
Daniel Dunbar authored
llvm-svn: 96932
-
Daniel Dunbar authored
llvm-svn: 96913
-
Daniel Dunbar authored
llvm-svn: 96911
-
Daniel Dunbar authored
llvm-svn: 96907
-
- Feb 18, 2010
-
-
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
-
- Jan 29, 2010
-
-
Sean Callanan authored
enhanced disassembler, and the necessary makefile rules to build the table for X86. llvm-svn: 94764
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94378
-
Chris Lattner authored
llvm-svn: 94376
-
Chris Lattner authored
llvm-svn: 94375
-
- Jan 22, 2010
-
-
Daniel Dunbar authored
llvm-svn: 94184
-
- Jan 16, 2010
-
-
Anton Korobeynikov authored
Otherwise we'll end with random cyclic deps between libraries due to this. Proposed by Gianluigi Tiesi! llvm-svn: 93635
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89841
-
- Nov 19, 2009
-
-
Daniel Dunbar authored
which the makefiles will create by symlinking the actual tool to. - For use by clang, where we want to make 'clang++' and alias for clang (which enables C++ support in the driver) - Not sure this is the best approach, alternative suggestions welcome! llvm-svn: 89282
-
- Nov 16, 2009
-
-
Daniel Dunbar authored
disk space, and increasing battery lifetime. :) llvm-svn: 88978
-
- Nov 04, 2009
-
-
Daniel Dunbar authored
OPTIMIZE_OPTION. llvm-svn: 86005
-
- Oct 30, 2009
-
-
Jim Grosbach authored
llvm-svn: 85615
-
- Oct 25, 2009
-
-
Nick Lewycky authored
llvm-svn: 85034
-
- Oct 15, 2009
-
-
Jakob Stoklund Olesen authored
Fix pasto. llvm-svn: 84190
-
- Oct 14, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 84076
-
- Oct 09, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 83614
-
- Oct 04, 2009
-
-
Jakob Stoklund Olesen authored
llvm-svn: 83284
-
- Sep 27, 2009
-
-
Jeffrey Yasskin authored
DEBUG_RUNTIME. llvm-svn: 82906
-
- Sep 25, 2009
-
-
Jeffrey Yasskin authored
DEBUG_RUNTIME Makefile variable to pass -g to gcc when building LLVM's objects. Without this, it's very hard to debug crashes that happen in Release-Asserts mode but not Debug mode. llvm-svn: 82775
-
- Sep 20, 2009
-
-
Daniel Dunbar authored
its in the standard location. llvm-svn: 82374
-
- Sep 14, 2009
-
-
Daniel Dunbar authored
- 'make unittests' still builds and tests. - 'make unitcheck' inside a unittest directory runs the tests in that directory. llvm-svn: 81725
-
- Sep 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81692
-
Daniel Dunbar authored
- 'make unittests' still builds and tests. - 'make unitcheck' inside a unittest directory runs the tests in that directory. llvm-svn: 81687
-
- Sep 11, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81524
-
Daniel Dunbar authored
llvm-svn: 81523
-
Daniel Dunbar authored
llvm-svn: 81522
-
- Sep 08, 2009
-
-
Evan Cheng authored
llvm-svn: 81240
-
Dan Gohman authored
files directly. llvm-svn: 81222
-
Daniel Dunbar authored
- This adds 'make check-lit' from the top-level Makefile. llvm-svn: 81191
-
- Sep 03, 2009
-
-
Dan Gohman authored
llvm-svn: 80924
-