1. 16 Jun, 2015 1 commit
  2. 12 Jun, 2015 1 commit
    • chunyang.dai's avatar
      X87: Disable the test case for X87 since ea2cb139. · 8c57b2e1
      chunyang.dai authored
            The strong-object-set-proto test cases will throw one expected exception
            and the exception message should include the source position in the JS
            file. But crankshaft compiler does not generate the source position for
            it when creating the flow graph by default. The source position information
            is always zero. So it failed when comparing with the reference file.
      
            If we use crankshaft compiler on IA32 platform to run this test case, it
            has the same failure.
      
            we will open these test case for x87 once turbofan for X87 is enabled.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1179763003
      
      Cr-Commit-Position: refs/heads/master@{#29003}
      8c57b2e1
  3. 14 Apr, 2015 1 commit
    • chunyang.dai's avatar
      X87: Disable the test case for X87 since f3338dd3 · 31a3d5fc
      chunyang.dai authored
        The overwrite-builtins test cases will throw one expected exception
        and the exception message should include the source position in the JS
        file. But crankshaft compiler does not generate the source position for
        it when creating the flow graph by default. The source position information
        is always zero. So it failed when comparing with the reference file.
      
        If we use crankshaft compiler on IA32 platform to run this test case, it
        has the same failure.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1086503002
      
      Cr-Commit-Position: refs/heads/master@{#27807}
      31a3d5fc
  4. 10 Dec, 2014 1 commit
  5. 08 Dec, 2014 1 commit
  6. 14 Aug, 2014 1 commit
  7. 12 Feb, 2014 2 commits
  8. 24 Sep, 2013 1 commit
  9. 11 Jun, 2012 1 commit
  10. 05 Dec, 2011 1 commit
  11. 07 Dec, 2010 3 commits
  12. 04 Feb, 2010 1 commit
  13. 19 Aug, 2009 1 commit
  14. 14 Jul, 2009 1 commit
  15. 09 Jul, 2009 1 commit
  16. 26 Sep, 2008 2 commits
  17. 09 Sep, 2008 1 commit
  18. 02 Sep, 2008 1 commit
  19. 28 Aug, 2008 1 commit
  20. 22 Aug, 2008 1 commit
    • christian.plesner.hansen's avatar
      Included mjsunit JavaScript test suite and C++ unit tests. · c42f5829
      christian.plesner.hansen authored
      In the shell sample don't print the result of executing a script, only
      evaluating expressions.
      
      Fixed issue when building samples on Windows using a shared V8
      library.  Added visibility option on Linux build which makes the
      generated library 18% smaller.
      
      Changed build system to accept multiple build modes in one build and
      generate seperate objects, libraries and executables for each mode.
      
      Removed deferred negation optimization (a * -b => -(a * b)) since this
      visibly changes operand conversion order.
      
      Improved parsing performance by introducing stack guard in preparsing.
      Without a stack guard preparsing always bails out with stack overflow.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c42f5829