[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc

2006-09-13 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.17 -> 1.18 --- Log message: Use new config.h macro --- Diffs of the changes: (+2 -2) Process.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/System/Unix/Process.inc diff -u llvm/lib/System

[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc

2006-09-13 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.16 -> 1.17 --- Log message: On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for the process in addition to disabling core file emission. This speeds up bugpoint on default-configured macs by several orders of

[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc

2006-05-14 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.15 -> 1.16 --- Log message: This function is not documented as throwing an exception and callers don't handle it. Just silently fail. --- Diffs of the changes: (+1 -3) Process.inc |4 +--- 1 files changed, 1 insertion(+

[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc

2006-05-12 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.14 -> 1.15 --- Log message: Fix accidentally committed patch. --- Diffs of the changes: (+1 -1) Process.inc |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Unix/Process.inc diff -u llvm/lib

[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc

2006-05-12 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.13 -> 1.14 --- Log message: Fix iterator invalidation bug, identified by Coverity. --- Diffs of the changes: (+1 -1) Process.inc |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Unix/Process

[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc

2005-11-13 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.12 -> 1.13 --- Log message: instead of using mstats, use malloc_zone_statistics which returns numbers that actually make sense. --- Diffs of the changes: (+8 -4) Process.inc | 12 1 files changed, 8 insertions

[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc

2005-11-13 Thread Chris Lattner
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.11 -> 1.12 --- Log message: Teach -track-memory to work on darwin. Looking at sbrk doesn't work because the default allocator uses mmap. --- Diffs of the changes: (+12 -10) Process.inc | 22 -- 1 files