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

2007-05-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-prof: Makefile updated: 1.10 - 1.11 llvm-prof.cpp updated: 1.32 - 1.33 --- Log message: switch tools to bitcode instead of bytecode --- Diffs of the changes: (+8 -16) Makefile |2 +- llvm-prof.cpp | 22 +++--- 2 files

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

2007-05-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-prof: Makefile updated: 1.9 - 1.10 llvm-prof.cpp updated: 1.31 - 1.32 --- Log message: add support to llvm-prof for reading from a bitcode file --- Diffs of the changes: (+18 -4) Makefile |2 +- llvm-prof.cpp | 20 +--- 2

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

2006-09-04 Thread Chris Lattner
Changes in directory llvm/tools/llvm-prof: Makefile updated: 1.8 - 1.9 --- 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: (+1 -2) Makefile |3 +-- 1 files changed, 1

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-prof: Makefile updated: 1.7 - 1.8 --- 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/llvm-prof/Makefile diff -u

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/tools/llvm-prof: Makefile updated: 1.6 - 1.7 --- 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. ---