Find a file
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
client Another attempt at fixing the Editor build. 2012-06-04 09:03:56 +00:00
compiler Issue 3221. Use upper bound type of then/else expressions for conditional 2012-06-06 03:41:22 +00:00
corelib/src Adds a callback to Future that is invoked upon completion, whether success or failure. 2012-06-05 18:41:13 +00:00
lib Map operator [] directly to native implementation. 2012-06-06 09:37:24 +00:00
runtime Add flow graph printing into a .cfg file with flag --print-flow-graph-file. 2012-06-06 11:09:02 +00:00
tests Eliminate standalone timeout_test, pass_test, and fail_test. 2012-06-06 09:18:37 +00:00
tools Eliminate standalone timeout_test, pass_test, and fail_test. 2012-06-06 09:18:37 +00:00
utils Fix apidoc after r8231. 2012-06-04 06:57:16 +00:00
.gitignore Update gitignore to remove old WebCore entry 2012-04-06 17:09:05 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Remove dependence on samples from runtime checkout, mistakenly added by r7412 2012-05-09 15:21:29 +00:00
README Reapply r8017. 2012-05-25 22:58:10 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at dartlang.org or code.google.com/p/dart.

Here's a brief guide to what's in here:

compiler/      dartc static analyzer
corelib/       core libraries (collections, built-ins...)
editor/        the Eclipse-based standalone Dart IDE
language/      language specification
lib/           libraries (dart2js compiler, html, isolate, json, math, ...)
runtime/       the Dart VM and code for running it as a standalone app
samples/       sample Dart programs 
tests/         automated tests
third_party/   external dependencies
tools/         build scripts, text editor support files, etc.