- Feb 06, 2007
-
-
Reid Spencer authored
space a build tree's objects are consuming. llvm-svn: 33934
-
- Feb 05, 2007
-
-
Reid Spencer authored
It prevents "make install" on a clean directory from working. llvm-svn: 33905
-
- Nov 17, 2006
-
-
Reid Spencer authored
premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807
-
Reid Spencer authored
be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
-
- Sep 04, 2006
-
-
Chris Lattner authored
tools. llvm-svn: 30083
-
- Aug 16, 2006
-
-
Reid Spencer authored
now just "make rpm" or "make srpm" and it will build them. llvm-svn: 29717
-
- Jul 26, 2006
-
-
Chris Lattner authored
This restores building of examples and projects! llvm-svn: 29297
-
- Jun 03, 2006
-
-
Chris Lattner authored
llvm-svn: 28673
-
Chris Lattner authored
llvm-svn: 28671
-
- Jun 01, 2006
-
-
Reid Spencer authored
suite is disabled by default because of the length of time it takes to run. To enable it certain command line fu must be used. This patch just encodes the command line fu as the magical "check-llvm2cpp" target. llvm-svn: 28626
-
- May 18, 2006
-
-
Reid Spencer authored
1. Remove the LLVM_DO_NOT_BUILD feature (not needed any more) 2. Ensure that lib/VMCore gets built first. This needs to be done because VMCore now uses tblgen to generate the Intrinsics header which are needed in other libraries. In parallel builds, this can cause problems. llvm-svn: 28374
-
- Apr 12, 2006
-
-
Reid Spencer authored
llvm-svn: 27626
-
- Apr 08, 2006
-
-
Reid Spencer authored
1. Make setting OPTIONAL_DIRS use immediate assignment 2. Include Makefile.config before ifeq tests and then Makefile.rules later instead of Makefile.common up front. This ensures that the variable values are set before the ifeq statements in Makefile.rules are evaluated. With this, recursion into projects/examples is corrected. llvm-svn: 27519
-
Reid Spencer authored
llvm-svn: 27518
-
- Apr 07, 2006
-
-
Reid Spencer authored
3. This ensures that if llvm-gcc isn't available and consequently the value of LLVMGCC_MAJVERS is blank, that the old (include runtime) behavior will persist. llvm-svn: 27499
-
Chris Lattner authored
llvm-svn: 27490
-
Reid Spencer authored
Print out something at the end of the build that indicates what kind of build has just completed. llvm-svn: 27485
-
Reid Spencer authored
llvm-svn: 27464
-
- Aug 25, 2005
-
-
Reid Spencer authored
Move the implementation of the fix from Makefile.rules to Makefile. This ensures that it is only checked on a top-level rebuild, and not in every single subdirectory. This removes some annoying messages from the build and numerous executions of config.status if the .in file changes but not substantively enough to cause the .h file to be modified by config.status. llvm-svn: 23039
-
- May 29, 2005
-
-
Reid Spencer authored
llvm-svn: 22184
-
- May 25, 2005
-
-
Reid Spencer authored
runtime libraries. llvm-svn: 22169
-
- May 24, 2005
-
-
Reid Spencer authored
1. Allow DIST_CHECK_CONFIG_OPTION to specify a set of options to be passed to the configure script during the dist-check target. This allows things to be passed down on a project basis so the configure doesn't fail. 2. Use the tar | (cd ; tar ) idiom to copy files which is more flexible than using the cp command. THis allows us to exclude CVS .svn directories at source rather than stripping them out of the tar ball. llvm-svn: 22166
-
- Dec 06, 2004
-
-
Reid Spencer authored
llvm-svn: 18565
-
- Dec 04, 2004
-
-
Reid Spencer authored
llvm-svn: 18503
-
Tanya Lattner authored
llvm-svn: 18488
-
Chris Lattner authored
llvm-svn: 18471
-
- Nov 29, 2004
-
-
Reid Spencer authored
llvm-svn: 18328
-
- Nov 25, 2004
-
-
Reid Spencer authored
llvm-svn: 18241
-
- Nov 08, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 17613
-
Alkis Evlogimenos authored
not set up properly (it also avoids using different tools that happen to be in the path). llvm-svn: 17612
-
- Nov 07, 2004
-
-
Tanya Lattner authored
llvm-svn: 17587
-
Tanya Lattner authored
Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. llvm-svn: 17586
-
Tanya Lattner authored
llvm-svn: 17573
-
Tanya Lattner authored
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite llvm-svn: 17572
-
Tanya Lattner authored
Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. The dejagnu-clean needs to be fixed to use find. llvm-svn: 17555
-
- Oct 30, 2004
-
-
Reid Spencer authored
llvm-svn: 17359
-
- Oct 26, 2004
-
-
Reid Spencer authored
autoconf directory automagically. llvm-svn: 17249
-
- Oct 25, 2004
-
-
Reid Spencer authored
* "dist" target now builds tar.gz, tar.bz2, and zip files suitable for distribution. "dist" can only be run from $(BUILD_OBJ_ROOT) and implies a "check". * made the preconditions not do a recursive make and ensured that they are executed sequentially. * made the messages output by the makefile be prefixed with "llvm" and the make level (e.g. llvm[1]: ) in the same way that make does so that the messages are uniform and more readable. * Fixed the tags target so that tags depends on TAGS which contains the rules to build a file named TAGS * Implemented the EXTRA_DIST feature in a few directories to make sure it works. llvm-svn: 17210
-
- Oct 24, 2004
-
-
Reid Spencer authored
llvm-svn: 17203
-
- Sep 17, 2004
-
-
John Criswell authored
llvm-svn: 16385
-