[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

[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-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-18 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 tools

[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

[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

[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

[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