1. 22 Mar, 2016 2 commits
    • zhengxing.li's avatar
      X87: [stubs] Split ToNumberStub into reusable subparts. · 236d7005
      zhengxing.li authored
        port b7aa4c3a (r34922)
      
        original commit message:
        Split ToNumberStub into the entry ToNumberStub, and two new stubs,
        StringToNumberStub and NonNumberToNumberStub, which can be used when we
        already know something about the input (i.e. in various branches of the
        code stubs, or in TurboFan graphs).
      
        Also introduce an appropriate StringToNumber simplified operator for
        TurboFan, that is pure and is lowered to an invocation of the newly
        added StringToNumberStub.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1816423002
      
      Cr-Commit-Position: refs/heads/master@{#34971}
      236d7005
    • v8-autoroll's avatar
      Update V8 DEPS. · dcee82d6
      v8-autoroll authored
      Rolling v8/third_party/android_tools to 19728471dd63a968668288488403286b68e4ae9e
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1821943002
      
      Cr-Commit-Position: refs/heads/master@{#34970}
      dcee82d6
  2. 21 Mar, 2016 38 commits