1. 27 Nov, 2014 2 commits
    • dcarney's avatar
      [turbofan] add initial move optimizer · 60af073a
      dcarney authored
      R=bmeurer@chromium.org
      
      BUG=
      
      Review URL: https://codereview.chromium.org/750813004
      
      Cr-Commit-Position: refs/heads/master@{#25533}
      60af073a
    • Chunyang Dai's avatar
      X87: harmony-scoping: make assignment to 'const' a late error. · f89acb64
      Chunyang Dai authored
      port 6ac4de87
      
      original commit message:
        harmony-scoping: make assignment to 'const' a late error.
      
        Per TC39 Nov 2014 decision. This patch also changes behavior for "legacy const":
        assignments to sloppy const in strict mode is now also a type error. This fixes
        v8:2243 and also brings us in compliance with other engines re assignment to function
        names (see updated webkit test), but might have bigger implications. That change can
        easily be reverted by changing Variable::IsSignallingAssignmentToConst.
      
      BUG=
      R=dslomov@chromium.org, weiliang.lin@intel.com
      
      Review URL: https://codereview.chromium.org/763033002
      
      Patch from Chunyang Dai <chunyang.dai@intel.com>.
      
      Cr-Commit-Position: refs/heads/master@{#25532}
      f89acb64
  2. 26 Nov, 2014 26 commits
  3. 25 Nov, 2014 11 commits
  4. 24 Nov, 2014 1 commit