- 30 Jan, 2015 1 commit
-
-
titzer authored
R=mstarzinger@chromium.org BUG= Review URL: https://codereview.chromium.org/892593002 Cr-Commit-Position: refs/heads/master@{#26355}
-
- 29 Jan, 2015 3 commits
-
-
titzer authored
R=mstarzinger@chromium.org LOG=Y BUG= Review URL: https://codereview.chromium.org/890543002 Cr-Commit-Position: refs/heads/master@{#26333}
-
jarin authored
BUG=chromium:446647 LOG=n R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/874863003 Cr-Commit-Position: refs/heads/master@{#26327}
-
titzer authored
R=jarin@chromium.org BUG= Review URL: https://codereview.chromium.org/877553007 Cr-Commit-Position: refs/heads/master@{#26318}
-
- 28 Jan, 2015 1 commit
-
-
jarin authored
BUG=chromium:416359 LOG=n R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/881303002 Cr-Commit-Position: refs/heads/master@{#26309}
-
- 27 Jan, 2015 2 commits
-
-
jarin authored
BUG=chromium:452427 LOG=n R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/871373010 Cr-Commit-Position: refs/heads/master@{#26286}
-
jarin authored
BUG=chromium:451012 LOG=n R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/874983002 Cr-Commit-Position: refs/heads/master@{#26281}
-
- 21 Jan, 2015 1 commit
-
-
mstarzinger authored
R=titzer@chromium.org TEST=mjsunit/compiler/opt-next-call-turbo Review URL: https://codereview.chromium.org/822673003 Cr-Commit-Position: refs/heads/master@{#26192}
-
- 19 Jan, 2015 2 commits
-
-
Michael Starzinger authored
TBR=titzer@chromium.org TEST=mjsunit/compiler/opt-next-call-turbo Review URL: https://codereview.chromium.org/862533002 Cr-Commit-Position: refs/heads/master@{#26143}
-
mstarzinger authored
R=titzer@chromium.org Review URL: https://codereview.chromium.org/863443003 Cr-Commit-Position: refs/heads/master@{#26142}
-
- 14 Jan, 2015 2 commits
-
-
jarin authored
R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/841443004 Cr-Commit-Position: refs/heads/master@{#26053}
-
bmeurer authored
TEST=cctest,mjsunit,unittests BUG=v8:3812 LOG=y Review URL: https://codereview.chromium.org/850013003 Cr-Commit-Position: refs/heads/master@{#26051}
-
- 13 Jan, 2015 1 commit
-
-
jarin authored
BUG=chromium:447567 LOG=n R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/809463005 Cr-Commit-Position: refs/heads/master@{#26033}
-
- 12 Jan, 2015 1 commit
-
-
titzer authored
R=bmeurer@chromium.org BUG= Review URL: https://codereview.chromium.org/809333002 Cr-Commit-Position: refs/heads/master@{#26020}
-
- 08 Jan, 2015 1 commit
-
-
bmeurer authored
TEST=cctest/test-representation-change,unittests,mjsunit/compiler/regress-bit-number-constant R=jarin@chromium.org Review URL: https://codereview.chromium.org/840953003 Cr-Commit-Position: refs/heads/master@{#25987}
-
- 07 Jan, 2015 2 commits
-
-
bmeurer authored
TEST=mjsunit/compiler/regress-bit-number-constant Review URL: https://codereview.chromium.org/839813002 Cr-Commit-Position: refs/heads/master@{#25979}
-
jarin authored
BUG=chromium:446778 LOG=N Review URL: https://codereview.chromium.org/837153002 Cr-Commit-Position: refs/heads/master@{#25967}
-
- 05 Jan, 2015 2 commits
-
-
jarin authored
TEST=mjsunit/compiler/regress-445876 BUG=chromium:445876 LOG=N Review URL: https://codereview.chromium.org/830293003 Cr-Commit-Position: refs/heads/master@{#25959}
-
Benedikt Meurer authored
TEST=mjsunit/compiler/regress-446156 BUG=chromium:446156 LOG=y R=jarin@chromium.org Review URL: https://codereview.chromium.org/835883003 Cr-Commit-Position: refs/heads/master@{#25957}
-
- 03 Jan, 2015 1 commit
-
-
jarin authored
This prevents eliminating effectful statements before the loop. BUG= Review URL: https://codereview.chromium.org/830923002 Cr-Commit-Position: refs/heads/master@{#25953}
-
- 02 Jan, 2015 3 commits
-
-
bmeurer authored
TEST=mjsunit/compiler/regress-445859 BUG=chromium:445859 LOG=y R=jarin@chromium.org Review URL: https://codereview.chromium.org/828313002 Cr-Commit-Position: refs/heads/master@{#25951}
-
bmeurer authored
We cannot just clear the result register optimistically, because the register allocator might assign the same register to result and buffer. TEST=mjsunit/compiler/regress-445858 BUG=chromium:445858 LOG=y R=jarin@chromium.org Review URL: https://codereview.chromium.org/828303002 Cr-Commit-Position: refs/heads/master@{#25950}
-
bmeurer authored
Set a valid reason for disabling optimization when using %NeverOptimizeFunction. TEST=mjsunit/compiler/regress-445732 BUG=chromium:445732 LOG=y TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/832003002 Cr-Commit-Position: refs/heads/master@{#25949}
-
- 29 Dec, 2014 1 commit
-
-
bmeurer authored
TEST=mjsunit/compiler/regress-445267 BUG=chromium:445267 LOG=y Review URL: https://codereview.chromium.org/825403002 Cr-Commit-Position: refs/heads/master@{#25945}
-
- 25 Dec, 2014 1 commit
-
-
bmeurer authored
Change InstructionOperand to use a 64-bit field for encoding the operand information instead of the 32-bit field that was used before. Ideally we wouldn't use the Zone-allocated bit field at all, and use an integer instead of the pointer; but that requires fixing the register allocator first, which will take some time. TEST=mjsunit/compiler/regress-3786 BUG=v8:3786 LOG=y Review URL: https://codereview.chromium.org/826673002 Cr-Commit-Position: refs/heads/master@{#25941}
-
- 23 Dec, 2014 1 commit
-
-
Benedikt Meurer authored
TEST=mjsunit/compiler/regress-444695 BUG=chromium:444695 LOG=y R=hpayer@chromium.org Review URL: https://codereview.chromium.org/824843002 Cr-Commit-Position: refs/heads/master@{#25932}
-
- 22 Dec, 2014 1 commit
-
-
Benedikt Meurer authored
TEST=mjsunit/compiler/regress-444508.js BUG=chromium:444508 LOG=y R=machenbach@chromium.org Review URL: https://codereview.chromium.org/794013004 Cr-Commit-Position: refs/heads/master@{#25916}
-
- 19 Dec, 2014 1 commit
-
-
Benedikt Meurer authored
BUG=chromium:443744 LOG=y TEST=mjsunit/compiler/regress-443744 R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/804993004 Cr-Commit-Position: refs/heads/master@{#25901}
-
- 12 Dec, 2014 1 commit
-
-
Benedikt Meurer authored
TEST=mjsunit/compiler/regress-int32array-outofbounds-nan R=jarin@chromium.org Review URL: https://codereview.chromium.org/803483002 Cr-Commit-Position: refs/heads/master@{#25793}
-
- 10 Dec, 2014 1 commit
-
-
Benedikt Meurer authored
BUG=chromium:439743 LOG=y TEST=mjsunit R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/733893008 Cr-Commit-Position: refs/heads/master@{#25731}
-
- 09 Dec, 2014 1 commit
-
-
Benedikt Meurer authored
TEST=mjsunit/compiler/regress-lena R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/784153006 Cr-Commit-Position: refs/heads/master@{#25722}
-
- 25 Nov, 2014 1 commit
-
-
jarin authored
BUG= Review URL: https://codereview.chromium.org/758643003 Cr-Commit-Position: refs/heads/master@{#25496}
-
- 24 Nov, 2014 1 commit
-
-
svenpanne authored
Review URL: https://codereview.chromium.org/741643003 Cr-Commit-Position: refs/heads/master@{#25474}
-
- 21 Nov, 2014 1 commit
-
-
yangguo authored
R=ulan@chromium.org BUG=v8:3229 LOG=N Review URL: https://codereview.chromium.org/736003002 Cr-Commit-Position: refs/heads/master@{#25457}
-
- 07 Nov, 2014 2 commits
-
-
danno@chromium.org authored
Add MemoryOperandMatcher that recognizes node clusters in the form [%r1 + %r2*SCALE + OFFSET] and explicit support in the x64 Int32Add selector to use it to translate complex adds to 'leal' instructions. R=titzer@chromium.org Review URL: https://codereview.chromium.org/704713003 Cr-Commit-Position: refs/heads/master@{#25223} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25223 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
jarin@chromium.org authored
BUG= R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/707443003 Cr-Commit-Position: refs/heads/master@{#25214} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25214 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 06 Nov, 2014 1 commit
-
-
dcarney@chromium.org authored
BUG= R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/704153002 Cr-Commit-Position: refs/heads/master@{#25191} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25191 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 03 Nov, 2014 1 commit
-
-
bmeurer@chromium.org authored
R=jarin@chromium.org TEST=mjsunit/compiler/regress-register-allocator2 Review URL: https://codereview.chromium.org/697053002 Cr-Commit-Position: refs/heads/master@{#25054} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25054 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 24 Oct, 2014 1 commit
-
-
bmeurer@chromium.org authored
TEST=mjsunit/compiler,unittests R=titzer@chromium.org Review URL: https://codereview.chromium.org/671393002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24862 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 15 Oct, 2014 1 commit
-
-
verwaest@chromium.org authored
BUG= R=verwaest@chromium.org, jarin@chromium.org, jkummerow@chromium.org Review URL: https://codereview.chromium.org/588573002 Patch from Petka Antonov <p.antonov@partner.samsung.com>. git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-