1. 08 Sep, 2017 2 commits
  2. 07 Sep, 2017 3 commits
  3. 06 Sep, 2017 2 commits
  4. 05 Sep, 2017 1 commit
  5. 04 Sep, 2017 2 commits
  6. 01 Sep, 2017 3 commits
  7. 31 Aug, 2017 1 commit
  8. 30 Aug, 2017 3 commits
  9. 28 Aug, 2017 2 commits
  10. 25 Aug, 2017 2 commits
  11. 24 Aug, 2017 3 commits
  12. 23 Aug, 2017 4 commits
    • Georg Neis's avatar
      [cleanup] Move modules-related code into src/objects/. · 61e70076
      Georg Neis authored
      This moves Module and other module-related classes and definitions out
      of src/objects{.h,-inl.h,.cc} into src/objects/module{.h,-inl.h,.cc}.
      
      Also moves the contents of src/objects/module-info.h there.
      
      R=marja@chromium.org
      
      Bug: v8:1569, v8:5402
      Change-Id: I49064bb4a5c5a6f409274c287e06e8dda351d615
      Reviewed-on: https://chromium-review.googlesource.com/626818
      Commit-Queue: Georg Neis <neis@chromium.org>
      Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47540}
      61e70076
    • Georg Neis's avatar
      [modules] Fix bug in module initialization. · 0cd2ea7c
      Georg Neis authored
      The initialization code of all modules must have been run
      before running any module's main code. This should have been
      fixed quite a while ago as part of another CL but somehow
      wasn't.
      
      In the process of fixing it now, I'm also moving the initialization
      phase out of Evaluate into Instantiatiate. This corresponds more
      closely to the specification and avoids confusion.
      
      Bug: v8:1569
      Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: I3ea5d6be0f5d371e6a4c641778c51762f1867dc8
      Reviewed-on: https://chromium-review.googlesource.com/620653Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Georg Neis <neis@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47537}
      0cd2ea7c
    • Ross McIlroy's avatar
      Reland "[Compiler] Remove code aging support." · 8bf15bf1
      Ross McIlroy authored
      > This reverts commit 42d3d36b.
      > 
      > Original change's description:
      > > [Compiler] Remove code aging support.
      > > 
      > > Code aging is no longer supported by any remaining compilers now
      > > that full codegen has been removed. This CL removes all vestiges of
      > > code aging.
      > > 
      > > BUG=v8:6409
      > > 
      > > Change-Id: I945ebcc20c7c55120550c8ee36188bfa042ea65e
      > > Reviewed-on: https://chromium-review.googlesource.com/619153
      > > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
      > > Reviewed-by: Yang Guo <yangguo@chromium.org>
      > > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
      > > Reviewed-by: Marja Hölttä <marja@chromium.org>
      > > Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#47501}
      > 
      > TBR=ulan@chromium.org,rmcilroy@chromium.org,marja@chromium.org,yangguo@chromium.org,mstarzinger@chromium.org,rodolph.perfetta@arm.com
      > 
      > Change-Id: I9d8b2985e2d472697908270d93a35eb7ef9c88a8
      > No-Presubmit: true
      > No-Tree-Checks: true
      > No-Try: true
      > Bug: v8:6409
      > Reviewed-on: https://chromium-review.googlesource.com/625998
      > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
      > Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#47506}
      
      TBR=ulan@chromium.org,rmcilroy@chromium.org,marja@chromium.org,yangguo@chromium.org,mstarzinger@chromium.org,rodolph.perfetta@arm.com
      
      Change-Id: I68785c6be7686e874b3848103e3a34483eaeb519
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:6409
      Reviewed-on: https://chromium-review.googlesource.com/625919Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47535}
      8bf15bf1
    • Michael Starzinger's avatar
      [ic] Remove deprecated CompareIC stub support. · 10f73fac
      Michael Starzinger authored
      R=ishell@chromium.org
      BUG=v8:6409
      
      Change-Id: Ic01d4f1a8b251bb5480840d4943d9ebec713b9c1
      Reviewed-on: https://chromium-review.googlesource.com/626016Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
      Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47534}
      10f73fac
  13. 22 Aug, 2017 6 commits
  14. 21 Aug, 2017 6 commits