[llvm-commits] CVS: llvm/tools/llvm-db/llvm-db.cpp

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-db: llvm-db.cpp updated: 1.12 -> 1.13 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -1) llvm-d

[llvm-commits] CVS: llvm/tools/llvm-db/llvm-db.cpp

2006-06-07 Thread Chris Lattner
Changes in directory llvm/tools/llvm-db: llvm-db.cpp updated: 1.11 -> 1.12 --- Log message: This no longer needs plugins, this it doesn't need all of VMCore. --- Diffs of the changes: (+0 -2) llvm-db.cpp |2 -- 1 files changed, 2 deletions(-) Index: llvm/tools/llvm-db/llvm-db.cpp dif

[llvm-commits] CVS: llvm/tools/llvm-db/llvm-db.cpp

2006-06-07 Thread Reid Spencer
Changes in directory llvm/tools/llvm-db: llvm-db.cpp updated: 1.10 -> 1.11 --- Log message: For PR780: http://llvm.cs.uiuc.edu/PR780 : 1. Add #includes to LinkAllVMCore.h to get Mangler.o and InlineAsm.o 2. Make Mangler.h and InlineAsm.h use the macros to ensure linkage 3. Make each of the tool

[llvm-commits] CVS: llvm/tools/llvm-db/llvm-db.cpp

2006-04-17 Thread Chris Lattner
Changes in directory llvm/tools/llvm-db: llvm-db.cpp updated: 1.9 -> 1.10 --- Log message: Add a warning --- Diffs of the changes: (+1 -0) llvm-db.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-db/llvm-db.cpp diff -u llvm/tools/llvm-db/llvm-db.cpp:1.9 llvm/tools/llv