1. 04 Dec, 2015 3 commits
    • zhengxing.li's avatar
      X87: [turbofan] Implemented the optional Float32RoundTiesEven operator. · 0770fcba
      zhengxing.li authored
        port 57117b83 (r32308)
      
        original commit message:
        The Float32RoundTiesEven operator rounds float32 numbers towards the nearest
        integer. If the distance to two integers is the same, then the result is
        the even integer. This is the default rounding mode of the ieee 754 floating
        point standard.
      
        I implemented the optional Float32RoundTiesEven operator on x64, ia32, arm, and arm64.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1492293002
      
      Cr-Commit-Position: refs/heads/master@{#32595}
      0770fcba
    • zhengxing.li's avatar
      X87: [crankshaft] Deoptimize if HHasInPrototypeChainAndBranch hits a proxy. · 69ea09dd
      zhengxing.li authored
        port a330af0e (r32539)
      
        original commit message:
        The optimized code generated by Crankshaft cannot properly deal
        with proxies (in the prototype chain), and there's probably no
        point in trying to make that work^Wfast with Crankshaft at all.
        TurboFan will handle that properly; Crankshaft just bails out
        to fullcodegen, which then goes to the runtime, which should do
        the right thing soon.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1495803003
      
      Cr-Commit-Position: refs/heads/master@{#32594}
      69ea09dd
    • v8-autoroll's avatar
      Update V8 DEPS. · b8c7b5ae
      v8-autoroll authored
      Rolling v8/buildtools to b747a9e091cb8212a62343258406eaf53a6c032e
      
      Rolling v8/tools/clang to 58b11d197b1c5fec39a6ec374c21b3d3a5bf557b
      
      Rolling v8/tools/swarming_client to 9cdd76171e517a430a72dcd7d66ade67e109aa00
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1493273004
      
      Cr-Commit-Position: refs/heads/master@{#32593}
      b8c7b5ae
  2. 03 Dec, 2015 37 commits