v8/test
jacob.bramley@arm.com 19a04c3a69 A64: Use a scope utility to allocate scratch registers.
This replaces Tmp0() and Tmp1() with a more flexible scratch register
pool. A scope-based utility can temporarily acquire registers from this
pool as needed.

We no longer have to worry about whether to use Tmp0(), Tmp1() or
something else; the scope can just get the next available scratch
register.

BUG=
R=jochen@chromium.org, rmcilroy@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19768 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-03-10 16:25:15 +00:00
..
benchmarks Merge experimental/a64 to bleeding_edge. 2014-02-12 09:19:30 +00:00
cctest A64: Use a scope utility to allocate scratch registers. 2014-03-10 16:25:15 +00:00
intl Merge experimental/a64 to bleeding_edge. 2014-02-12 09:19:30 +00:00
message Clean up some A64 specific code in common code that was introduced by A64 merge 2014-02-12 13:27:13 +00:00
mjsunit Fix assertion in RegExp parser to correctly expect stack overflow. 2014-03-10 15:52:10 +00:00
mozilla When upgrading the test data twice, don't bail out because of an existing backup 2014-02-28 12:32:54 +00:00
preparser Merge experimental/a64 to bleeding_edge. 2014-02-12 09:19:30 +00:00
test262 Update README about where the test262 files are downloaded from. 2014-02-28 14:16:50 +00:00
webkit Import Blink layout tests for Promises. 2014-03-10 12:30:47 +00:00