- 13 Nov, 2014 30 commits
-
-
André Baixo authored
BUG=421063 LOG=N R=vogelheim@chromium.org Review URL: https://codereview.chromium.org/727513002 Patch from André Baixo <baixo@google.com>. Cr-Commit-Position: refs/heads/master@{#25340}
-
Daniel Vogelheim authored
BUG=399580,431699 LOG=N R=dcarney@chromium.org, marja@chromium.org Review URL: https://codereview.chromium.org/718043002 Cr-Commit-Position: refs/heads/master@{#25339}
-
ishell@chromium.org authored
This reverts the commit because it possibly causes renderer hangs. BUG=chromium:431807 LOG=N R=verwaest@chromium.org Review URL: https://codereview.chromium.org/725633002 Cr-Commit-Position: refs/heads/master@{#25338}
-
Erik Arvidsson authored
Now that we keep track of whether a function contains super we do not need kDefaultConstructorCallSuper BUG=None LOG=Y R=dslomov@chromium.org Review URL: https://codereview.chromium.org/718833002 Cr-Commit-Position: refs/heads/master@{#25337}
-
Daniel Vogelheim authored
This reverts commit eafce666. Original commit failed some tests w/ memory leaks. TBR=yangguo@chromium.org BUG= Review URL: https://codereview.chromium.org/724053004 Cr-Commit-Position: refs/heads/master@{#25336}
-
Yang Guo authored
API=ScriptCompiler::CachedData::rejected LOG=Y R=vogelheim@google.com, vogelheim@chromium.org Review URL: https://codereview.chromium.org/724023002 Cr-Commit-Position: refs/heads/master@{#25335}
-
Michael Starzinger authored
R=hpayer@chromium.org Review URL: https://codereview.chromium.org/721193002 Cr-Commit-Position: refs/heads/master@{#25334}
-
Yang Guo authored
R=mvstanton@chromium.org Review URL: https://codereview.chromium.org/727483002 Cr-Commit-Position: refs/heads/master@{#25333}
-
ishell@chromium.org authored
Revert "TransitionArray now uses <is_data_property, name, attributes> tuple as a key, which allows to have several entries for the same property name." Revert "Fix for an assertion failure in Map::FindTransitionToField(...). Appeared after r25136." This revert is made in order to revert r25099 which potentially causes renderer hangs. R=verwaest@chromium.org Review URL: https://codereview.chromium.org/722873004 Cr-Commit-Position: refs/heads/master@{#25332}
-
machenbach authored
Revert of Whitespace change to test the CQ. (patchset #1 id:1 of https://codereview.chromium.org/721113003/) Reason for revert: Test CQ Original issue's description: > Whitespace change to test the CQ. > > TBR=machenbach@chromium.org > NOTRY=true > > Committed: https://chromium.googlesource.com/v8/v8/+/b0ab17592c8729535ebfa1f52131ee7f2b96b1e3 TBR=tandrii@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/725613002 Cr-Commit-Position: refs/heads/master@{#25331}
-
ulan authored
Crashes were fixed by r24914. BUG=chromium:427746 LOG=N Review URL: https://codereview.chromium.org/726543003 Cr-Commit-Position: refs/heads/master@{#25330}
-
machenbach authored
TBR=machenbach@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/721113003 Cr-Commit-Position: refs/heads/master@{#25329}
-
Toon Verwaest authored
BUG= R=ishell@chromium.org Review URL: https://codereview.chromium.org/725593002 Cr-Commit-Position: refs/heads/master@{#25328}
-
Michael Starzinger authored
This reverts commit f0475073 due to mjsunit/numops-fuzz-part2 hitting an assertion in the ARM assembler. TBR=bmeurer@chromium.org TEST=mjsunit/numops-fuzz-part2 Review URL: https://codereview.chromium.org/724053002 Cr-Commit-Position: refs/heads/master@{#25327}
-
Benedikt Meurer authored
Don't use the generic algorithm, but instead start going into the direction of ControlReducer, using a stack plus a revisit queue to not miss any more possibilities for reductions anymore. TEST=cctest,unittests R=dcarney@chromium.org Review URL: https://codereview.chromium.org/726513002 Cr-Commit-Position: refs/heads/master@{#25326}
-
Adrian Perez authored
BUG=v8:3578 LOG=Y R=dslomov@chromium.org, wingo@igalia.com Review URL: https://codereview.chromium.org/660863003 Patch from Adrian Perez <aperez@igalia.com>. Cr-Commit-Position: refs/heads/master@{#25325}
-
ishell@chromium.org authored
It started showing after r25253. BUG=v8:3687 LOG=N R=verwaest@chromium.org Review URL: https://codereview.chromium.org/715313003 Cr-Commit-Position: refs/heads/master@{#25324}
-
Michael Starzinger authored
R=jarin@chromium.org TEST=cctest/test-debug Review URL: https://codereview.chromium.org/726453004 Cr-Commit-Position: refs/heads/master@{#25323}
-
Michael Starzinger authored
R=verwaest@chromium.org TEST=cctest/test-run-jscalls/ReceiverPatching Review URL: https://codereview.chromium.org/717093002 Cr-Commit-Position: refs/heads/master@{#25322}
-
Andy Wingo authored
R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/668143003 Cr-Commit-Position: refs/heads/master@{#25321}
-
Michael Starzinger authored
R=jarin@chromium.org TEST=mjsunit/harmony Review URL: https://codereview.chromium.org/723983002 Cr-Commit-Position: refs/heads/master@{#25320}
-
Dan Carney authored
BUG= R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/700753003 Cr-Commit-Position: refs/heads/master@{#25319}
-
Michael Achenbach authored
BUG=chromium:410721 LOG=n TBR=tandrii@chromium.org TEST=script_test.py Review URL: https://codereview.chromium.org/725503003 Cr-Commit-Position: refs/heads/master@{#25318}
-
Jaroslav Sevcik authored
This relands commit 4c1f4b79. R=rossberg@chromium.org Review URL: https://codereview.chromium.org/723023002 Cr-Commit-Position: refs/heads/master@{#25317}
-
Chunyang Dai authored
port 24a7ee877e1fe2ba0a52d69061946aeda7c26c10 (r25297) original commit message: Leaving a generator via an exception causes it to close BUG= R=weiliang.lin@intel.com Review URL: https://codereview.chromium.org/724643002 Patch from Chunyang Dai <chunyang.dai@intel.com>. Cr-Commit-Position: refs/heads/master@{#25316}
-
Yang Guo authored
This allows serializing public symbols that are embedded in code. BUG=v8:3689 LOG=N R=rossberg@chromium.org Review URL: https://codereview.chromium.org/722723002 Cr-Commit-Position: refs/heads/master@{#25315}
-
Jochen Eisinger authored
TBR=hpayer@chromium.org BUG=v8:3626 LOG=n Review URL: https://codereview.chromium.org/724543003 Cr-Commit-Position: refs/heads/master@{#25314}
-
Benedikt Meurer authored
There's no need to apply the 0x1f mask to right hand sides of shifts if the input is already in range [0,31]. TEST=cctest,unittests R=jarin@chromium.org Review URL: https://codereview.chromium.org/718193003 Cr-Commit-Position: refs/heads/master@{#25313}
-
Jaroslav Sevcik authored
This reverts commit 4c1f4b79. TBR=rossberg@chromium.org Review URL: https://codereview.chromium.org/722943003 Cr-Commit-Position: refs/heads/master@{#25312}
-
Jaroslav Sevcik authored
BUG= R=rossberg@chromium.org Review URL: https://codereview.chromium.org/712623002 Cr-Commit-Position: refs/heads/master@{#25311}
-
- 12 Nov, 2014 10 commits
-
-
Adam Klein authored
R=marja@chromium.org Review URL: https://codereview.chromium.org/717923003 Cr-Commit-Position: refs/heads/master@{#25310}
-
Adam Klein authored
Failed to notice it was still being used in a DCHECK, so removing it broke the debug build. TBR=marja@chromium.org Review URL: https://codereview.chromium.org/720793004 Cr-Commit-Position: refs/heads/master@{#25309}
-
Adam Klein authored
These appear to have simply been missed in r21972 R=marja@chromium.org Review URL: https://codereview.chromium.org/698483004 Cr-Commit-Position: refs/heads/master@{#25308}
-
Michael Achenbach authored
This removes all svn features from the release scripts. This also fixes a bug in commit position retrieval. BUG=chromium:410721 LOG=n R=tandrii@chromium.org TBR=tandrii@chromium.org TEST=script_test.py Review URL: https://codereview.chromium.org/716153002 Cr-Commit-Position: refs/heads/master@{#25307}
-
Michael Achenbach authored
Cr-Commit-Position: refs/heads/master@{#25306}
-
Michael Achenbach authored
BUG=410721 LOG=n R=agable@chromium.org, tandrii@chromium.org Review URL: https://codereview.chromium.org/699153003 Cr-Commit-Position: refs/heads/master@{#25305}
-
balazs.kilvady@imgtec.com authored
Port 757f4002 Port r25297 BUG=v8:3096 LOG=Y R=paul.lind@imgtec.com Review URL: https://codereview.chromium.org/716183004 Cr-Commit-Position: refs/heads/master@{#25304} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25304 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
dslomov@chromium.org authored
R=rossberg@chromium.org BUG=v8:3690 LOG=N Review URL: https://codereview.chromium.org/715263003 Cr-Commit-Position: refs/heads/master@{#25303} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25303 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
jkummerow@chromium.org authored
It depends on maps not disappearing prematurely. R=verwaest@chromium.org Review URL: https://codereview.chromium.org/720853002 Cr-Commit-Position: refs/heads/master@{#25302} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25302 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
balazs.kilvady@imgtec.com authored
Port 84741e76 Port r25271 Original commit message: This only available under --harmony-classes BUG=v8:3571 LOG=Y R=paul.lind@imgtec.com Review URL: https://codereview.chromium.org/714423004 Cr-Commit-Position: refs/heads/master@{#25301} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25301 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-