1. 18 Jul, 2017 1 commit
  2. 07 Jun, 2017 1 commit
  3. 20 Apr, 2017 1 commit
  4. 19 Apr, 2017 2 commits
  5. 18 Apr, 2017 2 commits
  6. 27 Jan, 2017 1 commit
  7. 15 Nov, 2016 1 commit
    • Miran.Karic's avatar
      Add v8_os_page_size flag for cross compilation · a18be72c
      Miran.Karic authored
      When generating snapshot on a machine with a different page size than
      the target machine, we can run into problems as the v8 page area size
      changes. This is because v8 has page guards which depend on os page
      size, so if the target has larger os page, v8 page area is smaller and
      may not fit the contents.
      
      The solution proposed here is adding a flag, v8_os_page_size, that
      would, if used, override local os page size and use the one specified
      during snapshot generation.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2488403003
      Cr-Commit-Position: refs/heads/master@{#40997}
      a18be72c
  8. 27 Jul, 2016 1 commit
  9. 30 Jun, 2016 1 commit
  10. 17 Jun, 2016 1 commit
  11. 08 Jun, 2016 1 commit
  12. 23 May, 2016 1 commit
  13. 02 May, 2016 1 commit
  14. 29 Apr, 2016 1 commit
  15. 27 Apr, 2016 1 commit
  16. 25 Apr, 2016 1 commit
    • machenbach's avatar
      [build] Prepare moving v8.gyp to src/ · cb855fe7
      machenbach authored
      This will allow to pull in gyp as a deps to the same location
      as chromium (tools/gyp not build/gyp), needed for gn switch.
      
      This is the first step of a 3-way move.
      1) Copy v8.gyp in v8
      2) Update references in embedders (follow up)
      3) Remove old v8.gyp (follow up)
      
      BUG=chromium:474921
      LOG=n
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1920793002
      
      Cr-Commit-Position: refs/heads/master@{#35760}
      cb855fe7
  17. 13 Apr, 2016 2 commits
  18. 17 Mar, 2016 1 commit
  19. 10 Mar, 2016 1 commit
  20. 26 Jan, 2016 1 commit
  21. 14 Jan, 2016 1 commit
    • joransiu's avatar
      S390: Makefile + Build Toolchain Updates · 1091c2f0
      joransiu authored
      This is the first of several commits to contribute Linux on z Systems
      (s390/s390x) port of V8.  We will be breaking up the changes into several
      (hopefully) logical commits.
      
      This commit contains the changes to V8 Makefile and build toolchains to
      introduce S390 macros and compiler options.  Just for awareness for reviewers
      is that s390 is 31-bit (not 32!) big-endian platform on Linux on z.  (MSB of address
      is used to distinguish between 24-bit vs 31-bit addressing!)  s390x is
      64-bit Linux on z.  Names follow the general linux convention on the platform.
      
      A quick roadmap on upcoming commits:
      - Add \#include of S390 header files in common files
      - S390 related tests + tooling changes
      - printf macro for printing size_t values.
      - S390 platform-specific code generation code (bulk of changes!)
      
      R=danno@chromium.org,svenpanne@chromium.org,michael_dawson@ca.ibm.com,jyan@ca.ibm.com,mtbrandyberry@ca.ibm.com
      BUG=
      
      Review URL: https://codereview.chromium.org/1585813002
      
      Cr-Commit-Position: refs/heads/master@{#33304}
      1091c2f0
  22. 05 Jan, 2016 1 commit
  23. 17 Dec, 2015 2 commits
  24. 29 Sep, 2015 1 commit
  25. 11 Sep, 2015 1 commit
  26. 18 Aug, 2015 1 commit
  27. 23 Jul, 2015 1 commit
  28. 09 Jul, 2015 1 commit
  29. 24 Jun, 2015 1 commit
  30. 22 Jun, 2015 1 commit
  31. 21 May, 2015 1 commit
  32. 15 Apr, 2015 1 commit
  33. 09 Mar, 2015 1 commit
  34. 23 Jan, 2015 1 commit
  35. 19 Jan, 2015 2 commits