[llvm-commits] CVS: llvm/tools/opt/Makefile opt.cpp

2007-05-06 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.62 -> 1.63 opt.cpp updated: 1.139 -> 1.140 --- Log message: switch tools to bitcode from bytecode --- Diffs of the changes: (+12 -30) Makefile |2 +- opt.cpp | 40 +++- 2 files changed, 12 i

[llvm-commits] CVS: llvm/tools/opt/Makefile opt.cpp

2007-05-05 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.61 -> 1.62 opt.cpp updated: 1.137 -> 1.138 --- Log message: if -bitcode is specified, read and write a bitcode file instead of a bytecode file. --- Diffs of the changes: (+31 -5) Makefile |2 +- opt.cpp | 34 +

[llvm-commits] CVS: llvm/tools/opt/Makefile opt.cpp

2007-02-03 Thread Reid Spencer
Changes in directory llvm/tools/opt: Makefile updated: 1.60 -> 1.61 opt.cpp updated: 1.128 -> 1.129 --- Log message: For PR1072: http://llvm.org/PR1072 : Removing -raise has neglible positive or negative side effects so we are opting to remove it. See the PR for comparison details. --- Diffs

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

2006-12-13 Thread John Criswell
Changes in directory llvm/tools/opt: Makefile updated: 1.59 -> 1.60 --- Log message: Remove DSA. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/opt/Makefile diff -u llvm/tools/opt/Makefile:1.59 llvm/tools/opt/Makefil

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

2006-09-03 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.58 -> 1.59 --- Log message: Use LINK_COMPONENTS to specify *components* to link against instead of using USED_LIBS to specify *libraries* to link against. --- Diffs of the changes: (+2 -4) Makefile |6 ++ 1 files changed, 2 i

[llvm-commits] CVS: llvm/tools/opt/Makefile opt.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.57 -> 1.58 opt.cpp updated: 1.115 -> 1.116 --- Log message: Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the 'autodetect .ll files' functionality. --- Diffs of the changes: (+26 -76) Makefile |2 - opt.cpp

[llvm-commits] CVS: llvm/tools/opt/Makefile opt.cpp

2006-08-17 Thread Reid Spencer
Changes in directory llvm/tools/opt: Makefile updated: 1.56 -> 1.57 opt.cpp updated: 1.110 -> 1.111 --- 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 tool

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.55 -> 1.56 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/opt/Makefile diff -u llvm/tools/opt/Makefile:1.55 l

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/tools/opt: Makefile updated: 1.54 -> 1.55 --- Log message: Use archive libraries instead of object files for VMCore, BCReader, BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. --- Diffs o

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

2006-02-21 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.53 -> 1.54 --- Log message: reorder some libraries --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/opt/Makefile diff -u llvm/tools/opt/Makefile:1.53 llvm/tools/

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

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/opt: Makefile updated: 1.52 -> 1.53 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which provid

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

2005-10-26 Thread John Criswell
Changes in directory llvm/tools/opt: Makefile updated: 1.51 -> 1.52 --- Log message: 1. Remove libraries no longer created from the list of libraries linked into the SparcV9 JIT. 2. Make LLVMTransformUtils a relinked object file and always link it before LLVMAnalysis.a. These two librari

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.50 -> 1.51 --- Log message: Remove a now-unneeded library --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/opt/Makefile diff -u llvm/tools/opt/Makefile:1.50 llvm

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.49 -> 1.50 --- Log message: Use archive versions of these libraries, using the LinkAllPasses header. --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/tools/opt/M