index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
GraphWriter.cpp
Age
Commit message (
Expand
)
Author
2010-02-23
Fix viewCFG on Linux.
Jeffrey Yasskin
2009-08-24
Unbreak the build for HAVE_GV platforms.
Dan Gohman
2009-08-23
fix some problems with my last patch which happen when one of
Chris Lattner
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-05
cerr isn't buffered so it doesn't need to be flushed.
Dan Gohman
2009-07-09
Add support for other GraphViz display tools. This can help
David Greene
2009-07-08
Allow users of GraphWriter to display graphs asynchronously. This
David Greene
2009-01-20
improve compatibility with various versions of graphviz, patch by
Chris Lattner
2008-04-15
Use gv's --spartan option, which trades away an extra row of UI buttons
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-05-03
This is a patch to fix a compile error in STLExtras.h, and
Chris Lattner
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-26
Removed #include <iostream> and replace with llvm_* streams.
Bill Wendling
2006-08-24
Remove a character to avoid line exceeding 80 cols.
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-07-28
Finegrainify namespacification, minor cleanups
Chris Lattner
2006-06-27
For PR801:
Reid Spencer