1. 24 Apr, 2020 1 commit
  2. 23 May, 2019 4 commits
  3. 20 May, 2019 1 commit
  4. 26 Dec, 2018 1 commit
  5. 13 Nov, 2018 1 commit
  6. 06 Nov, 2018 1 commit
  7. 05 Nov, 2018 1 commit
  8. 30 Jul, 2018 1 commit
  9. 18 Jul, 2018 1 commit
  10. 26 Jun, 2017 1 commit
  11. 09 Jan, 2017 1 commit
  12. 07 Oct, 2016 3 commits
  13. 02 Sep, 2016 1 commit
    • mvstanton's avatar
      Forking the type system between Crankshaft & Turbofan. · 17e9e2f4
      mvstanton authored
      Our Type class has a semantic and representational dimension.
      Much code in src/ast, Crankshaft and Turbofan is based on it.
      Going forward in Turbofan we'd like to remove representational information
      entirely. To that end, new type AstType has been created to preserve
      existing behavior for the benefit of Crankshaft and the AST.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2302283002
      Cr-Commit-Position: refs/heads/master@{#39135}
      17e9e2f4
  14. 30 Aug, 2016 1 commit
  15. 11 Aug, 2016 1 commit
    • bmeurer's avatar
      [turbofan] Utilize type information for alias analysis. · c0439051
      bmeurer authored
      If the intersection of the types of nodes a and b is empty, then there's
      no way that a and b could ever refer to the same object, so we can use
      that information for alias analysis.
      
      Drive-by-fix: Improve use of types to enable typed alias analysis to
      become more effective. Also fix an ASAN issue uncovered by this CL.
      
      R=jarin@chromium.org
      
      Review-Url: https://codereview.chromium.org/2237433003
      Cr-Commit-Position: refs/heads/master@{#38567}
      c0439051
  16. 17 Feb, 2016 1 commit
  17. 16 Feb, 2016 1 commit