1. 08 Apr, 2015 1 commit
  2. 07 Apr, 2015 1 commit
  3. 02 Apr, 2015 1 commit
  4. 31 Mar, 2015 1 commit
    • rmcilroy's avatar
      Fix libdl dependency on Android and remove librt hack. · 11c4e2f2
      rmcilroy authored
      The libdl library is already included on target builds of Android and needs
      to be added to the build command line with a particular order to avoid
      undefined references in other libraries. Fix this by only explicitly including
      it in host builds and relying on the implicit inclusion on target builds.
      
      Also remove the librt hack which is not longer necessary due to the AOSP build
      bot having been removed.
      
      BUG=chromium:469973
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1036133005
      
      Cr-Commit-Position: refs/heads/master@{#27535}
      11c4e2f2
  5. 23 Mar, 2015 1 commit
  6. 19 Mar, 2015 2 commits
  7. 12 Mar, 2015 1 commit
    • johan's avatar
      Fix build on solaris platforms · 68d5f916
      johan authored
      e8b9f2d7 introduced a different cast which broke building on Illumos.
      Revert to previous behavior for V8_OS_SOLARIS only.
      
      Found on SmartOS while building with gcc 4.9.0.
      
      edit1: adding jochen to reviewers since he was assigned through the issue tracker and danno since he seems to do a fair amount of cross-platform work
      
      edit2: removing BUG reference because I don't understand what LOG needs to contain (and it seems to link to chromium and not the v8 repo). Please edit commit message as appropriate.
      
      BUG=3935
      LOG=n
      
      Review URL: https://codereview.chromium.org/990063002
      
      Cr-Commit-Position: refs/heads/master@{#27163}
      68d5f916
  8. 04 Mar, 2015 1 commit
  9. 03 Mar, 2015 1 commit
    • sejunho's avatar
      Fix preparing log file name. · a6f5fca5
      sejunho authored
      Problem:
      Excuting with flags as "--prof --logfile-per-isolate --logfile=/path/to/filename"
      expected file name: /path/to/isolate-<isolate id>-filename
      current result: isolate-<isolate id>-/path/to/filename
      
      This patch makes the file name we expected.
      
      Review URL: https://codereview.chromium.org/960813004
      
      Cr-Commit-Position: refs/heads/master@{#26955}
      a6f5fca5
  10. 19 Feb, 2015 1 commit
  11. 30 Jan, 2015 4 commits
  12. 27 Jan, 2015 1 commit
  13. 23 Jan, 2015 1 commit
  14. 21 Jan, 2015 1 commit
  15. 20 Jan, 2015 1 commit
  16. 16 Jan, 2015 2 commits
  17. 14 Jan, 2015 1 commit
  18. 09 Jan, 2015 1 commit
  19. 08 Jan, 2015 1 commit
  20. 07 Jan, 2015 1 commit
  21. 23 Dec, 2014 1 commit
  22. 19 Dec, 2014 1 commit
    • arajp's avatar
      Make FlushICache NOP for Nvidia Denver CPU's. · f4fb7025
      arajp authored
      Denver supports a coherent cache mechanism. There is no need to clean
      the D cache and invalidate I cache. MTS has to check the translation
      anytime there is an I cache invalidate and this time can be saved by
      making FlushICache a NOP.
      
      The patch improves Octane by roughly 3-4% on Denver.
      
      Review URL: https://codereview.chromium.org/797233002
      
      Cr-Commit-Position: refs/heads/master@{#25898}
      f4fb7025
  23. 16 Dec, 2014 1 commit
  24. 12 Dec, 2014 2 commits
  25. 02 Dec, 2014 1 commit
  26. 26 Nov, 2014 1 commit
  27. 18 Nov, 2014 2 commits
  28. 07 Nov, 2014 1 commit
  29. 05 Nov, 2014 2 commits
  30. 28 Oct, 2014 1 commit
  31. 26 Oct, 2014 1 commit
  32. 24 Oct, 2014 1 commit