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

2007-05-06 Thread Chris Lattner
Changes in directory llvm/tools/llvmc: CompilerDriver.cpp updated: 1.49 -> 1.50 Makefile updated: 1.25 -> 1.26 --- Log message: switch tools to bitcode instead of bytecode --- Diffs of the changes: (+7 -16) CompilerDriver.cpp | 21 ++--- Makefile |2 +- 2 fi

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

2007-05-05 Thread Chris Lattner
Changes in directory llvm/tools/llvmc: CompilerDriver.cpp updated: 1.48 -> 1.49 Makefile updated: 1.24 -> 1.25 --- Log message: add bitcode support, optimize reading to not read all function bodies just to get deplibs --- Diffs of the changes: (+17 -5) CompilerDriver.cpp | 20 +++