Changes in directory llvm/include/llvm/System:
Program.h updated: 1.13 -> 1.14
---
Log message:
Add possibility to set memory limit for binaries run via libSystem. This
is especially needed for bugpoint. This partly implements PR688:
http://llvm.org/PR688
---
Diffs of the changes: (+4 -0)
Changes in directory llvm/include/llvm/System:
Program.h updated: 1.12 -> 1.13
---
Log message:
For PR797: http://llvm.org/PR797 :
Change interface for error recovery without exceptions.
---
Diffs of the changes: (+10 -8)
Program.h | 18 ++
1 files changed, 10 insertions(
Changes in directory llvm/include/llvm/System:
Program.h updated: 1.11 -> 1.12
---
Log message:
For PR797: http://llvm.org/PR797 :
Make sys::Program::ExecuteAndWait not throw exceptions and update any
affected code. It now return - to signal that the program couldn't be
executed. Only one
Changes in directory llvm/include/llvm/System:
Program.h updated: 1.9 -> 1.10
---
Log message:
For PR787: http://llvm.cs.uiuc.edu/PR787 :
Provide new llvm::sys::Program facilities for converting the stdout and
stdin to binary mode. There is no standard way to do this and the available
mechanism
Changes in directory llvm/include/llvm/System:
Program.h updated: 1.7 -> 1.8
---
Log message:
Add some documentation.
---
Diffs of the changes: (+2 -0)
Program.h |2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/System/Program.h
diff -u llvm/include/llvm/System/Program