1. 24 Sep, 2010 1 commit
  2. 25 Aug, 2010 1 commit
  3. 21 Jul, 2010 2 commits
  4. 29 Jun, 2010 1 commit
  5. 24 Jun, 2010 1 commit
  6. 22 Jun, 2010 1 commit
  7. 16 Jun, 2010 1 commit
  8. 02 Jun, 2010 1 commit
  9. 31 May, 2010 1 commit
  10. 20 May, 2010 1 commit
  11. 17 May, 2010 1 commit
    • mark@chromium.org's avatar
      Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac · e9b5d785
      mark@chromium.org authored
      Chromium build.
      
      v8.gyp no longer sets any V8_TARGET_ARCH_* macro on the Mac. Instead, the
      proper V8_TARGET_ARCH_* macro will be set by src/globals.h in the same way as
      the V8_HOST_ARCH_* macro when it detects that no target macro is currently
      defined. The Mac build will attempt to compile all ia32 and x86_64 .cc files.
      #ifdef guards in each of these target-specific source files prevent their
      compilation when the associated target is not selected. For completeness,
      these #ifdef guards are also provided for the arm and mips .cc files.
      
      BUG=706
      TEST=x86_64 Mac GYP/Xcode-based Chromium build (still depends on other changes)
      Review URL: http://codereview.chromium.org/2133003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e9b5d785
  12. 30 Apr, 2010 1 commit
  13. 12 Apr, 2010 1 commit
  14. 25 Mar, 2010 1 commit
  15. 24 Mar, 2010 1 commit
  16. 05 Mar, 2010 1 commit
  17. 26 Feb, 2010 2 commits
  18. 17 Feb, 2010 1 commit
  19. 15 Feb, 2010 1 commit
    • fschneider@chromium.org's avatar
      Introduce number type information in the virtual frame. · dbe99e40
      fschneider@chromium.org authored
      Each frame element gets a new attribute with number type information. A frame element can be: 
      
      - smi 
      - heap number 
      - number (i.e. either of the above) 
      - or something else. 
      
      The type information is propagated along with all virtual frame operations. 
      Results popped from the frame carry the number information with them.
      
      Two optimizations in the code generator make use of the new 
      information: 
      - GenericBinaryOpSyub omits map checks if input operands are numbers. 
      - Boolean conversion for numbers: Emit inline code for converting a number (smi or heap number) to boolean. Do not emit call to ToBoolean stub in this case.
      
      
      Review URL: http://codereview.chromium.org/545007
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3861 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      dbe99e40
  20. 12 Feb, 2010 1 commit
  21. 08 Feb, 2010 1 commit
  22. 02 Feb, 2010 1 commit
  23. 23 Dec, 2009 1 commit
  24. 10 Nov, 2009 1 commit
  25. 08 Oct, 2009 3 commits
  26. 07 Oct, 2009 1 commit
  27. 10 Sep, 2009 1 commit
  28. 31 Aug, 2009 1 commit
  29. 10 Aug, 2009 1 commit
  30. 26 Jun, 2009 1 commit
  31. 25 Jun, 2009 2 commits
  32. 24 Jun, 2009 3 commits
  33. 23 Jun, 2009 1 commit