[llvm-commits] CVS: llvm/tools/Makefile

2007-02-09 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.62 -> 1.63 --- Log message: Get the use of \ right. --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.62 llvm/tools/Makef

[llvm-commits] CVS: llvm/tools/Makefile

2007-02-09 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.61 -> 1.62 --- Log message: Now that gccas and gccld are just schell scripts, adjust the build ordering for parallel builds so that we space out the large links. --- Diffs of the changes: (+10 -11) Makefile | 21 ++---

[llvm-commits] CVS: llvm/tools/Makefile

2007-01-07 Thread Chandler Carruth
Changes in directory llvm/tools: Makefile updated: 1.60 -> 1.61 --- Log message: Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 : http://llvm.org/PR1055: http://llvm.org/PR1055 --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed,

[llvm-commits] CVS: llvm/tools/Makefile

2006-12-01 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.59 -> 1.60 --- Log message: Build llvm-update now. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.59 llvm/tools/Makefile:1.6

[llvm-commits] CVS: llvm/tools/Makefile

2006-09-08 Thread Chris Lattner
Changes in directory llvm/tools: Makefile updated: 1.58 -> 1.59 --- Log message: ok this really works :) --- Diffs of the changes: (+2 -1) Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.58 llvm/tools/Makefile:

[llvm-commits] CVS: llvm/tools/Makefile

2006-09-08 Thread Devang Patel
Changes in directory llvm/tools: Makefile updated: 1.57 -> 1.58 --- Log message: Remove redundant include. --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.57 llvm/tools/Makefile:1.58 --- llvm/too

[llvm-commits] CVS: llvm/tools/Makefile

2006-09-08 Thread Chris Lattner
Changes in directory llvm/tools: Makefile updated: 1.56 -> 1.57 --- Log message: Need to include Makefile.config to get the value of $(OS). Add a comment. --- Diffs of the changes: (+4 -0) Makefile |4 1 files changed, 4 insertions(+) Index: llvm/tools/Makefile diff -u llvm/too

[llvm-commits] CVS: llvm/tools/Makefile

2006-09-08 Thread Anton Korobeynikov
Changes in directory llvm/tools: Makefile updated: 1.55 -> 1.56 --- Log message: Enabling LTO building on Darwin only right now. This probably should be removed after 'PIC vs non-PIC' problem solution --- Diffs of the changes: (+4 -2) Makefile |6 -- 1 files changed, 4 insertions(

[llvm-commits] CVS: llvm/tools/Makefile

2006-09-07 Thread Devang Patel
Changes in directory llvm/tools: Makefile updated: 1.54 -> 1.55 --- Log message: Add lto into the list of PARALLEL_DIRS --- Diffs of the changes: (+2 -1) Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.54 llvm/

[llvm-commits] CVS: llvm/tools/Makefile

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.53 -> 1.54 --- Log message: Rearrange order to build more frequently used tools first and make the triplet ordering (large, small, small) explicit with one triplet per line. --- Diffs of the changes: (+11 -4) Makefile | 15 +++-

[llvm-commits] CVS: llvm/tools/Makefile

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.52 -> 1.53 --- Log message: Fix a typo. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.52 llvm/tools/Makefile:1.53 --- llvm/

[llvm-commits] CVS: llvm/tools/Makefile

2006-08-22 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.51 -> 1.52 --- Log message: Rearrange the build order to better accommodate parallel build by reducing memory pressure. This order spaces out large executables with small ones in between so that in a -j2 or -j3 build, it only attempts to buil

[llvm-commits] CVS: llvm/tools/Makefile

2006-08-17 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.50 -> 1.51 --- Log message: For PR872: http://llvm.org/PR872 : Shrinkify LLVM's footprint by removing the analyze tool and moving its functionality into the opt tool. THis eliminates one of the largest tools from LLVM and doesn't make opt muc

[llvm-commits] CVS: llvm/tools/Makefile

2006-07-26 Thread Chris Lattner
Changes in directory llvm/tools: Makefile updated: 1.49 -> 1.50 --- Log message: Add llvm2cpp to DIRs list --- Diffs of the changes: (+2 -3) Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.49 llvm/tools/Make

[llvm-commits] CVS: llvm/tools/Makefile

2006-07-26 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.48 -> 1.49 --- Log message: Build llvm-config to identify library cycles earlier in the build process. --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/tools/Makefil

[llvm-commits] CVS: llvm/tools/Makefile

2006-05-30 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.47 -> 1.48 --- Log message: llvm2cpp is ready to be compiled so add it to the makefile, but make it optional. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+) Index: llvm/tools/Makefile diff -u llv

[llvm-commits] CVS: llvm/tools/Makefile

2006-05-17 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.46 -> 1.47 --- Log message: Remove the llvm-db and bugpoint restrictions from the win32 platform so they can be compiled with ming32. The use of fork(2) has been removed. --- Diffs of the changes: (+1 -11) Makefile | 12 +--- 1

[llvm-commits] CVS: llvm/tools/Makefile

2006-04-20 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.45 -> 1.46 --- Log message: Okay, llvm-config is good to go now. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.45 llvm/tool

[llvm-commits] CVS: llvm/tools/Makefile

2006-04-20 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.44 -> 1.45 --- Log message: Don't build llvm-config until issues are resolved. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:

[llvm-commits] CVS: llvm/tools/Makefile

2006-04-20 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.43 -> 1.44 --- Log message: Build the llvm-config directory as a tool. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.43 llv