1. 11 Jan, 2016 1 commit
  2. 06 Jan, 2016 2 commits
  3. 24 Dec, 2015 1 commit
  4. 22 Dec, 2015 1 commit
  5. 21 Dec, 2015 1 commit
    • ahaas's avatar
      [turbofan] Pass type information of arguments to EmitPrepareArguments. · c0c8c756
      ahaas authored
      On ia32 the code which pushes parameters on the stack depends on the
      types of the parameters which are to be pushed. I provide this type
      information now by not only passing parameter nodes to
      EmitPrepareArguments, but also the index in the call descriptor which
      belongs to the parameter nodes.
      
      This type information will also be necessary if we want to use the
      PokePair instruction on arm64 again.
      
      R=bradnelson@chromium.org, bmeurer@chromium.org
      
      Review URL: https://codereview.chromium.org/1534593004
      
      Cr-Commit-Position: refs/heads/master@{#32982}
      c0c8c756
  6. 18 Dec, 2015 1 commit
  7. 17 Dec, 2015 1 commit
  8. 15 Dec, 2015 3 commits
  9. 12 Dec, 2015 1 commit
  10. 11 Dec, 2015 2 commits
  11. 10 Dec, 2015 3 commits
  12. 09 Dec, 2015 3 commits
  13. 08 Dec, 2015 1 commit
  14. 07 Dec, 2015 3 commits
    • dusan.m.milosavljevic's avatar
      MIPS: [turbofan] Combine ChangeFloat64ToInt32 with Float64Round ops. · 0d4f8a91
      dusan.m.milosavljevic authored
      TEST=unittests/InstructionSlectorTest.CombineChangeFloat64ToInt32WithRoundFloat64
      BUG=
      
      Review URL: https://codereview.chromium.org/1510493002
      
      Cr-Commit-Position: refs/heads/master@{#32668}
      0d4f8a91
    • ivica.bogosavljevic's avatar
      MIPS64: [turbofan] Changed TruncateFloat64ToInt64 to TryTruncateFloat64ToInt64 · 80f2a639
      ivica.bogosavljevic authored
      Port 95844d94
      
      Original commit message:
      The new operator provides a second output which indicates whether the
      conversion from float64 to int64 was successful or not. The second
      output returns 0 if the conversion fails. If the conversion succeeds,
      then the second output is differs from 0.
      
      The second output can be ignored, which means that the operator can be
      used the same way as the original operator.
      
      I implemented the new operator on x64 and arm64. @v8-mips-ports and
      @v8-ppc-ports, can you please take care of the mips64 and ppc64
      implementation of the second output?
      
      BUG=
      TEST=cctest/test-run-machops/RunTryTruncateFloat64ToInt64WithCheck
      
      Review URL: https://codereview.chromium.org/1503173002
      
      Cr-Commit-Position: refs/heads/master@{#32664}
      80f2a639
    • ahaas's avatar
      [turbofan] Changed TruncateFloat64ToInt64 to TryTruncateFloat64ToInt64. · 95844d94
      ahaas authored
      The new operator provides a second output which indicates whether the
      conversion from float64 to int64 was successful or not. The second
      output returns 0 if the conversion fails. If the conversion succeeds,
      then the second output is differs from 0.
      
      The second output can be ignored, which means that the operator can be
      used the same way as the original operator.
      
      I implemented the new operator on x64 and arm64. @v8-mips-ports and
      @v8-ppc-ports, can you please take care of the mips64 and ppc64
      implementation of the second output?
      
      R=titzer@chromium.org, v8-arm-ports@googlegroups.com
      
      Review URL: https://codereview.chromium.org/1495213003
      
      Cr-Commit-Position: refs/heads/master@{#32653}
      95844d94
  15. 04 Dec, 2015 1 commit
  16. 01 Dec, 2015 3 commits
  17. 30 Nov, 2015 1 commit
  18. 28 Nov, 2015 1 commit
  19. 27 Nov, 2015 1 commit
  20. 26 Nov, 2015 5 commits
  21. 25 Nov, 2015 4 commits