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