1. 07 Apr, 2015 9 commits
  2. 06 Apr, 2015 4 commits
    • hablich's avatar
      Updated version to 4.4 · 31bbcc3e
      hablich authored
      BUG=
      TBR=machenbach@chromium.org,vogelheim@chromium.org
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1059433002
      
      Cr-Commit-Position: refs/heads/master@{#27604}
      31bbcc3e
    • mike's avatar
      Re-implement %Generator% intrinsic as an object · 3b624a17
      mike authored
      From ES6 25.2.3 ("Properties of the GeneratorFunction Prototype
      Object"):
      
      > The GeneratorFunction prototype object is an ordinary object. It is
      > not a function object and does not have an [[ECMAScriptCode]] internal
      > slot or any other of the internal slots listed in Table 27 or Table
      > 56.
      
      Introduce one assertion for the value's type and additional tests for its
      properties. Remove an invalid assertion that fails as a result of this
      fix.
      
      BUG=v8:3991
      LOG=N
      
      Review URL: https://codereview.chromium.org/1062633002
      
      Cr-Commit-Position: refs/heads/master@{#27603}
      3b624a17
    • hpayer's avatar
      Filter out remembered slots that are at the start of an object. · 189b355a
      hpayer authored
      These slots are invalid and can result in a broken offset when slot index and start of object are equal and are at the beginning of a cell.
      
      Moreover, make DCHECKs CHECKs to catch bugs in the wild.
      
      BUG=chromium:473174
      LOG=n
      
      Review URL: https://codereview.chromium.org/1051243004
      
      Cr-Commit-Position: refs/heads/master@{#27602}
      189b355a
    • dusan.milosavljevic's avatar
      MIPS: Major fixes and clean-up in asm. for instruction encoding. · 4b5af7b3
      dusan.milosavljevic authored
      - Fixed single float register type instruction en[de]coding in assembler and disassembler.
      - Added max and min instructions for r6 and corresponding tests.
      - Fixed selection instruction for boundary cases in simulator.
      - Update assembler tests to be more thorough wrt boundary cases.
      
      TEST=cctest/test-assembler-mips64/MIPS17, MIPS18
           cctest/test-disasm-mips64/Type1
           cctest/test-assembler-mips/MIPS16, MIPS17
           cctest/test-disasm-mips/Type1
      BUG=
      
      Review URL: https://codereview.chromium.org/1057323002
      
      Cr-Commit-Position: refs/heads/master@{#27601}
      4b5af7b3
  3. 04 Apr, 2015 1 commit
  4. 03 Apr, 2015 5 commits
  5. 02 Apr, 2015 17 commits
  6. 01 Apr, 2015 4 commits