History log of /llvm-project/llvm/lib/Support/GraphWriter.cpp (Results 76 – 84 of 84)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-2.1.0, llvmorg-2.0.0
# 357882d2 03-May-2007 Chris Lattner <sabre@nondot.org>

This is a patch to fix a compile error in STLExtras.h, and
a bug in GraphWriter.cpp.

Patch by Florian Brandner

llvm-svn: 36684


# d01defed 16-Feb-2007 Anton Korobeynikov <asl@math.spbu.ru>

Add possibility to set memory limit for binaries run via libSystem. This
is especially needed for bugpoint. This partly implements PR688

llvm-svn: 34349


# f3baad3e 07-Dec-2006 Bill Wendling <isanbard@gmail.com>

Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp.

llvm-svn: 32298


# 3750ae25 26-Nov-2006 Bill Wendling <isanbard@gmail.com>

Removed #include <iostream> and replace with llvm_* streams.

llvm-svn: 31927


Revision tags: llvmorg-1.9.0
# a38aa727 24-Aug-2006 Reid Spencer <rspencer@reidspencer.com>

Remove a character to avoid line exceeding 80 cols.

llvm-svn: 29860


# 944645af 21-Aug-2006 Reid Spencer <rspencer@reidspencer.com>

For PR797:
Adjust usage of the ExecuteAndWait function to use the last argument which
is the ErrMsg string. This is necessitated because this function no longer
throws exceptions on error.

llvm-svn:

For PR797:
Adjust usage of the ExecuteAndWait function to use the last argument which
is the ErrMsg string. This is necessitated because this function no longer
throws exceptions on error.

llvm-svn: 29791

show more ...


# c295914b 21-Aug-2006 Reid Spencer <rspencer@reidspencer.com>

For PR797:
Make sys::Program::ExecuteAndWait not throw exceptions and update any
affected code. It now return -9999 to signal that the program couldn't be
executed. Only one case (in bugpoint) actual

For PR797:
Make sys::Program::ExecuteAndWait not throw exceptions and update any
affected code. It now return -9999 to signal that the program couldn't be
executed. Only one case (in bugpoint) actually examines the result code.

llvm-svn: 29785

show more ...


# 2091cc86 28-Jul-2006 Chris Lattner <sabre@nondot.org>

Finegrainify namespacification, minor cleanups

llvm-svn: 29399


# ee7eaa25 27-Jun-2006 Reid Spencer <rspencer@reidspencer.com>

For PR801:
Refactor the Graph writing code to use a common implementation which is
now in lib/Support/GraphWriter.cpp. This completes the PR.

Patch by Anton Korobeynikov. Thanks, Anton!

llvm-svn: 2

For PR801:
Refactor the Graph writing code to use a common implementation which is
now in lib/Support/GraphWriter.cpp. This completes the PR.

Patch by Anton Korobeynikov. Thanks, Anton!

llvm-svn: 28925

show more ...


1234