- Feb 18, 2010
-
-
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 20, 2010
-
-
Daniel Dunbar authored
llvm-svn: 93958
-
- Dec 12, 2009
-
-
Daniel Dunbar authored
llvm-svn: 91226
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89841
-
- Nov 16, 2009
-
-
Daniel Dunbar authored
Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag. llvm-svn: 88979
-
- Oct 30, 2009
-
-
Jim Grosbach authored
apply to the build tools. If we want to allow build tool flags input, we should have separate inputs (BUILD_CFLAGS and BUILD_CXXFLAGS, perhaps). llvm-svn: 85607
-
Jim Grosbach authored
llvm-svn: 85606
-
Jim Grosbach authored
llvm-svn: 85605
-
- Oct 26, 2009
-
-
Chandler Carruth authored
direct inclusion edge from System to Support. llvm-svn: 85086
-
Chandler Carruth authored
llvm-svn: 85082
-
- Oct 22, 2009
-
-
Stuart Hastings authored
Now with Clang-compatibility. llvm-svn: 84872
-
- Oct 20, 2009
-
-
Daniel Dunbar authored
breaking Clang's Apple-style build. llvm-svn: 84592
-
- Oct 19, 2009
-
-
Stuart Hastings authored
llvm-svn: 84507
-
- Oct 09, 2009
-
-
Mikhail Glushenkov authored
Thanks to Chris for heads-up! llvm-svn: 83613
-
- Sep 26, 2009
-
-
Torok Edwin authored
too. llvm-svn: 82873
-
- 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 03, 2009
-
-
Shantonu Sen authored
--build=triple and other configure options are passed to the BuildTools/ sub-invocation more consistently llvm-svn: 80854
-
- Aug 27, 2009
-
-
Gabor Greif authored
llvm-svn: 80254
-
Bill Wendling authored
A include/llvm/ADT/iterator.cmake U autoconf/configure.ac --- Reverse-merging r80161 into '.': U cmake/config-ix.cmake --- Reverse-merging r80171 into '.': U Makefile --- Reverse-merging r80173 into '.': U configure U include/llvm/Config/config.h.in --- Reverse-merging r80180 into '.': A include/llvm/ADT/iterator.h.in Despite common miscomceptions, iterator.h is alive and well. It broke the build bots for several hours. And yet no one bothered to look at them. Gabor and Doug, please review your changes and make sure that they actually build before resubmitting them. llvm-svn: 80197
-
Gabor Greif authored
llvm-svn: 80171
-
- Aug 19, 2009
-
-
Daniel Dunbar authored
llvm-svn: 79465
-
- Jun 16, 2009
-
-
Douglas Gregor authored
initialization of all targets (InitializeAllTargets.h) or assembler printers (InitializeAllAsmPrinters.h). This is a step toward the elimination of relinked object files, so that we can build normal archives. llvm-svn: 73543
-
- May 08, 2009
-
-
Chris Lattner authored
patch by Mikael Lepistö! llvm-svn: 71226
-
- May 01, 2009
-
-
Mike Stump authored
llvm-svn: 70529
-
- Apr 24, 2009
-
-
Gabor Greif authored
Patch by Benjamin Kramer! llvm-svn: 69976
-
- Apr 07, 2009
-
-
Mike Stump authored
llvm-svn: 68544
-
- Mar 30, 2009
-
-
Mike Stump authored
llvm-svn: 68038
-
- Mar 27, 2009
-
-
Mike Stump authored
llvm-svn: 67791
-
- Mar 09, 2009
-
-
Nick Lewycky authored
no longer used in LLVM. llvm-svn: 66406
-
- Jan 19, 2009
-
-
Mike Stump authored
llvm-svn: 62522
-
- Jan 08, 2009
-
-
Misha Brukman authored
llvm-svn: 61904
-
- Jan 05, 2009
-
-
Bill Wendling authored
run the tests. Most of this was stolen from the llvm/test Makefiles. llvm-svn: 61648
-
- Jan 01, 2009
-
-
Misha Brukman authored
* Added the first LLVM unittest -- DenseMap. * Updated mkpatch utility to include llvm/unittests dir * Added top-level target "unittests" to run all unittests llvm-svn: 61541
-
- Nov 10, 2008
-
-
Anton Korobeynikov authored
Patch by Jim Grosbach! llvm-svn: 58981
-
- Oct 03, 2008
-
-
Jim Grosbach authored
runnable on the build machine. There are a few bits that need built for the build environment (TableGen). This patch builds those bits, and the associated libraries, for the build environment as well as the (usual) host environment. Thanks to Eric C. and Devang P. for pre-commit review. llvm-svn: 56975
-
- May 29, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 51687
-
- Mar 21, 2008
-
-
Gabor Greif authored
llvm-svn: 48663
-
- Feb 28, 2008
-
-
Gabor Greif authored
llvm-svn: 47723
-