- May 29, 2003
-
-
Dinakar Dhurjati authored
llvm-svn: 6402
-
- May 15, 2003
-
-
Chris Lattner authored
llvm-svn: 6238
-
- Mar 14, 2003
-
-
Chris Lattner authored
Fix several bugs in the build system, including the use of the Debug version of Burg no matter what configuration is currently configured. llvm-svn: 5744
-
- Feb 19, 2003
-
-
Chris Lattner authored
llvm-svn: 5600
-
- Feb 13, 2003
-
-
Chris Lattner authored
llvm-svn: 5551
-
- Feb 12, 2003
-
-
Chris Lattner authored
llvm-svn: 5547
-
- Jan 31, 2003
-
-
Chris Lattner authored
llvm-svn: 5449
-
- Jan 23, 2003
-
-
Chris Lattner authored
llvm-svn: 5410
-
- Jan 22, 2003
-
-
Chris Lattner authored
llvm-svn: 5396
-
- Jan 16, 2003
-
-
Chris Lattner authored
output upon make clean llvm-svn: 5347
-
Chris Lattner authored
llvm-svn: 5342
-
Chris Lattner authored
llvm-svn: 5332
-
- Dec 16, 2002
-
-
Vikram S. Adve authored
is needed on BSD (MacOS). Also, use -Ldir instead of -L dir on the link line. Same reason... llvm-svn: 5068
-
- Dec 04, 2002
-
-
Misha Brukman authored
core.### where ### is the process ID. We use core.[0-9][0-9]* to avoid killing core.c, core.cpp, and core.h files which may be part of benchmarks. llvm-svn: 4913
-
- Nov 04, 2002
-
-
Chris Lattner authored
llvm-svn: 4542
-
- Oct 29, 2002
-
-
Chris Lattner authored
llvm-svn: 4370
-
- Oct 25, 2002
-
-
Chris Lattner authored
llvm-svn: 4278
-
- Oct 23, 2002
-
-
Chris Lattner authored
llvm-svn: 4264
-
Chris Lattner authored
llvm-svn: 4262
-
- Oct 20, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4236
-
- Oct 15, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4175
-
- Oct 14, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4172
-
- Sep 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3918
-
- Sep 22, 2002
-
-
Chris Lattner authored
* Build burg as a utility now, change its location * Clean up other rules llvm-svn: 3876
-
- Sep 20, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3865
-
Vikram S. Adve authored
for different architectures. llvm-svn: 3862
-
Vikram S. Adve authored
into a Profile/ directory to keep them separate from the Debug/ and Release/ versions. Also, it turns on ENABLE_OPTIMIZED automatically. llvm-svn: 3854
-
- Sep 19, 2002
-
-
Chris Lattner authored
it no longer needs to be configured. llvm-svn: 3828
-
- Sep 18, 2002
-
-
Vikram S. Adve authored
turn off stripping for any executable. llvm-svn: 3812
-
Anand Shukla authored
llvm-svn: 3810
-
Chris Lattner authored
llvm-svn: 3807
-
Chris Lattner authored
llvm-svn: 3796
-
Chris Lattner authored
llvm-svn: 3794
-
- Sep 17, 2002
-
-
Chris Lattner authored
llvm-svn: 3770
-
Chris Lattner authored
llvm-svn: 3769
-
- Sep 14, 2002
-
-
Chris Lattner authored
fragments. This is gross, but having tons of confusing conditionals all throughout the build system seems worst. Credits got to Casey Carter for the idea. llvm-svn: 3705
-
- Sep 13, 2002
-
-
Chris Lattner authored
llvm-svn: 3703
-
Chris Lattner authored
llvm-svn: 3702
-
- Sep 12, 2002
-
-
Chris Lattner authored
llvm-svn: 3687
-
Misha Brukman authored
flags are always the same anyway, who wants to see so much text on the screen? Compiling with "gmake VERBOSE=1" should produce all the output you're used to. Basically it checks for VERBOSE being defined, and if it is, sets VERB appropriately. VERB is then prepended in a bunch of key places such that when VERB is "@", the command is not echoed, when VERB is not set to anything, it's as before. One thing I could not get rid of is "gmake[1]: Entering directory <blah>", but running "gmake -s" suppresses it all, and shows just the interesting stuff. Now output (when running "gmake -s" will look something like): <snip> ======= Linking target debug library ======= Compiling Writer.cpp Compiling getLLVMinfo.cpp Compiling as.cpp Compiling dis.cpp Compiling opt.cpp Compiling gccas.cpp <snip> llvm-svn: 3686
-