[pypy-svn] r40693 - pypy/dist/pypy/jit/codegen/test

arigo at codespeak.net arigo at codespeak.net
Sun Mar 18 14:34:12 CET 2007


Author: arigo
Date: Sun Mar 18 14:33:57 2007
New Revision: 40693

Added:
   pypy/dist/pypy/jit/codegen/test/rgenop_tests.py.merge.tmp
      - copied, changed from r40668, pypy/dist/pypy/jit/codegen/test/rgenop_tests.py
Log:
merging of http://codespeak.net/svn/pypy/branch/jit-virtual-world/pypy/jit/codegen/test/rgenop_tests.py
revisions 37673 to 40668:

    ------------------------------------------------------------------------
    r40547 | arigo | 2007-03-15 17:18:00 +0100 (Thu, 15 Mar 2007) | 2 lines
    
    (arigo, pedronis, arre) Support for some of the _ovf operations in the 386 backend.
    
    ------------------------------------------------------------------------
    r38136 | arigo | 2007-02-08 11:12:34 +0100 (Thu, 08 Feb 2007) | 2 lines
    
    Merge the new 386 jit backend into the jit-virtual-world branch.
    
    ------------------------------------------------------------------------
    r38130 | arigo | 2007-02-08 00:21:58 +0100 (Thu, 08 Feb 2007) | 6 lines
    
    Fix the logic about places, yet again.  Fix a stupid bug causing a
    jitted function to consume more and more stack space if it loops and
    contains a flexswitch.
    
    Now this backend seems to be up to running pypy-jits :-)
    
    ------------------------------------------------------------------------
    r38086 | arigo | 2007-02-07 19:06:07 +0100 (Wed, 07 Feb 2007) | 2 lines
    
    Forgot this with previous check-in.
    
    ------------------------------------------------------------------------
    r38080 | arigo | 2007-02-07 17:09:11 +0100 (Wed, 07 Feb 2007) | 2 lines
    
    Fixes, and a new test, for places with no initial value.
    
    ------------------------------------------------------------------------
    r38060 | arigo | 2007-02-07 13:44:55 +0100 (Wed, 07 Feb 2007) | 2 lines
    
    A branch with a refactoring of the i386 backend.
    
    ------------------------------------------------------------------------
    r37842 | arigo | 2007-02-03 01:07:26 +0100 (Sat, 03 Feb 2007) | 2 lines
    
    This is the test that shows the problem solved by r37836.
    
    ------------------------------------------------------------------------
    r37821 | arigo | 2007-02-02 20:55:35 +0100 (Fri, 02 Feb 2007) | 6 lines
    
    (arre, pedronis, arigo)
    
    Added RGenOp.genzeroconst(kind), convenient for the front-end and
    allowing the llgraph backend to produce a NULL pointer of precisely
    the correct type.  Easy implementation for the other backends.
    
    ------------------------------------------------------------------------
    r37675 | arigo | 2007-01-31 16:50:27 +0100 (Wed, 31 Jan 2007) | 2 lines
    
    A branch in which to try to make PyPy frames virtualizable.
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list