[penberg/jato] dc3db7: x86: Fix register encoding function names

2009-10-22 Thread noreply
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

[penberg/jato] 39c929: x86: Use lookup table for register numbers

2009-10-22 Thread noreply
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

[penberg/jato] 9436ba: vm: record type information in args_map

2009-10-22 Thread noreply
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

Re: [RFC PATCH 13/16] x86-64: XMM args register assignment

2009-10-22 Thread Pekka Enberg
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