1. 12 Jun, 2017 1 commit
  2. 14 Jun, 2016 1 commit
    • ishell's avatar
      [ic] Split LoadIC into LoadGlobalIC and LoadIC. · d9e8764f
      ishell authored
      The former will handle loads of predeclared global variables (vars and
      functions), lets, consts and undeclared variables. The latter will handle
      named loads from explicit receiver. In addition, named loads does not
      depend of the TypeofMode.
      
      TypeofMode related cleanup will be done in the follow-up CL.
      
      BUG=chromium:576312
      LOG=Y
      TBR=bmeurer@chromium.org
      
      Review-Url: https://codereview.chromium.org/1912633002
      Cr-Commit-Position: refs/heads/master@{#36965}
      d9e8764f
  3. 19 May, 2016 1 commit
  4. 15 Apr, 2016 1 commit
  5. 06 Apr, 2016 1 commit
  6. 22 Mar, 2016 1 commit
  7. 16 Mar, 2016 1 commit
    • zhengxing.li's avatar
      X87: [wasm] Int64Lowering of Int64Add on ia32 and arm. · 7e66b57a
      zhengxing.li authored
        port 1b230799 (r34747)
      
        original commit message:
        Int64Add is lowered to a new turbofan operator, Int32AddPair. The new
        operator takes 4 inputs an generates 2 outputs. The inputs are the low
        word of the left input, high word of the left input, the low word of the
        right input, and high word of the right input. The ouputs are the low
        and high word of the result of the addition.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1806833002
      
      Cr-Commit-Position: refs/heads/master@{#34803}
      7e66b57a
  8. 10 Mar, 2016 1 commit
  9. 08 Mar, 2016 1 commit
    • zhengxing.li's avatar
      X87: [wasm] Int64Lowering of I64Shl on ia32. · 8f506ac6
      zhengxing.li authored
        port ddc626e1 (r34546)
      
        original commit message:
        I64Shl is lowered to a new turbofan operator, WasmWord64Shl. The new
        operator takes 3 inputs, the low-word input, the high-word input, and
        the shift, and produces 2 output, the low-word output and the high-word
        output.
      
        At the moment I implemented the lowering only for ia32, but I think the
        CL is already big enough. I will add the other platforms in separate
        CLs.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1773083002
      
      Cr-Commit-Position: refs/heads/master@{#34591}
      8f506ac6
  10. 09 Dec, 2015 1 commit
  11. 16 Nov, 2015 1 commit
  12. 17 Aug, 2015 1 commit
  13. 31 Jul, 2015 1 commit
  14. 13 Jul, 2015 1 commit
  15. 27 Mar, 2015 1 commit
  16. 08 Oct, 2014 1 commit
  17. 20 Sep, 2014 1 commit
  18. 25 Aug, 2014 1 commit
  19. 01 Aug, 2014 1 commit
  20. 08 Jul, 2014 1 commit
  21. 03 Jun, 2014 1 commit
  22. 23 May, 2014 1 commit
  23. 22 May, 2014 1 commit
  24. 13 May, 2014 1 commit
  25. 09 May, 2014 1 commit
  26. 25 Apr, 2014 1 commit
  27. 16 Apr, 2014 2 commits
  28. 05 Mar, 2014 1 commit
  29. 03 Feb, 2014 1 commit
  30. 07 Jan, 2014 1 commit
  31. 18 Nov, 2013 1 commit
  32. 05 Nov, 2013 1 commit
  33. 28 Oct, 2013 1 commit
  34. 18 Oct, 2013 1 commit
  35. 15 Oct, 2013 1 commit
  36. 26 Aug, 2013 1 commit
  37. 22 Aug, 2013 1 commit
  38. 04 Jun, 2013 1 commit
  39. 28 May, 2013 1 commit