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

2007-01-30 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Inliner.cpp updated: 1.36 -> 1.37 Inliner.h updated: 1.8 -> 1.9 --- Log message: the inliner pass now passes targetdata down through the inliner api's --- Diffs of the changes: (+19 -3) Inliner.cpp | 17 ++--- Inliner.h |5 +

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

2006-11-09 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Inliner.cpp updated: 1.31 -> 1.32 --- Log message: second patch to fix PR992: http://llvm.org/PR992 /993. --- Diffs of the changes: (+17 -4) Inliner.cpp | 21 + 1 files changed, 17 insertions(+), 4 deletions(-) Index: ll

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

2006-11-09 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Inliner.cpp updated: 1.30 -> 1.31 --- Log message: Minimal patch to fix PR992: http://llvm.org/PR992 /PR993: http://llvm.org/PR993 --- Diffs of the changes: (+1 -2) Inliner.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Inde

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

2006-07-12 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Inliner.cpp updated: 1.28 -> 1.29 --- Log message: Change the callgraph representation to store the callsite along with the target CG node. This allows the inliner to properly update the callgraph when using the pruning inliner. The pruning inline

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

2006-05-12 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Inliner.cpp updated: 1.27 -> 1.28 SimplifyLibCalls.cpp updated: 1.63 -> 1.64 --- Log message: Remove some dead variables. Fix a nasty bug in the memcmp optimizer where we used the wrong variable! --- Diffs of the changes: (+2 -7) Inliner.cpp

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

2006-01-14 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Inliner.cpp updated: 1.25 -> 1.26 --- Log message: Let the inliner update the callgraph to reflect the changes it makes, instead of doing it ourselves. This fixes Transforms/Inline/2006-01-14-CallGraphUpdate.ll --- Diffs of the changes: (+2 -12

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

2006-01-13 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Inliner.cpp updated: 1.24 -> 1.25 --- Log message: Fix 80 column violations --- Diffs of the changes: (+3 -2) Inliner.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/lib/Transforms/IPO/Inliner.cpp diff -u llvm/l