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