platform/upstream/v8.git
9 years agoMIPS: Make concrete classes for individual call descriptors. - external
akos.palfi@imgtec.com [Wed, 3 Sep 2014 22:26:38 +0000 (22:26 +0000)]
MIPS: Make concrete classes for individual call descriptors. - external

Port r23639 (e5a2758)

Original commit message:
The ic-convention classes that hold register specifications are merged into these new call descriptor classes, which should represent a final home for that information.

BUG=
R=machenbach@chromium.org

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

Patch from Balazs Kilvady <balazs.kilvady@imgtec.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23667 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS: Make concrete classes for individual call descriptors. - internal
balazs.kilvady@imgtec.com [Wed, 3 Sep 2014 18:19:54 +0000 (18:19 +0000)]
MIPS: Make concrete classes for individual call descriptors. - internal

Port r23639 (e5a2758)

Original commit message:
The ic-convention classes that hold register specifications are merged into these new call descriptor classes, which should represent a final home for that information.

BUG=
R=paul.lind@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix r23638 "Convert Linkage to use MachineSignature." for crankshaft only architectures.
balazs.kilvady@imgtec.com [Wed, 3 Sep 2014 16:29:31 +0000 (16:29 +0000)]
Fix r23638 "Convert Linkage to use MachineSignature." for crankshaft only architectures.

BUG=
R=paul.lind@imgtec.com, titzer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23665 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoAdd more output when roll scripts are retrying.
machenbach@chromium.org [Wed, 3 Sep 2014 14:38:28 +0000 (14:38 +0000)]
Add more output when roll scripts are retrying.

TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23664 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoExclude LoadMutableDouble and FunctionBindArguments from fuzzing.
jarin@chromium.org [Wed, 3 Sep 2014 14:28:46 +0000 (14:28 +0000)]
Exclude LoadMutableDouble and FunctionBindArguments from fuzzing.

BUG=409542,410262
LOG=N
R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23663 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoReland "Make FrameStates recursive (to be used for inlining).".
sigurds@chromium.org [Wed, 3 Sep 2014 14:10:20 +0000 (14:10 +0000)]
Reland "Make FrameStates recursive (to be used for inlining).".

Reland fixes:
- Verifier is now aware of sentinel value for FrameState chains.

R=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23662 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoNever skip access checks in the lookup iterator
verwaest@chromium.org [Wed, 3 Sep 2014 14:05:55 +0000 (14:05 +0000)]
Never skip access checks in the lookup iterator

BUG=
R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23661 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix Win64 compilation failure after r23657.
mstarzinger@chromium.org [Wed, 3 Sep 2014 13:54:25 +0000 (13:54 +0000)]
Fix Win64 compilation failure after r23657.

TBR=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23660 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoWhitespace change to test roll account.
v8-autoroll@chromium.org [Wed, 3 Sep 2014 13:48:20 +0000 (13:48 +0000)]
Whitespace change to test roll account.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23659 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix Clang compilation after r23657.
mstarzinger@chromium.org [Wed, 3 Sep 2014 13:39:37 +0000 (13:39 +0000)]
Fix Clang compilation after r23657.

TBR=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23658 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRemove usages of alloca() according to style guide.
mstarzinger@chromium.org [Wed, 3 Sep 2014 13:23:37 +0000 (13:23 +0000)]
Remove usages of alloca() according to style guide.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23657 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRemove incorrect FINAL attribute from MajorKey declarations.
yangguo@chromium.org [Wed, 3 Sep 2014 13:23:07 +0000 (13:23 +0000)]
Remove incorrect FINAL attribute from MajorKey declarations.

TBR=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23656 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoClean up code stubs and ensure distinct major keys.
yangguo@chromium.org [Wed, 3 Sep 2014 13:14:55 +0000 (13:14 +0000)]
Clean up code stubs and ensure distinct major keys.

R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23655 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS: Unify some PlatformCodeStubs.
balazs.kilvady@imgtec.com [Wed, 3 Sep 2014 12:51:06 +0000 (12:51 +0000)]
MIPS: Unify some PlatformCodeStubs.

Port r23631 (87d82e2)

BUG=
R=dusan.milosavljevic@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23654 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoLower simplified StringLessThan[OrEqual] to runtime call.
mstarzinger@chromium.org [Wed, 3 Sep 2014 12:43:41 +0000 (12:43 +0000)]
Lower simplified StringLessThan[OrEqual] to runtime call.

R=titzer@chromium.org
TEST=cctest/test-simplified-lowering/LowerStringOps_to_call_and_compare

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23653 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoCallDescriptors::InitializeForIsolate() is no longer needed.
mvstanton@chromium.org [Wed, 3 Sep 2014 12:25:13 +0000 (12:25 +0000)]
CallDescriptors::InitializeForIsolate() is no longer needed.

CallInterfaceDescriptors initialize themselves lazily. Soon we can also tear
down the CodeStubInterfaceDescriptor explicit initialization step.

R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23652 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoEnable access checks when loading properties through the API
verwaest@chromium.org [Wed, 3 Sep 2014 12:16:09 +0000 (12:16 +0000)]
Enable access checks when loading properties through the API

BUG=
R=haraken@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23651 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix loading non-configurable non-writable value from a constant with mismatching...
verwaest@chromium.org [Wed, 3 Sep 2014 12:13:46 +0000 (12:13 +0000)]
Fix loading non-configurable non-writable value from a constant with mismatching type feedback

BUG=410209
LOG=n
R=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23650 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoCorrectly overwrite author in chromium roll script.
machenbach@chromium.org [Wed, 3 Sep 2014 11:59:43 +0000 (11:59 +0000)]
Correctly overwrite author in chromium roll script.

BUG=408523
LOG=n
R=jarin@chromium.org
TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23647 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRemove unnecessary member variables in RecordWrite on ARM64.
yangguo@chromium.org [Wed, 3 Sep 2014 11:59:24 +0000 (11:59 +0000)]
Remove unnecessary member variables in RecordWrite on ARM64.

R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23646 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMinor-key-ify remaining code stubs.
yangguo@chromium.org [Wed, 3 Sep 2014 11:41:54 +0000 (11:41 +0000)]
Minor-key-ify remaining code stubs.

R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23643 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix typed lowering of JSToBoolean on number inputs.
mstarzinger@chromium.org [Wed, 3 Sep 2014 11:35:19 +0000 (11:35 +0000)]
Fix typed lowering of JSToBoolean on number inputs.

R=titzer@chromium.org
TEST=cctest/test-js-typed-lowering/JSToBoolean_replacement

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23642 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix missing visitation of effect inputs to loads and stores.
mstarzinger@chromium.org [Wed, 3 Sep 2014 11:30:05 +0000 (11:30 +0000)]
Fix missing visitation of effect inputs to loads and stores.

R=titzer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23641 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoARM64: Use templates for simulated memory accesses.
Jacob.Bramley@arm.com [Wed, 3 Sep 2014 11:11:36 +0000 (11:11 +0000)]
ARM64: Use templates for simulated memory accesses.

This cleans up the memory interface somewhat, and also avoids a memcpy
call that the compiler can't optimise away.

BUG=
R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23640 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMake concrete classes for individual call descriptors. The ic-convention classes...
mvstanton@chromium.org [Wed, 3 Sep 2014 10:51:51 +0000 (10:51 +0000)]
Make concrete classes for individual call descriptors. The ic-convention classes that hold register specifications are merged into these new call descriptor classes, which should represent a final home for that information.

R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23639 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoConvert Linkage to use MachineSignature.
titzer@chromium.org [Wed, 3 Sep 2014 10:13:21 +0000 (10:13 +0000)]
Convert Linkage to use MachineSignature.

This simplifies the handling of MachineTypes for parameters and returns
used in tests, and overall improves the regularity with which they
are handled in both tests and in CallDescriptor.

R=bmeurer@chromium.org, jarin@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23638 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[turbofan] Finish nodes are always marked as references.
bmeurer@chromium.org [Wed, 3 Sep 2014 08:49:21 +0000 (08:49 +0000)]
[turbofan] Finish nodes are always marked as references.

TEST=compiler-unittests,cctest
R=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23636 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoAdd dry-run feature to auto roll scripts.
machenbach@chromium.org [Wed, 3 Sep 2014 08:29:53 +0000 (08:29 +0000)]
Add dry-run feature to auto roll scripts.

BUG=408523
LOG=n
TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23633 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoX87: First step to cleanup the power-of-2 mess
weiliang.lin@intel.com [Wed, 3 Sep 2014 07:48:57 +0000 (07:48 +0000)]
X87:  First step to cleanup the power-of-2 mess

port r23617.

original commit message:

   First step to cleanup the power-of-2 mess

BUG=
R=weiliang.lin@intel.com

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23632 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoUnify some PlatformCodeStubs.
yangguo@chromium.org [Wed, 3 Sep 2014 07:20:03 +0000 (07:20 +0000)]
Unify some PlatformCodeStubs.

R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[Auto-roll] Bump up version to 3.29.39.0
machenbach@chromium.org [Wed, 3 Sep 2014 07:06:44 +0000 (07:06 +0000)]
[Auto-roll] Bump up version to 3.29.39.0

TBR=machenbach@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23630 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMake chromium-roll script non-interactive.
machenbach@chromium.org [Wed, 3 Sep 2014 06:50:18 +0000 (06:50 +0000)]
Make chromium-roll script non-interactive.

BUG=408523
LOG=n
TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23629 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoX87: Minor-key-ify four stubs.
weiliang.lin@intel.com [Wed, 3 Sep 2014 04:18:06 +0000 (04:18 +0000)]
X87: Minor-key-ify four stubs.

port r23605.

orginal commit message:
  - Minor-key-ify four stubs.
  - ICCompareStub
  - BinaryOpICStub
  - CompareNilICStub - VectorLoadStub

BUG=
R=weiliang.lin@intel.com

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23628 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS: Disable cctest/test-simplified-lowering/LowerStringOps_to_call_and_wordeq becau...
paul.lind@imgtec.com [Tue, 2 Sep 2014 19:42:05 +0000 (19:42 +0000)]
MIPS: Disable cctest/test-simplified-lowering/LowerStringOps_to_call_and_wordeq because of turbofan after r23616.

BUG=
R=mstarzinger@chromium.org

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

Patch from Balazs Kilvady <balazs.kilvady@imgtec.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23627 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS: First step to cleanup the power-of-2 mess.
balazs.kilvady@imgtec.com [Tue, 2 Sep 2014 17:21:24 +0000 (17:21 +0000)]
MIPS: First step to cleanup the power-of-2 mess.

Port r23617 (1ad2f2a)

TEST=base-unittests,cctest,mjsunit
BUG=
R=paul.lind@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23626 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix NaCl build.
jarin@chromium.org [Tue, 2 Sep 2014 15:22:36 +0000 (15:22 +0000)]
Fix NaCl build.

R=mstarzinger@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23625 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRefactoring: Unify all mocks in auto roll tests.
machenbach@chromium.org [Tue, 2 Sep 2014 15:21:45 +0000 (15:21 +0000)]
Refactoring: Unify all mocks in auto roll tests.

This allows to use shell command, readline and url
expectations in the same list, which makes their interaction
more explicit.

TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23624 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS: Minor-key-ify four stubs.
balazs.kilvady@imgtec.com [Tue, 2 Sep 2014 15:03:27 +0000 (15:03 +0000)]
MIPS: Minor-key-ify four stubs.

Port r23605 (8fcd377)

Original commit message:
- ICCompareStub
- BinaryOpICStub
- CompareNilICStub
- VectorLoadStub

BUG=
R=paul.lind@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23623 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix bug in graph visualizer.
sigurds@chromium.org [Tue, 2 Sep 2014 14:59:41 +0000 (14:59 +0000)]
Fix bug in graph visualizer.

R=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23622 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoDisable unit test because of NaCL breakage after r23617.
mstarzinger@chromium.org [Tue, 2 Sep 2014 14:52:50 +0000 (14:52 +0000)]
Disable unit test because of NaCL breakage after r23617.

TBR=bmeurer@chromium.org
TEST=base-unittests/BitsDeathTest.RoundUpToPowerOfTwo32

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23621 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix native arm build.
bmeurer@chromium.org [Tue, 2 Sep 2014 13:55:41 +0000 (13:55 +0000)]
Fix native arm build.

TBR=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23619 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix windows build.
bmeurer@chromium.org [Tue, 2 Sep 2014 13:40:01 +0000 (13:40 +0000)]
Fix windows build.

TBR=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23618 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFirst step to cleanup the power-of-2 mess.
bmeurer@chromium.org [Tue, 2 Sep 2014 13:36:35 +0000 (13:36 +0000)]
First step to cleanup the power-of-2 mess.

TEST=base-unittests,cctest,mjsunit
R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23617 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoLower simplified StringEqual to runtime call.
mstarzinger@chromium.org [Tue, 2 Sep 2014 13:26:52 +0000 (13:26 +0000)]
Lower simplified StringEqual to runtime call.

R=titzer@chromium.org
TEST=cctest/test-simplified-lowering/LowerStringOps_to_call_and_wordeq

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23616 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRefactoring: Unify mocks of different commands in auto roll tests.
machenbach@chromium.org [Tue, 2 Sep 2014 13:20:37 +0000 (13:20 +0000)]
Refactoring: Unify mocks of different commands in auto roll tests.

TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23615 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix chromium update in chromium roll script.
machenbach@chromium.org [Tue, 2 Sep 2014 12:56:07 +0000 (12:56 +0000)]
Fix chromium update in chromium roll script.

Needs an extra 'git pull' after a gclient sync, because the solution is
unmanaged now.

TBR=jarin@chromium.org,hinoka@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23612 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRefactoring: Unify command mocks in v8 roll tests.
machenbach@chromium.org [Tue, 2 Sep 2014 12:51:30 +0000 (12:51 +0000)]
Refactoring: Unify command mocks in v8 roll tests.

This unifies all mocks for shell commands (like git, svn,
gclient). The command name is now explicitly stated in the
test expectations, which allows to correctly test the few
commands that are not git.

TEST=./script_test.py
TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23611 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoLower simplified StringAdd to stub call.
mstarzinger@chromium.org [Tue, 2 Sep 2014 12:46:37 +0000 (12:46 +0000)]
Lower simplified StringAdd to stub call.

R=titzer@chromium.org
TEST=cctest/test-simplified-lowering/LowerStringOps_to_calls

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23610 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix imports in test runner.
machenbach@chromium.org [Tue, 2 Sep 2014 12:46:27 +0000 (12:46 +0000)]
Fix imports in test runner.

TBR=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23609 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS64: Unbreak build after r23579.
dusan.milosavljevic@imgtec.com [Tue, 2 Sep 2014 12:44:59 +0000 (12:44 +0000)]
MIPS64: Unbreak build after r23579.

TEST=
BUG=
R=balazs.kilvady@imgtec.com, bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23608 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRemove NotMissMinorKey implementation from HydrogenCodeStub shims.
yangguo@chromium.org [Tue, 2 Sep 2014 12:01:37 +0000 (12:01 +0000)]
Remove NotMissMinorKey implementation from HydrogenCodeStub shims.

TBR=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23607 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix Date DST computation.
ulan@chromium.org [Tue, 2 Sep 2014 11:54:08 +0000 (11:54 +0000)]
Fix Date DST computation.

BUG=v8:3116
LOG=N
R=rossberg@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23606 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMinor-key-ify four stubs.
yangguo@chromium.org [Tue, 2 Sep 2014 11:51:25 +0000 (11:51 +0000)]
Minor-key-ify four stubs.

- ICCompareStub
- BinaryOpICStub
- CompareNilICStub
- VectorLoadStub

R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23605 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoAnother Win64 build fix
jarin@chromium.org [Tue, 2 Sep 2014 11:45:37 +0000 (11:45 +0000)]
Another Win64 build fix

TBR=bmeurer@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23604 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoWhitespace change to test v8-autoroll account.
machenbach@chromium.org [Tue, 2 Sep 2014 11:43:08 +0000 (11:43 +0000)]
Whitespace change to test v8-autoroll account.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23603 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoWhitespace change from pure svn to test roll account.
v8-autoroll@chromium.org [Tue, 2 Sep 2014 11:40:43 +0000 (11:40 +0000)]
Whitespace change from pure svn to test roll account.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23602 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[turbofan] First step of Operator refactoring.
bmeurer@chromium.org [Tue, 2 Sep 2014 11:36:55 +0000 (11:36 +0000)]
[turbofan] First step of Operator refactoring.

- Real const-correctness
- Proper forward declarations instead of #include "src/v8.h"
- Flags for Operator properties.
- etc.

TEST=compiler-unittests,cctest
R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23601 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRefactor Parser to make it usable on a background thread.
marja@chromium.org [Tue, 2 Sep 2014 11:36:21 +0000 (11:36 +0000)]
Refactor Parser to make it usable on a background thread.

- Background Parsers cannot get the following data from Isolate (pass it to the
ctor instead): stack limit (background Parsers need a different stack limit),
UnicodeCache (background parsers need a separate UnicodeCache), hash seed
(Parser cannot access the Heap to get it). The Parser::Parse API won't change.

- Make the internalization phase (where Parser interacts with the heap) more
explicit. Previously, Parser was interacting with the heap here and there.

- Move HandleSourceURLComments out of DoParseProgram, so that background parsing
can use DoParseProgram too.

BUG=
R=rossberg@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23600 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix Win64 build (header include mess up)
jarin@chromium.org [Tue, 2 Sep 2014 11:33:28 +0000 (11:33 +0000)]
Fix Win64 build (header include mess up)

R=bmeurer@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23599 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRevert "Make FrameStates recursive (to be used for inlining)."
jarin@chromium.org [Tue, 2 Sep 2014 11:28:40 +0000 (11:28 +0000)]
Revert "Make FrameStates recursive (to be used for inlining)."

This reverts commit r23595.

TBR=sigurds@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23598 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix test runner imports.
machenbach@chromium.org [Tue, 2 Sep 2014 11:18:47 +0000 (11:18 +0000)]
Fix test runner imports.

TBR=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23597 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[Auto-roll] Bump up version to 3.29.37.0
machenbach@chromium.org [Tue, 2 Sep 2014 11:04:17 +0000 (11:04 +0000)]
[Auto-roll] Bump up version to 3.29.37.0

TBR=machenbach@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23596 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMake FrameStates recursive (to be used for inlining).
sigurds@chromium.org [Tue, 2 Sep 2014 10:49:27 +0000 (10:49 +0000)]
Make FrameStates recursive (to be used for inlining).

- Changes FrameState node to require a 5th input
  (use undefined as sentinel).
- Adds outer_state pointer to FrameStateDescriptor.
- Instruction selection dumps dependencies of FrameState chain into the instruction.
- Code generator builds the translation for rec. FrameStates.
  (will require further integration tests)

R=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23595 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoLazy deoptimization for comparisons in Turbofan.
jarin@chromium.org [Tue, 2 Sep 2014 10:38:31 +0000 (10:38 +0000)]
Lazy deoptimization for comparisons in Turbofan.

BUG=
R=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23594 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoWhitespace change to test v8-autoroll account.
v8-autoroll@chromium.org [Tue, 2 Sep 2014 10:33:20 +0000 (10:33 +0000)]
Whitespace change to test v8-autoroll account.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23593 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix gn android component build
jochen@chromium.org [Tue, 2 Sep 2014 10:21:41 +0000 (10:21 +0000)]
Fix gn android component build

R=jochen@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23592 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoWhitespace change to test v8-autoroll account.
machenbach@chromium.org [Tue, 2 Sep 2014 10:17:28 +0000 (10:17 +0000)]
Whitespace change to test v8-autoroll account.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23591 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix representation change insertion for phis.
titzer@chromium.org [Tue, 2 Sep 2014 10:14:21 +0000 (10:14 +0000)]
Fix representation change insertion for phis.

R=mstarzinger@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23590 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoWhitespace change to test v8-autoroll account.
machenbach@chromium.org [Tue, 2 Sep 2014 10:11:44 +0000 (10:11 +0000)]
Whitespace change to test v8-autoroll account.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23589 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoWhitespace change to test v8-autoroll account.
machenbach@chromium.org [Tue, 2 Sep 2014 10:03:53 +0000 (10:03 +0000)]
Whitespace change to test v8-autoroll account.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23588 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoX87: Use Chrome compatible naming for compiler specifics.
weiliang.lin@intel.com [Tue, 2 Sep 2014 09:40:42 +0000 (09:40 +0000)]
X87: Use Chrome compatible naming for compiler specifics.

port r23579.

This CL includes the part of changes for X87 port which is missed in r23579.
(https://codereview.chromium.org/526223002).

original commit message:

  Use Chrome compatible naming for compiler specifics.
  Less useless creativity is best creativity!

BUG=
R=weiliang.lin@intel.com

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23587 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoUse correct receiver for DOM accessors on the prototype chain
verwaest@chromium.org [Tue, 2 Sep 2014 09:36:37 +0000 (09:36 +0000)]
Use correct receiver for DOM accessors on the prototype chain

BUG=v8:3538
LOG=y
R=haraken@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23586 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoReland "Refactoring: Make gtest testsuite the default."
machenbach@chromium.org [Tue, 2 Sep 2014 09:21:03 +0000 (09:21 +0000)]
Reland "Refactoring: Make gtest testsuite the default."

BUG=v8:3489
TBR=bmeurer@chromium.org
LOG=n

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23585 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRevert "Refactoring: Make gtest testsuite the default."
machenbach@chromium.org [Tue, 2 Sep 2014 09:17:26 +0000 (09:17 +0000)]
Revert "Refactoring: Make gtest testsuite the default."

This reverts commit cb8f08658767e7e3182e5deab0473f264f6ce92f.

TBR=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23584 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRefactoring: Make gtest testsuite the default.
machenbach@chromium.org [Tue, 2 Sep 2014 09:11:13 +0000 (09:11 +0000)]
Refactoring: Make gtest testsuite the default.

BUG=v8:3489
R=bmeurer@chromium.org
LOG=n

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23583 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoImprove graph visualizer for deoptimization and readablity.
sigurds@chromium.org [Tue, 2 Sep 2014 08:44:25 +0000 (08:44 +0000)]
Improve graph visualizer for deoptimization and readablity.

R=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23582 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix non-TF targets after r23547.
bmeurer@chromium.org [Tue, 2 Sep 2014 07:54:47 +0000 (07:54 +0000)]
Fix non-TF targets after r23547.

Stub out the new AssembleDeoptimizerCall().

BUG=
R=bmeurer@chromium.org

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

Patch from Paul Lind <paul.lind@imgtec.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23581 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix Windows build.
bmeurer@chromium.org [Tue, 2 Sep 2014 07:23:55 +0000 (07:23 +0000)]
Fix Windows build.

TBR=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23580 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoUse Chrome compatible naming for compiler specifics.
bmeurer@chromium.org [Tue, 2 Sep 2014 07:07:52 +0000 (07:07 +0000)]
Use Chrome compatible naming for compiler specifics.

Less useless creativity is best creativity!

R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23579 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoAdd support for storage type to base::Flags.
bmeurer@chromium.org [Tue, 2 Sep 2014 06:53:14 +0000 (06:53 +0000)]
Add support for storage type to base::Flags.

Also drop the DEFINE_FLAGS() macro, and use the typedef explicitly.

TEST=base-unittests
R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23578 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[turbofan] Fix MachineOperatorReducer to use JSGraph as well.
bmeurer@chromium.org [Tue, 2 Sep 2014 05:08:54 +0000 (05:08 +0000)]
[turbofan] Fix MachineOperatorReducer to use JSGraph as well.

TEST=compiler-unittests,cctest
R=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23577 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoX87: InterfaceDescriptor becomes CallInterfaceDescriptor.
weiliang.lin@intel.com [Tue, 2 Sep 2014 03:43:04 +0000 (03:43 +0000)]
X87: InterfaceDescriptor becomes CallInterfaceDescriptor.

port r23560.

original commit message:

  InterfaceDescriptor becomes CallInterfaceDescriptor.

  There was no difference between these two classes in a hierarchical relationship.

BUG=
R=weiliang.lin@intel.com

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23576 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoX87: Multiple stubs can point to the same calling convention
weiliang.lin@intel.com [Tue, 2 Sep 2014 02:42:36 +0000 (02:42 +0000)]
X87: Multiple stubs can point to the same calling convention

port r23546.

original commit message:
   Multiple stubs can point to the same calling convention

BUG=
R=weiliang.lin@intel.com

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23575 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS: InterfaceDescriptor becomes CallInterfaceDescriptor.
balazs.kilvady@imgtec.com [Mon, 1 Sep 2014 18:04:48 +0000 (18:04 +0000)]
MIPS: InterfaceDescriptor becomes CallInterfaceDescriptor.

Port r23560 (9a63ff6)

Original commit message:
There was no difference between these two classes in a hierarchical
relationship.

BUG=
R=paul.lind@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23574 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoMIPS: Multiple stubs can point to the same calling convention.
balazs.kilvady@imgtec.com [Mon, 1 Sep 2014 18:02:35 +0000 (18:02 +0000)]
MIPS: Multiple stubs can point to the same calling convention.

Port r23546 (068adb0)

BUG=
R=paul.lind@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23573 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoAdd Collections perf tests to v8 public repo.
dslomov@chromium.org [Mon, 1 Sep 2014 14:52:06 +0000 (14:52 +0000)]
Add Collections perf tests to v8 public repo.

R=machenbach@chromium.org
BUG=374708
LOG=N

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoAdd test driver with the notion of perf tests.
machenbach@chromium.org [Mon, 1 Sep 2014 14:27:44 +0000 (14:27 +0000)]
Add test driver with the notion of perf tests.

BUG=374740
LOG=n
R=dslomov@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23569 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoX87: Refactoring InterfaceDescriptors away from code-stubs.h
weiliang.lin@intel.com [Mon, 1 Sep 2014 14:00:25 +0000 (14:00 +0000)]
X87: Refactoring InterfaceDescriptors away from code-stubs.h

port r23515.

original commit message:
  Refactoring InterfaceDescriptors away from code-stubs.h

  Clean up and create seperation between the concept of a call descriptor and a
  code stub interface descriptor. The former is just concerned with how to call,
  but the latter has many extra hints related to code generation and deoptimization
  for the implementation of a particular code stub.

BUG=
R=mvstanton@chromium.org

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23568 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoRevert "More aggressive reuse of spill slots in the register allocator."
jarin@chromium.org [Mon, 1 Sep 2014 13:58:37 +0000 (13:58 +0000)]
Revert "More aggressive reuse of spill slots in the register allocator."

This reverts commit r23536 for breaking DevTools.

TBR=machenbach@chromium.org
BUG=409604
LOG=N

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23567 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoSub-minor-key-ify HandlerStubs.
yangguo@chromium.org [Mon, 1 Sep 2014 13:55:39 +0000 (13:55 +0000)]
Sub-minor-key-ify HandlerStubs.

R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23566 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[turbofan] Add/sub ARM64 lhs immediate tests
m.m.capewell@googlemail.com [Mon, 1 Sep 2014 13:41:19 +0000 (13:41 +0000)]
[turbofan] Add/sub ARM64 lhs immediate tests

Addition supports lhs immediates by commuting. Subtraction supports only zero
lhs immediates, through use of the zero register.

BUG=
R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23565 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoDo not clear weak monomorphic IC after context disposal.
ulan@chromium.org [Mon, 1 Sep 2014 13:40:11 +0000 (13:40 +0000)]
Do not clear weak monomorphic IC after context disposal.

BUG=404020
LOG=Y
R=jochen@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23564 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoTurn on job-based sweeping
jochen@chromium.org [Mon, 1 Sep 2014 12:54:22 +0000 (12:54 +0000)]
Turn on job-based sweeping

Embedders that don't use a v8::Platform yet will have to do so.

BUG=v8:3104
LOG=y
R=hpayer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23562 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix typed lowering of JSUnaryNot to work with graph reducer.
mstarzinger@chromium.org [Mon, 1 Sep 2014 12:17:43 +0000 (12:17 +0000)]
Fix typed lowering of JSUnaryNot to work with graph reducer.

R=titzer@chromium.org
TEST=cctest/test-js-typed-lowering/UnaryNot[Effects]

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23561 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoInterfaceDescriptor becomes CallInterfaceDescriptor.
mvstanton@chromium.org [Mon, 1 Sep 2014 12:15:25 +0000 (12:15 +0000)]
InterfaceDescriptor becomes CallInterfaceDescriptor.

There was no difference between these two classes in a hierarchical
relationship.

R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23560 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoTrace idle notification.
ulan@chromium.org [Mon, 1 Sep 2014 12:06:16 +0000 (12:06 +0000)]
Trace idle notification.

BUG=
R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23559 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[Auto-roll] Bump up version to 3.29.36.0
machenbach@chromium.org [Mon, 1 Sep 2014 11:34:15 +0000 (11:34 +0000)]
[Auto-roll] Bump up version to 3.29.36.0

TBR=machenbach@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23558 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoFix assertion in JSLoadContext typer.
mstarzinger@chromium.org [Mon, 1 Sep 2014 11:17:39 +0000 (11:17 +0000)]
Fix assertion in JSLoadContext typer.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23557 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years agoAdd mapping of test groups to test driver.
machenbach@chromium.org [Mon, 1 Sep 2014 10:48:36 +0000 (10:48 +0000)]
Add mapping of test groups to test driver.

BUG=
R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23552 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

9 years ago[turbofan] Merge compiler unit tests into src.
bmeurer@chromium.org [Mon, 1 Sep 2014 10:26:12 +0000 (10:26 +0000)]
[turbofan] Merge compiler unit tests into src.

BUG=v8:3489
LOG=n
R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23551 ce2b1a6d-e550-0410-aec6-3dcde31c8c00