- 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
-
- Aug 30, 2002
-
-
Vikram S. Adve authored
into Makefile.config. llvm-svn: 3527
-
- Aug 29, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3521
-
- Aug 22, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3449
-
- Aug 17, 2002
-
-
Chris Lattner authored
llvm-svn: 3365
-
- Aug 12, 2002
-
-
Chris Lattner authored
- Now build executables into /shared - New BUILD_ROOT_TOP variable which is basically = $(BUILD_ROOT)/$(LEVEL) but cleaner and works for llvm/test/* - Use := more in Makefile.common llvm-svn: 3291
-
- Aug 09, 2002
-
-
Chris Lattner authored
llvm-svn: 3272
-
Chris Lattner authored
* Build into the machine local /shared directory instead of using local Debug/Depend/Release directories llvm-svn: 3269
-
- Aug 03, 2002
-
-
Chris Lattner authored
llvm-svn: 3237
-
- Aug 02, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3216
-
- Jul 31, 2002
-
-
Chris Lattner authored
llvm-svn: 3192
-
- Jul 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3078
-
- Jul 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3027
-
Chris Lattner authored
llvm-svn: 3003
-
- Jul 09, 2002
-
-
Vikram S. Adve authored
llvm-svn: 2841
-
- May 10, 2002
-
-
Chris Lattner authored
* Only build tags for include, lib, and tools, not tests * Turn on verbose output from bison to get information about shift/reduce conficts (why isn't this the default??) llvm-svn: 2603
-