1. 10 Mar, 2018 1 commit
  2. 06 Mar, 2018 1 commit
  3. 03 Mar, 2018 1 commit
  4. 01 Mar, 2018 1 commit
  5. 28 Feb, 2018 1 commit
  6. 23 Feb, 2018 2 commits
  7. 22 Feb, 2018 2 commits
  8. 19 Feb, 2018 1 commit
  9. 17 Feb, 2018 2 commits
  10. 26 Jan, 2018 1 commit
  11. 20 Dec, 2017 1 commit
  12. 06 Dec, 2017 1 commit
  13. 05 Dec, 2017 1 commit
  14. 04 Dec, 2017 2 commits
  15. 01 Dec, 2017 4 commits
  16. 29 Nov, 2017 1 commit
  17. 28 Nov, 2017 1 commit
  18. 17 Nov, 2017 1 commit
    • Jakob Kummerow's avatar
      [bigint] Fix accidental input modification in Divide · b5997de8
      Jakob Kummerow authored
      "AbsoluteDivSmall" had a shortcut path for abs(divisor) == 1 where
      it would simply return the dividend as result. However, its caller
      "Divide" was blissfully ignorant of this trick and would therefore
      simply set the value's sign as needed, modifying the input.
      This CL prevents that, while continuing to avoid the full division
      algorithm for abs(divisor) == 1.
      
      Bug: v8:6791
      Change-Id: I04cdc93f5ed2a696587c35c754e68f07012dd1a9
      Reviewed-on: https://chromium-review.googlesource.com/772332
      Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
      Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#49433}
      b5997de8
  19. 13 Nov, 2017 1 commit
  20. 07 Nov, 2017 3 commits
  21. 06 Nov, 2017 2 commits
  22. 31 Oct, 2017 1 commit
  23. 28 Oct, 2017 1 commit
  24. 27 Oct, 2017 2 commits
  25. 26 Oct, 2017 2 commits
  26. 25 Oct, 2017 3 commits