Branch: refs/heads/master
Home: http://github.com/penberg/jato
Commit: dc3db7e21be77d6cb2cb7c8c4855446d17f05515
http://github.com/penberg/jato/commit/dc3db7e21be77d6cb2cb7c8c4855446d17f05515
Author: Pekka Enberg
Date: 2009-10-22 (Thu, 22 Oct 2009)
Changed paths:
M arch/x86/emit-code.c
Branch: refs/heads/master
Home: http://github.com/penberg/jato
Commit: 39c929f923e9984574f72a48bc70f6edb5c1
http://github.com/penberg/jato/commit/39c929f923e9984574f72a48bc70f6edb5c1
Author: Pekka Enberg
Date: 2009-10-22 (Thu, 22 Oct 2009)
Changed paths:
M arch/x86/emit-code.c
Branch: refs/heads/master
Home: http://github.com/penberg/jato
Commit: 9436ba2f62f9fd39d8632ae2c6159f1f184beb3c
http://github.com/penberg/jato/commit/9436ba2f62f9fd39d8632ae2c6159f1f184beb3c
Author: Eduard - Gabriel Munteanu
Date: 2009-10-22 (Thu, 22 Oct 2009)
Changed paths:
M arch/x8
On Wed, 2009-10-21 at 19:29 +0200, Tomasz Grabiec wrote:
> > + if (xmm_count < 8) {
> > + map->reg = args_map_alloc_xmm(xmm_count++);
> > + map->stack_index = -1;
> > + } else {
> > + m