1. 24 Jun, 2021 3 commits
  2. 20 Jul, 2020 1 commit
  3. 15 May, 2019 1 commit
  4. 25 Jul, 2018 1 commit
  5. 18 Oct, 2017 1 commit
  6. 10 Jul, 2017 1 commit
    • Enrico Bacis's avatar
      [ppc] use Double instead of double in ppc compiler · 5457e8a9
      Enrico Bacis authored
      The use of double variables to store bit patterns may lead to bit flips
      when the stored bit pattern is a signaling NaN (sNaN). Operations on a
      sNaN variable (even just returning the variable from a function) may
      turn it into a quiet NaN (qNaN), flipping the signaling bit and
      affecting the information stored in the variable.
      
      We observed this behaviour on ia32 architectures and therefore in the
      simulator builds for other platforms. The use of the wrapper class
      Double should prevent this behaviour.
      
      R=ahaas@chromium.org
      
      Change-Id: Ibd1119924a59db771fd4c250689ad9c2a35fff75
      Reviewed-on: https://chromium-review.googlesource.com/562771Reviewed-by: 's avatarJaideep Bajwa <bjaideep@ca.ibm.com>
      Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Commit-Queue: Enrico Bacis <enricobacis@google.com>
      Cr-Commit-Position: refs/heads/master@{#46533}
      5457e8a9
  7. 30 Sep, 2015 1 commit
  8. 08 Sep, 2014 1 commit
  9. 04 Aug, 2014 1 commit
  10. 03 Jun, 2014 1 commit
  11. 29 Apr, 2014 1 commit
  12. 23 Apr, 2012 1 commit
  13. 29 Nov, 2011 1 commit
  14. 08 Nov, 2010 3 commits
  15. 21 Oct, 2010 1 commit
  16. 20 Oct, 2010 2 commits
  17. 19 Mar, 2010 1 commit
  18. 12 Mar, 2010 1 commit
  19. 11 Mar, 2010 1 commit
  20. 10 Mar, 2010 2 commits