1. 20 Apr, 2015 1 commit
  2. 19 Mar, 2015 1 commit
    • Benedikt Meurer's avatar
      [turbofan] Remove indirection in JSToBoolean/JSUnaryNot lowering. · a75e4cea
      Benedikt Meurer authored
      This reduces the overhead of typed lowering, because we lower
      JSToBoolean/JSUnaryNot directly if possible, instead of first lowering
      to AnyToBoolean, and then letting the SimplifiedOperatorReducer do the
      further lowering.
      
      Also remove some obsolete tests from the cctest suite that have since
      been removed by proper unittests. And improve unitttest coverage for the
      typed lowering cases.
      
      R=mstarzinger@chromium.org
      
      Review URL: https://codereview.chromium.org/999173003
      
      Cr-Commit-Position: refs/heads/master@{#27295}
      a75e4cea
  3. 14 Jan, 2015 1 commit
  4. 13 Jan, 2015 1 commit
  5. 08 Jan, 2015 1 commit
  6. 05 Jan, 2015 1 commit
    • Benedikt Meurer's avatar
      [turbofan] Correctify JSToBoolean lowering. · 9def087e
      Benedikt Meurer authored
      Introduce a new AnyToBoolean simplified operator to handle the later
      lowering of boolean conversions. Previously we tried to hack that with
      the generic JSToBoolean, having its context set to zero, but that lead
      to various problems/bugs and did not handle all cases.
      
      TEST=cctest,unittests
      R=jarin@chromium.org
      
      Review URL: https://codereview.chromium.org/800833003
      
      Cr-Commit-Position: refs/heads/master@{#25958}
      9def087e
  7. 22 Dec, 2014 1 commit
  8. 02 Dec, 2014 1 commit
  9. 29 Oct, 2014 1 commit
  10. 20 Oct, 2014 1 commit
  11. 07 Oct, 2014 2 commits
  12. 06 Oct, 2014 1 commit
  13. 02 Oct, 2014 1 commit
  14. 01 Oct, 2014 1 commit
  15. 30 Sep, 2014 1 commit
  16. 24 Sep, 2014 1 commit
  17. 17 Sep, 2014 1 commit
  18. 15 Sep, 2014 1 commit
  19. 12 Sep, 2014 1 commit
  20. 02 Sep, 2014 1 commit