2003-04-10 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / mini / ChangeLog
1 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
2
3         * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
4
5         * driver.c: Added --print-vtable option as in the old JIT.
6
7 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
8
9         * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
10
11 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
12
13         * inssel.brg, basic.cs: fixed checked conversions to byte and short.
14
15 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
16
17         * mini.c regalloc.c regalloc.h: Fix memory leak.
18
19 2003-04-09  Dietmar Maurer  <dietmar@ximian.com>
20
21         * aot.c (mono_aot_get_method): register all used strings
22
23 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
24
25         * mini.c: always intern strings references with ldstr at compile time.
26
27 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
28
29         * Makefile.am: add BUILT_SOURCES.
30
31 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
32
33         * driver.c: give a better error message when the assembly to execute
34         doesn't have an entry point.
35
36 2003-04-07  Dietmar Maurer  <dietmar@ximian.com>
37
38         * Makefile.am: added hack for automake
39
40         * mono/mini/mini.c (mono_save_args): always copy arguments to keep
41         correct sematics.
42
43         * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
44
45 22003-04-07  Martin Baulig  <martin@ximian.com>
46
47         * Makefile.am: Added Makefile.am.
48
49         * debugger-main.c: Removed, this is now in the debugger where it
50         belongs.
51
52         * mini.pc.in: Call this package `mini' for the moment.
53