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

2006-06-16 Thread Chris Lattner
Changes in directory llvm/tools/analyze: analyze.cpp updated: 1.67 -> 1.68 --- Log message: Don't pass target name into TargetData anymore, it is never used or needed. --- Diffs of the changes: (+1 -1) analyze.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/too

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

2006-06-07 Thread Reid Spencer
Changes in directory llvm/tools/analyze: analyze.cpp updated: 1.66 -> 1.67 --- 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/analyze/analyze.cpp

2006-03-02 Thread Robert L. Bocchino Jr.
Changes in directory llvm/tools/analyze: analyze.cpp updated: 1.65 -> 1.66 --- Log message: Implemented -quiet feature for analyze --- Diffs of the changes: (+35 -30) analyze.cpp | 65 1 files changed, 35 insertions(+), 30 dele