ildjit-all-ml Mailing List for ILDJIT (Page 2)
Brought to you by:
campanoni
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
(6) |
Apr
(3) |
May
(8) |
Jun
(17) |
Jul
(5) |
Aug
(10) |
Sep
(28) |
Oct
(33) |
Nov
(18) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(11) |
Feb
(9) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: xan <cam...@el...> - 2009-02-06 17:56:37
|
Hi all, iljit and libiljitmm have been upgraded in order to consider the IRFLOAT32 as a stackable type. Changes are in CVS. Simone |
From: xan <cam...@el...> - 2009-02-05 15:28:11
|
Ciao a tutti, Il direttore della divisione AST di Grenoble Eric Flamand e Diego Melpignano ci propongono una presentazione dei loro progetti su una nuova architettura MPon chip (denominata Fabric) . La data proposta è 18 febbraio in aula E.G.6 dalle ore 14:00 alle 18:00 (Ufficio Dipartimento di Elettronica ed Informazione). Ciao Simone |
From: xan <cam...@el...> - 2009-01-29 12:31:51
|
Hi, iljit has been upgraded in order to implement the Threading.Interlocked internal methods. Some tests are added to ildjittester; actually there are 823 tests. Changes are in CVS. Simone |
From: xan <cam...@el...> - 2009-01-27 15:48:52
|
Hi, every packages of ILDJIT has been upgraded in order to fix some bugs and warnings. Changes are in CVS. Simone |
From: MikyT <mi...@gm...> - 2009-01-19 23:00:50
|
Hi, iljit has been updated to introduce some bugfix related to the ARM platform. Feature parity between the Intel X86 and the ARM versions of ILDJIT has been reached. The same tests of the test set (746/753) pass correctly. Changes are already in CVS. Michele |
From: xan <cam...@el...> - 2009-01-15 18:59:24
|
Ciao a tutti, questa email non riguarda update di ILDJIT, ma e' una comunicazione riguardante un seminario che sara' tenuto al DEI del Politecnico di Milano. Vi consiglio di venire se potete, in quanto la piattaforma e' di particolare interesse per il progetto ILDJIT. ======================================================== Il direttore della divisione AST di Grenoble Eric Flamand e Diego Melpignano ci propongono una presentazione dei loro progetti su una nuova architettura MPon chip (denominata Fabric) . La data proposta è 18 febbraio. ======================================================== Simone |
From: xan <cam...@el...> - 2009-01-14 13:21:41
|
Hi, new packages have been released. Simone |
From: xan <cam...@el...> - 2009-01-10 10:00:10
|
Hi, iljit has been upgraded in order to fix some bugs on the print internal calls. Simone |
From: Roberto F. <rob...@gm...> - 2009-01-08 15:05:22
|
Hello, new test programs for the C language support in ILDJIT have been added to the ILDJIT tester module; old ones have been upgraded as well. Roberto -- Roberto Farina ------------------------------------------------------------------------------------------------- Le informazioni trasmesse possono contenere documenti confidenziali e/o materiale riservato; sono quindi da intendersi ad uso esclusivo della persona e/o società a cui sono indirizzate. Qualsiasi modifica, inoltro, diffusione o altro utilizzo delle informazioni trasmesse da parte di persone e/o società diversi dai legittimi destinatari è proibito ai sensi della legge 196/2003. Qualora questa mail fosse stata ricevuta per errore, si prega di contattare il mittente e cancellarne il contenuto. -- Privileged/Confidential Information may be contained in this message. If you are not the addressee of this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. ------------------------------------------------------------------------------------------------- |
From: Roberto F. <rob...@gm...> - 2009-01-08 13:27:22
|
Hello, a bug has been fixed in the iljit module causing a wrong value being returned for a C program. In the Invoke function (internal_calls_utilities) we need to check for the required type when we build the parameter list and if a builtin type is needed, we need to retrieve the value from the object reference provided as input to the function (parametersArray). The upgrade has been already committed to the CVS repository. Roberto -- Roberto Farina ------------------------------------------------------------------------------------------------- Le informazioni trasmesse possono contenere documenti confidenziali e/o materiale riservato; sono quindi da intendersi ad uso esclusivo della persona e/o società a cui sono indirizzate. Qualsiasi modifica, inoltro, diffusione o altro utilizzo delle informazioni trasmesse da parte di persone e/o società diversi dai legittimi destinatari è proibito ai sensi della legge 196/2003. Qualora questa mail fosse stata ricevuta per errore, si prega di contattare il mittente e cancellarne il contenuto. -- Privileged/Confidential Information may be contained in this message. If you are not the addressee of this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. ------------------------------------------------------------------------------------------------- |
From: xan <cam...@el...> - 2009-01-08 11:12:27
|
Hi, iljit has been upgraded in order to fix a bug on the string manager. Simone |
From: xan <cam...@el...> - 2009-01-08 08:15:26
|
Hi, iljit has been upgraded in order to fix a bug on the reflection module. Simone |
From: MikyT <mi...@gm...> - 2009-01-01 18:54:53
|
Hi, iljit has been updated in order to introduce some modification to libjit (ARM backend) and iljit itself. String printing using methods like Console.WriteLine() now works on ARM. The "buffer" variable type in translate_method_from_cil_to_ir has been changed from "char" array to "signed char" array: ANSI C doesn't specify whether char is signed or not; X86 defaults to signed, ARM defaults to unsigned, but the behaviour of ILDJIT requires that specific variable to be signed, so it had to be stated explicitly. Now that ILDJIT is truely becoming multiplatform, I think that there should be particular care to write code that's really portable. Changes are in CVS. Happy New Year! Michele |
From: xan <cam...@el...> - 2008-12-29 18:18:33
|
Hi, iljit, libiljitmm, libiljitirprofiler and ildjittester have been released. Actually the regression test contains 729 programs and every one works correctly. Happy new year Simone |
From: xan <cam...@el...> - 2008-12-29 17:47:40
|
Hi, iljit, libiljitirprofiler and libiljitmm have been upgraded in order to fix some bugs. Simone |
From: MikyT <mi...@gm...> - 2008-12-28 21:54:44
|
Hi, iljit has been updated in order to introduce the latest changes to libjit's ARM backend. Now all of the internal libjit's tests pass successfully on the ARM platform (that is, the tests in the tests/ directory in libjit's sources). Work for full support of all the ILDJIT's test is still in progress. Changes are already in CVS. Michele |
From: xan <cam...@el...> - 2008-12-28 15:59:46
|
Hi, libiljitirprofiler has been upgraded in order to fix a bug on the VERSION macro. Some tests has been added to ildjittester (actually there are 734 complete C# and C programs). Changes are in CVS. Simone |
From: xan <cam...@el...> - 2008-12-28 15:36:59
|
Hi, iljit has been upgraded in order to fix some bugs on internal calls. Simone |
From: Stefano A. <ste...@gm...> - 2008-12-22 22:38:09
|
Hi, ildjit and libiljitirprofiler have been updated in order to export a new (better) interface for specialization between these two modules. libiljitir ha been updatein order to correct a bug in function newVariableID that didn't return the correct value. Changes have already been committed to CVS. Stefano |
From: xan <cam...@el...> - 2008-12-22 14:29:32
|
Hi, libiljitmm has been upgraded in order to fix a bug on decoding_tools.c for the VARARG functions. iljit has been upgraded to free the locals of a IR methods before translating it. Simone |
From: max <ma...@em...> - 2008-12-20 16:48:05
|
Hi, libiljitmm has been upgraded about signature_cmp function. Changes are in CVS. Max. -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it: http://www.email.it/f Sponsor: Proteggi la tua auto Con Direct Line risparmi oltre il 30% sulla tua polizza! In più per te, 15% di extra sconto! Scopri subito lofferta! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=8511&d=20081220 |
From: xan <cam...@el...> - 2008-12-19 23:57:55
|
Hi, iljit has been upgrade in order to finish the implementation of the calli CIL instruction, IRICALL IR instruction and switch CIL instruction. Also a bug has been fixed on the translation of CIL conversion operations. Changes are in CVS. Simone |
From: xan <cam...@el...> - 2008-12-15 20:03:28
|
Hi, iljit has been upgraded in order to fix a bug on the layout_manager.c module. Changes are in CVS. Simone |
From: xan <cam...@el...> - 2008-12-15 16:03:12
|
Hi, iljit has been upgraded in order to uncompress and install the documentation only when it is strictly necessary. Simone |
From: Roberto F. <rob...@gm...> - 2008-12-15 09:42:13
|
Hello, the switch instruction has been implemented in the iljit module. Roberto -- Roberto Farina ------------------------------------------------------------------------------------------------- Le informazioni trasmesse possono contenere documenti confidenziali e/o materiale riservato; sono quindi da intendersi ad uso esclusivo della persona e/o società a cui sono indirizzate. Qualsiasi modifica, inoltro, diffusione o altro utilizzo delle informazioni trasmesse da parte di persone e/o società diversi dai legittimi destinatari è proibito ai sensi della legge 196/2003. Qualora questa mail fosse stata ricevuta per errore, si prega di contattare il mittente e cancellarne il contenuto. -- Privileged/Confidential Information may be contained in this message. If you are not the addressee of this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. ------------------------------------------------------------------------------------------------- |