projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix line endings after r256155. NFC.
[oota-llvm.git]
/
lib
/
Support
/
GraphWriter.cpp
2015-09-18
Michael Kruse
[Support] Reapply r245289 "Always wait for GraphViz...
blob
|
commitdiff
|
raw
2015-09-10
Chandler Carruth
[ADT] Switch a bunch of places in LLVM that were doing...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-18
Michael Kruse
[Support] On Windows, generate PDF files for graphs...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-18
Michael Kruse
[Support] Always wait for GraphViz before opening the...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-02
Charlie Turner
[GraphWriter] Don't wait on xdg-open when not on Apple.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-03
Matthias Braun
[GraphWriter] Attempt to open .dot files with xdg-open...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-30
Yaron Keren
Remove more superfluous .str() and replace std::string...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
Benjamin Kramer
Purge unused includes throughout libSupport.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
Benjamin Kramer
Move private classes into anonymous namespaces
blob
|
commitdiff
|
raw
|
diff to current
2014-11-07
Michael J. Spencer
Fix style.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-04
Michael J. Spencer
Use findProgramByName.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-04
Alp Toker
GraphWriter: try gv before xdg-open
blob
|
commitdiff
|
raw
|
diff to current
2014-06-04
Alp Toker
GraphWriter: support the XDG open utility
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
Alp Toker
Silence -Wreturn-type warning
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
Alp Toker
GraphWriter: tweak the program fallback order
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
Alp Toker
GraphWriter: detect graph viewer programs at runtime
blob
|
commitdiff
|
raw
|
diff to current
2014-04-07
Craig Topper
[C++11] Make use of 'nullptr' in the Support library.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-10
Rafael Espindola
Use the simpler version of sys::fs::remove when possible.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-01
Rafael Espindola
Remove several unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-08
Matt Arsenault
Find xdot or xdot.py.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-05
Rafael Espindola
Use sys::fs::createTemporaryFile.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-14
Rafael Espindola
Don't use PathV1.h in GraphWriter.cpp.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-14
Rafael Espindola
Convert a use of sys::Path::GetTemporaryDirectory.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Avoid using PathV1.h in Program.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Covert remaining graph viewers from sys::Path to std...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Update code for other graph viewing programs too.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Reduce usage of sys::Path in the graph writer.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-12
Rafael Espindola
Remove the program class.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-25
Andrew Trick
ScheduleDAG: colorize the DOT graph and improve formatting.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-24
Patrik Hägglund
Fix -Wcovered-switch-default warning.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-08
Benjamin Kramer
Silence unused function warning when graphviz is not...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-07
Andrew Trick
Added -view-background to avoid waiting for each GraphV...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Michael J. Spencer
Merge System into Support.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Dan Gohman
Fix these error messages to be less confusing. These...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Dan Gohman
After printing "Running 'Graphviz' program... " and...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-27
Dan Gohman
Delete an unused declaration.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-27
Dan Gohman
Add support for viewing graphviz graphs with xdot.py.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-18
Chris Lattner
reduce indentation
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Chris Lattner
Fix PR6826: GraphWriter delete the generated file befor...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-23
Jeffrey Yasskin
Fix viewCFG on Linux.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Dan Gohman
Unbreak the build for HAVE_GV platforms.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
fix some problems with my last patch which happen when...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
Prune #includes from llvm/Linker.h and llvm/System...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
convert LoopInfo.h and GraphWriter.h to use raw_ostream
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Dan Gohman
cerr isn't buffered so it doesn't need to be flushed.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
David Greene
Add support for other GraphViz display tools. This...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-08
David Greene
Allow users of GraphWriter to display graphs asynchrono...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Chris Lattner
improve compatibility with various versions of graphviz...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-15
Dan Gohman
Use gv's --spartan option, which trades away an extra...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Chris Lattner
This is a patch to fix a compile error in STLExtras...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-16
Anton Korobeynikov
Add possibility to set memory limit for binaries run...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Bill Wendling
Changed llvm_ostream et all to OStream. llvm_cerr,...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-26
Bill Wendling
Removed #include <iostream> and replace with llvm_...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-24
Reid Spencer
Remove a character to avoid line exceeding 80 cols.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-21
Reid Spencer
For PR797:
blob
|
commitdiff
|
raw
|
diff to current
2006-08-21
Reid Spencer
For PR797:
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Chris Lattner
Finegrainify namespacification, minor cleanups
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Reid Spencer
For PR801:
blob
|
commitdiff
|
raw
|
diff to current