15a0df52ed642a265f054050d869a9c46e9a8b62
[mono.git] / mono / mini / ChangeLog
1
2
3 Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
4
5         * jit-icalls.h: flag functions as internal here, too.
6
7 Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus@ximian.com>
8
9         * mini.h, aliasing.h, declsec.h, regalloc.h, trace.h: mark internal
10         functions with the internal attribute.
11
12 Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus@ximian.com>
13
14         * aot-compiler.c: fclose the file descriptor in the profile read loop.
15
16 Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
17
18         * mini.c, jit-icalls.c, inssel-float.brg: beginnings of support
19         for soft-float.
20
21 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
22
23         * mini-x86.c (emit_load_volatile_arguments): New function to handle arguments of
24         tail calls as on other platforms.
25
26         * mini.c (mono_method_to_ir): Fix a few tailcall problems. Fixes #79557.
27
28         * iltests.il: Add a few tailcall tests.
29
30 Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
31
32         * driver.c: fix loop for old compilers (bug #79521).
33
34 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
35
36         * mini-exceptions.c (ves_icall_get_trace): Remove debug printf.
37
38         * aot-runtime.c (mono_aot_get_class_from_name): Avoid a memory allocation.
39
40         * aot-compiler.c: Add a new option 'metadata-only' to only emit the cached
41         metadata without any code.
42
43         * mini-exceptions.c (mono_handle_native_sigsegv): Add some code to print out
44         more precise debugging information using gdb.
45
46 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
47
48         * inssel-ia64.brg: Make the helper methods static.
49
50 Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
51
52         * inssel-x86.brg: make the helper methods static.
53
54 Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus@ximian.com>
55
56         * inssel-amd64.brg, mini-amd64.c: small cleanup, use inst_call.
57
58 Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
59
60         * mini.c: updates for monoburg changes.
61         * inssel.brg: make a few helper functions static as they should.
62
63 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
64
65         * Makefile.am: Move mini-codegen.c to common_sources.
66
67 Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
68
69         * mini.h: instroduce inst_call in MonoInst for use in OUTARG
70         instructions.
71         * Makefile.am, cpu-g4.md, inssel-ppc.brg, mini-codegen.c, mini-ppc.c,
72         mini-ppc.h: port to use the common local register allocator.
73
74 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
75
76         * mini.h: Remove the comment too then.
77
78 Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus@ximian.com>
79
80         * mini.h: put back backend.data which is to be used shortly and
81         doesn't increase the size of MonoInst. If any 64 bit arch aligned
82         pointers on 4 byte boundaries it'd have much bigger issues running
83         and you can ifdef it out anyway.
84
85 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
86
87         * mini.h (MonoInst): Remove backend.data field since it is unused and increases
88         MonoInst size by 4 bytes on 64 bit machines.
89
90 Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
91
92         * *.{c,h,brg}: long due removal of the unused field in MonoInst and
93         replacement with more meaningful field names. Arch maintainers, please
94         check the assigned names are good enough for your arch.
95
96 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
97
98         * cpu-ia64.md mini-ia64.c inssel-ia64.brg mini-ops.h: Get rid of the 
99         OP_IA64_FETCHADD opcodes, use OP_ATOMIC_ADD_IMM_NEW opcodes instead.
100
101 Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
102
103         * mini.h, driver.c, optflags-def.h, Makefile.am: reduce runtime
104         relocations and memory requirements, put the optimization flags
105         definitions in their own file.
106
107 2006-09-24  Zoltan Varga  <vargaz@gmail.com>
108
109         * jit-icalls.c (mono_helper_stelem_ref): Remove this unused helper function.
110
111         * mini.c (mini_init): Remove reference to mono_helper_stelem_ref.
112
113 2006-09-22  Zoltan Varga  <vargaz@gmail.com>
114
115         * mini-amd64.c (add_valuetype): Fix an uninitialized memory issue.
116
117 Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus@ximian.com>
118
119         * inssel.brg: use the correct function to get the size of an item
120         in an array, given an element class.
121         * aot-compiler.c: do not access class->class_size directly.
122
123 Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
124
125         * mini.h, debug-mini.c: added a debugging function to print
126         info about local variables and arguments in a jitted method.
127
128 2006-09-20  Zoltan Varga  <vargaz@gmail.com>
129
130         * mini-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
131
132         * exceptions-ia64.c: Fix some problems reported by Bill Seurer <seurer@us.ibm.com>.
133
134 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
135
136         * mini-ia64.c (mono_arch_call_opcode): Avoid using the same loop index in the
137         inner and outer loops when passing vtypes.
138
139 Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus@ximian.com>
140
141         * mini-ppc.c: take into account the cpu errata for cache flushing
142         which caused some random errors (bug #79381).
143
144 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
145
146         * mini-amd64.c (mono_arch_emit_exceptions): Emit the call to 
147         mono_arch_throw_corlib_exception using emit_call () too. Fixes #79271.
148
149 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
150
151         * aot-runtime.c (load_aot_module): Return immeditely if the AOT module was already
152         loaded.
153
154         * exceptions-amd64.c (gregs_from_ucontext): Apply another patch from the
155         freebsd ports tree.
156
157         * mini-amd64.c (emit_call): Avoid near calls on freebsd.
158         (mono_arch_patch_code): Remove the unused handling of MONO_PATCH_INFO_CLASS_INIT.
159
160         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix check for 32 bitness of
161         displacement.
162
163 2006-09-13  Zoltan Varga  <vargaz@gmail.com>
164
165         * aot-runtime.c (load_aot_module_from_cache): Fix PPC build.
166
167 2006-09-12  Zoltan Varga  <vargaz@gmail.com>
168
169         * mini.c (UNVERIFIED): Add a 'break-on-unverified' MONO_DEBUG option so this 
170         macro does not have to be changed during debugging.
171
172         * cpu-alpha.md inssel-alpha.brg mini-alpha.h mini-alpha.c exceptions-alpha.c tramp-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
173
174         * cpu-pentium.md: Rename this to cpu-x86.md for consistency with other platforms.
175
176         * Makefile.am mini-x86.c mini-codegen.c: Rename pentium_desc to x86_desc.
177         
178         * mini.c (mini_get_ldelema_ins): Allow ldelema2d optimization if 
179         MONO_ARCH_NO_EMULATE_MUL is defined.
180
181         * mini-ia64.h (MONO_ARCH_CALLEE_FREGS): Reserve f33 for use by instructions.
182
183         * mini-ia64.h: Define MONO_ARCH_NO_EMULATE_MUL.
184
185         * mini-ia64.c: Implement CEE_MUL based on gcc emitted code.
186
187         * mini-ia64.c (mono_arch_lowering_pass): Optimize store_membase_imm with offset==0.
188         
189 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
190
191         * mini-x86.h mini-amd64.h mini-exceptions.c: Move the bsd specific MAP_ANON
192         stuff to mini-exceptions.c where it is used.
193
194         * mini-sparc.c (mono_arch_setup_jit_tls_data): Remove the duplicate altstack
195         setup code, the real one is in mini-exceptions.c.
196
197         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Move all dependencies on the
198         layout of ucontext_t to helper functions in exceptions-amd64.c, as on x86. Add
199         some changes from the freebsd ports tree.
200
201         * mini-amd64.h exceptions-amd64.c: Fix the amd64 build. Get rid of the SC_
202         constants.
203         
204         * mini-amd64.h: Freebsd has MAP_ANON instead of MAP_ANONYMOUS.
205
206 Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
207
208         * mini.c: on Linux, check for /proc to be mounted
209         (bug# 79351, novell bug#201204).
210
211 Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
212
213         * mini.c: handle cases where pthread_attr_getstack() behaves
214         incorrectly (bug #78096).
215
216 Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
217
218         * mini-arm.c: support larger stack frames (bug #79272).
219
220 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
221
222         * aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.
223
224         * aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef 
225         tokens.
226
227         * aot-runtime.c (mono_aot_get_class_from_name): New function used by 
228         mono_class_from_name () to find a class from its name.
229
230         * mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.
231
232 2006-09-07  Zoltan Varga  <vargaz@gmail.com>
233
234         * mini-amd64.c (emit_call): Avoid strstr () call if possible.
235
236 2006-09-05  Kornél Pál  <kornelpal@gmail.com>
237
238         * Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
239
240 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
241
242         * mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
243         callinfo->trampoline.
244
245         * mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
246         fixes #79271.
247         (mono_arch_patch_code): Add some debug code to help track down similar failures in the
248         future.
249
250 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
251
252         * aot-runtime.c (mono_aot_plt_resolve): Add an assert.
253
254 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
255
256         * tramp-x86.c (mono_arch_create_specific_trampoline): Don't increase
257         stats.method_trampolines, it is already done by the generic trampoline code.
258
259         * tramp-amd64.c (mono_arch_create_specific_trampoline): Ditto.
260         
261 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
262
263         * mini.c: Remove some references to mono_compile_aot, and use cfg->compile_aot instead.
264
265         * aot-runtime.c: Add some tweaks to the MONO_AOT_CACHE functionality.
266
267         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix a FIXME.
268
269         * mini.c (print_jit_stats): Print mscorlib mempool size too.
270         
271         * mini.c (print_jit_stats): Print new stats.
272
273         * *-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
274
275 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
276
277         * mini.c (mini_get_ldelema_ins): Fix verifier error when calling
278         Address on two dimensional arrays. Fixes #78729.
279
280         * mini.h (MonoCompile): Add a 'skip_visibility' field.
281
282         * mini.c (method_to_ir): Disable visibility checks if skip_visibility is set on
283         a method.
284
285         * mini-amd64.c (mono_arch_emit_exceptions): Fix assertion introduced by the last change.
286
287         * mini.c (mono_runtime_cleanup_handlers): Clean up signal handlers on unix. Fixes
288         #79130.
289         
290         * mini.c (handle_array_new): Applied patch from "briaeros007". Fix
291         a race condition.
292         (mini_get_ldelema_ins): Ditto.
293
294 2006-08-30  Zoltan Varga  <vargaz@gmail.com>
295
296         * mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
297         (mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation. 
298         Fixes #79213.
299
300 2006-08-29 Neale Ferguson <neale@sinenomine.net>
301
302         * mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0 arguments. Add
303         mono_arch_get_patch_offset as a dummy entry point to allow successful link. 
304
305         * exceptions-s390x.c: Cosmetic change.
306
307         * tramp-s390.c: Fix warning.
308
309         * cpu-s390.md: Correct length of mul_imm.
310
311 Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
312
313         * aot-compiler.c: added binary writer with ELF backend
314         implementation (only on Linux/x86 for now).
315
316 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
317
318         * Makefile.am: Don't run net 2.0 AOT tests.
319
320         * aot-compiler.c (compile_method): Skip methods with tail calls as well.
321         (mono_compile_assembly): Skip net 2.0 assemblies as well.
322
323         * aot-runtime.c (load_patch_info): Fix an uninitialized memory error.
324
325 Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
326
327         * aot-compiler.c: simplified and refactored the asm-writing code
328         to allow different backends.
329
330 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
331
332         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
333
334         * aot-compiler.c aot-runtime.c: Reorg the GOT slot allocation code a 
335         little. Share patches of type TYPE_FROM_HANDLE as well.
336
337         * mini.c (mono_patch_info_equal): New helper function.
338         (mono_patch_info_hash): Ditto.
339
340         * aot-compiler.c (emit_method_code): Fix s390 build.
341
342         * mini.c (mono_allocate_stack_slots_full): Fix yet another place where byref
343         is not handled because it is stored as a flag and not as a type ctor. Fixes
344         #79016.
345
346 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
347
348         * aot-compiler.c: Fix computation of GOT slot statistics.
349         
350         * aot-compiler.c aot-runtime.c: Implement sharing of GOT slots for classes/fields.
351         Also remove support for not PIC AOT.
352
353         * mini.h: Bump AOT file format version.
354
355         * objects.cs: Add a test for #78990.
356
357         * mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
358         (peter.dettman@iinet.net.au). Fixes #79087.
359
360         * basic-long.cs: Add a test for the above.
361
362 2006-08-16  Zoltan Varga  <vargaz@gmail.com>
363
364         * aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.
365         
366         * aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
367         code somewhat.
368
369 2006-08-15  Zoltan Varga  <vargaz@gmail.com>
370
371         * mini.c (mini_init): Fix registration of idiv/imul opcodes which can throw
372         exceptions.
373
374 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
375
376         * mini.c: Don't verify COM proxy invoke calls
377         
378
379 2006-08-10  Dick Porter  <dick@ximian.com>
380
381         * wapihandles.c (mini_wapi_seminfo): More info, to help track down
382         which process is holding semaphores locked.
383
384 2006-08-08  Zoltan Varga  <vargaz@gmail.com>
385
386         * mini-ia64.c mini-amd64.c: Fix #79027.
387
388         * mini-sparc.c (mono_arch_call_opcode): Fix the previous patch.
389
390         * mini-sparc.c (mono_arch_call_opcode): Fix #79027.
391
392         * mini-x86.c (mono_arch_call_opcode): Handle the case where there are no
393         implicit arguments in a vararg call. Fixes #79027.
394
395 2006-08-07  Zoltan Varga  <vargaz@freemail.hu>
396
397         * mini.c (mono_get_element_address_signature): Use CDECL calling convention on windows. Fixes #78969.
398         (mono_get_array_new_va_signature): Ditto.
399
400 2006-08-05  Zoltan Varga  <vargaz@gmail.com>
401
402         * aot-runtime.c: Call init_plt lazily.
403
404         * inssel-long.brg: Fix unsigned long->int conversion.
405
406         * aot-runtime.c (init_plt): Remove a redundant make_writable () call.
407
408         * aot-compiler.c aot-runtime.c: Reorganize the file structure in the amd64 case so
409         that most data is now in the .rss/.data section.
410
411 2006-08-04  Zoltan Varga  <vargaz@gmail.com>
412
413         * aot-compiler.c: Correct the computation of the 'direct-calls' statistic.      
414
415         * aot-compiler.c: Print the number of methods without GOT slots as a statistics.
416
417         * aot-compiler.c aot-runtime.c tramp-amd64.c: Resurrect amd64 AOT support.
418
419         * tramp-amd64.c (mono_arch_patch_callsite): Fix a warning.
420
421         * jit-icalls.c (mono_helper_compile_generic_method): Unbox vtypes since this is a
422         virtual call. Fixes #79010.
423
424         * mini.c (mono_method_to_ir): Pass an additional out arg to compile_generic_method 
425         and use the result as the this argument in the real call.
426
427         * generics.2.cs: Add a new test for #79010.
428         
429 2006-08-03  Zoltan Varga  <vargaz@gmail.com>
430
431         * mini-x86.c: Fix a warning.
432
433         * aot-compiler.c: Add a bunch of statistics.
434
435         * mini.c (inline_method): Disable inlining in out-of-line bblocks.
436
437 2006-08-02  Zoltan Varga  <vargaz@gmail.com>
438
439         * mini-arch.h Makefile.am mini-ops.h mini-codegen.c: More alpha updates.
440
441 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
442
443         * cpu-alpha.md inssel-alpha.brg mini-alpha.h mini-alpha.c exceptions-alpha.c tramp-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
444
445 2006-07-13  Miguel de Icaza  <miguel@novell.com>
446
447         * mini.c (mono_method_to_ir): Obtain the original method in the
448         CIL stream and use this to perform validation.
449
450         Fixed: #78816
451
452 2006-07-19  Zoltan Varga  <vargaz@gmail.com>
453
454         * mini-x86.c (mono_arch_get_argument_info): Fix a warning.
455         (mono_arch_call_opcode): Ditto.
456
457         * mini.c (mono_method_to_ir): Clear ins_flag at the end of CEE_CALL. Fixes
458         #78826.
459
460         * mini.c (mono_patch_info_dup_mp): New helper function.
461         
462         * aot-compiler.c (compile_method): Fix some of the memory allocated during
463         compilation. Fixes #78827.
464
465 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
466
467         * declsec.c: Use original security informations for
468           MONO_WRAPPER_MANAGED_TO_MANAGED.
469
470 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
471
472         * mini.c: Allow Com Interop methods/classes and
473         don't verify COM wrapper calls
474         
475
476 2006-07-13  Zoltan Varga  <vargaz@gmail.com>
477
478         * inssel-long32.brg: Fix long->i4 checked conversion.
479
480         * exceptions.cs: Add a test for the above.
481
482 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
483
484         * mini-exceptions.c (mono_setup_altstack): Fix a memory leak.
485
486         * mini.c: Applied patch from Joachim Ante (joe@otee.dk). Fix some shutdown 
487         leaks.
488
489         * helpers.c (mono_disassemble_code): Avoid using fixed temporary files. Fixes
490         #78775.
491
492 2006-07-03  Zoltan Varga  <vargaz@gmail.com>
493
494         * mini.c: Fix solaris/x86 exception handling.
495
496         * Makefile.am: Get rid of $(ICU_LIBS).
497
498 2006-07-02  Zoltan Varga  <vargaz@gmail.com>
499
500         * mini-exceptions.c: Fix handling of unhandled SIGSEGV exceptions on ia64.
501         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Use MONO_INIT_CONTEXT_FROM_CURRENT.
502         (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): Ditto.
503
504         * mini-ia64.h (MONO_CONTEXT_SET_FUNC): New macro.
505
506         * mini-exceptions.c (mono_handle_native_sigsegv): Prevent infinite loops if
507         this function causes a SIGSEGV.
508
509 2006-06-22  Zoltan Varga  <vargaz@gmail.com>
510
511         * mini.c: Remove unused solaris/x86 includes.
512
513 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
514
515         * jit.h: Add G_BEGIN_DECLS/G_END_DECLS.
516
517 2006-06-20  Jb Evain  <jbevain@gmail.com>
518
519         * cpu-g4.md: fix max length of start_handler instruction.
520
521 2006-06-20  Massimiliano Mantione  <massi@ximian.com>
522         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
523
524 2006-06-16  Massimiliano Mantione  <massi@ximian.com>
525         * ssa.c: Fixed bug 78653 for SSA based deadce.
526         * mini.h: added MONO_INST_DEFINITION_HAS_SIDE_EFFECTS flag go
527         MonoInst.flags, used in SSA based deadce.
528         * aliasing.c: Fixed bug 78653 for "fastpath" deadce.
529         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78653.
530
531 Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
532
533         * tramp-ppc.c: don't use malloc () for trampoline code, sometimes
534         it can end up using non executable memory on ppc64 systems
535         running ppc32 userspace (fix from Johannes Berg).
536
537 2006-06-14  Dick Porter  <dick@ximian.com>
538
539         * wapihandles.c: Fix a bunch of signed/unsigned warnings from gcc
540         4.1.1
541
542 2006-06-13  Massimiliano Mantione  <massi@ximian.com>
543         * mini.c: Made so that inline is locally disabled if it would
544         trigger a .cctor, because too many apps depend on this behavior
545         (which seems to be also the one of the MS CLR).
546
547 2006-06-13  Zoltan Varga  <vargaz@gmail.com>
548
549         * mini-amd64.c (mono_emit_stack_alloc): Fix initialization of localloc'ed memory.
550         No idea why this worked before.
551
552         * branch-opts.c (mono_branch_optimize_exception_target): Avoid branches
553         which branch to outer exception clauses since they could skip the
554         inner finally clauses. Fixes #78633.
555
556         * exceptions.cs: Add a test for the above.
557
558         * mini.c (merge_basic_blocks): Nullify the branch at the end of the first bb.
559         Fixes #78629.
560
561         * iltests.il: Add a test for the above.
562
563 2006-06-12  Zoltan Varga  <vargaz@gmail.com>
564
565         * mini.c (remove_block_if_useless): Do not remove the bblock immediately
566         after the end of a try bblock, to prevent asserts in mini_method_compile ().
567
568         * iltests.il: Add a test for the above.
569
570 2006-06-10  Zoltan Varga  <vargaz@gmail.com>
571
572         * mini-ia64.c (mono_arch_lowering_pass): Remove some code duplication.
573         
574         * mini-ia64.c inssel-ia64.brg: Implement the new net 2.0 Interlocked.Add
575         methods as instrinsics.
576
577 2006-06-09  Wade Berrier <wberrier@novell.com>
578
579         * Makefile.am: Fix sources list for svn rename so that make dist succeeds
580         (simple-cee-ops.h ssapre-mini-ops.h)
581
582 2006-06-09  Neale Ferguson <neale@sinenomine.net>
583
584         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
585         * mini-s390x.c, mini-s390.c: Correct ATOMIC operations (incorrect register for CS
586         instruction).
587         * mini-s390x.h, mini-s390.h: Simplify MCONTEXT_GET_BP.
588         * cpu-s390x.md: Fix max. length values for a couple of instructions.
589
590 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
591
592         * mini-exceptions.c: Minor fix for building mono in Visual Studio.
593
594 2006-06-08  Massimiliano Mantione  <massi@ximian.com>
595
596         * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
597         * simple-cee-ops.h: Was "ssapre-cee-ops.h" (renamed).
598         * ssapre-mini-ops.h: Renamed as "simple-mini-ops.h"
599         * simple-mini-ops.h: Was "ssapre-mini-ops.h" (renamed).
600         * local-propagation.c: In mono_cprop_invalidate_values use a whitelist
601         of opcodes, so that bug 78549 should not happen again.
602         * ssapre.c: Updated to use the renamed files.
603
604 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
605
606         * mini-amd64.c (mono_arch_output_basic_block): Fix a wrong reg-reg move 
607         in OP_ATOMIC_EXCHANGE_I4.
608
609 2006-06-07  Wade Berrier <wberrier@novell.com>
610
611         * tramp-s390.c: Fix s390 build (add missing pointer declarations 
612         in mono_debugger_create_notification_function)
613
614 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
615
616         * mini.c (NEW_AOTCONST_TOKEN): Fix amd64 build.
617         
618         * mini.c (type_from_stack_type): Disable some changes which do not
619         seem to work.
620
621         * driver.c: Reenable opts.
622
623         * mini.h (MonoStackSlot): New structure to keep track of the verification state
624         of the evaluation stack.
625         
626         * mini.h (MonoBasicBlock): Add a 'stack_state' field to keep track of the
627         evaluation stack trace at entry to the bblock.
628
629         * mini.c (merge_stacks): New function to perform verification of stack merges.
630         Turned off by default.
631
632         * mini.c: Fill up ins->klass for instructions whose type is STACK_OBJ or
633         STACK_MP.
634         
635 2006-06-06  Massimiliano Mantione  <massi@ximian.com>
636
637         * local-propagation.c: Fixed bug 78549.
638
639 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
640
641         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on ia64.
642
643 2006-06-02  Miguel de Icaza  <miguel@novell.com>
644
645         * tramp-sparc.c, tramp-ppc.c, tramp-s390.c, tramp-s390x.c,
646         tramp-arm.c, tramp-ia64.c
647         (mono_debugger_create_notification_function): Update signature to
648         new signature and use new protocol for creating the notification
649         function.  
650
651         Should fix the build.
652
653 2006-06-02  Geoff Norton  <gnorton@customerdna.com>
654
655         * exceptions-ppc.c (mono_jit_walk_stack)
656         (ves_icall_get_frame_info): Fix the build
657
658 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
659
660         * mini.c (mono_set_defaults): Fix the handling of -O=-all.
661
662 2006-05-31  Raja R Harinath  <rharinath@novell.com>
663
664         * il2tests.2.il: New file for generics CIL tests.  Add test for
665         #78019.
666         * Makefile.am: Update.
667
668         Fix #78019
669         * mini.c (mono_method_to_ir): Don't apply box+brtrue optimization
670         to nullable types.
671
672 2006-05-30  Massimiliano Mantione  <massi@ximian.com>
673
674         * aliasing.c: Fixed bug 78311.
675
676 2006-05-29  Martin Baulig  <martin@ximian.com>
677
678         * mini-exceptions.c (mono_find_jit_info): When computing the
679         native offset, check whether we're actually inside the method's
680         code; call mono_debug_print_stack_frame() to format the frame.
681         (ves_icall_System_Exception_get_trace): Call
682         mono_debug_print_stack_frame() to format the stack frame.
683         (ves_icall_get_trace): Update to the new debugging API.
684         (mono_jit_walk_stack_from_ctx): Likewise.
685         (ves_icall_get_frame_info): Likewise.
686
687         * mini.c (get_method_from_ip): Use the new debugging API.
688         (mono_print_method_from_ip): Likewise.
689
690         * exceptions-ppc.c
691         (mono_jit_walk_stack): Use the new debugging API.
692         (ves_icall_get_frame_info): Likewise.   
693
694 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
695
696         * mini-amd64.c (mono_arch_output_basic_block): Fix MONO_PROFILE_COVERAGE.
697
698 2006-05-25  Massimiliano Mantione  <massi@ximian.com>
699
700         * mini.c: Added "limitator" to inline for debugging.
701
702 2006-05-24  Martin Baulig  <martin@ximian.com>
703
704         * debug-debugger.c (mono_debugger_init): Create a private,
705         malloc()-based code manager for the notification function and
706         intentionally leak it on exit.  This fixes the crash-on-exit race
707         condition.
708
709         * tramp-amd64.c
710         (mono_debugger_create_notification_function): Added
711         `MonoCodeManager *' argument.
712
713         * tramp-x86.c
714         (mono_debugger_create_notification_function): Added
715         `MonoCodeManager *' argument.
716
717 2006-05-23  Massimiliano Mantione  <massi@ximian.com>
718
719         * aliasing.c: Fixed 64 bit issue.
720         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
721         default since all known bugs are fixed (one more time!).
722
723 Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
724
725         * mini.c: write barrier support.
726
727 2006-05-23  Martin Baulig  <martin@ximian.com>
728
729         * debug-debugger.c: Revert Paolo's change.  Add comment and #error
730         check at the top of the file.
731
732 Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
733
734         * debug-debugger.c: fix the build. Again. Hopefully Martin will stop
735         reverting changes without reason and without changelog entries.
736
737 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
738
739         * mini-sparc.c (mono_arch_output_basic_block): Add support for large stack offets
740         to a few opcodes. Fixes #78439.
741
742         * mini-sparc.c: Rename mono_sparch_break () to mono_arch_break () to improve
743         consistency with other archs.
744
745         * mini-ia64.c (mono_arch_emit_prolog): Remove debug stuff left in by mistake.
746
747 Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
748
749         * debug-debugger.c: fix the build.
750
751 2006-05-17  Martin Baulig  <martin@ximian.com>
752
753         * debug-debugger.c
754         (debugger_thread_vtable): Moved here from ../metadata/threads.c.
755         (debugger_init_threads): Formerly known as mono_debugger_init_threads().
756         (debugger_finalize_threads): Formaly known as mono_debugger_finalize_threads().
757         (debugger_attach): Call GC_mono_debugger_add_all_threads().
758
759 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
760
761         * mini.c (mini_init): Call pthread_attr_destroy () to fix a small memory leak.
762
763 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
764
765         * mini-x86.c (mono_arch_instrument_epilog): Fix handling of 
766         MONO_TYPE_GENERICINST.
767         
768         * mini-amd64.c (mono_arch_instrument_epilog): Fix handling of 
769         MONO_TYPE_GENERICINST.
770
771 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
772
773         * mini-x86.c (mono_arch_get_vcall_slot_addr): Add a missing call sequence. Fixes
774         #78325.
775
776 2006-05-08  Zoltan Varga  <vargaz@gmail.com>
777
778         * mini.c (mono_create_jump_trampoline): Allocate MonoJitInfo from the domain
779         mempool.
780         (mono_jit_free_method): Remove the method from jump_trampoline_hash as well.
781
782 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
783
784         * mini.c (mini_cleanup): Applied patch from Joachim Ante (joe@otee.dk). Call
785         mono_trace_cleanup ().
786
787         * iltests.il: Fix problem with the newly added test.
788
789         * mini-codegen.c (mono_local_regalloc): When changing the dreg of an instruction
790         due to register constraints, free up the previous hreg. Fixes #78314.
791
792         * iltests.il: Add new test for #78314.  
793
794         * mini-x86.c (mono_arch_get_inst_for_method): Use OP_ATOMIC_ADD_NEW_I4 for
795         Interlocked.Add. Fixes #78312.
796
797         * mini-amd64.c (mono_arch_get_inst_for_method): Ditto.
798         
799 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
800
801         * inssel.brg (mini_emit_virtual_call): Fix a warning.
802
803 2006-05-05  Martin Baulig  <martin@ximian.com>
804
805         * debug-mini.c (mono_debug_open_block): New method.
806
807         * mini-amd64.c
808         (mono_arch_output_basic_block): Call mono_debug_open_block() at
809         the beginning of each basic block.
810
811         * mini-x86.c
812         (mono_arch_output_basic_block): Call mono_debug_open_block() at
813         the beginning of each basic block.
814
815 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
816
817         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
818         default until I understand why they break the build on amd64.
819
820 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
821
822         * mini.c (mini_cleanup): Call mono_cleanup ().
823
824         * mini.c (UNVERIFIED): New macro to make it easier to track down verification
825         errors.
826
827 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
828
829         * aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
830         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
831         default since all known bugs are fixed, and I cannot reproduce bug
832         77944... I'm asking Matt Hargett to test again after this commit.
833
834 2006-04-28  Massimiliano Mantione  <massi@ximian.com>
835
836         * mini-codegen.c: Fixed typo that thrashed inline.
837
838 2006-04-28  Zoltan Varga  <vargaz@gmail.com>
839
840         * dominators.c (compute_dominators): Avoid using a worklist since
841         it is not correct in some cases. Instead, iterate over all bblocks as
842         in the original paper. Fixes --compile-all -O=all System.Xml.dll.
843
844 2006-04-28  Miguel de Icaza  <miguel@novell.com>
845
846         * mini.c (mono_jit_compile_method_inner): Use
847         mono_prepare_exception_from_error that resets the value
848         internally.
849
850 2006-04-27  Miguel de Icaza  <miguel@novell.com>
851
852         * mini.c: Move the mini_loader_error_to_exception to metadata. 
853         
854 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
855
856         * aliasing.c: Fixed bug 78210.
857
858 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
859
860         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
861         default until all their problems (or the ones they trigger) are fixed.
862
863 2006-04-26  Zoltan Varga  <vargaz@gmail.com>
864
865         * aot-runtime.c (mono_aot_get_method_from_token_inner): Fix the previous patch.
866         
867         * aot-runtime.c (mono_aot_get_method_from_token_inner): Mark the method
868         as loaded only after resolving patches since that could invoke the same method.
869
870         * aot-runtime.c (mono_aot_plt_resolve): Fix ppc etc. builds.
871
872         * aot-compiler.c: Refactor mono_aot_compile_aot () into a bunch of smaller
873         functions.
874
875         * aot-runtime.c (init_plt): Use a normal trampoline to transfer code to the
876         AOT loader.
877
878         * aot-compiler.c (emit_plt): Pass the plt offset in %eax instead of on the
879         stack.
880
881         * mini-trampolines.c (mono_aot_plt_trampoline): New trampoline to handle calls
882         made from AOT code through the PLT table.
883
884         * mini-x86.h mini-amd64.h: Define MONO_ARCH_AOT_PLT_OFFSET_REG to the register
885         holding the plt offset when a call is made to the aot plt trampoline.
886         
887 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
888
889         * aot-runtime.c aot-compiler.c cpu-amd64.md mini-amd64.c: Update parts of the 
890         amd64 AOT support.
891
892         * Makefile.am (common_sources): Fix build breakage.
893
894         * aot-runtime.c aot-compiler.c: Reorganize the AOT code yet again: Make all
895         calls through a jump table similar to the ELF PLT table. Avoid indirect calls for
896         intra-assembly calls if possible.
897         
898         * tramp-*.c: Add new functions for patching/nullifying PLT entries.
899
900         * mini-trampolines.c: Handle PLT entries.
901
902         * mini.c: Avoid creating a GOT var for calls.
903
904         * jit-icalls.c (helper_ldstr_mscorlib): New helper function for loading strings
905         from mscorlib code.
906
907         * jit-icalls.c (helper_newobj_mscorlib): New helper function to create objects
908         from mscorlib code.
909
910         * mini.c (mono_method_to_ir): Use the new helper functions in throw bblocks in
911         AOT code.       
912
913         * mini.h: Bump AOT file format version.
914         
915         * mini.c (get_basic_blocks): Fix the calculation of bb->out_of_line so it
916         covers more cases.
917
918 2006-04-25  Martin Baulig  <martin@ximian.com>
919
920         * driver.c: Disable copyprop, consprop and inline when running
921         inside the debugger.
922
923 2006-04-25  Martin Baulig  <martin@ximian.com>
924
925         * debug-debugger.h (MonoDebuggerInfo): Replaced `get_thread_id'
926         with `get_current_thread' and added `detach'.
927         (MonoDebuggerMetadataInfo): Added `thread_size',
928         `thread_tid_offset', `thread_stack_ptr_offset' and
929         `thread_end_stack_offset'.
930
931 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
932
933         * aot.c Makefile.am: Split aot.c into two new files aot-compiler.c and 
934         aot-runtime.c.
935
936         * inssel.brg (mini_emit_load_intf_reg_vtable): Use a new kind of AOT constant
937         ADJUSTED_IID to avoid the need for adjusting the IID at runtime.
938
939         * mini.h (MonoJumpInfoType): Add MONO_PATCH_INFO_ADJUSTED_IID.
940
941         * mini.c (mono_resolve_patch_target): Handle ADJUSTED_IID.
942
943         * aot.c: Add support for ADJUSTED_IID.  
944
945 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
946
947         * aot.c (emit_method_order): Don't align method_order_end.
948
949         * inssel.brg (stmt): Fix interface calls in AOT code which got broken by
950         the interface ID changes.
951
952 2006-04-21  Dick Porter  <dick@ximian.com>
953
954         * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
955         cleaning up a thread.  Fixes the new part of bug 77470.
956
957 2006-04-20  Geoff Norton  <gnorton@customerdna.com>
958
959         * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
960         to managed wrapper.
961                      
962 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
963
964         * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
965         
966         * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
967         SIGSEGV. Fixes #78072.
968
969         * mini-exceptions.c (mono_handle_native_sigsegv): Add a 'signal' argument,
970         unregister our SIGABRT handler.
971
972 2006-04-19  Massimiliano Mantione  <massi@ximian.com>
973
974         * mini.c: Disabled inline where it can alter the call stack in a
975         way visible from managed code.
976         * driver.c: enabled inline,consprop,copyprop,treeprop,deadce by
977         default.
978
979 2006-04-16  Zoltan Varga  <vargaz@gmail.com>
980
981         * mini-amd64.c (mono_arch_emit_prolog): Attach the thread to the runtime as it is done
982         on other platforms. Fixes #78089.
983
984 2006-04-13  Martin Baulig  <martin@ximian.com>
985
986         * driver.c: Also check a `MONO_INSIDE_MDB' environment variable to
987         determine whether we're inside the debugger.
988
989         * debug-debugger.h
990         (MonoDebuggerMetadataInfo): Added all offsets from `MonoDefaults'.
991
992 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
993
994         * mini.c (mono_method_to_ir): Handle multiple LEAVE statements inside a single
995         handler clauses. Fixes #78024.
996
997         * mini-sparc.c (mono_arch_output_basic_block): Handle large offsets
998         in the CALL_MEMBASE opcodes. Fixes #78088.
999         (mono_arch_get_vcall_slot_addr): Ditto.
1000
1001 2006-04-10  Martin Baulig  <martin@ximian.com>
1002
1003         * debug-debugger.c: The thread handling code has now been moved
1004         into ../metadata/threads.c.
1005
1006 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
1007
1008         * driver.c (mono_main): Fix --with-gc=none build.
1009
1010         * mini-codegen.c (mono_spillvar_offset): Improve alignment.
1011         (mono_spillvar_offset_float): Ditto.
1012         (mono_local_regalloc): Only do the OP_MOVE optimization if ins->dreg is a local
1013         hreg, not when its !global, since on ia64, there is a third category: stacked
1014         registers.      
1015
1016 Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus@ximian.com>
1017
1018         * mini.c: set MonoInst->klass for load field address and a few other
1019         places.
1020
1021 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
1022
1023         * helpers.c (mono_disassemble_code): Emit debug info on amd64 as well.
1024
1025 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
1026
1027         * dominators.c (compute_dominators): Fix yet another bug which surfaced after
1028         the branch opt changes.
1029
1030 2006-04-06  Dick Porter  <dick@ximian.com>
1031
1032         * wapihandles.c (mini_wapi_semdel): Fix parameters in semctl () call.
1033         
1034         * wapihandles.c (mini_wapi_seminfo): 
1035         * driver.c (mono_main): Add semaphore info option
1036
1037 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
1038
1039         * dominators.c (compute_dominators): Fix a bug which surfaced after the recent
1040         branch optimization changes. Fixes #78009.
1041
1042 Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
1043
1044         * mini.c: ignore accessibility of methods in managed->native wrappers.
1045
1046 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
1047
1048         * mini.c (mini_cleanup): Call print_jit_stats () earlier since it accesses metadata.
1049         
1050         * mini.c (mini_cleanup): Free 'emul_opcode_map' as well.
1051
1052 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
1053
1054         * mini.c: Modify the branch optimizations to preserve the invariant that
1055         the entries inside the in_bb and out_bb arrays are unique.
1056         (mono_unlink_bblock): Avoid creation of new arrays.
1057
1058 2006-04-02  Zoltan Varga  <vargaz@gmail.com>
1059
1060         * mini.c (mono_unlink_bblock): Fix regression caused by previous
1061         change (#77992).
1062
1063 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
1064
1065         * mini.c (optimize_branches): Remove the "optimizations" in
1066         the cbranch1/cbranch2 -> branch cases which were causing several
1067         problems in the past. Fixes #77986.
1068
1069 2006-03-31  Chris Toshok  <toshok@ximian.com>
1070
1071         * driver.c (DEFAULT_OPTIMIZATIONS): back out the new set of
1072         default optimizations :(
1073
1074 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
1075
1076         * inssel-x86.brg mini-codegen.c mini.c: Merge some changes/fixes from linear-il
1077         branch.
1078
1079 2006-03-31  Massimiliano Mantione  <massi@ximian.com>
1080
1081         * local-propagation.c: Added comments to structs and removed
1082         "Mono" prefixes from local tree mover types.
1083
1084 2006-03-30  Zoltan Varga  <vargaz@gmail.com>
1085
1086         * Makefile.am (arch_sources): Define this for each architecture so 
1087         libmono_la_SOURCES is defined in one place.
1088
1089 Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
1090
1091         * driver.c, wapihandles.c, Makefile.am: integrate the io-layer utils
1092         from handles/.
1093
1094 Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus@ximian.com>
1095
1096         * driver.c: print the GC name supplied by configure.
1097
1098 2006-03-29  Massimiliano Mantione  <massi@ximian.com>
1099
1100         * local-propagation.c: Added tree mover, and moved here all the
1101         local propagation code from mini.c
1102         * mini.c: Added support for treeprop, and moved all the local
1103         propagation code to local-propagation.c
1104         * mini.h: Added support for treeprop
1105         * driver.c: Added support for treeprop, enabled consprop, copyprop,
1106         treeprop, inline and deadce by default
1107         * Makefile.am: Added local-propagation.c
1108
1109 2006-03-25  Zoltan Varga  <vargaz@gmail.com>
1110
1111         * exceptions-sparc.c: Applied patch from David S. Miller  <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
1112
1113 Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus@ximian.com>
1114
1115         * debug-debugger.c: make it compile without the Boehm GC.
1116
1117 Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus@ximian.com>
1118
1119         * mini.c: fixed issue with mismatch when an icall is registered
1120         with multiple names but same address.
1121
1122 Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus@ximian.com>
1123
1124         * declsec.c, mini-exceptions.c: use write barrier to set reference
1125         fields of managed objects.
1126
1127 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
1128
1129         * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
1130         (can_access_internals): Fix a warning.
1131
1132         * mini.c (print_method_from_ip): Rename this to 
1133         mono_print_method_from_ip so it gets exported.
1134
1135         * trace.c: Deal with strings inside StringBuilder's containing garbage
1136         and fix memory leaks. Fixes #77848.
1137
1138 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
1139
1140         * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
1141         fixes #77787.
1142
1143 2006-03-16 Neale Ferguson <neale@sinenomine.net>
1144         
1145         * mini-s390.c: Remove OP_X86_TEST_NULL.
1146
1147 Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
1148
1149         * mini.c: use the correct GetHashCode() for the moving collector.
1150
1151 2006-03-16  Massimiliano Mantione  <massi@ximian.com>
1152
1153         * liveness.c: Regalloc spill cost tuning.
1154
1155 2006-03-15 Neale Ferguson <neale@sinenomine.net>
1156         
1157         * mini-s390x.h: Correct S390_LONG macro.
1158
1159         * mini-s390x.c: Cleanup unused code.
1160
1161 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
1162
1163         * jit-icalls.h: New file.
1164
1165         * Makefile.am mini.c jit-icalls.c: Use a proper include file for the jit
1166         icalls and include that instead of including jit-icalls.c.
1167
1168         * mini-ppc.c (mono_arch_output_basic_block): Remove references to
1169         OP_X86 opcodes.
1170
1171 Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus@ximian.com>
1172
1173         * mini.c: when checking for member accessibility, also check for
1174         friend assemblies and for explicit interface implementations.
1175
1176 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
1177
1178         * mini-codegen.c (mono_local_regalloc): Remove incorrect g_free () calls.
1179
1180         * cpu-arm.md cpu-g4.md: Remove x86_ opcodes.
1181
1182         * mini-x86.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
1183         common cases are done first.    
1184
1185         * mini-ops.h: Only define platform specific opcodes on the given platform.
1186
1187         * mini.h regalloc.h mini-codegen.c: Merge optimizations from the linear-il
1188         branch.
1189         
1190 2006-03-14  Martin Baulig  <martin@ximian.com>
1191
1192         Revert Paolo's change from r57348:
1193
1194         * mini.h: don't use gboolean for bitfields.
1195         * mini.c: verifier changes for fields and methods accessibility.
1196
1197 2006-03-13  Neale Ferguson <neale@sinenomine.net>
1198
1199         * mini-s390.h, mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
1200
1201         * mini-s390x.c: Fix conv_r_un.
1202
1203         * cpu-s390, cpu-s390x.md: Fix lengths.
1204
1205 Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus@ximian.com>
1206
1207         * mini.c: nested types have access to all the nesting
1208         levels, not just the enclosing types.
1209
1210 Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus@ximian.com>
1211
1212         * mini.c: added a few more verification checks.
1213
1214 2006-03-12  Zoltan Varga  <vargaz@gmail.com>
1215
1216         * liveness.c: Merge optimizations from the linear-il branch.
1217
1218 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
1219
1220         * mini-ia64.c (emit_call): Add a comment.
1221
1222         * tramp-ia64.c (mono_arch_patch_callsite): Handle indirect calls as well.
1223
1224         * tramp-ia64.c: Fix some warnings.
1225
1226 Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus@ximian.com>
1227
1228         * mini.h: don't use gboolean for bitfields.
1229         * mini.c: verifier changes for fields and methods accessibility.
1230
1231 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
1232
1233         * mini.c (mono_icall_get_wrapper): Fix an ia64 bug introduced by the
1234         lazy icall wrapper changes.
1235
1236         * dominators.c: Replace all the dominator algorithms with faster
1237         ones from the linear-il branch.
1238
1239         * inssel-*.brg: Allocate call->out_ireg_args and call->out_freg_args from
1240         the mempool.
1241
1242         * mini-amd64.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
1243         common cases are done first.
1244
1245         * mini-amd64.c: Fix some warnings.
1246
1247         * mini-codegen.c mini-*.c: Allocate call->out_ireg_args and call->out_freg_args
1248         from the mempool.
1249
1250         * mini.c (mono_jit_compile_method_with_opt): Fix a race in the newly
1251         added code.
1252
1253         * mini.h: Add a missing prototype.
1254
1255 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
1256
1257         * mini.c: Compile icall wrappers lazily.
1258
1259         * mini-codegen.c: Use printf instead of g_print since its much faster.
1260
1261         * mini.h (mono_bitset_foreach_bit): Use the faster mono_bitset_find_start ()
1262         function.
1263
1264         * mini.c (optimize_branches): Cache the negative result from 
1265         remove_block_if_useless ().
1266
1267         * mini.c (optimize_branches): Avoid restarting the iteration after each change. 
1268         Also fix some bblock linking issues.
1269
1270         * helpers.c (mono_disassemble_code): Reduce the size of the temporary
1271         assembly files.
1272
1273         * mini.h: Define G_LIKELY/G_UNLIKELY macros for older glib versions.
1274
1275         * mini.h (MonoBasicBlock): Reorganize the fields, putting more frequently
1276         accessed fields first, for better cache behavior.
1277         
1278 Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus@ximian.com>
1279
1280         * mini.c: speedup IList<T> array accesses.
1281
1282 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
1283
1284         * mini.c (mono_method_to_ir): Handle large methods overflowing the 
1285         inline_costs counter. Fixes #77190.
1286
1287 2006-03-06  Zoltan Varga  <vargaz@gmail.com>
1288
1289         * mini-exceptions.c: Call mono_trace_is_enabled () before printing
1290         trace messages. Fixes #77706.
1291
1292 2006-03-04  Martin Baulig  <martin@ximian.com>
1293
1294         * tramp-amd64.c, tramp-x86.c
1295         (mono_debugger_create_notification_function): Use
1296         mono_global_codeman_reserve() to allocate a buffer at runtime and
1297         return it.
1298
1299         * debug-debugger.h (MonoDebuggerInfo): Added `initialize'.
1300
1301         * debug-debugger.c (mono_debugger_init): Dynamically allocate the
1302         notification function at runtime and then call `initialize' in the
1303         `MONO_DEBUGGER__debugger_info' vtable.
1304
1305 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
1306
1307         * iltests.il: Fix a visibility problem.
1308
1309 Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus@ximian.com>
1310
1311         * driver.c, mini.c: add hooks for the counters API.
1312
1313 Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus@ximian.com>
1314
1315         * driver.c: show disabled options.
1316
1317 Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus@ximian.com>
1318
1319         * linear-scan.c: always use cost-driven selection.
1320
1321 2006-02-28  Raja R Harinath  <rharinath@novell.com>
1322
1323         * jit-icalls.c (helper_compile_generic_method): Revert change from
1324         2006-02-24.
1325
1326 Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus@ximian.com>
1327
1328         * cpu-arm.md, mini-arm.c: implemented MemoryBarrier.
1329
1330 Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus@ximian.com>
1331
1332         * inssel.brg: style fixes, mostly to force the updated monoburg
1333         to run for people using svn.
1334
1335 Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus@ximian.com>
1336
1337         * mini.c: match monoburg changes.
1338
1339 Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus@ximian.com>
1340
1341         * mini.h, mini.c, abcremoval.c, aliasing.c, liveness.c,
1342         ssapre.c, graph.c, ssa.c: put the mono_burg_arity[]
1343         declaration in the header file.
1344
1345 Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus@ximian.com>
1346
1347         * helpers.c: reduce relocations and mem usage.
1348
1349 Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus@ximian.com>
1350
1351         * mini.h, mini-codegen.c: disable logging features if
1352         requested by configure.
1353
1354 Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus@ximian.com>
1355
1356         * mini.c: tiny verifier changes.
1357
1358 Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus@ximian.com>
1359
1360         * mini-ops.h, inssel-x86.brg, tramp-x86.c, mini-x86.c,
1361         cpu-pentium.md: stack alignment changes for osx/x86,
1362         partially from Geoff Norton <gnorton@customerdna.com>.
1363
1364 2006-02-24  Raja R Harinath  <harinath@gmail.com>
1365
1366         * jit-icalls.c (helper_compile_generic_method): Update to changes
1367         in metadata/class.c.
1368
1369 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
1370         
1371         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a missing check.
1372         
1373         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for
1374         interface calls with large offsets.
1375
1376 2006-02-23  Raja R Harinath  <rharinath@novell.com>
1377
1378         * jit-icalls.c (helper_compile_generic_method): Document the
1379         special-case we depend on so that we can inflate the method twice
1380         with the same context with no bad side-effects.
1381
1382 Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus@ximian.com>
1383
1384         * mini-x86.c, mini-amd64.c: fix for case when xen support
1385         is disabled.
1386
1387 Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus@ximian.com>
1388
1389         * mini-x86.c, mini-amd64.c: generate code to access tls items
1390         in a faster way for Xen systems.
1391
1392 Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus@ximian.com>
1393
1394         * exceptions-x86.c, mini-x86.h, driver.c, mini-codegen.c:
1395         updates and compilation fixes for the OSX/x86 port, mostly from
1396         Geoff Norton <gnorton@customerdna.com>.
1397
1398 Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus@ximian.com>
1399
1400         * inssel.brg: faster interface call implementation
1401         to sync with the interface_offsets MonoVTable changes.
1402
1403 Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus@ximian.com>
1404
1405         * mini.c: more verification checks.
1406
1407 Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus@ximian.com>
1408
1409         * mini.c: added a few more verification checks.
1410
1411 2006-02-17      Neale Ferguson <neale@sinenomine.net>
1412
1413         * mini-s390x.c, mini-s390x.h: Check for presence of long displacement
1414         facility on the processor and use it if available.
1415
1416 Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus@ximian.com>
1417
1418         * driver.c, aot.c, mini.c: throw exception if the IL code is
1419         invalid or unverifiable.
1420
1421 2006-02-17  Raja R Harinath  <rharinath@novell.com>
1422
1423         * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
1424         m.StructField.
1425
1426 2006-02-16  Zoltan Varga  <vargaz@gmail.com>
1427
1428         * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
1429
1430 Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian.com>
1431
1432         * mini-s390x.c, mini-s390.c, mini.c, mini-amd64.c, mini-arm.c,
1433         mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
1434         handling of instantiated generic valuetypes.
1435
1436 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
1437
1438         * mini-exceptions.c mini-x86.h mini-x86.c: Get rid of 
1439         MONO_INIT_CONTEXT_FROM_CALLER, and use MONO_INIT_CONTEXT_FROM_FUNC
1440         instead.
1441
1442         * generics.2.cs: Revert the nullable reftypes tests.
1443
1444 2006-02-10  Zoltan Varga  <vargaz@gmail.com>
1445
1446         * mini-exceptions.c (MONO_INIT_CONTEXT_FROM_CALLER): Avoid
1447         using __builtin_frame_address (1) as it doesn't work in the presence
1448         of optimizations. Hopefully fixes #77273.
1449
1450         * Makefile.am generics.cs generics.2.cs: Revert the generics.2.cs
1451         -> generics.cs change as it doesn't work with some automake versions.
1452
1453 Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus@ximian.com>
1454
1455         * mini.c: handle systems that sue a different way to
1456         retrieve the stack address of the current thread.
1457
1458 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
1459
1460         * Makefile.am generics.2.cs: Rename this to generics.cs and handle
1461         it specially in the makefile.
1462
1463         * generics.2.cs: Add tests for nullable reference types.
1464
1465 Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus@ximian.com>
1466
1467         * mini.c: always handle the case when mono_jit_init()
1468         is called in a thread different from the main thread,
1469         confusing libgc (bug #77309).
1470
1471 Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus@ximian.com>
1472
1473         * mini-ppc.c: fix handling of exceptions in large methods (bug #74932).
1474
1475 Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus@ximian.com>
1476
1477         * mini.c: change optimize_branches () to use a single loop
1478         and introduce a new optimization to simplify some range checks.
1479
1480 2006-02-03  Martin Baulig  <martin@ximian.com>
1481
1482         * debug-debugger.c (debugger_thread_manager_thread_created): Removed
1483         and merged with debugger_thread_manager_add_thread().
1484         (mono_debugger_main): Call debugger_thread_manager_add_thread() to
1485         inform the debugger about the main thread.
1486
1487 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
1488
1489         * basic.cs: Add test for div.un/rem.un constant folding.
1490
1491 2006-02-03  Neale Ferguson <neale@sinenomine.net>
1492
1493         * cpu-s390x.md: correct int_xor_imm length
1494
1495 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
1496
1497         * generics.2.cs: New test for #77442.
1498
1499         * jit-icalls.c (helper_compile_generic_method): Check for null. Fixes
1500         #77442.
1501
1502 2006-02-02  Martin Baulig  <martin@ximian.com>
1503
1504         * tramp-x86.c, tramp-amd64.c: It's now safe to #include
1505         <mono/metadata/mono-debug-debugger.h>   
1506
1507         * debug-mini.c: Don't #define _IN_THE_MONO_DEBUGGER.
1508
1509 2006-02-02  Martin Baulig  <martin@ximian.com>
1510
1511         * debug-debugger.h: New header file for debug-debugger.c.
1512
1513         * debug-debugger.c: Big API cleanup; don't run the managed Main()
1514         function is a separate thread anymore; add support for attaching.
1515
1516 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
1517
1518         * tramp-x86.c: Fix a warning.
1519
1520 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
1521
1522         * mini-amd64.c (mono_arch_compute_omit_fp): Avoid hitting an assertion
1523         on very large methods.
1524
1525         * aot.c (load_patch_info): Fix a warning.
1526
1527 Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus@ximian.com>
1528
1529         * cpu-pentium.md, mini-x86.c, inssel.brg, inssel-x86.brg,
1530         mini-ops.h: alu membase optimizations.
1531
1532 Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus@ximian.com>
1533
1534         * mini-ops.h, mini.c, inssel.brg, inssel-x86.brg: opcode
1535         to speedup StringBuilder.
1536
1537 2006-01-27  Zoltan Varga  <vargaz@gmail.com>
1538
1539         * dominators.c (mono_compute_natural_loops): Fix detection of
1540         loop body start blocks.
1541
1542         * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
1543
1544 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
1545
1546         * mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
1547         #75145.
1548
1549 2006-01-25  Massimiliano Mantione  <massi@ximian.com>
1550
1551         * aliasing.c: Fixed aliasing issue on 64 bit archs.
1552
1553 2006-01-25  Martin Baulig  <martin@ximian.com>
1554
1555         * debug-debugger.c: Moved the `MonoDebuggerManager' and
1556         `MonoDebuggerThread' typedefs here from mono-debug-debugger.h and
1557         started to cleanup this file a little bit.
1558
1559 Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus@ximian.com>
1560
1561         * mini.c: optimize a codepath frequently happening in generics code.
1562
1563 2006-01-23  Martin Baulig  <martin@ximian.com>
1564
1565         * Makefile.am: Only compile debug-debugger.c on supported platforms.
1566
1567         * debug-debugger.c: Kill the IO_LAYER() hack and use the io-layer
1568         functions directly.
1569
1570         * driver.c: debug-debugger.c is only available if
1571         `MONO_DEBUGGER_SUPPORTED' is defined.   
1572
1573 2006-01-23  Martin Baulig  <martin@ximian.com>
1574
1575         * debug-debugger.c: Only enable this on platforms where the Mono
1576         Debugger is working (x86 and x86_64).
1577
1578 2006-01-21  Martin Baulig  <martin@ximian.com>
1579
1580         The Mono Debugger is now using the normal `mono' instead of the
1581         `mono-debugger-mini-wrapper' when executing managed code.
1582
1583         * debug-debugger.c: New file; previously known as
1584         debugger/wrapper/wrapper.c.
1585
1586         * debug-mini.c (mono_init_debugger): Removed.
1587
1588         * driver.c (mono_main): Added new `--inside-mdb' command line
1589         argument which is used when running inside the debugger.
1590
1591 2006-01-20  Zoltan Varga  <vargaz@gmail.com>
1592
1593         * liveness.c (mono_analyze_liveness): Remove some unused data
1594         structures.
1595
1596 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
1597
1598         * mini.h: Move mono_bitset_test_fast macro to monobitset.h where it belongs.
1599
1600 2006-01-16  Zoltan Varga  <vargaz@gmail.com>
1601
1602         * mini.h (mono_bitset_test_fast): Disable the 'fast' implementation which
1603         depends on implementation details of monobitset.
1604
1605         * mini.c (mini_get_ldelema_ins): Fix handling of 1 dimensional arrays.
1606         Fixes #77271.
1607
1608 2006-01-15  Zoltan Varga  <vargaz@gmail.com>
1609
1610         * liveness.c: Update after monobitset changes.
1611
1612 2006-01-14  Zoltan Varga  <vargaz@gmail.com>
1613
1614         * mini-amd64.c (mono_arch_compute_omit_fp): Fix a leak.
1615
1616 2006-01-11 Neale Ferguson <neale@sinenomine.net>
1617
1618         * inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
1619
1620         * mini-s390x.c: Remove warning messages.
1621
1622 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
1623
1624         * mini.c: pass the jitinfo to mono_profiler_method_end_jit.
1625
1626 2006-01-10  Zoltan Varga  <vargaz@gmail.com>
1627
1628         * generics.2.cs: Add ldelem/stelem_any test.
1629
1630 2006-01-10 Neale Ferguson <neale@sinenomine.net>
1631
1632         * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
1633
1634 2006-01-07  Zoltan Varga  <vargaz@gmail.com>
1635
1636         * inssel-long.brg: Fix int->long ovf conversion rules. Fixes #77172.
1637         
1638 2006-01-06  Zoltan Varga  <vargaz@gmail.com>
1639
1640         * generics.2.cs: Reenable vtype tests.
1641
1642         * inssel-x86.brg: Remove an icorrect valuetype rule.
1643
1644 2006-01-06 Neale Ferguson <neale@sinenomine.net>
1645
1646         * mini-s390x.c, inssel-s390x.brg, cpu-s390x.md: Fix ATOMIC_I8 operations. Provide
1647         initial support for OP_ABS.
1648
1649 2006-01-05 Neale Ferguson <neale@sinenomine.net>
1650
1651         * mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
1652
1653 2006-01-05 Neale Ferguson <neale@sinenomine.net>
1654
1655         * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int 
1656         conversion and implement LADD/LSUB.
1657
1658         * exceptions-s390.c: Standardize mono_arch_find_jit_info to match other
1659         architectures.
1660
1661 2006-01-05 Neale Ferguson <neale@sinenomine.net>
1662
1663         * mini-s390x.c, mini-s390x.h: Fix r8 to unsigned int conversion.
1664
1665         * exceptions-s390x.c: Standardize mono_arch_find_jit_info to match other
1666         architectures.
1667
1668 2006-01-05 Neale Ferguson <neale@sinenomine.net>
1669
1670         * mini-s390x.c, mini-s390x.h, mini-s390.c, mini-s390.h: Fix lmf handling when 
1671         localloc is encountered.  Fixes crash in test-183.cs when using gmcs 
1672         (stack walk problem).
1673
1674 2006-01-04  Zoltan Varga  <vargaz@gmail.com>
1675
1676         * aot.c (mono_aot_load_method): Fix a warning.
1677
1678 2006-01-03  Neale Ferguson <neale@sinenomine.net>
1679
1680         * mini-s390x.h, exceptions-s390x.c, inssel-s390x.brg: Fix compiler warnings
1681
1682 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
1683
1684         * iltests.il: Add test for #77148.
1685
1686         * mini.c (mini_get_ldelema_ins): Handle arrays with rank 1 too. Fixes
1687         #77148.
1688
1689 2006-01-03  Neale Ferguson <neale@sinenomine.net>
1690
1691         * mini-s390x.c, inssel-s390x.brg: Remove debug statements
1692
1693 2006-01-03  Neale Ferguson <neale@sinenomine.net>
1694
1695         * mini-s390x.c, mini-s390x.h, exceptions-s390x.c, tramp-s390x.c, inssel-s390x.brg,
1696         cpu-s390x.md, mini-codegen.c, Makefile.am: add 64-bit s390 support to JIT.
1697
1698         * basic-long.cs: Add lconv-to-r4/r8 tests.
1699
1700 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
1701
1702         * mini.c (mono_method_to_ir): Fix DynamicMethod support in some opcodes.
1703
1704         * mini-sparc.c (mono_arch_call_opcode): Use mono_class_value_size ()
1705         here as on other archs.
1706
1707 2005-12-29 Neale Ferguson <neale@sinenomine.net>
1708
1709         * mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
1710
1711 2005-12-29 Neale Ferguson <neale@sinenomine.net>
1712
1713         * inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
1714         
1715         * cpu-s390.md: Fix lengths of a couple of long instructions; Add memory_barrier.
1716
1717         * mini-s390.c: Fix long add/sub overflow instructions; Fix displacement handling in
1718         instrument_prolog; Add memory_barrier instruction.
1719
1720 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
1721
1722         * exceptions-x86.c mini-x86.h: Fix solaris/x86 exception handling.
1723
1724 2005-12-23  Zoltan Varga  <vargaz@gmail.com>
1725
1726         * tramp-ia64.c (mono_arch_get_unbox_trampoline): Flush icache.
1727
1728         * aliasing.c inssel.brg: Fix warnings.
1729
1730         * inssel-ia64.brg (OP_MEMSET): Fix an optimization which previously
1731         could skip initialization of some parts of memory.
1732
1733         * mini.c mini-ia64.c: Fix warnings.
1734
1735         * inssel-sparc.brg: Add an implementation of lneg which actually works.
1736
1737 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
1738
1739         * aliasing.c (mono_build_aliasing_information): Add a workaround for
1740         a crash seen on sparc.
1741
1742         * mini-sparc.c: Add implementation of Thread.MemoryBarrier.
1743         
1744         * cpu-sparc.md: Add memory_barrier opcode. Remove unused opcodes.
1745
1746 2005-12-21 Neale Ferguson <neale@sinenomine.net>
1747
1748         * mini-ops.h: Add s390_backchain instruction
1749
1750         * inssel-s390.brg: Use backchaining instruction for LOADARG/STKARG operations.
1751
1752         * cpu-s390.md: Add s390_backchain instruction
1753
1754         * mini-s390.c: Significant ABI changes
1755
1756         * mini-s390.h: Cater for zero length structures
1757
1758 2005-12-20 Neale Ferguson <neale@sinenomine.net>
1759
1760         * mini-s390.c: ABI fixes
1761
1762         * inssel-s390.brg: Remove debug statements
1763
1764         * cpu-s390.md: Fix length of ATOMIC_xx operations
1765
1766 2005-12-19  Zoltan Varga  <vargaz@gmail.com>
1767
1768         * basic-float.cs: Add float<->long conversion tests.
1769
1770 2005-12-16 Neale Ferguson <neale@sinenomine.net>
1771
1772         * mini-s390.c: Fix LOCALLOC processing.
1773
1774         * tramp-s390.c (s390_magic_trampoline): Fix base calculation.
1775
1776 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
1777
1778         * iltests.il: Add tests for some opcodes not covered by the other
1779         tests.
1780
1781 2005-12-15 Neale Ferguson <neale@sinenomine.net>
1782
1783         * mini-s390.c: Fix ADDCC/SBB bug revealed by test_0_ulong_regress; Correct 
1784         register loading for Tail processing; Correct trace output.
1785
1786         * inssel-s390.brg: Reimplement LSUB_OVF due to s390 implementation of signed math.
1787
1788         * cpu-s390.md: Correct size of jmp instruction. 
1789
1790 2005-12-13 Neale Ferguson <neale@sinenomine.net>
1791
1792         * mini-s390.c (mono_arch_emit_prolog): Remove some debugging bits.
1793
1794 2005-12-13 Neale Ferguson <neale@sinenomine.net>
1795
1796         * inssel-s390.brg tramp-s390.c cpu-s390.md mini-s390.c mini-s390.h:
1797           Bring s390 up to current level.
1798
1799 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
1800
1801         * generics.2.cs: Disable the newly added tests as they do not work yet.
1802         
1803         * generics.2.cs: Add valuetype tests.
1804
1805 2005-12-09  Zoltan Varga  <vargaz@gmail.com>
1806
1807         * basic-long.cs: Add i4->u8 test.
1808
1809         * objects.cs: Add tests for JIT intrinsic.
1810
1811         * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
1812         optimizations lost by a mistake.
1813
1814 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
1815
1816         * basic-long.cs: Remove a test moved to objects.cs.
1817
1818         * arrays.cs: Add more array tests.
1819
1820 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
1821
1822         * arrays.cs: Add new tests for multi-dimensional arrays.
1823
1824 2005-12-06  Raja R Harinath  <rharinath@novell.com>
1825
1826         * Makefile.am (test_sources2): Add generics.2.cs.
1827         (EXTRA_DIST): Add test_sources2.
1828
1829 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
1830
1831         Support for boxing and unboxing nullable types as well as the
1832         isinst operation on nullables, per the CLI ammendment.
1833
1834         * inssel.brg (CEE_ISINST): Special case for nullable
1835
1836         * mini.c (handle_unbox_nullable): new method
1837         (handle_box): Special case for nullable types
1838         (mono_method_to_ir): Call handle_unbox_nullable in correct
1839         places.
1840
1841         * generics.2.cs: New test suite
1842
1843         * Makefile.am: Support for regression tests with generics.
1844
1845 2005-12-03  Zoltan Varga  <vargaz@gmail.com>
1846
1847         * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
1848         allocated to registers. Fixes #76800.
1849
1850 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>
1851
1852         * mini-ppc.c, inssel-ppc.brg: fix ABI issue (pinvoke3.cs).
1853
1854 2005-11-30  Zoltan Varga  <vargaz@gmail.com>
1855
1856         * exceptions.cs: Disable test_0_long_cast () test, since it fails on a lot 
1857         of platforms.
1858
1859 2005-11-29  Zoltan Varga  <vargaz@gmail.com>
1860
1861         * objects.cs basic-calls.cs: Move a test depending on valuetypes to
1862         objects.cs.
1863
1864         * inssel-long32.brg (CEE_CONV_I8): Remove unused labels.
1865         
1866         * inssel-long32.brg (CEE_CONV_I8): Convert this to a branchless version.
1867 Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus@ximian.com>
1868
1869         * mini-ppc.c, cpu-g4.md: ensure a fp register is converted to
1870         single precision before storing to a single precision location.
1871
1872 2005-11-28  Raja R Harinath  <rharinath@novell.com>
1873
1874         * Makefile.am (ILASM): Use profile-dependent location of ilasm.
1875
1876 2005-11-27  Zoltan Varga  <vargaz@gmail.com>
1877
1878         * basic-long.cs basic-calls.cs objects.cs: Move some tests to the
1879         correct files.
1880
1881         * basic.cs: Remove test_0_byte_compares test which was moved to
1882         objects.cs a long time ago.
1883
1884 2005-11-22  Massimiliano Mantione  <massi@ximian.com>
1885
1886         * aliasing.c: Fixed aliasing issue on 64 bit archs.
1887
1888 2005-11-20  Zoltan Varga  <vargaz@gmail.com>
1889
1890         * mini-ia64.c exceptions-ia64.c: Simplify the way filters/finally
1891         handlers are called.
1892
1893         * mini-ia64.c (mono_arch_emit_exceptions): Optimize size of exception
1894         throwing code.
1895
1896          * mini-ia64.c: Add support for the throw->branch exception 
1897         optimization.   
1898
1899         * driver.c (DEFAULT_OPTIMIZATIONS): Add MONO_OPT_EXCEPTION.
1900
1901 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
1902
1903         * mini.c: Enabled "fastpath" deadce :-)
1904         
1905 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
1906
1907         * mini.c: Added "fastpath" deadce (deadce without SSA), and a simple
1908         alias analysis pass to support it.
1909         * mini.h: Likewise.
1910         * ssa.c: Likewise.
1911         * liveness.c: Likewise (liveness computation can use aliasing
1912         information to be more accurate).
1913         * driver.c: Added an "ssa" option go tell the JIT to use SSA, and
1914         moreover made so that "--compile-all" uses the given optimization
1915         flags and not the default ones.
1916         * aliasing.c: Alias analysis (new file).
1917         * aliasing.h: Likewise.
1918         * Makefile.am: added "aliasing.c" and "aliasing.h".
1919         
1920 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
1921
1922         * mini-ops.h: Add missing OP_I opcodes so it is in synch with the
1923         OP_L opcodes.
1924
1925 2005-11-13  Zoltan Varga  <vargaz@gmail.com>
1926
1927         * mini-exceptions.c (mono_handle_exception_internal): Remove the 
1928         fp >= end_of_stack exit condition, as it is not needed, and it might
1929         become true for fp eliminated frames.
1930
1931 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
1932
1933         * mini-x86.c (mono_arch_emit_epilog): Use G_STRUCT_OFFSET instead of hard
1934         coded offsets.
1935
1936 Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus@ximian.com>
1937
1938         * mini-arm.c: fixed alignment of doubles/longs to match
1939         the C ABI (bug #76635).
1940
1941 Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus@ximian.com>
1942
1943         * aot.c: fix compilation with --enable-minimal=aot.
1944
1945 Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus@ximian.com>
1946
1947         * mini-arm.c: fixed compatibility with the new
1948         floating point emulator package for compares.
1949
1950 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com?
1951
1952         * mini.c : reverted sig->pinvoke changes (r51396-51397).
1953
1954 2005-11-01  Zoltan Varga  <vargaz@freemail.hu>
1955
1956         * mini-exceptions.c (print_stack_frame): Output to stderr.
1957         (mono_handle_native_sigsegv): Ditto.
1958
1959 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
1960
1961         * mini-amd64.c (mono_arch_output_basic_block): Remove unused
1962         OP_LCONV_TO_OVF_I implementation.
1963
1964         * mini-amd64.c: Add support for the throw->branch exception 
1965         optimization.
1966
1967         * branch-opts.c (mono_branch_optimize_exception_target): Allow the case
1968         when the catch clause catches a more general exception, i.e. Object.
1969
1970 2005-10-30  Zoltan Varga  <vargaz@gmail.com>
1971
1972         * cpu-ia64.md: Remove unused opcodes.
1973
1974         * mini.c (GET_CONTEXT): Simplify this somewhat by removing arch
1975         specific defines for architectures defining USE_SIGACTION.
1976
1977         * mini-ia64.c: Fix some warnings.
1978
1979         * exceptions-ia64.c (mono_arch_ip_from_context): Fix this, the previous
1980         version seemed to skip a frame.
1981
1982 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
1983
1984         * mini.c: Clean up the usage of sig->pinvoke flag. Now
1985         only calls which are made to native code use this flag.
1986
1987 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
1988
1989         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for
1990         varargs methods as well.
1991         
1992         * mini-amd64.c exceptions-amd64.c: Allow fp elimination in methods
1993         which have save_lmf set. Reorganize methods prologs a bit.
1994
1995         * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
1996         debugger to the proper place.
1997
1998 2005-10-29  Martin Baulig  <martin@ximian.com>
1999
2000         * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
2001         when running inside the debugger until the debugger has support
2002         for it.
2003
2004 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
2005
2006         * mini.h: Fix a warning.
2007
2008 2005-10-24  Miguel de Icaza  <miguel@novell.com>
2009
2010         * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
2011         we expose publicly, this returns the string.
2012
2013 2005-10-22  Zoltan Varga  <vargaz@freemail.hu>
2014
2015         * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
2016         with fp elimination.
2017
2018 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
2019
2020         * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
2021         native stacktrace using the glibc 'backtrace' function if available.
2022
2023 2005-10-20  Zoltan Varga  <vargaz@gmail.com>
2024
2025         * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.
2026
2027         * mini-exceptions.c (mono_handle_native_sigsegv): New function to 
2028         handle SIGSEGVs received while in native code.
2029
2030         * mini.c (sigsegv_signal_handler): If the SIGSEGV happened in native
2031         code, call mono_handle_native_sigsegv which will abort the runtime
2032         after printing some diagnostics, instead of converting it into a
2033         confusing NullReferenceException.
2034
2035 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
2036
2037         * cpu-pentium.md: Remove unused opcodes.
2038
2039 2005-10-18  Zoltan Varga  <vargaz@freemail.hu>
2040
2041         * mini-amd64.h (MonoLMF): Add rsp field.
2042
2043         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Save the sp reg into
2044         the lmf too.
2045
2046 2005-10-17  Zoltan Varga  <vargaz@gmail.com>
2047
2048         * mini-codegen.c (get_register_spilling): Fix some warnings.
2049
2050 2005-10-16  Zoltan Varga  <vargaz@freemail.hu>
2051
2052         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Add support for fp
2053         elimination during exception handling. Enable fp elimination by
2054         default.
2055
2056         * mini-amd64.h mini-amd64.c: Add preliminary support for frame pointer
2057         elimination.
2058
2059 2005-10-16  Martin Baulig  <martin@ximian.com>
2060
2061         * mini-exceptions.c
2062         (mono_debugger_run_finally): New public method for the debugger.
2063
2064 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
2065
2066         * debug-mini.c (mono_debug_init_method): Fix warning.
2067
2068         * mini.h branch-opts.c (mono_branch_optimize_exception_target): Make
2069         the 'exname' parameter const to fix some warnings.
2070
2071 2005-10-09  Zoltan Varga  <vargaz@freemail.hu>
2072
2073         * mini-exceptions.c (mono_handle_exception_internal): Fix another bug
2074         introduced by the previous patch.
2075
2076 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
2077
2078         * basic-float.cs: Add test for precision of float arithmetic.
2079
2080         * mini-ia64.c (mono_arch_output_basic_block): Convert to/from doubles
2081         when loading/storing single values from/to memory.
2082
2083         * mini.c (mono_jit_compile_method_with_opt): Create the function
2084         pointers in the correct domain.
2085
2086 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
2087
2088         * mini-exceptions.c (mono_handle_exception_internal): Fix bug 
2089         introduced by previous patch.
2090         
2091         * mini-exceptions.c (mono_handle_exception_internal): Handle the case
2092         when out_filter_idx is NULL.
2093
2094         * mini-exceptions.c: Don't run filter clauses twice during exception
2095         handling. Fixes #75755.
2096
2097 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
2098
2099         * aot.c: Add support for ldflda wrappers.
2100
2101         * mini.c (mono_method_to_ir): Use ldflda wrappers for CEE_LDFLDA. Fixes
2102         #75902.
2103
2104 Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus@ximian.com>
2105
2106         * mini.c, mini.h: do not consider exception handlers blocks when
2107         setting up interface variables.
2108
2109 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
2110
2111         * aot.c (emit_section_change): Fix emitting of sections on win32. Fixes #76322.
2112
2113 2005-10-03  Zoltan Varga  <vargaz@gmail.com>
2114
2115         * liveness.c (mono_analyze_liveness): Revert parts of r51051 since it
2116         causes a regression.
2117
2118         * mini.c (mini_thread_cleanup): Fix reading of freed memory.
2119
2120 2005-10-02  Zoltan Varga  <vargaz@freemail.hu>
2121
2122         * mini.h (OP_PCONST): Move the definition of OP_PCONST into the rest
2123         of the OP_P definitions.
2124
2125         * TODO: Add a proposal for dealing with the CEE/OP mess.
2126
2127         * mini-amd64.c (mono_arch_output_basic_block): Merge mul_imm 
2128         optimizations from the x86 port.
2129
2130         * cpu-amd64.md: Ditto.
2131
2132         * basic.cs basic-long.cs: Add tests.
2133
2134 Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus@ximian.com>
2135
2136         * Makefile.am, driver.c, mini-x86.c, mini.c, mini.h, branch-opts.c:
2137         Patrik Torstensson's implementation of my exception-handling
2138         optimization idea, when the exception object is not used
2139         (bug #62150).
2140
2141 Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus@ximian.com>
2142
2143         * mini-x86.c, cpu-pentium.md: Patrik Torstensson's port
2144         of the mul_imm optimizations from the old jit.
2145
2146 Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus@ximian.com>
2147
2148         * mini.c, liveness.c: patch by Patrik Torstensson and
2149         Zoltan Varga to improve performance in methods with
2150         exception clauses.
2151
2152 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
2153
2154         * driver.c: Remove 'Globalization' entry from --version.
2155
2156 2005-09-28  Zoltan Varga  <vargaz@gmail.com>
2157
2158         * mini.c (mono_jit_compile_method_inner): Do not load AOT code when
2159         there is a profiler interested in JIT events.
2160
2161         * aot.c: Load profile files produced by the AOT profiling module, and
2162         reorder methods based on the profiling info. Add a 'method_order' table
2163         to the AOT file to make mono_aot_find_jit_info work with the reordered
2164         methods.
2165
2166         * mini.h: Bump AOT file version info.
2167
2168 Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus@ximian.com>
2169
2170         * mini-arm.h: work around what looks like a gcc bug when optimizations
2171         are enabled.
2172
2173 2005-09-28  Raja R Harinath  <rharinath@novell.com>
2174
2175         * Makefile.am (AM_CFLAGS): Don't use += to append inside
2176         conditionals.  Use ...
2177         (PLATFORM_CFLAGS, ARCH_CFLAGS): ... these.
2178
2179 2005-09-27  Zoltan Varga  <vargaz@freemail.hu>
2180
2181         * mini-amd64.c (mono_arch_call_opcode): Use mono_class_value_size ()
2182         to determine the amount of memory to copy when passing valuetypes.
2183
2184         * inssel-amd64.brg: Remove PUSH(LDIND4) rules since they convert an
2185         4 byte load into a 8 byte load. Fix aligning of size in OP_OUTARG_VT.
2186
2187 2005-09-27  Zoltan Varga  <vargaz@gmail.com>
2188
2189         * mini.h mini.c aot.c: Add infrastructure to collect pagefault 
2190         information about aot.
2191
2192 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
2193
2194         * *.c: Replace the use of {Enter,Leave}CriticalSection with
2195         macros. This will allow a deadlock debugger to easily be plugged
2196         in.
2197
2198 Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus@ximian.com>
2199
2200         * mini-ppc.c, cpu-g4.md: added memory barrier instruction.
2201
2202 2005-09-27  Raja R Harinath  <rharinath@novell.com>
2203
2204         * Makefile.am (AM_CFLAGS): Rename from INCLUDES.
2205         (AM_CFLAGS) [PLATFORM_WIN32): Append to it, don't set it.
2206         (AM_CFLAGS) [ARM]: Add arch/arm directory from the build tree.
2207         ($(arch_built)) [CROSS_COMPILING]: Error out.
2208
2209 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
2210
2211         * aot.c: Add support for the no_special_static flag for classes.
2212
2213 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
2214
2215         * Reapply reverted patches.
2216
2217         * *: Revert r50174 as well.
2218
2219         * mini-amd64.c cpu-amd64.md inssel-amd64.brg: Revert r50170 as well.
2220
2221 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
2222
2223         * mini-amd64.c: Revert r50342 to see if this fixed buildbot.
2224
2225 2005-09-23  Miguel de Icaza  <miguel@novell.com>
2226
2227         * mini.c (SIG_HANDLER_SIGNATURE): Only dereference info if it is
2228         part of the SIG_HANDLER_SIGNATURE.  
2229
2230 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
2231
2232         * mini.h mini.c: Add a new MONO_DEBUG option to collect metadata pagefault
2233         statistics.
2234
2235         * mini-x86.c (mono_arch_call_opcode): Fix vararg calling convention 
2236         introduced by previous patch.
2237
2238 2005-09-21  Zoltan Varga  <vargaz@gmail.com>
2239
2240         * tramp-x86.c (mono_arch_create_trampoline_code): Restore caller
2241         saved registers too.
2242
2243         * mini-x86.c (mono_arch_allocate_vars): Rewrite this so it works based 
2244         upon the information returned by get_call_info ().
2245         
2246         * mini-x86.c (add_float): Fix stack size calculation.
2247         (mono_arch_call_opcode): Rewrite this so it works based up the
2248         information returned by get_call_info ().
2249         (mono_arch_get_this_vret_args): Ditto.
2250
2251 2005-09-21  Zoltan Varga  <vargaz@freemail.hu>
2252
2253         * mini-amd64.c (mono_arch_emit_this_vret_args): Use the information
2254         in cinfo to determine the registers which need to be used.
2255
2256 2005-09-20  Miguel de Icaza  <miguel@novell.com>
2257
2258         * driver.c (mono_main): Add --server and --desktop flags. 
2259
2260 2005-09-16  Zoltan Varga  <vargaz@gmail.com>
2261
2262         * mini-ia64.h: Make register masks 64 bit. Don't treat argument
2263         registers as global registers.
2264
2265         * inssel-ia64.brg (stmt): Remove OP_OUTARG_REG () rules which are no 
2266         longer needed with the new register allocator.
2267
2268         * mini-ia64.c: Use OP_MOVE instead of OP_SETREG for reg-reg moves.
2269
2270         * cpu-ia64.md: Remove unused opcodes.
2271         
2272         * regalloc.c mini-codegen.c: Make register masks 64 bit on ia64.
2273         
2274 2005-09-16  Zoltan Varga  <vargaz@freemail.hu>
2275
2276         * cpu-amd64.md: Remove unused opcodes.
2277
2278         * inssel-amd64.brg: Remove OP_OUTARG_REG () rules which are no longer
2279         needed with the new register allocator.
2280
2281         * inssel-amd64.brg mini-amd64.c: Use OP_MOVE instead of OP_SETREG for
2282         reg-reg moves.
2283
2284 2005-09-16  Raja R Harinath  <rharinath@novell.com>
2285
2286         * Makefile.am (check-local): Don't invoke semdel-wrapper.
2287
2288 2005-09-16  Martin Baulig  <martin@ximian.com>
2289
2290         * exceptions-amd64.c
2291         (throw_exception): Don't call mono_debugger_throw_exception() if
2292         we're a rethrow - see the FIXME in the code.
2293
2294 2005-09-15  Geoff Norton  <gnorton@customerdna.com>
2295
2296         * mini.c (mono_init_exceptions): This only works on some architectures.
2297         
2298 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
2299
2300         * mini.c (mono_method_to_ir): Add OP_LMUL imm -> OP_LMUL_IMM conversion
2301         on ia64.
2302
2303         * inssel-long.brg mini-ia64.c: Add OP_LMUL_IMM rules.
2304
2305         * mini-ia64.h mini-ia64.c: Remove the altstack support code which is
2306         now in mini-exceptions.c.
2307
2308 2005-09-15  Zoltan Varga  <vargaz@freemail.hu>
2309
2310         * mini-amd64.h mini-am64.c: Remove the altstack support code which is
2311         now in mini-exceptions.c.
2312
2313 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
2314
2315         * exceptions-x86.c: Applied patch from Patrik Torstensson 
2316         <patrik.torstensson@gmail.com>. Add stack overflow handling support for win32.
2317
2318         * mini-exceptions.c mini-x86.c mini.c: Move the altstack setup/teardown
2319         code into mini-exceptions.c. Add some assertions to it.
2320
2321 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
2322
2323         * aot.c (emit_section_change): Applied patch from "The Software Team" 
2324         (<software@solmersa.com>). Fix as errors on windows.
2325
2326 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
2327
2328         * tramp-amd64.c (mono_arch_create_trampoline_code): Fix saving of
2329         method info into the LMF.
2330
2331 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
2332         
2333         * mini-ia64.c: Add proper unwind info for method epilogs.
2334
2335         * exceptions-ia64.c: Add some code to help debugging.
2336         
2337         * mini-ia64.c mini-ia64.h: Add sigaltstack support.
2338
2339         * mini-exceptions.c: Fix warning.
2340
2341 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
2342
2343         * mini.c: Really fix build.
2344
2345         * mini-x86.c mini-amd64.c: Fix build.
2346
2347 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
2348
2349         * mini-ia64.c inssel-ia64.brg: Add InterlockedExchange instrinsics.
2350
2351         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Implement
2352         some Interlocked methods as intrinsics.
2353
2354         * mini.c (mini_get_inst_for_method): Call arch_get_inst_for_method
2355         for Thread methods as well.
2356
2357         * mini-ops.h: Add OP_MEMORY_BARRIER opcode.
2358
2359         * inssel.brg: Add rule for OP_MEMORY_BARRIER.
2360
2361         * mini-ia64.c mini-x86.c mini-amd64.c 
2362         cpu-ia64.md cpu-pentium.md cpu-amd64.md: Add implementation of 
2363         OP_MEMORY_BARRIER.
2364         
2365         * mini.c (mono_init_exceptions): Fix build breakage.
2366
2367 2005-09-10  Zoltan Varga  <vargaz@gmail.com>
2368
2369         * mini-ia64.c exceptions-ia64.c tramp-ia64.c: Remove 'manual' emitting
2370         of instructions. Use the new ia64_unw_op macros for emitting unwind
2371         info.
2372
2373         * mini.c (mono_init_exceptions): Initialize exception handling
2374         related trampolines at startup.
2375
2376 Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus@ximian.com>
2377
2378         * cpu-arm.md, mini-arm.c: fix for dynamic code (Gtk# apps).
2379
2380 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
2381
2382         * mini.c: Handle type loading errors gracefully during compilation and
2383         throw the appropriate exception.
2384
2385 Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus@ximian.com>
2386
2387         * ldscript.mono, Makefile.am: use anonymous versions in the ldscript
2388         for the mono binary.
2389
2390 2005-09-09  Martin Baulig  <martin@ximian.com>
2391
2392         * mini.c (mono_method_to_ir): Comment out the G_BREAKPOINT()'s for
2393         the release.
2394
2395 Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus@ximian.com>
2396
2397         * mini-arm.h: use emulation for conv.r.un for the release.
2398
2399 Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus@ximian.com>
2400
2401         * mini-arm.c, objects.cs: more fixes and tests for them.
2402
2403 Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus@ximian.com>
2404
2405         * mini-arm.c: align structures to at least 4 bytes to be able
2406         to keep our current optimized memcpy.
2407
2408 Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus@ximian.com>
2409
2410         * mini-arm.c, cpu-arm.md, inssel-arm.brg: bugfixes.
2411
2412 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2413
2414         * mini.c: ignore SIGPIPE.
2415
2416 2005-09-04  Zoltan Varga  <vargaz@gmail.com>
2417
2418         * mini-ia64.c (mono_arch_lowering_pass): Convert 'and_imm 255' to zext1.
2419
2420         * mini-ia64.h mini-ia64.c: Add some minor optimizations.
2421
2422 2005-09-02  Zoltan Varga  <vargaz@gmail.com>
2423
2424         * mini.h: Add prototype for mono_allocate_stack_slots_full.
2425
2426 Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus@ximian.com>
2427
2428         * exceptions-arm.c, mini.c, mini-arm.c, mini-arm.h:
2429         exception handling support.
2430         * mini-arm.c, mini-arm.h: bigendian fixes (partially from a
2431         patch by Brian Koropoff <briank@marakicorp.com>).
2432
2433 Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus@ximian.com>
2434
2435         * mini.c: revert another 'optimization' which breaks when
2436         items on the eval stack need to be saved at a basic block end
2437         (bug #75940).
2438
2439 Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
2440
2441         * jit-icalls.c: for arrays, ensure we always provide
2442         lower bounds.
2443
2444 2005-08-30  Zoltan Varga  <vargaz@gmail.com>
2445
2446         * mini.c (mono_allocate_stack_slots_full): Fix ia64 build.
2447         
2448         * mini.c (mini_get_inst_for_method): Special case Object:.ctor as well.
2449
2450 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
2451
2452         * mini-ia64.h mini-ia64.c: Implement frame pointer elimination. Keep
2453         arguments in their original register.
2454
2455 2005-08-28  Zoltan Varga  <vargaz@gmail.com>
2456
2457         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Optimize
2458         memset/memcpy.
2459
2460         * mini.c (mono_method_to_ir): Disable the MUL->MUL_IMM optimization
2461         when ssapre is enabled.
2462
2463         * inssel-long.brg: Fix bug in previous patch.
2464
2465         * mini-ia64.c mini-ia64.h mini.c inssel-long.brg: Optimize 
2466         multiplication by a constant.
2467
2468 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
2469
2470         * mini-ia64.c (mono_arch_setup_jit_tls_data): Add support for intel
2471         icc.
2472
2473         * tramp-ia64.c (mono_arch_create_trampoline_code): Use st8.spill for
2474         saving registers.
2475
2476 Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus@ximian.com>
2477
2478         * inssel-arm.brg: apply changes tested by Brian Koropoff
2479         <briank@marakicorp.com>.
2480
2481 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
2482
2483         * mini-x86.c (mono_arch_emit_prolog): Fix calling of mono_jit_thread_attach () under windows.
2484         
2485 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
2486
2487         * mini-codegen.c (mono_local_regalloc): Avoid allocating dreg and sreg1/2
2488         to the same register if dreg is just a base register.
2489         (print_ins): Improve printing of membase opcodes.
2490
2491         * inssel-x86.brg: Add optimized ldind(reg) rules.
2492
2493         * mini-x86.c cpu-pentium.md: Changes required to support the new rules.
2494
2495 Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus@ximian.com>
2496
2497         * mini.c: when running under valgrind, set the stack bottom for
2498         the GC at the actual approximate stack for the app (fixes running
2499         mono with valgrind).
2500
2501 Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus@ximian.com>
2502
2503         * mini.c: do no break at the first valuetype to init found
2504         (fixes bug #75791).
2505
2506 Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus@ximian.com>
2507
2508         * cpu-arm.md, mini-arm.c: more fixes and LMF support.
2509
2510 Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus@ximian.com>
2511
2512         * cpu-g4.md: fixed instruction length exposed by the nemerle compiler.
2513
2514 2005-08-23  Zoltan Varga  <vargaz@freemail.hu>
2515
2516         * inssel-amd64.brg inssel-x86.brg: Fix the fcall rules.
2517
2518 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
2519
2520         * inssel-x86.brg: Fix assert in patch_delegate_trampoline.
2521
2522         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Add some debug
2523         code.
2524
2525         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Add some debug
2526         code.
2527
2528         * mini.c (optimize_branches): Don't quit after 1000 iterations on large
2529         methods.
2530
2531 Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus@ximian.com>
2532
2533         * tramp-arm.c: allocate less memory for the trampoline and fix typo.
2534
2535 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
2536
2537         * mini.c (mono_method_to_ir): Remove instructions inserted after a branch
2538         in the tail recursion optimization.
2539
2540         * mini.h helpers.c (mono_disassemble_code): Emit starts of basic blocks as 
2541         debug info into the assembly file.
2542
2543         * iltests.il: Add test for filter regions.
2544
2545         * mini.c (mono_method_to_ir): Fix handling of nested FILTER clauses. Fix
2546         initial stack of filter regions. Fixes #75755.
2547
2548 Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus@ximian.com>
2549
2550         * mini-arm.c, cpu-arm.c: fixes and support for methods with bigger
2551         stack requirements.
2552
2553 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
2554
2555         * mini.c (mono_create_delegate_trampoline): Fix memory leak. Put back
2556         the check for an already compiled method on non-ia64 platforms.
2557         (mono_create_jump_trampoline): Store the MonoJitInfo structure into the
2558         proper domain.
2559
2560         * mini-x86.h tramp-x86.c: Add support for delegate trampolines.
2561
2562         * inssel-x86.brg: Add some optimized call rules.
2563
2564 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
2565
2566         * mini.c (mono_create_delegate_trampoline): Do not return an already compiled
2567         method here.
2568
2569         * mini.h mini-trampolines.c: Pass the trampoline argument to 
2570         mono_arch_patch_delegate_trampoline.
2571
2572         * mini-ia64.h mini-ia64.c tramp-ia64.c: Add support for delegate trampolines.
2573
2574         * mini-trampolines.c: Fix build.
2575
2576         * mini-amd64.h: Add delegate trampolines.
2577
2578         * mini.h mini.c mini-trampolines.c tramp-amd64.c: Add delegate trampolines.
2579
2580         * inssel-amd64.brg: Add optimized call rules.
2581         
2582         * mini-ia64.c tramp-ia64.c: Improve instruction scheduling.
2583
2584         * inssel-ia64.brg: Add optimized ldind(reg) rules.
2585
2586 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
2587
2588         * mini.c (mono_create_class_init_trampoline): Fix bug caused by last
2589         change.
2590
2591         * mini-ia64.c: Remove LMF fixmes.
2592
2593         * mini-ia64.h: Remove most fields from LMF.
2594
2595         * inssel-ia64.brg (stmt): Fix unaligned access errors.
2596
2597         * mini-trampolines.c: Add support for IA64 function descriptors.
2598
2599         * mini.h mini.c jit-icalls.c exceptions-ia64.cdriver.c: Add support
2600         for IA64 function descriptors.
2601
2602 Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus@ximian.com>
2603
2604         * tramp-arm.c: patch the vtable for virtual calls. Added
2605         support code to register/unregister the LMF.
2606         * mini-arm.c, mini-arm.h: warning fixes, fixes, speedups,
2607         more LMF work.
2608
2609 2005-08-19  Dick Porter  <dick@ximian.com>
2610
2611         * mini.c: Use a gsize to store the thread ID, so it can hold a 64
2612         bit value if needed.
2613
2614 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
2615
2616         * mini.c (mini_get_method): Move handling of wrapper data here.
2617
2618         * mini.c (mono_method_to_ir): Add support for dynamic methods.
2619
2620         * mini.c (mono_method_to_ir): Convert nonvirtual calls to abstract methods into
2621         virtual.
2622
2623         * mini.c (mono_method_to_ir): Emit IR for CEE_NOP as well, so 
2624         bblock->code does not remain empty.
2625
2626 2005-08-17  Zoltan Varga  <vargaz@freemail.hu>
2627
2628         * arrays.cs: Add regression test for #75832.
2629
2630         * inssel-amd64.brg cpu-amd64.md mini-amd64.c: Fix LDELEMA optimization
2631         rules. Fixes #75832.
2632
2633         * mini-ia64.c tramp-ia64.c exceptions-ia64.c: Implement improved
2634         instruction scheduling.
2635
2636 2005-08-12  Zoltan Varga  <vargaz@freemail.hu>
2637
2638         * mini-exceptions.c (ves_icall_get_frame_info): Fix IA64 build.
2639
2640 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
2641
2642         * mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.
2643
2644         * mini-codegen.c: Fix VC build.
2645
2646         * cpu-pentium.md: Increase length of atomic_exhange_i4.
2647
2648 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2649
2650         * mini.h: fix signature for mono_register_opcode_emulation.
2651
2652 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
2653
2654         * mini.c: Get rid of most of the helper_sig_... constants using
2655         mono_create_icall_signature ().
2656
2657 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
2658
2659         * jit-icalls.c (helper_ldstr): New helper function.
2660
2661         * mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.
2662
2663         * mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
2664         throw, load the string using a helper call instead of creating a string object.
2665
2666         * aot.c: Update after LDSTR changes.
2667
2668         * mini.h: Bump AOT file version.
2669         
2670         * aot.c: Save class size info into the AOT file. Print more statistics during
2671         compilation.
2672
2673         * mini.h: Bump AOT file version.
2674
2675         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
2676         ordering of disasm cases. Fixes #74957.
2677
2678 Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus@ximian.com>
2679
2680         * mini-ops.h, mini-arch.h, inssel.brg, mini.c, mini.h,
2681         jit-icalls.c, mini-codegen.c, Makefile.am: changes in
2682         the generic code needed for the ARM port.
2683
2684 Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus@ximian.com>
2685
2686         * exceptions-arm.c, tramp-arm.c, mini-arm.c, mini-arm.h, cpu-arm.md,
2687         inssel-arm.brg: more ARM features and fixes.
2688
2689 Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus@ximian.com>
2690
2691         * tramp-arm.c, mini-arm.c, cpu-arm.md, inssel-arm.brg: more
2692         ARM port work in progress.
2693
2694 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
2695
2696         * mini-ia64.c (mono_arch_call_opcode): Ongoing IA64 work.
2697
2698         * mini-exceptions.c mini-ia64.h: Ongoing IA64 work.
2699
2700         * mini-ia64.c (ia64_emit_bundle): Ongoing IA64 work.
2701
2702         * inssel.brg (mini_emit_memset): Add support for unaligned access.
2703
2704         * *-ia64.*: Ongoing IA64 work.
2705         
2706         * mini-ia64.c exceptions-ia64.c: Ongoing IA64 work.
2707
2708 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
2709
2710         * TODO: Remove out-of-data todo stuff.
2711
2712         * mini.h mini.c (mono_create_jit_trampoline_from_token): Remove some
2713         dead code.
2714
2715         * aot.c: Save/load MonoCachedClassInfo->has_nested_classes.
2716
2717         * mini.h: Bump corlib version.
2718
2719 2005-07-27  Martin Baulig  <martin@ximian.com>
2720
2721         * mini-codegen.c
2722         (create_copy_ins): Added `const unsigned char *ip' argument; set
2723         `copy->cil_code' from it.
2724
2725 2005-07-27  Martin Baulig  <martin@ximian.com>
2726
2727         * mini-exceptions.c (mono_handle_exception): Don't call
2728         mono_debugger_handle_exception() for filters.
2729
2730 2005-07-27  Zoltan Varga  <vargaz@freemail.hu>
2731
2732         * mini-trampolines.c (mono_aot_trampoline): Handle AppDomain:InvokeInDomain
2733         as well.
2734
2735 2005-07-26  Martin Baulig  <martin@ximian.com>
2736
2737         Committing a patch from Michal Moskal <michal.moskal@gmail.com>.
2738
2739         * mini.c (mono_method_to_ir): In `CEE_CALLI', only use
2740         helper_compile_generic_method() if the method is actually virtual
2741         and non-final.
2742
2743 2005-07-26  Martin Baulig  <martin@ximian.com>
2744
2745         * mini.c
2746         (trampoline_code): Renamed to `mono_trampoline_code' and made it
2747         public; this is now accessed directly by the debugger.
2748         (mono_generic_trampoline_code): Removed.
2749
2750         * debug-mini.c
2751         (mono_debug_init_method): Also add interncalls and wrappers.
2752
2753 2005-07-23  Zoltan Varga  <vargaz@freemail.hu>
2754
2755         * mini-ia64.c mini-ia64.h: Add support for tracing/profiling.
2756
2757 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
2758
2759         * aot.c (mono_aot_get_method_from_token): Fix a potential crash here.
2760
2761 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
2762
2763         * aot.c (load_patch_info): Fix handling of stfld_remote wrapper.
2764
2765 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
2766
2767         * mini-amd64.c (mono_arch_setup_jit_tls_data): Use the nice way of
2768         getting TLS offsets on AMD64 too.
2769
2770 2005-07-20  Kornél Pál <kornelpal@hotmail.com>
2771
2772         * driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
2773
2774 Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus@ximian.com>
2775
2776         * exceptions-arm.c, mini-arm.c, tramp-arm.c, cpu-arm.md,
2777         inssel-arm.brg, mini-arm.h: ARM port work in progress.
2778
2779 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
2780
2781         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix build.
2782
2783         * mini.h mini.c mini-*.h tramp-*.c: Move more cross platform trampoline code
2784         to mini.c.
2785
2786         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Call 
2787         mono_sparc_is_virtual_call ().
2788         
2789         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix warning.
2790
2791         * tramp-sparc.c (mono_arch_create_trampoline_code): Fix order of
2792         trampoline parameters.
2793
2794         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix signature.
2795         
2796         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Rename this
2797         to mono_arch_get_vcall_slot_addr.
2798
2799         * Makefile.am tramp-sparc.c: Update the sparc port to use the generic
2800         trampoline code.
2801
2802         * *-sparc.*: Merge the mini-xp-regalloc branch for sparc.
2803
2804 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
2805
2806         * mini-ia64.h mini-ia64.c: Finish pinvoke support.
2807
2808 2005-07-19  Martin Baulig  <martin@ximian.com>
2809
2810         * exceptions-amd64.c (throw_exception): Call
2811         mono_debugger_throw_exception() here like we're doing it on i386.
2812
2813 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
2814
2815         * mini-ia64.c: Add optimized TLS access support.
2816
2817 2005-07-18  Zoltan Varga  <vargaz@freemail.hu>
2818
2819         * mini-exceptions.c: Ongoing IA64 work.
2820
2821         * mini-ia64.c inssel-long.brg: Ongoing IA64 work.
2822
2823         * mini.c: Use the default optimization set when embedding. Fixes
2824         #75194.
2825
2826 2005-07-11  Zoltan Varga  <vargaz@freemail.hu>
2827
2828         * tramp-amd64.c tramp-ia64.c Makefile.am: Move arch independent parts 
2829         of trampolines to a separate file.
2830
2831         * mini-trampolines.c: New file.
2832
2833         * mini.h tramp-x86.c: Move arch independent parts of trampolines to a 
2834         separate file.
2835         
2836         * tramp-x86.c: Reorganize the trampoline code to be similar to the 
2837         amd64/ia64 code.
2838
2839         * mini-codegen.c: Fix cygwin build.
2840
2841 2005-07-10  Zoltan Varga  <vargaz@freemail.hu>
2842
2843         * mini.c: Add some minor changes needed by the IA64 port.
2844
2845         * *-ia64.*: Ongoing IA64 work.
2846
2847 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
2848
2849         * tramp-amd64.c mini-amd64.c: Update after latest AOT changes. Split 
2850         trampolines into arch-independent and arch-dependent parts.
2851
2852         * mini-amd64.c (mono_arch_lowering_pass): Fix store_membase_imm -> store_membase_reg rule.
2853
2854 2005-07-08  Zoltan Varga  <vargaz@freemail.hu>
2855
2856         * cpu-amd64.md: Merge the xp-regalloc-branch for amd64.
2857
2858         * mini-ops.h mini-amd64.h mini-amd64.c inssel-amd64.brg Makefile.am: Merge
2859         the xp-regalloc-branch for amd64.
2860
2861         * mini-x86.h mini-x86.c cpu-pentium.md Makefile.am: Merge the
2862         xp-regalloc-branch for x86.
2863
2864 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
2865
2866         * inssel.brg (OP_THROW_OR_NULL): Allways rethrow the abort exception.
2867
2868 2005-07-06  Martin Baulig  <martin@ximian.com>
2869
2870         * mini.c
2871         (mono_jit_compile_method_inner): Call mono_get_inflated_method().
2872         (mono_jit_runtime_invoke): Likewise.
2873
2874 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
2875
2876         * aot.c (mono_compile_assembly): Allocate the GOT in the .bss segment
2877         on x86 too.
2878         
2879         * aot.c: Add new mono_aot_get_method_from_token () function to load AOT methods
2880         without loading their metadata. Reorganize the file format so exception handling+
2881         debug info is kept separate from normal method info. Create MonoJitInfo 
2882         structures for methods lazily.
2883
2884         * tramp-x86.c (x86_aot_trampoline): Use the new from_token method to avoid
2885         loading metadata.
2886         (x86_class_init_trampoline): Patch AOT class init trampolines too.
2887
2888         * mini.c (mini_init): Install the new mono_aot_find_jit_info hook.
2889
2890         * mini.c (mono_method_to_ir): Reduce the number of class init trampoline calls
2891         in AOT code.
2892
2893         * mini.h: Bump AOT file version.
2894
2895 2005-07-04  Zoltan Varga  <vargaz@freemail.hu>
2896
2897         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
2898
2899 2005-07-01  Raja R Harinath  <rharinath@novell.com>
2900
2901         * Makefile.am (check-local): Call semdel-wrapper.
2902
2903 2005-06-29  Zoltan Varga  <vargaz@freemail.hu>
2904
2905         * mini-x86.c: Revert the last change as it seems to break the build..
2906
2907 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
2908
2909         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
2910         
2911         * mini-x86.c (mono_arch_cpu_init): Fix setting of fp precision in the VC build.
2912
2913 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
2914
2915         * mini.c (NEW_AOTCONST): make sure to call mono_get_got_var
2916         outside of the macro, so strange stuff doesn't happen with gcc4
2917         (NEW_AOTCONST_TOKEN): Likewise.
2918
2919 2005-06-28  Martin Baulig  <martin@ximian.com>
2920
2921         * mini.c (mini_class_is_system_array): New static method; use this
2922         instead of `klass->parent == mono_defaults.array_class' everywhere
2923         since this also works for the new generic array class.
2924
2925 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
2926
2927         * inssel.brg: Remove warnings.
2928
2929 2005-06-24  Zoltan Varga  <vargaz@freemail.hu>
2930
2931         * mini-ia64.c: Ongoing IA64 work.
2932
2933         * basic-float.cs: Add float->i1 conversion test.
2934
2935         * iltests.il: Add conv.u4 test.
2936
2937 2005-06-23  Zoltan Varga  <vargaz@freemail.hu>
2938
2939         * inssel-long.brg: Fix bug caused by last change.
2940
2941 2005-06-23  Geoff Norton  <gnorton@customerdna.com>
2942
2943         * mini-x86.h: Add __APPLE__ to the SC_* redefines with the other 
2944         BSDs.  Allows the x86 JIT to work on OSX86
2945
2946 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
2947
2948         * inssel-long.brg: Use OP_LSHR_UN_IMM instead of OP_SHR_UN_IMM in
2949         u4->i8 conversion.
2950
2951         * mini-ia64.c: Ongoing IA64 work.
2952
2953 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
2954
2955         * mini-ia64.c: Ongoing IA64 work.
2956
2957         * driver.c: Clean up jit_code_hash as well when using --regression.
2958
2959         * inssel-long.brg: Fix long->i4/u4 conversion rules.
2960
2961         * basic-long.cs: Add tests for long->u4 conversion.
2962
2963 2005-06-18  Ben Maurer  <bmaurer@ximian.com>
2964
2965         * mini.c: Take mono_get_domainvar out of macros. This makes sure
2966         that we do not depend on undefined C behavior: the order stuff
2967         gets evaluated within an expression. Fixes mono when compiled on
2968         GCC 4.
2969
2970 2005-06-18  Zoltan Varga  <vargaz@freemail.hu>
2971
2972         * *-ia64.*: Ongoing IA64 work.
2973
2974         * aot.c: Lower memory usage while loading AOT methods.
2975
2976         * tramp-x86.c: Avoid allocating+freeing MonoJitInfo structures.
2977
2978         * mini.h: Bump AOT file format version.
2979
2980 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
2981
2982         * mini.c (mono_method_to_ir): Allow STACK_PTR as input to SWITCH.
2983
2984 2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
2985
2986         * declsec.c: Fixed APTC to check for FullTrust on caller assembly (and
2987         not on callee assembly). Fixed some comments.
2988
2989 2005-06-16  Zoltan Varga  <vargaz@freemail.hu>
2990
2991         * aot.c (mono_compile_assembly): Mark the "methods" symbol as a function so
2992         it gets proper disassembly.
2993         (emit_method_info): Remove some dead code.
2994
2995         * mini.c (mini_method_compile): Allways allocate the GOT var in
2996         mono_method_to_ir for emulating opcodes.
2997
2998 2005-06-13  Zoltan Varga  <vargaz@freemail.hu>
2999
3000         * mini.c (mono_jit_free_method): Remove the method from the JitInfo table
3001         before freeing the code memory. Fixes #74990.
3002
3003         * objects.cs: Add regression test for #74992.
3004
3005         * liveness.c: Extend live ranges of arguments to the beginning of the
3006         method. Fixes #74992.
3007
3008         * exceptions-ia64.c mini-ia64.h: Modify ip during exception handling
3009         so it points into the faulting instruction.
3010
3011 2005-06-12  Zoltan Varga  <vargaz@freemail.hu>
3012
3013         * jit-icalls.c (mono_imul_ovf): Add exception handling.
3014
3015         * *-ia64.*: Ongoing IA64 work.
3016
3017         * mini.c (mini_init): Fix signature of mono_delegate_ctor.
3018
3019 2005-06-11  Zoltan Varga  <vargaz@freemail.hu>
3020
3021         * mini-ia64.h exceptions-ia64.c: Ongoing IA64 work.
3022
3023         * *-ia64.*: Ongoing IA64 work.
3024
3025 2005-06-10  Zoltan Varga  <vargaz@freemail.hu>
3026
3027         * basic-long.cs: Add tests for add/sub.ovf.
3028
3029         * basic.cs: Add tests for sub.ovf.
3030
3031         * *-ia64.*: Ongoing IA64 work.
3032
3033 2005-06-09  Zoltan Varga  <vargaz@freemail.hu>
3034
3035         * *-ia64.*: Ongoing IA64 work.
3036
3037         * basic.cs: Add conv.ovf.i4.un test.
3038
3039 2005-06-09  Massimiliano Mantione  <massi@ximian.com>
3040
3041         * mini.c: (remove_block_if_useless) Fixed bug 75061.
3042         
3043 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3044
3045         * mini.c: no SIGUSR2 on windows. Remove it for PLATFORM_WIN32.
3046
3047 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
3048
3049         * *-ia64.*: Ongoing IA64 work.
3050
3051 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3052
3053         * trace.[ch]:
3054         * mini.c: added the ability to toggle trace on/off using SIGUSR2.
3055
3056 2005-06-04  Zoltan Varga  <vargaz@freemail.hu>
3057
3058         * mini-ia64.c mini-ia64.h: Fix cleanup of memory stack.
3059
3060 2005-06-03  Zoltan Varga  <vargaz@freemail.hu>
3061
3062         * mini-amd64.c (emit_call): Fix yet another bug in the near call optimization.
3063
3064         * mini-amd64.c (amd64_patch): Add an assert to check that the destination
3065         of a call is callable by a near call.
3066
3067 2005-05-31  Zoltan Varga  <vargaz@freemail.hu>
3068
3069         * mini-ia64.c: Ongoing IA64 work.
3070
3071 2005-05-29  Zoltan Varga  <vargaz@freemail.hu>
3072
3073         * genmdesc.c: Make the generated array non-static.
3074
3075         * inssel-long.brg: Fix LSHR_IMM rule.
3076
3077         * *-ia64.*: Ongoing IA64 work.
3078
3079         * *-ia64.*: Ongoing IA64 work.
3080
3081 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
3082
3083         * *-ia64.*: Ongoing IA64 work.
3084
3085         * *-ia64.*: Ongoing IA64 work.
3086         
3087         * mini-ia64.c: Ongoing IA64 work.
3088
3089         * *-ia64.* jit-icalls.c mini-codegen.c: Ongoing IA64 work.
3090
3091 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
3092
3093         * objects.cs basic-calls.cs: Move some tests to objects.cs.
3094         
3095         * objects.cs basic-long.cs: Move some tests to objects.cs.
3096
3097 2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
3098
3099         * *-ia64.*: Ongoing IA64 work.
3100
3101         * iltests.il: Add a new test.
3102
3103         * mini.c (mono_method_to_ir): Initialize valuetypes when created using
3104         newobj. Fixes #75042.
3105
3106 2005-05-22  Zoltan Varga  <vargaz@freemail.hu>
3107
3108         * *-ia64.*: Ongoing IA64 work.
3109         
3110         * *-ia64.*: Ongoing IA64 work.
3111         
3112         * *-ia64.*: Ongoing IA64 work.
3113
3114         * basic.cs objects.cs: Move tests accessing static variables as well.
3115
3116         * basic.cs objects.cs: Move test_0_pin_string to objects.cs.
3117
3118 2005-05-21  Zoltan Varga  <vargaz@freemail.hu>
3119
3120         * mini.c (SIG_HANDLER_SIGNATURE): Fix warning.
3121
3122         * driver.c: Always print failed tests.
3123
3124         * mini-codegen.c: Use cfg->frame_reg instead of a macro for the
3125         frame pointer.
3126
3127         * *ia64*: Ongoing IA64 work.
3128
3129 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
3130
3131         * basic.cs: Add tests for add.ovf. Fix warnings.
3132
3133 2005-05-18  Miguel de Icaza  <miguel@novell.com>
3134
3135         * driver.c (mono_main): Avoid crash if no argument is passed to
3136         --break;  Do not use g_error, but f_printf.   And fix all other
3137         ocurrences of the same crash.
3138
3139 2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
3140
3141         * mini.h mini.c: Generalize the existing uses of the MONO_DEBUG env variable
3142         and add a new one: aborting when a SIGSEGV is raised while in unmanaged code.
3143         Fixes #74742.
3144
3145 2005-05-14  Zoltan Varga  <vargaz@freemail.hu>
3146
3147         * *-ia64.*: Add beginnings of IA64 backend.
3148
3149         * Makefile.am mini-arch.h mini-codegen.c: Add IA64 support.     
3150
3151 2005-05-13  Zoltan Varga  <vargaz@freemail.hu>
3152
3153         * inssel-long.brg: Add missing ulong->{i1, i2} checked conversions.
3154         Fixes #74925.
3155
3156         * basic-long.cs exceptions.cs: Add new tests. Fix some warnings.
3157
3158         * mini-amd64.c: Fix a warning.
3159
3160 2005-05-10  Zoltan Varga  <vargaz@freemail.hu>
3161
3162         * mini-amd64.c (mono_arch_output_basic_block): Fix stack space leakage
3163         in float_neg. Fixes #74897.
3164
3165         * mini-amd64.c (emit_call): Fix another near call bug.
3166
3167 2005-05-06  Sebastien Pouliot  <sebastien@ximian.com>
3168
3169         * declsec.c: Keep the appdomain information in the structure. Added a 
3170         missing "return FALSE" for Unmanaged if FullTrust is set (or else the
3171         value gets overwritten).
3172         * declsec.h: Set the default MonoArray for the the stack to 6. Added
3173         an MonoAppDomain member to MonoSecurityFrame.
3174         * mini-exceptions.c: Do not use a glist to keep GC allocated objects
3175         used in the stack walk. Now use a MonoArray which grow (double) when
3176         it gets full.
3177
3178 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
3179
3180         * mini.c: Re-enabled runtime cleanup, since running threads should
3181         now properly stop when exiting.
3182
3183 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
3184
3185         * mini-codegen.c: New file contaning the arch-independent local
3186         register allocator. Not used by any architectures yet.
3187
3188         * mini.h linear-scan.c: Merge some changes from the 
3189         mini-xp-local-regalloc branch.
3190
3191 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
3192
3193         * mini-amd64.c (emit_call): Fix calls to native functions when the
3194         runtime is compiled as a shared library. Fixes #74756.
3195
3196         * mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
3197         on a literal field. Fixes #74751.
3198
3199 2005-04-25  Raja R Harinath  <rharinath@novell.com>
3200
3201         * Makefile.am (RUNTIME): Add MONO_CFG_DIR.
3202
3203 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
3204
3205         * objects.cs: Add missing null casting test.
3206
3207 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
3208
3209         * mini-exceptions.c (mono_find_jit_info): Fix native offset calculation
3210         in wrapper methods. Also rename 'address' variable to 'offset'.
3211
3212 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
3213
3214         * mini.c debug-mini.c aot.c tramp-x86.c driver.c: Fix some gcc 4.0
3215         warnings.
3216         
3217         * Makefile.am (MCS): Use -unsafe instead of --unsafe.
3218
3219         * aot.c: Applied patch from "The Software Team" <software@solmersa.com>. Make AOT compilation
3220         work on windows.
3221
3222 Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
3223
3224         * exceptions-ppc.c: update code to handle stack traces (fixes bug #74452).
3225
3226 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
3227
3228         * mini-x86.c (mono_emit_stack_alloc): Initialize the whole allocated area not
3229         just the last bytes.
3230
3231 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
3232
3233         * aot.c (mono_compile_assembly): Fix warning.
3234
3235         * mini-exceptions.c (ves_icall_get_frame_info): Fix bug introduced
3236         by the _MSC_VER stuff.
3237
3238 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
3239
3240         * inssel-long.brg: Fix #74588.
3241
3242         * cpu-amd64.md: Fix #74591.
3243
3244         * iltests.il: Add new regression tests.
3245
3246 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
3247
3248         * trace.c (mono_trace_enter_method): Print enums as an int, not as a
3249         valuetype.
3250
3251 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
3252
3253         * mini-x86.c (setup_stack): Unconditionally call pthread_attr_init ().
3254
3255         * exceptions-x86.c mini-x86.h mini-x86.c: Applied some freebsd patches 
3256         from Bill Middleton <flashdict@gmail.com>.
3257
3258 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
3259
3260         * arrays.cs: Add new regression test. Fix warnings.
3261
3262 2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
3263
3264         * mini-amd64.c (mono_arch_output_basic_block): Fix stack alignment
3265         and leakage in CKFINITE.
3266
3267         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Change
3268         this to a null op since it is called on amd64 too.
3269
3270         * exceptions-amd64.c (get_throw_trampoline): Align stack.
3271
3272         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Remove
3273         body since this is not used on amd64.
3274         
3275         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Remove duplicate define.
3276
3277         * mini-amd64.c: Remove obsolete fixmes.
3278
3279         * mini.c (print_method_from_ip): Fix debugging support.
3280
3281 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
3282
3283         * ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
3284         so that expressions that don't give much gain are not reduced.
3285         * ssapre.h: Likewise.
3286
3287 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
3288
3289         * exceptions-x86.c (mono_arch_find_jit_info): Remove last SC_EBP reference.
3290
3291         * mini-x86.c (mono_emit_stack_alloc): Fix localloc under windows.
3292
3293         * mini-x86.h exceptions-x86.c: Hopefully fix compilation on *BSD.
3294
3295 2005-04-01  Zoltan Varga  <vargaz@freemail.hu>
3296
3297         * mini-sparc.c mini-sparc.h: Add asserts when running with sigaltstack.
3298
3299         * exceptions-x86.c (mono_arch_monoctx_to_sigctx): Fix cygwin build.
3300
3301 2005-03-31  Zoltan Varga  <vargaz@freemail.hu>
3302
3303         * mini-x86.c: If sigaltstack support is enabled, perform win32 style
3304         stack touching.
3305
3306         * mini.h (mono_arch_sigctx_to_monoctx): New arch-specific function.
3307
3308         * mini.h (mono_arch_monoctx_to_sigctx): New arch-specific function.
3309
3310         * mini.c: sigaltstack support requires MONO_ARCH_USE_SIGACTION.
3311
3312         * mini-x86.h mini-x86.c exceptions-x86.c: Add support for 
3313         MONO_ARCH_USE_SIGACTION. Fixes #74252.
3314
3315         * mini-x86.h: Enable MONO_ARCH_USE_SIGACTION on linux.
3316
3317         * mini-x86.c: Fix up stack overflow handling.   
3318
3319         * exceptions.cs: Add new regression test.
3320
3321 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
3322
3323         * mini-x86.c (mono_arch_emit_prolog): Adjust stack after calls to
3324         mono_jit_thread_attach.
3325
3326         * mini.c (mono_method_to_ir): Verify called method is not abstract.
3327
3328 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
3329
3330         * mini.c (mono_method_to_ir): Applied Ben's patch from bug #61441 to
3331         avoid calling constructors using callvirt.
3332
3333         * inssel.brg: Fix #74073.
3334
3335 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
3336
3337         * aot.c, mini.h: Added mono-compiler.h header to allow/ease 
3338         compilation with non-GCC compilers.
3339         * mini-exceptions.c, mini-x86.c|h: Patches to make compilation of mono
3340         possible using VS.NET. Adapted from the work of J Lothian (for VC6).
3341
3342 Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
3343
3344         * inssel.brg, arrays.cs: fix long standing 64 bit issue in access to
3345         klass->interface_offsets (will likely fix bug#74073).
3346
3347 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
3348
3349         * mini-amd64.c (mono_arch_is_int_overflow): Fix rex handling.
3350
3351 2005-03-28  Zoltan Varga  <vargaz@freemail.hu>
3352
3353         * mini-amd64.c (mono_arch_output_basic_block): Fix order of parameters
3354         to amd64_div_reg_size ().
3355         
3356         * mini-amd64.c (mono_arch_emit_exceptions): Emit a near call here too.
3357
3358 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
3359
3360         * cpu-amd64.md (store_membase_reg): Fix length of storer8 opcodes.
3361
3362 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
3363
3364         * driver.c: Turn off automatic command line globbing under windows. Fixes #73763.
3365
3366 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
3367
3368         * mini.c (mono_method_to_ir): Remove debugging stuff left in by mistake.
3369         
3370         * mini.c (mono_precompile_assembly): Load and precompile referenced
3371         assemblies as well. Fixes #74015.
3372
3373 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
3374
3375         * cpu-amd64.md (sin): Fix up maximum lengths of some opcodes.
3376
3377 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
3378
3379         * declsec.c: Skip linkdemand checks for intra-corlib calls. This skips
3380         a lot of checks and (anyway) permissions cannot work until corlib is 
3381         loaded.
3382
3383 Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus@ximian.com>
3384
3385         * mini-ppc.c: fixed ABI issue on sysv/ppc.
3386
3387 Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus@ximian.com>
3388
3389         * tramp-ppc.c, exceptions-ppc.c: added missing icache flush
3390         calls (fixes bug#72824).
3391
3392 Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus@ximian.com>
3393
3394         * mini.c: fix tail recursion elimination (see test in bug#73936).
3395
3396 2005-03-21  Zoltan Varga  <vargaz@freemail.hu>
3397
3398         * mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
3399         some fp functions in sse2 mode.
3400
3401 2005-03-20  Zoltan Varga  <vargaz@freemail.hu>
3402
3403         * mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.
3404
3405 2005-03-19  Zoltan Varga  <vargaz@freemail.hu>
3406
3407         * mini.h mini.c: Add mono_get_jit_tls_key ().
3408
3409         * mini-x86.c: Enable fast TLS support on windows.
3410
3411 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
3412
3413         * declsec.c: Renamed aptc to allowpartiallytrustedcallers.
3414         * mini.c: Check for p/invoke method when generating code. If a
3415         p/invoke method, or it's class, isn't decorated with [Suppress
3416         UnmanagedCodeSecurity] then generate code to call System.Security.
3417         UnmanagedDemand (only if the security manager is active).
3418
3419 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
3420
3421         * tramp-amd64.c (create_specific_trampoline): Revert parts of the 
3422         last change as it seems to cause strange crashes.
3423         
3424 Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian.com>
3425
3426         * *.c: handle unsafe function pointers where needed.
3427
3428 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
3429
3430         * mini.c (mono_jit_free_method): Remove the fixme too.
3431
3432 2005-03-15  Miguel de Icaza  <miguel@novell.com>
3433
3434         * mini.c: As discussed, make the code actually free the delegate
3435         thunk now, to enable the debugging of delegate problems, use
3436         MONO_DEBUG=1 when running Mono. 
3437
3438         This takes also care of parts of the leaks as seen by Joe.
3439
3440 2005-03-15  Zoltan Varga  <vargaz@freemail.hu>
3441
3442         * mini-amd64.c (mono_arch_setup_jit_tls_data): Enable 
3443         thread_tls_offset calculation.
3444
3445 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
3446
3447         * declsec.c: Reworked linkdemand checks for icall. The previous code
3448         was using the declaration code (untrusted) and didn't work as expected
3449         with the CLR 2.0. We're now more compatible with 2.0 than 1.x for this
3450         specific case.
3451
3452 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
3453
3454         * iltests.il: Add new localloc test.
3455
3456         * mini-amd64.c: Handle large stack allocations the same way as on
3457         windows if stack overflow handling is working.
3458         
3459         * mini-amd64.c: Allocate the signal stack using mmap.
3460
3461         * mini.c (sigsegv_signal_handler): Fix reading of context.
3462
3463         * mini-exceptions.c: Fix up stack overflow handling.
3464
3465         * mini-amd64.h mini-amd64.c: Fix up stack overflow handling.
3466
3467         * tramp-amd64.c (create_specific_trampoline): Optimize trampoline size.
3468
3469         * exceptions-amd64.c (mono_amd64_exceptions_init): Remove this.
3470
3471         * mini.h mini.c tramp-*.c: Move common trampoline code to mini.c.
3472
3473         * mini-x86.h mini-x86.c mini-amd64.h mini-amd64.c: Get rid of the
3474         tramp_init functions as they are no longer needed.
3475
3476 2005-03-12  Zoltan Varga  <vargaz@freemail.hu>
3477
3478         * tramp-amd64.c (mono_amd64_tramp_init): Fix typo.
3479         
3480         * tramp-amd64.c (mono_amd64_tramp_init): Init AOT trampoline as well.
3481
3482         * mini-amd64.h mini-amd64.c (mono_amd64_exceptions_init): Remove this.
3483         
3484         * mini.c mini-*.h: Remove OUT_OF_LINE_BBLOCK defines since all arches
3485         support that now.
3486
3487         * mini-ops.h: Add OP_LMUL_IMM.
3488
3489         * mini.c jit-icalls.cmini-amd64.h mini-amd64.c cpu-amd64.md: Implement
3490         long mul/div opcodes as intrinsic.
3491
3492         * mini-amd64.c (emit_call): Handle the case when the callee might be
3493         an AOT method.
3494
3495 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
3496
3497         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Reorder cases to be
3498         extra safe.
3499         
3500         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Fix ordering of cases.
3501
3502         * aot.c (mono_aot_load_method): Get rid of bogus make_writable call.
3503
3504 2005-03-09  Ben Maurer  <bmaurer@ximian.com>
3505
3506         * mini.c (mono_codegen): Don't leak here, to help people running
3507         monogrind.
3508
3509 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
3510
3511         * mini-amd64.c (mono_arch_output_basic_block): Fix int->float 
3512         conversions in sse2 mode.
3513
3514         * basic-float.cs: Add regression test.
3515         
3516         * mini-amd64.c: Reenable sse2.
3517
3518 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
3519
3520         * mini-amd64.c: Disable sse2 until some regressions are fixed.
3521
3522 2005-03-07      Joerg Rosenkranz <joergr@voelcker.com>
3523
3524         * driver.c: Copyright text should include 2005.
3525         
3526 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
3527
3528         * cpu-amd64.md (load_membase): Fix more max lengths.
3529
3530 2005-03-06  Zoltan Varga  <vargaz@freemail.hu>
3531
3532         * cpu-amd64.md (load_membase): Fix max length.
3533
3534         * mini-ops.h: Add OP_F<xx>_MEMBASE opcodes.
3535
3536         * inssel.brg: Add MONO_EMIT_BIALU_MEMBASE macro.
3537
3538         * cpu-amd64.md inssel-amd64.brg mini-amd64.h mini-amd64.brg: Finish SSE2
3539         support and enable it by default. Also add OP_F<xxx>_MEMBASE opcodes.
3540
3541         * basic-float.cs: Add rounding regression test.
3542
3543         * mini-amd64.c (INST_IGNORES_CFLAGS): Add more instructions.
3544
3545 2005-03-04  Neale Ferguson <NealeFerguson@earthlink.net>
3546
3547         * inssel-s390.brg, mini-s390.c: Add support for passing/returning small
3548         structures in registers for pinvoke wrappers.
3549
3550 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
3551
3552         * mini-exceptions.c (ves_icall_get_trace): Return wrapper info as well.
3553
3554 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
3555
3556         * mini.h mini.c mini-x86.c: Pass the domain of the native->managed
3557         wrapper to mono_jit_thread_attach.
3558
3559         * mini.c (mini_jit_thread_attach): New jit icall.
3560
3561         * mini-x86.c (mono_arch_emit_prolog): Attach to the VM in 
3562         native->managed wrappers.
3563
3564         * exceptions.cs: Add new regression test.
3565
3566         * mini.c (optimize_branches): Check regions in the cbranch to throw
3567         block case as well. Fixes #73242.
3568
3569 Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus@ximian.com>
3570
3571         * mini.c: thread safety fixes.
3572
3573 2005-02-27  Zoltan Varga  <vargaz@freemail.hu>
3574
3575         * tramp-amd64.c (amd64_magic_trampoline): Disable the method_ptr
3576         patching stuff, since delegates use jump trampolines so there is
3577         no caller.
3578
3579         * tramp-amd64.c (create_trampoline_code): Pass NULL as 'code' in 
3580         jump trampolines.
3581         
3582         * tramp-amd64.c: Fix build.
3583
3584         * mini-x86.c tramp-x86.c: Moved get_vtable_slot_addr into mini-x86.c and rename
3585         it to mono_arch_.... Add get_delegate_method_ptr implementation for x86.
3586
3587         * mini-amd64.h mini.h mini-amd64.c tramp-amd64.c (mono_amd64_get_vcall_slot_addr):
3588         Rename this to mono_arch....
3589         (mono_amd64_get_delegate_method_ptr_addr): Ditto.
3590
3591         * mini-amd64.c (mono_amd64_get_delegate_method_ptr_addr): New helper function.
3592
3593         * mini-amd64.c (emit_call): If both the caller and the callee is
3594         guaranteed to have 32 bit addresses, emit a normal call.
3595
3596         * tramp-amd64.c: Adapt to changes in mini-amd64.c.
3597
3598         * tramp-amd64.c (amd64_magic_trampoline): Remove patching of trampolines. 
3599         * tramp-amd64.c (amd64_magic_trampoline): Add support for patching the
3600         method_ptr inside delegates.
3601
3602 2005-02-26  Zoltan Varga  <vargaz@freemail.hu>
3603
3604         * mini.c (mono_jit_free_method): Free the method info even if the native code is
3605         invalidated. Fixes #73001.
3606
3607         * mini.c: Add a proper icall wrapper for mono_delegate_ctor.
3608
3609         * mini-x86.c: Only use stdcall for pinvokes on windows.
3610
3611 Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus@ximian.com>
3612
3613         * mini.c, mini.h: make mono_lmf_addr a fast-access thread var.
3614         * mini-x86.c: remove unreliable __thread var offset detection,
3615         use the correct accessors and enable by default.
3616
3617 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
3618
3619         * mini.c (mono_jit_free_method): Fix memory leak.
3620
3621 2005-02-22  Zoltan Varga  <vargaz@freemail.hu>
3622
3623         * mini.c (mono_method_to_ir): Allocate a GOT var for THROW and RETHROW. 
3624
3625 2005-02-21  Zoltan Varga  <vargaz@freemail.hu>
3626
3627         * cpu-amd64.md: Fix lengths of atomic opcodes.
3628
3629 Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus@ximian.com>
3630
3631         * driver.c: try to not imply using ICU is any good.
3632
3633 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
3634
3635         * mini-amd64.c (mono_arch_get_inst_for_method): Implement more 
3636         functions as inline ops.
3637
3638         * mini-ops.h inssel-amd64.brg cpu-amd64.md mini-amd64.c: Implement
3639         some Interlocked functions as inline ops.
3640
3641         * mini.c (move_basic_block_to_end): Fix bug in last patch.
3642
3643         * mini.h (MonoBasicBlock): Reorganize fields a bit.
3644
3645         * mini-ops.h inssel.brg: Add OP_NOT_REACHED.
3646
3647         * mini.c: Add support for OP_NOT_TAKEN.
3648
3649         * mini-amd64.h mini-amd64.c: Add support for passing/returning small 
3650         structures in registers for pinvoke wrappers.
3651
3652         * mini-amd64.c: Fix warnings.
3653
3654 2005-02-19  Zoltan Varga  <vargaz@freemail.hu>
3655
3656         * mini.h (MonoCompile): Add 'ret_var_is_local' field.
3657
3658         * mini.h mini.c (mono_arch_create_vars): Add new arch specific hook.
3659
3660         * mini.c (NEW_RETLOADA): If the ret variable is a local, use its 
3661         address instead of loading the address from it.
3662
3663         * mini-x86.c: Add support for returning small structs in registers
3664         on Win32. Fixes part of #70864.
3665         
3666 2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
3667
3668         * trace.c (get_token): Improve error checking.
3669
3670 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
3671
3672         * jit-icalls.c (mono_ldvirtfn): Explicitly check for a NULL obj here.
3673
3674 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com> 
3675  
3676         * mini.h: Moved MONO_EXCEPTION_* enum to metadata/class-internals.h so
3677         it can be reused for MonoClass.
3678         * mini.c: Renamed MONO_EXCEPTION_SECURITY to MONO_EXCEPTION_SECURITY
3679         _LINKDEMAND.
3680
3681 2005-02-15  Sebastien Pouliot  <sebastien@ximian.com>
3682
3683         * mini.c: Fixed 2 cases where I sent a MonoMethod to managed code 
3684         instead of a MonoReflectionMethod. The method information wasn't used
3685         when displaying SecurityException details (but will be now).
3686
3687 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
3688
3689         * Makefile.am : windows build fix.
3690
3691 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
3692
3693         * iltests.il: Add new regression test.
3694
3695         * mini.c (mono_method_to_ir): Allocate a GOT var in CEE_NEWOBJ. Fixes
3696         #72522.
3697
3698 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com> 
3699  
3700         * mini.c: Moved linkdemand check into helper function check_linkdemand
3701         to allow reuse for all intructions (CALL, CALLVIRT, NEWOBJ, JMP, 
3702         LDFTN, LDVIRTFTN).
3703
3704 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>
3705
3706         * declsec.c: Added statistics counter for different kinds of 
3707         LinkDemands.
3708         * mini.h: Added CAS statistic counters to MonoJitStats. Removed unused
3709         (and commented) declaration.
3710         * mini.c: Added statistics counter for security Demand code 
3711         generation. Added display of security statistics.
3712
3713 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
3714
3715         * declsec.c (mono_declsec_linkdemand_aptc): Applied patch from Robert Jordan (robertj@gmx.net).
3716         Fix compilation errors under gcc-2.95.
3717
3718 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
3719
3720         * mini.c, driver.c: Use the new jit trampoline hashtable
3721
3722 Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus@ximian.com>
3723
3724         * mini.c, jit-icalls.c: use the managed implementation of memcpy, too.
3725
3726 2005-02-11  Martin Baulig  <martin@ximian.com>
3727
3728         * debug-mini.c (mono_debug_close_method): Free the line number array.
3729
3730 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
3731
3732         * aot.c: Break up large methods into smaller ones. Share GOT slots for
3733         icalls.
3734
3735         * mini.h: Bump AOT file format version. 
3736
3737 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
3738
3739         * declsec.c: Added LinkDemand support and it's special cases for ECMA,
3740         APTC and P/Invoke.
3741         * declsec.h: Added macros to get/set lazyly initialized security 
3742         informations about assemblies. Added new enum for different type of
3743         possible LinkDemand violation. Added function to check LinkDemands.
3744         * mini.h: Added a field to MonoCompile to hold any security violation
3745         detected when JITting a method (so it can be thrown later).
3746         * mini.c: Added LinkDemand checks in mono_method_to_ir for CEE_CALL 
3747         and CEE_CALLVIRT. Added code to throw exception at the end of
3748         mini_method_compile (note: the exception is unhandled right now).
3749
3750 Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus@ximian.com>
3751
3752         * mini.c, jit-icalls.c: use the managed implementation of
3753         memset for initobj and memset, to avoid managed <-> unmanaged
3754         transitions.
3755
3756 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
3757
3758         * inssel.brg (mini_emit_virtual_call): Disable the virtual->nonvirtual
3759         optimization if it would need a GOT var.
3760
3761         * basic.cs: Add tests for constant propagation and switch statements.
3762
3763         * ssa.c: Fix out-of-range constant propagation and switch statements.
3764
3765 2005-02-09    <vargaz@freemail.hu>
3766
3767         * inssel-x86.brg (reg): Align the allocation size in the localloc(imm) case too.
3768
3769 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
3770
3771         * cpu-amd64.md (load_membase): Fix max length of load_membase.
3772
3773 Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus@ximian.com>
3774
3775         * mini.c: update to new signature of mono_class_get_allocation_ftn().
3776
3777 2005-02-06  Neale Ferguson <NealeFerguson@earthlink.net>
3778
3779         * cpu-s390.md,  mini-s390.c: Correct bug with register usage on certain 
3780         arithmetic operations.
3781
3782 Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus@ximian.com>
3783
3784         * mini-ppc.c: add a workaround for broken user code that
3785         DllImports vararg functions with non-vararg signatures.
3786
3787 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
3788
3789         * mini.c (mono_jit_compile_method_inner): Add detection and a 
3790         meaningfull error message for assemblies written in Managed C++.
3791
3792         * tramp-amd64.c mini-amd64.h: Add support for 
3793         create_trampoline_from_token ().
3794
3795         * aot.c mini-x86.c abcremoval.c: Applied patch from
3796         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
3797
3798 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
3799
3800         * mini.h mini.c mini-x86.h tramp-x86.c: Add a new kind of trampoline 
3801         which takes a MonoImage/token as parameter instead of a MonoMethod.
3802
3803         * aot.c: Use the new trampoline for initializing vtables.
3804
3805         * aot.c: Add support for ldfld/stfld_remote wrappers.
3806
3807         * mini-ops.h cpu-pentium.md inssel-x86.brg mini-x86.c: Add optimized
3808         rules for compare <MEM>, IMM.
3809
3810         * mini.h (MONO_AOT_FILE_VERSION): Bump it.
3811
3812         * aot.c: Handle inherited finalizers correctly.
3813
3814 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
3815
3816         * inssel.brg (stmt): Add a missing _setup_... ().
3817
3818         * aot.c: Save some parts of the class state to the AOT file and use it
3819         to recompute that state when a class is initialized.
3820
3821         * mini.c: Install AOT hooks into the runtime.
3822
3823         * mini.h: Bump AOT file format version.
3824         
3825         * mini.c (mono_method_to_ir): Initialize pointer type locals correctly.
3826         Fixes #72148.
3827
3828         * iltests.il: Add new test.
3829
3830 Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus@ximian.com>
3831
3832         * mini.c: fix typo.
3833
3834 Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus@ximian.com>
3835
3836         * mini.c: setup the statistical profiler in the thread attach
3837         callback to cope with the new single thread code.
3838
3839 Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus@ximian.com>
3840
3841         * mini-ppc.c: ensure we have enough room for the profiler
3842         calls (fixed bug#72084).
3843
3844 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
3845
3846         * aot.c: Get rid of the MonoAotMethod structure and the hashtable holding 
3847         it.
3848
3849 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
3850
3851         * driver.c: Re-enabled SSAPRE (two commits, I was just dumb).
3852
3853 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
3854
3855         * ssapre.c: Fixed an issue with down safety (this allows IronPython
3856         to succesfully execute parrotbench).
3857         * ssapre.h: Likewise.
3858
3859 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
3860
3861         * ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
3862         variable for stores to method arguments (fixes a SSAPRE issue).
3863
3864 Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus@ximian.com>
3865
3866         * mini.c: handle value types in dup, fixes gen-112.cs.
3867
3868 Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus@ximian.com>
3869
3870         * mini-ppc.c, cpu-g4.md, tramp-ppc.c: use a slower code
3871         sequence for calls in dynamic methods to avoid thunks.
3872
3873 Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus@ximian.com>
3874
3875         * mini.c: correctly remove dynamic methods from the hashtable.
3876
3877 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
3878
3879         * driver.c: Disabled SSAPRE until fix the bug that appears
3880         in IronPython's parrotbench.
3881
3882 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
3883
3884         * aot.c (mono_compile_assembly): Get rid of Skip (other) messages.
3885
3886         * mini.c (mono_method_to_ir): Revert the previous change.
3887         
3888         * mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
3889         when AOT compiling.
3890
3891         * tramp-x86.c (x86_magic_trampoline): Avoid calls to 
3892         mono_jit_info_table_find () etc. when running under valgrind.
3893
3894         * inssel.brg: Fix warnings.
3895
3896         * mini-exceptions.c: Fix warnings.
3897
3898 2005-01-31  Martin Baulig  <martin@ximian.com>
3899
3900         * driver.c (compile_all_methods_thread_main): Don't try to compile
3901         generic methods or anything which has type parameters.
3902
3903 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
3904
3905         * aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.
3906
3907         * TestDriver.cs: Add --verbose flags.
3908
3909         * graph.c ssa.c: Fix 64 bit warnings.
3910         
3911         * abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c 
3912         trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
3913         Fix 64 bit warnings.
3914
3915         * mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
3916         variable not spotted by gcc.
3917         
3918         * mini-amd64.c inssel-amd64.brg: Applied patch from  
3919         Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of 
3920         X86_COMPARE_MEMBASE opcodes.
3921
3922         * exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.
3923
3924 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
3925
3926         * *: MonoMethod->signature might be NULL now. You *MUST* use
3927         mono_method_signature.
3928
3929 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
3930
3931         * driver.c (compile_all_methods_thread_main): Compile the methods
3932         without invoking cctors.
3933
3934 Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus@ximian.com>
3935
3936         * mini.c: remove ben's "optimizations" to dup+stloc (bug #71905).
3937         * basic-calls.cs: test for the above.
3938
3939 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
3940
3941         * mini.c mini-exceptions.c aot.c exceptions-*.c: Update after 
3942         MonoJitInfo changes.
3943
3944 2005-01-27  Zoltan Varga  <vargaz@freemail.hu>
3945
3946         * mini-exceptions.c (mono_handle_exception): Compute the stack trace
3947         eagerly if it contains dynamic methods.
3948         
3949         * mini-exceptions.c (ves_icall_System_Exception_get_trace): New icall.
3950
3951         * mini-exceptions.c (mono_handle_exception): Avoid computing the stack
3952         trace, it is now computed by an icall from trace_ips.
3953         
3954         * mini-exceptions.c: Fix a warning.
3955
3956 Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus@ximian.com>
3957
3958         * mini-exceptions.c: don't bother getting stack trace info if
3959         it's not going to be used.
3960
3961 2005-01-27  Raja R Harinath  <rharinath@novell.com>
3962
3963         * Makefile.am (common_sources): Add ssapre-cee-ops.h and
3964         ssapre-mini-ops.h.
3965
3966 2005-01-26  Zoltan Varga  <vargaz@freemail.hu>
3967
3968         * mini.c (remove_block_if_useless): Only print debug stuff with -v -v.
3969
3970         * aot.c: Avoid calling mono_method_get_header () if not needed.
3971
3972         * mini.h: Bump AOT file format version.
3973         
3974         * mini.c (mono_emit_native_call): Allocate a GOT var here.
3975
3976         * mini.c (mono_print_tree): Print more info for calls.
3977
3978 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
3979
3980         * declsec.h: Remove warning by adding missing include for marshal.h
3981
3982 2005-01-26  Martin Baulig  <martin@ximian.com>
3983
3984         * mini.c (mono_method_to_ir): In CEE_UNBOX_ANY, don't increase
3985         `ip' twice.
3986
3987 2005-01-25  Zoltan Varga  <vargaz@freemail.hu>
3988
3989         * mini-amd64.c (mono_arch_call_opcode): Add missing MONO_SSA_LOAD/STORE
3990         flags.
3991
3992         * ssa.c (mono_ssa_compute): Fix crashes when using AOT.
3993
3994         * aot.c (mono_compile_assembly): Fix a warning.
3995
3996 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com>
3997
3998         * declsec.c: Look for security attributes on the original MonoMethod 
3999         (and not the wrapped one). This fix permissions on icalls.
4000
4001 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
4002
4003         * mini-amd64.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
4004
4005         * mini.c (mono_allocate_stack_slots): Add a fixme.
4006
4007         * mini-x86.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
4008
4009 Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus@ximian.com>
4010
4011         * inssel.brg: optimize casts of sealed types (more
4012         optimizations waiting for fixes in remoting).
4013
4014 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
4015
4016         * inssel.brg (stmt): Add another dummy rule.
4017
4018         * driver.c: Fix warnings.
4019
4020         * driver.c (mono_main): If running under valgrind, instruct glib to use
4021         the system allocation functions so valgrind can track the memory
4022         allocated by the g_... functions.
4023
4024         * inssel.brg (stmt): Add DUMMY rule for OP_DUMMY_STORE.
4025
4026         * mini-ops.h: Add OP_DUMMY_STORE opcode.
4027
4028         * mini.h (MONO_BBLOCK_IS_IN_REGION): New helper macro.
4029
4030         * liveness.c: Handle OP_DUMMY_STORE. Enable register allocation for
4031         variables in try regions.
4032
4033         * mini.c (mini_method_compile): Don't disable optimizations on large
4034         methods when AOT compiling.
4035
4036         * mini.c (mono_allocate_stack_slots): New arch independent method to 
4037         allocate stack slots. Not yet used.
4038
4039 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
4040
4041         * debug-mini.c (mono_debug_close_method): Plug some leaks.
4042
4043 Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus@ximian.com>
4044
4045         * mini-ppc.c: make the branch info relative as the code
4046         buffer can be reallocated.
4047
4048 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
4049
4050         * aot.c: Allow decoding of the new  MONO_PATCH_INFO_DECLSEC.
4051         * driver.c: Removed the AOT/security restriction. Now initialize the
4052         security manager (in metadata) if --security is used.
4053         * mini.c|h: Add the MONO_PATCH_INFO_DECLSEC code to use the index,
4054         rather than the pointer to declarative security, when AOT is used.
4055
4056 Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus@ximian.com>
4057
4058         * mini.h, mini-ppc.h, mini-ppc.c: updated to use out of line
4059         basic blocks, reduced intrinsic exception throwing code size.
4060
4061 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
4062
4063         * driver.c (mini_usage): Reorder the usage screen.
4064
4065 2005-01-21  Zoltan Varga  <vargaz@freemail.hu>
4066
4067         * mini.c (mono_resolve_patch_target): Fix warning.
4068
4069 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
4070
4071         * mini-x86.c (mono_arch_local_regalloc): Fix bug introduced by
4072         previous patch.
4073
4074         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
4075
4076         * mini-amd64.c (mono_arch_local_regalloc): Revert last patch as it
4077         breaks the amd64 build.
4078
4079         * mini-x86.c (mono_arch_local_regalloc): Fix bug in div/rem 
4080         register allocation. Fixes #71454.
4081
4082         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
4083
4084         * arrays.cs: Add new regression test.   
4085
4086 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
4087
4088         * ssapre.c: Turned usage of snprintf to GString.
4089         * ssapre.h: disabled MONO_APPLY_SSAPRE_TO_SINGLE_METHOD
4090         (I left it on by mistake in my previous commit).
4091
4092 Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus@ximian.com>
4093
4094         * mini.c, cfold.c, basic-calls.cs: preserve side effects
4095         on cond branch optimization (fixes bug# 71515).
4096
4097 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
4098
4099         * abcremoval.c: Fixed bug 71062.
4100         * abcremoval.h: Likewise.
4101
4102 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
4103
4104         * mini.c: Added a new functionality to optimize_branches, the removal
4105         of useless basic blocks, and fixed some problem in the removal of
4106         critical edges; some utility functions added for both purposes.
4107         * ssapre.c: Added complex expression support, and fixed bug 70637.
4108         * ssapre.h: Likewise.
4109         * ssapre-cee-ops.h: Added file with list of "CEE_*" opcodes
4110         enabled in SSAPRE.
4111         * ssapre-mini-ops.h: Likewise, but for "OP_*" opcodes.
4112         * driver.c: Re-enabled SSAPRE.
4113
4114 2005-01-19  Martin Baulig  <martin@ximian.com>
4115
4116         * mini.c (mono_method_to_ir): Call mono_get_inflated_method() on
4117         the result of mono_get_method_constrained().
4118
4119 2005-01-18  Neale Ferguson <NealeFerguson@earthlink.net>
4120
4121         * exceptions-s390.c tramp-s390.c: Allocate code using the global code
4122         manager.
4123
4124 2005-01-18  Geoff Norton  <gnorton@customerdna.com>
4125
4126         * jit-icalls.c (mono_llmult_ovf): Fix other overflow conditions to
4127         be detected.  Fixes #59296.
4128
4129 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
4130
4131         * mini-amd64.c (mono_arch_output_basic_block): Remove some assertions
4132         which can happen. Fixes #71361.
4133
4134 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
4135
4136         * exceptions-sparc.c tramp-sparc.c: Allocate code using the global code
4137         manager.
4138
4139 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
4140
4141         * mini.c (mono_create_jump_trampoline): Revert last change as it causes
4142         appdomain-unload.exe to fail.
4143         
4144         * mini.c: Fix some memory leaks.
4145
4146 Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus@ximian.com>
4147
4148         * inssel.brg: handle the new size of rank, idepth, max_interface_id.
4149         Fixed bug and sped up some codepaths.
4150
4151 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
4152
4153         * mini.c: Fix some memory leaks.
4154
4155         * exceptions.cs basic-long.cs: Add test for checked ulong->int 
4156         conversion.
4157
4158         * inssel-long.brg: Implement long_conv_to_ovf_i4_un. Fixes #71319.
4159
4160         * inssel-long.brg: Fix conv.ovf.i8 when run on an int32. Fixes
4161         #71320.
4162
4163         * iltests.il: Add regression test for #71320.
4164
4165 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
4166
4167         * mini.c (mono_codegen): Fix installation of profiler hooks.
4168
4169         * mini-sparc.c mini-amd64.c: Don't allocate stack space for dead vars.
4170
4171 Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
4172
4173         * mini.h, mini.c, cfold.c: optimize access to enum
4174         readonly fields, too. Eval conditional branches if possible
4175         to perform unreachable code removal in more cases.
4176
4177 2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
4178
4179         * tramp-amd64.c exceptions-amd64.c: Use the new global code manager.
4180
4181         * mini.c (mono_global_codeman_reserve): New function to allocate code memory from a global
4182         code manager.
4183
4184         * tramp-x86.c mini-x86.c exceptions-x86.c: Allocate all code memory so mono works with
4185         WinXP DEP. Fixes #71244.
4186
4187 2005-01-14  Zoltan Varga  <vargaz@freemail.hu>
4188
4189         * inssel.brg: Allways convert CEE_CONV_OVF_I4 to a move on 64 bit platforms. Fixes #71236.
4190
4191 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
4192
4193         * mini-x86.c (mono_arch_output_basic_block): Fix OP_ATOMIC_ADD_NEW_I4.
4194
4195 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
4196
4197         * mini-exceptions.c exceptions-ppc.c aot.c: Cope with MonoJitInfo 
4198         changes.
4199
4200         * mini.h: Bump AOT version.
4201
4202         * mini.h (MonoCompile): Change exvar to a hash table.
4203
4204         * mini.c: Allocate a separate exvar for each handler block.
4205
4206         * mini.c: Get rid of the computation of filter_lengths, its not needed.
4207
4208         * mini.c inssel.brg: Change OP_THROW_OR_NULL to compare the current
4209         ex var with the pending exception and only throw if the two are equal.
4210         Fixes #68552.
4211         
4212         * exceptions.cs: Add tests for rethrow and nested catch clauses.
4213
4214         * mini-x86.c: Fix warnings.
4215
4216         * Makefile.am (common_sources): Move mini-exceptions.c here as it is
4217         used by all the ports now.
4218
4219         * aot.c: Add write-symbols and save-temps options.
4220
4221 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
4222
4223         * mini-x86.c: Add support for returning structs in registers from pinvoke functions on WIN32.
4224
4225 Mon Jan 10 16:11:16 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
4226
4227         * mini-ops.h, inssel-s390.brg, cpu-s390.md: Support OP_ATOMIC__xxx 
4228         operations.
4229
4230         * tramp-s390.c: Check vtable slot belongs to the domain.
4231
4232         * mini-exceptions.c, exceptions-s390.c: Standardize exception handling
4233         as per other platforms.
4234
4235         * mini-s390.c, mini-s390.h: Enable out-of-line bblock support.
4236
4237 Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus@ximian.com>
4238
4239         * driver.c: we don't run the Main() code in a subthread anymore.
4240
4241 Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus@ximian.com>
4242
4243         * mini.c: added experimental rtc support in the statistical
4244         profiler: if the user has the permission, more accurate statistics
4245         are gathered. Run with: MONO_RTC=4096 mono --profiler=default:stat ....
4246         The MONO_RTC value must be restricted to what the linux rtc allows:
4247         power of two from 64 to 8192 Hz.
4248
4249 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
4250
4251         * mini-x86.c (mono_arch_emit_exceptions): Fix #71121.
4252
4253 Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus@ximian.com>
4254
4255         * mini-ppc.c: better icache flush for smp.
4256
4257 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
4258
4259         * mini-amd64.c (emit_move_return_value): Fix memory leak.
4260
4261         * mini-x86.c (get_call_info): Add the get_call_info () code from the
4262         amd64 port, not yet used.
4263
4264 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
4265
4266         * mini.c (mono_method_to_ir): Disable inlining of ldfld wrappers with
4267         a struct type.
4268
4269 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
4270
4271         * driver.c: Added --security option to activate the security manager.
4272         Right now this will allow code generation for declarative demands and
4273         is disabled when AOT is specified.
4274         * mini.c: Add code generation for declarative security demands.
4275         * mini.h: Add mono_use_security_manager as an extern gboolean.
4276
4277 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
4278
4279         * aot.c (mono_compile_assembly): Speed up compilation a bit by
4280         emitting more dense assembly code.
4281
4282         * mini-sparc.c mini-sparc.h exceptions-sparc.c: Enable optimized corlib
4283         exception throwing stuff.
4284
4285 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
4286
4287         * mini-sparc.c (mono_arch_emit_exceptions): Fix typo in previous patch. Remove
4288         dead code.
4289
4290         * mini-amd64.c (mono_arch_emit_exceptions): Remove duplicate epilog stuff
4291         left in by mistake.
4292
4293         * driver.c (EXCLUDED_FROM_ALL): Disable SSAPRE until bug #70637 is 
4294         fixed.
4295
4296         * mini-sparc.h mini-sparc.c: Enable out-of-line bblock support.
4297
4298         * tramp-*.c: Only patch vtable slots if the object is in the current
4299         domain. Fixes appdomain-unload.exe.
4300
4301         * mini-amd64.c mini-amd64.h: Enable out-of-line bblock support.
4302         
4303         * mini-amd64.c (mono_arch_local_regalloc): Port regalloc fix from
4304         x86 branch.
4305
4306 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
4307
4308         * mini.c (reverse_branch_op): New helper function.
4309
4310         * mini.c (optimize_branches): Run the new optimization only on 
4311         platforms which support it. Also reverse all kinds of branches.
4312
4313         * mini.h (MonoBasicBlock): Add 'out_of_line' field.
4314
4315         * mini.c (mono_method_to_ir): Set 'out_of_line' for bblocks which have
4316         a throw statement.
4317
4318         * mini.c (optimize_branches): Reverse not-equals branches if the false
4319         bblock is a throw. This happens a lot of time with argument checking in
4320         corlib.
4321
4322         * mini.c (mono_codegen): Add support for placing basic blocks after
4323         the function epilogue.
4324
4325         * mini-x86.c mini-x86.h: Add support for placing basic blocks after the
4326         function epilogue.
4327         
4328 2005-01-05  Miguel de Icaza  <miguel@ximian.com>
4329
4330         * mini.c (setup_stat_profiler): Only set this up if the platform
4331         supports ITIMER_PROF.
4332
4333 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
4334
4335         * mini-x86.c (mono_arch_local_regalloc): Fix a bug introduced by the
4336         previous patch.
4337
4338         * inssel.brg: Fix a warning.
4339
4340 Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus@ximian.com>
4341
4342         * mini.c: added support for statistical profiler 
4343         (run with: --profile=default:stat).
4344
4345 2005-01-04  Zoltan Varga  <vargaz@freemail.hu>
4346
4347         * mini-x86.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Enable this on x86.
4348
4349         * mini-x86.c cpu-pentium.md: More fixes for usage of global registers.
4350
4351         * mini-amd64.c (mono_arch_local_regalloc): Port some regalloc fixes 
4352         related to global registers from the amd64 port.
4353
4354 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
4355
4356         * mini.c (mono_method_to_ir): Handle MONO_CLASSCONST.
4357
4358         * mini-amd64.c (mono_arch_local_regalloc): Fix some regalloc problems
4359         with global registers.
4360         (mono_arch_output_basic_block): Fix SWITCH in the AOT case.
4361
4362         * aot.c (emit_method_code): Fix the 'method emitted as' messages.
4363
4364 2004-12-31  Zoltan Varga  <vargaz@freemail.hu>
4365
4366         * debug-mini.c (encode_value): Fix off-by-one.
4367
4368         * aot.c (encode_value): Likewise.
4369
4370         * mini.c (mono_method_to_ir): Disable AOT for methods containing LDPTR.
4371
4372 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
4373
4374         * mini.c linear-scan.c: Add a workaround for the mcs crash when using 
4375         AOT.
4376
4377         * aot.c (mono_aot_load_method): Free up patch info if no longer needed.
4378         
4379         * aot.c (emit_method_info): Increase size of temp buffer.
4380
4381         * mini-x86.c cpu-pentium.md mini.c: Load fp constants differently in 
4382         the AOT case.
4383
4384 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
4385
4386         * aot.c (emit_method_info): Fix build.
4387         
4388         * aot.c: Further rework of the AOT file format to reduce the size of
4389         the method info data.
4390
4391         * mini.h: Bump AOT file format version.
4392
4393 2004-12-27  Martin Baulig  <martin@ximian.com>
4394
4395         * mini.c (mini_get_method): New static method; call
4396         mono_get_method_full() and mono_get_inflated_method().
4397         (mono_method_to_ir): Use mini_get_method() instead of
4398         mono_get_method_full(). 
4399
4400 2004-12-26  Patrik Torstensson  <patrik.torstensson@gmail.com>
4401
4402         * mini-x86.c (atomic ops): fixed bug interlocked bug #70784. 
4403
4404 2004-12-25  Zoltan Varga  <vargaz@freemail.hu>
4405
4406         * inssel.brg (ldind_to_load_membase): Handle CEE_LDIND_I8.
4407
4408         * inssel-amd64.brg: Add some optimization rules.
4409
4410 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
4411
4412         * aot.c: Remove the use of MonoGHashTable and other GC stuff. The
4413         standard not GC'd stuff is fine.
4414
4415 2004-12-24  Zoltan Varga  <vargaz@freemail.hu>
4416
4417         * aot.c: Rework the AOT file format to get rid of most of the global
4418         symbols. This reduces the size of the mscorlib.dll.so by 1MB.
4419
4420         * mini.h: Bump AOT file format version.
4421         
4422 2004-12-23  Zoltan Varga  <vargaz@freemail.hu>
4423
4424         * mini.h: Bump AOT file format version.
4425
4426         * aot.c (mono_aot_is_got_entry): New function to determine if an 
4427         address is inside a GOT.
4428
4429         * aot.c mini-x86.c tramp-x86.c: Make all patches use the GOT.
4430
4431         * cpu-pentium.md: Increase the maximum size of some instructions which
4432         might involve a got access.
4433         
4434         * mini.c (get_method_from_ip): Another debug helper function.
4435
4436         * mini.c: Call mono_get_got_var () in a couple places. Handle the case
4437         when got var accesses are created during the decompose phase.
4438
4439         * mini-sparc.c: Change mono_compile_aot to cfg->compile_aot.
4440
4441         * mini.h mini.c mini-x86.c aot.c mini-sparc.c: Add a 'compile_corlib'
4442         argument mini_compile_method and to MonoCompile, and use this to
4443         determine whenever a given method is compiled for AOT. This allows the
4444         other methods compiled during AOT compilation to be free of AOT stuff,
4445         so the backends does not need to add special support for them by
4446         creating a fake GOT etc.
4447
4448         * mini-x86.c (mono_arch_patch_code): Remove fake got stuff as it is no
4449         longer needed.
4450
4451 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
4452
4453         * mini.c (mono_method_to_ir): It turns out that some of the
4454         x-appdomain wrappers are lax with types, so just ignore this for
4455         all wrappers.
4456
4457         * inssel.brg (OP_CHECK_ARRAY_TYPE): Optimize this by only looking
4458         at the vtable->klass. If it is non-shared code we can just use the
4459         vtable.
4460
4461 Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus@ximian.com>
4462
4463         * mini-ppc.c: access MonoDomain from tls, too.
4464
4465 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
4466
4467         * declsec.c: Removed unused variable (and related warning ;-)
4468
4469 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
4470
4471         * iltests.il: New test for LDELEMA on an array of ref types.
4472
4473         * mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
4474         all ldelema's on reftypes.
4475         (check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
4476         it was the wrong place to put it.
4477
4478         * mini-x86.c (mono_arch_output_basic_block): Just use ecx as the
4479         register to pop to make this cleaner, at the request of Paolo.
4480
4481 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
4482
4483         * mini-ops.h (OP_GETHASHCODE): New op.
4484
4485         * inssel.brg (OP_GETHASHCODE): Emit code for the new opcode
4486
4487         * mini.c (mini_get_inst_for_method): Create the intrinsic hash
4488         operation.
4489
4490         For a microbenchmark, this reduces the cost of Hashtable.get_Item
4491         by 25%.
4492         
4493         * mini-x86.c (mono_arch_output_basic_block): Rather than
4494
4495         add ebp, 4
4496
4497         Emit
4498
4499         pop edx
4500
4501         The first is 3 bytes while the second is 1. This saves 36 kb on
4502         mscorlib, quite a big saving. When bootstraping mcs, I was able to
4503         see a small boost because of icache locality.
4504
4505         * cfold.c (FOLD_BINOPCOMM): Kill add foo, 0
4506
4507 Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus@ximian.com>
4508
4509         * Makefile.am, mini-ppc.h, mini-exceptions.c, exceptions-ppc.c:
4510         started code sharing with the generic code.
4511
4512 Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus@ximian.com>
4513
4514         * mini-ppc.c, cpu-g4.md: added code for direct access to
4515         tls data slots.
4516
4517 Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus@ximian.com>
4518
4519         * mini-ops.h, inssel-x86.brg, cpu-amd64.md, inssel.brg, inssel-amd64.brg,
4520          mini-amd64.c, mini-x86.c, cpu-pentium.md: renamed OP_X86_TLS_GET
4521         to OP_TLS_GET.
4522
4523 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
4524
4525         * declsec.c|h: Added functions to cache the declarative stack modifiers
4526         in MonoJitInfo and to create a security frame from a MonoJitInfo 
4527         structure.
4528         * mini.c: Initialize jinfo->cas_inited to FALSE when MonoJitInfo is
4529         created. Register internal calls for System.Security.SecurityFrame::
4530         _GetSecurityFrame and _GetSecurityStack.
4531         * mini.h: Added definition for new icalls (in mini-exceptions.c) and
4532         the definitions for the new stack walk/callback mechanism.
4533         * mini-exceptions.c: Added internal call GetSecurityFrame (to get the 
4534         first security frame for LinkDemands and InheritanceDemands) and
4535         GetSecurityStack for Demands. Both use the new mono_walk_stack code
4536         from lupus.
4537         * mini-x86.h, mini-amd64.h, mini-sparc.h: Architecture specific stack
4538         walk initialization (lupus).
4539
4540 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
4541
4542         * mini.c (mono_method_to_ir): In CEE_DUP, handle the dup / stloc
4543         idiom.
4544         (handle_loaded_temps): Do not create a temporary variable for
4545         things that we know are temps. They will never be modified.
4546         (mono_spill_call): Set MONO_INST_IS_TEMP
4547         (mono_emulate_opcode): ditto
4548         (emit_tree): ditto
4549         (mono_method_to_ir.CEE_DUP): ditto
4550
4551 2004-12-19  Ben Maurer  <bmaurer@ximian.com>
4552
4553         * mini.c (type_to_eval_stack_type): Make this handle the void type
4554         (mono_emit_call_args): set the call->type with type_to_eval_stack_type
4555         (emit_tree): use ip_in_bb to special case some common idioms
4556         Update all callers to pass in the IP.
4557         (mono_method_to_ir): Make CEE_CALL* do the above as well.
4558
4559         This gives us a nice 2% speedup in mcs bootstrap.
4560
4561         * mini-x86.c (peephole_pass): Peephole pass to make
4562         mov  [foo], eax
4563         push [foo]
4564
4565         into
4566
4567         mov [foo], eax
4568         push eax
4569
4570         * mini.c (ip_in_bb): new method.
4571         (mono_method_to_ir): use this method rather than doing the hash
4572         lookup ourselves.
4573
4574         * linear-scan.c (mono_linear_scan): When expiring actives, you
4575         don't need to keep around variables that expire on this
4576         instruction. This makes it so that:
4577              a = b + 1
4578         will turn into:
4579              store (ebx add (ebx, 1))
4580         which will become
4581              add ebx, 1
4582
4583 2004-12-19  Zoltan Varga  <vargaz@freemail.hu>
4584
4585         * mini.c (mono_method_to_ir): Optimize the common ldobj+stloc 
4586         combination to avoid doing two copies. Fix up problems with previous
4587         patch.
4588
4589         * mini.c: Fix 64 bit warnings.
4590
4591         * mini-x86.c (INST_IGNORES_CFLAGS): Add OP_STOREI4_MEMBASE_REG.
4592
4593 2004-12-17  Zoltan Varga  <vargaz@freemail.hu>
4594
4595         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Port exception handling
4596         changes from the x86 code.
4597
4598         * mini.h: Add prototype for mono_arch_get_throw_corlib_exception ().
4599
4600 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
4601
4602         * mini-x86.c (mono_arch_emit_epilog): Optimize the corlib exception
4603         throwing code to reduce its size, unify the AOT and non-aot code and 
4604         get rid of relocations in the AOT case.
4605
4606         * mini-x86.h mini.c exceptions-x86.c 
4607         (mono_arch_get_throw_corlib_exception): New arch specific function to 
4608         raise corlib exceptions which doesn't require relocations in the 
4609         caller.
4610
4611         * aot.c (emit_method): Handle PATCH_INFO_NONE as well.
4612
4613 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
4614
4615         * mini.c (mono_emit_method_call): Only allocate the got var when it is
4616         needed.
4617
4618         * mini-x86.c (mono_arch_patch_code): Add missing PATCH_INFO_METHOD_REL
4619         in the AOT case.
4620
4621 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
4622
4623         * mini-x86.c, cpu-pentium.md, inssel-x86.brg: Fixed bug
4624         with add function when used from Inc/dec atomic 
4625         functions. Re-enabled optimization on x86.
4626         * mini-ops.h: renamed atomic_add functions to
4627         allow _add to match the Interlocked::Add and
4628         _add_next to match Interlocked::Inc/Dec.
4629
4630 2004-12-15  Massimiliano Mantione  <massi@ximian.com>
4631
4632         * mini.c: Fixed a subtle bug in mono_method_to_ir, about the
4633         linking of BBs to the end BB, and enabled SSAPRE also with
4634         consprop and copyprop (which was prevented by that bug).
4635
4636 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
4637
4638         * mini-x86.c: disabling the Interlocked optimizing code. 
4639
4640 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
4641
4642         * aot.c (load_aot_module): Move reading of got_addr after the AOT
4643         file version check.
4644         
4645 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
4646
4647         * mini-x86.c, inssel-x86.brg, cpu-pentium.md: removed _imm 
4648         interlocked optimization due lack of support on x86, rewrote 
4649         exchange to take into account that base may be in eax.
4650         
4651         xsp works again; activated Interlocked optimizing code.
4652         
4653 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
4654
4655         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
4656
4657 2004-12-13  Zoltan Varga  <vargaz@freemail.hu>
4658
4659         * mini-ops.h: Add new opcodes.
4660
4661         * mini.h: Add new patch types. Add got_var to MonoCompile.
4662
4663         * mini.h mini-x86.c mini-amd64.c aot.c: Rename 
4664         mono_arch_get_aot_patch_offset () to mono_arch_get_patch_offset () and
4665         make it work with all kinds of patchable code.
4666
4667         * inssel.brg inssel-x86.brg: Add new rules dealing with computing the
4668         address of the GOT, and referencing entries in the GOT.
4669
4670         * mini.c: Add code to load the GOT address if needed by an opcode.
4671
4672         * aot.c mini-x86.h mini-x86.c cpu-pentium.md: Add support for position 
4673         independent AOT code on the x86 using an elf-style Global Offset Table.
4674
4675 2004-12-14  Raja R Harinath  <rharinath@novell.com>
4676
4677         * Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
4678
4679 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4680
4681         * mini-x86.c: disabling the Interlocked optimizing code. It segfaults
4682         when running xsp.
4683
4684 2004-12-13  Patrik Torstensson  <patrik.torstensson@gmail.com>
4685
4686         * mini-x86.c,mini-ops.h,inssel-x86.brg,cpu-pentium.md: Implementation
4687         of Interlocked:Increment/Decrement/Add as inline ops.
4688         (mini-x86.c (mono_arch_get_inst_for_method and mono_arch_output_basic_block))
4689
4690 2004-12-12  Geoff Norton  <gnorton@customerdna.com>
4691
4692         * exceptions-ppc.c: Reorder code so gcc3.4 can compile it
4693         * mini-ppc.c: Unify mono_arch_patch_code with changes in r37636.
4694
4695 2004-12-12  Duncan Mak  <duncan@ximian.com>
4696
4697         * mini-ppc.c (mono_arch_patch_code): Hopefully made this build
4698         again. `patch_info->table_size' is no longer valid after Zoltan's
4699         commit #37636.
4700
4701 2004-12-12  Martin Baulig  <martin@ximian.com>
4702
4703         * mini.c (mono_method_to_ir): Only call mono_debug_init_method()
4704         if we are the "real" method, ie. not an inlined method inside it.
4705
4706 2004-12-11  Ben Maurer  <bmaurer@ximian.com>
4707
4708         * mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
4709         before we look in the special fields table. This fixes
4710         ../tests/thread-static-init.cs.
4711
4712 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4713
4714         * mini.c: return immediately after setting OP_ARRAY_RANK or CEE_LDLEN
4715         for Array get_Rank and get_Length. Fixes bug #70465.
4716
4717 2004-12-11  Zoltan Varga  <vargaz@freemail.hu>
4718
4719         * mini.h mini.c aot.c: Put the bblock table for a SWITCH patch into a
4720         separate structure to reduce the size of MonoJumpInfo.
4721
4722 Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus@ximian.com>
4723
4724         * mini.c, mini.h, aot.c, driver.c: allow disabling the aot code.
4725
4726 2004-12-10  Patrik Torstensson  <patrik.torstensson@gmail.com>
4727
4728         * mini.c (mini_get_inst_for_method): Changed to allow ports
4729         to return a MonoInst instead of opcode 
4730         (renamed mini_get_opcode_for_method to better reflect the new functionality)
4731         
4732         * mini-[x86|s390|s390x|ppc|sparc].c (mono_arch_get_inst_for_method): 
4733         Allow ports to return a created MonoInst instead of op-code, will enable
4734         new optimizations.
4735         (renamed mini_get_opcode_for_method to better reflected the functionality)
4736
4737 2004-12-09  Zoltan Varga  <vargaz@freemail.hu>
4738
4739         * mini.c (NEW_AOTCONST): Share some code between the different NEW_AOTCONST macros.
4740
4741 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
4742
4743         * mini.c jit-icalls.c: Pass generic_context to mono_ldtoken_wrapper.
4744         Fixes #69985.
4745
4746 2004-12-08  Martin Baulig  <martin@ximian.com>
4747
4748         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use `fsig->signature'
4749         if we're a CEE_CONSTRAINED call.  Fixes gen-118.cs.
4750
4751 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
4752
4753         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_<X>
4754         correctly.
4755
4756         * exceptions.cs: Disable some tests which depend on properties of x86 fp
4757         arithmetic.
4758
4759 2004-12-08  Raja R Harinath  <rharinath@novell.com>
4760
4761         * Makefile.am (CLEANFILES): Add *.exe, *.dll.
4762
4763 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
4764
4765         * mini-sparc.c (mono_arch_output_basic_block): Fix LOCALLOC_IMM
4766         bug introduced by the previous patch.
4767
4768 Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus@ximian.com>
4769
4770         * mini-ppc.c, objectc.cs: handle large structs passed by value
4771         (fixes bug #69972).
4772
4773 Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus@ximian.com>
4774
4775         * mini-ppc.c: OP_ARGLIST implementation from
4776         Geoff Norton  <gnorton@customerdna.com>.
4777
4778 Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus@ximian.com>
4779
4780         * inssel-x86.brg, inssel-ppc.brg: fix reference to register
4781         in stmt: OP_OUTARG_VT (reg) (should fix bug #69785).
4782
4783 Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus@ximian.com>
4784
4785         * exceptions-ppc.c: avoid calling ppc_patch in exception trampolines.
4786
4787 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
4788
4789         * inssel-s390.brgi, mini-ops.h, mini-s390.c : Add stubs for support of tls offset
4790         support.
4791
4792 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
4793
4794         * mini-sparc.c: Zero out localled-ed memory.
4795
4796         * iltests.il: Add tests for zeroing out localloc-ed memory.
4797
4798 2004-12-04  Martin Baulig  <martin@ximian.com>
4799
4800         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use the new
4801         mono_method_get_signature_full().       
4802
4803 2004-12-03  Massimiliano Mantione  <massi@ximian.com>
4804
4805         * mini.c: Added removal of critical edges (prerequisite for SSAPRE),
4806         and some utility functions (always for SSAPRE), integrated SSAPRE.
4807         * mini.h: Likewise.
4808         * driver.c: Added ssapre option.
4809         * ssa.c: Small fix on OP_ARG handling.
4810         * ssapre.c, ssapre.h: Added files containing SSAPRE implementation.
4811         * Makefile.am: Likewise.
4812
4813 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
4814
4815         * tramp-x86.c (mono_arch_create_jit_trampoline): Remove code which is
4816         now in the xp code.
4817
4818         * mini.c (mini_init): Register mono_thread_force_interruption_checkpoint
4819         icall.
4820
4821 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
4822
4823         * inssel-s390.brg : Add OP_OUTARG_VT (OP_REFANYTYPE (reg)) rule.
4824         
4825         * cpu-s390.md : Increase instruction length of oparglist.
4826
4827         * mini-s390.c : Implement vararg and TYPEDEBYREF support.
4828
4829 2004-11-30  Martin Baulig  <martin@ximian.com>
4830
4831         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, added support for
4832         virtual generic methods.  We call a special helper_compile_generic_method()
4833         icall to retrieve the method from the vtable, inflate and compile
4834         it and then do a CEE_CALLI.  Thanks a lot to Paolo for this idea.
4835
4836         * jit-icalls.c (helper_compile_generic_method): New JIT icall.
4837
4838 2004-11-30  Zoltan Varga  <vargaz@freemail.hu>
4839
4840         * mini-sparc.c: Fix up vararg corner cases. Fixes #70019.
4841
4842 2004-11-29  Zoltan Varga  <vargaz@freemail.hu>
4843
4844         * cpu-sparc.md mini-sparc.c (long_conv_to_ovf_i): Fill missing delay slot.
4845         Fixes #69929.
4846
4847 2004-11-27  Ben Maurer  <bmaurer@ximian.com>
4848
4849         * inssel.brg (CEE_SWITCH): The AOT stuff Zoltan added is only for
4850         platforms with PIC aot.
4851
4852 2004-11-28  Martin Baulig  <martin@ximian.com>
4853
4854         * mini.c (mono_method_to_ir): In CEE_DUP, added handle_stobj().
4855         Fixes gen-112.cs.
4856
4857 2004-11-28  Martin Baulig  <martin@ximian.com>
4858
4859         * mini-x86.c (mono_arch_call_opcode): Use the original type, not
4860         the result of mono_type_get_underlying_type() to check whether
4861         we're byref.
4862
4863 2004-11-26  Martin Baulig  <martin@ximian.com>
4864
4865         * mini.c
4866         (mono_method_to_ir): Use `!method->signature->has_type_parameters'
4867         in the g_assert().
4868
4869 2004-11-26  Zoltan Varga  <vargaz@freemail.hu>
4870
4871         * mini-amd64.c (mono_arch_emit_this_vret_args): Handle this and vret
4872         the same way as the other arguments so they won't get clobbered.
4873
4874         * mini-amd64.c (mono_arch_output_basic_block): Avoid doing virtual 
4875         calls through R11 since it is clobbered by the trampoline code.
4876
4877 2004-11-26  Raja R Harinath  <rharinath@novell.com>
4878
4879         * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to
4880         pick up in-tree mscorlib.dll.
4881
4882 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
4883
4884         * aot.c: Rename MonoAOTModule->cleanup to out_of_date.
4885
4886         * mini-amd64.c aot.c: Switch to PIC relative AOT code. References to 
4887         runtime data/code are now stored in a table similar to the GOT in ELF. 
4888         This allows the code itself to be position independent.
4889
4890         * aot.c: Fix loading of referenced assemblies after the lazy assembly
4891         loading changes.
4892
4893         * aot.c: Attach ELF type (object/function) directives to all global
4894         symbols.
4895
4896         * tramp-amd64.c (amd64_magic_trampoline): Patch RIP relative calls too.
4897
4898         * inssel.brg (SWITCH): Emit an AOT_CONST in the aot case.
4899
4900         * mini-amd64.h: Turn on PIC AOT code.
4901
4902         * mini.h (mono_arch_get_aot_patch_offset): New arch specific function
4903         returning the offset within an OP_AOTCONST instruction where the GOT
4904         offset needs to be added.
4905
4906         * mini.h: Bump AOT file format version.
4907
4908 2004-11-25  Martin Baulig  <martin@ximian.com>
4909
4910         * mini.c (mono_method_to_ir): In CEE_CALL, don't allow calling any
4911         uninflated generic methods.
4912
4913 2004-11-25  Martin Baulig  <martin@ximian.com>
4914
4915         * mini.c (mono_method_to_ir): Don't allow any uninflated generic methods.
4916
4917 2004-11-24  Martin Baulig  <martin@ximian.com>
4918
4919         * minit.c (type_to_eval_stack_type): Set `inst->klass' to the
4920         original klass (this only applies for generic instances).
4921
4922 2004-11-24  Martin Baulig  <martin@ximian.com>
4923
4924         * mini.c (mono_method_to_ir): Use `STACK_OBJ' instead of
4925         `ldind_type [CEE_LDIND_REF]' (which would be beyond the end of
4926         that array).
4927
4928 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
4929
4930         * mini.c (mono_method_to_ir): Disable inlining for methods containing
4931         localloc. Fixes #69678.
4932
4933         * iltests.il (test_0_localloc_inline): Add regression test for #69678.
4934         
4935 2004-11-23  Zoltan Varga  <vargaz@freemail.hu>
4936
4937         * mini-amd64.c (mono_arch_output_basic_block): Set %al to the number of
4938         used SSE registers on pinvoke calls. Fixes #69774.
4939
4940 2004-11-23  Geoff Norton  <gnorton@customerdna.com>
4941
4942         * inssel-ppc.brg, mini-ppc.c: Use mono_class_from_mono_type instead of
4943         vt->inst_vtype->data.klass.  This fixes generic structs and bug #69766
4944
4945 2004-11-23  Raja R Harinath  <rharinath@novell.com>
4946
4947         * Makefile.am (MCS,ILASM): Don't refer to runtime/ directory.
4948         Refer directly to the mcs/ tree.
4949
4950 2004-11-19  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
4951
4952         * mini-s390.c, tramp-s390.c, mini-s390.h: Add LMF processing for trampolines.
4953         Check if a trampoline for a synchronized method is required. 
4954
4955 Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus@ximian.com>
4956
4957         * mini-ppc.c, cpu-g4.md: set to zero the memory allocated
4958         with localloc if needed. Throe arithmetric exception in
4959         div an rem if needed. Implement ovf checks in OP_LCONV_TO_OVF_I.
4960         Adapted from a patch by Geoff Norton  <gnorton@customerdna.com>.
4961
4962 2004-11-19  Geoff Norton  <gnorton@customerdna.com>
4963
4964         * mini-ppc.c: Call mono_type_get_underlying_type to unwrap generic
4965         types before switching on type.  Fixes #69622.
4966
4967 2004-11-19  Raja R Harinath  <rharinath@novell.com>
4968
4969         * Makefile.am (check-local): New.  Integrate into 'make check'.
4970         (MCS,RUNTIME): Define using in-tree mono and mcs.
4971         (ILASM): New.
4972         (%.exe): Use $(ILASM).
4973
4974 Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus@ximian.com>
4975
4976         * mini-ppc.c: adjust initial prolog size (bug #69691).
4977
4978 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
4979
4980         * cpu-pentium.md (localloc): Increase max instruction len. Fixes
4981         #69664.
4982
4983 2004-11-17  Raja R Harinath  <rharinath@novell.com>
4984
4985         * Makefile.am (clean-local): Rename from 'clean'.
4986
4987 2004-11-15  Nelae Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
4988
4989         * mini.c, mini-x86.c, mini-amd64.c, exceptions-s390.c: Add siginfo_t parameter
4990         to mono_arch_is_int_overflow. 
4991         * exceptions-s390.c: Add mono_arch_is_int_overflow routine to discern between
4992         SIGFPE events.
4993
4994 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
4995
4996         * declsec.c|h: New files to support declarative security attributes.
4997         Added function to check if a method has (applicable) security.
4998         * mini.c|h: Add check for declarative security attributes in
4999         mono_method_check_inlining.
5000         * Makefile.am: Added declsec.c and declsec.h to the build.
5001
5002 Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus@ximian.com>
5003
5004         * mini.c, mini.h: update to keep dynamic code info per-domain.
5005
5006 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
5007
5008         * mini.c mini-*.h: Get rid of MONO_ARCH_HAVE_RETHROW since all architectures support it now.
5009         (mini_init): Get rid of it from here too.
5010
5011 Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5012
5013         * mini-ppc.c, mini-ppc,h, cpu-g5.md, exceptions-ppc.c:
5014         implemented OP_RETHROW (patch by Geoff Norton
5015         <gnorton@customerdna.com>).
5016
5017 2004-11-10  Geoff Norton  <gnorton@customerdna.com>
5018
5019         * tramp-ppc.c (ppc_magic_trampoline): Don't trampoline methods
5020         between appdomains.  Fixes appdomain-unload on PPC.
5021
5022 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
5023
5024         * exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
5025         mini-exceptions.c: handle the new wrapper types.
5026         * mini.c: The CEE_ISINST and CEE_CASTCLASS opcodes now take the
5027         token value as a MonoClass* when compiling a wrapper.
5028         mono_jit_create_remoting_trampoline now takes an additional
5029         MonoRemotingTarget parameter.
5030         
5031 2004-11-10  Martin Baulig  <martin@localhost>
5032
5033         * mini.c (mono_method_to_ir): Use `generic_container->context'
5034         rather than creating a new one.
5035
5036 2004-11-09  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
5037
5038         * exceptions-s390.c, mini-s390, cpu-s390.md: Add support for OP_RETHROW.
5039
5040         * inssel-390.md, mini-s390.c: Correct register allocation for globals.
5041
5042 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
5043
5044         * aot.c (mono_aot_init): Add MONO_AOT_CACHE env variable to turn on
5045         the experimental aot cache stuff.
5046
5047 Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus@ximian.com>
5048
5049         * aot.c, mini.c, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
5050         mini-exceptions.c: update to exception clause structure changes.
5051
5052 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
5053
5054         * exceptions-x86.c (throw_exception): Fix warnings.
5055
5056         * mini-x86.h mini-x86.c cpu-pentium.md exceptions-x86.c: Add support 
5057         for OP_RETHROW.
5058
5059 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
5060
5061         * exceptions-sparc.c (get_throw_exception): Really fix this.
5062
5063 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
5064
5065         * tramp-*.c: we no longer support icalls without wrappers, so
5066         a bit of code can be removed here
5067
5068 2004-11-07  Zoltan Varga  <vargaz@freemail.hu>
5069
5070         * exceptions-sparc.c (get_throw_exception): Fix more bugs in previous
5071         patch.
5072
5073         * cpu-sparc.md: Add op_rethrow.
5074
5075         * exceptions-sparc.c (get_throw_exception): Fix bug in previous patch.
5076
5077         * mini-sparc.h mini-sparc.c exceptions-sparc.c: Add support for OP_RETHROW.
5078
5079         * mini.h: Add mono_arch_get_rethrow_exception () arch specific function.
5080         * mini-ops.h: Add OP_RETHROW.
5081
5082         * mini.c inssel.brg: Distinguish between THROW and RETHROW.
5083
5084         * cpu-amd64.c mini-amd64.c exceptions-amd64.c: Add support for OP_RETHROW.
5085
5086 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
5087         
5088         * helpers.c: Change otool arguments from -V -v -t to -v -t on Darwin
5089         Makes the output much easier to read
5090
5091 2004-11-05  Ben Maurer  <bmaurer@ximian.com>
5092
5093         * ssa.c: allocate MonoMethodVar.uses from the mempool. First, this
5094         prevents another huge leak when compiling with ssa. Secondly, the
5095         performance of doing this rather than freeing the lists is much
5096         better. GList does a lock every time you allocate a list link,
5097         so that it can use a memory pool. So, it is better to just use
5098         a memory pool of our own.
5099         
5100         * ssa.c, linear-scan.c: replace g_list_remove_link with
5101         g_list_delete.  The remove one does not free the GList, so we were
5102         leaking memory. On -O=all --compile-all with corlib, this cut down
5103         3 MB of allocations.
5104
5105 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
5106
5107         * tramp-sparc.c (mono_arch_create_jit_trampoline): Fix sparc build.
5108
5109         * tramp-amd64.c (mono_arch_create_jit_trampoline): Fix amd64 build.
5110
5111         * mini.h mini.c tramp-*.c: Moved xp parts of JIT trampoline creation
5112         into a new function mono_create_jit_trampoline ().
5113
5114 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
5115
5116         * trace.c (get_spec): Allow tracing of classes without a namespace.
5117
5118 2004-11-02  Sebastien Pouliot  <sebastien@ximian.com>
5119
5120         * mini.c: Fix pointer overwrite in mini_method_compile.
5121
5122 2004-11-2  Geoff Norton  <gnorton@customerdna.com>
5123
5124         * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
5125         The darwin ABI needs some special handling for 1 and 2 byte structs
5126         Lets use lbz/lhz instead of lwz everywhere.
5127         * mini-ppc.c (calculate_sizes):  The Darwin ABI needs from special handling
5128         for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
5129         Use stb/sth for the former, and put the latter always on stack instead of in
5130         argument registers.
5131
5132 2004-10-30  Zoltan Varga  <vargaz@freemail.hu>
5133
5134         * trace.c (is_filenamechar): Add '_'.
5135
5136 2004-10-29  Neale Ferguson  <Neale.Ferguson@SoftwareAG-usa.com>
5137
5138         * mini-s390.c: Fix prolog length to allow for large trace requirements.
5139
5140         * exceptions-s390.c: Remove dwarf unwinding stuff that was unused.
5141
5142 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
5143
5144         * Makefile.am (libgc_libs): Do some automake magic so libmono/mono
5145         depends on libmonogc. Fixes #68805.
5146
5147 2004-10-26  Miguel de Icaza  <miguel@ximian.com>
5148
5149         * mini.c (mono_jit_free_method): Provide extra information for
5150         this error.  Currently this leaks, but will be turned into a
5151         developer option in the future.
5152
5153 2004-10-26  Zoltan Varga  <vargaz@freemail.hu>
5154
5155         * driver.c (mono_main): Applied patch from Willibald Krenn <willibald.krenn@gmx.at>. Make --graph work for icalls and pinvoke methods.
5156
5157 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
5158
5159         * aot.c (mono_aot_load_method): Align PATCH_INFO_R8 on an 8 byte 
5160         boundary. Fixes reading of PATCH_INFO_R4 and R8.
5161         (mono_aot_load_method): Do not allocate MonoAotMethod in the GC heap.
5162
5163 2004-10-24  Zoltan Varga  <vargaz@freemail.hu>
5164
5165         * mini-amd64.c (mono_arch_patch_code): Fix patching of class init
5166         trampolines for AOT code.
5167
5168 2004-10-22    <vargaz@freemail.hu>
5169
5170         * aot.c (mono_compile_assembly): Disable AOT for methods containing calls to methods of
5171         constructed types. Fixes #68136.
5172
5173 2004-10-21  Martin Baulig  <martin@ximian.com>
5174
5175         * exceptions-x86.c (throw_exception): Call mono_debugger_throw_exception();
5176         if it returns true, unwind the stack to the call instruction.
5177
5178 2004-10-21    <vargaz@freemail.hu>
5179
5180         * aot.c: Reorganize the AOT file format to avoid relocations. Fix warnings.
5181
5182         * mini.h: Bump AOT version number.
5183
5184         * objects.cs: Add another test for unbox trampolines.
5185
5186         * tramp-amd64.c (amd64_magic_trampoline): Disable patching of trampolines for 
5187         valuetype methods.
5188
5189 2004-10-20    <vargaz@freemail.hu>
5190
5191         * driver.c: Add SHARED to the set of optimizations tested.
5192
5193         * tramp-amd64.c (amd64_magic_trampoline): Patch trampoline code as well.
5194
5195         * mini.c (mono_method_to_ir): Mark the domainvar as volatile when it is implicitly
5196         used by CEE_NEWARR.
5197
5198         * ssa.c (mono_ssa_deadce): Do not optimize away accesses to volatile variables.
5199
5200 2004-10-20  Martin Baulig  <martin@ximian.com>
5201
5202         * mini-exceptions.c (mono_handle_exception): Call
5203         mono_debugger_handle_exception() to tell the debugger about
5204         catch/finally clauses.
5205
5206 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
5207
5208         * exceptions-amd64.c (mono_arch_find_jit_info): Pop arguments of the stack.
5209
5210         * mini-amd64.c (mono_amd64_get_vcall_slot_addr): Handle extended registers. Fixes
5211         #68447.
5212
5213 2004-10-15  Geoff Norton  <gnorton@customerdna.com>
5214
5215         * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
5216         methods as their native size, fixed bug #57543, #57545.
5217         * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
5218         This saves a temporary register and mullw call down into 1 (minor perf
5219         increase for cases like sum = sum * 5;  This use to translate into:
5220             li r11,5
5221             mullw r28,r28,r11
5222         It now translates to
5223             mulli r28,r28,5
5224
5225 2004-10-15  Zoltan Varga  <vargaz@freemail.hu>
5226
5227         * trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
5228         #68388.
5229
5230 2004-10-11  Martin Baulig  <martin@ximian.com>
5231
5232         * mini.c (mono_method_to_ir): If we're a generic method, get the
5233         MonoGenericContainer from our MonoMethodNormal and create a
5234         MonoGenericContext from it.
5235
5236 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
5237
5238         * inssel-long32.brg (OP_LCONV_TO_OVF_I2): Fix CONV_I1 -> CONV_I2.
5239
5240         * basic-long.cs: Add test for checked i8->i2 cast.
5241
5242 Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
5243
5244         * inssel-ppc.brg: added a couple of speedup rules.
5245
5246 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
5247
5248         * Makefile.am (genmdesc_LDADD): Don't link this against libmetadata
5249         to speed up rebuilds.
5250
5251 2004-10-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
5252
5253         * mini-s390.c: Minor fix to OP_OR_IMM.
5254
5255 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
5256
5257         * tramp-sparc.c (sparc_magic_trampoline): Handle appdomain stuff
5258         better. Fixes appdomain-unload.exe on sparc.
5259
5260 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
5261
5262         * ssa.c: Fixed casts to unsigned where the value was of 64 bits in
5263         simulate_long_compare, patch by will@exomi.com (Ville-Pertti Keinonen),
5264         see bug 67324.
5265
5266 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
5267
5268         * jit-icalls.c: Handle a nonexisting trunc function more correctly.
5269
5270 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
5271
5272         * mini.c: Always generate a field read/write wrapper for members
5273         of the class MarshalByRefObject since the actual instance could
5274         be a CBO.
5275
5276 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
5277
5278         * mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
5279
5280 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
5281
5282         * driver.c mini.h trace.c: Move the setting of the main assembly into
5283         a separate function called mono_trace_set_assembly () and call it after
5284         actually loading the main assembly. Fixes #66872.
5285
5286 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
5287
5288         * mini-amd64.h mini-amd64.c tramp-amd64.c: Allocate trampoline memory
5289         using the code manager.
5290
5291 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
5292
5293         * tramp-amd64.c mini-amd64.h: Add support for MONO_ARCH_HAVE_INVALIDATE_METHOD.
5294
5295 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
5296
5297         * cpu-amd64.md: Fix bug in previous patch.
5298         
5299         * cpu-amd64.md: Fix instruction lengths of membase opcodes. Fixes
5300         #66650.
5301
5302 Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
5303
5304         * mini.h, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
5305         mini-exceptions.c: updates for changed stack walk interface.
5306
5307 2004-09-21  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
5308
5309         * mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling
5310
5311 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
5312
5313         * mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods. Fixes #66132.
5314
5315 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
5316
5317         * driver.c (mini_regression_list): Do not call mono_assembly_close 
5318         since assemblies can't be unloaded.
5319         
5320 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
5321
5322         * cpu-amd64.md: Fix more instruction lengths.
5323
5324         * cpu-amd64.md: Fix lengths of some instructions.
5325
5326 2004-09-11 Ben Maurer  <bmaurer@users.sourceforge.net>
5327
5328         * inssel.brg: Make the array ldelema check aot friendly.
5329
5330 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
5331
5332         * mini-amd64.c (mono_arch_get_argument_info): Fix stack_unwind test.
5333
5334         * cpu-amd64.md inssel-long.brg inssel-amd64.brg: Small optimizations.
5335
5336 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
5337
5338         * mini-x86.c: Fix build.
5339
5340         * mini-sparc.c mini-x86.c mini-amd64.c: Use the new 
5341         mono_type_get_underlying_type () helper function to simplify code.
5342         
5343 2004-09-09  Martin Baulig  <martin@ximian.com>
5344
5345         * mini-amd64.c: Don't access `type->data.klass' directly, call
5346         mono_class_from_mono_type() instead since the type may be a
5347         generic instance.
5348
5349 2004-09-09  Martin Baulig  <martin@ximian.com>
5350
5351         * mini-amd64.c (get_call_info): Fix support for generic instances.
5352         (add_valuetype): Use mono_class_from_mono_type() to get the class
5353         since we can be a generic instance.
5354
5355 Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
5356
5357         * mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.
5358
5359 2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>
5360
5361         * liveness.c: reset spill costs on each scan: bug 62107
5362
5363 2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>
5364
5365         * exceptions-sparc.c (mono_arch_find_jit_info): remove
5366         unnecessary line that doesn't compile
5367
5368 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
5369
5370         * mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate
5371         trampolines, make them call an error function so people can fix their
5372         code.
5373
5374 2004-09-06  Martin Baulig  <martin@ximian.com>
5375
5376         * mini.c (mono_method_to_ir): When initializing locals, handle a
5377         generic instances like a valuetype if it's a valuetype and like a
5378         class if it's a class.
5379
5380 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
5381
5382         * exceptions-x86.c (mono_arch_find_jit_info): Pop arguments off the
5383         stack. Fixes #64674.
5384
5385         * exceptions.cs: Add test for unwinding of call arguments.
5386
5387 Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian.com>
5388
5389         * mini-*.c, mini-ops.h, inssel-long32.brg: introduced
5390         OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will
5391         set the carry/borrow flag). The sparc and s390 implementations
5392         can now use optimized versions (and simplify the code). ppc bugfixes.
5393
5394 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
5395
5396         * exceptions-ppc.c (mono_arch_find_jit_info): Fix memory leak.
5397
5398 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
5399
5400         * inssel-amd64.brg: Remove leftover 32 bit rule.
5401
5402         * mini-amd64.c (mono_arch_instrument_prolog): Fix tracing support.
5403
5404 2004-09-04  Zoltan Varga  <vargaz@freemail.hu>
5405
5406         * mini-exceptions.c (mono_find_jit_info): Refactor common code from
5407         mono_arch_find_jit_info functions into a new function. Fix a memory
5408         leak.
5409
5410         * exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
5411         refactored code.
5412         
5413 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
5414
5415         * exceptions.cs inssel-long32.brg: Handle the OP_LCONV_TO_OVF_I2 case
5416         as well.
5417         
5418         * exceptions.cs: Add array size tests.
5419
5420         * mini.c: Allocate a separate icall wrapper for each arity of 
5421         mono_array_new_va. Fixes #59509.
5422
5423         * exceptions.cs: Add testcase for 64578.
5424
5425         * inssel-long32.brg: Fix OP_LCONV_TO_OVF_I1 rule. Fixes #64578.
5426
5427         * trace.c (is_filenamechar): Allow 0..9 in strings. Fixes #65094.
5428         
5429 2004-09-02  Martin Baulig  <martin@ximian.com>
5430
5431         * mini.c (mono_method_to_ir): When initializing the locals, call
5432         handle_initobj() on the generic instance itself, not its
5433         underlying type.
5434
5435 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
5436
5437         * mini.h (MonoJitDynamicMethodInfo): New structure, extension of 
5438         MonoJitInfo for dynamic methods.
5439
5440         * mini.c: Rename trampoline_hash_mutex to jit_mutex.
5441
5442         * mini.c: Add support for freeing JIT data for dynamic methods.
5443         
5444 2004-09-01  Martin Baulig  <martin@ximian.com>
5445
5446         * mini-x86.c (is_regsize_var): Added support for generic
5447         instances.
5448         (mono_arch_emit_prolog): Make this compile again, use
5449         `x86_push_imm_template (code)'.
5450
5451 2004-08-30 Ben Maurer  <bmaurer@users.sourceforge.net>
5452
5453         * mini-x86.c: make all push_imm instructions that get
5454         patched always emit the long form
5455
5456 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
5457
5458         * mini.c (mono_create_jump_trampoline): Store the jump trampolines 
5459         in a per-domain hash.
5460
5461         * mini-amd64.c (merge_argument_class_from_type): Handle generic
5462         types.
5463
5464 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
5465
5466         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: Ongoing SSE
5467         work.
5468         
5469         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: More SSE
5470         work.
5471
5472         * mini-amd64.c cpu-amd64.md: Implement checked int<->uint casts.
5473         Beginnings of SSE2 support.
5474
5475         * exceptions.cs: Add more tests for checked int<->uint casts.
5476
5477 2004-08-28  Martin Baulig  <martin@ximian.com>
5478
5479         * mini-x86.c (mono_arch_instrument_epilog): Added support for
5480         generic instances.
5481
5482         * mini.c
5483         (mono_type_to_ldind, mono_type_to_stind, type_to_eval_stack_type):
5484         Handle generic instances recursively.
5485
5486 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
5487
5488         * iltests.il: test for conv.u8 on a constant
5489
5490 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
5491
5492         * inssel-long32.brg: c&p rules for LCONV_x4 (membase) and
5493         LCONV_x4 (shrun_32 (membase)).
5494
5495 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
5496
5497         * inssel-x86.brg: c&p rules for push/setret of long
5498
5499 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
5500
5501         * inssel-x86.brg: c&p rules for compare (base, regvar) and
5502         compare (regvar, base)
5503
5504         * inssel-x86.brg: more burg love
5505
5506         * inssel.brg: more cleanup
5507
5508         * inssel-x86.brg, inssel-long32.brg: burg cleanup.
5509
5510 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
5511
5512         * basic-long.cs, basic-calls.cs: new tests for optimization.
5513
5514 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
5515
5516         * mini-amd64.c (read_tls_offset_from_method): Fix typo in previous
5517         patch.
5518
5519 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
5520
5521         * mini-amd64.c (read_tls_offset_from_method): Add another case.
5522         
5523 2004-08-25  Bernie Solomon  <bernard@ugsolutions.com>
5524
5525         * inssel.brg (mini_emit_memcpy): use 
5526         NO_UNALIGNED_ACCESS to disable memcpy optimization
5527
5528 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
5529
5530         * mini-amd64.c: Handle generic types in various places.
5531
5532         * mini.c (mono_method_to_ir): Handle generic types in init locals.
5533
5534 2004-08-24  Zoltan Varga  <vargaz@freemail.hu>
5535
5536         * mini.c (handle_box): Fix warning.
5537
5538         * mini-amd64.c (mono_arch_local_regalloc): Fix regalloc problem.
5539
5540         * mini-amd64.h: Enable the emit_state optimization.
5541
5542         * mini-ops.h cpu-amd64.md: Add new amd64_test_null opcode.
5543
5544         * mini-amd64.c: Add some new 64 bit peephole opts.
5545
5546         * inssel.brg (mini_emit_memcpy): Optimize for 64 bit architectures.
5547
5548         * cpu-amd64.md: sreg1 of div instructions must be %rax.
5549
5550         * mini-amd64.c: Register allocator fixes.
5551
5552         * mini.c: Add an optimization to emit_state to avoid allocation of new
5553         registers on some platforms.
5554
5555 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
5556
5557         * inssel-x86.brg inssel-amd64: Add yet another missing tree->dreg assignment.
5558
5559         * mini-x86.c (mono_arch_local_regalloc): Fix bug in long register
5560         allocation. Fixes #63085.
5561
5562         * basic-long.cs: Add new regression test.
5563
5564         * mini-amd64.c: Register allocator improvements.
5565
5566 2004-08-21  Zoltan Varga  <vargaz@freemail.hu>
5567
5568         * mini-amd64.c (read_tls_offset_from_method): Add another code
5569         sequence.
5570
5571         * tramp-amd64.c (amd64_class_init_trampoline): Use a more efficient
5572         instruction sequence for nullifying class init trampolines.
5573
5574         * objects.cs: Add new regalloc test.
5575
5576         * mini-amd64.c inssel-amd64.brg: Optimize parameter passing.
5577
5578 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
5579
5580         * mini-amd64.c (mono_arch_call_opcode): Refactor this a little.
5581         
5582         * mini-amd64.c (mono_arch_regalloc_cost): Adjust regalloc costs for
5583         arguments.
5584
5585         * driver.c: Fix profiling after TLS changes.
5586         
5587         * driver.c (mono_main): Set mono_stats.enabled if needed.
5588
5589         * mini.c (handle_alloc): New helper function used by CEE_NEWOBJ and
5590         CEE_BOX.
5591
5592 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
5593
5594         * mini-x86.c: use a 1 op rather than a 2 op tls access
5595         instruction -> faster.
5596
5597 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
5598
5599         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
5600         x86 backend.
5601
5602 2004-08-19 Bernie Solomon <bernard@ugsolutions.com>
5603
5604         * exceptions-sparc.c (throw_exception): fix typo
5605
5606 2004-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
5607
5608         * mini-x86.c, cpu-pentium.md, inssel-x86.brg:
5609         set tree->dreg correctly with tls. Allow any
5610         register to be used.
5611
5612         * mini-x86.c (read_tls_offset_from_method): add new code
5613         generation pattern seen with GCC.
5614
5615
5616 Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
5617
5618         * mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
5619         exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
5620         exceptions-sparc.c: fix some performance issues in exception
5621         handling and setting of the stack trace for exceptions that were
5622         already thrown.
5623
5624 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
5625
5626         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from 
5627         x86 backend.
5628         
5629         * mini-amd64.c (mono_arch_is_int_overflow): Handle all possible 
5630         registers.
5631
5632 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
5633
5634         This patch inlines tls access, when possible.
5635         
5636         * mini.h: new arch functions for TLS intrinsics.
5637         All platforms updated with a stub.
5638
5639         * mini.c: use the new intrinsics
5640
5641         * mini-x86.c, cpu-pentium.md, inssel-x86.brg, mini-ops.h:
5642         arch specific intrinsic for tls variables
5643
5644 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
5645
5646         * Makefile.am (libmono_la_LDFLAGS): Enable creating of libmono dll
5647         under windows.
5648
5649 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
5650
5651         * mini.c: thread local allocation
5652
5653 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
5654
5655         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Enable.
5656
5657         * Makefile.am: Link against the static version of libmonogc.
5658         
5659         * Makefile.am: Link the static versions of the convenience libraries
5660         into the mono executable.
5661
5662         * mini-x86.h mini-x86.c: Throw the correct exception on integer overflow.
5663
5664 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
5665
5666         * mini.h mini.c mini-amd64.h mini-amd64.c: Throw the correct exception
5667         on integer overflow.
5668
5669         * mini-amd64.c: Reorganize function call code.
5670
5671         * mini-amd64.c (peephole_pass): Merge changes from mini-x86.c.
5672
5673 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
5674
5675         * inssel-x86.brg: use xor eax,eax.
5676         
5677         * basic.cs: new tests
5678
5679 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
5680
5681         * mini-amd64.c (mono_arch_emit_epilog): Use RIP relative addressing
5682         in exception throwing code.
5683         
5684 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
5685
5686         * inssel-x86.brg: use xor esi,esi.
5687
5688 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
5689
5690         * driver.c (mono_main): Call mono_trace_parse_options earlier so it
5691         can trace methods compiled during mini_init () too.
5692
5693         * cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle 
5694         CEE_CONV_U4.
5695
5696 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
5697
5698         * Makefile.am: static link on x86 (r=zoltan)
5699
5700 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
5701
5702         * tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
5703         code since it causes some programs to fail.
5704
5705 2004-08-12  Zoltan Varga  <vargaz@freemail.hu>
5706
5707         * mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.
5708
5709 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
5710
5711         * mini.c: ovfops_op_map - add STACK_OBJ case for
5712         CONV_I 
5713         * basic.cs: add test_0_pin_string as test
5714         case for above.
5715
5716 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
5717
5718         * Makefile.am: build C# if srcdir != builddir
5719
5720 Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
5721
5722         * dominators.c, mini.h, mini-x86.c: fix loop alignment with
5723         fall-through blocks.
5724
5725 Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
5726
5727         * driver.c: enable loop by default again and include abcrem in -O=all.
5728
5729 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
5730
5731         * iltests.il: Add some localloc tests.
5732
5733         * mini.c (mono_method_to_ir): Set stack type of LOCALLOC correctly.
5734
5735         * inssel-amd64.brg inssel-x86.brg: Set dreg of LOCALLOC correctly. 
5736         Fixes #62574.
5737
5738         * inssel-amd64.brg: Add some optimizations.
5739
5740         * mini-amd64.c (mono_arch_setup_jit_tls_data): Add tls offset detection
5741         for gcc-3.4.
5742
5743         * Makefile.am: Statically link mono against libmono on AMD64.
5744         
5745         * mini-amd64.c inssel-amd64.brg: Optimizations.
5746
5747 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
5748
5749         * mini-amd64.c (mono_arch_emit_prolog): Optimize lmf saving a bit.
5750
5751         * tramp-amd64.c: Patch calling code in trampolines.
5752
5753 2004-08-06  Zoltan Varga  <vargaz@freemail.hu>
5754
5755         * mini-amd64.c: pinvoke struct passing fixes.
5756
5757 2004-08-05  Bernie Solomon  <bernard@ugsolutions.com>
5758
5759         * mini-sparc.c: redo change, make mono_arch_cpu_init call
5760         mono_arch_cpu_optimizazions so sparcv9 is initialized when embedded
5761
5762 2004-08-05  Duncan Mak  <duncan@ximian.com>
5763
5764         * mini.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
5765         CEE_LDELEM_ANY.
5766
5767 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
5768
5769         * mini-amd64.c (emit_move_return_value): Move return value for normal
5770         calls too.
5771
5772 2004-08-05  Martin Baulig  <martin@ximian.com>
5773
5774         * mini.c (ret_type_to_call_opcode): Don't use a `t' variable for
5775         `type->type'; just modify `type' itself when dealing with enums
5776         and generic instances.
5777         (check_call_signature): Make `simple_type' a `MonoType *'.
5778
5779 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
5780
5781         * mini.c: Use OP_PADD to add offsets to addresses.
5782
5783         * mini-amd64.h: Disable SIGSEGV_ON_ALTSTACK.
5784
5785 2004-08-04  Bernie Solomon  <bernard@ugsolutions.com>
5786
5787         * mini-sparc.c (mono_arch_emit_epilog): fix check
5788         for folding last op into restore instruction
5789
5790 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
5791
5792         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Allocate
5793         helper methods using the code manager.
5794         
5795         * exceptions-amd64.c (mono_arch_get_throw_exception): Fix maximum length.
5796
5797         * mini-amd64.c (mono_arch_allocate_vars): Fix tls offset detection.
5798
5799 Tue Aug 3 23:50:00 EST 2004 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
5800         
5801         * mini-s390x.c mini-s390x.h tramp-s390x.c inssel-s390x.brg
5802           cpu-s390x.md exceptions-s390x.c Makefile.am: S/390 64-bit JIT
5803
5804         * mini-s390.c: fix tail processing
5805
5806 Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus@ximian.com>
5807
5808         * mini-ppc.c: mul.ovf.un exception name fix.
5809
5810 2004-08-03  Martin Baulig  <martin@ximian.com>
5811
5812         * mini-x86.c (mono_arch_call_opcode): Correctly handle generic
5813         instances; before jumping to `handle_enum', also modify `ptype'.
5814
5815 2004-08-02  Bernie Solomon  <bernard@ugsolutions.com>
5816
5817         * cpu-sparc.md: fcall maximal length too small.
5818
5819 2004-08-02  Zoltan Varga  <vargaz@freemail.hu>
5820
5821         * mini-amd64.c mini.h: Add initial support for passing/returning 
5822         structures to/from pinvoked methods.
5823
5824 Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus@ximian.com>
5825
5826         * mini-ppc.c: reg allocator fix.
5827
5828 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
5829
5830         * mini-amd64.c (mono_arch_output_basic_block): Fix OP_X86_PUSH_OBJ.
5831
5832         * inssel.brg: Optimize memset on 64 bit machines.
5833
5834         * mini-amd64.c: Fix some vararg cases.
5835
5836 2004-07-30  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
5837
5838         * mini-s390.c: Corrected macro in emit_float_to_int
5839
5840         * s390-abi.cs: Tests to exercise the s390 ABI
5841
5842 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
5843
5844         * exceptions-amd64.c (mono_arch_find_jit_info): Fix restoring of
5845         caller saved regs.
5846
5847         * basic.cs: Add a test for add.ovf.un.
5848
5849 2004-07-30  Bernie Solomon  <bernard@ugsolutions.com>
5850
5851         * mini-sparc.c: add case for OP_IDIV_UN
5852
5853 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
5854
5855         * mini-amd64.c mini-amd64.h mini.c: Add support for vararg pinvoke calls.
5856         
5857         * mini-amd64.c cpu-amd64.md: Ongoing JIT work.
5858
5859 2004-07-30  Ben Maurer  <bmaurer@ximian.com>
5860
5861         * basic.cs: regression tests.
5862
5863         * inssel-x86.brg: Disable cmp BYTE PTR [eax], imm, it causes various
5864         regressions.
5865
5866 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
5867
5868         * basic.cs: Add a new test.
5869
5870         * mini-amd64.c aot.c cpu-amd64.md: Add support for tracing, profiling 
5871         and AOT. Various fixes and optimizations.
5872
5873         * inssel.brg (CALL_REG): Add 64 bit versions of call_reg rules.
5874
5875 Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
5876
5877         * mini-ppc.c: make sure temp regs are not used for global reg
5878         allocation.
5879
5880 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
5881
5882         * cpu-sparc.md: conv_i8 fix for 64bits
5883
5884         * mini-sparc.c: add cases for OP_IXXX codes for 64bits
5885
5886 2004-07-29  Ben Maurer  <bmaurer@ximian.com>
5887         
5888         * cpu-pentium.md, mini-x86.c, inssel-x86.brg, mini-ops.h:
5889         add opcode for cmp BYTE PTR [eax], imm.
5890
5891         * inssel.brg: Make memcpy and memset takes bases.
5892
5893 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
5894
5895         * *-amd64.*: More AMD64 work.
5896         
5897 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
5898
5899         * cpu-pentium.md, inssel-x86.brg, mini-ops.h, mini-x86.c:
5900         add a compare-not-equal opcode.
5901         
5902 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
5903
5904         * mini.c: Use mono_init_from_assembly instead of mono_init.
5905         
5906 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
5907
5908         * mini.c: Fix opcode mapping for STACK_MP on 64 bit platforms.
5909
5910         * mini.c (CEE_NEWOBJ): Call mono_array_new_va using the correct signature.
5911
5912         * mini.c: Use MONO_ARCH_SIGACTION on AMD64 as well.
5913
5914         * inssel.brg: 64 bit fixes.
5915
5916         * mini.h (MonoCallInst): Add some AMD64 specific data.
5917
5918         * mini.h: Add some OP_P opcodes.
5919
5920 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
5921
5922         * basic.cs: tests for 61797 and 61740
5923
5924 Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
5925
5926         * mini-ppc.c, mini-sparc.c, mini-s390.c: keep track of line
5927         numbers in the debug info (spotted by Geoff Norton, <gnorton@customerdna.com>).
5928
5929 2004-07-24  Zoltan Varga  <vargaz@freemail.hu>
5930
5931         * mini-sparc.c (mono_arch_output_basic_block): Add CEE_CONV_U8/I8.
5932
5933         * *-amd64*.*: Ongoing AMD64 work.
5934
5935 2004-07-23 Zoltan Varga <vargaz@freemail.hu>
5936
5937         * inssel-long.brg: Implement CONV_I8/CONV_U8 in the backends.
5938
5939         * *-amd64*: Ongoing AMD64 work.
5940
5941         * mini-arch.h: Add AMD64 support.
5942
5943         * mini-sparc.c (mono_arch_is_inst_imm): New arch dependent function.
5944
5945         * mini.h: Add new arch dependent function mono_arch_is_inst_imm.
5946
5947         * mini-ops.h: Add new opcodes.
5948
5949         * Makefile.am: Add AMD64 support.
5950
5951         * inssel.brg inssel-long32.brg inssel-long.brg: Move mul/div and shift
5952         rules into the inssel-long*.brg files.
5953
5954         * *-amd64.*: Add beginnings of AMD64 backend.
5955
5956 2004-07-22  Ben Maurer  <bmaurer@ximian.com>
5957
5958         * mini.c (print_dfn): commenting out the code that prints
5959         the cil. With -O=deadce, this makes -v -v crash.
5960         
5961         * cpu-pentium.md: make checkthis have a length of 2
5962
5963 2004-04-21  Bernie Solomon  <bernard@ugsolutions.com>
5964
5965         * mini-sparc.h: fix implementations of __builtin
5966         functions for Sun compiler for V9.
5967
5968 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
5969
5970         * mini.c: use the new stelem.ref wrapper
5971         * exceptions.cs, arrays.cs: new stelem.ref tests
5972
5973 Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
5974
5975         * mini-ppc.c, exceptions-ppc.c: cleanups and fixes (the
5976         new XSP should work with these changes).
5977
5978 2004-07-14  Ben Maurer  <bmaurer@ximain.com>
5979         
5980         * inssel-{long32,x86,}.brg: trivial optimizations.
5981         
5982 Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
5983
5984         * mini.c: load value when emitting box operation in
5985         constrained calls.
5986
5987 2004-07-12  Ben Maurer  <bmaurer@ximian.com>
5988
5989         * mini-x86.c (OP_CHECK_THIS): cmp DWORD PTR [eax], eax
5990         is one byte shorter than cmp DWORD PTR [eax], 0.
5991
5992 Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
5993
5994         * inssel-ppc.brg: arguments on the stack are always
5995         relative to the stack pointer (spotted by Neale Ferguson).
5996
5997 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5998
5999         * exceptions-x86.c: delay appending the method name to the trace until
6000         after mono_jit_info_table_find is called, as this gets the real
6001         MonoMethod.
6002
6003 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
6004
6005         * aot.c: register roots
6006
6007 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
6008
6009         * aot.c : I could just use PLATFORM_WIN32 flag.
6010
6011 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
6012
6013         * aot.c : Reverting the previous fix. This time it broke linux build.
6014
6015 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
6016
6017         * aot.c : quick cygwin build fix. mkdir() with two args does not exist.
6018
6019 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
6020
6021         * mini.c (handle_stack_args): Remove some more debugging code.
6022         
6023         * mini.c (handle_stack_args): Remove debug output left in by mistake.
6024
6025         * driver.c mini.h aot.c: Allow additional options to be specified with
6026         --aot and pass them to mono_compile_assembly.
6027
6028         * aot.c: Add experimental code to AOT compile all loaded assemblies
6029         on demand and save the code into a cache in the filesystem.
6030
6031         * aot.c: Add support for more wrapper methods.
6032         
6033         * mini.c (handle_stack_args): Handle some corner cases. Fixes 
6034         58863.
6035
6036         * cpu-*.md: Remove removed opcodes.
6037
6038         * mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
6039         CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
6040         related icalls to marshal.c.
6041
6042 2004-07-06  Zoltan Varga  <vargaz@freemail.hu>
6043
6044         * mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.
6045
6046         * Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.
6047
6048         * inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.
6049
6050 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
6051         * liveness.c: If liveness is recomputated we need to reset the information
6052         for each variable. This way, if the liveness range has been narrowed
6053         by optimizations that happened after the last computation, we can return
6054         a smaller range.
6055         
6056         For example, if you have
6057         
6058         {
6059                 int i = 0;
6060                 
6061                 // Tons of code that does not affect i
6062                 
6063                 i = foo ();
6064                 ...
6065         }
6066         
6067         i = 0 is dead code and will be removed by SSA. However, when
6068         linear scan gets to the code, i will still appear to be live
6069         throughout the entire block. This prevents good register allocation.
6070
6071 2004-07-06  Martin Baulig  <martin@ximian.com>
6072
6073         * debug-mini.c (mono_debug_init_method): Allow
6074         MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
6075         (mono_debug_add_icall_wrapper): New method.
6076
6077         * mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().
6078
6079 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
6080
6081         * mini.c (optimize_branches): Fix linking of bblocks in branch->branch
6082         optimization.
6083
6084 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
6085
6086         * aot.c (mono_aot_load_method): Fix loading of debug info.
6087
6088 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
6089
6090         * aot.c: Add logging support.
6091
6092 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
6093
6094         * mini.h: Add prototype for mono_print_method_from_ip.
6095
6096         * mini.c: 64 bit fixes. Use LCOMPARE for comparing longs.
6097
6098         * inssel.brg: 64 bit fixes.
6099
6100         * inssel.brg inssel-long32.brg: Move 32 bit arithmetic rules to 
6101         inssel-long32.brg.
6102
6103         * Makefile.am: Add SPARC64 support.
6104
6105 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
6106
6107         * aot.c: Fix alignment problems on 32 bit platforms.
6108
6109 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
6110
6111         * helpers.c (mono_disassemble_code): Pass -xarch=v9 to assembler on
6112         SPARC64.
6113
6114         * aot.c: Add SPARC64 support. Reorganize patch table to fix alignment
6115         problems.
6116
6117         * mini.h: Bump AOT file version. Some 64 bit fixes.
6118
6119 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
6120
6121         * inssel-sparc.brg: Add new rule to avoid register moves.
6122
6123         * inssel.brg: Add ldind_to_load_membase helper function.
6124
6125 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
6126
6127         * mini.c: OffsetToStringData intrinsic.
6128         
6129 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
6130
6131         * ssa.c: Handle OP_LCOMPARE the same as OP_COMPARE.
6132
6133         * objects.cs exceptions.cs basic.cs basic-long.cs basic-calls.cs: New
6134         regression tests.
6135
6136         * mini-ops.h cpu-sparc.md mini-sparc.h mini-sparc.c exceptions-sparc.c tramp-sparc.c inssel-long.brg: Add SPARC64 support.
6137 Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
6138
6139         * mini.c: reinstated mono_compile_get_interface_var()
6140         on x86, too, since the change breaks the Gtk# build there as well.
6141
6142 Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
6143
6144         * driver.c: remove loop from the default optimizations: it seems to
6145         interact badly with some of the other options (see bug #60613).
6146
6147 2004-06-25  Zoltan Varga  <vargaz@freemail.hu>
6148
6149         * mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann 
6150         (fld@informatik.uni-bremen.de): Add Solaris x86 support.
6151
6152 Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus@ximian.com>
6153
6154         * mini-ppc.c, cpu-g4.md: small updates to be able to compile
6155         vararg-using methods.
6156
6157 2004-06-21  Martin Baulig  <martin@ximian.com>
6158
6159         * mini/mini-exceptions.c
6160         (mono_handle_exception): Added `gpointer original_ip' argument.
6161         After calling mono_unhandled_exception(), call
6162         mono_debugger_unhandled_exception() and if that returns true,
6163         restore the context and return.
6164
6165 Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
6166
6167         * mini-ppc.c: prefer the use of relative branches so
6168         they won't need to be patched in aot code (patch from Patrick Beard).
6169
6170 Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
6171
6172         * aot.c: patch from Patrick Beard to make the output assembly
6173         more correct for the MacOSX assembler. Small tweak to
6174         generate sane images on Linux/PPC, too.
6175
6176 Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
6177
6178         * mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
6179         case until bug #59509 is fixed (shows up in #60332).
6180
6181 Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
6182
6183         * mini.c: make sure the needed wrappers are compiled, too, with
6184         precomp.
6185
6186 Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus@ximian.com>
6187
6188         * driver.c: remove NPTL reference in --version output.
6189
6190 Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
6191
6192         * aot.c: patch from Patrick Beard (pcbeard@mac.com) to
6193         generate valid assembly for the Mach-O assembler.
6194
6195 Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
6196
6197         * driver.c: don't include abcrem in the all optimization specifier
6198         since it slows down jit compilation too much for now.
6199
6200 2004-06-12 Ben Maurer  <bmaurer@users.sourceforge.net>
6201
6202         * mini.c: use BIGMUL only if both operands have the same signage.
6203         * iltests.il: Test for bug 60056. (errors related to signage in
6204         BIGMUL).
6205
6206         r=lupus.
6207
6208 Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus@ximian.com>
6209
6210         * mini.c, aot.c: memory leak fixes.
6211
6212 Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
6213
6214         * inssel-long32.brg: implemented a few missing ulong cast opcodes.
6215
6216 Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
6217
6218         * Makefile.am: remove the -static hack completely, it links in
6219         statically glib as well.
6220
6221 Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus@ximian.com>
6222
6223         * iltests.il, mini.c: fixed bug#59580 in branch optimization.
6224         * exceptions.cs: make it compile with new mcs/csc.
6225
6226 2004-06-03 Massimiliano Mantione <massi@ximian.com>
6227         * cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
6228         and added relevant test case.
6229
6230 Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
6231
6232         * mini.c revert Zoltan's fix to bug#58863 on ppc, since it causes
6233         regressions in gtk-sharp.
6234
6235 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
6236
6237         * exceptions.cs: New regression tests.
6238
6239         * jit-icalls.c (mono_llmult_ovf): Fix some boundary conditions.
6240
6241 Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
6242
6243         * mini.c: emit castclass/isinst in their own trees (bug #54209/59057).
6244
6245 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
6246
6247         * mini-sparc.h (MONO_ARCH_NEED_DIV_CHECK): Define this.
6248
6249         * cpu-sparc.md mini-sparc.c: Add overflow detection to div opcodes.
6250
6251 2004-05-28      Patrik Torstensson <totte@hiddenpeaks.com>
6252
6253         * mini.c (mono_jit_runtime_invoke): Init class in this
6254         method instead of trusting mono_jit_compile_method to
6255         do the work (because wrappers can be in object class)
6256
6257 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
6258
6259         * mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.
6260
6261         * basic-long.cs: New regression test.
6262
6263 Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
6264
6265         * cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
6266         and div/rem checks.
6267
6268 Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
6269
6270         * Makefile.am: fix miguel's change to build mono statically against
6271         libmono (track build dependencies).
6272
6273 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
6274
6275         * cfold.c: Some glib versions do not have G_MININT32.
6276
6277 2004-05-26  Massimiliano Mantione  <massi@ximian.com>
6278
6279         * mini-x86.c cpu-pentium.md Makefile.am basic-math.cs: Fixed problem
6280         with precision of tan, atan, sin and cos, and implemented related
6281         regressions tests (fixes bug 54467, but one new problem appeared and
6282         is not fixed yet).
6283
6284 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
6285
6286         * cfold.c (FOLD_BINOPZ): Avoid division by zero.
6287
6288         * exceptions.cs: Add test for constant folding && division by zero.
6289
6290         * driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
6291         since driver.c is in libmono too, so the optimization was useless.
6292
6293         * driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS 
6294         variable to driver.c so the compiler can emit more efficient code to
6295         access them.
6296
6297 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6298
6299         * Makefile.am: don't distribute generated inssel.[ch] files.
6300
6301 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
6302
6303         * mini.c (mono_jit_compile_method_with_opt): Really emit icall wrappers
6304         into the default appdomain. Fixes #58707.
6305
6306         * jit-icalls.c: Remove the broken approximation for truncl, doing
6307         no conversion is better.
6308
6309         * mini.c (handle_stack_args): Avoid reusing variables for stack slots.
6310         Fixes #58863.
6311
6312 Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
6313
6314         * mini-ops.h, mini-ppc.c, cpu-g4.md, inssel-ppc.brg: eliminate the use
6315         of the mcrxr instruction which is not available on some processors
6316         even if it's documented to be. Implement add and sub overflow correctly
6317         (still not complete for long unsigned). Speed up icalls a bit.
6318
6319 2004-05-25 13:01 CET Patrik Torstenson <totte@hiddenpeaks.com>
6320
6321         * mini.c (mono_jit_compile_method_with_opt): Make sure that
6322         we run .cctor in the current domain instead of target_domain.
6323         
6324         Fixes bug #58558, .cctor not being called in -O=shared.
6325
6326 Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
6327
6328         * mini-ppc.h, jit-icalls.c: added explicit checks for divide by zero.
6329
6330 2004-05-24 Ben Maurer  <bmaurer@users.sourceforge.net>
6331
6332         * mini-x86.c (EMIT_COND_BRANCH): If an OP_LABEL has an offset
6333         which can be done with an imm8, do it that way.
6334         (mono_arch_output_basic_block): ditto for a jmp
6335         (mono_arch_emit_prolog): Computate maximum offset of a label.
6336
6337 2004-05-24 18:18 CET Patrik Torstenson <totte@hiddenpeaks.com>
6338
6339         * mini-x86.c (mono_arch_local_regalloc): the reg allocator
6340         now tries to allocate prefered physical reg's for virtual
6341         regs. This reduces the number of emited spills/loads with
6342         20-30% on our core assemblies.
6343
6344 Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
6345
6346         * jit-icalls.c: truncl() is not needed and trunc() is
6347         the correct thing to do anyway (bug #58287).
6348
6349 2004-05-24  Zoltan Varga  <vargaz@freemail.hu>
6350
6351         * mini-sparc.c (mono_arch_flush_icache): Call sync_instruction_memory
6352         if available.
6353
6354 Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
6355
6356         * driver.c: enable loop optimizations by default.
6357
6358 Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
6359
6360         * mini-x86.c: fix calc of max loop size when aligning loops start.
6361
6362 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
6363
6364         * ssa.c (mono_ssa_cprop): Allocate carray dynamically instead of on
6365         the stack.
6366
6367 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
6368
6369         * mini-sparc.c (mono_arch_output_basic_block): ADD_IMM and SUB_IMM
6370         should set carry.
6371
6372         * basic-long.cs: Add tests for add/subtract of immediates with carry.
6373
6374         * mini.c exceptions-x86.c: Remove MONO_USE_EXC_TABLES stuff.
6375         
6376         * mini.c (inline_method): Allways inline some wrappers even if the cost
6377         is too large. Fixes #58785.
6378
6379         * mini.c: Add support for MARSHAL_CONV_FTN_DEL.
6380         
6381 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
6382
6383         * mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
6384         (crichton@gimp.org). Beginning of support for sparc/linux.
6385
6386         * mini-sparc.c: Optimize retrieval of LMF address.
6387
6388 Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus@ximian.com>
6389
6390         * exceptions-ppc.c:  handle alloca in methods with clauses.
6391
6392 Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus@ximian.com>
6393
6394         * mini-ppc.c: cleanups, off-by-one fixes, avoid recursive thunks.
6395
6396 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
6397
6398         * mini.c: Delegate most of the abort signal work to 
6399           mono_thread_request_interruption, which also handles Stop and Suspend
6400           states.
6401
6402 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
6403
6404         * mini.c mini.h: Allow inlining of icall wrappers if the backend 
6405         supports the save/restore lmf opcodes.
6406
6407 2004-05-19  Zoltan Varga  <vargaz@freemail.hu>
6408
6409         * mini-x86.c (mono_arch_setup_jit_tls_data): Handle code generated
6410         by gcc-3.4 as well.
6411
6412         * mini-x86.h mini-x86.c tramp-x86.c: Optimize lmf restoring code.
6413
6414 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
6415
6416         * mini.h mini.c (mini_method_compile): Only run abc removal pass on 
6417         methods which contain array accesses.
6418
6419         * mini.c (CEE_LDTOKEN): Handle this instruction correctly on bb
6420         boundaries. Fixes #58537.
6421
6422         * iltests.il: Add regression test for #58537.
6423
6424 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
6425
6426         * mini-x86.c (mono_arch_local_regalloc): Last part of
6427         fix for bug #58633 (releasing register to early).
6428
6429 2004-05-18  Miguel de Icaza  <miguel@ximian.com>
6430
6431         * basic-long.cs: Add new regression test.
6432
6433 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
6434
6435         * mini-x86.c (mono_arch_local_regalloc): Avoid releasing a
6436         register too early on the chain.
6437
6438 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
6439
6440         * mini.c (create_helper_signature): Use a helper function to reduce
6441         the code which needs to be written. Also set the calling convention of
6442         icalls on windows. Fixes #57840.
6443
6444 Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
6445
6446         * mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
6447         exceptions-ppc.c: added helper function to get the instruction address
6448         from a signal handler context.
6449
6450 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
6451
6452         * helpers.c: use g_get_tmp_dir. Invokes happyness 
6453         from gonzalo.
6454
6455 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
6456
6457         * helpers.c: Add new env variable to pass args to objdump.
6458         Specifically for those of us who love -Mintel. r=miguel, gonzalo.
6459
6460 2004-05-17  Radek Doulik  <rodo@ximian.com>
6461
6462         * Makefile.am (common_sources): added abcremoval.h so it get
6463         disted and daily mono packages on go-mono.com will build again
6464
6465 2004-05-17  Massimiliano Mantione  <massi@ximian.com>
6466
6467         * abcremoval.c: Fixed coding style, added copyright header.
6468
6469         * abcremoval.h: Fixed style and moved prototype to mini.h, added copyright header.
6470
6471         * mini.h: Added prototype for abc removal main function.
6472
6473         * build_relations_propagation_table.pl: Added copyright header.
6474
6475 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
6476
6477         * basic-long.cs: reg test for complex ceq_long bug.
6478
6479 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
6480
6481         * mini-x86.c (mono_arch_local_regalloc): Correctly free 
6482         reg in long and clob case (bug #58343). Fixed/added comments.
6483
6484 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
6485
6486         * mini.c (mono_jit_runtime_invoke): Follow new convention
6487         of calling the invoke method with an function pointer.
6488
6489 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
6490
6491         * ChangeLog: Fix author of memory leak patch.
6492
6493 Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
6494
6495         * Makefile.am: fix make dist as well...
6496
6497
6498 2004-05-14  Massimiliano Mantione  <massi@ximian.com>
6499
6500         * cfold.c: Made so that conversions from pointer to int4 are no-ops
6501         on archs where pointers are 4 bytes long.
6502
6503         * Makefile.am: Added abcremoval.c source file.
6504
6505         * abcremoval.c: Added abcremoval.c.
6506
6507         * abcremoval.h: Added abcremoval.h.
6508
6509         * build_relations_propagation_table.pl: Added build_relations_propagation_table.pl.
6510
6511         * inssel.brg: Enabled bounds check removal.
6512
6513         * mini.c: Added support for abcrem optimization.
6514
6515         * mini.h: Added abcrem optimization label.
6516
6517         * driver.c: Added support for abcrem optimization.
6518
6519         * propagated_relations_table.def: Added propagated_relations_table.def.
6520
6521 Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
6522
6523         * mini.c, cfold.c: fix style.
6524
6525 Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
6526
6527         * mini.c: handle issue with the low-level implementation of
6528         some long opcodes (bug #54209).
6529
6530 2004-05-13 Ben Maurer  <bmaurer@users.sourceforge.net>
6531
6532         * basic.cs: test for my new cmov stuff.
6533
6534 2004-05-13      Patrik Torstensson
6535
6536         * mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
6537         opt and added peephole documentation.
6538
6539 Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
6540
6541         * tramp-ppc.c: rewrote the generic trampoline code.
6542
6543 2004-05-11      Patrik Torstensson
6544
6545         * mini-x86.c: optimize long shl/shr asm code (one less branch)
6546
6547 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
6548
6549         * basic.cs basic-long.cs objects.cs: Make these compile under MS csc.
6550
6551         * mini.h mini.c dominators.c: Applied patch from Derek Woo
6552         (derek@eecg.toronto.edu): Fix memory leaks in loop optimizations.
6553
6554         * mini.c: Add new icalls for AsAny marshalling.
6555
6556 Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
6557
6558         * tramp-ppc.c, mini-ppc.c: more cleanups.
6559
6560 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6561
6562         * mini.c: no warnings.
6563
6564 Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
6565
6566         * mini-ppc.c, mini.c: use mono_resolve_patch_target ().
6567
6568 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
6569
6570         * mini.c: In the thread abort signal handler, if the thread is in the
6571         process of being stoped, don't throw the Abort exception, just stop the
6572         thread.
6573
6574 Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus@ximian.com>
6575
6576         * tramp-ppc.c: removed old code.
6577
6578 Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
6579
6580         * mini.h, mini-ppc.c, cfold.c: export mono_is_power_of_two().
6581         do some simple speed optimizations on ppc.
6582
6583 Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
6584
6585         * mini-ppc.c, cpu-g4.md: fixes to handle large stack frames
6586         and large offsets in load/store.
6587
6588 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
6589
6590         * mini-x86.c (mono_arch_local_regalloc): Remove the previous fix, since
6591         it causes regressions.
6592
6593 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
6594
6595         * mini-sparc.c: Fix vararg support + add beginnings of sigaltstack
6596         support.
6597
6598 Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
6599
6600         * jit-icalls.c: remove warnings.
6601         * inssel-x86.brg, inssel.brg, mini-x86.c, cfold.c: some simple
6602         speedups for unsafe code.
6603
6604 2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
6605
6606         * inssel.brg: Optimize Stind.[ui][12]. r=zoltan.
6607
6608 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
6609
6610         * basic-calls.cs: Add new regression test.
6611
6612         * mini.c (mono_runtime_install_handlers): Use SA_ONSTACK since it is
6613         more portable.
6614
6615         * mini.c (mono_method_to_ir): Handle opcode emulation for *_OVF opcodes.
6616
6617         * mini-x86.c (mono_arch_local_regalloc): Free new_dest register when it
6618         is no longer used.
6619
6620 2004-05-06      Patrik Torstensson
6621
6622         * mini-x86.[c|h], inssel-x86.brg, cpu-pentium.md, mini.c: enabled
6623         long reg allocation in any reg (not only eax:edx) and implemented 
6624         long shl/shr ops in asm instead of helpers.
6625
6626 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
6627
6628         * mini-sparc.h: Fix warnings.
6629
6630         * exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
6631         stack.
6632
6633         * mini-exceptions.c (mono_handle_exception): Call the filter in a
6634         separate statement for clarity.
6635
6636         * mini-sparc.c: Update status.
6637
6638 2004-05-04  Zoltan Varga  <vargaz@freemail.hu>
6639
6640         * mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
6641         here.
6642
6643 Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
6644
6645         * inssel-ppc.brg: another small pre-release workaround:
6646         we don't do overflow detection for long_sub_un.
6647
6648 Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
6649
6650         * mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
6651         (also works around a weird ppc bug: 57957).
6652
6653 Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
6654
6655         * tramp-ppc.c: trampoline fixes.
6656
6657 Fri Apr 30 15:54:26 EDT 2004    Paolo Molaro <lupus@ximian.com>
6658
6659         * mini-ppc.c: fixed typos.
6660
6661 Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
6662
6663         * mini-ppc.c, exceptions-ppc.c: more code saves registers
6664         at the top of the stack. Fixed typos. Use a frame registers
6665         for all the methods with exception clauses.
6666
6667 Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
6668
6669         * exceptions-ppc.c: restore fp registers.
6670
6671 Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
6672
6673         * mini-ppc.c, exceptions-ppc.c: save the registers in reverse
6674         order from the stack top (moved the stack room to save the
6675         return value for trace after the param area). Fixed corruption
6676         in restoring registers on unwind.
6677
6678 Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
6679
6680         * mini-ppc.c, cpu-g4.md: fixed unisgned -> double conversion.
6681
6682 Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
6683
6684         * exceptions-ppc.c, mini-ppc.h, mini-ppc.c: fixed localloc
6685         and prolog/epilog for methods that use it. Allow
6686         enough param area room for varargs methods. Fix miguel's
6687         breakage in exception handling.
6688
6689 Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
6690
6691         * Makefile.am: run genmdesc only on current arch.
6692
6693 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6694
6695         * exceptions-x86.c:
6696         * mini-x86.h: fix the build on windows.
6697
6698 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
6699
6700         * Makefile.am mini.h mini-exceptions.c mini-x86.h mini-sparc.h exceptions-sparc.c: Move parts of the sparc exception handling code to XP code.
6701
6702         * exceptions-sparc.c exceptions-ppc.c exceptions-s390.c mini-ppc.h mini-s390.h mini-sparc.h: Fix up ports after changes.
6703
6704         * mini-exceptions.c: New file.
6705         
6706         * mini.c mini-exceptions.c mini-x86.h exceptions-x86.c Makefile.am:
6707         Move some parts of the x86 exception handling code to an 
6708         arch-independent file so it can be shared with other ports.
6709
6710 Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
6711
6712         * trace.c, cpu-g4.md, inssel-ppc.brg, mini-ppc.c: some fixes for FP code.
6713
6714 2004-04-26  David Waite  <mass@akuma.org>
6715
6716         * driver.c: remove comma from end of enumeration declaration
6717
6718 2004-04-26  Jackson Harper  <jackson@ximian.com>
6719
6720         * driver.c: parse config file before loading first assembly. This
6721         allows the user gac to be enabled/disabled. 
6722         
6723 2004-04-23  Miguel de Icaza  <miguel@ximian.com>
6724
6725         * mini-ppc.c (ppc_patch): Replaced the branch code patching with a
6726         simpler mechanism: we do not care what is encoded initially
6727         (branch absolute or relative), we care about the code and its
6728         target.  I kept the old code for reference for now.
6729
6730         The new code tries first to determine if the jump is anywhere in
6731         the -/+32 absolute meg range, if it succeeds, it encodes using the
6732         absolute branch;  If not, it tried to find something in the
6733         relative range, if not, it uses the handle_thunk code. 
6734
6735 Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus@ximian.com>
6736
6737         * exceptions-ppc.c: use the correct ip register on macosx.
6738
6739 Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus@ximian.com>
6740
6741         * exceptions.c, mini.c, mini-ppc.h: adapt code to macosx.
6742
6743 Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus@ximian.com>
6744
6745         * mini-ppc.c, cpu-g4.md: made the branch macros more flexible.
6746         Raise exception on integer divide by zero by hand since the hw
6747         doesn't support it. Handle NaNs in FP compares.
6748
6749 Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
6750
6751         * exceptions-ppc.c, mini-ppc.h, mini.c: simplified some
6752         code reducing duplication between the platforms and enabled
6753         signal exception handling (on linux for now).
6754
6755 Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus@ximian.com>
6756
6757         * exceptions-ppc.c: more macosx support.
6758
6759 Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
6760
6761         * mini-ppc.h, mini-ppc.c, cpu-g4.md: enable bigmul optimization.
6762
6763 Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
6764
6765         * mini.h, mini-ppc.c, cpu-g4.md: support for implicit exceptions.
6766
6767 2004-04-19 Ben Maurer  <bmaurer@users.sourceforge.net>
6768
6769         * iltests.il: more tests.
6770
6771 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
6772
6773         * mini-*.c (mono_arch_get_allocatable_int_vars): Skip written-only
6774         vars as well.
6775
6776 Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
6777
6778         * mini-ppc.c: some fixes to bootstrap mcs/corlib/etc.
6779
6780 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
6781
6782         * liveness.c: Mark variables as volatile in all basic blocks reachable
6783         from exception clauses.
6784
6785 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
6786
6787         * exceptions.cs (test_0_rethow_stacktrace): Make this work with
6788         inlining.
6789
6790 2004-04-18 Ben Maurer  <bmaurer@users.sourceforge.net>
6791
6792         * iltests.il, basic.cs: more tests for regalloc.
6793
6794 2004-04-17 Ben Maurer  <bmaurer@users.sourceforge.net>
6795
6796         * iltests.il: Some tests for register allocation modifications
6797         I have locally.
6798
6799 2004-04-16  Zoltan Varga  <vargaz@freemail.hu>
6800
6801         * exceptions.cs: Add regression test for bug #56782.
6802
6803         * exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
6804         original stack trace if an exception is rethrown. Fixes #56782. Oh,
6805         the beauty of fixing the same thing in 5 different files...
6806
6807 2004-04-15  Zoltan Varga  <vargaz@freemail.hu>
6808
6809         * mini.c (mono_method_to_ir): Do not compute coverage for inlined
6810         methods.
6811
6812 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
6813
6814         * mini.c: Add support for STRWLPARRAY marshalling convention.
6815
6816 Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
6817
6818         * exceptions-ppc.c: missing fixes in mono_jit_walk_stack (need
6819         to init the context to setup the regs pointer).
6820
6821 Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
6822
6823         * exceptions-ppc.c: more exceptions work.
6824
6825 Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
6826
6827         * mini.c: avoid reusing the same MonoInst on multiple trees: this is
6828         not allowed.
6829
6830 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
6831
6832         * inssel-x86.brg (reg): Add new rules for add, sub and mul that
6833         can use the memory directly.
6834
6835         * cpu-pentium.md: Update documentation from a post from Zoltan. 
6836
6837         add x86_add_membase, x86_sub_membase, x86_mul_membase
6838
6839 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
6840
6841         * mini-ppc.c: Remove unused definitions FLOAT_REGS and
6842         GENERAL_REGS they were also hardcoded for all PPC ports.
6843
6844         (add_general): Use PPC_NUM_REG_ARGS instead of GENERAL_REGS.
6845
6846         Remove hard-coded limit for floating point registers, use
6847         PPC_LAST_FPARG_REG instead in MONO_TYPE_R4 and MONO_TYPE_R8.
6848
6849         Notice that in MacOS X calling conventions you can fit a lot more
6850         floating point values in registers, so I should update the PInvoke
6851         test to excercise the passing of floating point values on the
6852         stack (currently broken).
6853         
6854 2004-04-06  Miguel de Icaza  <miguel@ximian.com>
6855
6856         * tramp-ppc.c (create_trampoline_code): Added
6857         JUMP_TRAMPOLINE_SIZE. 
6858         (ppc_magic_trampoline): Follow the pattern from
6859         x86_magic_trampoline: if code is set to zero, return. 
6860         (create_trampoline_code): Always pass MonoMethod to the jump
6861         trampoline, before it was passing a null.
6862         (mono_arch_create_jump_trampoline): Implement the jump stub, could
6863         share the code with mono_arch_create_jit_trampoline. 
6864
6865         * mini-ppc.c (mono_arch_output_basic_block): CEE_JMP opcode
6866         implemented.
6867         (mono_arch_patch_code): MONO_PATCH_INFO_METHOD_JUMP patch type
6868         implemented.  
6869
6870         * cpu-g4.md: Added length for jmp instruction, the worst case
6871         scenario is 92 bytes (4 mandatory bytes, potential 19 registers
6872         for save_lmf).
6873
6874 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
6875
6876         * aot.c (mono_compile_assembly): Add back unlink removed by mistake.
6877
6878 2004-04-07  Zoltan Varga  <vargaz@freemail.hu>
6879
6880         * mini.c: Only set bblock->real_offset when adding a new bblock, and
6881         before each IL instruction.
6882
6883         * mini.c (CEE_BOX): Fix warnings.
6884
6885 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6886
6887         * mini.c: removed a few unused vars and extra whitespace.
6888
6889 2004-04-05 Ben Maurer  <bmaurer@users.sourceforge.net>
6890
6891         * inssel.brg (MONO_EMIT_BOUNDS_CHECK): a new macro to emit bounds
6892         checks.
6893         (MONO_EMIT_BOUNDS_CHECK_IMM): the above, but when you know the
6894         index.
6895         (OP_GETCHR): use the above
6896         (CEE_LDELEMA): use the above.
6897
6898         * inseel-x86.brg (MONO_EMIT_BOUNDS_CHECK): a faster and smaller
6899         version of the generic impl.
6900         (MONO_EMIT_BOUNDS_CHECK_IMM): the same
6901         (CEE_LDELEMA): use the above.
6902
6903 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
6904
6905         * inssel-long32.brg (CEE_CONV_OVF_I8): Sign extend the i4 value to i8.
6906         Fixes #56317.
6907
6908         * iltests.il: Added new regression test for #56317.
6909
6910 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
6911
6912         * mini-x86.c (mono_arch_setup_jit_tls_data): Use pthread_attr_get_np
6913         under NetBSD. Fixes #56450.
6914
6915         * liveness.c (update_gen_kill_set): Fix previous patch.
6916
6917 2004-04-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6918
6919         * mini-x86.h: SA_STACK defined as SA_ONSTACK. Fixed build under NetBSD.
6920
6921 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
6922
6923         * mini.c (mono_method_to_ir): Avoid handle_loaded_temps in
6924         ldsfld and ldsflda.
6925
6926         * inssel-sparc.brg: Add more optimizations.
6927
6928         * mini-sparc.c: Replace multiply/divide with shifts if possible.
6929
6930 2004-04-01  Martin Baulig  <martin@ximian.com>
6931
6932         * mini.c (handle_box): New static function; moved the
6933         implementation of CEE_BOX here.
6934         (mono_method_to_ir): Added `constrained_call' variable.
6935         (mono_method_to_ir:CEE_CONSTRAINED_): Set it.
6936         (mono_method_to_ir:CEE_CALL): If `constrained_call' is set, use
6937         mono_method_get_constrained() to get the method.
6938
6939 2004-04-01  Martin Baulig  <martin@ximian.com>
6940
6941         * mini.c (TYPE_PARAM_TO_TYPE, TYPE_PARAM_TO_CLASS): Removed.
6942         (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): Removed.
6943         (mono_method_to_ir): We don't need these macros anymore since
6944         mono_class_get_full() already takes care of it. 
6945
6946 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6947
6948         * aot.c: set aot_verbose to 0, fixed format string that caused sigsegv,
6949         use @function (as doesn't accept #function here) and check the return
6950         value of system and stop if fails.
6951
6952 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6953
6954         * mini.c: set the timeout to 2s when calling mono_domain_finalize.
6955
6956 2004-03-31  Zoltan Varga  <vargaz@freemail.hu>
6957
6958         * mini-ppc.c (mono_arch_patch_code): Fix ppc build.
6959
6960         * inssel-sparc.brg mini-sparc.c aot.c: Implement AOT support.
6961
6962         * inssel-long32.brg (OP_LNEG): Use ADC instead of ADD here. Fixes
6963         #56223.
6964
6965         * basic-long.cs: Add test for negation of Int64.MinValue.
6966
6967 2004-03-30  Zoltan Varga  <vargaz@freemail.hu>
6968
6969         * mini-sparc.c: Update status.
6970
6971         * mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
6972
6973         * exceptions-sparc.c: Fix return value in filters.
6974
6975         * inssel-sparc.brg: Fix register allocation in some rules.
6976
6977 2004-03-28  Martin Baulig  <martin@ximian.com>
6978
6979         * mini.c (mmono_method_to_ir): In CEE_STELEM, do a handle_stobj()
6980         if neccessary.  
6981
6982 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
6983
6984         * mini-x86.c (mono_arch_patch_code): Fix warnings.
6985         
6986         * mini-x86.c (mono_arch_output_basic_block): Fix CEE_MUL_OVF_UN if 
6987         dreg is not EAX. Thanks to Willibard Krenn for spotting this. Also
6988         remove unused conv_u4 opcode.
6989
6990         * mini-x86.c: Remove valgrind workaround since it slows down things
6991         even when mono is not run under valgrind.
6992
6993 2004-03-26  Zoltan Varga  <vargaz@freemail.hu>
6994
6995         * mini-sparc.c: Update status.
6996
6997         * inssel-sparc.brg: Add some optimizations.
6998
6999         * inssel-sparc.brg mini-sparc.c: Rework branch instructions to allow
7000         future delay slot filling. Add support for varargs, tail calls and JMP.
7001
7002         * inssel.brg mini-ops.h mini.c: Use OP_REFANYTYPE instead of 
7003         CEE_REFANYTYPE, since CEE_REFANYTYPE needs a prefix to be unique.
7004
7005         * inssel.brg: Fix register allocation in OP_ARGLIST.
7006
7007         * inssel.brg: Fix warnings.
7008
7009 2004-03-25  Martin Baulig  <martin@ximian.com>
7010
7011         * mini.c (inflate_generic_field): Removed.
7012         (mini_get_method): Removed, use mono_get_method_full(),
7013         (mini_get_class): Removed, use mono_class_get_full().
7014         (mono_method_to_ir): Pass our generic context to
7015         mono_field_from_token().        
7016
7017 2004-03-25  Martin Baulig  <martin@ximian.com>
7018
7019         * mini.c (mini_get_class): Take a `MonoGenericContext *' instead
7020         of a `MonoMethod *'.
7021         (mini_get_method): Take a `MonoGenericContext *' instead
7022         of a `MonoMethod *'.
7023         (TYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_TYPE): mono_method_to_ir() has
7024         a new local variable called `generic_context' which holds the
7025         current `MonoGenericContext *'; use it to lookup things.
7026
7027 2004-03-24  Martin Baulig  <martin@ximian.com>
7028
7029         * mini.c (mini_get_class): New static method; if we're inside a
7030         generic instance, inflate the class if neccessary.
7031         (mono_method_to_ir): Use mini_get_class() instead of mono_class_get().
7032
7033 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
7034
7035         * iltests.il: New regression test for #55976.
7036
7037         * mini.c (mono_method_to_ir): Empty the stack in endfinally. Fixes
7038         #55976.
7039
7040 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
7041
7042         * exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
7043         output.
7044
7045 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
7046
7047         * liveness.c: Consider SSA stores as well as loads when making vars
7048         volatile.
7049
7050         * exceptions.cs: New regression tests for register allocation.
7051         
7052 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
7053
7054         * mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
7055         * mini.c: Removed domain lock from mono_jit_compile_method_with_opt. Use
7056           domain lock only to protect puntual access to data structures.
7057           Added access lock for sighash, jit_icall_hash_name, 
7058           jit_icall_hash_addr and domain->code_mp.
7059
7060 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
7061
7062         * driver.c: Print SIGSEGV handling method.
7063
7064         * mini-x86.c (mono_arch_free_jit_tls_data): Add missing ifdef.
7065
7066         * mini.c (setup_jit_tls_data): Handle case when this is called
7067         multiple times for a thread.
7068
7069         * mini-x86.c cpu-pentium.md: Fix floating point branch opcodes so fbxx 
7070         is different from fbxx_un. Fixes #54303. Also use constants instead of
7071         magic numbers in a lot of places.
7072
7073 2004-03-19  Zoltan Varga  <vargaz@freemail.hu>
7074
7075         * exceptions.cs: Fix cctor test when --regression is used.
7076
7077 Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
7078
7079         * mini-ppc.c, exceptions-ppc.c: basic exceptions support 
7080         for Linux/ppc.
7081
7082 Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
7083
7084         * inssel-ppc.brg: fixed register assignments for some rules.
7085
7086 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
7087
7088         * exceptions.cs: Add test for exceptions in static constructors.
7089
7090         * mini.c (mono_jit_compile_method_with_out): Move the calling of
7091         static constructors outside the domain lock. Fixes #55720.
7092
7093 2004-03-17  Martin Baulig  <martin@ximian.com>
7094
7095         * mini.c (get_generic_field_inst): Removed, this'll never happen.
7096         (inflate_generic_field): Take the `MonoMethod *' instead of the
7097         `MonoClass *' and added support for generic method.
7098         (mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
7099         have a `field->parent->gen_params', only inflate the field if it's
7100         an open constructed type.
7101
7102 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
7103
7104         * exceptions-x86.c (mono_arch_handle_exception): Allocate a new
7105         exception object instead of the preconstructed ones.
7106
7107 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7108
7109         * mini.c: reverted changed to sigsegv_signal_handler commited
7110         accidentally in the previous patch.
7111
7112 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7113
7114         * mini.c:
7115         (mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
7116         running --aot with an old assembly.
7117
7118 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
7119
7120         * mini-sparc.c (mono_arch_instrument_epilog): Fix handling of floating
7121         point values.
7122
7123         * mini-sparc.c: Add support for v9 branches with prediction.
7124
7125 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
7126
7127         * mini.c (mini_init): #warning is GNUC only
7128
7129         * mini-sparc.h: implement __builtin_frame_address
7130         and __builtin_return_address for Sun C compiler
7131
7132 2004-03-15  Zoltan Varga  <vargaz@freemail.hu>
7133
7134         * exceptions-sparc.c (mono_arch_has_unwind_info): Add missing function.
7135
7136 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
7137
7138         * basic-calls.cs: Add test for unaligned byref long argument passing.
7139
7140         * mini-ops.h: Add sparcv9 compare and branch instructions.
7141
7142         * inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
7143         v9 instructions if we have a v9 cpu.
7144
7145         * mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
7146         registers for global allocation.
7147
7148         * exceptions-sparc.c: Fixes.
7149         
7150 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
7151
7152         * liveness.c (mono_analyze_liveness): Optimized version.
7153
7154         * inssel-sparc.brg cpu-sparc.md: Ongoing sparc work.
7155
7156         * mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Ongoing
7157         sparc work.
7158
7159         * basic-float.cs basic-calls.cs: New regression tests.
7160
7161 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
7162
7163         * mini-x86.h: Define SIGSEGV_ON_ALTSTACK only if we have a working
7164         sigaltstack implementation.
7165
7166         * mini-x86.c (mono_arch_setup_jit_tls_data): Fix previous patch.
7167         
7168         * mini-x86.c (mono_arch_setup_jit_tls_data): Turn off the sigaltstack
7169         stuff if SIGSEGV_ON_ALTSTACK is not defined.
7170
7171 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
7172
7173         * mini.c: Fix warnings.
7174         
7175         * mini.c (mono_resolve_patch_target): New function which contains the
7176         arch independent part of the patching process.
7177
7178         * mini-x86.c (mono_arch_patch_code): Move arch independent parts of the
7179         patching code to a separate function.
7180
7181 2004-03-09  Bernie Solomon  <bernard@ugsolutions.com>
7182
7183         * mini.c (add_signal_handler): ifdef out on Windows
7184
7185 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
7186
7187         * mini-sparc.h mini-sparc.c inssel-sparc.brg exceptions-sparc.c 
7188         cpu-sparc.md: Add exception handling support + other fixes.
7189
7190         * driver.c: Print --help output to stdout. Fixes #55261. Also fix
7191         typed GC detection in --version.
7192
7193         * basic.cs exceptions.cs: New regression tests.
7194
7195         * mini.h mini-x86.h mini-ppc.h: Add MonoCompileArch structure where
7196         the arch specific code can store data during a compilation.
7197
7198         * mini-ops.h: Add OP_SETFRET.
7199
7200         * mini.c (mini_get_ldelema_ins): Instead of allways calling the same
7201         function, register a separate icall for each arity, so the icalls can
7202         get a wrapper.
7203         
7204         * mini.c (mono_print_tree): Print negative offsets in a more readable
7205         form.
7206         
7207         * mini.c: Make signal handling work on sparc.
7208         
7209         * mini.c (mini_init): Add emulation for lconv_to_r8_un.
7210
7211         * inssel-long32.brg: Fix OP_LSUB_OVF_UN rule.
7212
7213         * jit-icalls.c: Emulate truncl by aintl on solaris.
7214
7215         * jit-icalls.c (mono_lconv_to_r8_un): New icall emulation function.
7216
7217 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
7218
7219         * mini.c (mini_init): fconv_to_ovf can raise exceptions.
7220
7221 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
7222
7223         * mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
7224         a MarshalByRef type, inline a method that performs the check, taking into
7225         account that the object can be a proxy. Also implemented tow new opcodes:
7226         CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
7227         * inssel.brg: Implemented two new opcodes, mini-ops.h: OP_CISINST and 
7228         OP_CCASTCLASS, which implement CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
7229
7230 Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
7231
7232         * mini-ppc.c: if a relative branch displacement is too big
7233         but it points to and area reachable with an absolute branch, 
7234         avoid the thunks.
7235
7236 Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
7237
7238         * mini.c: optimize small copies in cpblk.
7239
7240 2004-03-01  Zoltan Varga  <vargaz@freemail.hu>
7241
7242         * basic-calls.cs basic-float.cs: New regression tests.
7243
7244         * mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at 
7245         negative offsets from %fp. Implement localloc. Fix local register 
7246         allocation. Fix the case when the this argument needs to be saved to
7247         the stack. Implement some missing opcodes.
7248
7249 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
7250
7251         * mini.c (mini_method_compile): Reenable global regalloc in methods
7252         with exception handlers.
7253
7254         * linear-scan.c (mono_varlist_sort): Fix warning.
7255
7256         * linear-scan.c (mono_linear_scan): Fix computation of used_regs.
7257
7258         * mini-x86.c (mono_arch_regalloc_cost): Reenable precise computation of
7259         regalloc costs.
7260
7261         * liveness.c: Make all variables uses in exception clauses volatile, to
7262         prevent them from being allocated to registers. Fixes #42136.
7263
7264 2004-02-25  Zoltan Varga  <vargaz@freemail.hu>
7265
7266         * mini-x86.c (mono_arch_regalloc_cost): Revert this change since it
7267         causes regressions.
7268
7269         * mini.h linear-scan.c mini-x86.c mini-sparc.c mini-ppc.c: Add 'cfg'
7270         argument to mono_arch_regalloc_cost.
7271
7272         * mini-x86.c (mono_arch_regalloc_cost): Compute regalloc costs 
7273         precisely.
7274
7275 2004-02-24  Zoltan Varga  <vargaz@freemail.hu>
7276
7277         * mini.h mini-x86.c mini-ppc.c mini-sparc.c linear-scan.c: 
7278         Make the cost of allocating a variable to a register arch dependent.
7279
7280         * basic-calls.cs: Fix compilation of tests.
7281         
7282         * mini.h mini.c tramp-x86.c mini-x86.c: Add mono_running_on_valgrind ()
7283         helper function to cut back on the number of #ifdefs needed.
7284
7285         * mini-ppc.c: Fix compilation.
7286
7287         * basic-calls.cs: New regression tests.
7288
7289         * mini-sparc.c (mono_sparc_is_virtual_call): New helper function.
7290
7291         * tramp-sparc.c (create_specific_trampoline): Use g5 register instead
7292         of l0 since that is callee saved.
7293
7294         * tramp-sparc.c (sparc_magic_trampoline): Apply unbox trampoline only
7295         to virtual calls.
7296
7297         * mini-sparc.c: Ongoing work + flag virtual calls with a special kind 
7298         of delay instruction.
7299
7300         * inssel.brg (OP_CHECK_THIS): Set tree->sreg1 and dreg correctly.
7301
7302         * mini.h (MonoCallInst): Add 'virtual' flag.
7303
7304         * inssel.brg (mini_emit_virtual_call): Set 'virtual' flag.
7305
7306 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
7307
7308         * *.cs: New regression tests.
7309
7310         * mini-sparc.c inssel-sparc.brg: Update after latest changes. Ongoing sparc 
7311         work.
7312
7313         * mini.c (mono_runtime_install_handlers): Fix build.
7314
7315         * mini.h (MonoJitTlsData): Add 'stack_size', 'signal_stack' and
7316         'signal_stack_size' members.
7317
7318         * mini.h mini.c mini-x86.h mini-x86.c: Run sigsegv handlers on an 
7319         alternate signal stack.
7320
7321         * exceptions-x86.c: Add stack overflow handling.
7322
7323         * mini.h mini.c mini-x86.c mini-ppc.c trace.h trace.c: Move tracing 
7324         functions to arch independent code.
7325
7326         * mini.c (mono_print_tree): Print more detailed info for load_membase
7327         opcodes.
7328         
7329 2004-02-23  Martin Baulig  <martin@ximian.com>
7330
7331         * mini.c (mini_get_method): Set `gmethod->generic_inst'.
7332
7333 Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus@ximian.com>
7334
7335         * mini-x86.c: fixed reg allocation for div/rem.
7336
7337 2004-02-22  Miguel de Icaza  <miguel@ximian.com>
7338
7339         * driver.c (mono_main): Report some configuratio options on --version.
7340
7341 Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus@ximian.com>
7342
7343         * mini-ppc.c: fixed clt.un, cgt.un. Optimized calls to functions
7344         low in the address space. Correctly flush memory in thunks where we
7345         output native code.
7346
7347 2004-02-20  Martin Baulig  <martin@ximian.com>
7348
7349         * mini.c (mini_get_method): New static method; inflate all generic
7350         methods and methods in open generic instances.
7351         (mono_method_to_ir): Use mini_get_method() instead of mono_get_method().
7352         (ret_type_to_call_opcode): Added support for MONO_TYPE_GENERICINST.
7353
7354 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
7355
7356         * mini-sparc.c (mono_arch_patch_code): Update after domain->code_mp changes.
7357
7358         * tramp-sparc.c (mono_arch_create_jump_trampoline): Set ji->method.
7359
7360 2004-02-19  Bernie Solomon  <bernard@ugsolutions.com>
7361
7362         * helpers.c (mono_disassemble_code): use Sun's dis if not using gcc
7363
7364         * mini-sparc.c (flushi mono_arch_output_basic_block): make
7365         it compile using Sun's compiler.
7366
7367 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
7368
7369         * mini-ops.h inssel-sparc.brg cpu-sparc.md mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Sparc port, part I.
7370
7371         * basic-calls.cs basic-float.cs basic-long.cs objects.cs: New regression tests.
7372
7373 Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus@ximian.com>
7374
7375         * aot.c, mini-x86.c, mini.c: use the code manager instead of a mempool to hold native
7376         code.
7377         * mini-ppc.c: handle calls outside of the allowed range with thunks
7378         allocated using the code manager.
7379         * tramp-ppc.c: use the code manager to hold generated native code.
7380         Fixed the magic trampoline to just patch vtable entries.
7381
7382 2004-02-17  Zoltan Varga  <vargaz@freemail.hu>
7383
7384         * inssel.brg inssel-x86.brg: Move call(immediate) rules to the platform
7385         independent file.
7386
7387 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
7388
7389         * tramp-ppc.c (mono_arch_create_jump_trampoline): Fix compilation on
7390         PPC.
7391
7392         * mini-x86.c: Call mono_arch_get_lmf_addr instead of mono_get_lmf_addr
7393         if we have a working __thread implementation.
7394
7395         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Remove 
7396         OP_CALL_IMM opcodes, since the CALL opcodes handles immediates as well.
7397
7398 2004-02-15  Zoltan Varga  <vargaz@freemail.hu>
7399
7400         * mini-x86.c: Fix compilation under gcc 2.
7401         
7402 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
7403
7404         * mini.c (mono_codegen): Avoid infinite loop when an icall wrapper
7405         contains a call to the wrapped function.
7406
7407         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Add 
7408         OP_<CALL>_IMM opcodes, and use them under X86.
7409         
7410         * mini.c (mono_jit_find_compiled_method): Fix warning.
7411
7412         * cpu-pentium.md: Fix length of opcodes which use x86_alu_membase_imm.
7413
7414         * jit-icalls.c (mono_ldftn_nosync): New JIT icall.
7415
7416         * tramp-x86.c (mono_arch_create_jump_trampoline): Move arch independent
7417         functionality to mini.c.
7418
7419         * mini.c (mono_create_jump_trampoline): New function to create a jump
7420         trampoline. Return a compiled method instead of a trampoline if it
7421         exists. Add a cache for jump trampolines.
7422
7423         * mini.c (mono_jit_find_compiled_method): New function to return a
7424         compiled method if it exists.
7425
7426         * mini-x86.c: Call mono_create_jump_trampoline instead of 
7427         mono_arch_create_jit_trampoline.
7428
7429         * jit-icalls.c (mono_ldftn): Do not compile the method. Instead, return
7430         a jump trampoline. Fixes #52092.
7431         
7432 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
7433
7434         * debug-mini.c (mono_init_debugger): Remove call to mono_verify_corlib,
7435         which is not up-to-date. Add check_corlib_version () instead.
7436
7437         * mini.c (mini_init): Call mono_thread_attach () so embedders do not 
7438         have to call it.
7439         
7440         * mini.c (mono_runtime_install_handlers): Remove check for valgrind
7441         since newer valgrind versions do not need it.
7442
7443         * mini.c (mono_jit_compile_method_with_opt): New helper function to
7444         compile a method with a given set of optimizations.
7445
7446         * mini.c: Compile icall wrappers on-demand instead of at startup.
7447
7448         * mini-sparc.c mini-ppc.c: Call mono_icall_get_wrapper to obtain the
7449         wrapper for an icall.
7450
7451 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
7452
7453         * mini.c (mono_method_to_ir): Handle switch with non-empty stack. Fixes
7454         #54063.
7455
7456         * iltests.il: Add test for non-empty stack before switch instruction.
7457
7458 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
7459
7460         * mini.c: Add support for new stringbuilder marshalling conventions.
7461
7462         * mini.c (mono_method_to_ir): Fix stack management of generic CEE_BOX.
7463
7464 2004-02-01  Martin Baulig  <martin@ximian.com>
7465
7466         * mini.c (MTYPE_PARAM_TO_TYPE): Method type arguments are stored
7467         in `ginst->mtype_argv'.
7468
7469 2004-01-31  Miguel de Icaza  <miguel@ximian.com>
7470
7471         * mini.c: Add comments, replace CEE_XXX+128 with OP_XXX to
7472         facilitate grepping.
7473
7474 Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus@ximian.com>
7475
7476         * mini.c: fixed buglet in initobj generic implementation for references.
7477
7478 Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus@ximian.com>
7479
7480         * Makefile.am: make the version script conditional.
7481         * jit-icalls.c: handle missing truncl().
7482
7483 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
7484
7485         * exceptions.cs: Add more tests for double->int conversion.
7486
7487         * jit-icalls.c (mono_fconv_ovf_i8): Call truncl before comparison, so
7488         we don't throw exceptions when converting 1.1 to a long. Fixes #53250.
7489
7490 Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus@ximian.com>
7491
7492         * driver.c: make --verbose --version emit an error
7493         if the loaded corlib doesn't match the runtime version.
7494
7495 Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
7496
7497         * mini-ppc.h: export ppc_patch().
7498         * mini-ppc.c: call convention fixes. Added assert in ppc_patch().
7499         * tramp-ppc.c: call convention fixes: Linux/PPC support should be
7500         on par or better than on MacOSX.
7501
7502 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
7503
7504         * mini.c tramp-x86.c tramp-sparc.c: Updated after changes to
7505         mono_lookup_pinvoke_call.
7506
7507         * mini-x86.c: Under windows, the default pinvoke calling convention is
7508         stdcall. Fixes #52834.
7509
7510         * mini.c (optimize_branches): Add an upper bound to the number of
7511         iterations to prevent infinite loops on strange loops. Fixes #53003.
7512
7513 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
7514
7515         * inssel.brg: Add vectors<->one dimensional array checking to CASTCLASS
7516         and ISINST. Fixes #52093.
7517
7518         * objects.cs (test_0_vector_array_cast): New tests.
7519         
7520 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
7521
7522         * jit-icalls.c (helper_stelem_ref_check): New jit icall for array type
7523         checking in Array.Set ().
7524
7525         * mini.c (method_to_ir): Add array type checking in Array.Set (). Fixes
7526         #52590.
7527
7528         * object.cs (test_0_multi_array_cast): New regression test.
7529
7530 Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus@ximian.com>
7531
7532         * exceptions-ppc.c: fix build on Linux/PPC.
7533
7534 2004-01-14  Zoltan Varga  <vargaz@freemail.hu>
7535
7536         * tramp-x86.c (x86_magic_trampoline): Disable code patching when
7537         running under valgrind.
7538         (x86_magic_trampoline): Fix build bustage.
7539
7540         * debug-mini.c: Modify the debug info serialize/deserialize code so it handles
7541         negative values as well. This is needed for the encoding of the line number
7542         info, since sometimes the line numbers are not in increasing order.
7543
7544 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
7545
7546         * cpu-pentium.md (localloc): Increase the size of the localloc 
7547         instruction since it is a loop under Win32.
7548
7549         * debug-mini.c (record_line_number): Get rid of unneccesary memory
7550         allocation.
7551
7552 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
7553
7554         * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c 
7555         tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from 
7556         Max Horn (max@quendi.de). Fix file names in comments.
7557
7558 2004-01-03  Zoltan Varga  <vargaz@freemail.hu>
7559
7560         * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
7561         avoid stack overflow.
7562         (replace_usage): Avoid uninitialized variable warnings.
7563
7564         * mini.c (mono_method_to_ir): Avoid disabling SSA for array operations
7565         and taking the address of valuetype variables.
7566
7567 2004-01-03  Patrik Torstensson
7568
7569         * mini-x86.c: renamed fpflags to flags in RegTrack, going to be used
7570         for other purposes than FP later on.
7571
7572 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
7573
7574         * mini.c (mono_method_to_ir): Prevent register allocation for arguments
7575         of tail calls.
7576
7577 Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus@ximian.com>
7578
7579         * mini-ops.h, mini.c, inssel.brg: Object.GetType () speedup.
7580
7581 2003-12-30  Patrik Torstensson <p@rxc.se>
7582
7583         * mini-x86.h: Decreased number of availiable fp regs.
7584         Solves corner cases with FP spilling.
7585
7586 2003-12-23  Patrik Torstensson <p@rxc.se>
7587
7588         * mini-x86.c, mini-ops.h, cpu-pentium.md: Added support
7589         for floating point stack tracking / spilling on x86. 
7590         Fixes bug #49012.
7591         
7592         * basic-float.cs: added float mul overflow test.
7593
7594 2003-12-23  Zoltan Varga  <vargaz@freemail.hu>
7595
7596         * mini.c (mono_method_to_ir): Add workaround for bug #51126.
7597
7598 Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus@ximian.com>
7599
7600         * mini.h, mini-ppc.c, mini-ppc.h: small cleanups and
7601         supports for cond branches that overflow the immediate
7602         overflow offset. mcs can compile simple programs.
7603
7604 Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus@ximian.com>
7605
7606         * exceptions-ppc.c: exception handling support wip:
7607         finally handlers get run on exception.
7608
7609 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
7610
7611         * aot.c (mono_aot_get_method_inner): Avoid loading AOT code while 
7612         profiling.
7613
7614 Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus@ximian.com>
7615
7616         * cpu-g4.md, mini-ppc.c, exceptions-ppc.c, mini-ppc.h:
7617         initial support for stack walking and unwinding.
7618
7619 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
7620
7621         * driver.c (mono_main): Make corlib-out-of-sync message more 
7622         descriptive. Also remove verify_corlib call.
7623
7624 Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
7625
7626         * mini.c: make CEE_NEWARR calls and other emulated opcodes 
7627         not overlap with other call's arguments, too.
7628
7629 Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus@ximian.com>
7630
7631         * mini.h, mini.c, mini-ppc.c, mini-sparc.c, mini-x86.c: 
7632         move to arch-specific code the choice of arch-specific
7633         intrinsics (from Laurent Morichetti (l_m@pacbell.net)).
7634         * mini.c: ensure emulation calls will not interleave
7635         with other calls.
7636
7637 Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus@ximian.com>
7638
7639         * tramp-ppc.c, basic-calls.cs: rework trampolines so that
7640         the magic trampoline stack frame is dropped before executing
7641         the new method.
7642
7643 Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus@ximian.com>
7644
7645         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed some opcode lengths
7646         and integer to fp conversions. Added support for overflowing
7647         arguments on the stack. Reserve a couple more registers as temps.
7648         Added support for aot compilation (as output still needs to be
7649         tweaked, though).
7650
7651 Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus@ximian.com>
7652
7653         * mini-ppc.c, basic-long.cs: fix jumps to known labels.
7654         Don't overwrite return register in some corner cases.
7655
7656 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
7657
7658         * mini.h mini.c driver.c mini-x86.c mini-ppc.c aot.c: Do not run
7659         static constructors when AOT compiling.
7660
7661         * driver.c (mono_main): Call mono_check_corlib_version.
7662
7663 Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus@ximian.com>
7664
7665         * cpu-g4.md, basic.cs: fixed div target register.
7666
7667 Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus@ximian.com>
7668
7669         * mini-ppc.c, basic.cs: shl_imm fix with test.
7670
7671 Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus@ximian.com>
7672
7673         * inssel-ppc.brg, mini-ppc.h, mini-ppc.c: support for passing 
7674         structures by value. Misc fixes.
7675         * objects.cs: more tests.
7676
7677 Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus@ximian.com>
7678
7679         * mini-ppc.c: lconv.ovf.i implemented.
7680
7681 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7682
7683         * mini.c:
7684         (mini_init): don't error out if someone already called g_thread_init.
7685
7686 Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
7687
7688         * exceptions-x86.c, exceptions-ppc.c: allow the exception object
7689         to be any type per the spec. Fix abnormal memory usage when
7690         the same object is repeatedly thrown.
7691
7692 Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus@ximian.com>
7693
7694         * mini.c: check for overruns in IL code.
7695
7696 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
7697
7698         * TODO: Add/remove some todo entries.
7699
7700 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
7701
7702         * driver.c (mono_main): Call mono_verify_corlib.
7703
7704 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
7705
7706         * inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy. 
7707         This has been moved to mini.c
7708         * mini.c: in mono_method_to_ir, CEE_ISINST and CEE_CASTCLASS cases, if the
7709         type being casted is marshalbyref it could be a proxy, so instead of
7710         emitting the type check code, emit a call to a runtime method that will
7711         perform the check by calling CanCastTo if needed.
7712
7713 2003-12-06  Zoltan Varga  <vargaz@freemail.hu>
7714
7715         * mini-x86.c (mono_arch_emit_prolog): Fix stack space allocation for
7716         methods with large stack frames under Win32.
7717
7718 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
7719
7720         * Makefile.am: Distribute regression tests.
7721
7722         * mini-x86.c (mono_arch_get_allocatable_int_vars): Sort the var list
7723         at the end instead of inserting each variable into the sorted list.
7724
7725         * linear-scan.c (mono_varlist_sort): New helper function.
7726         
7727 Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus@ximian.com>
7728
7729         * mini.c: ensure arguments and locals are within bounds.
7730
7731 Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus@ximian.com>
7732
7733         * mini-ppc.c, cpu-g4.md, basic.cs, basic-long.cs: more tests and 
7734         related fixes.
7735
7736 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
7737
7738         * mini.c (mono_cprop_copy_values): Fix crash.
7739
7740         * aot.c: Set verbosity back to 0.
7741         
7742 Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus@ximian.com>
7743
7744         * regalloc.c: complete memory leak fix by Laurent Morichetti
7745         (l_m@pacbell.net).
7746
7747 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
7748
7749         * driver.c (main_thread_handler): Revert the previous patch.
7750
7751         * tramp-x86.c (x86_class_init_trampoline): Avoid patching when running
7752         under valgrind.
7753
7754         * mini-x86.c (mono_arch_local_regalloc): Do not allocate transient
7755         memory from the memory pool.
7756
7757         * driver.c (main_thread_handler): Turn on all optimizations when
7758         --aot is used.
7759
7760         * mini.c (mono_find_jit_opcode_emulation): Turn emul_opcode_hash into
7761         an array for better performance.
7762
7763         * regalloc.c (mono_regstate_assign): Fix memory leak.
7764
7765         * debug-mini.c (mono_debug_serialize_debug_info): New function to
7766         serialize the debug info.
7767
7768         * debug-mini.c (mono_debug_add_aot_method): New function to load the
7769         debug info from the serialized representation.
7770
7771         * aot.c: Save debug info into the generated file and load it when 
7772         loading a method.
7773
7774         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
7775
7776 Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus@ximian.com>
7777
7778         * mini-ppc.c, tramp-ppc.c: save FP arguments in the trampoline.
7779         More FP-related fixes.
7780
7781 Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus@ximian.com>
7782
7783         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed finally handlers
7784         and register allocation buglet. Hello world now runs.
7785
7786 Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus@ximian.com>
7787
7788         * cpu-g4.md, inssel-ppc.brg, mini-ppc.c: better long return support.
7789         * tramp-ppc.c: fixed class init trampoline.
7790         * inssel-ppc.brg, mini.c, jit-icalls.c, mini-ppc.h: more emulation.
7791
7792 Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus@ximian.com>
7793
7794         * cpu-g4.md, inssel-ppc.brg, jit-icalls.c, mini-ppc.c, mini-ppc.h,
7795         mini.c: more ppc changes/fixes.
7796
7797 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
7798
7799         * mini.c (mono_method_to_ir): Fix tail calls with valuetype arguments.
7800         Also optimize the case when the arguments are the same in the caller 
7801         and in the callee.
7802
7803         * iltests.il: Add tests for tail calls with valuetype arguments.
7804
7805 Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus@ximian.com>
7806
7807         * mini-ppc.c: fixes for struct return type.
7808
7809 Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus@ximian.com>
7810
7811         * mini.h, mini.c, mini-x86.c, mini-ppc.c, mini-sparc.c: move 
7812         mono_spillvar_offset() to arch-specific code.
7813
7814 Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus@ximian.com>
7815
7816         * mini-ppc.h, mini-ppc.c: handle some different ABI call convention issues.
7817
7818 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
7819
7820         * exceptions-x86.c: Fix stack space leaks.
7821         
7822         * exceptions-x86.c (mono_arch_find_jit_info): Restore callee saved
7823         registers from the lmf if the method has save_lmf set.
7824
7825 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
7826
7827         * tramp-x86.c (x86_magic_trampoline): Avoid patching in the addresses
7828         of icall wrappers into InvokeInDomain, since these are now per-domain.
7829
7830 Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus@ximian.com>
7831
7832         * mini-ppc.h, mini-x86.h, mini.c, inssel-ppc.brg, jit-icalls.c:
7833         make some opcode emulation and intrinsic ops enabled/disabled 
7834         according to the architecture. More fixes.
7835
7836 Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus@ximian.com>
7837
7838         * mini-ppc.c, mini-sparc.c, cpu-g4.md: more bug fixes.
7839
7840 Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus@ximian.com>
7841
7842         * mini.h, inssel.brg, mini-x86.c, mini-ppc.c, mini-sparc.c: move
7843         arch-specific handling for 'this' and struct return type to
7844         arch-specific code.
7845
7846 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7847
7848         * aot.c: prevent divide by zero error when reporting (it happened with
7849         Accessibility.dll).
7850
7851 2003-11-25  Zoltan Varga  <vargaz@freemail.hu>
7852
7853         * mini.h (inst_switch): Remove unused macro.
7854
7855 2003-11-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7856
7857         * aot.c:
7858         (load_aot_module): free 'info->methods' and 'info' properly. No more
7859         "free(): invalid pointer blah" messages when you have an old aot
7860         compiled assembly.
7861
7862 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
7863
7864         * jit-icalls.c, mini.c: Added support for context static fields.
7865
7866 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
7867
7868         * mini.c (mono_method_blittable): Methods which set LastError are not 
7869         blittable either. Fixes #51108.
7870         
7871 Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus@ximian.com>
7872
7873         * mini.c: flush icache.
7874         * cpu-g4.md, mini-ppc.c, inssel.brg: more fixes. Trace support.
7875
7876 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
7877
7878         * mini.c (mono_type_blittable): OBJECT is not blittable. Fixes #47842.
7879
7880 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
7881
7882         * tramp-x86.c (x86_class_init_trampoline): Make code patching thread
7883         safe on IA32.
7884
7885         * mini-x86.c (mono_arch_call_opcode): Disable AOT for methods with 
7886         vararg calls.
7887
7888         * inssel.brg (CEE_MKREFANY): Fix AOT case.
7889
7890 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
7891
7892         * mini-x86.c (mono_arch_local_regalloc): Fix regalloc for div 
7893         instruction when the result is discarded.
7894
7895         * iltests.il (test_0_div_regalloc): New regression test.
7896
7897         * arrays.cs: Fix compilation error.
7898
7899 Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus@ximian.com>
7900
7901         * inssel-x86.brg, inssel-float.brg, mini-ops.h: move x86-specific
7902         float rules to inssel-x86.brg: sane architectures with FP registers
7903         don't need to implement these rules.
7904
7905 Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus@ximian.com>
7906
7907         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: updates and fixes to the ppc port.
7908
7909 Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus@ximian.com>
7910
7911         * mini.h, inssel-long32.brg: fixed endianess issues in int64
7912         implementation of 32 bit systems.
7913
7914 Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus@ximian.com>
7915
7916         * exceptions-ppc.c: fix build on Linux/ppc from Jeroen@xs4all.nl
7917         (Jeroen Zwartepoorte).
7918
7919 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
7920
7921         * mini.c (mono_method_to_ir): Use CEE_JMP only if the signature of
7922         the caller and the callee matches.
7923         
7924         * mini.c (mono_method_to_ir): Add comment.
7925
7926         * mini-x86.c (mono_arch_output_basic_block): Use mono_signbit, since
7927         signbit is missing on some platforms.
7928
7929 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
7930
7931         * mini.h (mono_arch_setup_jit_tls_data): New arch specific function.
7932
7933         * mini.c (setup_jit_tls_data): Call the new function.
7934         
7935         * mini-x86.c mini-ppc.c mini-sparc.c: Define the new function.
7936
7937         * mini-x86.c: Add experimental support for fast access to the lmf
7938         structure under NPTL/Linux 2.6.x.
7939
7940 2003-11-06  Martin Baulig  <martin@ximian.com>
7941
7942         * ldscript: Make `GC_push_all_stack', `GC_start_blocking',
7943         `GC_end_blocking' and 'gc_thread_vtable' public; they're used by
7944         the debugger.
7945
7946 2003-11-02  Martin Baulig  <martin@ximian.com>
7947
7948         * mini.c (inflate_generic_field): New static method.
7949         (mono_method_to_ir): In CEE_LDFLD and CEE_LDSFLD: if we're a
7950         generic instance and the field is declared in a generic type, call
7951         inflate_generic_field() to inflate it.  Fixes gen-28.cs.
7952
7953 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
7954
7955         * mini.h mini.c (mono_method_same_domain): New function to return
7956         whenever the caller and the callee are in the same domain.
7957
7958         * tramp-x86.c (x86_magic_trampoline): Use the new function.     
7959
7960 2003-10-30  Martin Baulig  <martin@ximian.com>
7961
7962         * mini.c (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): New macros;
7963         similar to TYPE_PARAM_TO_TYPE and TYPE_PARAM_TO_CLASS, but for
7964         method parameters.
7965         (mono_method_to_ir): Added support for MONO_TYPE_MVAR; similar to
7966         MONO_TYPE_VAR, we the actual types from MTYPE_PARAM_TO_CLASS(). 
7967
7968 2003-10-29  Zoltan Varga  <vargaz@freemail.hu>
7969
7970         * mini.c mini-ops.h inssel.brg: Implement undeniable exception 
7971         propagation.
7972
7973         * mini.c (sigusr1_signal_handler): Move creation of the thread abort
7974         object here, so it is in the correct appdomain etc.
7975
7976 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
7977
7978         * mini.c (mono_jit_compile_method_inner): Lookup icalls here if not
7979         already done.
7980         (mono_method_to_ir): Avoid freeing the type created returned from
7981         mono_type_create_from_typespec, since it is put into an internal cache
7982         by the function. Fixes pointer.exe.
7983
7984         * mini.c tramp-x86.c tramp-sparc.c tramp-ppc.c: Use the normal 
7985         trampolines for icalls and pinvokes as well. Fixes #33569.
7986
7987 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
7988
7989         * mini.c: Update after appdomain changes.
7990
7991         * mini.c (mono_jit_compile_method_inner): Allways compile native
7992         method wrappers in the root domain, since there can only be one
7993         instance of them, whose address is stored in method->info.
7994
7995 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
7996
7997         * mini.c (mono_runtime_install_handlers): Get rid of the MONO_VALGRIND
7998         environment variable. Instead detect automatically whenever running
7999         under valgrind using the magic macro RUNNING_ON_VALGRIND from
8000         valgrind.h.
8001
8002 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
8003
8004         * trace.c, trace.h: New files that implement the new trace option
8005         parsing. 
8006
8007         * driver.c: Document new --trace options.
8008
8009         * exceptions-ppc.c, exceptions-x86.c, mini-ppc.c, mini-sparc.c,
8010         mini-x86.c: Apply:
8011
8012         -       if (mono_jit_trace_calls)
8013         +       if (mono_jit_trace_calls != NULL && mono_trace_eval (method))
8014
8015         * mini.h: prototypes.
8016         
8017 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
8018
8019         * mini.c (mono_method_to_ir): Fix initialization of typedbyref locals.
8020
8021         * mini.c inssel.brg: Implement typedefbyref opcodes.
8022
8023         * mini.c (mono_jit_compile_method): Remove unused local variable.
8024
8025         * mini.c (mono_jit_compile_method_inner): Ditto.
8026         
8027 2003-10-12  Zoltan Varga  <vargaz@freemail.hu>
8028
8029         * tramp-x86.c (x86_class_init_trampoline): Fix build.
8030         
8031         * tramp-x86.c (x86_class_init_trampoline): Thread safety fixes.
8032
8033 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
8034
8035         * mini.c (mono_no_aot): Remove unused global variable.
8036
8037         * mini.c: Thread safety fixes.
8038
8039 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
8040
8041         * mini.c (mono_create_class_init_trampoline): Add a lock around
8042         class_init_hash_addr.
8043
8044         * arrays.cs (test_0_newarr_emulation): Add new regression test for
8045         #30073.
8046
8047         * mini.c: Decompose the NEWARR instruction before decomposing its
8048         arguments. Fixes #30073.
8049
8050 2003-10-08  Zoltan Varga  <vargaz@freemail.hu>
8051
8052         * mini-x86.c (mono_arch_emit_epilog): Add support for stdcall calling
8053         convention.
8054
8055 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
8056
8057         * mini.c (mono_method_to_ir): Allow wrapper data for CEE_LDELEMA.
8058
8059         * inssel-x86.brg (OP_LOCALLOC): Fix register assignment for localloc.
8060
8061         * driver.c: Add support for compiling icall wrappers to --compile.
8062
8063 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
8064
8065         * inssel.brg: The empty value in class->interface_offsets is -1, not
8066         0. Fixes #49287.
8067
8068 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
8069
8070         * objects.cs: New test for 'is' operator on an array of interfaces.
8071
8072 Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
8073
8074         * tramp-ppc.c: update trampoline code to support jumps
8075         and class initialization.
8076
8077 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
8078
8079         * mini.c (mono_jit_compile_method): Fix reading of freed memory.
8080
8081         * inssel.brg (OP_UNBOXCAST): Fix #46027.
8082
8083         * inssel.brg (OP_UNBOX): Remove unused rule.
8084
8085         * mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
8086         region instead of one for each method. Fixes #47813.
8087
8088 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
8089
8090         * exceptions.cs (test_0_nested_finally): New regression test for
8091         nested exception handlers.
8092
8093         * mini.c (mono_jit_runtime_invoke): Fix for the previous fix.
8094
8095         * mini.c (mono_method_to_ir): Avoid inlining tail calls.
8096
8097         * mini.c (mono_method_to_ir): Fix tail recursion in the presence of 
8098         inlining.
8099
8100         * mini.c (mono_method_check_inlining): Make the inlining limit 
8101         configurable by an environment variable.
8102         
8103         * mini.c (mono_jit_runtime_invoke): Add Gonzalo's fix for #36545.
8104
8105         * mini.h: Bump AOT file version.
8106
8107         * mini.h mini.c aot.c mini-x86.c: For relocations which refer to a 
8108         token, store the image along with the token, since the token might not 
8109         refer to the same image as the method containing the relocation, 
8110         because of inlining.
8111
8112 2003-09-27  Zoltan Varga  <vargaz@freemail.hu>
8113
8114         * mini.c (mono_precompile_assemblies): New function to compile
8115         all methods in all loaded assemblies.
8116
8117         * mini.h driver.c: Added new optimization flag MONO_OPT_PRECOMP.
8118
8119         * regalloc.h regalloc.c (MonoRegState): Change the type of 
8120         iassign and fassign to int*, since they can contain large negative
8121         values if the register is spilled. Also added some comments. Fixes
8122         #45817.
8123
8124         * exceptions-x86.c (seh_handler): Fix handling of system exceptions
8125         under Win32. Fixes #42964.
8126
8127 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
8128
8129         * mini.h (MONO_PATCH_INFO_WRAPPER): New patch type.
8130
8131         * aot.c: Added support for AOT compiling methods which contain calls
8132         to wrappers. Currently, only remoting-invoke-with-check wrappers are
8133         handled.
8134         
8135         * driver.c (compile_all_methods): Run the compilation in a thread
8136         managed by mono. Fixes #44023.
8137
8138         * mini.c (mono_codegen): Print full method name in verbose output.
8139
8140         * mini-x86.c (mono_arch_patch_code): Fix warning.
8141         
8142         * mini-x86.c (mono_arch_patch_code): Allways create a trampoline for
8143         jumps, since the method we are jumping to might be domain-specific.
8144
8145         * aot.c: Added support for MONO_PATCH_INFO_METHOD_JUMP.
8146
8147 Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
8148
8149         * inssel.brg: string chars are unsigned.
8150
8151 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
8152
8153         * TODO: New todo item.
8154
8155         * tramp-x86.c (x86_class_init_trampoline): New trampoline function
8156         which calls mono_runtime_class_init and patches the call site to
8157         avoid further calls.
8158         (mono_arch_create_class_init_trampoline): New arch specific function 
8159         to create a class init trampoline.
8160         (create_trampoline_code): Generalized so it can create
8161         class init trampolines as well.
8162
8163         * mini.c (helper_sig_class_init_trampoline): New helper variable.
8164         (mono_create_class_init_trampoline): New function to create and cache
8165         class init trampolines.
8166         (mono_find_class_init_trampoline_by_addr): New function to lookup the
8167         vtable given the address of a class init trampoline. Used by the
8168         patching process.
8169         (mono_codegen): Generate a call to a trampoline instead of
8170         mono_runtime_class_init in LDSFLD[A].
8171         (mono_codegen): Add relocations for the new trampoline.
8172         
8173         * mini.h mini-x86.c aot.c: Added a new relocation type: 
8174         MONO_PATCH_INFO_CLASS_INIT.
8175
8176         * mini.h: Bump AOT version number.
8177
8178         * aot.c: Create a copy of the loaded code instead of using the original
8179         so methods which call each other will be close in memory, improving
8180         cache behaviour.
8181         
8182         * exceptions-x86.c (mono_arch_has_unwind_info): Back out the previous
8183         patch since it breaks the regression tests.
8184         
8185         * exceptions-x86.c (mono_arch_has_unwind_info): Added explicit check
8186         for the register saving instruction sequence since the 
8187         frame_state_for function in glibc 2.3.2 don't seem to detect it.
8188
8189 2003-09-14  Zoltan Varga  <vargaz@freemail.hu>
8190
8191         * TODO: Fix todo item && remove another.
8192
8193 2003-09-12  Zoltan Varga  <vargaz@freemail.hu>
8194
8195         * mini-x86.c (mono_arch_patch_code): Fix tail calls broken by a
8196         previous checkin.
8197
8198         * aot.c: Moved the check for MONO_LASTAOT into the initialization
8199         function of the module.
8200
8201         * mini.h mini.c aot.c: Added a new optimization flag OPT_AOT for
8202         turning on/off the usage of AOT code. Got rid of mono_no_aot and the
8203         --no-aot command line option.
8204
8205 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
8206
8207         * helpers.c (mono_disassemble_code): Make this work under cygwin. Patch
8208         by Bernie Solomon (bernard@ugsolutions.com).
8209
8210         * inssel.brg: Refactor the interface offset table related code into
8211         its separate functions and add support for the AOT case.
8212
8213 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
8214
8215         * aot.c (mono_aot_get_method_inner): Fix memory leak.
8216         
8217         * aot.c: Added mono_aot_verbose variable and made all debugging
8218         output depend on the value of this variable.
8219
8220         * aot.c (mono_aot_get_method_inner): Avoid dynamic allocation of
8221         method_label and info_label.
8222
8223         * mini.h mini-x86.c aot.c: Added a new relocation type 
8224         MONO_PATCH_INFO_IID for klass->interface_id.
8225
8226         * mini.h mini.c driver.c aot.c: Changed mono_aot_get_method to return
8227         the MonoJitInfo structure.
8228
8229         * mini.c (mono_jit_compile_method): Avoid using non-shared AOT in
8230         a non-root appdomain in shared mode.
8231
8232 Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
8233
8234         * aot.c: make aot loader less verbose. Remove free of unused variable.
8235
8236 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
8237
8238         * aot.c (mono_aot_get_method_inner): Fix MONO_PATCH_INFO_IMAGE.
8239
8240         * .cvsignore: Added *.dll.
8241
8242         * mini.c (mono_print_tree_nl): New function callable while debugging.
8243
8244         * mini.c (mono_print_code): Export this.
8245
8246         * tramp-x86.c (x86_magic_trampoline): Tell valgrind to recompile the
8247         patched code.
8248
8249 2003-09-05  Zoltan Varga  <vargaz@freemail.hu>
8250
8251         * mini.h (MonoCompile): Added 'jit_info' field.
8252
8253         * mini.c (mini_method_compile): Save the generated MonoJitInfo into
8254         the cfg structure, since it is needed by the AOT compiler.
8255
8256         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
8257
8258         * aot.c: A major rewrite. Changes include:
8259         - save exception tables for methods which have them.
8260         - cache failed lookups in aot_get_method () to avoid the (slow) calls 
8261         to g_module_symbol.
8262         - reworked the file format so it is now much smaller and needs
8263         fewer relocation entries.
8264         
8265 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
8266
8267         * aot.c (load_aot_module): Fix build bustage on platforms without
8268         Boehm GC.
8269
8270 2003-09-04  Martin Baulig  <martin@ximian.com>
8271
8272         * Makefile.am (INCLUDES): Added $(LIBGC_CFLAGS).
8273
8274 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
8275
8276         * TODO: Some new optimization ideas.
8277
8278         * aot.c: Move AOT module loading logic here from mono_assembly_open.
8279
8280         * aot.c: Save the optimization flags used to compile the code into
8281         the AOT module.
8282
8283         * mini.h mini-x86.c mini.c aot.c: Added new types of relocations to
8284         support emitting domain specific code.
8285         
8286         * mini.h mini.c aot.c: Modified the JIT so the generated AOT code is 
8287         no longer domain neutral. It can be made domain neutral by compiling 
8288         with --optimize=shared.
8289
8290         * aot.c (mono_aot_get_method_inner): Allow sharing of AOT methods
8291         between appdomains.
8292
8293         * driver.c mini.h mini.c: New --no-aot debugging option which disables
8294         loading of AOT code.
8295
8296         * inssel-x86.brg: Added missing AOTCONST -> OUTARG_VT rule.
8297         
8298         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling method
8299         if there is no domain neutrality information.
8300
8301 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
8302
8303         * aot.c (mono_compile_assembly): Emit a symbol containing the file 
8304         format version into the generated library.
8305
8306         * mini-x86.c (mono_arch_patch_code): Do not emit the address of the
8307         callee method into the caller since one of them could be shared.
8308
8309         * mini.h mini-x86.c aot.c: Added two new relocations so throwing
8310         system exceptions from AOT code now works.
8311
8312         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling 
8313         method if it is domain neutral and the callee is not.
8314
8315         * graph.c (cfg_emit_one_loop_level): Fix warning.
8316
8317 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
8318
8319         * aot.c (mono_compile_assembly): Oops. Remove debugging cruft from
8320         last checkin.
8321
8322 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
8323
8324         * mini.c (mini_init): Call mono_marshal_init () explicitly since it
8325         is needed  by code which is executed before mono_runtime_init ().
8326         Thanks to Bernie Solomon (bernard@ugsolutions.com) for noticing this.
8327         
8328         * mini.c (mono_thread_abort): Fix warning.
8329         (mono_jit_compile_method): Call static constructor in the AOT case too.
8330
8331         * aot.c (mono_compile_assembly): Fix warning.
8332
8333 2003-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8334
8335         * mini.c: register a SIGINT handler if MONO_DEBUG is defined.
8336
8337 2003-08-28  Zoltan Varga  <vargaz@freemail.hu>
8338
8339         * inssel.brg (OP_UNBOXCAST): Add support for the AOT case.
8340
8341         * cpu-pentium.md: Fix the length of call opcodes so they include the
8342         ESP restoring instruction. Fixes #47968.
8343
8344 2003-08-28  Martin Baulig  <martin@ximian.com>
8345
8346         * mini-x86.c (mono_arch_call_opcode): Added support for
8347         MONO_TYPE_GENERICINST.
8348
8349         * mini.c (check_call_signature): Added support for MONO_TYPE_GENERICINST.       
8350
8351 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
8352
8353         * Makefile.am (BUILT_SOURCES): Fix compilation on platforms without
8354         a JIT. Patch by Bernie Solomon (bernard@ugsolutions.com).
8355
8356         * mini.c jit-icalls.c tramp-x86.c tramp-ppc.c tramp-sparc.c: Get rid of
8357         metadata_section.
8358
8359 2003-08-26  Martin Baulig  <martin@ximian.com>
8360
8361         * mini.c (get_basic_blocks): Added `unsigned char **pos' argument;
8362         when reporting an error, set this to the actual error location.
8363         (mono_method_to_ir): Report the correct error location if
8364         get_basic_blocks() returned an error.
8365
8366 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
8367
8368         * mini.c (mono_type_blittable): OBJECT is not blittable.
8369         (mono_method_blittable): Methods which have marshalling descriptors
8370         are not blittable either. Fixes #47842.
8371
8372 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
8373
8374         * driver.c mini.c: Use an environment variable instead of a global 
8375         variable. Also fix the build.
8376
8377         * mini.c (mini_init): Call g_thread_init () to make glib thread-safe. 
8378         Fixes #47682. Thanks to Laurent Morichetti (l_m@pacbell.net) for 
8379         reporting this. 
8380
8381         * driver.c mini.c: Added --with-valgrind option to turn off some
8382         code which prevents mono from running under valgrind.
8383
8384         * mini.c (mono_emit_call_args): Fixed warning.
8385
8386         * mini.c (mono_emulate_opcode): Fixed warning.
8387
8388 Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8389
8390         * inssel.brg: 64bit fixes from Laurent Morichetti <l_m@pacbell.net>.
8391         * linear-scan.c, mini-ppc.h, mini-sparc.h, mini-x86.h, mini.h,
8392         regalloc.c, regalloc.h: specify available registers in arch-specific
8393         code and support floats in the regallocator (patch by Laurent Morichetti 
8394         <l_m@pacbell.net>)
8395
8396 Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
8397
8398         * mini.c: mono_thread_current() can be called only after
8399         mono_runtime_init(): rearrange code to not call it early on.
8400
8401 Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
8402
8403         * mini.c: allocate jump tables in the code mempools.
8404
8405 Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8406
8407         * mini.c, mini.h: make sure per-thread data allocated by the jit is
8408         freed.
8409
8410 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
8411
8412         * cpu-pentium.md (ldtoken): Change the length for mul.ovf.un from
8413         12 to 16.  This fixes bug #47453.
8414
8415
8416 Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8417
8418         * mini-ppc.c: fixed indexed load and unsigned compares.
8419
8420 2003-08-06  Lluis Sanchez Gual  <lluis@ximian.com>
8421
8422         * mini.c: reenabled installation of handler for
8423           thread abort signal.
8424
8425 Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8426
8427         * cprop.c, mini-x86.c, cpu-pentium.md: fix buglets spotted
8428         by Laurent Morichetti <l_m@pacbell.net>. Disabled local cprop
8429         until it's fixed and actually useful.
8430
8431 Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
8432
8433         * inssel-long32.brg: couple more opcodes implemented.
8434
8435 Thu Jul 31 22:43:02 EDT 2003 Mark Crichton <crichton@gimp.org>
8436         
8437         * mini-sparc.c: Even more opcodes implemeted.
8438
8439 Thu Jul 31 19:36:03 EDT 2003 Mark Crichton <crichton@gimp.org>
8440
8441         * mini-sparc.c: More opcodes implemented.
8442
8443 Thu Jul 31 15:16:26 EDT 2003 Mark Crichton <crichton@gimp.org>
8444
8445         * mini-sparc.c: More opcodes implemented.
8446
8447 Wed Jul 30 22:31:02 EDT 2003 Mark Crichton <crichton@gimp.org>
8448
8449         * inssel-sparc.brg: Add some needed rules.  Direct
8450         copy from PPC.
8451         * Makefile.am: Use inssel-sparc.brg
8452         * exceptions-sparc.c: 0xdeadbeef/0xdecafbad to keep
8453         an assert happy for now.
8454
8455 Wed Jul 30 20:44:07 EDT 2003 Mark Crichton <crichton@gimp.org>
8456
8457         * mini-sparc.c: Fixed compile errors.
8458         * exceptions-sparc.c: Same.  We now produce a mono binary 
8459         on sparc-linux.  Yea.
8460
8461 Wed Jul 30 14:10:12 EDT 2003 Mark Crichton <crichton@gimp.org>
8462
8463         * mini-sparc.c: Renamed registers.  Also some macro cleanups.
8464         * exceptions-sparc.c, tramp-sparc.c: Various compile fixes.
8465         They compile, but do not work.
8466
8467 Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8468
8469         * Makefile.am, cpu-sparc.md, exceptions-sparc.c, mini-sparc.c,
8470         mini-sparc.h, tramp-sparc.c: Beginning of sparc support
8471         from Mark Crichton <crichton@gimp.org> and Christopher Taylor
8472         (ct@gentoo.org).
8473
8474 Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8475
8476         * mini.c: more opcodes implemented and better support for generics.
8477
8478 Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
8479
8480         * cpu-g4.md, cpu-pentium.md: updates for new instructions.
8481         * mini.c, mini.h: first cut at generics support: some new instructions 
8482         added and changed the behaviour of some of the existing ones.
8483
8484 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
8485
8486         * mini.c: Removed definition of metadata_shared mutex here.
8487
8488 Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
8489
8490         * mini-x86.c: make vararg calls work for instance methods.
8491
8492 Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
8493
8494         * mini.c, mini.h, mini-x86.c, mini-ppc.c: mono_arch_call_opcode()
8495         returns the arguments in a separte list, now.
8496
8497 Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
8498
8499         * aot.c, mini.c: updates for array type representation changes.
8500
8501 Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus@ximian.com>
8502
8503         * mini.c: register function to perform jit shutdown.
8504
8505 Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8506
8507         * mini.c: use a faster allocator if possible.
8508
8509 Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
8510
8511         * aot.c: some cleanups and portability changes.
8512
8513 Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
8514
8515         * mini.c: use faster allocation for CEE_BOX if possible.
8516
8517 Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
8518
8519         * mini.c, mini-ops.h, inssel.brg, mini-x86.c: optimized access to fields.
8520         Moved inlined mempcy code to its own function so that is can be
8521         reused. Added an inline memset function as well (optimized initobj).
8522         * cpu-pentium.md, inssel-x86.brg: add and use lea_membase.
8523
8524 Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
8525
8526         * mini.c, mini-ops.h, inssel.brg: optimized a couple of Array methods.
8527
8528 Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
8529
8530         * mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
8531         arch code can setup the cpu for CLR execution, if needed.
8532         We use it on x86 to set the precision of FP operations.
8533
8534 Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8535
8536         * mini.c: disable some optimizations if we can guess they'll cost too
8537         much for a given method.
8538
8539 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
8540
8541         * mini.h mini.c: Rework last patch based on suggestions by Paolo.
8542         
8543 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
8544         * mini.h mini.c mini-x86.c: Added instruction level coverage 
8545         info collection support.
8546
8547 Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
8548
8549         * driver.c, mini-ppc.c, mini-x86.c, mini.c, mini.h: the coverage stuff
8550         is now implemented in the profiling API. Get rid of a couple of
8551         unnecessary global variables.
8552
8553 2003-06-15  Nick Drochak <ndrochak@gol.com>
8554
8555         * basic-long.cs: tests for negative values for bigmul, and unsigned.
8556         * cpu-g4.md: add op_bigmul and op_bigmul_un
8557         * cpu_pentium.md: add op_bigmul_un
8558         * inssel-long32.brg: add rule for unsigned bigmul
8559         * mini-ops.h: define OP_BIGMUL_UN
8560         * mini-x86.c: THE BUG: handle (un)signed properly
8561         * mini.c: choose unsigned opcode if needed.
8562         This set of patches fixes bug #44291
8563
8564 2003-06-13  Dietmar Maurer  <dietmar@ximian.com>
8565
8566         * mini.c (optimize_branches): improved to handle all kinds of
8567         conditional branches.
8568
8569 Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
8570
8571         * mini.c, mini.h, jit-icalls.c: speedup emulation of opcodes that
8572         don't raise exceptions.
8573
8574 Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
8575
8576         * tramp-x86.c, tramp-ppc.c, debug-mini.c: move arch-specific code
8577         to arch-specific files.
8578
8579 2003-06-09  Martin Baulig  <martin@ximian.com>
8580
8581         * Makefile.am (libs): Added $(LIBGC_LIBS).
8582
8583 Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
8584
8585         * cpu-pentium.md, mini-x86.c: fix (well, actually implement) OP_TAN
8586         and OP_ATAN (fixes bug#44293).
8587
8588 Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
8589
8590         * Makefile.am, mini-x86.c: rename cpu description array to
8591         pentium_desc, since some compilers define the 'pentium' preprocessor
8592         symbol.
8593
8594 2003-05-28  Dietmar Maurer  <dietmar@ximian.com>
8595
8596         * mini.c (mini_select_instructions): add explicit branch if the
8597         following block is not the false target of a conditional branch -
8598         we need this with any optimization that reorder or remove bblocks
8599
8600         * mini.c (optimize_branches): bug fixes
8601
8602 2003-06-06  Dietmar Maurer  <dietmar@ximian.com>
8603
8604         * mini.c (mono_method_to_ir): inline static readonly fields
8605
8606         * ssa.c (fold_tree): start cfold support for long (very simple
8607         cases only)
8608
8609         * cfold.c (mono_constant_fold_inst): opt. CEE_CONV_I8 (OP_ICONST)
8610
8611 Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
8612
8613         * inssel.brg: fixed memcpy (bug #44219).
8614
8615 2003-06-05  Dick Porter  <dick@ximian.com>
8616
8617         * driver.c: Set the glib log levels to not abort if g_message
8618         recurses.
8619
8620         g_set_prgname() has to happen before mini_init() so that the
8621         process handle gets the info.
8622         
8623 Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
8624
8625         * driver.c: add intrins to the default optimizations to get wider
8626         exposure.
8627
8628 Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
8629
8630         * mini.h: some large basic blocks will overflow a 16-bit
8631         integers for symbolic registers.
8632
8633 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
8634
8635         * mini-x86.c (mono_arch_output_basic_block): revert previous fprem changes.
8636         (mono_arch_output_basic_block): fix bug 43499 
8637
8638 Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
8639
8640         * mini.c: kill duplicated definition of mono_debug_format.
8641
8642 Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
8643
8644         * mini-x86.c, arrays.cs: fixed register allocation bug.
8645
8646 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
8647
8648         * mini-x86.c (mono_arch_output_basic_block): use IEEE compatible fprem1
8649
8650         * mini.c (mini_get_opcode_for_method): inline IEEERemainder
8651
8652 2003-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8653
8654         * mini.c:
8655         (print_method_from_ip): also print source location information if
8656         available.
8657
8658 2003-06-02  Dietmar Maurer  <dietmar@ximian.com>
8659
8660         * mini.c (mono_find_block_region): bug fix in region code
8661         (mini_method_compile): enable removing unreachable code again, but
8662         only in methods without exception clauses.
8663
8664 Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
8665
8666         * mini.c, mini-ops.h, cpu-pentium.md, inssel.brg, mini-x86.c, mini.h:
8667         Implemented arglist opcode and handling of TypedReference type.
8668         Fixed x86 call convention when a structure is returned.
8669         Minimal support for calling static vararg methods.
8670
8671 2003-05-30  Dietmar Maurer  <dietmar@ximian.com>
8672
8673         * mini.c (mini_method_compile):  always remove unreachable code,
8674         because the code in them may be inconsistent  (access to dead
8675         variables for example).
8676
8677 Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
8678
8679         * driver.c, debug-mini.c: warning fixes.
8680
8681 Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
8682
8683         * Makefile.am, jit.h, mini.h: install header for embedding mono.
8684
8685 Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus@ximian.com>
8686
8687         * mini.c: thread-static fields are registered in mono_class_vtable(),
8688         so ensure the function is called before checking for them.
8689
8690 2003-05-27  Dietmar Maurer  <dietmar@ximian.com>
8691
8692         * mini.c (optimize_branches): fix for bug 43586
8693
8694         * jit-icalls.c (mono_llmult_ovf): added an additional check for
8695         overflow (fixes Bug #43639)
8696
8697 Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8698
8699         * mini.c, objects.cs: allow the use of stobj for primitive types.
8700
8701 Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8702
8703         * mini.c: be less strict about argument checking until we support
8704         running the verifier.
8705
8706 2003-05-27  Nick Drochak <ndrochak@gol.com>
8707
8708         * basic-long.cs: tests for (ulong)int * (ulong)int also
8709         * mini.c: use the same trick for (ulong)int * (ulong)int
8710
8711 2003-05-27  Nick Drochak <ndrochak@gol.com>
8712
8713         * basic-long.cs: add regression test for (long)int * (long)int
8714         * cpu-pentium.md: add op_bigmul specification
8715         * inssel-long32.brg: add OP_BIGMUL rule
8716         * mini-ops.h: add OP_BIGMUL
8717         * mini-x86.c: register allocator: handle case where src1 needs to be
8718         in EAX.
8719         * mini.c: substitute special BIGMUL opcode in the tree for 
8720         (long)int * (long)int
8721
8722 Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
8723
8724         * jit-icalls.c: call the type ctor on field access if needed.
8725
8726 Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
8727
8728         * mini-ops.h, mini.c, inssel.brg, exceptions.cs: validate arguments passed
8729         to a method (including results of ldelema, bug#43207).
8730
8731 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
8732
8733         * graph.c (cfg_emit_one_loop_level): loop over all blocks. use
8734         colors to show exception handler blocks.
8735
8736         * inssel-x86.brg (OP_OUTARG_VT): dont push zero sized structures
8737         (fix for pinvoke7.cs).
8738
8739 Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8740
8741         * mini.h, mini.c: ensure correct initialization order for types that
8742         require it. Prepare for lazy compilation of jit icall wrappers.
8743         Provide a name for opcode emulation to reduce unneeded mallocing.
8744
8745 Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
8746
8747         * mini-x86.c: better register restoring code and profiling
8748         support for tail calls.
8749
8750 Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8751
8752         * mini.h, driver.c: prepare for leaf methods optimization.
8753
8754 Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
8755
8756         * mini.c: get targets of branches before converting a method.
8757
8758 2003-05-23  Dietmar Maurer  <dietmar@ximian.com>
8759
8760         * mini.c (optimize_branches): added some experimental code (disbaled) 
8761
8762 2003-05-22  Dietmar Maurer  <dietmar@ximian.com>
8763
8764         * mini.c (optimize_branches): fix branch to branch optimization 
8765
8766         * exceptions-x86.c (mono_arch_handle_exception): bug fix.
8767
8768         * mini-x86.c (mono_arch_output_basic_block): cleanup up exception code
8769
8770         * inssel-x86.brg: added OP_START_HANDLER, CEE_ENDFINALLY, OP_ENDFILTER
8771
8772         * mini-x86.c (mono_arch_allocate_vars): only reserve space for lmf
8773         if needed.
8774
8775 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
8776
8777         * mini.c (mono_method_to_ir): call handle_loaded_temps before inlining.
8778         enable use of interface variables again.
8779
8780         * mini-x86.c (mono_arch_get_allocatable_int_vars): dont allocate
8781         I1 to registers because there is no simply way to sign extend 8bit
8782         quantities in caller saved registers on x86.
8783
8784         * inssel-float.brg: set costs of some rules to 2 so
8785         that monobure always select the arch. specific ones if supplied,
8786         regardless of the order we pass the files to monoburg.
8787
8788 Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
8789
8790         * mini.c, mini-x86.c: since the magic trampoline for jumps
8791         can't patch the code directly, we do it as soon as the
8792         method gets compiled.
8793
8794 Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
8795
8796         * mini-x86.c, mini.h: introduce a new patching method
8797         to support CEE_JMP and tail calls.
8798         * mini.c: obey tail.call. Don't precompile methods target
8799         of CEE_JMP.
8800         * tramp-x86.c: new trampoline code to handle methods
8801         reached through a jump.
8802
8803 2003-05-20  Dietmar Maurer  <dietmar@ximian.com>
8804
8805         * mini-x86.c (mono_arch_get_allocatable_int_vars): allocate 8/16
8806         bit values to registers
8807
8808 2003-05-19  Dietmar Maurer  <dietmar@ximian.com>
8809
8810         * mini.c (mono_compile_get_interface_var): share interface
8811         variables if possible.
8812
8813 2003-05-16  Martin Baulig  <martin@ximian.com>
8814
8815         * debug-mini.c (mono_init_debugger): New function to initialize
8816         the debugger.  This is not in the debugger since it needs to
8817         access some of mini's internals.
8818
8819 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
8820
8821         * mini.c (mono_method_to_ir): inlining fixes/cleanups
8822
8823 Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
8824
8825         * mini.c, mini-opts.h, inssel.brg: inline small memcpy
8826         for value type handling.
8827
8828 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
8829
8830         * mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers
8831         (mono_method_check_inlining): enable inlining of all kinds of wrappers
8832
8833 2003-05-15  Lluis Sanchez Gual  <lluis@ideary.com>
8834
8835         * mini.c: fixed little bug in CEE_NEWOBJ case when calling
8836           the constructor through a proxy.
8837
8838 Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
8839
8840         * jit-icalls.c, inssel.brg: fixes to array element address
8841         calculations.
8842
8843 2003-05-15  Dietmar Maurer  <dietmar@ximian.com>
8844
8845         * mini-x86.c (is_regsize_var): allocate pointer to registers
8846
8847 Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
8848
8849         * driver.c: fixed typo, added intrins to the set of optimizations
8850         tested with regressions.
8851
8852 Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
8853
8854         * mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
8855         * jit-icalls.c, exceptions.cs: fixed index out of range checks, added
8856         test case.
8857
8858 2003-05-14  Dietmar Maurer  <dietmar@ximian.com>
8859
8860         * inssel.brg: remove some common pop instructions without side effects
8861
8862 Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
8863
8864         * inssel-x86.brg: fixed thinko in int to double conversions.
8865
8866 Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
8867
8868         * mini.c, jit-icalls.c: added runtime thread-static variable support.
8869
8870 Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
8871
8872         * inssel-long32.brg: two more missing instructions.
8873
8874 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
8875
8876         * mini.c (mono_emit_call_args): set the cil_code for all arguments
8877         if not already set.
8878
8879 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
8880
8881         * mini-x86.c (mono_arch_output_basic_block): Handle negative zero
8882         correctly.
8883
8884         * basic-float.cs: Added tests for negative zero.
8885
8886 Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
8887
8888         * inssel-long32.brg, basic-long.cs, exceptions.cs: handle
8889         a couple of missing operations for long casts, with test cases.
8890
8891 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8892
8893         * exceptions-x86.c: fixed small leaks in mono_arch_handle_exception.
8894
8895 2003-05-09  Dietmar Maurer  <dietmar@ximian.com>
8896
8897         * mini-x86.c (mono_arch_emit_prolog): avoid reallocs with better
8898         code size estimation.
8899
8900 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
8901
8902         * mini.c (mono_jit_create_remoting_trampoline): make it work with
8903         abstract methods (fix bug 42542)
8904
8905         * aot.c: add ability to handle array types
8906         
8907 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
8908
8909         * mini.c: Call the _specific versions of the object allocation
8910         functions if possible.
8911
8912 Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
8913
8914         * driver.c: call setlocale ().
8915
8916 Tue May 6 14:38:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
8917
8918         * mini.h, mini.c, aot.c, debug-mini.c, exceptions.c: build fixes for
8919         windows build.
8920
8921 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
8922
8923         * mini.c (optimize_branches): dont touch code inside exception clauses (fix bug 38136)
8924
8925         * exceptions-x86.c (ves_icall_get_frame_info): also skip remoting
8926         wrappers (fix bug 42122)
8927
8928 2003-05-04  Martin Baulig  <martin@ximian.com>
8929
8930         * mini.h (mono_jit_init, mono_jit_cleanup): Added prototypes.
8931
8932         * driver.c: s/MONO_OPT_SAHRED/MONO_OPT_SHARED/g.
8933         s/mini_set_defaults/mono_set_defaults/g.
8934
8935 2003-05-04  Martin Baulig  <martin@ximian.com>
8936
8937         * driver.c: s/mini_parse_default_optimizations/mono_parse_default_optimizations/g.
8938
8939 Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8940
8941         * inssel-long32.brg: add missing lreg: OP_LCONV_TO_U8 (lreg) rule
8942         (reported by Don Roberts).
8943
8944 Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
8945
8946         * mini.c: temporarily work around two bugs for this release.
8947
8948 Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
8949
8950         * Makefile.am: avoid linking libmono with GMODULE_LIBS, because
8951         that contains -export-dynamic and it makes using the ld script
8952         useless.
8953         * mini.h, main.c, driver.c: s/mini_main/mono_main/g.
8954
8955 Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
8956
8957         * mini.h, mini-x86.c, driver.c: disable optimizations not available on a
8958         specific cpu.
8959
8960 Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
8961
8962         * mini.c: make sure leave calls all the needed finally blocks,
8963         even when the target jumps out of multiple exception clauses.
8964
8965 Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
8966
8967         * ldscript, Makefile.am: add linker script to reduce the number of
8968         exported symbols (should also fix the issues with libwine defining
8969         some of the same symbols in io-layer).
8970
8971 2003-05-01  Zoltan Varga  <vargaz@freemail.hu>
8972
8973         * driver.c (mini_main): Avoid assertion when no file name is given on 
8974         the command line.
8975
8976 Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
8977
8978         * driver.c: added --version/-V command line option.
8979         Added the inline optimization in the regression tests.
8980
8981 Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
8982
8983         * mini.c, basic-calls.cs: when inlining, save arguments to locals according 
8984         to the type in the method signature (fixes bug#42134).
8985
8986 Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus@ximian.com>
8987
8988         * mini.c: when inlining, check this is not null only when needed (bug #42135).
8989
8990 Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus@ximian.com>
8991
8992         * mini-ppc.h, tramp-pcc.c: type fixes from Max Horn <max@quendi.de>.
8993
8994 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8995
8996         * driver.c: fixed bug #42100.
8997
8998 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
8999
9000         * mini.c (mono_method_to_ir): UNBOX need to CAST objects first
9001
9002 Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
9003
9004         * mini.c: moved most of the code required to do inlining to its own
9005         function so it can be reused. Inline also ctors if appropriate.
9006
9007 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
9008
9009         * Makefile.am: Link with -export-dynamic so shared libs loaded by
9010         the runtime can call mono API functions.
9011
9012 2003-04-27  Martin Baulig  <martin@ximian.com>
9013
9014         * debug-mini.c (mono_debug_init_method): Added
9015         `guint32 breakpoint_id' argument; if the method has a breakpoint,
9016         send a notification to the debugger.
9017
9018         * mini.c (mono_method_to_ir): Don't insert a breakpoint if we're
9019         running in the Mono Debugger, just pass the breakpoint number to
9020         mono_debug_init_method().
9021
9022         * tramp-x86.c, tramp-ppc.c: Removed the breakpoint trampolines.
9023
9024 Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
9025
9026         * mini.c: allow some more unsafe compares.
9027
9028 Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
9029
9030         * mini-x86.c, Makefile.am: make distcheck works (partially from
9031         a patch by Richard Lee <r.h.lee@attbi.com>).
9032         * regset.c, regset.h: removed, they are unused.
9033
9034 2003-04-25  Dick Porter  <dick@ximian.com>
9035
9036         * driver.c: Usage reports the name as 'mono' not 'mini'
9037         * exceptions-x86.c: Build and run on freebsd
9038
9039 Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
9040
9041         * Makefile.am: install the program with the 'mono' name and
9042         the library as libmono instead of mini and libmini.
9043
9044 Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
9045
9046         * driver.c: provide the APIs for the embedding interface of the old jit.
9047
9048 2003-04-23  Dietmar Maurer  <dietmar@ximian.com>
9049
9050         * jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)
9051
9052 2003-04-23  Martin Baulig  <martin@ximian.com>
9053
9054         * tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.
9055
9056         * driver.c: Added `--debug' command line argument to enable
9057         debugging support.
9058
9059 2003-04-23  Martin Baulig  <martin@ximian.com>
9060
9061         * debug.[ch]: Removed.  The code is now in
9062         ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
9063
9064         * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
9065         last six months.
9066
9067 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
9068
9069         * mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)
9070
9071 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9072
9073         * mini.c:
9074         (mini_cleanup): moved mono_runtime_cleanup call after the call to
9075         mono_domain_finalize.
9076         (mini_method_compile): use mono_method_profile* if the the option is
9077         enabled.
9078
9079 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
9080
9081         * tramp-x86.c (mono_arch_create_jit_trampoline): Subsitute synchronized
9082         methods with their wrapper.
9083
9084         * tramp-ppc.c (mono_arch_create_jit_trampoline): Subsitute synchronized
9085         methods with their wrapper.
9086
9087         * jit-icalls.c (mono_ldvirtfn): Subsitute synchronized methods with
9088         their wrapper.
9089
9090         * mini.c (mono_method_to_ir): Subsitute synchronized methods with their
9091         wrapper.
9092
9093         * mini.c (mono_method_check_inlining): Avoid inlining synchronized
9094         methods.
9095
9096 2003-04-17  Dietmar Maurer  <dietmar@ximian.com>
9097
9098         * exceptions-x86.c (mono_arch_handle_exception): fix for bug 36252
9099
9100 2003-04-16  Dietmar Maurer  <dietmar@ximian.com>
9101
9102         * mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
9103         of the mempool. This is slightly faster and uses less memory
9104
9105 Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
9106
9107         * mini.c: avoid O(n) allocation for variables.
9108
9109 Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
9110
9111         * mini.c: handle items on the stack after inlining methods.
9112
9113 Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
9114
9115         * mini.c: make the method->opcode optimization dependent
9116         on MONO_OPT_INSTRINS and do it lazily.
9117
9118 Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
9119
9120         * driver.c: print overall results at the end of regression run.
9121
9122 Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
9123
9124         * inssel.brg: don't overwrite symbolic registers.
9125
9126 Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
9127
9128         * inssel-x86.brg: fix conversion from long to float.
9129
9130 2003-04-11  Dietmar Maurer  <dietmar@ximian.com>
9131
9132         * mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)
9133
9134 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
9135
9136         * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
9137
9138         * driver.c: Added --print-vtable option as in the old JIT.
9139
9140 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
9141
9142         * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
9143
9144 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
9145
9146         * inssel.brg, basic.cs: fixed checked conversions to byte and short.
9147
9148 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
9149
9150         * mini.c regalloc.c regalloc.h: Fix memory leak.
9151
9152 2003-04-09  Dietmar Maurer  <dietmar@ximian.com>
9153
9154         * aot.c (mono_aot_get_method): register all used strings
9155
9156 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
9157
9158         * mini.c: always intern strings references with ldstr at compile time.
9159
9160 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
9161
9162         * Makefile.am: add BUILT_SOURCES.
9163
9164 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
9165
9166         * driver.c: give a better error message when the assembly to execute
9167         doesn't have an entry point.
9168
9169 2003-04-07  Dietmar Maurer  <dietmar@ximian.com>
9170
9171         * Makefile.am: added hack for automake
9172
9173         * mono/mini/mini.c (mono_save_args): always copy arguments to keep
9174         correct sematics.
9175
9176         * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
9177
9178 22003-04-07  Martin Baulig  <martin@ximian.com>
9179
9180         * Makefile.am: Added Makefile.am.
9181
9182         * debugger-main.c: Removed, this is now in the debugger where it
9183         belongs.
9184
9185         * mini.pc.in: Call this package `mini' for the moment.
9186
9187
9188
9189
9190