1. 10 Dec, 2015 1 commit
  2. 26 Nov, 2015 1 commit
  3. 15 Oct, 2015 1 commit
  4. 30 Sep, 2015 1 commit
  5. 20 Aug, 2015 1 commit
    • mstarzinger's avatar
      Separate UnicodeCache out into an own file. · 4e39437a
      mstarzinger authored
      This make inclusion of unicode-inl.h in object.h absolete. Now most
      compilation units don't require that header. It also breaks a cycle
      within declarations of the scanner.h header.
      
      This tries to remove includes of "-inl.h" headers from normal ".h"
      headers, thereby reducing the chance of any cyclic dependencies and
      decreasing the average size of our compilation units.
      
      Note that this change still leaves 3 violations of that rule in the
      code, checked with the "tools/check-inline-includes.sh" tool.
      
      R=yangguo@chromium.org
      
      Review URL: https://codereview.chromium.org/1287893006
      
      Cr-Commit-Position: refs/heads/master@{#30268}
      4e39437a
  6. 13 Aug, 2015 2 commits
  7. 20 Dec, 2014 1 commit
  8. 19 Dec, 2014 1 commit
  9. 22 Sep, 2014 1 commit
  10. 08 Sep, 2014 1 commit
  11. 02 Sep, 2014 1 commit
  12. 04 Aug, 2014 1 commit
  13. 30 Jun, 2014 1 commit
  14. 20 Jun, 2014 1 commit
  15. 03 Jun, 2014 1 commit
  16. 27 May, 2014 2 commits
  17. 26 May, 2014 2 commits
  18. 29 Apr, 2014 1 commit
  19. 15 Apr, 2014 1 commit
    • plind44@gmail.com's avatar
      MIPS: Add big-endian support for MIPS. · 5a016958
      plind44@gmail.com authored
      Important notices:
      
      - The snapshot cannot be created for big-endian target in cross-compilation
        environment on little-endian host using simulator.
      
      - In order to have i18n support working on big-endian target, the icudt46b.dat and
        icudt46b_dat.S files should be generated and upstreamed to ICU repo.
      
      - The mjsunit 'nans' test is endian dependent, it is skipped for mips target.
      
      - The zlib and Mandreel from Octane 2.0 benchmark are endian dependent due to
        use of typed arrays.
      
      TEST=
      BUG=
      R=jkummerow@chromium.org, plind44@gmail.com
      
      Review URL: https://codereview.chromium.org/228943009
      
      Patch from Dusan Milosavljevic <Dusan.Milosavljevic@rt-rk.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20778 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      5a016958
  20. 10 Feb, 2014 1 commit
  21. 14 Jan, 2014 1 commit
  22. 25 Oct, 2013 1 commit
  23. 19 Jul, 2013 1 commit
  24. 19 Apr, 2013 1 commit
  25. 16 Apr, 2013 1 commit
  26. 28 Feb, 2013 1 commit
  27. 07 Jan, 2013 1 commit
  28. 08 Aug, 2012 1 commit
  29. 30 Jul, 2012 1 commit
  30. 23 Jul, 2012 1 commit
  31. 17 Apr, 2012 1 commit
  32. 29 Nov, 2011 1 commit
  33. 26 Sep, 2011 1 commit
  34. 08 Sep, 2011 1 commit
  35. 07 Sep, 2011 1 commit
  36. 20 Jul, 2011 1 commit
    • whesse@chromium.org's avatar
      fix -Wunused-but-set-variable for gcc-4.6 on x64 · 47e03a00
      whesse@chromium.org authored
      * src/third_party/valgrind/valgrind.h: Update from upstream valgrind
        r11899, so as to get around some unused value warnings.  Also adds
        support for darwin.
      
        This version of valgrind.h differs from the original in that all
        instances of "unsigned long long int" have been replaced with
        "uint64_t", as the former is not allowed in ISO C++ 89.
      
        See https://bugs.kde.org/show_bug.cgi?id=211926 for the upstream bug
        report.
      
      * src/x64/cpu-x64.cc:
      * src/builtins.cc:
      * src/conversions-inl.h:
      * src/debug.cc:
      * src/frames.cc:
      * src/full-codegen.cc:
      * src/jsregexp.cc:
      * src/objects.cc:
      * src/parser.cc:
      * src/platform-linux.cc:
      * src/x64/code-stubs-x64.cc:
      * src/x64/deoptimizer-x64.cc:
      * src/x64/full-codegen-x64.cc:
      * src/x64/lithium-codegen-x64.cc:
      * src/x64/regexp-macro-assembler-x64.cc:
      * src/x64/stub-cache-x64.cc: Remove a number of assigned but
        unreferenced variables.
      
      * SConstruct (CCTEST_EXTRA_FLAGS): Punt on -Wunused-but-set-variable for
        the test suite.
      
      BUG=1291
      TEST=A build and tools/test.py passes.
      
      Review URL: http://codereview.chromium.org/7400023
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8688 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      47e03a00
  37. 07 Jul, 2011 1 commit