[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp Printer.cpp Steensgaard.cpp

2006-11-28 Thread Bill Wendling
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.161 -> 1.162 Printer.cpp updated: 1.87 -> 1.88 Steensgaard.cpp updated: 1.65 -> 1.66 --- Log message: Replacing std::iostreams with llvm iostreams. Some of these changes involve adding a temporary wrapper around the ostr

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

2006-11-07 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.158 -> 1.159 --- Log message: Optionally allow comparison operations from affect DSGraphs --- Diffs of the changes: (+6 -1) Local.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/lib/

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

2006-11-03 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.157 -> 1.158 --- Log message: Split the External and Intrinsic handling into seperate functions. This improves readability of the call handling code significantly, as well as makes it clear which parts are hacky (extern

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

2006-10-23 Thread Jim Laskey
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.155 -> 1.156 --- Log message: [SU]int update - inactive code may get activated someday --- Diffs of the changes: (+1 -1) Local.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Analysis/

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

2006-10-20 Thread Reid Spencer
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.154 -> 1.155 --- Log message: For PR950: http://llvm.org/PR950 : This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favo

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

2006-06-27 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.151 -> 1.152 --- Log message: add some missing externals --- Diffs of the changes: (+18 -3) Local.cpp | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) Index: llvm/lib/Analysis/DataStr

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

2006-04-25 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.150 -> 1.151 --- Log message: better c99 struct handling --- Diffs of the changes: (+1 -2) Local.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff

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

2006-04-19 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.149 -> 1.150 --- Log message: deal with memchr --- Diffs of the changes: (+7 -0) Local.cpp |7 +++ 1 files changed, 7 insertions(+) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff -u llvm/lib/Analysis

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

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.148 -> 1.149 --- Log message: stupid stuff --- Diffs of the changes: (+7 -3) Local.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff -u ll

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

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.147 -> 1.148 --- Log message: I understand now. Shoot. --- Diffs of the changes: (+3 -21) Local.cpp | 24 +++- 1 files changed, 3 insertions(+), 21 deletions(-) Index: llvm/lib/Analysis/DataS

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

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.146 -> 1.147 --- Log message: llvm.memc* improvements. helps PA a lot in some specmarks --- Diffs of the changes: (+7 -2) Local.cpp |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) Index: llvm/li

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

2006-04-18 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.145 -> 1.146 --- Log message: llvm.memc* improvements. helps PA a lot in some specmarks --- Diffs of the changes: (+11 -4) Local.cpp | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) Index:

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

2006-04-13 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.144 -> 1.145 --- Log message: Handle some kernel code than ends in [0 x sbyte]. I think this is safe --- Diffs of the changes: (+11 -2) Local.cpp | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(

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

2006-04-04 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.143 -> 1.144 --- Log message: revert this, this is safe, if conservative. leave a note to that effect --- Diffs of the changes: (+7 -9) Local.cpp | 16 +++- 1 files changed, 7 insertions(+), 9 deletion

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

2006-03-15 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.142 -> 1.143 --- Log message: no heap is happening here --- Diffs of the changes: (+1 -1) Local.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff -u

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

2006-03-15 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.141 -> 1.142 --- Log message: remove qsort for now --- Diffs of the changes: (+0 -9) Local.cpp |9 - 1 files changed, 9 deletions(-) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff -u llvm/lib/Ana

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

2006-03-14 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.140 -> 1.141 --- Log message: improve mem intrinsics and add a few things povray uses --- Diffs of the changes: (+30 -3) Local.cpp | 33 ++--- 1 files changed, 30 insertions(+), 3 deleti

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

2006-03-02 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.139 -> 1.140 --- Log message: Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving PR709: http://llvm.cs.uiuc.edu/PR709 , and paving the way for future progress. --- Diffs of the changes: (+6 -3)

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

2006-01-22 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.138 -> 1.139 Steensgaard.cpp updated: 1.61 -> 1.62 --- Log message: Add explicit #includes of --- Diffs of the changes: (+2 -0) Local.cpp |1 + Steensgaard.cpp |1 + 2 files changed, 2 insertions(+)

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

2005-12-19 Thread John Criswell
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.137 -> 1.138 --- Log message: Prefix DSA specific options with dsa. Make the dsa-alloc-list and dsa-free-list options hidden. --- Diffs of the changes: (+4 -4) Local.cpp |8 1 files changed, 4 insertion

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

2005-12-19 Thread John Criswell
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.136 -> 1.137 --- Log message: Added an option to specify the names of heap freeing functions. --- Diffs of the changes: (+20 -0) Local.cpp | 20 1 files changed, 20 insertions(+) Index: llvm

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

2005-12-19 Thread John Criswell
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.135 -> 1.136 --- Log message: Added a command line option that allows the user to specify a list of functions that allocate memory. --- Diffs of the changes: (+19 -0) Local.cpp | 19 +++ 1 files ch

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

2005-12-06 Thread Sumant Kowshik
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.134 -> 1.135 --- Log message: Collapsing node if variable length struct with final field of length zero --- Diffs of the changes: (+18 -1) Local.cpp | 19 ++- 1 files changed, 18 insertions(+), 1