[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/lea.ll

2006-05-29 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: lea.ll updated: 1.3 -> 1.4 --- Log message: Add a lea instruction selection test case. --- Diffs of the changes: (+7 -0) lea.ll |7 +++ 1 files changed, 7 insertions(+) Index: llvm/test/Regression/CodeGen/X86/lea.ll diff -u /d

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

2006-05-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.113 -> 1.114 --- Log message: Some new entries about truncate / anyext --- Diffs of the changes: (+16 -0) README.txt | 16 1 files changed, 16 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llv

[llvm-commits] CVS: llvm/tools/llvm2cpp/CppWriter.cpp

2006-05-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: CppWriter.cpp updated: 1.3 -> 1.4 --- Log message: First complete version of llvm2cpp that doesn't crash on any of the Feature tests. The output in a few cases still doesn't compile, however. --- Diffs of the changes: (+310 -276) CppWriter.cpp | 5

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/CallTargets.cpp

2006-05-29 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: CallTargets.cpp added (r1.1) --- Log message: move calltarget to dsa --- Diffs of the changes: (+125 -0) CallTargets.cpp | 125 1 files changed, 125 insertions(+) Index: llvm/li

[llvm-commits] CVS: llvm/lib/Analysis/IPA/CallTargets.cpp

2006-05-29 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/IPA: CallTargets.cpp (r1.1) removed --- Log message: move calltarget to dsa --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu

[llvm-commits] CVS: llvm/include/llvm/Analysis/CallTargets.h LinkAllAnalyses.h

2006-05-29 Thread Andrew Lenharth
Changes in directory llvm/include/llvm/Analysis: CallTargets.h added (r1.1) LinkAllAnalyses.h updated: 1.4 -> 1.5 --- Log message: Since there was interest on the mailing list, this is a utility pass that uses DSA to make find targets of calls. It provides a very convinient interface to DSA re

[llvm-commits] CVS: llvm/lib/Analysis/IPA/CallTargets.cpp

2006-05-29 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/IPA: CallTargets.cpp added (r1.1) --- Log message: Since there was interest on the mailing list, this is a utility pass that uses DSA to make find targets of calls. It provides a very convinient interface to DSA results to do things with indirect calls, s

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

2006-05-29 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.44 -> 1.45 --- Log message: Silly cleanup --- Diffs of the changes: (+1 -1) llvm-as.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-as/llvm-as.cpp diff -u llvm/tools/llvm-as/llvm-as.cpp:1

[llvm-commits] CVS: llvm/tools/llvmc/CompilerDriver.cpp CompilerDriver.h ConfigLexer.cpp.cvs ConfigLexer.h Configuration.cpp Configuration.h llvmc.cpp

2006-05-29 Thread Chris Lattner
Changes in directory llvm/tools/llvmc: CompilerDriver.cpp updated: 1.35 -> 1.36 CompilerDriver.h updated: 1.19 -> 1.20 ConfigLexer.cpp.cvs updated: 1.1 -> 1.2 ConfigLexer.h updated: 1.14 -> 1.15 Configuration.cpp updated: 1.23 -> 1.24 Configuration.h updated: 1.7 -> 1.8 llvmc.cpp updated: 1.28 -

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

2006-05-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.2 -> 1.3 --- Log message: Remove temporary testing rules. --- Diffs of the changes: (+0 -14) Makefile | 14 -- 1 files changed, 14 deletions(-) Index: llvm/tools/llvm2cpp/Makefile diff -u llvm/tools/llvm2cpp/Make

[llvm-commits] CVS: llvm/test/lib/llvm2cpp.exp

2006-05-29 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm2cpp.exp updated: 1.2 -> 1.3 --- Log message: Fix a bug with diffing the wrong files. Make output more readable. --- Diffs of the changes: (+7 -7) llvm2cpp.exp | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/test

[llvm-commits] CVS: llvm/tools/llvm2cpp/CppWriter.cpp

2006-05-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: CppWriter.cpp updated: 1.2 -> 1.3 --- Log message: Next batch of implementation: 1. Get rid of old AsmWriter cruft that's not needed. 2. Implement several instructions. Enough to get by globalvars.ll and alignment.ll in the Feature test suite. 3. Han

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

2006-05-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: llvm2cpp.cpp updated: 1.2 -> 1.3 --- Log message: Fix file header comment. --- Diffs of the changes: (+2 -2) llvm2cpp.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/tools/llvm2cpp/llvm2cpp.cpp diff -u llvm/tools/llv

[llvm-commits] CVS: llvm/lib/VMCore/SymbolTable.cpp

2006-05-29 Thread Vladimir Prus
Changes in directory llvm/lib/VMCore: SymbolTable.cpp updated: 1.61 -> 1.62 --- Log message: Reset DEBUG_SYMBOL_TABLE back to 0. --- Diffs of the changes: (+1 -1) SymbolTable.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/SymbolTable.cpp diff -u llvm

[llvm-commits] CVS: llvm/lib/VMCore/SymbolTable.cpp

2006-05-29 Thread Vladimir Prus
Changes in directory llvm/lib/VMCore: SymbolTable.cpp updated: 1.60 -> 1.61 --- Log message: Fix compile error when DEBUG_SYMBOL_TABLE is defined. --- Diffs of the changes: (+2 -2) SymbolTable.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/VMCore/Symbol