1. 01 Aug, 2013 1 commit
  2. 22 Apr, 2013 1 commit
  3. 21 Mar, 2013 2 commits
  4. 03 Jan, 2013 1 commit
  5. 13 Dec, 2012 2 commits
  6. 29 Oct, 2012 1 commit
  7. 25 Oct, 2012 1 commit
  8. 24 Oct, 2012 1 commit
  9. 26 Jul, 2012 2 commits
  10. 16 Jul, 2012 1 commit
  11. 30 Mar, 2012 1 commit
    • jkummerow@chromium.org's avatar
      Add support for Mac OS X 64bit builds with GYP · da5b44cb
      jkummerow@chromium.org authored
      Note that in order to build for 64bits mode, you'll have
      to specify the target architecture explicitely, the default
      is still 32bits for Mac OS X.
      
      Example with make and gcc:
      
      $ export GYP_GENERATORS=make
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with make and clang:
      
      $ export GYP_GENERATORS=make
      $ export CC=/usr/bin/clang
      $ export CXX=/usr/bin/clang++
      $ export GYP_DEFINES="clang=1"
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with xcode:
      
      $ export GYP_GENERATORS=xcode
      $ build/gyp_v8 -Dtarget_arch=x64
      $ xcodebuild -project build/all.xcodeproj -configuration Release
      
      Contributed by Filipe David Manana <fdmanana@gmail.com>
      
      BUG=
      TEST=
      
      Review URL: https://chromiumcodereview.appspot.com/9808065
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      da5b44cb
  12. 20 Mar, 2012 1 commit
  13. 23 Feb, 2012 1 commit
  14. 22 Feb, 2012 2 commits
  15. 02 Feb, 2012 1 commit
  16. 13 Dec, 2011 1 commit
  17. 13 Sep, 2011 1 commit
  18. 01 Jul, 2011 1 commit
  19. 28 Jun, 2011 1 commit
    • ager@chromium.org's avatar
      Cleanup to HEnvironment::CopyForInlining · 3f6043d3
      ager@chromium.org authored
      * src/hydrogen.cc (HEnvironment::CopyForInlining): As the code for both
        the ::HYDROGEN and ::LITHIUM compilation phases is the same, just use
        one code path and remove the arg.
      
      * src/hydrogen.h (HEnvironment): Remove now-unused CompilationPhase
        enum type and arg to CopyForInlining.
      
      * src/arm/lithium-arm.cc (LChunkBuilder::DoEnterInlined):
      * src/ia32/lithium-ia32.cc (LChunkBuilder::DoEnterInlined):
      * src/x64/lithium-x64.cc (LChunkBuilder::DoEnterInlined): Adapt
        callers.
      
      * AUTHORS: Add Igalia.
      
      BUG=
      TEST=I ran tools/test.py.
      
      Review URL: http://codereview.chromium.org/7272002
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8442 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      3f6043d3
  20. 08 May, 2011 1 commit
  21. 28 Apr, 2011 1 commit
  22. 23 Mar, 2011 1 commit
  23. 18 Mar, 2011 3 commits
  24. 08 Feb, 2011 1 commit
  25. 04 Feb, 2011 1 commit
  26. 02 Feb, 2011 1 commit
  27. 25 Jan, 2011 1 commit
  28. 02 Dec, 2010 1 commit
  29. 24 Nov, 2010 1 commit
  30. 09 Nov, 2010 1 commit
  31. 14 Oct, 2010 1 commit
  32. 15 Sep, 2010 1 commit
  33. 10 Sep, 2010 2 commits