1. 11 Mar, 2015 2 commits
  2. 10 Mar, 2015 4 commits
  3. 06 Mar, 2015 2 commits
  4. 05 Mar, 2015 6 commits
  5. 04 Mar, 2015 3 commits
  6. 03 Mar, 2015 8 commits
  7. 02 Mar, 2015 1 commit
  8. 28 Feb, 2015 1 commit
  9. 27 Feb, 2015 3 commits
  10. 25 Feb, 2015 4 commits
  11. 23 Feb, 2015 1 commit
  12. 20 Feb, 2015 2 commits
  13. 18 Feb, 2015 1 commit
    • adamk's avatar
      Rename Interface to ModuleDescriptor · 27e8a455
      adamk authored
      ModuleDescriptor will end up holding the set of data described in the
      spec as a "Module record". This introduces a little bit of confusion
      with ModuleInfo, but I hope that'll become clearer over time.
      
      Also removed the interface-printing flags. We probably want
      Module-printing flags, but that can wait until we have more
      Module-related structures.
      
      BUG=v8:1569
      LOG=n
      
      Review URL: https://codereview.chromium.org/935723004
      
      Cr-Commit-Position: refs/heads/master@{#26728}
      27e8a455
  14. 17 Feb, 2015 2 commits
    • adamk's avatar
      Strip Interface class of most of its logic, make it all about Module exports · 522937cb
      adamk authored
      This gets Variable and VariableProxy out of the business of worrying about
      Interfaces.
      
      At the same time, get rid of the notion of "module variables". In ES6, variables
      that refer to modules will be simply be CONST bindings to module namespace
      objects.
      
      The only change in logic here is one more early error:
      duplicate export names are now rejected.
      
      BUG=v8:1569
      LOG=n
      
      Review URL: https://codereview.chromium.org/918373002
      
      Cr-Commit-Position: refs/heads/master@{#26708}
      522937cb
    • balazs.kilvady's avatar
      MIPS: reland Fix 'Assembler support for internal references.' · 53d04bc1
      balazs.kilvady authored
      Fix compilation problem with android toolchain.
      
      Added new INTERNAL_REFERENCE_ENCODED RelocInfo type to differentiate MIPS existing use of internal references in instructions from the new raw pointer reference needed for dd(Label*).
      
      BUG=
      TEST=cctest/test-assembler-mips/jump_tables1, cctest/test-assembler-mips/jump_tables2, cctest/test-assembler-mips/jump_tables3, cctest/test-run-machops/RunSwitch1
      
      Review URL: https://codereview.chromium.org/935593002
      
      Cr-Commit-Position: refs/heads/master@{#26693}
      53d04bc1