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