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