dart-sdk/runtime
fschneider@google.com 84027c4457 Add flow graph printing into a .cfg file with flag --print-flow-graph-file.
This CL adds a flag --print-flow-graph-file which produces one
.cfg-file per isolate when enabled. Currently it prints the final
flow graph before code generation.

I also added SuccessorAt and SuccessorCount to allow easy iteration
over the successors of a basic block.
Review URL: https://chromiumcodereview.appspot.com//10446116

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8322 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-06 11:09:02 +00:00
..
bin Add flow graph printing into a .cfg file with flag --print-flow-graph-file. 2012-06-06 11:09:02 +00:00
include Add flow graph printing into a .cfg file with flag --print-flow-graph-file. 2012-06-06 11:09:02 +00:00
lib Fix type-check failure... 2012-05-30 17:28:28 +00:00
platform Add string encoding to wire protocol 2012-06-02 00:07:12 +00:00
tests/vm Skip failing test on DRT 2012-05-31 05:08:40 +00:00
third_party - Proper inclusion of gypi files, so that they do not override 2012-03-15 01:07:15 +00:00
tools Split the URI library across multiple files. 2012-05-11 13:40:03 +00:00
vm Add flow graph printing into a .cfg file with flag --print-flow-graph-file. 2012-06-06 11:09:02 +00:00
.gitignore Add .gitignore file to never ignore the runtime/bin directory 2012-01-12 07:42:13 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart-runtime.gyp Remove dependence on samples from runtime checkout, mistakenly added by r7412 2012-05-09 15:21:29 +00:00
PRESUBMIT.py Accommodate git repositories when re-rooting the cpplint invocation. 2012-01-20 00:08:49 +00:00