[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-06-28 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.11 -> 1.158.2.4.2.12 --- Log message: add hacky debug support for unknowns, and add 1 and -1 as null values (as used too often in the linux kernel) --- Diffs of the changes: (+32 -4) Local.cpp | 36 ++

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-05-18 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.10 -> 1.158.2.4.2.11 --- Log message: revert --- Diffs of the changes: (+15 -70) Local.cpp | 85 ++ 1 files changed, 15 insertions(+), 70 deletions(-)

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp Makefile

2007-05-18 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.9 -> 1.158.2.4.2.10 Makefile updated: 1.5.2.2 -> 1.5.2.2.2.1 --- Log message: new memcpy --- Diffs of the changes: (+70 -16) Local.cpp | 85 +++--- Makefile

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-04-09 Thread John Criswell
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.8 -> 1.158.2.4.2.9 --- Log message: Reversed the order of metapools when merging. This ensures that the object on which we call the merge() method is never NULL. --- Diffs of the changes: (+1 -1) Local.cpp |2

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-03-13 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.6 -> 1.158.2.4.2.7 --- Log message: infer metapools for allocas --- Diffs of the changes: (+4 -0) Local.cpp |4 1 files changed, 4 insertions(+) Index: llvm-poolalloc/lib/DSA/Local.cpp diff -u llvm-poolal

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-03-12 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.5 -> 1.158.2.4.2.6 --- Log message: add these --- Diffs of the changes: (+2 -0) Local.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm-poolalloc/lib/DSA/Local.cpp diff -u llvm-poolalloc/lib/DSA/Local.cp

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-03-12 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.4 -> 1.158.2.4.2.5 --- Log message: this could be bad, but it doesn't trigger --- Diffs of the changes: (+27 -0) Local.cpp | 27 +++ 1 files changed, 27 insertions(+) Index: llvm-poolallo

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-03-07 Thread John Criswell
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.2 -> 1.158.2.4.2.3 --- Log message: Nodes returned from llva_save_stackp() are now collapsed. Ensure that all globals with a DSNode have a MetaPool. Disabled debugging and random kernel hacks. --- Diffs of the changes

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-02-27 Thread John Criswell
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4 -> 1.158.2.4.2.1 --- Log message: The llva_save_stackp() function returns the stack pointer. It should be marked with the incomplete, unknown, and stack flags. --- Diffs of the changes: (+3 -1) Local.cpp |4 +++-