dart-sdk/tests
vegorov@google.com 11edd87390 Convert diamond shaped control flow into a single conditional instruction.
Adds a IfConverter pass that right now recognizes two simple patterns cond ? 0 : 2^n and cond ? x : x+-1 that can be generated without branches on ia32 and x64 using setcc instruction.

R=fschneider@google.com

Review URL: https://codereview.chromium.org//14057004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21207 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-10 15:09:46 +00:00
..
benchmark_smoke Remove Expect from core library. 2013-04-05 19:43:16 +00:00
chrome
co19 - Adapt test expectations to match the VM. 2013-04-09 18:57:16 +00:00
compiler Teach mini JS parser about precedence 2013-04-09 12:47:22 +00:00
corelib Make the analyzer happy about collections. 2013-04-10 11:31:09 +00:00
html These APIs were introduced in the CSS DOM 2 spec and have been removed from the CSS DOM 3 spec. We should remove them as well. 2013-04-08 23:25:11 +00:00
isolate Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
json Remove Expect from core library. 2013-04-05 19:43:16 +00:00
language Convert diamond shaped control flow into a single conditional instruction. 2013-04-10 15:09:46 +00:00
lib lib/utf: remove codepointsToString 2013-04-09 13:51:05 +00:00
standalone Introduce new HttpBodyHandler to easily extract full body of HttpRequest and HttpClientResponse. 2013-04-10 13:50:44 +00:00
utils Checked mode has the bug https://code.google.com/p/dart/issues/detail?id=9687. 2013-04-10 14:51:35 +00:00