1. 20 Apr, 2015 1 commit
  2. 18 Mar, 2015 2 commits
  3. 11 Feb, 2015 1 commit
    • svenpanne's avatar
      Removed most of the bogus CompilationInfo constructor calls. · d1b5aa07
      svenpanne authored
      A CompilationInfo constructed from just an Isolate* and a Zone* is in
      weird an inconsistent state (calling e.g. flags() on it will crash),
      so we need to avoid them. This CL removes almost all of them, the
      remaining 2 call sites in (for testing only) will be handled in a
      separate CL. Things which have been changed:
      
        * Linkage is basically a decorator for CallDescriptor now.
      
        * ChangeLowering doesn't need Linkage at all.
      
        * JSGenericLowering doesn't need a full CompilationInfo*, just a
          single flag.
      
        * JSContextSpecializer doesn't need the full CompilationInfo, just a
          Context.
      
        * Removed unused CompilationInfo from SimplifiedLoweringTester.
      
      This nicely decouples things already a bit more, but there's still
      work to do...
      
      Review URL: https://codereview.chromium.org/899803003
      
      Cr-Commit-Position: refs/heads/master@{#26580}
      d1b5aa07
  4. 14 Jan, 2015 1 commit
  5. 08 Jan, 2015 1 commit
  6. 22 Dec, 2014 1 commit
  7. 12 Dec, 2014 1 commit
  8. 06 Nov, 2014 1 commit
  9. 24 Sep, 2014 1 commit
  10. 16 Sep, 2014 1 commit
  11. 02 Sep, 2014 1 commit
  12. 29 Aug, 2014 1 commit
  13. 27 Aug, 2014 1 commit
  14. 20 Aug, 2014 2 commits
  15. 19 Aug, 2014 1 commit
  16. 18 Aug, 2014 1 commit
  17. 12 Aug, 2014 1 commit