[llvm-commits] CVS: llvm/lib/Transforms/IPO/FunctionResolution.cpp

2007-02-05 Thread LLVM
Changes in directory llvm/lib/Transforms/IPO: FunctionResolution.cpp (r1.66) removed --- Log message: For PR411: http://llvm.org/PR411 : This pass is no longer needed. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing

[llvm-commits] CVS: llvm/lib/Transforms/IPO/FunctionResolution.cpp

2006-12-11 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/IPO: FunctionResolution.cpp updated: 1.63 -> 1.64 --- Log message: Change inferred getCast into specific getCast. Passes all tests. --- Diffs of the changes: (+2 -2) FunctionResolution.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-

[llvm-commits] CVS: llvm/lib/Transforms/IPO/FunctionResolution.cpp

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/IPO: FunctionResolution.cpp updated: 1.62 -> 1.63 --- Log message: What should be the last unnecessary s in the library. --- Diffs of the changes: (+5 -6) FunctionResolution.cpp | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-)

[llvm-commits] CVS: llvm/lib/Transforms/IPO/FunctionResolution.cpp

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/IPO: FunctionResolution.cpp updated: 1.61 -> 1.62 --- Log message: Removing even more includes. --- Diffs of the changes: (+19 -19) FunctionResolution.cpp | 38 +++--- 1 files changed, 19 insertions(+), 19 deletion

[llvm-commits] CVS: llvm/lib/Transforms/IPO/FunctionResolution.cpp

2005-12-13 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/IPO: FunctionResolution.cpp updated: 1.57 -> 1.58 --- Log message: Improve ResolveFunctions to: a) use better local variable names (OldMT -> OldFT) where "M" is used to mean "Function" (perhaps it was previously "Method"?) b) print out the module iden