in mcs/tools/tuner:
[mono.git] / mono / mini / ChangeLog
1 2008-12-02  Martin Baulig  <martin@ximian.com>
2
3         * mini.c (mini_method_compile): Disable MONO_OPT_DEADCE when
4         running inside the debugger.
5
6 2008-12-01  Zoltan Varga  <vargaz@gmail.com>
7
8         * mini.c (mini_method_compile): Only run local deadce if MONO_OPT_DEADCE
9         is enabled.
10
11         * method-to-ir.c (mono_method_to_ir): Fix invalid code generated by the 
12         alu->alu imm optimization which only shows if deadce is disabled.
13
14         * aot-compiler.c: Rename the function names for the binary and asm writers
15         so they can coexist in the same process. Rework the xdebug code to use the
16         asm writer. This avoids the need to call into the runtime to dump the
17         debugging info. Add more debugging info for types.
18
19         * mini-<ARCH>.h: Kill MONO_ARCH_HAVE_NORMALIZE_OPCODES define.
20
21         * genmdesc.c genmdesc.pl mini.h: Don't put the CEE_ opcodes into the
22         cpu description tables, they can't occur in cpu-<ARCH>.md.
23
24         * method-to-ir.c (mono_method_to_ir): Set the type of the value pushed on
25         the stack in CEE_LDFLDA. Fixes #450542.
26
27         * generics.cs: Add a new test.
28
29 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
30
31         * mini-ops.h: updated MIPS opcodes
32         * mini-mips.c: decompose long opts
33         * mini-mips.h: decompose long opts
34         
35 2008-11-29  Mark Mason   <mmason@upwardaccess.com>
36
37         * cpu-mips.md: fix length on int_rem_un
38         * mini-mips.c (mips_stackframe_adjust): fix insertion of spillvars region in MIPS stackframes.
39         
40 2008-11-29  Zoltan Varga  <vargaz@gmail.com>
41
42         * mini.h aot-runtime.c: Fix building with DISABLE_AOT.
43
44         * mini-codegen.c (mono_print_ins_index): Handle OP_VOIDCALL_MEMBASE.
45
46 2008-11-29  Martin Baulig  <martin@ximian.com>
47
48         * mini-exceptions.c (mono_handle_native_sigsegv): Check
49         mono_debug_using_mono_debugger() in addition to the
50         `no_gdb_backtrace' flag in the `MonoDebugOptions'.
51
52 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
53
54         * mini-ops.h: updated more MIPS opcodes
55         * mini-mips.c: FP compare/branch working again, clean up last of CEE_ -> OP_ mappings
56         * cpu-mips.md: Added MIPS versions of new FP compare/branch opcodes.
57         
58 2008-11-28  Mark Probst  <mark.probst@gmail.com>
59
60         * mini-ppc64.c: Patch the RGCTX fetch trampoline correctly.
61
62 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
63
64         * mini-mips.c (mono_arch_emit_call): adding missing conversion to fp single when passing in integer arg register.
65         * mini-mips.c (mips_adjust_stackframe): compensate for spill-down logic.
66         * mini-ops.h: correct selected mips opcode entries
67         
68 2008-11-28  Mark Probst  <mark.probst@gmail.com>
69
70         * mini-ppc64.c, mini-ppc64.h: Enable generalized IMT thunks and
71         make them work.
72
73 2008-11-28  Mark Probst  <mark.probst@gmail.com>
74
75         * mini-ppc64.h, tramp-ppc64.c: Make generic code sharing work.
76
77 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
78
79         * method-to-ir.c, mini-trampolines.c: protect IMG code with #ifdef MONO_ARCH_HAVE_IMT to fix compile errors.
80         * mini-mips.c: Fixup stackframe assignments after allocation of spillvars.
81         * mini-mips.h: disable IMT
82         * tramp-mips.c (mono_arch_get_vcall_slot): fix offset extraction
83         
84 2008-11-28  Mark Probst  <mark.probst@gmail.com>
85
86         * mini-ppc64.c, mini-ppc64.h: Don't emulate long ops.
87
88 2008-11-28  Mark Probst  <mark.probst@gmail.com>
89
90         * mini-ppc64.c, exceptions-ppc64.c: Several fixes.
91
92 2008-11-28  Zoltan Varga  <vargaz@gmail.com>
93
94         * method-to-ir.c (handle_isinst): Use PCONST instead of ICONST for
95         consistency.
96
97 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
98
99         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
100         for Set/GetVector aligned versions.
101
102 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
103
104         * basic-simd.cs: Add tests for Get/SetVector.
105
106 2008-11-27  Mark Probst  <mark.probst@gmail.com>
107
108         * mini.c: Removed g_slist_append_mempool().  Now in
109         metadata/mempool.c.
110
111 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
112
113         * simd-intrinsics.c (mono_emit_vector_ldelema): Extract the element
114         size properly and make the bounds check optional.
115
116         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
117         for SetVector and IsAligned.
118
119 2008-11-27  Zoltan Varga  <vargaz@gmail.com>
120
121         * mini.c: Remove unused mono_normalize_opcodes () function.
122
123 2008-11-26  Mark Probst  <mark.probst@gmail.com>
124
125         * method-to-ir.c (mini_emit_inst_for_method): Small fix: we're
126         using the new atomic add ops now.
127
128         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Implemented atomic
129         add.
130
131 2008-11-26  Mark Probst  <mark.probst@gmail.com>
132
133         * mini-ppc64.c: Several fixes.
134
135 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
136
137         * cpu-mips.md: added jump_table
138         * mini-mips.c: added jump_table. Eliminate compare-imm when lowering. Remove dead function.             
139
140 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
141
142         * mini-mips.c, mini-mips.h, tramp-mips.c, cpu-mips.md: Initial upgrade of MIPS port to new IR.
143
144 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
145
146         * mini-ops.h: corrected a handful of MIPS opcodes.
147
148 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
149
150         * aot-compiler.c: MIPS to use ELF writer
151
152 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
153
154         * mini-codegen.c: remove MIPS specific assert.
155
156 2008-11-25  Mark Probst  <mark.probst@gmail.com>
157
158         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Several
159         fixes.  PPC64 now passes most of the runtime regressions.
160
161 2008-11-24  Zoltan Varga  <vargaz@gmail.com>
162
163         * regalloc2.c: Distinguish between use/def positions. Optimize the creation of
164         volatile intervals a bit.
165
166 2008-11-24  Mark Probst  <mark.probst@gmail.com>
167
168         * basic-long.cs: New test case.
169
170 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
171
172         * mini.c (mini_method_compile): Disable globalra for large methods for 
173         now.
174
175         * regalloc2.c (order_moves): Add fp support.
176
177         * branch-opts.c (mono_remove_critical_edges): Split non-critical edges whose
178         source bblock ends with an OP_BR_REG.
179
180         * ratests.cs: Add a new test.
181
182 2008-11-23  Mark Probst  <mark.probst@gmail.com>
183
184         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c: Disable generic code
185         sharing.  PPC64 now passes generics.exe.
186
187 2008-11-23  Mark Probst  <mark.probst@gmail.com>
188
189         * mini-ppc64.c: Several fixes.  PPC64 now runs iltests.exe.
190
191 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
192
193         * exceptions-x86.c (mono_arch_find_jit_info): Avoid reading uninitialized
194         memory when mono_jit_info_table_find () can't find the method in the
195         LMF case.
196
197         * aot-compiler.c (mono_save_xdebug_info): Emit complete debug info for
198         AOTed code too.
199         
200         * aot-compiler.c (mono_save_xdebug_info): Make this work with the assembly
201         writer too.
202
203 2008-11-23  Mark Probst  <mark.probst@gmail.com>
204
205         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, cpu-ppc64.md:
206         Several fixes.  PPC64 now runs exceptions.exe and
207         devirtualization.exe.
208
209 2008-11-22  Mark Probst  <mark.probst@gmail.com>
210
211         * mini-ppc64.c, tramp-ppc64.c: Small fixes.  PPC64 now runs
212         arrays.exe and basic-math.exe.
213
214 2008-11-22  Mark Probst  <mark.probst@gmail.com>
215
216         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c,
217         cpu-ppc64.md: Several fixes.  PPC64 now runs objects.exe.
218
219 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
220
221         * simd-intrinsics.c: Add support ArrayExtension intrinsics.
222
223 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
224
225         * method-to-ir.c: Move bounds checking macros to ir-emit.h
226
227         * ir-emit.h: Move macros from method-to-ir.c to here.
228
229 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
230
231         * mini-ops.h: Correct the long simd ops to use LREG.
232
233 2008-11-21  Zoltan Varga  <vargaz@gmail.com>
234
235         * mini-ops.h: Correct the dreg type of OP_LOADI8_MEMBASE.
236         
237         * mini-ops.h: Correct the dreg type of a few long opcodes.
238
239         * mini-amd64.h: Applied patch from Mihai Chelaru <kefren@ngnetworks.ro>.
240         Add netbsd support.
241
242 Fri Nov 21 12:52:23 CET 2008 Paolo Molaro <lupus@ximian.com>
243
244         * mini-ppc.c: remove negative stack references in epilog
245         for platforms that don't support the red zone.
246
247 2008-11-21  Mark Probst  <mark.probst@gmail.com>
248
249         * mini-ppc64.h, cpu-ppc64.md: Fixed caller/callee saved floating
250         point regs.  Now PPC64 passes basic-calls.exe.
251
252 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
253
254         * basic-simd.cs: Add tests for accessors of Vector2l.
255
256 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
257
258         * mini-ops.h: Added OP_INSERTX_I8_SLOW,.
259
260         * mini-x86.c (mono_arch_decompose_long_opts): Decompose OP_INSERTX_I8_SLOW.
261         
262         * simd-intrinsics.c: Add support for Vector2l and Vector2ul.
263
264 2008-11-21  Mark Probst  <mark.probst@gmail.com>
265
266         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Several fixes.  Now
267         PPC64 passes basic-long.exe.
268
269 2008-11-20  Mark Probst  <mark.probst@gmail.com>
270
271         * decompose.c: Decompose carry and overflow add on PPC64 like on
272         other 64 bit archs.  Don't decompose sub at all on PPC64.
273
274         * mini-ppc64.c, exceptions-ppc64.c, tramp-ppc64.c, cpu-ppc64.md:
275         Several fixes and new opcodes.  Now PPC64 runs (but doesn't pass)
276         basic-long.exe.
277
278 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
279
280         * basic-simd.cs: Add tests for accessors of Vector2d.
281
282 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
283
284         * mini-ops.h: Added OP_INSERTX_R8_SLOW,.
285
286         * cpu-x86.md: Same.
287
288         * mini-x86.c (mono_arch_output_basic_block): Same.
289         
290         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector2d.
291
292 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
293
294         * basic-simd.cs: Add tests for accessors of Vector4f.
295
296 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
297
298         * mini-ops.h: Added OP_INSERTX_R4_SLOW,.
299
300         * cpu-x86.md: Same.
301
302         * mini-x86.c (mono_arch_output_basic_block): Same.
303         
304         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4f.
305
306 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
307
308         * basic-simd.cs: Add tests for accessors of Vector4i and Vector4ui.
309
310 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
311
312         * mini-ops.h: Added OP_INSERTX_I4_SLOW,.
313
314         * cpu-x86.md: Same.
315
316         * mini-x86.c (mono_arch_output_basic_block): Same.
317         
318         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4i and Vector4ui.
319
320 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
321
322         * cpu-x86.md: Use reasonable sizes for extractx_u2 and insertx_u1_slow.
323
324 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
325
326         * simd-intrinsics.c: Enable setters for Vector16sb.
327
328 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
329
330         * mini-ops.h: Added OP_EXTRACTX_U2, OP_INSERTX_U1_SLOW.
331
332         * cpu-x86.md: Same.
333
334         * mini-x86.c (mono_arch_output_basic_block): Same.
335         
336         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector16b.
337
338 2008-11-19  Rodrigo Kumpera  <rkumpera@novell.com>
339
340         * simd-intrinsics.c: Implement setter for Vector8us.
341
342 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
343
344         * aot-compiler.c (mono_save_xdebug_info): Emit correct location info
345         for dead variables.
346
347 Wed Nov 19 18:27:41 CET 2008 Paolo Molaro <lupus@ximian.com>
348
349         * mini-ppc.c: remove references to the red zone in the prolog
350         (for systems that don't support it).
351
352 2008-11-19  Mark Probst  <mark.probst@gmail.com>
353
354         * cpu-ppc64.md: Fixed a few instruction lengths.
355
356         * mini-ppc64.c: Don't emit SETLRET.  PPC64 passes basic-float.exe,
357         now.
358
359 2008-11-19  Mark Probst  <mark.probst@gmail.com>
360
361         * mini-ppc64.c, cpu-ppc64.md: Fixed some opcodes.  PPC64 passes
362         basic.exe now.
363
364 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
365
366         * aot-compiler.c (mono_save_xdebug_info): Add more parameter types.
367
368 2008-11-18  Rodrigo Kumpera  <rkumpera@novell.com>
369
370         * mini-ops.h: Added OP_INSERT_I2.
371
372         * cpu-x86.md: Same.
373
374         * mini-x86.c (mono_arch_output_basic_block): Same.
375         
376         * simd-intrinsics.c: Implement setter for Vector8s.
377
378         * simd-methods.h: Add the names of get setters of Vector8s.
379
380 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
381
382         * aot-compiler.c (mono_save_xdebug_info): Add support for parameters.
383         
384         * aot-compiler.c (mono_save_xdebug_info): Add preliminary support for
385         parameters.
386
387         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
388
389 2008-11-18  Mark Probst  <mark.probst@gmail.com>
390
391         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Changes
392         for PPC64.  An empty program runs now.
393
394 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
395
396         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
397
398         * aot-compiler.c mini.c mini.h: Add a JIT debugging mode modelled after
399         a similar mode in Kaffe: When the the MONO_XDEBUG env var is set, debugging
400         info for JITted code is emitted into a shared library, loadable into gdb.
401
402 2008-11-18  Mark Probst  <mark.probst@gmail.com>
403
404         * Makefile.am: Changes to build PPC64.
405
406         * mini-arch.h: Include mini-ppc64.h on PPC64.
407
408 2008-11-18  Mark Probst  <mark.probst@gmail.com>
409
410         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Updated with changes
411         in PPC code up to r119147.
412
413 2008-11-18  Mark Probst  <mark.probst@gmail.com>
414
415         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
416         cpu-ppc64.md: Changes for PPC64.
417
418         Based on code submitted by andreas.faerber@web.de at
419         https://bugzilla.novell.com/show_bug.cgi?id=324134 under the
420         X11/MIT license.
421
422 2008-11-18  Mark Probst  <mark.probst@gmail.com>
423
424         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
425         cpu-ppc64.md: Copied from the corresponding PPC files from
426         r118846.
427
428 2008-11-18  Scott Peterson  <lunchtimemama@novell.com>
429
430         * mini-ops.h: Added OP_ROUND.
431
432         * cpu-x86.md: Added round.
433
434         * mini-x86.c: Added support for intrinsicing Math.Round (double).
435
436         * basic-math.cs: Added test_0_round to test rounding.
437
438         Contributed under MIT/X11 license.
439
440 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
441
442         * aot-compiler.c : Fix the Winx64 build.
443
444         Contributed under MIT/X11 license.
445
446 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
447
448         * mini-x86.c (mono_arch_output_basic_block): Use movsd instead of monvups
449         in OP_EXTRACT_R8 to avoid possible stack corruption.
450
451 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
452
453         * mini-ops.h: Added OP_EXTRACT_R8/I8.
454
455         * cpu-x86.md: Added extract_r8.
456
457         * mini-x86.c (mono_arch_output_basic_block): Emmit OP_EXTRACT_R8.
458         
459         * mini-x86.c: Added mono_arch_decompose_long_opts to break OP_EXTRACT_I8 into
460         a couple of OP_EXTRACT_I4.
461
462         * mini-x86.h: Define MONO_ARCH_HAVE_DECOMPOSE_LONG_OPTS if simd is enabled.
463
464         * simd-intrinsics.c: Implement getters for Vector2l/2ul/2d.
465
466 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
467
468         * simd-intrinsics.c (vector2l_intrinsics): CompareGreaterThan requires sse 4.2
469         and not 4.1. 
470
471 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
472
473         * method-to-ir.c (handle_delegate_ctor): Emit the address of the delegate
474         trampoline as an AOT const of the proper type instead of MONO_PATCH_INFO_ABS.
475
476         * mini.c (mono_codegen): Remove the handling of delegate trampolines, they
477         are not needed any more.
478
479         * mini.h: Remove the unused INS_LIST macros.
480
481         * mini.c (mini_method_compile): Remove a disable globalra case which is no
482         longer needed.
483
484         * *.h *.c: Remove duplicate MonoInst emission macros, use the ones in
485         ir-emit.h.
486
487         * regalloc.h *.c: Remove references to mono_regstate_next_int (), use
488         mono_alloc_ireg () instead.
489
490         * mini-<ARCH>.c: Include ir-emit.h. Remove duplicate MonoInst emission
491         macros.
492
493         * mini-amd64.c (emit_load_volatile_arguments): Removed, not needed
494         on amd64.
495
496         * aot-runtime.c (load_aot_module): Disable AOT when running under
497         CAS.
498
499         * mini-amd64.h: Change the monitor fastpath defines to check for
500         !PLATFORM_WIN32 so they work on *bsd too.
501
502         * mini.h mini.c mini-hhpa.c: Remove more unused code.
503
504         * mini-s390.c mini-s390x.c: Remove !cfg->new_ir code.
505
506         * mini.h (MonoCompile): Remove new_ir flag.
507
508         * regalloc.h regalloc.c: Remove unused code.
509
510         * cpu-*.md: Remove more unused opcodes.
511
512         * simple-cee-ops.h simple-mini-ops.h: Removed.
513
514         * mini-ops.h *.c cpu-<ARCH>.md: Remove more unused opcodes.
515         
516 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
517
518         * aliasing.h: Removed.
519
520         * *.c: Remove references to aliasing.h and inssel.h.
521
522         * mini.c: Remove additional unused functions.
523
524         * mini-ops.h cpu-*.md: Remove unused opcodes.
525
526 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
527
528         Remove the old JIT code.
529
530         * inssel*.brg: Removed.
531
532         * ssa.c abcremoval.c aliasing.c: Removed.
533
534         * ssa2.c: Renamed to ssa.c.
535
536         * abcremoval2.c: Renamed to abcremoval.c.
537
538         * *.c: Removed all !cfg->new_ir code.
539
540         * mini-<ARCH>.c: Removed mono_arch_call_opcode (), 
541         mono_arch_emit_this_vret_args (), and mono_arch_get_inst_for_method ().
542
543         * mini.c: Removed the old mono_method_to_ir () and all the code used by it.
544         
545 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
546
547         * aot-compiler.c aot-runtime.c: Emit most of the non-table data in a structure
548         to simplify the code and cut back on the number of global symbols in the AOT
549         file.
550         
551         * aot-compiler.c aot-runtime.c: Get rid of the unused plt_jump_table.
552
553 2008-11-15  Zoltan Varga  <vargaz@gmail.com>
554
555         * aot-runtime.c aot-compiler.c: Unify the plt_jump_table/plt_info tables
556         with the got/got_info tables.
557
558         * mini.h: Bump AOT file format version.
559         
560         * unwind.h: New file, contains definitions for stack unwinding.
561
562         * mini.c (mono_emit_unwind_op): New helper function to append an unwind op
563         to cfg->unwind_ops.
564         
565         * aot-compiler.c: Generalize the emitting of unwind information to use the
566         information in cfg->unwind_ops.
567
568         * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info.
569
570         * aot-compiler.c: Emit dwarf unwind information so gdb can unwind through
571         AOT method frames. Enable writing symbols for methods by default.
572
573 2008-11-14  Rodrigo Kumpera  <rkumpera@novell.com>
574
575         * simd-intrinsics.c (simd_intrinsic_emit_getter): Generalize this code
576         and make it work with vectors of element sizes 1, 2 and 4.
577
578         * simd-intrinsics.c: Enable getter for all vectors with element size
579         1, 2 or 4.
580
581         * simd-methods.h: Add the names of other getters.
582
583         * mini-ops.h: Added OP_EXTRACT_I2/U2/I1/U1.
584
585         * cpu-x86.md: Same.
586
587         * mini-x86.c: Same.
588
589 Fri Nov 14 15:54:18 CET 2008 Paolo Molaro <lupus@ximian.com>
590
591         * mini-ppc.h: portability fix.
592
593 Fri Nov 14 15:39:50 CET 2008 Paolo Molaro <lupus@ximian.com>
594
595         * mini-ppc.h, mini-ppc.c: avoid using the red zone as some kernels are
596         buggy and will overwrite it.
597
598 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
599
600         * aot-compiler.c: Add functionality to emit local symbols to the elf writer.
601         Use it to emit local symbols for all methods so AOTed methods show up with
602         their full name in gdb/valgrind output.
603
604 Fri Nov 14 12:56:27 CET 2008 Paolo Molaro <lupus@ximian.com>
605
606         * mini-ppc.c: portability fixes.
607
608 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
609
610         * mini-trampolines.c (mono_magic_trampoline): Move the patching of plt
611         entries out of the if (!generic_shared...) code so it is always done.
612         (mono_class_init_trampoline): Do the patching when running under valgrind
613         too, newer versions of valgrind have no problems with it.
614
615 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
616
617         * aot-compiler.c (emit_writeout): Rework this to make it easier to add
618         further sections.
619
620 2008-11-13  Mark Probst  <mark.probst@gmail.com>
621
622         * mini-ppc.c, cpu-ppc.md: Reserve space for the parameter area in
623         filters.
624
625 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
626
627         * simd-intrinsics.c: Add getter support for Vector4i and Vector4ui. 
628
629 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
630
631         * mini-ops.h: Kill diplicated ops OP_SHUFLEPS.
632
633         * cpu-x86.md: Same.
634
635         * mini-x86.c: Same.
636
637         * simd-intrinsics.c: Same.
638
639 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
640
641         * simd-intrinsics.c: Enable constructor intrinsics for all types.
642
643 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
644
645         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Generalize this method
646         to work with more Vector types.
647
648 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
649
650         * simd-intrinsics.c (simd_intrinsic_emit_ctor): If the target is already a pointer
651         store the elemens directly instead of using and intermediate.
652
653 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
654
655         * mini-amd64.c (emit_call_body): Avoid aligning call sites in AOTed code.
656
657         * tramp-x86.c (mono_arch_create_trampoline_code): Rework the return sequence
658         to preserve %eax for aot plt trampolines.
659
660         * aot-compiler.c (compile_method): Don't skip synchronized methods.
661         (encode_method_ref): Flag synchronized methods so they won't go through
662         the AOT trampoline.
663
664         * aot-compiler.c: Additional work to support AOTing synchronized methods/
665         wrappers.
666
667         * cpu-ia64.md (jmp): Increase max length.
668
669 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
670
671         * aot-runtime.c (load_method): Avoid calling runtime_class_init () for
672         open generic classes.
673
674         * aot-compiler.c: Enable the ELF writer on ELF platforms.
675
676         * method-to-ir.c (mono_method_to_ir2): Revert the last change to the
677         box+brtrue optimization since it causes test failures on x86.
678
679 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
680
681         * mini-ops.h: Remove OP_PUSH_R4 and OP_LOADX_STACK.
682
683         * cpu-x86.md: Same.
684
685         * mini-x86.c: Same.
686
687         * mini.h (struct MonoCompile): Add simd_ctor_var to be used as storage
688         for simd ctor values. 
689
690         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Use simd_ctor_var for the constructor
691         instead of directly pushing the values on stack. This saves about 15 bytes of generated code.
692
693 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
694
695         * simd-methods.h: Rename SubWithSaturation, ArithmeticRightShift and
696         LogicalRightShift.
697
698         * simd-instrincs.c: Same.
699
700         * basic-simd.cs: Same.
701
702 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
703
704         * ratests.cs: Add more tests.
705
706         * regalloc2.c (add_spill_code): Handle more corner cases.
707
708 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
709
710         * regalloc2.c (INS_POS_INTERVAL): Decrease this to 8 to avoid overflows.
711         (update_liveness): Avoid holes in the liveness ranges of hregs if they are
712         both the source an destination of an instruction.
713
714 Tue Nov 11 19:30:50 CET 2008 Paolo Molaro <lupus@ximian.com>
715
716         * jit-icalls.c, local-propagation.c, mini.c, ssa.c, ssapre.c, trace.c,
717         wapihandles.c: more portability changes.
718
719 Tue Nov 11 18:56:33 CET 2008 Paolo Molaro <lupus@ximian.com>
720
721         * aot-compiler.c, aliasing.c, abcremoval.c: portability changes.
722         * mini.c mini.h, aot-runtime.c: the aot segfault-handling code is not
723         safe to execute in a signal handler and the kernel provides better
724         the info in /proc/self/smaps. Avoid the assert on sigaction during
725         cleanup.
726
727 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
728
729         * method-to-ir.c (mono_method_to_ir2): In the box+brtrue optimization, only
730         do the bblock linking hack if it is actually needed.
731
732         * Makefile.am (patch-libtool): New helper target to patch libtool to speed
733         up linking.
734
735         * liveness.c (ENABLE_LIVENESS2): Reenable this for 64 bit archs as the
736         crash problem is fixed.
737
738         * branch-opts.c (mono_remove_critical_edges): Link up newly added
739         bblocks.
740
741         * mini.c (mini_method_compile): Compute unreachable bblocks properly even
742         for catch clauses.
743         (mini_method_compile): Set the starting value of next_vreg to 
744         MAX_IREGS + MAX_FREGS when using globalra.
745
746         * method-to-ir.c (mono_method_to_ir2): Mark bblocks starting
747         filter clauses with BB_EXCEPTION_HANDLER.
748
749         * regalloc2.c (assign_spill_slots): Set cfg->rgctx_var.
750
751 2008-11-10  Mark Probst  <mark.probst@gmail.com>
752
753         * mini-x86.c (mono_arch_get_argument_info): Don't align argument
754         space for stdcall.  Fixes regressions on Win32.
755
756 2008-11-10  Zoltan Varga  <vargaz@gmail.com>
757
758         * regalloc2.c (handle_reg_constraints): Avoid adding code to unreachable
759         bblocks.
760         (linear_scan): Remove an assert which doesn't seem to be needed.
761
762         * local-propagation.c (mono_local_deadce): Avoid a call to
763         MONO_DELETE_INS which would screw up the instruction linking.
764
765         * mini.c (mono_decompose_op_imm): Make this work with globalra.
766
767         * regalloc2.c: Upgrade to work the current JIT code.
768
769 2008-11-09  Zoltan Varga  <vargaz@gmail.com>
770
771         * method-to-ir.c (inline_method): Merge more basic blocks to help the AOT
772         case.
773
774         * aot-runtime.c: Remove some dead code.
775
776         * tramp-arm.c: Use 'code' as the runnning pointer in code generation for
777         consistency.
778         (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Implement aot support.
779
780         * aot-runtime.c (load_named_code): Decode the offset of lazy fetch
781         trampolines using sscanf since atoi doesn't work on large unsigned values.
782
783         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): 
784         Initialize code_size.
785
786 2008-11-08  Mark Probst  <mark.probst@gmail.com>
787
788         * method-to-ir.c (mini_emit_inst_for_method): Make
789         Interlocked.CompareExchange work for Int arguments on 32 bit
790         archs, as well.
791
792 2008-11-07  Mark Probst  <mark.probst@gmail.com>
793
794         * method-to-ir.c (mono_method_to_ir2): Fixed a funny commit error.
795
796 2008-11-06  Bill Holmes  <billholmes54@gmail.com>
797
798         * main.c Fix MSVC build.
799
800         Contributed under MIT/X11 license.
801
802 2008-11-06  Mark Probst  <mark.probst@gmail.com>
803
804         * mini-x86.c (mono_arch_allocate_vars): Make sure locals that need
805         alignment larger than 8 bytes are aligned correctly, too.
806
807         * mini.c: Honor the min_align field of MonoClass when laying out
808         the stack.
809
810 2008-11-06  Zoltan Varga  <vargaz@gmail.com>
811
812         * method-to-ir.c (mono_method_to_ir2): Fix AOT support for CEE_SWITCH on arm.
813
814         * aot-compiler.c (emit_plt): Fix a warning.
815         
816         * aot-compiler.c: Implement ARM support in the binary writer.
817
818 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
819
820         * basic-simd.cs: Add test for getter with byref arg.
821         Fix the naming of a few tests.
822         Add missing checks to a test.
823
824 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
825
826         * aot-compiler.c (emit_plt): Make the arm code work with the binary writer.
827
828         * aot-compiler.c aot-runtime.c mini-trampolines.c tramp-amd64.c: Implement
829         most of the full-aot support for monitor enter/exit trampolines.
830
831         * tramp-x86.c tramp_amd64.c: Add AOT compatible variants of the monitor
832         enter/exit trampoline creation functions.
833
834         * Makefile.am: Fix the generation of buildver.h so it is not invoked during
835         make dist.
836
837 Wed Nov 5 16:28:53 CET 2008 Paolo Molaro <lupus@ximian.com>
838
839         * mini.h, aot-compiler.c, method-to-ir.c, aot-runtime.c: remove the
840         incorrectly added MONO_WRAPPER_MONITOR_* (in r117651-r117652) and
841         implement the needed functionality without adding crap to the runtime.
842
843 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
844
845         * mini-trampolines.c (mono_create_monitor_enter_trampoline): Fix the
846         non-x86 builds.
847
848         * mini.c (mono_build_date): New global version holding the build date in
849         string format.
850         
851         * Makefile.am (buildver.c): Generate a file containing the build date.
852
853         * main.c: Set the build date from the generated file.
854
855         * mini.c (mono_get_runtime_build_info): New helper function returning build
856         information in a string format.
857         
858         * driver.c (mono_main): Print the build date in --version.
859
860         * aot-compiler.c aot-runtime.c: Embed the build information into the AOT
861         file when the bind-to-runtime-version option is used.
862
863 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
864
865         * simd-intrinsics.c: Fix bug when using getters and byref args. 
866
867 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
868
869         * simd-methods.h: Rename prefetch methods.
870
871         * simd-intrinsics.c: Same.      
872
873 2008-11-05  Mark Probst  <mark.probst@gmail.com>
874
875         * tramp-amd64.c: Enlarge the Monitor.Enter/Exit trampoline code
876         sizes.
877
878 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
879
880         * aot-compiler.c: Use the bundled elf header files instead of depending on
881         the system one.
882         
883         * aot-compiler.c (emit_symbol_diff): Allocate memory from the acfg
884         mempool.
885
886         * method-to-ir.c (mono_method_check_inlining): Avoid a getenv () call
887         on every call.
888
889 2008-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
890
891         * cpu-x86.md: Add store nta ops.
892
893         * mini-ops.h: Same.
894
895         * mini-x86.c: Same.
896
897         * mini.h: Add an enum for simd prefetch modes.
898
899         * simd-methods.h: Refactor the store_aligned code to handle multiple kinds
900         of store. Use the changed code to support store nta.
901
902         * simd-intrinsics.c: Add prefetch ops for all vector types.
903
904 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
905
906         * aot-compiler.c: Add an option for JIT compiling the methods by multiple 
907         threads.
908         
909         * aot-compiler.c: Use statically allocated buffers for constructing symbol 
910         names.
911
912         * aot-runtime.c aot-compiler.c: Add support for the MONITOR_ENTER/EXIT
913         trampolines.
914
915 2008-11-04  Mark Probst  <mark.probst@gmail.com>
916
917         * mini-x86.c: Fixed commit.
918
919 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
920
921         * aot-compiler.c (emit_plt): Align the plt section only on x86.
922
923 2008-11-04  Mark Probst  <mark.probst@gmail.com>
924
925         * mini-trampolines.c, mini.h: Two new trampolines: MONITOR_ENTER
926         and MONITOR_EXIT, for the ASM fastpaths.
927
928         * method-to-ir.c: Use the ASM fastpath for Monitor.Enter/Exit if
929         available.
930
931         * mini.c, patch-info.h: Signature and patch infos for
932         Monitor.Enter/Exit trampolines.
933
934         * mini-amd64.c, mini-x86.c: Make emit_tls_get() non-static.
935
936         * tramp-amd64.c, tramp-x86.c, mini-amd64.h, mini-amd64.h:
937         Monitor.Enter/Exit ASM fastpath for Linux.
938
939 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
940
941         * mini.c (mono_method_to_ir): Fix soft-float support in Array.Get/Set.
942
943         * objects.cs: Add a new test.
944         
945         * aot-compiler.c: Use mono_100ns_ticks () for computing the profiling info.
946
947         * aot-runtime.c (load_method): Run class initialization in the PLT case even
948         if MONO_LOG_LEVEL is set.
949
950         * debug-mini.c (serialize_variable): Fix the encoding of dead variables.
951
952         * aot-runtime.c (mono_aot_get_method): Skip out-of-date AOT modules.
953
954         * aot-compiler.c (emit_and_reloc_code): Speed this up a little.
955         
956         * aot-compiler.c: Change the relocation code to use virtual addresses instead
957         of file offsets. Align the sections belonging to the data segment to 
958         PAGESIZE.
959
960 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
961
962         * aot-compiler.c: Simplify the elf writer by depending on the definitions in
963         elf.h. Port it to amd64.
964
965 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
966
967         * driver.c: Enable SIMD by default.
968
969 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
970
971         * cpu-x86.md: Add prefetch op.
972
973         * mini-ops.h: Same.
974
975         * mini-x86.c: Same.
976
977         * mini.h: Add an enum for simd prefetch modes.
978
979         * simd-methods.h: Add prefetch function names.
980
981         * simd-intrinsics.c: Add prefetch ops for all vector types.
982
983 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
984
985         * aot-compiler.c (emit_bytes): Speed this up a little.
986
987 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
988
989         * aot-compiler.c: Add JIT time etc. statistics.
990         
991         * aot-compiler.c (compile_method): Fix the copying of the cfgs array.
992
993         * mini.h (MonoCompile): Add 'got_offset' field.
994
995         * aot-compiler.c: Store the got offset in MonoCompile, get rid of the
996         method_got_offsets array.
997
998         * aot-compiler.c aot-runtime.c: Add support for the monitor enter/exit
999         wrappers.
1000
1001         * aot-compiler.c (compile_method): Add generic method instances referenced
1002         by the method to the list of methods to be compiled, this is required so if
1003         A<T> references B<T>, and another assembly references A<int>, then it will
1004         also get a copy of B<int>.
1005
1006         * method-to-ir.c (mini_emit_inst_for_method): Use the proper wrapper type
1007         when checking for monitor enter/exit.
1008
1009 2008-10-30  Mark Probst  <mark.probst@gmail.com>
1010
1011         * method-to-ir.c (mini_emit_inst_for_method): Use the IL fastpaths
1012         for Monitor.Enter and Monitor.Exit if enabled.
1013
1014         * mini-x86.h, mini-amd64.h: Enable the IL fastpaths for Linux and
1015         Solaris.
1016
1017 2008-10-30  Zoltan Varga  <vargaz@gmail.com>
1018
1019         * method-to-ir.c (type_from_op): Convert CEE_CONV_U on OP_ICONV_TO_U instead
1020         of an OP_MOVE. Fixes #440046.
1021
1022         * basic-long.cs: Add a new test.
1023
1024 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
1025
1026         * mini.h: Add synchronization note for the managed counter-part.
1027
1028         * simd-intrinsics.c: Add SimdRuntime.get_AccelMode intrinsic that
1029         returns the simd caps of the current cpu.
1030
1031 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
1032
1033         * basic-simd.cs: Remove Console.WriteLine.
1034
1035 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
1036
1037         * basic-simd.cs: New tests for Vector2ul.
1038
1039 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
1040
1041         * simd-intrinsics.c: Add new vector type Vector2ul.
1042
1043 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
1044
1045         * basic-simd.cs: New tests for Vector2l.
1046
1047 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
1048
1049         * cpu-x86.md: Add long version of most packed int ops.
1050
1051         * mini-ops.h: Same.
1052
1053         * mini-x86.h: Same.
1054
1055         * simd-intrinsics.c: Add new vector type Vector2l.
1056
1057 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
1058
1059         * simd-intrinsics.c: Replace SN_op_BitwiseXor with SN_op_ExclusiveOr.
1060
1061         * simd-methods.h: Remove SN_op_BitwiseXor.
1062
1063 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
1064
1065         * mini.c (mono_allocate_stack_slots_full): Align the size of vtypes to their
1066         alignment.
1067
1068 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
1069
1070         * basic-simd.cs: Test for Vector2d.
1071
1072         * basic-simd.cs (test_vector8s_pack_signed_sat): Fixed broken
1073         value.
1074
1075 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
1076
1077         * cpu-x86.md: Add double version of all packed float ops.
1078
1079         * mini-ops.h: Same.
1080
1081         * mini-x86.h: Same.
1082
1083         * simd-intrinsics.c: Add new vector type Vector2d.
1084
1085         * simd-intrinsics.c (vector4f_intrinsics): Fix ordering.
1086
1087         * simd-methods.h: Add Duplicate.
1088
1089 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
1090
1091         * basic-simd.cs: Test for packing with signed saturation.
1092
1093 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
1094
1095         * aot-compiler.c (add_generic_instances): Add all methods of generic instances
1096         found in the TYPESPEC table.
1097
1098 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
1099
1100         * aot-runtime.c (mono_aot_get_method): Log not found methods for extra methods
1101         too.
1102
1103         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
1104
1105         * mini.c (mono_method_to_ir): For MONO_PATCH_INFO_RVA, save field the token
1106         instead of the RVA, since the RVA can be changed by tools like the cil 
1107         stripper.
1108
1109         * method-to-ir.c (mono_method_to_ir2): Ditto.
1110
1111         * debug-mini.c (serialize_variable): Handle ADDRESS_MODE_DEAD.
1112         (deserialize_variable): Ditto.
1113
1114 2008-10-25  Martin Baulig  <martin@ximian.com>
1115
1116         * debug-mini.c (write_variable): Use
1117         `MONO_DEBUG_VAR_ADDRESS_MODE_DEAD' for dead variables.
1118
1119 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
1120
1121         * cpu-x86.md: Add unsigned variants of packd and packw.
1122
1123         * mini-ops.h: Same.
1124
1125         * mini-x86.h: Emit the right instruction for packd and packw.
1126         Add unsigned variants of packd and packw.
1127
1128         * simd-intrinsics.c: Packd and packw were used in place of their
1129         unsigned variants. Change that.
1130         Add intrinsics for (Signed)PackWithSignedSaturation.
1131
1132         * simd-methods.h: Add (Signed)PackWithSignedSaturation.
1133
1134 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
1135
1136         * simd-intrinsics.c (vector4i_intrinsics): New table of intrinsic type.
1137
1138 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
1139
1140         * mini-ops.h: Remove dword packed add/sub with saturation ops.
1141
1142         * cpu-x86.md: Remove dword packed add/sub with saturation ops.
1143
1144         * simd-intrinsics.c (vector4ui_intrinsics): Remove methods without
1145         sse instructions.
1146
1147         * simd-intrinsics.c (vector8s_intrinsics): Fix ordering.
1148
1149 2008-10-24  Mark Probst  <mark.probst@gmail.com>
1150
1151         * method-to-ir.c, mini.c: Special casing for the synchronized
1152         wrapper for the ldtoken+GetTypeFromHandle case.
1153
1154 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
1155
1156         * mini.c (mono_replace_ins): Move this to branch-opts.c.
1157
1158         * mini.c (mono_replace_ins): Propagate has_array_access flag to the newly
1159         created/split bblocks.
1160
1161 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
1162
1163         * mini-ops.h: Add packed signed mul high.
1164         
1165         * cpu-x86.md: Same.
1166
1167         * mini-x86.c (mono_arch_output_basic_block): Same.
1168
1169         * simd-methods.h: Add PackWithUnsignedSaturation and ShiftRightLogic.
1170
1171         * simd-intrinsics.c (vector8s_intrinsics): New table of intrinsic type.
1172
1173 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
1174
1175         * basic-simd.cs: Tests for Vector16sb.
1176
1177 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
1178
1179         * inssel.brg (stmt): Fix OP_HARD_NOP rule.
1180
1181 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1182
1183         * mini-ops.h: Add packed signed min, max and compare greater.
1184         
1185         * cpu-x86.md: Same.
1186
1187         * mini-x86.c (mono_arch_output_basic_block): Same. Add packed add/sub with
1188         saturation.
1189
1190         * simd-methods.h: Add CompareGreaterThan.
1191
1192         * simd-methods.h: Remove CompareEquals.
1193
1194         * simd-intrinsics.c: Add new TODO entry and some cosmetic changes.
1195
1196         * simd-intrinsics.c (vector16sb_intrinsics): New table of intrinsic type.
1197
1198         * simd-intrinsics.c (vector4f_intrinsics): Rename CompareEquals to
1199         CompareEqual.
1200
1201 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1202
1203         * basic-simd.cs: Fix tests due to change in the API.
1204
1205 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
1206
1207         * mini.c method-to-ir.c: Use mono_field_get_name () for accessing field->name.
1208
1209 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1210
1211         * basic-simd.cs: Fix name change in Vector4f::CompareEqual.
1212
1213         * simd-intrinsics.c (simd_intrinsic_emit_store_aligned): Don't use
1214         inst_offset as this has invalid values for LDADDR.
1215
1216 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1217
1218         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
1219
1220         * simd-intrinsics.c (vector4ui_intrinsics): Add SignedPackWithUnsignedSaturation.
1221
1222 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
1223
1224         * method-to-ir.c (initialize_array_data): Use mono_field_get_data ()
1225         for accessing field->data.
1226
1227 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1228
1229         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
1230
1231 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1232
1233         * simd-methods.h: Add SignedPackWithUnsignedSaturation.
1234
1235         * simd-intrinsics.c (vector8us_intrinsics): Add SignedPackWithUnsignedSaturation.
1236
1237 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
1238
1239         * dominators.c (mono_compute_natural_loops): Allocate GList enties
1240         from the cfg mempool.
1241
1242 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
1243
1244         * basic-simd.cs: Tests for new methods in Vector8us.
1245
1246 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
1247
1248         * mini-ops.h: Add multiply and store high.
1249         
1250         * cpu-x86.md: Same.
1251
1252         * mini-x86.c (mono_arch_output_basic_block): Same.
1253
1254         * simd-methods.h: Same.
1255
1256         * simd-intrinsics.c (vector8us_intrinsics): Add MultiplyStoreHigh
1257         and CompareEqual.
1258
1259 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
1260
1261         * method-to-ir.c (mono_emit_method_call_full): Remove a needless call to
1262         mono_class_setup_vtable ().
1263
1264         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Use
1265         mono_class_get_vtable_entry () for accessing klass->vtable.
1266
1267         * aot-runtime.c (load_method): Avoid a crash when using MONO_LOG_LEVEL.
1268
1269         * aot-compiler.c (add_generic_instances): Avoid a crash if a class is not
1270         found.
1271
1272         * method-to-ir.c (mono_save_token_info): Don't save references made from
1273         wrappers.
1274
1275         * aot-compiler.c (add_generic_instances): Add static rgctx wrappers for cctors
1276         of generic instances.
1277
1278         * aot-runtime.c (find_extra_method): Search in all loaded AOT images.
1279
1280 2008-10-19  Mark Probst  <mark.probst@gmail.com>
1281
1282         * cpu-ppc.md, mini-ppc.c: The length of the code generated for
1283         OP_JMP depends on the method signature.  Calculate it properly.
1284
1285 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
1286         
1287         * aot-runtime.c (mono_aot_find_jit_info): Handle extra methods which are
1288         called directly.
1289
1290         * aot-compiler.c (emit_and_reloc_code): Allow direct calling of generic
1291         instances.
1292         (emit_extra_methods): Add another table mapping method indexes to 
1293         offsets in the extra_method_info table.
1294
1295         * mini.h: Bump AOT file format version.
1296         
1297         * aot-runtime.c: Merge most of the code from mono_aot_get_method
1298         and mono_aot_get_method_from_token () into one function.
1299
1300 2008-10-19  Mark Probst  <mark.probst@gmail.com>
1301
1302         * mini-ppc.c (emit_load_volatile_arguments): Inner loop needs a
1303         separate counter.
1304
1305 2008-10-18  Zoltan Varga  <vargaz@gmail.com>
1306
1307         * aot-compiler.c aot-runtime.c: Fix the hash function used for the extra
1308         methods.
1309
1310         * method-to-ir.c (mono_method_to_ir2): Change a !compile_aot assert to
1311         disable_aot.
1312
1313         * mini.c (mono_patch_info_equal): Compare the generic context as well.
1314
1315         * mini.h: Bump aot file format version.
1316
1317         * aot-compiler.c aot-runtime.c: Generalize the wrapper handling code so the
1318         AOT file can contain native code for methods which are not in the METHOD
1319         table. Generate code for non-sharable generic instances of generic methods
1320         found in the METHODSPEC table.
1321         
1322         * method-to-ir.c (mono_method_to_ir2): Remove the aot restriction when
1323         encoding generic type handles.
1324
1325         * ir-emit.h (NEW_AOTCONST_TOKEN): Add a generic_context argument.
1326         (NEW_TYPE_FROM_HANDLE_CONST): Add a generic_context argument.
1327
1328         * ir-emit.h: Rewrite the EMIT_NEW_XXXCONST macros to use the NEW_XXXCONST
1329         macros + MONO_ADD_INS.
1330
1331         * mini.c (mono_jump_info_token_new2): New function which takes a generic
1332         context as well.
1333
1334         * mini.h (MonoJumpInfoToken): Include fields for a generic context.
1335
1336         * mini.h: Bump aot file format version.
1337
1338         * aot-compiler.c aot-runtime.c: Update after changes to MonoJumpInfoToken.
1339
1340 2008-10-17  Mark Probst  <mark.probst@gmail.com>
1341
1342         * mini-x86.h, mini-x86.c, exceptions-x86.c: Align stack on all
1343         platforms, with definable stack alignment value.  Set to 16 now
1344         for all platforms.
1345
1346         * mini.c, mini.h, driver.c: Command line option for disabling
1347         stack alignment.
1348
1349 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
1350
1351         * basic-simd.cs: Tests for new methods in Vector4ui.
1352
1353 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
1354
1355         * mini-ops.h: Add packed int shuffle.
1356         
1357         * cpu-x86.md: Same.
1358
1359         * mini-x86.c (mono_arch_output_basic_block): Same.
1360
1361         * simd-intrinsics.c (vector4ui_intrinsics): Add compare equal,
1362         extract mask, max, min, shuffle.
1363
1364         * simd-intrinsics.c (vector8us_intrinsics): Add max and min.
1365
1366 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
1367
1368         * basic-simd.cs: Tests for new methods in Vector8us.
1369
1370 2008-10-17  Mark Probst  <mark.probst@gmail.com>
1371
1372         * method-to-ir.c (mono_method_to_ir2): "refanytype" produces a
1373         RuntimeTypeHandle, not a TypedReference.
1374
1375 Fri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus@ximian.com>
1376
1377         * simd-intrinsics.c: remove relocations.
1378
1379 2008-10-17  Zoltan Varga  <vargaz@gmail.com>
1380
1381         * mini-amd64.c (mono_arch_output_basic_block): Port the IREM_IMM 
1382         optimizations from the x86 backend.
1383
1384 Fri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus@ximian.com>
1385
1386         * simd-methods.h, simd-intrinsics.c: debloat method names and
1387         prepare for no relocations.
1388
1389 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
1390
1391         * mini-ops.h: Add packed min/equal and sum of absolute differences.
1392         
1393         * cpu-x86.md: Same.
1394
1395         * mini-x86.c (mono_arch_output_basic_block): Same.
1396
1397         * simd-intrinsics.c (vector16b_intrinsics): Add average, compare equal,
1398         extract mask, max, min and sum of absolute differences.
1399
1400         * simd-intrinsics.c: Increase SIMD_INTRINSIC_NAME_MAX due to new huge
1401         method name.
1402
1403 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
1404
1405         * basic-simd.cs: Test for the other mono_simd_simplify_indirection bug.
1406         Renamed one test for consistency.
1407
1408 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
1409
1410         * simd-intrinsics.c (mono_simd_simplify_indirection): Apply the previous
1411         fix to the code that deal with other blocks.
1412
1413 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
1414
1415         * basic-simd.cs: Test for the mono_simd_simplify_indirection bug.
1416
1417 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
1418
1419         * simd-intrinsics.c (mono_simd_simplify_indirection): Simplify the code
1420         that deals with vreg interference. Explicitly check for OP_LDADDR to be
1421         able to process the source reg.
1422
1423 2008-10-16  Martin Baulig  <martin@ximian.com>
1424
1425         * mini-ops.h, cpu-amd64.md, cpu-x86.md: Added new `hard_nop' opcode.
1426
1427         * inssel.brg: Add `OP_HARD_NOP'.
1428
1429         * mini.h (MonoCompile): Added `keep_cil_nops' flag.
1430
1431         * mini.c (mono_method_to_ir): In `CEE_NOP': generate a
1432         `OP_HARD_NOP' instruction when running inside the debugger.
1433
1434         * method-to-ir.c (mono_method_to_ir2): In `CEE_NOP': generate a
1435         `OP_HARD_NOP' instruction when running inside the debugger.
1436
1437 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
1438
1439         * simd-intrinsics.c (get_simd_vreg): Using sreg1 of OP_XMOVE
1440         now works. The issue with the regalloc tripping up no longer
1441         happens.
1442
1443         * simd-intrinsics.c (load_simd_vreg): Same.
1444
1445 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
1446         
1447         * basic-simd.cs: Tests for new Vector8ui methods.
1448
1449 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
1450
1451         * simd-intrinsics.c (get_simd_vreg): Simplify code and test
1452         only for type. This fixes crashes where MonoInst::klass is checked
1453         for ops of type != VTYPE or OBJ.
1454
1455         * simd-intrinsics.c (load_simd_vreg): Same.
1456
1457 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
1458
1459         * mini-ops.h: Add ops for packed shuffle/max/avg and
1460         extract mask.
1461         
1462         * cpu-x86.md: Same.
1463
1464         * mini-x86.c (mono_arch_output_basic_block): Same.
1465
1466         * simd-intrinsics.c (vector8us_intrinsics): Add avg, shuffle and
1467         extract mask.
1468
1469         * simd-intrinsics.c (simd_intrinsic_emit_extract_mask): New function
1470         to emit extract mask op.
1471
1472         * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Retrofic this function
1473         to emit word shuffles.
1474
1475 2008-10-15  Mark Probst  <mark.probst@gmail.com>
1476
1477         * mini.c (mono_allocate_stack_slots_full): Align stack frame to
1478         the largest alignment needed by a variable, but at least
1479         sizeof(gpointer).
1480
1481 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
1482
1483         * basic-simd.cs: Tests for the fixes in the last commit.
1484
1485 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
1486
1487         * simd-intrinsics.c (get_simd_vreg): Drop the is_this_ptr, this function
1488         no longer handles STACK_PTR input.
1489
1490         * simd-intrinsics.c (get_simd_vreg): Don't crash when MonoInst::klass == -1.
1491
1492         * simd-intrinsics.c (load_simd_vreg): New function that works like 
1493         get_simd_vreg   but handles STACK_PTR input.
1494
1495         * simd-intrinsics.c (simd_intrinsic_emit_getter): Use load_simd_vreg
1496         as the input can be an arbitrary pointer.
1497
1498         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Try the
1499         LDADDR local optimization directly otherwise use a store op.
1500
1501 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
1502
1503         * basic-simd.cs: Tests for dup low and dup high.
1504
1505 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
1506
1507         * mini-ops.h: Add dup low and dup high ops.
1508         
1509         * cpu-x86.md: Same.
1510
1511         * mini-x86.c (mono_arch_output_basic_block): Same.
1512
1513         * simd-intrinsics.c (vector4f_intrinsics): Same.
1514
1515 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
1516
1517         * basic-simd.cs: Tests for recently added functionality.
1518
1519 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
1520
1521         * mini-ops.h: Add remaining sse1 fp ops.
1522         
1523         * cpu-x86.md: Add remaining sse1 fp ops.
1524
1525         * mini-x86.c (mono_arch_output_basic_block): Same.
1526
1527         * mini.h: Add enum for simd FP compare conditions.
1528
1529         * simd-intrinsics.c (vector4f_intrinsics): Add all new ops.
1530
1531         * simd-intrinsics.c (simd_intrinsic_emit_binary): Set inst_c0 to flags
1532         so the backed can generate the appropriate op.
1533
1534 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
1535         This patch squeese one more byte from the SimdIntrinsc struct.
1536
1537         * mini-x86.c (mono_arch_cpu_enumerate_simd_versions: Use the version number
1538         a a shift amount intead of simply or'ing it.
1539
1540         * mini.h: Change SIMD_VERSION_* values to be sequential intead of masks.
1541
1542         * simd-intrinsics.c (struct SimdIntrinsc): Squeese simd_version and simd_emit_mode into a single
1543         byte so we can have an aditional flags field without increasing struct size.
1544
1545         * simd-intrinsics.c (emit_intrinsics): Use the value of simd_version as a shift amount before checking
1546         against the simd_supported_versions bitmask.
1547
1548         * simd-intrinsics.c: Set SIMD_INTRINSIC_NAME_MAX to an appropriate value.
1549
1550 Mon Oct 13 10:58:10 CEST 2008 Paolo Molaro <lupus@ximian.com>
1551
1552         * mini.c: remove rawbuffer code (the only use here is unsafe because
1553         it takes locks during signal handling and the kernel now provides much
1554         better info in proc/pid/smaps these days).
1555
1556 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
1557
1558         * mini-amd64.c (mono_arch_output_basic_block): Fix the changes to
1559         OP_X86_PUSH_OBJ. Fixes #434620.
1560
1561         * objects.cs: Add a test.
1562         
1563 2008-10-12  Rodrigo Kumpera  <rkumpera@novell.com>
1564
1565         * basic-simd.cs: Remove PackWithUnsignedSaturation tests as it turns out
1566         that the packuswb/packusdw don't work with unsigned numbers for what
1567         would be negative numbers in signed format.
1568
1569         * cpu-x86.md: Add doubleword forms of many ops and packing ones.
1570         Fix the len of fconv_to_r8_x and xconv_r8_to_i4.
1571
1572         * mini-ops.h: Add doubleword forms of many ops and packing ones.
1573
1574         * mini-x86.c: Emit doubleword forms of many ops and packing ones.
1575
1576         * simd-intrinsics.c (SimdIntrinsc): Rename the flags field to simd_version.
1577
1578         * simd-intrinsics.c (vector4f_intrinsics): Use simd_version field for sse3 ops.
1579
1580         * simd-intrinsics.c (vector4u_intrinsics): Rename to vector4ui_intrinsics and
1581         add more ops.
1582
1583         * simd-intrinsics.c (simd_version_name): New function, returns the name of the
1584         version as the enum in mini.h.
1585
1586         * simd-intrinsics.c (emit_intrinsics): Instead of having a special emit mode
1587         for sse3 ops, check the simd_version field if present. This way the code
1588         works with all versions of sse.
1589
1590 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1591
1592         * simd-intrinsics.c: Fixed intrinsic name typo.
1593
1594         * mini.h: Added missing simd exported function.
1595
1596         * basic-simd.cs: Added tests for Vector4ui.
1597         Fixed broken test for Vector16b.
1598
1599 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
1600
1601         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Increase
1602         the max length to 64.
1603
1604 2008-10-10  Mark Probst  <mark.probst@gmail.com>
1605
1606         * method-to-ir.c: Only do the fast virtual generic method call for
1607         non-wrapper methods.
1608
1609         * mini.h, mini-trampolines.c: The new generic virtual remoting
1610         trampoline handles virtual method calls via the vtable (as done by
1611         the fast virtual generic method calls) to remoting proxies.
1612
1613         * mini.c (mono_jit_create_remoting_trampoline): For generic
1614         methods reate a generic virtual remoting trampoline.
1615
1616         * mini-amd64.h: Enable fast virtual generic method calls again.
1617
1618 2008-10-10  Mark Probst  <mark.probst@gmail.com>
1619
1620         * mini-ppc.c: Use SP (r1), not frame_reg (which might be r31) to
1621         restore registers when doing tail calls.
1622
1623 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1624
1625         * simd-intrinsics.c (emit_intrinsics): Vector4u was renamed to
1626         Vector4ui.
1627
1628 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1629
1630         * basic-simd.cs: Add test for Vecto16b.PackWithUnsignedSaturation.
1631
1632 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1633
1634         * simd-intrinsics.c (emit_intrinsics): Retrofit to new type names.
1635
1636 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1637
1638         * basic-simd.cs: Retrofit for API changes.
1639
1640 2008-10-10  Mark Probst  <mark.probst@gmail.com>
1641
1642         * mini-ppc.c: Handle integer stack arguments for tail calls.
1643
1644 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1645
1646         * optflags-def.h: Removed sse3 optimization.
1647
1648         * driver.c: Same.
1649
1650         * mini-x86.c (mono_arch_cpu_optimizazions): Remove detection of
1651         sse3.
1652
1653         * mini-x86.c: Added mono_arch_cpu_enumerate_simd_versions.
1654
1655         * mini.h: Added enumeration with simd versions.
1656
1657         * simd-intrinsics.c (emit_intrinsics): Use the new static var
1658         for detecting SSE3.
1659
1660         * simd-intrinsics.c: Added mono_simd_intrinsics_init.
1661
1662         * mini.c (mini_init): Call mono_simd_intrinsics_init.
1663
1664 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1665
1666         * basic-simd.cs: Added tests for Vector8u and Vector16u.
1667
1668         * basic-simd.cs: Fixed test naming.
1669
1670 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1671
1672         * mini-ops.h: Added ops for packed and saturated math, shifts
1673         and packing/unpacking.
1674
1675         * cpu-x86.md: Added descriptors for the above ops.
1676
1677         * mini-x86.c: Added code to emmit the above ops.
1678
1679         * simd-intrinsics.c: Added support for Vector16u and Vector8u.
1680
1681 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
1682
1683         * aot-compiler.c (compile_method): Enable AOT for generic code.
1684
1685         * ir-emit.h (NEW_DOMAINCONST): Use domainvars in AOT code as well.
1686
1687 Wed Oct 8 16:35:43 CEST 2008 Paolo Molaro <lupus@ximian.com>
1688
1689         * mini.c: add a workaround for a common screwup that ends up blamed
1690         to mono (other processes blocking signal delivery).
1691
1692 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
1693
1694         * method-to-ir.c (mono_method_to_ir2): Clear ins_flag on all code paths
1695         in the LDFLD/STFLD opcodes. Fixes #432673.
1696
1697         * iltests.il.in: Add a new test.
1698
1699 Tue Oct 7 19:59:07 CEST 2008 Paolo Molaro <lupus@ximian.com>
1700
1701         * mini-arm.c: attach the thread in unmanaged->managed transitions
1702         using delegates (bug #433148).
1703
1704 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
1705
1706        * basic-simd.cs: Use new ShuffleSel constants.
1707
1708 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
1709
1710         * driver.c (opt_sets): Added combinations of simd, sse2 and sse3.
1711
1712         * mini-x86.c (mono_arch_cpu_optimizazions): Detect sse3 and now
1713         only disable simd intrinsics if no sse2 is detected.
1714
1715         * optflags-def.h: Added sse3.
1716
1717         * simd-intrinsics.c: Avoid generated sse3 intrinsics if the optimization
1718         is disabled.
1719
1720 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
1721
1722         * aot-compiler.c (add_wrappers): Fix Delegate/MulticastDelegate classes
1723         when adding delegate-invoke wrappers.
1724
1725 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
1726
1727         * Makefile.am: Reenable the simd tests.
1728
1729 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
1730
1731         * mini-amd64.c (mono_arch_emit_outarg_vt) : In the ArgValuetypeAddrInIReg case,
1732           add a call to mono_call_inst_add_outarg_reg for the arg->dreg to make sure that no
1733           other vreg is allocated to that hreg.
1734
1735         Contributed under MIT/X11 license.
1736
1737 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
1738
1739         * Makefile.am: Disable the simd tests for now as Mono.Simd is not
1740         yet checked in.
1741
1742 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
1743
1744         * basic-simd.cs: New test suite for SIMD intrinsics.
1745
1746         * Makefile.am: Added new tests.
1747
1748 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
1749
1750         * cpu-x86.md: Added new instructions to handle float to int using SSE regs.
1751
1752         * mini-ops.h: Same.
1753
1754         * mini-x86.h: Enable mono_arch_decompose_opts if simd intrinsics are enabled.
1755
1756         * mini-x86.c (mono_arch_decompose_opts): Decompose float to int conversion
1757         using SSE2 aware opcodes.
1758
1759         * mini-x86.c (emit_float_to_int): Disable the SSE2 optimization if OPT_SIMD
1760         is enabled, this code path is only reachable if conversion ops are emmited after
1761         mono_method_to_ir.
1762
1763         * mini.h: Added MonoCompile::fconv_to_r8_x_var to hold the float to int var.
1764
1765         This optimization saves 6 bytes per conversion against the old version.
1766
1767 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
1768
1769         * aot-compiler.c (compile_method): Don't skip methods referencing 
1770         generic methods without a corresponding entry in token_info_hash, since
1771         encode_method_ref () can handle all generic methods now.
1772
1773         * method-to-ir.c (mono_save_token_info): Don't save the token info if a 
1774         generic context is set.
1775         
1776         * method-to-ir.c (mono_method_to_ir2): Put back a disable_aot for
1777         generic sharing of LDTOKEN.
1778
1779 2008-10-06  Mark Probst  <mark.probst@gmail.com>
1780
1781         * mini-amd64.h: Temporarily disabled fast virtual generic method
1782         calls because it breaks the System.Runtime.Remoting tests.
1783
1784 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
1785
1786         * aot-compiler.c (add_wrappers): Add delegate-invoke wrappers.
1787
1788         * method-to-ir.c (check_inline_called_method_name_limit): Return TRUE
1789         so inlining actually works.
1790         (check_inline_caller_method_name_limit): Ditto.
1791
1792 Mon Oct 6 11:04:38 CEST 2008 Paolo Molaro <lupus@ximian.com>
1793
1794         * mini-ppc.c: mono_arch_flush_icache () cast pointer using gsize for
1795         64 bit safety (from Olaf Hering and Andreas Färber).
1796
1797 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
1798         
1799         * mini-trampolines.c (mono_aot_trampoline): Delegate processing to
1800         mono_magic_trampoline () if aot_get_method_from_token () fails. Remove
1801         unused virtual call support code.
1802
1803         * aot-runtime.c (decode_method_ref): Add a 'no_aot_trampoline' out argument.
1804         
1805         * aot-runtime.c (mono_aot_get_method_from_vt_slot): Return NULL for methods
1806         which can't use aot trampolines.
1807         (decode_patch): Don't create aot trampolines for methods which can't use
1808         them.
1809
1810         * aot-compiler.c (encode_method_ref): Add a marker for methods which can't
1811         use aot trampolines.
1812
1813         * mini.h: Bump AOT image format version.
1814         
1815 2008-10-05  Zoltan Varga  <vargaz@gmail.com>
1816
1817         * method-to-ir.c (mono_method_to_ir2): Pass cil_method instead of cmethod
1818         to save_token_info () since cmethod is inflated for constrained calls.
1819
1820         * mini-<ARCH>.h mini-x86.c: Remove some unused defines.
1821
1822 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
1823
1824         * Makefile.am: Add build rules for ppc64.
1825         This avoids the build failing at pedump with unresolved symbols
1826         due to lack of arch_sources. Instead it will now fail earlier
1827         due to lack of cpu-ppc64.md.
1828
1829         Contributed under MIT/X11 license.
1830
1831 2008-10-04  Mark Probst  <mark.probst@gmail.com>
1832
1833         * mini-amd64.c (mono_arch_emit_call): Support stack arguments for
1834         tail calls.
1835
1836         * iltests.il.in: Add test case for tail call with many arguments.
1837
1838 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
1839
1840         * method-to-ir.c (mono_method_to_ir2): Add an !cfg->compile_aot assert
1841         to the fast virtual generic method code until the aot case is fixed.
1842
1843 2008-10-03  Mark Probst  <mark.probst@gmail.com>
1844
1845         * mini-ppc.c, mini-ppc.h: Implement generic virtual method thunks.
1846
1847 2008-10-03  Mark Probst  <mark.probst@gmail.com>
1848
1849         * mini-amd64.c, mini-amd64.h: Implement generic virtual method
1850         thunks.
1851
1852 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
1853         
1854         * simd-intrinsics.c: Forgot to add this one.
1855
1856         * mini-codegen.c: Fix macro in case SIMD is not supported.
1857
1858 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
1859         
1860         This patch land initial JIT support for simd intrinsics.
1861
1862         * mini-x86.h: Added new define to make --enable_minimal work on x86.
1863
1864         * Makefile.am: Added simd-intrinsics.c
1865
1866         * simd-intrinsics.c: New file with simd instrinsic related
1867         code.
1868
1869         * cfold.c (mono_constant_fold_ins2): Fold XZERO.
1870
1871         * cpu-x86.md: Add simd related instructions.
1872
1873         * driver.c: Added MONO_OPT_SIMD to the default set of optimizations.
1874
1875         * driver.c: Added two new --regression variants.
1876
1877         * ir-emit.h (MONO_EMIT_NEW_VZERO): Emit XZERO if the type is a simd intrinsic.
1878
1879         * local-propagation.c (mono_local_cprop2): Eliminate useless XMOVE.
1880
1881         * local-propagation.c (mono_local_deadce): Use new macro MONO_IS_NON_FP_MOVE and
1882         extract some complicated logic to helper functions.
1883
1884         * method-to-ir.c (mono_type_to_regmove): Handle simd intrinsics.
1885
1886         * method-to-ir.c (mini_emit_inst_for_method): Emit simd intrinsics.
1887
1888         * method-to-ir.c (mono_handle_global_vregs): If a simd intrinsic was found, apply
1889         the specialized simplification pass.
1890
1891         * method-to-ir.c (mono_spill_global_vars): Use new macro.
1892
1893         * mini-codegen.c: Added SIMD constants to all regbanks arrays.
1894
1895         * mini-codegen.c: Added reg_bank_table_init to initialize the reg desc -> bank
1896         table.
1897
1898         * mini-codegen.c: Define a version of the reg_bank macro that uses desc_to_reg_type
1899         if MONO_ARCH_NEED_SIMD_BANK is defined.
1900
1901         * mini-ops.h: Added the new simd ops.
1902
1903         * mini-x86.c: Added mono_arch_xregname.
1904
1905         * mini-x86.c (mono_arch_cpu_optimizazions): Disable MONO_OPT_SIMD if SSE3 is not detected.
1906
1907         * mini-x86.c (mono_arch_output_basic_block): Add simd related opcodes.
1908
1909         * mini-x86.h: Define simd related MONO_ARCH macros.
1910
1911         * mini.c (mono_type_to_load_membase): Handle simd intrinsics.
1912
1913         * mini.c (mono_type_to_store_membase): Handle simd intrinsics.
1914
1915         * mini.h: Added new macros MONO_IS_NON_FP_MOVE, MONO_IS_REAL_MOVE, MONO_IS_ZERO and
1916         MONO_CLASS_IS_SIMD to deal with simd related IR.
1917
1918         * mini.h (MonoInst): Added spill_var to the backend union.
1919
1920         * mini.h (MonoCompile): Added uses_simd_intrinsics and iconv_raw_var.
1921
1922         * mini.h: Added forward declarations of the new simd fuctions.
1923
1924         * optflags-def.h: Added new optimization names SIMD.
1925
1926         * regalloc.c (mono_regstate_reset): Set next vreg to be the max value of the 3 reg banks.
1927
1928         * regalloc.h: Added support for working with 3 register banks.
1929
1930         * regalloc.h (MonoRegState): Added xsymbolic field if a third regbank is required.
1931
1932         * ssa2.c (mono_ssa_deadce2): Use new MONO_IS_ZERO macro.
1933
1934 Fri Oct 3 16:03:22 CEST 2008 Paolo Molaro <lupus@ximian.com>
1935
1936         * mini-exceptions.c: remove 64 bit related ifdef clutter.
1937
1938 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
1939
1940         * mini-exceptions.c (mono_handle_soft_stack_ovf): Unprotect two pages
1941         instead of one on 64 bit systems.
1942
1943         * method-to-ir.c: Remove unused includes.
1944
1945 2008-10-02  Zoltan Varga  <vargaz@gmail.com>
1946
1947         * aot-compiler.c (emit_exception_debug_info): Use jinfo->used_regs instead of
1948         cfg->used_int_regs, since the two are different on arm.
1949
1950 2008-10-02  Mark Probst  <mark.probst@gmail.com>
1951
1952         * method-to-ir.c, inssel.brg, mini-trampolines.c: Use
1953         mono_method_get_vtable_index() to get the vtable index.
1954
1955 2008-10-02  Mark Probst  <mark.probst@gmail.com>
1956
1957         * method-to-ir.c (mono_method_to_ir2): Don't create native
1958         wrappers for array methods, because they're never called (and if
1959         they were called they wouldn't work).
1960
1961 2008-10-02  Mark Probst  <mark.probst@gmail.com>
1962
1963         * method-to-ir.c (mono_method_to_ir2): Array methods are
1964         special-cased and must not be invoked indirectly via the (M)RGCTX
1965         when generic sharing is turned on.  Fixes #431413.
1966
1967 2008-10-01  Mark Probst  <mark.probst@gmail.com>
1968
1969         * method-to-ir.c: When generic sharing is active, call
1970         non-interface virtual generic methods via the standard trampoline.
1971
1972         * mini-trampolines.c: Handle virtual generic shared methods.
1973
1974         * mini.h, mini-x86.c, mini-x86.h: New argument for
1975         mono_arch_build_imt_thunk() which is non-NULL for virtual generic
1976         method thunks and which is the trampoline to call if the lookup
1977         fails.  Enable the virtual generic method thunk for x86.
1978
1979         * mini-amd64.c, mini-arm.c, mini-ia64.c, mini-sparc.c,
1980         mini-ppc.c (mono_arch_build_imt_thunk): Add the additional
1981         argument but assert that it's NULL, because these archs don't yet
1982         implement the virtual generic method thunk.  Changes in the IMT
1983         thunk data structures.
1984
1985 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
1986
1987         * aot-compiler.c (emit_globals): Avoid invalid characters in
1988         the static linking symbol.
1989
1990         * objects.cs: Add a test for the range check optimization. Fix warnings.
1991
1992         * branch-opts.c (mono_if_conversion): Add back the 'optimize range checks'
1993         optimization from the current JIT.
1994
1995         * method-to-ir.c (mini_emit_inst_for_method): Decompose String.Length
1996         later in decompose_array_access_opts () to allow more optimizations.
1997
1998         * method-to-ir.c (mono_handle_soft_float): Rename this to 
1999         mono_decompose_soft_float () for consistency.
2000
2001         * mini-ops.h: Fix arguments of OP_STRLEN.
2002
2003         * method-to-ir.c (save_cast_details): Extract the cast details saving code
2004         into a separate function.
2005         (reset_cast_details): Ditto.
2006         (handle_unbox): Save cast details. Fixes #431254.
2007
2008         * method-to-ir.c: Remove some obsolete FIXMEs.
2009
2010 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
2011
2012         * ir-emit.h (alloc_dreg): Write a warning before crashing.
2013
2014 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
2015
2016         * mini-codegen.c: More work on macros to make them
2017         ready for multiple regbanks.
2018
2019 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
2020
2021         * method-to.ir.c (mono_type_to_regmove): Remove static modifier.
2022
2023         * mini.h: Export mono_type_to_regmove. Fix signature of mono_regname_full.
2024
2025 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
2026
2027         * mini-codegen.c (mono_spillvar_offset): Proper support for
2028         multiple regbanks.
2029
2030 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
2031
2032         * mini-amd64.c (mono_arch_emit_epilog): Remove some duplicated code from
2033         the stack overflow changes.
2034
2035 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
2036
2037         * mini-codegen.c: Make all bank macros depend on reg_bank.
2038
2039         * mini-codegen.c (mono_local_regalloc): Make free mask
2040         initialization regbank aware.
2041
2042 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
2043
2044         * mini-codegen.c (mono_local_regalloc): Extract callee
2045         mask selection to a function and make it regbank aware.
2046
2047 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
2048
2049         * mini-codegen.c (mono_local_regalloc): Changed the cloberring
2050         code to deal with many regbanks.
2051
2052 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
2053
2054         * mini-codegen.c: More fp->regbank changes.
2055
2056 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
2057
2058         * mini-codegen.c: Change asserts to use MONO_NUM_REGBANKS instead
2059         of a hardcoded constant.
2060
2061 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
2062
2063         * method-to-ir.c (type_from_stack_type): Fix typo.
2064
2065 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
2066
2067         * mini-ia64.c (emit_move_return_value): Convert float return values to
2068         double.
2069
2070         * objects.cs: Add a new test.
2071         
2072         * mini-ia64.c (mono_arch_allocate_vars): Disable fp elimination for
2073         VARARG methods to fix an assert later.
2074
2075         * mini-mips.h mini-mips.c mini-ops.h cpu-mips.md: Update the mips back
2076         end so it at least compiles.
2077
2078 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
2079
2080         * method-to-ir.c (emit_optimized_ldloca_ir): Fix this.
2081
2082 2008-09-28  Rodrigo Kumpera  <rkumpera@novell.com>
2083
2084         * method-to-ir.c (mono_method_to_ir2): Extract the ldloca + initobj
2085         optimization to a new function (emit_optimized_ldloca_ir) and enable
2086         it for both ldloca and ldloca_s.
2087
2088 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
2089
2090         * method-to-ir.c (mono_method_to_ir2): Remove an unnecessary assert in the
2091         gshared CASTCLASS code.
2092
2093         * driver.c (mono_main): Add a workaround for shutdown crashes seen on
2094         amd64, where the libc stack unwinder encounters stack frames referring to
2095         native code in unmapped memory.
2096
2097         * method-to-ir.c (mini_emit_check_array_type): Add support for generic
2098         sharing.
2099
2100         * generics.cs: Add new test.
2101
2102 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
2103
2104         * mini-arm.h driver.c: Print the fp model when using --version on arm. Also,
2105         add a check that one of the ARM_FPU_ constants is defined.
2106
2107         * mini-exceptions.c (mono_handle_soft_stack_ovf): Really fix the build.
2108         
2109         * mini-exceptions.c: Fix build on non-altstack platforms.
2110
2111         * method-to-ir.c (mono_method_to_ir2): Fix aot support for the
2112         sharing of vtypes.
2113
2114         * ir-emit.h: Add a comment to NEW_PCONST.
2115
2116         * mini-exceptions.c (mono_altstack_restore_prot): Fix a warning.
2117
2118         * mini.h (MonoJitDomainInfo): Move some fields here from MonoDomain.
2119
2120         * mini.c aot-runtime.c method-to-ir.c driver.c mini-trampolines.c: Update
2121         after the changes to MonoJitDomainInfo.
2122
2123 2008-09-27  Mark Probst  <mark.probst@gmail.com>
2124
2125         * mini-ppc.c, tramp-ppc.c, mini-ppc.h: Implement generic code sharing.
2126
2127 2008-09-27  Mark Probst  <mark.probst@gmail.com>
2128
2129         * mini-ppc.c: Compiler warning fixes.
2130
2131 2008-09-27  Mark Probst  <mark.probst@gmail.com>
2132
2133         * mini-ppc.c: Special handling for 1/2 byte structs on Darwin only
2134         for pinvokes.
2135
2136 2008-09-27  Mark Probst  <mark.probst@gmail.com>
2137
2138         * exceptions-ppc.c, mini-ppc.h: Compile
2139         mono_arch_handle_altstack_exception() on Darwin, too.
2140
2141 2008-09-27  Mark Probst  <mark.probst@gmail.com>
2142
2143         * method-to-ir.c (mono_emit_rgctx_method_call_full): Must also
2144         work on archs which don't have generic sharing implemented, only
2145         without the vtable_arg.
2146
2147 2008-09-26  Mark Probst  <mark.probst@gmail.com>
2148
2149         * mini.c: Added comment explaining why delegate ctor icall
2150         wrappers are compiled.
2151
2152 2008-09-26  Mark Probst  <mark.probst@gmail.com>
2153
2154         * mini.c: Don't produce trampolines to delegate ctor icall
2155         wrappers but compile them upfront.
2156
2157 Fri Sep 26 17:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
2158
2159         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: amd64 support code for calling a
2160         runtime-set function when going back to managed code. Currently this
2161         is used to set back the protection on the soft ovf pages and/or to
2162         throw the stack overflow exception that happened in unmanaged code.
2163
2164 Fri Sep 26 16:46:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
2165
2166         * tramp-x86.c, mini-x86.h, mini-x86.c: x86 support code for calling a
2167         runtime-set function when going back to managed code. Currently this
2168         is used to set back the protection on the soft ovf pages and/or to
2169         throw the stack overflow exception that happened in unmanaged code.
2170
2171 Fri Sep 26 16:34:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
2172
2173         * mini.h, mini.c, mini-trampolines.c, mini-exceptions.c: added
2174         the support code for restoring stack protection after stack overflows
2175         that happen in unmanaged code. Don't set the exec permission on the
2176         soft overflow area.
2177
2178 2008-09-26  Zoltan Varga  <vargaz@gmail.com>
2179
2180         * mini-trampolines.c (mono_delegate_trampoline): Add wrappers even if
2181         delegate->method_ptr is set. Fixes #428054.
2182
2183 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
2184
2185         * tests.cs: Rename to ratests.cs.
2186
2187         * method-to-ir.c: Merge the emit_get_rgctx () calls into the 
2188         emit_get_rgctx_... functions.
2189
2190 2008-09-25  Mark Probst  <mark.probst@gmail.com>
2191
2192         * method-to-ir.c: Eliminated macro EMIT_GET_RGCTX.
2193
2194 2008-09-25  Mark Probst  <mark.probst@gmail.com>
2195
2196         * mini-trampolines.c (mono_magic_trampoline): Unwrap wrappers
2197         before asserting that method is sharable.
2198
2199 2008-09-25  Mark Probst  <mark.probst@gmail.com>
2200
2201         * method-to-ir.c, mini.c, jit-icalls.c: New function for checking
2202         whether method needs a static RGCTX wrapper used instead of
2203         complex conditions.
2204
2205         * generic-sharing.c, mini.h: A few functions moved to
2206         metadata/generic-sharing.c.
2207
2208 2008-09-25  Mark Probst  <mark.probst@gmail.com>
2209
2210         * method-to-ir.c, mini.c, mini-exceptions.c, mini-trampolines.c:
2211         Generic code sharing for value types, which essentially means
2212         treating value type methods like static methods.  The RGCTX is
2213         passed in the same way.
2214
2215 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
2216
2217         * method-to-ir.c (mono_method_to_ir2): Avoid an assert in the NEWOBJ
2218         opcode when creating multi-dimensional arrays of open types.
2219
2220         * generic-sharing.c (mono_method_check_context_used): Handle arrays of
2221         open generic types.
2222
2223         * generics.cs: Add a test.
2224
2225         * mini-codegen.c: Use macros everywhere for checking floats instead of == 'f'.
2226
2227 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
2228
2229         * mini.h (MonoCompile): Add 'disable_vreg_to_lvreg' flag.
2230
2231         * mini.c (mini_method_compile): Set it when running under the debugger. 
2232
2233         * method-to-ir.c (mono_handle_global_vregs): Disable global->local
2234         vreg optimization if the flag is set.
2235
2236         * driver.c (mono_main): Add --attach= option to pass options to
2237         the attach agent.
2238
2239         * mini.c (sigquit_signal_handler): Start the attach agent.
2240
2241         * ssapre.c: Disable this to save space since it is not yet ported to
2242         linear IR.
2243
2244         * regalloc2.c: Disable this to save space.
2245
2246         * mini.h (MonoJitStats): Remove unused analyze_stack_repeat.
2247
2248 Wed Sep 24 16:01:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
2249
2250         * decompose.c, method-to-ir.c, mini-codegen.c, regalloc2.c: make
2251         the -v option useful again.
2252
2253 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
2254
2255         * mini-amd64.c (mono_arch_output_basic_block): Add support for
2256         --break-at-bb.
2257
2258         * inssel.brg (mini_emit_castclass): Avoid the szarray!=array checks for
2259         arrays of arrays. Fixes #428406.
2260
2261         * method-to-ir.c (mini_emit_castclass): Ditto.
2262
2263         * objects.cs: Add new test.
2264         
2265 2008-09-23  Rodrigo Kumpera  <rkumpera@novell.com>
2266
2267         * method-to-ir.c (type_to_eval_stack_type): The code path for the new JIT
2268         was wrong at it choked against target_type_is_incompatible for byref types.
2269
2270 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
2271
2272         * mini-codegen.c: Use 'bank' macros instead of 'is_fp' macros in most 
2273         places.
2274
2275 Tue Sep 23 15:31:45 CEST 2008 Paolo Molaro <lupus@ximian.com>
2276
2277         * mini-exceptions.c: update a few more exceptions-related counters.
2278
2279 Tue Sep 23 15:28:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
2280
2281         * aot-runtime.c, method-to-ir.c, mini.c, mini-trampolines.c: use the
2282         new functions to allocate from persistent mempools.
2283
2284 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
2285
2286         * mini.h regalloc.h mini-codegen.c: Generalize the regalloc code to allow 
2287         multiple register banks in the future.
2288
2289         * mini-codegen.c (mono_local_regalloc): Fix a warning.
2290
2291 2008-09-22  Rodrigo Kumpera  <rkumpera@novell.com>
2292
2293         * mini.c (type_to_eval_stack_type): Remove duplicated function.
2294
2295         * method-to-ir.c (type_to_eval_stack_type): Make this version compatible with both JIT.
2296
2297         * mini.h: Export type_to_eval_stack_type.
2298
2299         This function was nearly duplicated in method-to-ir.c and mini.c. The difference
2300         is only ins->klass of byref types.
2301
2302 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
2303
2304         * method-to-ir.c (mini_emit_memset): Use a default alignment of 4.
2305         (mini_emit_memcpy2): Ditto.
2306
2307         * mini-amd64.c: Fix a warning.
2308
2309 2008-09-21  Mark Probst  <mark.probst@gmail.com>
2310
2311         * exceptions-ppc.c (mono_arch_get_call_filter): Fixed stack frame
2312         linking.
2313
2314 2008-09-19  Rodrigo Kumpera  <rkumpera@novell.com>
2315
2316         * method-to-ir.c: Extract stloc micro-optimization to a
2317         function and apply it to all cases.
2318
2319 2008-09-19  Mark Probst  <mark.probst@gmail.com>
2320
2321         * method-to-ir.c: Don't fail generic code sharing in cases we
2322         already support.
2323
2324 2008-09-18  Mark Probst  <mark.probst@gmail.com>
2325
2326         * mini-ppc.c: Handle structs in tailcalls on Darwin.
2327
2328 Tue Sep 16 21:07:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
2329
2330         * *.c, *.md, mini-ops.h: introduced relaxed_nop opcode for spin wait
2331         implementation.
2332
2333 Tue Sep 16 16:39:16 CEST 2008 Paolo Molaro <lupus@ximian.com>
2334
2335         * trace.c: make tracing more useful and correct, with per-thread
2336         id and indent info.
2337
2338 2008-09-15  Mark Probst  <mark.probst@gmail.com>
2339
2340         * mini-ppc.c (mono_arch_emit_call): Convert floats to R4 when
2341         doing a method call and the argument is an R4.
2342
2343 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
2344
2345         * aot-compiler.c (add_wrappers): Do not generate runtime invoke wrappers for
2346         generic methods.
2347
2348 2008-09-13  Mark Probst  <mark.probst@gmail.com>
2349
2350         * mini-ppc.c: Convert result to single for OP_ICONV_TO_R4.
2351
2352 2008-09-12  Zoltan Varga  <vargaz@gmail.com>
2353
2354         * mini.h (MONO_IS_JUMP_TABLE): Handle GOT_ENTRY.
2355         (MONO_JUMP_TABLE_FROM_INS): Ditto.
2356
2357 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
2358
2359         * driver.c: Add a --agent argument (not supported yet) to load managed
2360         agent assemblies before loading the main assembly, similarly to how the
2361         Java VM handles agents.
2362
2363 2008-09-11  Mark Probst  <mark.probst@gmail.com>
2364
2365         * mini-ppc.c (mono_arch_allocate_vars): Use arch-independent
2366         function to do stack layout of local variables.
2367
2368 2008-09-11  Mark Probst  <mark.probst@gmail.com>
2369
2370         * mini-ppc.c (calculate_sizes): Bugfix in sigcookie position
2371         calculation.
2372
2373 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
2374
2375         * method-to-ir.c ssa2.c mini.c mini-amd64.c decompose.c ssa.c abcremoval.c
2376         abcremoval2.c branch-opts.c driver.c dominators.c: Disable parts of the
2377         JIT if DISABLE_JIT is defined.
2378
2379         * Makefile.am: Avoid compiling/linking in inssel.c if DISABLE_JIT is
2380         defined.
2381
2382 2008-09-10  Mark Probst  <mark.probst@gmail.com>
2383
2384         * iltests.il.in: Disable the fconv test on PPC (the result is
2385         undefined according to ECMA).
2386
2387 2008-09-10  Mark Probst  <mark.probst@gmail.com>
2388
2389         * iltests.il.in: Enable tail call tests for PPC.
2390
2391         * mini.h: Add variable for storing incoming valuetype argument
2392         addresses for tail calls.
2393
2394         * mini-ppc.c: Implement valuetype arguments and return values for
2395         tailcalls on Linux.
2396
2397 2008-09-09  Mark Probst  <mark.probst@gmail.com>
2398
2399         * mini-ppc.c: Partially implement tail calls (struct arguments and
2400         return values not supported).
2401
2402         * method-to-ir.c: Enable tail calls on PPC.
2403
2404 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
2405
2406         * aot-compiler.c (emit_wrapper_info): Omit the klass name from
2407         runtime-invoke wrappers to work around the problem of them getting
2408         assigned to a random class.
2409
2410         * aot-runtime.c (mono_aot_get_method): Ditto.
2411         
2412 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
2413
2414         * mini-exceptions.c mini-mips.h mini-s390.h exceptions-mips.c: Kill
2415         the CUSTOM_EXCEPTION_HANDLING and CUSTOM_STACK_WALK defines.
2416
2417 2008-09-07  Mark Probst  <mark.probst@gmail.com>
2418
2419         * method-to-ir.c (mono_method_to_ir2): Disable tail calls for PPC
2420         until they're implemented properly.
2421
2422         * exceptions-ppc.c: Use arch-independent exception-handling code
2423         instead of custom one.
2424
2425         * exceptions-ppc.c, mini-ppc.c, mini-ppc.h: Bug fixes and changes
2426         for Linear IR.
2427
2428         * tramp-ppc.c, mini-ppc.c: Fixed warnings.
2429
2430         * decompose.c, aot-runtime.c, aot-compiler.c: PPC code also
2431         applies when __powerpc__ is defined.
2432
2433 2008-09-06  Zoltan Varga  <vargaz@gmail.com>
2434
2435         * aot-runtime.c (mono_aot_get_method): Add another cache mapping wrapper
2436         methods to their code to avoid computing the full name of wrappers and
2437         doing a lookup in a string hash table.
2438
2439 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
2440
2441         * method-to-ir.c: Remove the CHECK_BBLOCK () stuff it is not needed since
2442         we identify bblocks before method_to_ir () is ran.
2443
2444         * branch-opts.c (mono_optimize_branches): Avoid nullifying the exit bblock.
2445         Also avoid optimizing branches pointing to themselves.
2446
2447         * mini.c (mini_method_compile): Ditto. Fixes #422947.
2448
2449 2008-09-05  Rodrigo Kumpera  <rkumpera@novell.com>
2450
2451         * driver.c (mono_main): Enable the new verifier under core-clr and cas.
2452
2453 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
2454
2455         * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Implement this.
2456         (mono_arch_patch_plt_entry): Fix the calculation of the jump_entry.
2457         (mono_arch_get_nullified_class_init_trampoline): Return 'code' instead of
2458         'buf'.
2459
2460         * aot-compiler.c (emit_plt): Fix the arm plt entries, previously they all 
2461         jumped to the same entry in plt_jump_table.
2462
2463 2008-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2464
2465         * method-to-ir.c (initialize_array_data): Handle field with RVA from
2466         dynamic images.
2467
2468 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
2469
2470         * method-to-ir.c (handle_isinst): Do the assignment at the beginning, so the
2471         other assignment can be if converted. Saves 1.5% on corlib size and fixes
2472         #421807.
2473
2474 2008-08-29  Geoff Norton  <gnorton@novell.com>
2475
2476         * aot-compiler.c: The Mach/ARM compiler doesn't understand the bss
2477         segment, and doesn't properly handle .space as .text.  Fixes
2478         AOT Mach/ARM
2479
2480 2008-08-29  Geoff Norton  <gnorton@novell.com>
2481
2482         * mini.c: Disable the mach exception handler when running on 
2483         ARM
2484
2485 2008-08-29  Geoff Norton  <gnorton@novell.com>
2486
2487         * aot-compiler.c: Patch from Renaldas Zioma to properly register 
2488         globals on Darwin/ARM
2489
2490 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
2491
2492         * mini.c: Avoid not initializing the runtime when doing AOT compilation, 
2493         since too many things depend on it. Instead, call 
2494         mono_runtime_set_no_exec ().
2495         
2496         * mini.c (mono_create_tls_get): Call mono_alloc_preg (cfg) when running with
2497         the new JIT.
2498
2499         * aot-compiler.c: Add an 'asm-only' AOT option.
2500
2501         * mini.c: Avoid initializing the runtime when doing AOT compilation.
2502                 
2503         * aot-compiler.c (compile_method): Disable gshared support for now as it
2504         doesn't yet work.
2505
2506 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
2507
2508         * mini-amd64.h : Fix a compiler warning.
2509
2510         * exceptions-amd64.c (mono_arch_unwindinfo_install_unwind_info) :
2511           Changed to use a callback function to retrieve the unwind info.
2512           This avoids problems observed when code blocks were removed by
2513           unloading an app domain.
2514
2515         * mini-amd64.c (mono_arch_cpu_optimizazions) : Removing the peephole 
2516           and branch excludes for Winx64.  The fix in exceptions-amd64.c allows them
2517           to work properly.
2518
2519         Contributed under MIT/X11 license.
2520
2521 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
2522
2523         * mini-amd64.c (mono_arch_output_basic_block) : Fix the OP_X86_PUSH_OBJ
2524           case to keep the stack aligned to 8.
2525
2526         Contributed under MIT/X11 license.
2527
2528 2008-08-26  Zoltan Varga  <vargaz@gmail.com>
2529
2530         * aot-runtime.c (mono_aot_get_method): Add a cache for wrapper names to
2531         avoid repeated linear searches.
2532
2533 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
2534
2535         * aot-compiler.c (add_wrappers): Avoid calling get_runtime_invoke with
2536         methods it can't handle.
2537         
2538         * aot-compiler.c (add_method): Avoid adding a method twice.
2539         (add_wrappers): Add runtime invoke wrappers for all methods.
2540
2541         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): New
2542         function to create an aot-compatible version of this trampoline.
2543
2544         * aot-compiler.c aot-runtime.c: Add support for AOT rgctx fetch trampolines.
2545
2546 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
2547
2548         * aot-compiler.c (compile_method): Skip wrappers of generic icalls.
2549
2550         * method-to-ir.c (mono_method_to_ir2): Replace an assert in UNBOX_ANY
2551         with a generic sharing failure.
2552
2553         * aot-compiler.c (emit_klass_info): Call mono_class_get_nested_types ().
2554
2555         * method-to-ir.c (mono_method_to_ir2): Rethrow the correct exception in
2556         CEE_RETHROW. Fixes #419634.
2557
2558         * mini.c (mono_method_to_ir): Ditto.
2559
2560         * exceptions.cs: Add a new test.
2561         
2562         * generic-sharing.c (mini_type_stack_size): Always pass TRUE as allow_open
2563         to mono_type_stack_size_internal () since some callers might not pass in
2564         an rgctx.
2565
2566         * mini-x86.c (mono_arch_emit_prolog): Store the rgctx before calling
2567         instrument_prolog. Fixes #419878.
2568
2569         * mini.c (mono_compile_create_var_for_vreg): Make the lvars representing
2570         doubles in soft float mode volatile.
2571
2572 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
2573
2574         * ir-emit.h (NEW_ARGSTORE): Use cfg->args and cfg->arg_types to fix the build.
2575
2576         * method-to-ir.c (mono_save_args): Use ARGSTORE instead of TEMPSTORE
2577         to handle soft float correctly.
2578
2579         * tramp-arm.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Implement
2580         the fast path.
2581
2582         * mini.h (struct MonoCallInst): Add dynamic_imt_arg boolean field.
2583
2584         * exceptions-arm.c (mono_arch_find_jit_info): Set ctx->regs [ARMREG_R11]
2585         to sp, since the generics catch code requires it.
2586
2587         * mini-arm.h (MONO_ARCH_VTABLE_REG): Use R0 for this to avoid needless
2588         copying.
2589
2590         * method-to-ir.c (emit_imt_argument): Pass imt_arg to 
2591         mono_arch_emit_imt_argument ().
2592
2593         * mini-<ARCH>.c (mono_arch_emit_imt_argument): Add an 'imt_arg' argument.
2594
2595         * mini-arm.c tramp-arm.c: Generic sharing updates.
2596
2597 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
2598
2599         * mini-arm.c: Fix the arm build.
2600
2601         * generic-sharing.c (mini_type_get_underlying_type): New helper function
2602         handling enums, generic instances and generic sharing.
2603         (mini_type_stack_size_full): Ditto.
2604
2605         * mini-amd64.c mini-x86.c mini-arm.c: Use the new functions.
2606         
2607         * mini.h (struct): Add 'uses_rgctx_reg' and 'uses_vtable_reg' fields.
2608
2609         * method-to-ir.c: Set the new fields when using RGCTX_REG/VTABLE_REG.
2610
2611         * tramp-arm.c: Implement the rgctx fetch and the generic class init 
2612         trampolines.
2613
2614         * mini-arm.c: Various small generic sharing changes.
2615
2616         * tramp-x86.c (mono_arch_create_generic_class_init_trampoline): Implement
2617         this for x86.
2618         (mono_arch_create_trampoline_code): Remove most of the GENERIC_CLASS_INIT
2619         custom code.
2620
2621         * mini-trampolines.c (mono_create_generic_class_init_trampoline): New
2622         helper function to return a generic class init trampoline.
2623
2624         * method-to-ir.c mini.c: Use it.
2625         
2626         * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline): New
2627         arch-specfic function to return a generic class init trampoline.
2628
2629         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Remove most of
2630         the GENERIC_CLASS_INIT custom code.
2631
2632         * method-to-ir.c (mono_method_to_ir2): If RGCTX_REG is not defined, that is
2633         a fatal error, not a sharing failure.
2634
2635         * tramp-<ARCH>.c (mono_arch_get_rgctx_lazy_fetch_offset): Removed, no longer
2636         needed.
2637
2638         * mini-trampolines.c (mono_rgctx_lazy_fetch_trampoline): Get the additional
2639         trampoline argument from MONO_ARCH_VTABLE_REG.
2640
2641         * tramp-x86.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
2642         order of the arguments to the C trampoline: pass 'slot' as the trampoline
2643         argument, and pass the vtable in VTABLE_REG.
2644
2645         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
2646         order of the arguments to the C trampoline: pass 'slot' as the trampoline
2647         argument, and pass the vtable in VTABLE_REG.
2648         (mono_arch_create_trampoline_code_full): Remove some special casing for
2649         the rgctx fetch trampoline.
2650
2651         * mini.c (mono_method_to_ir): Fix the STELEM_ANY+null value optimization.
2652         Fixes #419273.
2653
2654         * iltests.il: Add a test for it.
2655
2656 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
2657
2658         * aot-compiler.c (compile_method): Enable AOT support for generics sharing.
2659
2660         * method-to-ir.c (mono_method_to_ir2): Remove an aot restriction which is
2661         no longer needed.
2662
2663         * mini-trampolines.c (mono_magic_trampoline): Add a sync wrapper here,
2664         use mono_jit_info_table_find () to avoid recursion.
2665         (mono_delegate_trampoline): Add a sync wrapper here.
2666
2667         * method-to-ir.c (mono_method_to_ir2): Don't call mono_ldftn_nosyc
2668         here.
2669
2670         * mini.c (mono_method_to_ir): Ditto.
2671         
2672         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Remove
2673         add_sync_wrapper argument. Don't add a sync wrapper here.
2674         (mono_create_jump_trampoline): Don't add a sync wrapper here.
2675
2676         * jit-icalls.c (mono_ldftn_nosync): Removed, no longer needed.
2677         
2678 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
2679
2680         * exceptions-amd64.c (seh_handler):  For Winx64 adding missing copy 
2681           of nonvolatile registers back from MonoContext to CONTEXT.
2682
2683         Contributed under MIT/X11 license.
2684
2685 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
2686
2687         * mini-amd64.c (mono_arch_get_delegate_invoke_impl):  When shifting the
2688           arguments on Winx64 there are only 4 argument registers.  For this
2689           logic to work the last argument must be pulled from the stack.  
2690
2691         Contributed under MIT/X11 license.
2692
2693 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
2694
2695         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
2696
2697         * aot-runtime.c aot-compiler.c patch-info.h mini.c: Get rid of
2698         MONO_PATCH_INFO_WRAPPER, encode/decode wrapper methods like the others in
2699         encode/decode_method_ref ().
2700
2701         * aot-compiler.c (encode_patch): Handle STATIC_RGCTX_INVOKE wrappers.
2702
2703         * aot-runtime.c (decode_patch): Ditto.  
2704
2705         * mini.c (mono_resolve_patch_target): Handle RGCTX_FETCH sub-patches of type
2706         MONO_PATCH_INFO_METHOD.
2707
2708         * aot-runtime.c (decode_exception_debug_info): Decode the contents of
2709         MonoGenericJitInfo.
2710
2711         * aot-compiler.c (emit_exception_debug_info): Emit the contents of
2712         MonoGenericJitInfo.
2713
2714         * method-to-ir.c (emit_imt_argument): Fix AOT+gshared support.
2715
2716         * mini-amd64.c (add_valuetype): Use a dummy gsctx if we didn't receive
2717         one from the caller.
2718
2719         * aot-runtime.c (decode_generic_inst): New function to decode and
2720         return a interned generic inst.
2721         (decode_klass_ref): Use it.
2722         (decode_method_ref): Ditto.
2723
2724         * aot-compiler.c (emit_exception_debug_info): Save 
2725         jinfo->has_generic_jit_info too.
2726
2727 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
2728
2729         * mini-ia64.c (mono_arch_output_basic_block): Add OP_FCONV_TO_I.
2730
2731         * iltests.il.in: Add a test for fconv_to_i.
2732
2733         * liveness.c: Disable the liveness2 pass for now to save space.
2734
2735         * regalloc2.c: Include mempool-internals.h to fix warnings.
2736
2737         * aot-compiler.c (encode_method_ref): Encode the context of generic
2738         instance methods.
2739
2740         * aot-runtime.c (decode_method_ref): Inflate generic methods using
2741         the context saved in the aot file.
2742
2743         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
2744
2745         * mini-x86.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
2746
2747         * method-to-ir.c (mono_method_to_ir2): When using CEE_JMP, make arguments
2748         volatile so they won't be optimized away.
2749
2750 2008-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2751
2752         * ssa.c:
2753         * ssa2.c:
2754         * mini.c:
2755         * regalloc2.c:
2756         * dominators.c: Remove duplicated functions that now are in
2757         mempool-internals.h.
2758
2759 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
2760
2761         * aot-compiler.c: Fix warnings.
2762
2763         * aot-runtime.c (decode_klass_ref): Add support for VARs/MVARs.
2764
2765         * aot-compiler.c (encode_klass_ref): Encode is_method too for VARs/MVARs.
2766
2767         * method-to-ir.c (emit_get_rgctx_method): Use MONO_PATCH_INFO_METHODCONST
2768         as the patch type.
2769
2770         * mini.c (mono_resolve_patch_target): Ditto.
2771         
2772         * aot-compiler.c (encode_patch): Add support for RGCTX_FETCH.
2773         (encode_klass_ref): Add support for encoding VARs/MVARs.
2774
2775         * mini.c (mono_patch_info_dup_mp): Handle RGCTX_FETCH.
2776
2777         * aot-runtime.c (decode_patch_info): Rename to 'decode_patch'. Split out
2778         the handling of the got entries into a separate 'decode_got_entry' function.
2779         Add support for RGCTX_FETCH.
2780
2781         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RDI since RAX is
2782         clobbered by the trampoline code.
2783
2784         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RAX since that is
2785         not clobbered by the indirect calling code.
2786
2787 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
2788
2789         * mini-x86.c (mono_arch_patch_code): Handle RGCTX_FETCH/GENERIC_CLASS_INIT
2790         to fix the build.
2791
2792 2008-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2793
2794         * method-to-ir.c (mono_emit_method_call_full): Alloc the constructor
2795         signature using the compilation mempool otherwise we would leak it.
2796
2797 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
2798
2799         * method-to-ir.c (mono_method_to_ir2): Emit the generic class inits using
2800         mono_emit_abs_call ().
2801
2802         * patch-info.h: Add GENERIC_CLASS_INIT.
2803
2804         * mini.c (mono_resolve_patch_target): Handle GENERIC_CLASS_INIT.
2805
2806         * mini-amd64.c (emit_call_body): Treat abs calls which have a patch info
2807         as their target as a near call.
2808
2809         * mini.c (mono_codegen): Handle patches stored in cfg->abs_patches in the
2810         ABS handling code.
2811         (mono_resolve_patch_target): Add support for MONO_PATCH_INFO_RGCTX_FETCH.
2812
2813         * method-to-ir.c (mono_emit_abs_call): New helper function which emits a
2814         call to a runtime function described by a patch.
2815
2816         * method-to-ir.c: Emit rgctx entry fetches and class init trampolines using
2817         mono_emit_abs_call, this has the advantage that the ABS handling code in
2818         mono_codegen () can handle them both, and can handle other stuff in the
2819         future without additional code.
2820
2821         * mini.h (struct MonoJumpInfoRgctxEntry): New structure describing an rgctx
2822         entry.
2823         (MonoCompile): Add 'abs_patches' hashtable, which contains patches describing
2824         abs addresses.
2825
2826         * mini.h: Add missing bblock related prototypes.
2827
2828         * mini.h (MonoCompile): Remove unused reverse_inst_list and
2829         reverse_inst_list_len fields.
2830
2831         * mini.c: Refactor this file a bit by moving branch optimizations to 
2832         branch-opts.c.
2833
2834         * method-to-ir.c: Merge generic sharing changes missed earlier.
2835
2836         * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST.
2837
2838         * aot-runtime.c (decode_patch_info): Refactor the code dealing with the
2839         shared patches. Process METHODCONST as a shared patch.
2840
2841         * liveness.c (mono_analyze_liveness): Disable the liveness2 code for now
2842         as it crashes on the 2.0 mscorlib.
2843
2844         * aot-compiler.c (is_shared_got_patch): Revert the last change as it seems
2845         to cause crashes.
2846         
2847         * aot-compiler.c: Use is_plt_patch () in a few additional places.
2848         (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST, which is generated
2849         by IMT.
2850
2851         * aot-compiler.c: Reorganize the got handling code to be a bit more
2852         understandable.
2853
2854 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
2855
2856         * aot-compiler.c: Make the patch_to_plt_offset hash table use 
2857         mono_patch_info_equals/hash, and use it to massively simplify
2858         get_plt_index ().
2859
2860         * mini.c (mono_patch_info_hash): Simplify this and add support for
2861         more patch types.
2862
2863         * patch-info.h: Rename RGCTX_LAZY_FETCH_TRAMPOLINE to just RGCTX_FETCH.
2864
2865         * mini.c aot-compiler.c aot-runtime.c: Revert the LAZY_FETCH_TRAMPOLINE
2866         handling code, since an offset is not enough to identify a trampoline.
2867
2868         * method-to-ir.c: Remove some g_assert (!cfg->compile_aot) lines.
2869
2870 2008-08-17  Mark Probst  <mark.probst@gmail.com>
2871
2872         * mini.c (mono_op_imm_to_op): Add case for OP_IMUL_IMM.
2873
2874         * method-to-ir.c (mono_method_to_ir2): Decompose OP_CKFINITE.
2875
2876         * mini-ops.h: Argument and result types for OVF_CARRY ops.
2877
2878         * decompose.c: PPC decompositions for various ops.
2879
2880         * cpu-ppc.md, inssel-ppc.brg, mini-ppc.c: PPC changes for Linear IL.
2881
2882 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
2883
2884         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Make this
2885         call the generic trampoline code using a call, instead of a jump, to
2886         remove some special casing from the generic trampoline code.
2887
2888         * mini.c (mono_resolve_patch_target): Handle LAZY_FETCH_TRAMPOLINE.
2889         (mono_codegen): Ditto.
2890
2891         * aot-compiler.c aot-runtime.c: Ditto.
2892
2893         * patch-info.h: Add MONO_PATCH_INFO_RGCTX_LAZY_FETCH_TRAMPOLINE.
2894
2895         * mini-trampolines.c (mono_find_rgctx_lazy_fetch_trampoline_by_addr): New
2896         helper function to find the offset corresponding to a lazy fetch trampoline.
2897
2898         * mini.h (MonoCompile): Add 'orig_method' field to hold the original method
2899         when doing generic sharing.
2900
2901         * aot-compiler.c: Use cfg->orig_method instead of cfg->method in a lot of
2902         places.
2903         
2904         * mini.c (mono_create_rgctx_lazy_fetch_trampoline): Move this to
2905         mini-trampolines.c to be with the other trampoline creation functions.
2906
2907         * method-to-ir.c (mono_emit_method_call): Remove the 'signature' argument
2908         as it is equal to method->signature in most cases, add a 
2909         mono_emit_method_call_full variant which takes a signature and an imt
2910         argument as well.
2911
2912 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
2913
2914         * jit-icalls.c (mono_helper_compile_generic_method): Don't pass the context
2915         to this function, since it could be computed easily from the method 
2916         argument.
2917         (mono_helper_compile_generic_method_wo_context): Removed, not needed any
2918         more.
2919
2920         * method-to-ir.c mini.c: Remove references to 
2921         compile_generic_method_wo_context.
2922
2923         * method-to-ir.c (mono_method_to_ir2): Enable AOT for virtual
2924         generic method calls.
2925         
2926         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_1 for 1
2927         dimensional non-szarrays.
2928
2929         * mini.c (mini_init): Register mono_array_new_1.
2930
2931         * jit-icalls.c (mono_array_new_1): New jit icall.
2932
2933         * mini-trampolines.c (mono_magic_trampoline): For jumps, patch the GOT entries
2934         pointing to the method.
2935
2936         * aot-runtime.c (mono_aot_get_method_from_token): Register GOT slots holding
2937         method addresses belonging to METHOD_JUMP patches in the 
2938         jump_target_got_slot_hash.
2939         (mono_aot_load_method): Ditto.
2940
2941         * aot-compiler.c (compile_method): Allow AOT compilation of methods with
2942         METHOD_JUMP patches.
2943
2944         * mini.c (mini_create_jit_domain_info): New helper function which 
2945         initializes/frees domain->runtime_info.
2946         (mini_free_jit_domain_info): Ditto.
2947         (mini_init): Install the domain hook functions with the runtime.
2948
2949         * mini.h (MonoJitDomainInfo): New structure which stores the domain specific
2950         information maintained by the JIT.
2951
2952         * mini.c (mono_resolve_patch_target): For PATCH_INFO_METHOD_JUMP, move the
2953         insertion into jump_table_hash into mono_codegen (), also implement proper
2954         locking.
2955
2956         * method-to-ir.c (mono_method_to_ir2): Don't disable AOT for CEE_JMP and
2957         tail calls, it is already done by the aot code.
2958         
2959         * method-to-ir.c (mono_method_to_ir2): Handle CEE_JMP using the tail call
2960         mechanism on amd64.
2961
2962         * iltests.il.in: Make the jmp test a bit more complex.
2963
2964         * aot-compiler.c (encode_method_ref): Handle references to normal methods of
2965         generic instances which doesn't have a token.
2966
2967         * aot-runtime.c (decode_method_ref): Ditto.
2968         
2969         * method-to-ir.c (handle_unbox_nullable): Don't disable AOT, the aot code
2970         can handle this case now.
2971         (handle_box): Ditto.
2972
2973 2008-08-15  Geoff Norton  <gnorton@novell.com>
2974
2975         * mini-x86.c: Fix alignment on Apple x86, and re-disable the alignment
2976         debugging check.
2977
2978 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
2979
2980         * method-to-ir.c (mono_method_to_ir2): Allow AOT compilation of methods
2981         calling generic methods.
2982
2983         * aot-compiler.c (encode_patch): Handle MONO_PATCH_INFO_METHOD_RGCTX.
2984
2985         * aot-runtime.c (decode_patch_info): Ditto.
2986
2987         * mini.c (mono_resolve_patch_target): Ditto.
2988         
2989         * patch-info.h: Add METHOD_RGCTX.
2990
2991         * mini-amd64.c (mono_arch_output_basic_block): Optimize LOCALLOC_IMM.
2992
2993 2008-08-14  Zoltan Varga  <vargaz@gmail.com>
2994
2995         * mini-amd64.c (mono_arch_emit_call): Nullify call->vret_var if returning
2996         arguments in registers.
2997
2998         * decompose.c (mono_decompose_vtype_opts): Create a var for the vreg in
2999         OP_VCALL too, don't depend on OP_OUTARG_VTRETADDR doing it.
3000
3001         * mini.c (mini_method_compile): Abort aot compilation for generic
3002         methods if generic sharing is disabled.
3003         
3004         * mini.c (mono_method_to_ir): Disable AOT for virtual calls requiring
3005         an mrgctx.
3006
3007         * method-to-ir.c (mono_method_to_ir2): Disable AOT for virtual calls 
3008         requiring an mrgctx.
3009
3010         * decompose.c (mono_decompose_vtype_opts): Emit the correct sized
3011         store instructions when converting a vcall to a normal call.
3012
3013         * mini.c (sigprof_signal_handler): Call mono_find_jit_info instead of
3014         mono_arch_find_jit_info.
3015
3016 2008-08-13  Zoltan Varga  <vargaz@gmail.com>
3017
3018         * method-to-ir.c (check_inline_called_method_name_limit): Optimize this to
3019         avoid calling mono_method_full_name () for every method even if the
3020         env var is not set.
3021         (check_inline_caller_method_name_limit): Ditto.
3022
3023 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
3024
3025         * driver.c (main_thread_handler): Allow AOT compilation of multiple 
3026         assemblies in one run.
3027
3028         * aot-compiler.c (mono_compile_assembly): Only print out a count of
3029         skipped methods if it is not 0.
3030
3031         * Makefile.am (aotcheck): AOT compile all test assemblies in one run.
3032
3033 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
3034
3035         * mini.c (mono_codegen):  Changing a preprocessor check from WIN64 to
3036           MONO_ARCH_HAVE_UNWIND_TABLE.
3037
3038         Contributed under MIT/X11 license.
3039
3040 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
3041
3042         * mini-amd64.c (mono_arch_cpu_optimizazions):  Remove peephole and branch
3043           from default optimizaton list on Winx64.
3044
3045         * mini-amd64.c (emit_tls_get):  Added Winx64 specific implementation for GetTLS.
3046
3047         * mini-amd64.c (mono_arch_emit_prolog):  Adding an offset on Winx64 to get
3048           the LMF from the MonoJitTlsData structure.
3049
3050         * mini-amd64.c (mono_arch_setup_jit_tls_data):  Added Winx64 implementation.
3051
3052         Contributed under MIT/X11 license.
3053
3054 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
3055
3056         * mini.c (sigsegv_signal_handler): Fix the build.
3057
3058         * mini-amd64.c (emit_call_body): Use image->aot_module instead of 
3059         assembly->aot_module.
3060
3061         * aot-runtime.c: Use image->aot_module instead of searching in the aot_modules
3062         hash table. This simplifies and speeds up a lot of code, and fixes support
3063         for .netmodules.
3064
3065         * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes if the thread is not registered
3066         with the runtime.
3067
3068         * mini-exceptions.c: Ditto.
3069         
3070         * exceptions-*c.c (mono_arch_find_jit_info): Remove unused 'trace' and
3071         'native_offset' argument, since these are computed in the 
3072         mono_find_jit_info () function.
3073
3074         * mini-exceptions.c (mono_find_jit_info): Make this non-static, as it
3075         is used by exceptions-ppc.c.
3076
3077         * exceptions-ppc.c: Call mono_find_jit_info () instead of 
3078         mono_arch_find_jit_info ().
3079         
3080         * mini-ppc.h exceptions-ppc.c mini-mips.h mini-mips.c exceptions-mips.c
3081         mini-exceptions.c: Get rid of the CUSTOM_STACK_WALK stuff, use the
3082         generic code in mini-exceptions.c.
3083
3084 2008-08-11  Zoltan Varga  <vargaz@gmail.com>
3085
3086         * mini-ppc.c (mono_arch_flush_register_windows): Add this for ppc.
3087
3088         * aot-runtime.c (mono_aot_get_plt_info_offset): Fix a warning.
3089         
3090         * aot-runtime.c (mono_aot_get_method): Avoid doing all the loading inside
3091         the aot lock, to avoid deadlocks when mono_aot_get_class_from_name () is
3092         called while holding the loader lock. Fixes #415608.
3093         (mono_aot_get_method_from_token_inner): Ditto.
3094
3095 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
3096
3097         * exceptions-ppc.c (mono_jit_walk_stack): Use MONO_INIT_CONTEXT_FROM_CURRENT
3098         to reduce differences between this and the generic implementation in
3099         mini-exceptions.c.
3100         (ves_icall_get_frame_info): Ditto.
3101
3102         * mini-ppc.h (MONO_INIT_CONTEXT_FROM_CURRENT): Define this for ppc too.
3103
3104         * mini-exceptions.c (mono_exceptions_init): Remove an #ifdef which is no
3105         longer neccesarry.
3106
3107         * exceptions-ppc.c (arch_get_call_filter): Rename this to 
3108         mono_arch_get_call_filter () and make it non-static, for consistency with the
3109         other architectures.
3110
3111 2008-08-09  Rodrigo Kumpera  <rkumpera@novell.com>
3112
3113         * mini.c:
3114         * local-propagation.c:
3115         * mini-x86.c: Correct the name of arch defines.
3116
3117 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
3118
3119         * method-to-ir.c (mono_op_to_op_imm_noemul): Correct name of
3120         NO_EMULATE_LONG_SHIFT_OPS define.
3121
3122 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
3123
3124         * method-to-ir.c (mono_method_to_ir2): Remove some code from CEE_MONO_LDPTR
3125         now that aot-ed icall wrappers use CEE_MONO_ICALL_ADDR.
3126
3127         * aot-compiler.c aot-runtime.c: Add support for static aot compilation.
3128         MACH fixes. Merged from the 2.0 branch.
3129
3130         * method-to-ir.c (mono_method_to_ir2): Handle CEE_MONO_ICALL_ADDR.
3131
3132         * mini.c (mono_resolve_patch_target): Error out if an icall is not found.
3133         (mono_method_to_ir): Handle CEE_MONO_ICALL_ADDR.
3134
3135         * exceptions-arm.c (mono_arch_get_throw_exception_generic): Add AOT support.
3136
3137         * method-to-ir.c mini.c driver.c aot-compiler.c: Update after
3138         mono_marshal_get_native_wrapper () signature changes.
3139
3140 2008-08-07  Rodrigo Kumpera  <rkumpera@novell.com>
3141
3142         * jit-icalls.c (mono_fconv_ovf_u8): Work around soft-float double to long
3143         conversion bug under arm.
3144
3145 2008-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
3146
3147         * cpu-arm.md: Increase long_conv_to_ovf_i4_2 max length to 36.
3148
3149         * mini-arm.c (mono_arch_output_basic_block): Implement long to int conversion
3150         with overflow checking.
3151
3152 2008-08-05  Marek Habersack  <mhabersack@novell.com>
3153
3154         * Makefile.am (GENMDESC_PRG): when cross-compiling use full path
3155         to the genmdesc.pl file
3156
3157 2008-08-05  Zoltan Varga  <vargaz@gmail.com>
3158
3159         * ir-emit.h (EMIT_NEW_ARGSTORE): Fix the usage of param_types and
3160         arg_array in the soft-float versions of the LOAD/STORE macros.
3161
3162         * method-to-ir.c (mono_method_to_ir2): Fix a warning in the arm switch
3163         implementation.
3164
3165         * ir-emit.h (NEW_VARLOADA): Handle SOFT_FLOAT correctly.
3166
3167 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
3168
3169         * mini-ia64.c (add_valuetype): Only reserve half parameter slot for each member of
3170         a float HFA. Fixes #413621.
3171
3172 2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
3173
3174         * mini-x86.c (mono_arg_get_argument_info): Rename last occurrence of
3175         frame_size to args_size. Fixes build.
3176
3177 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
3178
3179         * mini-x86.c (mono_arch_get_argument_info): Rename frame_size to args_size,
3180         and don't align it to MONO_ARCH_FRAME_ALIGNMENT.
3181
3182         * mini-x86.h: Change MONO_ARCH_FRAME_ALIGNMENT to 8 so doubles stored on
3183         the stack are not unaligned. Fixes #413247.
3184         
3185 Fri Aug 1 18:46:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
3186
3187         * mini.c: update jitted methods performance counters.
3188
3189 Fri Aug 1 16:30:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
3190
3191         * mini-exceptions.c: increase the exceptions thrown performance
3192         counter in mono_handle_exception ().
3193
3194 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
3195
3196         * aot-runtime.c: Use MonoImage's as keys in the aot_modules hash so the aot
3197         can work with netmodules.
3198
3199 2008-07-28  Geoff Norton  <gnorton@novell.com>
3200
3201         * mini-x86.h: Correct the frame alignment on OSX.  Fixes the jit 
3202         regression tests.
3203
3204 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
3205
3206         * mini-x86.c (mono_arch_emit_call): Emi the osx stack alignment at the
3207         correct place.
3208
3209 2008-07-28  Bill Holmes  <billholmes54@gmail.com>
3210
3211         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
3212           The float param registers and other param registers must be the 
3213           same index on Windows x64.
3214
3215         * mini-amd64.c (mono_arch_allocate_vars) : Implementing the 
3216           ArgValuetypeAddrInIReg argument case.  Setting the argument
3217           op to OP_VTARG_ADDR (OP_REGOFFSET)).
3218
3219         * mini-amd64.c (mono_arch_call_opcode) : Winx64 fix.  Use the size
3220           variable computed above as the copy length for arguments of storage
3221           type ArgValuetypeAddrInIReg.
3222
3223         * mini-amd64.c (mono_arch_emit_call) :  Implementing the 
3224           ArgValuetypeAddrInIReg argument case.  This case will rely on
3225           mono_arch_emit_outarg_vt to emit the correct code later in the process.
3226
3227         * mini-amd64.c (mono_arch_emit_call) :  On Winx64 there always needs to be
3228           a 32 byte stack allocation for all calls.  We will omit the adjustment for
3229           jump and tail call instructoins as they do not follow the typical call behavior.
3230
3231         * mini-amd64.c (mono_arch_emit_outarg_vt) :  Implementing the case for
3232           ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
3233           local variable and pass the local variable by reference to the called method.
3234
3235         * mini-amd64.c (mono_arch_emit_prolog, emit_load_volatile_arguments) :
3236           Implementing the ArgValuetypeAddrInIReg argument case.  When the address
3237           of a struct is passed in a register it must be saved with the other
3238           volatile argument on the stack.
3239
3240         * mini-amd64.c (mono_arch_emit_prolog) : Winx64 fix.  When omitting the
3241           frame pointer the stack adjustment value must be saved to the unwind 
3242           info structure.
3243
3244         Contributed under MIT/X11 license.
3245
3246 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
3247
3248         * inssel-x86.brg (stmt): Add missing OP_X86_OUTARG_ALIGN_STACK rule
3249         which got lost in the merge.
3250
3251 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
3252
3253         * method-to-ir.c: Make the helper_sig variables extern to fix the ppc
3254         build.
3255
3256         * mini-amd64.c (emit_call_body): Add a no_patch case missed earlier.
3257         
3258         * mini-amd64.c (emit_call_body): Avoid aligning the call instruction on
3259         icalls, since they won't be patched.
3260
3261         * exceptions-amd64.c (mono_arch_get_restore_context_full): Use a slightly
3262         different code sequence when running under valgrind to prevent some valgrind
3263         errors.
3264
3265         * iltests.il.in: Add new regression test.
3266
3267         * method-to-ir.c (mono_method_to_ir2): Fix handling of inlined methods which
3268         end with a throw.
3269
3270         * method-to-ir.c (mono_method_to_ir2): Use get_vreg_to_inst () instead of
3271         accessing cfg->vreg_to_inst directly to prevent a crash in LDFLD.
3272
3273         * iltests.il.in: Add new test.
3274
3275         * aot-compiler.c: Fix some warnings.
3276
3277         * decompose.c (mono_decompose_long_opts): Implement OP_ICONV_TO_OVF_I8_UN.
3278         Fixes #412494.
3279
3280 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
3281
3282         * driver.c (mono_main): Fix the --gc=none build. Fixes #412482.
3283         (mini_usage_jitdeveloper): Add a missing --wapi option.
3284
3285 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
3286
3287         * mini-codegen.c: Simplify the is_fp macros.
3288         (free_up_ireg): Remove, use free_up_reg instead.
3289         (free_up_reg): Fix the fp case.
3290
3291 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
3292
3293         * cpu-arm.md (loadr8_membase): Increase the length of this as this is not
3294         lowered earlier.
3295
3296         * exceptions-x86.c: Merge some changes which seemed to have got lost
3297         in the linear-ir merge.
3298
3299         * liveness.c: Disable the liveness2 pass on 32 bit platforms.
3300
3301         * method-to-ir.c (mono_handle_global_vregs): Make the component vregs of a
3302         long vreg volatile even if the variable was already created.
3303
3304         * liveness.c (update_liveness2): Avoid eliminating dead definitions of
3305         volatile variables.
3306
3307 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
3308
3309         * cpu-x86.md (fcall_membase): Increase the size of the fcall opcodes.
3310
3311         * mini.c (mono_jit_compile_method_inner): Add support for 
3312         MONO_EXCEPTION_BAD_IMAGE.
3313
3314         * method-to-ir.c (mono_method_to_ir2): Avoid a crash if 
3315         mini_method_get_context () returns NULL. Fixes #356531.
3316
3317         * mini.c (mono_method_to_ir): Ditto.
3318         
3319         * method-to-ir.c (mono_method_to_ir2): Create a variable if needed when
3320         accessing a field of a valuetype in LDFLD/STFLD. Fixes #412399.
3321
3322 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
3323
3324         * method-to-ir.c (mono_method_to_ir2): Initialize an uninitialized variable
3325         in the LDFTN implementation.
3326
3327 2008-07-25  Mark Probst  <mark.probst@gmail.com>
3328
3329         * mini-trampolines.c (mono_magic_trampoline): When sharing generic
3330         code, patch calls to icalls, too, even if they're not in the
3331         shared generic code hash.  Fixes #411962.
3332
3333 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
3334
3335         * cpu-x86.md: Increase the length of the fcall opcodes.
3336
3337         * mini-x86.c (emit_move_return_value): Avoid some precision issues for
3338         calls returning floats.
3339
3340         * method-to-ir.c (mono_method_to_ir2): Remove the generic sharing restrictions
3341         on NEWARR.
3342         
3343         * method-to-ir.c (mono_method_to_ir2): Merge some LDFTN gsharing changes
3344         missed earlier.
3345
3346         * method-to-ir.c (handle_delegate_ctor): Avoid putting dynamic methods
3347         into the domain->method_code_hash.
3348
3349         * aot-compiler.c: Fix win32 build.
3350
3351         * method-to-ir.c (EMIT_GET_RGCTX): Call EMIT_NEW_LDARG in emit_get_rgctx ().
3352         
3353         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_specific in the
3354         gshared NEWARR implementation.
3355
3356         * cpu-sparc.md: Remove duplicate localloc_imm opcode.
3357
3358         * ir-emit.h (NEW_ARGLOAD): Use cfg->args and cfg->arg_types so this macro
3359         can be used outside of method_to_ir.
3360
3361         * mini.h (MonoCompile): Add arg_types field.
3362
3363         * method-to-ir.c (inline_method): Save/Restore cfg->args and cfg->arg_types.
3364         
3365         * method-to-ir.c (mono_method_to_ir2): Set cfg->args and cfg->arg_types to
3366         the values of the local arg_array and param_types array.
3367
3368 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
3369
3370         * method-to-ir.c (mono_method_to_ir2): Allocate a GOT var for NEWOBJ, since
3371         got accesses might only get generated later when NEWOBJ is decomposed.
3372         
3373         * method-to-ir.c (handle_delegate_ctor): Add an optimization to avoid
3374         looking up the native code of the target method when a delegate is called
3375         for the first time.
3376
3377         * mini-trampolines.c (mono_delegate_trampoline): Add the other half of the
3378         optimization.
3379
3380         * debug-debugger.c (MONO_DEBUGGER__debugger_info): Fix a warning.
3381
3382         * aot-runtime.c aot-compiler.c: Add a new option 'no-dlsym' which makes
3383         AOT work on platforms without a working dlsym implementation.
3384
3385         * mini.h: Bump AOT image format version.
3386         
3387 2008-07-24  Mark Probst  <mark.probst@gmail.com>
3388
3389         * mini-exceptions.c: Free a MonoType with
3390         mono_metadata_free_type() instead of g_free().
3391
3392         * aot-runtime.c: Free a MonoType.
3393
3394 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
3395
3396         * method-to-ir.c (mono_method_to_ir2): Add a comment for the box+brtrue
3397         optimization.
3398
3399         * mini-codegen.c (mono_local_regalloc): Remove the remaining items from the
3400         fp stack on x86.
3401
3402 2008-07-23  Massimiliano Mantione  <massi@ximian.com>
3403         * mini.c (sigprof_signal_handler): call the new "runtime initialized"
3404         profiler hook.
3405
3406 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
3407
3408         * method-to-ir.c (mono_method_to_ir2): Set the stack type properly for
3409         NEWOBJ calls on valuetypes.
3410
3411         * iltests.il.in: Add new test.
3412
3413         * mini-x86.c (mono_arch_emit_call): Use mini_type_stack_size ().
3414
3415 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
3416
3417         * mini-exceptions.c: Fix some warnings. Remove one ia64 special case as it
3418         is no longer needed.
3419
3420         * mini-ia64.c (mono_arch_emit_prolog): In native-to-managed wrappers, widen
3421         non register sized integer arguments.
3422         (mono_arch_call_opcode): Add support for ArgInFloatRegR4.
3423         (mono_arch_emit_outarg_vt): Pass a more reasonable alignment to 
3424         emit_memcpy2 ().
3425
3426         * method-to-ir.c (mono_method_to_ir2): Handle the ret_var_is_local case in
3427         CEE_MONO_RETOBJ.
3428         
3429         * method-to-ir.c (ADD_WIDEN_OP): New macro to insert a widening op when
3430         two a binop with different sized arguments is emitted.
3431
3432         * mini.c (mono_bblock_insert_after_ins): Properly link up with the next
3433         instruction in the ins==NULL case.
3434
3435 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
3436
3437         * mini-ops.h: Add OP_X86_OUTARG_ALIGN_STACK.
3438
3439         * mini-x86.c: Fix osx build.
3440
3441         * mini-amd64.c (mono_arch_output_basic_block): Handle varargs in the CALL_REG
3442         opcodes as well.
3443
3444         * method-to-ir.c (mono_spill_global_vars): Avoid fusing a load+store into the
3445         instruction for non int sized variables.
3446
3447         * method-to-ir.c (mono_method_to_ir2): Fix an assert in the LDFLD
3448         implementation.
3449
3450 2008-07-23  Robert Jordan  <robertj@gmx.net>
3451
3452         * method-to-ir.c: Fix MSVC build.
3453
3454 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
3455
3456         * method-to-ir.c (mono_method_to_ir2): When calling native code which returns
3457         a non int sized type, widen it to an int since newer versions of gcc seem to
3458         generate code which needs this.
3459
3460         * ssa2.c abcremoval2.c: Fix warnings.
3461
3462         * *: Merge the Linear IR branch.
3463
3464         The original branch is at trunk/branches/vargaz/mini-linear-il, and
3465         the ChangeLog file there describes all the changes done over the years. 
3466         Further documentation can be found at www.mono-project.com/Linear_IL.
3467
3468 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
3469
3470         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
3471           The float param registers and other param registers must be the 
3472           same index on Windows x64.
3473
3474         Contributed under MIT/X11 license.
3475
3476 2008-07-21  Rodrigo Kumpera  <rkumpera@novell.com>
3477
3478         * mini.c: Make the previous fix GC safe.
3479
3480 2008-07-21  Raja R Harinath  <harinath@hurrynot.org>
3481
3482         * Makefile.am (version.h): Allow a trailing '/' in the repository URL.
3483
3484 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
3485
3486         * mini-amd64.c (get_call_info): Correcting the case for MONO_TYPE_TYPEDBYREF
3487           on Winx64.  This type will not be passed on the stack (ArgOnStack), but 
3488           ArgValuetypeAddrInIReg instead.
3489
3490         Contributed under MIT/X11 license.
3491
3492 2008-07-21  Zoltan Varga  <vargaz@gmail.com>
3493
3494         * mini-codegen.c (get_register_spilling): Fix a warning.
3495
3496 2008-07-17  Rodrigo Kumpera  <rkumpera@novell.com>
3497
3498         * mini.c: Use mono_runtime_class_init_full to avoid leaking memory
3499         for types which the initialization fails. Raises the provided exception
3500         at the right stop after cleanup.
3501
3502 2008-07-16  Zoltan Varga  <vargaz@gmail.com>
3503
3504         * aot-compiler.c: Free most of the memory allocated during compilation.
3505
3506         * mini.c (mini_parse_debug_options): Fix a leak.
3507         
3508         * mini.c (mini_method_compile): Don't add the method to the jit info tables
3509         during aot compilation.
3510
3511 2008-07-14  Zoltan Varga  <vargaz@gmail.com>
3512
3513         * mini.c (mono_method_to_ir): Disable aot for code using CCASTCLASS on x86 as 
3514         it has too much register pressure.
3515
3516 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
3517
3518         * inssel.brg (CEE_CASTCLASS): Remove some dead code.
3519
3520 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
3521
3522         * mini-x86.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
3523         on x86.
3524
3525         * mini-amd64.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
3526         on amd64 similar to the way it is done on arm.
3527
3528         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
3529
3530         * aot-runtime.c (load_aot_module): Rename 'info' to 'amodule' for 
3531         consistency, normalize error messages, avoid loading aot-only modules in
3532         normal mode.
3533
3534         * driver.c (mono_main): Rename --aot-only command line option to --full-aot
3535         for consistency.
3536
3537         * aot-compiler.c aot-runtime.c tramp-arm.c: Implement aot-only support.
3538
3539 2008-07-11  Martin Baulig  <martin@ximian.com>
3540
3541         * debug-debugger.h
3542         (MonoDebuggerInfo): Add `interruption_request'.
3543
3544 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
3545
3546         * aot-compiler.c (emit_plt): Remove some dead code.
3547
3548         * exceptions-arm.c (mono_arch_get_call_filter_full): Initialize ji.
3549
3550         * aot-runtime.c (mono_aot_get_plt_info_offset): New helper function to
3551         return the plt info offset belonging to a given plt entry.
3552
3553         * mini-trampolines.c (mono_aot_plt_trampoline): Use 
3554         mono_aot_get_plt_info_offset.
3555         
3556         * aot-runtime.c aot-compiler.c tramp-arm.c: Change the arm plt code to be
3557         similar to the amd64 code by makeing jumps through a separate jump table 
3558         instead of embedding the jump addresses into the code.
3559
3560 2008-07-11  Zoltan Varga  <vargaz@gmail.com>
3561
3562         * mini.c (mono_method_to_ir): Disable aot for calling ldtoken in a generic
3563         method.
3564
3565 2008-07-10  Martin Baulig  <martin@ximian.com>
3566
3567         * mini.c (mini_method_compile): Disable generics sharing when
3568         running in the debugger.
3569
3570 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
3571
3572         * mini.c (mono_method_to_ir): Create the got var in CEE_REFANYVAL.
3573
3574         * inssel.brg (CEE_CASTCLASS): Avoid reusing temporary registers to prevent
3575         the local register allocator from running out of registers on x86 when 
3576         using aot.
3577
3578 2008-07-10  Bill Holmes  <billholmes54@gmail.com>
3579
3580         * inssel-long.brg For OP_LCONV_TO_OVF_I4 an int cast is needed when 
3581         expressing IntMin for the VS Compiler.  See Compiler Warning (level 2) 
3582         C4146.
3583
3584         Contributed under MIT/X11 license.
3585
3586 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
3587
3588         * aot-compiler.c: Get rid of whitespace in the generated assembly file to
3589         speed up the assembler.
3590
3591 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
3592
3593         * mini-arm.h tramp-arm.c exceptions-arm.c aot-compiler.c: Beginnings of aot-only
3594         support.
3595
3596         * mini.c: Move the soft float handling macros a bit earlier, add 
3597         NEW_TEMPSTORE_SOFT_FLOAT macro, fix warnings, add soft-float support in one
3598         place.
3599
3600         * mini.h: Add prototype for mono_arch_fixup_jinfo.
3601
3602         * mini.c (mini_init): In aot-only mode, set the root domain code manager to
3603         read-only to help catch code allocation requests.
3604         
3605         * mini.c inssel.brg aot-compiler.c: Make the use of IMT runtime configurable,
3606         and turn it off when using --aot-only or when compiling with --aot=full.
3607
3608         * mini.c (mono_resolve_patch_target): In aot-only mode, allocate the
3609         jump table for switches from the normal domain mempool, not the code
3610         manager.
3611
3612         * mini-trampolines.c (get_unbox_trampoline): New function to return an
3613         unbox trampoline which handles aot-only mode too.
3614
3615         * aot-runtime.c (mono_aot_get_unbox_trampoline): New function to lookup
3616         an AOTed unbox trampoline.
3617
3618         * aot-compiler.c (emit_trampolines): Emit unbox trampolines.
3619
3620 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
3621
3622         * wapihandles.c: Fixing MSVC builds.  Include statement changed from <> to
3623         ""
3624
3625         Contributed under MIT/X11 license.
3626
3627 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
3628
3629         * mini.c (mono_codegen):  Allocate space at the end of the code block and store
3630           the unwind information for the method at the end of the allocated block.
3631           
3632         * mini-amd64.h: Added declarations for the unwind routines and adding field to 
3633           MonoCompileArch to hold the unwind info for SEH on Winx64
3634         
3635         * mini-amd64.c (mono_arch_emit_prolog): Calls to the unwind routines added to store
3636           frame pointer info for the method being compiled.
3637           
3638         * exceptions-amd64.c (mono_arch_get_throw_corlib_exception): Added a stack adjustment before
3639           the call to mono_exception_from_token.
3640           
3641         * exceptions-amd64.c: Added mono_arch_unwindinfo* implementations.  This code is responsible
3642           storing the method prolog information in a format that the Winx64 SEH can understand.  This
3643           information is stored a the end of the method block because it is all 32-bit offset based.
3644
3645         Contributed under MIT/X11 license.
3646
3647 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
3648
3649         * mini.h: Remove duplicate definitions of the mini_wapi_ functions.
3650
3651         * wapihandles.c: Fix warnings.
3652
3653         * aot-runtime.c (load_aot_module): Add a missing error message in aot-only
3654         mode.
3655
3656         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Avoid calling 
3657         mono_jit_compile_method in aot-only mode since that calls the type 
3658         initializer.
3659         
3660         * mini-trampolines.c (mono_create_delegate_trampoline): Avoid calling
3661         get_delegate_invoke_impl in aot-only mode.
3662
3663         * mini.c (mono_global_codeman_reserve): Reenable the aot-only check.
3664
3665 2008-07-08  Zoltan Varga  <vargaz@gmail.com>
3666
3667         * trace.c (mono_trace_enter_method): Fix printing of Type instances.
3668
3669         * aot-compiler.c (compile_method): Disable the check for GSHARED since it
3670         is on by default.
3671
3672         * inssel-long.brg (reg): Add a rule for LCALL_REG (OP_I8CONST).
3673
3674         * tramp-amd64.c (mono_arch_nullify_plt_entry): Read the nullified class
3675         init trampoline from the AOT file as well.
3676
3677         * mini-amd64.c (mono_arch_register_lowlevel_calls): Register
3678         mono_amd64_throw_exception as a jit icall since it is needed by the aot-only
3679         code.
3680
3681         * mini.c (mini_init): Move the call to mono_exceptions_init () after 
3682         mono_init.
3683
3684         * exceptions-amd64.c: Add _full variants for the remaining exception code
3685         creation functions as well, allow emission of relocatable code, remove
3686         caching since that is now done by the caller.
3687
3688         * mini-exceptions.c: Add _full variants for the remaining exception code
3689         creation functions as well, add aot-only support.
3690
3691         * aot-compiler.c (compile_method): Allow calls to methods of constructed types
3692         if we can determine a proper token for them.
3693         (add_wrappers): Add a few more wrappers.
3694         (emit_method_code): Remove some dead code.
3695         (emit_trampolines): Emit exception code too.
3696
3697         * mini.c (mono_method_to_ir): Call mono_array_new_2 if possible.
3698
3699         * jit-icalls.c (mono_array_new_2): New jit icall, specialized version of
3700         mono_array_new_va which avoids varargs.
3701
3702         * mini-exceptions.c (mono_exceptions_init): Fix the ppc build.
3703
3704         * mini-trampolines.c: Call mono_create_specific_trampoline () instead of
3705         mono_arch_create_specific_trampoline () in all places.
3706
3707         * aot-compiler.c aot-runtime.c: Refactor the trampoline emitting/loading code
3708         a bit so it can be used for other things as well.
3709         
3710         * mini-exceptions.c (mono_exceptions_init): Initialize throw_exception_by_name
3711         on demand as well.
3712
3713         * exceptions-amd64.c: Rename the caching from the exception code creation
3714         functions, it is done by the caller instead.
3715         
3716         * exceptions-amd64.c: Change the signature of the exception code creation 
3717         functions to allow the creation of relocatable code later.
3718
3719         * mini-exceptions.c: Add a set of functions to query the various 
3720         runtime-generated exception functions.
3721
3722         * mini.c mini-exceptions.c: Use the newly added functions instead of the
3723         mono_arch_.. () functions.
3724         
3725 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
3726
3727         * mini-trampolines.c (mono_aot_get_trampoline_code): Removed, no longer used.
3728
3729         * aot-runtime.c aot-compiler.c: AOT the generic trampolines in aot-only mode.
3730
3731         * mini.c (mini_get_imt_trampoline): Call mono_create_specific_trampoline ().
3732         (mini_get_vtable_trampoline): Ditto.
3733
3734         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Create relocatable
3735         code in the AOT case by returning the code size and a list of relocations to
3736         the caller.
3737
3738         * mini-trampolines.c (mono_create_specific_trampoline): New helper function.
3739
3740 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
3741
3742         * mini-amd64.c:  On Winx64 the calling convention always requires the caller to 
3743           clean the stack.
3744
3745         Contributed under MIT/X11 license.
3746
3747 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
3748
3749         * aot-compiler.c (emit_exception_debug_info): Serialize the debug info first
3750         so the buffer size can be computed correctly. Fixes #404735.
3751
3752         * debug-mini.c (mono_debug_serialize_debug_info): Lookup the debug info
3753         normally as cfg->debug_info is already freed.
3754
3755 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
3756
3757         * mini-amd64.c: For calls returning vtypes in registers, don't store
3758         the return address on the stack, instead allocate a separate local for
3759         it. Fixes #404729.
3760
3761 2008-07-05  Mark Probst  <mark.probst@gmail.com>
3762
3763         * mini-trampolines.c, mini.h: Add an argument to
3764         mono_create_jit_trampoline_in_domain() for turning off the adding
3765         of the sync wrapper.
3766
3767         * mini.c: Use the JIT trampoline without sync instead of
3768         ldftn_nosync in static RGCTX invoke wrappers so that the call can
3769         be patched.
3770
3771 2008-07-04  Mark Probst  <mark.probst@gmail.com>
3772
3773         * driver.c: Turn on GSHARED optimization by default.
3774
3775 2008-07-04  Zoltan Varga  <vargaz@gmail.com>
3776
3777         * mini-trampolines.c mini.c mini.h tramp-<ARCH>.c: Rename MONO_TRAMPOLINE_GENERIC
3778         to MONO_TRAMPOLINE_JIT since it better reflects what it does.
3779
3780         * mini-trampolines.c (mono_get_aot_trampoline_code): New internal function to
3781         create a variant of the generic trampoline code callable from AOTed trampolines.
3782
3783         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add support for generic
3784         trampoline code callable from AOTed trampolines.
3785
3786         * aot-compiler.c aot-runtime.c: Add support for AOTing trampolines.
3787
3788 2008-07-04  Mark Probst  <mark.probst@gmail.com>
3789
3790         * inssel.brg, mini-ops.h: New opcode for doing CHECK_THIS in a
3791         pass-through manner.
3792
3793         * mini.c: Generic method sharing.  Pass MRGCTX to generic methods
3794         and don't fail sharing for them anymore.
3795
3796         * mini-exceptions.c: Handle exceptions in shared generic methods.
3797
3798         * generic-sharing.c: When checking the context of a generic
3799         method, also check its class's context.  Don't treat wrappers as
3800         sharable.
3801
3802         * mini-trampolines.c: Some code factored out to
3803         metadata/generic-sharing.c.  Handle the MRGCTX case.
3804
3805         * jit-icalls.c, jit-icalls.h: ldvirtfn icall for generic sharing -
3806         we must deal with the method being of another instantiation of the
3807         class.  Add static rgctx invoke wrappers to generic methods.
3808
3809 2008-07-04  Mark Probst  <mark.probst@gmail.com>
3810
3811         * mini.c: Provide all jit infos of generic shared methods with a
3812         generic jit info.
3813
3814         * mini-exceptions.c: Handle the new situation that a generic info
3815         might be available, but not info about the this/vtable/mrgctx
3816         variable.
3817
3818 2008-07-03  Mark Probst  <mark.probst@gmail.com>
3819
3820         * mini.c: Don't accept ldftn and ldvirtftn with uninstantiated
3821         generic methods.
3822
3823 2008-07-03  Zoltan Varga  <vargaz@gmail.com>
3824
3825         * dominators.c (check_dominance_frontier): Fix a warning.
3826
3827         * mini.h: Add some missing prototypes.
3828
3829         * ssa.c local-propagation.c debug-debuger.c: Fix warnings.
3830
3831         * driver.c (mono_jit_init_version): Correct the comments since the first
3832         argument should be the name of the root domain, not a filename.
3833
3834         * aot-runtime.c (make_writable): Error out if this is called while running
3835         with --aot-only.
3836         (load_aot_module): Ditto.
3837
3838         * aot-compiler.c: Really fix the computation of method indexes.
3839
3840         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Remove the previous 
3841         optimizations as this is no longer called frequently.
3842
3843         * mini-trampolines.c (mono_create_delegate_trampoline): Precompute the invoke
3844         method and the invoke impl code and pass it to the delegate trampoline instead of
3845         just the delegate class.
3846
3847 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
3848
3849         * aot-compiler.c: Fixup the computation of method indexes.
3850         (add_wrappers): Create the base methods of the runtime invoke wrappers using
3851         the method builder infrastructure.
3852
3853         * aot-runtime.c (decode_exception_debug_info): Don't crash if the method
3854         has no header.
3855
3856         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): In aot-only
3857         mode, load the method right away instead of creating a trampoline.
3858
3859         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Eliminate locking.
3860
3861         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Eliminate locking, speed up
3862         some checks a bit.
3863
3864 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
3865
3866         * aot-runtime.c (decode_patch_info): Don't create trampolines in aot_only mode.
3867         (mono_aot_load_method): Use method_index instead of method->token.
3868
3869         * mini.c (mono_jit_compile_method_inner): Move the aot_only check down, so it
3870         can handle icalls etc. properly.
3871
3872         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
3873
3874         * aot-compiler.c aot-runtime.c: Allow AOTing many wrapper types.
3875
3876         * mini.c (mono_resolve_patch_target): Handle JIT_ICALL_ADDR.
3877         (mono_codegen): Convert calls made by JIT icall wrappers to the icalls into
3878         JIT_ICALL_ADDR patch type.
3879
3880         * patch-info.h: Add JIT_ICALL_ADDR patch type.
3881
3882         * mini.c (mono_method_to_ir): Allow AOTing methods which access the interruption
3883         request flag.
3884         (mono_resolve_patch_target): Handle INTERRUPTION_REQUEST_FLAG.
3885
3886         * patch-info.h: Add INTERRUPTION_REQUEST_FLAG.
3887
3888 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
3889
3890         * mini.c: Use domain->jit_code_hash_lock for controlling access to
3891         domain->jit_code_hash.
3892
3893 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
3894
3895         * mini.c (mini_parse_debug_options): Add 'dont-free-domains' option.
3896
3897 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
3898
3899         * mini-trampolines.c (mono_delegate_trampoline): Don't pass a gsctx to
3900         get_this_arg_from_call, let it compute it when needed.
3901
3902         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'code' argument, compute
3903         gsctx from code only when needed.
3904
3905         * mini-trampolines.c (get_generic_context): Rename this to 
3906         mono_get_generic_context_from_code (), and move it to generic-sharing.c, where
3907         it can be called by the arch backends.
3908
3909         * mini-exceptions.c (mono_print_thread_dump): Allow the argument to be NULL.
3910
3911 2008-06-26  Zoltan Varga  <vargaz@gmail.com>
3912
3913         * driver.c (mono_main): Add experimental --aot-only command line option.
3914
3915         * mini.c: Error out when creating trampolines or JIT compiling if --aot-only is
3916         set.
3917
3918 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
3919
3920         * driver.c (DllMain): Remove mono_module_handle.
3921
3922         Contributed under MIT/X11 license.
3923
3924 2008-06-25  Zoltan Varga  <vargaz@gmail.com>
3925
3926         * aot-compiler.c: Add not-yet-usable 'full' option. Add some infrastructure code
3927         for emitting methods which are not in the source assembly. Detect and report
3928         failure of assembling+linking.
3929         
3930         * aot-compiler.c (emit_klass_info): Call mono_class_setup_vtable ().
3931
3932         * aot-compiler.c: Move the contents of the has_glot_slots array to MonoCompile.
3933
3934 2008-06-24  Rodrigo Kumpera  <rkumpera@novell.com>
3935
3936         * mini.c: Check if stats is enabled so we don't allocate memory when not needed.
3937
3938 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
3939
3940         * mini.h: Remove some obsolete prototypes.
3941
3942         * mini.c: Avoid storing MonoMethod pointers in the JIT stats, store their string format instead.
3943
3944 2008-06-24  Mark Probst  <mark.probst@gmail.com>
3945
3946         * mini.c (get_object_generic_inst): Variable-sized arrays are not
3947         supported by Visual Studio, so use alloca().
3948
3949 2008-06-23  Zoltan Varga  <vargaz@gmail.com>
3950
3951         * mini-ia64.c (add_valuetype): Increase *gr too when passing a HFA to be in sync with the ABi.
3952         Fixes #402585.
3953
3954 2008-06-23  Mark Probst  <mark.probst@gmail.com>
3955
3956         * mini.c: Fail sharing of a generic method if it contains an open
3957         catch clause (because we don't pass MRGCTXs yet).
3958
3959 2008-06-23  Mark Probst  <mark.probst@gmail.com>
3960
3961         * mini.c: When compiling a method with generic sharing, insert the
3962         method instantiated with an all-Object generic context into the
3963         jit info table, instead of the context of the first instantiation
3964         of the method we happen to compile.
3965
3966 2008-06-18  Martin Baulig  <martin@ximian.com>
3967
3968         * debug-debugger.h (MonoDebuggerInfo): Replaced `version' with
3969         `major_version' and `minor_version'.
3970
3971 2008-06-17  Mark Probst  <mark.probst@gmail.com>
3972
3973         * generic-sharing.c, mini.c, mini.h, aot-runtime.c:
3974         mono_method_is_generic_sharable_impl() takes an additional
3975         argument specifying whether to treat type variables as reference
3976         types.
3977
3978 2008-06-17  Mark Probst  <mark.probst@gmail.com>
3979
3980         * mini.h: Removed obsolete prototypes.
3981
3982 2008-06-17  Mark Probst  <mark.probst@gmail.com>
3983
3984         * mini.c: Don't fail generic sharing for initobj and sizeof - we
3985         already handle them.
3986
3987 2008-06-17  Mark Probst  <mark.probst@gmail.com>
3988
3989         * mini.h, mini-trampolines.c, tramp-alpha.c, tramp-amd64.c,
3990         tramp-arm.c, tramp-hppa.c, tramp-ia64.c, tramp-mips.c,
3991         tramp-ppc.c, tramp-s390.c, tramp-s390x.c, tramp-sparc.c,
3992         tramp-x86.c: Added a MonoGenericContext* argument to
3993         mono_arch_get_unbox_trampoline() so that it can call other
3994         functions which require it.
3995
3996 2008-06-17  Mark Probst  <mark.probst@gmail.com>
3997
3998         * mini.h, mini-trampolines.c, mini-amd64.c, mini-x86.c,
3999         mini-alpha.c, mini-arm.c, mini-ia64.c, mini-ppc.c:
4000         mono_arch_get_this_arg_from_call() takes a
4001         MonoGenericSharingContext* as well.
4002
4003 2008-06-17  Mark Probst  <mark.probst@gmail.com>
4004
4005         * mini.c: Factor out code for emitting unbox into emit_unbox() and
4006         implement generic sharing of unbox.
4007
4008 2008-06-17  Mark Probst  <mark.probst@gmail.com>
4009
4010         * mini.c: Don't compute the vtable to determine whether a field is
4011         special static, because it might not work for open types.
4012
4013 2008-06-17  Mark Probst  <mark.probst@gmail.com>
4014
4015         * mini.c: Removed the unused token_type and token_source arguments
4016         from get_runtime_generic_context_ptr().
4017
4018 2008-06-17  Marek Habersack  <mhabersack@novell.com>
4019
4020         * mini.c (ADD_BINOP): fix the build
4021
4022 2008-06-16  Zoltan Varga  <vargaz@gmail.com>
4023
4024         * mini.c (ADD_BINOP): When operating on a native int and an int32, insert
4025         a widening op.
4026
4027 2008-06-16  Mark Probst  <mark.probst@gmail.com>
4028
4029         * mini.h: Removed class relations enum that's not used anymore.
4030
4031 2008-06-16  Mark Probst  <mark.probst@gmail.com>
4032
4033         * tramp-x86.c, tramp-amd64.c: Slot access code for MRGCTXs.
4034
4035         * mini-trampolines.c: Distinguish between RGCTXs and MRGCTXs in
4036         the lazy fetch trampoline access code.
4037
4038 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
4039
4040         * mini-codegen.c (mono_local_regalloc): Add some micro optimizations.
4041
4042 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
4043
4044         * mini.c: Fix some soft-float bugs. Fixes #378735 and #398348.
4045
4046         * mini.h (MONO_INST_LIST_ENTRY): Fix warnings on arm.
4047
4048         * mini.c (mono_method_to_ir): Check call signature for NEWOBJ as well.
4049
4050 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
4051
4052         * mini-x86.c inssel-x86.brg cpu-x86.md: Implement unsigned min/max
4053         intrinsics.
4054
4055         * mini-ops.h: Add MIN/MAX_UN opcodes.
4056
4057         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Implement unsigned min/max
4058         intrinsics.
4059
4060         * basic-math.cs: Add more min/max tests.
4061
4062         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
4063
4064 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4065
4066         * mini.c: Small fix in the prologue of emit_castclass.
4067
4068 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
4069
4070         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
4071
4072         * mini.c (mini_get_inst_for_method): Remove the Min/Max intrinsics, they
4073         do not work even for unsigned types. Fixes #400014.
4074
4075         * basic-math.cs: Add regression tests for unsigned Min/Max.
4076
4077 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4078
4079         * mini.c: Added additional context_used argument to several
4080         functions, which will be needed for sharing generic methods.  Use
4081         GET_RGCTX macro wherever appropriate.  Declare only one
4082         context_used in mono_method_to_ir().
4083
4084 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4085
4086         * mini.c, generic-sharing.c: Removed generic class relations.
4087
4088         * mini.c, tramp-amd64.c, tramp-x86.c: Additional arguments to
4089         functions due to MRGCTX changes.
4090
4091 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4092
4093         * inssel.brg, inssel-long.brg, inssel-long32.brg, mini-ops.h,
4094         graph.c, local-propagation.c, aliasing.c: New opcodes for calls
4095         with calculated IMT.
4096
4097         * mini.c: Generic sharing of calls via generic interfaces.
4098
4099         * jit-icalls.c, jit-icalls.h: Helper function for compiling a
4100         generic method with non-constant MonoGenericContext*.  Instead,
4101         the context is taken out of the method itself.
4102
4103 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4104
4105         * mini.c: Generic sharing of ldvirtftn.
4106
4107 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4108
4109         * mini.c: Generic sharing of ldftn.
4110
4111 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4112
4113         * mini.c: Do pass VTable/RGCTX argument to static generic methods.
4114
4115 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4116
4117         * mini.c: Generic sharing of the special case of ldtoken followed
4118         by a call to GetTypeFromHandle.
4119
4120 2008-06-13  Mark Probst  <mark.probst@gmail.com>
4121
4122         * mini.c: Generic sharing of box for nullable types.
4123
4124 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
4125
4126         * mini-s390x.c (add_stackParm): Fix computation of offsets when arguments
4127         are passed on the stack. Fixes #324807.
4128
4129 2008-06-12  Bill Holmes  <billholmes54@gmail.com>
4130
4131         * mini-amd64.c:add_valuetype: Adding Winx64 code to fill the ArgInfo
4132         for the ArgValuetypeAddrInIReg case.
4133
4134         * mini-amd64.c:mono_arch_allocate_vars:  Adding a case for 
4135         ArgValuetypeAddrInIReg to avoid asserts.  Code needs to be added here.
4136
4137         * mini-amd64.c: mono_arch_call_opcode:  Adding Winx64 code for an ArgInfo of 
4138         type ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
4139         local variable and pass the local variable by reference to the called method.
4140           
4141         * mini-amd64.c: mono_arch_emit_prolog:  Adjust the stack for calls to
4142         mono_jit_thread_attach and mono_get_lmf_addr for Winx64.
4143
4144         Contributed under MIT/X11 license.
4145
4146 2008-06-10  Rodrigo Kumpera  <rkumpera@novell.com>
4147
4148         * debug-mini.c (mono_debug_free_method_jit_info): Moved to metadata/mono-debug.c.
4149
4150         * debug-mini.c (mono_debug_print_vars): Release memory after printing
4151         everything.
4152
4153 2008-06-10  Martin Baulig  <martin@ximian.com>
4154
4155         * debug-mini.c
4156         (mono_debug_close_method): Check whether `cfg->epilogue_begin != NULL'.
4157
4158 2008-06-09  Kornél Pál  <kornelpal@gmail.com>
4159
4160         * main.c: Add and set argv [argc] to NULL to match C specification that fixes
4161         possible error when no arguments are passed.
4162
4163         Contributed under MIT/X11 license.
4164
4165 2008-06-09  Rodrigo Kumpera  <rkumpera@novell.com>
4166
4167         * mini-exceptions.c (ves_icall_get_trace): Skip source locations
4168         where the file name is NULL.
4169
4170 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
4171
4172         * mini.c: Fix s390 build.
4173
4174 2008-06-08  Zoltan Varga  <vargaz@gmail.com>
4175
4176         * trace.c (mono_trace_parse_options): Fix warnings.
4177
4178         * mini-amd64.c: Revert most of the last patch for now as it breaks the build.
4179
4180 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
4181
4182         * mini.c (remove_block_if_useless): Avoid printing the method name.
4183         
4184         * mini.c: Remove needless setting of ins->cil_code which is now done by 
4185         MONO_INST_NEW.
4186
4187         * mini-amd64.c: Add some code to avoid saving callee saved registers in the
4188         LMF. Not yet used.
4189
4190         * tramp-amd64.c (mono_arch_patch_callsite): Tell valgrind to discard the
4191         translated code after it has been patched.
4192
4193 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
4194
4195         * mini-amd64.c (emit_call_body): Align the call displacement to 4 bytes to
4196         avoid problems during code patching on SMP systems.
4197         (emit_call): Avoid adding a patch info which is already added by 
4198         emit_call_body.
4199         (mono_arch_emit_exceptions): Ditto.
4200
4201 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
4202
4203         * tramp-*.c (mono_arch_get_unbox_trampoline): No need to check for ret->byref,
4204         MONO_TYPE_ISSTRUCT already checks for it.
4205
4206 2008-06-05  Bill Holmes  <billholmes54@gmail.com>
4207
4208         * mini-amd64.c:merge_argument_class_from_type: When marshaling 
4209           structs with floats on Winx64 the float registers are not used.  
4210           The integer registers are always used..
4211         * mini-amd64.c:add_valuetype:  When marshaling structs on Winx64 
4212           only one register will be used and only if the size of the struct 
4213           is 1,2,4, or 8 bytes.
4214
4215         * tramp-amd64.c :  Adjusting size used for mono_global_codeman_reserve
4216           to work for Winx64.
4217
4218         Contributed under MIT/X11 license.
4219
4220 2008-06-05  Martin Baulig  <martin@ximian.com>
4221
4222         * debug-debugger.c (debugger_lookup_class): Also call
4223         mono_class_setup_methods() here; we're only called from RTI.
4224
4225 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
4226
4227         * mini.c (mini_init): Add DTrace probes ves-init-{begin,end}.
4228         (mini_method_compile) Add DTrace probes method-compile-{begin,end}.
4229         * Makefile.am (libmono_la_LIBADD,libmono_static_la_LIBADD,mono_LDADD):
4230         Post-process object files and add dtrace-generated object, if necessary.
4231
4232         Contributed under MIT/X11 license.
4233
4234 2008-06-04  Mark Probst  <mark.probst@gmail.com>
4235
4236         * inssel.brg, mini-ops.h: Added opcode for unboxcast with computed
4237         element class.
4238
4239         * mini.c: Generic sharing for unbox.any and castclass.
4240
4241 2008-06-04  Mark Probst  <mark.probst@gmail.com>
4242
4243         * mini.c: Ignore tailcall prefix in shared generic code and when
4244         doing calls which require a vtable/rgctx argument.
4245
4246 2008-06-04  Mark Probst  <mark.probst@gmail.com>
4247
4248         * mini.c: Don't free the JIT info.
4249
4250         * driver.c: Changes in the JIT info table testing code.
4251
4252 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
4253
4254         * tramp-arm.c (mono_arch_create_trampoline_code): Check for thread 
4255         interruption. Fix some warnings.
4256
4257         * tramp-*.c (mono_arch_create_trampoline_code): Call the _force_ variant of
4258         interruption_checkpoint.
4259
4260 Tue Jun 3 13:07:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
4261
4262         * jit.h, mini.h, trace.c, driver.c: introduce an API to enable tracing
4263         from embedding applications.
4264
4265 2008-06-02  William Holmes  <billholmes54@gmail.com>
4266
4267         * mini-amd64.c :  Correcting some of the issues for Winx64 dealing with
4268           reserving 32 bytes on the stack when making calls. 
4269
4270         Contributed under MIT/X11 license.
4271
4272 2008-06-01  Zoltan Varga  <vargaz@gmail.com>
4273
4274         * mini-arm.c (mono_arch_output_basic_block): Merge some small fixes from
4275         the linear IL branch.
4276
4277         * driver.c: Print out more information for --version on arm.
4278
4279 2008-05-30  Zoltan Varga  <vargaz@gmail.com>
4280
4281         * mini-amd64.c (mono_arch_emit_prolog): Increase max_offset when processing
4282         bb_exit instead, since out of line bblocks might not actually be emitted
4283         out-of-line.
4284         
4285         * mini-amd64.c (mono_arch_emit_prolog): Increase bb->max_offset by the
4286         maximum epilog size for out of line bblocks if tracing is enabled.
4287
4288         * iltests.il.in: Merge tests/long-shift.regalloc.il into this file.
4289
4290 2008-05-28  Rodrigo Kumpera  <rkumpera@novell.com>
4291
4292         * arrays.cs: Regression tests for allocating arrays with negative sizes.
4293
4294 2008-05-28  Zoltan Varga  <vargaz@gmail.com>
4295
4296         * mini-x86.h mini-x86.c inssel-x86.brg cpu-x86.md: Add support for
4297         CAS instrinsics. Optimize the implementation of the ATOMIC_EXCHANGE 
4298         opcodes.
4299
4300 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
4301
4302         * mini.c (mini_get_inst_for_method): Add support for CAS instrinsics when
4303         the 'value' to store is a constant.
4304
4305         * mini-ops.h: Add OP_ATOMIC_CAS_IMM opcodes.
4306
4307         * mini-amd64.c (mono_arch_output_basic_block): Optimize the the implementation
4308         of ATOMIC_EXCHANGE opcodes, add support for the CAS opcodes.
4309
4310 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
4311
4312         * mini.c generic-sharing.c jit-icalls.c aot-compiler.c: Use accessor functions
4313         for accessing method->generic_container.
4314
4315 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
4316
4317         * mini.c (mono_method_check_inlining): Avoid creating vtables if possible.
4318         
4319         * mini.c (SIG_HANDLER_SIGNATURE): Fix sparc build too.
4320
4321         * mini.c (SIG_HANDLER_SIGNATURE): Fix IA64 build.
4322
4323         * mini.c (mono_jit_compile_method_inner): Avoid a crash if mono_class_vtable ()
4324         fails.
4325
4326 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
4327
4328         * driver.c (mono_main): Set mono_setup_vtable_in_class_init to FALSE.
4329
4330         * mini.c: Handle the case when mono_class_vtable () fails.
4331
4332 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
4333         * mini.c (sigprof_signal_handler): Support call chains (backtrace) in
4334         the stat profiler.
4335
4336 2008-05-22  Mark Probst  <mark.probst@gmail.com>
4337
4338         * mini.c, jit-icalls.c, jit-icalls.h: Make generic sharing work
4339         together with domain sharing.
4340
4341 2008-05-22  Mark Probst  <mark.probst@gmail.com>
4342
4343         * mini.c: Treat callvirts to final methods like non-virtual calls
4344         when doing generic sharing, i.e. look them up in the runtime
4345         generic context.
4346
4347 2008-05-22  Mark Probst  <mark.probst@gmail.com>
4348
4349         * inssel.brg, mini-ops.h: Added opcodes for mkrefany and refanyval
4350         with computed types (for generic sharing).
4351
4352         * mini.c: Generic sharing for mkrefany and refanyval.
4353
4354 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
4355
4356         * inssel.brg (mini_emit_virtual_call): Avoid constructing a generic vtable if
4357         possible.
4358
4359         * mini-trampolines.c (mono_magic_trampoline): Avoid calling setup_methods () in
4360         the generic sharing code.
4361         
4362         * mini-trampolines.c (mono_magic_trampoline): Call mono_class_setup_methods ()
4363         when needed.
4364
4365 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
4366
4367         * mini.h: Remove the declaration of mono_aot_init_vtable ().
4368
4369 2008-05-21  C.J. Adams-collier <cjac@colliertech.org>
4370
4371         * driver.c: updated copyright date
4372
4373 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
4374
4375         * aot-runtime.c mini.c: Remove the AOT init_vtable stuff as it is no longer
4376         needed.
4377
4378 2008-05-19  Martin Baulig  <martin@ximian.com>
4379
4380         * debug-debugger.h (MonoDebuggerInfo): Add `using_mono_debugger'
4381         pointing to the new `_mono_debug_using_mono_debugger' variable.
4382
4383         * driver.c
4384         (mono_main): Check mono_debug_using_mono_debugger() rather than
4385         the `MONO_INSIDE_MDB' environment variable to check whether we're
4386         inside the debugger.
4387
4388 2008-05-19  Zoltan Varga  <vargaz@gmail.com>
4389
4390         * mini.c (mini_method_compile): Use cfg->args [0] for accessing the this
4391         argument.
4392
4393 2008-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
4394
4395         * declsec.h: Move MONO_SECMAN_FLAG to metadata/metadata-internals.h.
4396
4397         * mini.c: Added mini_assembly_can_skip_verification. This
4398         function checks if the assembly requested to skip verification. 
4399         Fixes part of #387274.
4400
4401 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
4402
4403         * mini.c (mini_get_method): Disable the check for open generic classes when
4404         using generic sharing.
4405
4406         * generics.cs: Add a test for #387034.
4407
4408         * mini.c (mini_get_method): Check whenever the method class is an open generic
4409         type, and return NULL in that case, causing a verification error. Fixes
4410         #384123.
4411
4412 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
4413
4414         * driver.c (mono_main): Revert r102623. The right
4415         thing to do is to enable the verifier under verifiable
4416         unless a --security flag was passed.
4417
4418         We need this non-trivial behavior for --verify-all otherwise
4419         mcs-compileall won't be able to use it. As it needs everything to
4420         be verified under validil.
4421
4422 2008-05-06  Martin Baulig  <martin@ximian.com>
4423
4424         Fix #383749.
4425
4426         * debug-mini.c (mono_debugger_thread_created): Add proper locking.
4427         (mono_debugger_thread_cleanup): Likewise.
4428         (mono_debugger_extended_notification): Likewise.
4429
4430 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
4431
4432         * mini.c (mono_method_to_ir): Verify visibility of call related opcodes
4433         against both inflated and non-inflated methods. We need to check against the
4434         generic definition for cases where the instantiated method is not visible.
4435         We need to check against the inflated types for cases where the instantiation
4436         changes any super type. This fixes #382986.
4437
4438         Note that this doesn't need to be applied to other parts of mono_method_to_ir
4439         that check for visibiliy as generic params only appears as the type subject
4440         of tokens on call opcodes. Field manipulation and ldftn must always
4441         target an exact type.
4442
4443 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
4444
4445         * driver.c (mono_main): Using --verify-all enables the verifier under validil mode
4446         if no related --security flag is passed.
4447
4448 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
4449
4450         * mini-arch.h: Prepare support for ppc64.
4451
4452         Contributed under MIT/X11 license.
4453
4454 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
4455
4456         * aot-runtime.c: Prepare support for ppc64.
4457
4458         Contributed under MIT/X11 license.
4459
4460 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
4461
4462         * mini-ops.h: Prepare support for ppc64.
4463
4464         Contributed under MIT/X11 license.
4465
4466 2008-05-04  Andreas Färber  <andreas.faerber@web.de>
4467
4468         * helpers.c: Add support for OSX/ppc64 and Linux/ppc64 (dis)assemblers.
4469
4470         Contributed under MIT/X11 license.
4471
4472 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
4473
4474         * aot-runtime.c (load_aot_module): Avoid trying to load aot code for dynamic
4475         assemblies, since aot_name is not a full path, causing us to load MS.NET 
4476         assemblies on windows.
4477
4478 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
4479
4480         * mini.c (mono_jit_compile_method_inner): Use g_warning instead of g_error
4481         for unsupported METHOD_IMPL_ATTRIBUTE_NATIVE.
4482         * main.c: Use UTF-8 encoded command line instead of Windows default code
4483         page on Windows to support Unicode.
4484         * driver.c (DllMain): New function for mixed-mode assembly support.
4485         * Makefile.am: Add -Wl,--kill-at to libmono_la_LDFLAGS on Windows to
4486         export __stdcall functions without decoration.
4487
4488         Contributed under MIT/X11 license.
4489
4490 2008-04-28  Mark Probst  <mark.probst@gmail.com>
4491
4492         * tramp-amd64.c, mini-amd64.c: Preserve R11 in the trampoline by
4493         saving it very early.
4494
4495 2008-04-28  Mark Probst  <mark.probst@gmail.com>
4496
4497         * mini.h, mini.c: Lots of code for accessing the old RGCTX
4498         deleted.  The only way to access the new RGCTX is via the
4499         trampline.
4500
4501         * mini.c, mini-amd64, mini-x86.c, mini-exceptions.c: Pass the
4502         vtable instead of the RGCTX to static methods.
4503
4504         * mini-tramplines.c, tramp-amd64.c, tramp-x86.c: Trampoline for
4505         accessing the new RGCTX.
4506
4507         * generic-sharing.c: There is no separation between self, type
4508         arguments and other types in the RGCTX anymore.
4509
4510 2008-04-25  Jonathan Chambers <joncham@gmail.com>
4511
4512         * mini-amd64.c (add_general): Remove previous stack adjustment.
4513         (mono_arch_call_opcode): Remove OP_OUTARG_MEMBASE and instead simply
4514         adjust stack pointer after pushing args. Adjust ARGS_OFFSET to account
4515         for 32 bytes of stack space reserved for all calls.
4516         
4517         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Remove.
4518         (OP_AMD64_OUTARG_ALIGN_STACK): Take argument to specify size of stack 
4519         adjustment.
4520         
4521         Code contributed under MIT/X11 license.
4522
4523 2008-04-23  Rodrigo Kumpera  <rkumpera@novell.com>
4524
4525         * mini.c (mini_method_verify): Only verify non-inflated methods, check
4526         against the root definition, peeling out method and type instantiations.
4527         Cache verify success results, code that fails verification is still
4528         checked multiple times.
4529
4530 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
4531
4532         * mini.c (mono_method_to_ir): Avoid inserting write barriers for stores of null.
4533
4534 2008-04-23  Jonathan Chambers <joncham@gmail.com>
4535
4536         * mini-amd64.c (add_general): Always increment stack on Win64.
4537         (mono_arch_call_opcode): Use OP_OUTARG_MEMBASE instead of OP_OUTARG
4538         on Win64.
4539         
4540         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Add OP_OUTARG_MEMBASE for 
4541         stack based argument handling on Win64.
4542         
4543         Code contributed under MIT/X11 license.
4544
4545 2008-04-23  Raja R Harinath  <harinath@hurrynot.org>
4546
4547         * Makefile.am (version.h): Add support for git-svn.
4548
4549 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
4550
4551         * mini-exceptions.c (mono_handle_native_sigsegv): Rework the gdb calling code
4552         so instead of calling g_spawn_command_line_sync, we do everything by hand, 
4553         avoiding allocations and libc functions which might deadlock.
4554         
4555         * mini-exceptions.c (mono_handle_native_sigsegv): Avoid calling gdb if the
4556         'no-gdb-backtrace' option is set.
4557
4558         * mini.c (mini_parse_debug_options): Parse 'no-gdb-backtrace' option.
4559
4560         * mini.h (MonoDebugOptions): Add 'no_gdb_backtrace' option.
4561
4562 2008-04-21  Martin Baulig  <martin@ximian.com>
4563
4564         * debug-debugger.h (MonoDebuggerInfo): Removed `attach', `detach'
4565         and `get_lmf_addr'; `notification_address' is no longer a pointer.
4566
4567 2008-04-21  Martin Baulig  <martin@ximian.com>
4568
4569         * debug-debugger.h (MonoDebuggerInfo): Added `thread_vtable_ptr',
4570         `thread_vtable', `event_handler_ptr' and `event_handler'.
4571
4572 2008-04-21  Martin Baulig  <martin@ximian.com>
4573
4574         * debug-debugger.h (MonoDebuggerInfo): Added `init_code_buffer';
4575         allows delayed initialization of the `executable_code_buffer' when
4576         attaching.
4577
4578 2008-04-21  Martin Baulig  <martin@ximian.com>
4579
4580         * mini.h (mono_debugger_create_notification_function): Removed.
4581         * tramp-*.c (mono_debugger_create_notification_function): Removed.
4582
4583         * mdb-debug-info64.s
4584         (MONO_DEBUGGER__notification_function): Added this in the .text section.
4585
4586         * mdb-debug-info32.s
4587         (MONO_DEBUGGER__notification_function): Added this in the .text section.
4588
4589         * Makefile.am: Fix the mdb-debug-info*.s logic; the debugger
4590         currently only works on x86 and x86_64, so don't create it on ppc.
4591
4592 2008-04-21  Martin Baulig  <martin@ximian.com>
4593
4594         * mini.h (MonoDebugOptions): Added `mdb_optimizations'.
4595
4596         * mini.c
4597         (mini_method_compile): In the fp elimination check, check
4598         `debug_options.mdb_optimizations' in addition to
4599         mono_debug_using_mono_debugger().       
4600
4601         * driver.c (mono_main): Added `--debug=mdb-optimizations' option to
4602         disable some JIT optimizations which are only disabled when
4603         running inside the debugger.
4604         Added `--help-debug' option to describe the debugging options.
4605         (parse_debug_options): New static function to parse the `--debug'
4606         options, so we can easily add more stuff in future.
4607
4608 2008-04-20  Zoltan Varga  <vargaz@gmail.com>
4609
4610         * mini.c (set_exception_type_from_invalid_il): Avoid reading invalid memory when
4611         the method has no body.
4612
4613 2008-04-19  Jonathan Chambers <joncham@gmail.com>
4614
4615         * mini-amd64.c (cpuid): Implement with MSVC intrinsic as inline
4616         assembly is not allowed in MSVC 64-bit compiler. 
4617         (mono_arch_cpu_init): Don't set floating point precision on MSVC build
4618         as we get floating point exceptions everywhere.
4619         
4620         * exceptions-amd64.c (get_throw_trampoline): Push empty args on stack to
4621         correctly align arguments for call to throw_exception.
4622         (prepare_for_guard_pages): Cast to guint64 instead of unsigned long.
4623         
4624         Code contributed under MIT/X11 license.
4625
4626 2008-04-19  Zoltan Varga  <vargaz@gmail.com>
4627
4628         * mini-amd64.c (amd64_patch): Make the check for (%rip) addressing more strict.
4629
4630 2008-04-17  Zoltan Varga  <vargaz@gmail.com>
4631
4632         * inssel.brg (OP_SWITCH): Use (gint64) instead of (long) to cast a large constant.
4633
4634         * mini-amd64.c (NEW_INS): Set cil_code.
4635
4636         * mini.c (mini_method_compile): Move the disabling of fp elimination to here
4637         from mini-amd64.c so all debugger related logic is in one place.
4638
4639         * mini.c: Set cfg->ip to NULL after passes which set it so instructions created
4640         later won't have a random ip assigned to them.
4641
4642 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
4643
4644         * mini-trampolines.c (mono_create_jump_trampoline): Add an assert to check that
4645         the arch specific function initializes code_size.
4646         (mono_create_delegate_trampoline): Ditto.
4647
4648         * mini-mips.h mini-mips.c inssel-mips.brg inssel-long32-mips.brg cpu-mips.md
4649         tramp-mips.c: Resurrect MIPS port and also fix the issues on little-endian
4650         platforms.
4651
4652         * liveness.c (mono_analyze_liveness): Disable the initlocals optimization if 
4653         running under the debugger.
4654
4655         * linear-scan.c (mono_linear_scan): Avoid sharing registers if running under the
4656         debugger.
4657
4658         * mini.c (mini_method_compile): Set a few flags in cfg if running under the
4659         debugger. Also move the disabling of optimizations here from driver.c.
4660         (mono_allocate_stack_slots_full): Avoid sharing stack slots if running under the
4661         debugger.
4662
4663         * mini.h (MonoCompile): Add a few new flags.
4664
4665 2008-04-15  Zoltan Varga  <vargaz@gmail.com>
4666
4667         * mini.c (mono_method_to_ir): Set cfg->ip before processing an IL instruction
4668         so the cil_code field of created MonoInst's is properly set.
4669         (mini_select_instructions): Ditto.
4670
4671         * mini.h (MONO_INST_NEW): Initialize the cil_code field using cfg->ip.
4672         (MONO_INST_NEW_CALL): Ditto.
4673
4674         * mini.c inssel.brg inssel-x86.brg inssel-amd64.brg: Use MONO_INST_NEW ()
4675         in many places so the ins->cil_code field is properly initialized.
4676
4677         * mini.c (mono_bblock_add_inst): Call MONO_ADD_INS () so the logic is in one
4678         place.
4679
4680 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
4681
4682         * mini.c (mini_method_compile): Print a different message when compiling a 
4683         shared method.
4684         
4685         * mini.c (GENERIC_SHARING_FAILURE): Print a failure message when verbose_level
4686         > 1.
4687
4688 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
4689
4690         * mini-amd64.c (mono_arch_output_basic_block): Implement OP_ABS directly using
4691         SSE2 instructions.
4692
4693         * basic-math.cs: Fix warnings. Add a test for Math.Abs ().
4694         
4695 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
4696
4697         * mini.c (handle_stack_args): Make this return void since its return value was
4698         never used. Also set cfg->unverifiable for invalid IL instead of calling
4699         G_BREAKPOINT ().
4700
4701 2008-04-10  Mark Probst  <mark.probst@gmail.com>
4702
4703         * mini.c: Make sure "this" is live in catch clauses with type
4704         variables in shared generic code.
4705
4706 2008-04-08  Mark Probst  <mark.probst@gmail.com>
4707
4708         * mini.c: Replaced uses of MONO_TYPE_IS_REFERENCE with calls to
4709         generic_class_is_reference_type() to ensure the proper behaviour
4710         when sharing generic code and the type in question is a type
4711         argument.
4712
4713 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
4714
4715         * mini-exceptions.c: Applied patch from Mark Spruiell (mes@zeroc.com). Fix
4716         race conditions when printing thread dumps. Fixes #377738.
4717
4718 2008-04-08  Massimiliano Mantione  <massi@ximian.com>
4719         
4720         aliasing.c (update_aliasing_information_on_inst): Fixed a bug which
4721         shows up when both MonoInst arguments can cause aliasig.
4722         There is likely no way in the current JIT to trigger this problem, but
4723         it showed up in the development of generics sharing, when in a new
4724         opcode both args of an OP_GROUP can be aliases (addresses of a local).
4725         When the generics sharing code will be committed, its tests will be
4726         valid also for this bug.
4727
4728 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
4729
4730         * aot-runtime.c (decode_patch_info): Always transform PATCH_INFO_WRAPPER to
4731         PATCH_INFO_METHOD.
4732
4733         * mini.c (mono_resolve_patch_target): Fix a crash in the AOT case if method is
4734         NULL.
4735
4736 2008-04-07  Zoltan Varga  <vargaz@gmail.com>
4737
4738         * mini-exceptions.c (mono_handle_exception_internal): When --debug=casts is used,
4739         use a more detailed exception message for InvalidCastException.
4740
4741         * mini.h (MonoJitTlsData): Add 'class_cast_from' and 'class_cast_to' fields.
4742
4743         * driver.c (mono_main): Add --debug=casts option to turn on better 
4744         InvalidCastException message details.
4745
4746         * mini.c (mini_get_debug_options): New helper function to return the address of
4747         the debug_options variable.
4748
4749         * mini.c (mono_get_jit_tls_intrinsic): New helper function to create a load of
4750         the jit_tls TLS variable.
4751
4752         * mini.c (mono_jit_tls): New TLS variable.
4753
4754         * inssel.brg: Save the details of a cast to a TLS variable when the --debug=casts
4755         option is used.
4756
4757 2008-04-07  Rodrigo Kumpera  <rkumpera@novell.com>
4758
4759         * mini.h: Removed verifer related stuff. This code was moved to verify.c
4760
4761         * mini.c: Removed verifer related stuff, code moved to verify.c.
4762
4763         * driver.c: Using code from verify.c instead of mini.c.
4764
4765 2008-04-05  Zoltan Varga  <vargaz@gmail.com>
4766
4767         * mini.c (check_for_method_verify): Remove the mscorlib comment since it is no
4768         longer valid.
4769
4770 2008-04-04  Rodrigo Kumpera  <rkumpera@novell.com>
4771
4772         * mini.c (check_for_method_verify): Enabling verification of
4773         corlib if mono_verify_all is set. Bugs in the verifier preventing that
4774         have been fixed.
4775
4776 2008-04-04  Zoltan Varga  <vargaz@gmail.com>
4777
4778         * exceptions-amd64.c (throw_exception): Unify the win32/non-win32 cases, save
4779         caller saved registers as well.
4780         
4781         * exceptions-amd64.c (mono_arch_get_restore_context): Restore most caller
4782         saved registers as well.
4783
4784 2008-03-30  Zoltan Varga  <vargaz@gmail.com>
4785
4786         * mini-x86.c cpu-x86.md inssel-x86.brg: Add min/max intrinsics.
4787
4788         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of the non-SSE2 floating point
4789         code.
4790
4791 2008-03-27  Zoltan Varga  <vargaz@gmail.com>
4792
4793         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'gsctx' argument and pass it
4794         to get_call_info.
4795         (get_call_info): Take a gsctx argument instead of 'cfg'.
4796
4797 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
4798
4799         * mini.c (check_for_method_verify): Avoid verifying mscorlib methods even if
4800         mono_verify_all is set.
4801
4802         * driver.c (compile_all_methods_thread_main): Don't exit at the first error.
4803
4804         * mini.c mini.h: Remove the unused and incomplete stack merge verification code.
4805
4806 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
4807
4808         * driver.c (compile_all_methods_thread_main): Error out if compilation fails with
4809         an exception.
4810
4811         * driver.c mini.c mini.h: Add a --verify-all development option to test the
4812         verifier and the code generated by the compiler.
4813
4814 2008-03-25  Mark Probst  <mark.probst@gmail.com>
4815
4816         * mini.c: Generic sharing of the non-nullable case of the box
4817         instruction.
4818
4819 2008-03-24  Zoltan Varga  <vargaz@gmail.com>
4820
4821         * inssel.brg: Fix the build.
4822
4823         * iltests.il.in: Add a test for lconv.ovf.u8.un.
4824
4825 2008-03-24  Rodrigo Kumpera  <rkumpera@novell.com>
4826
4827         * mini.c (mono_method_to_ir): Implement readonly for ldelema and
4828         Array:Address. Fixes #372410.
4829
4830         * iltests.il.in: New tests for readonly prefix.
4831
4832 2008-03-23  Zoltan Varga  <vargaz@gmail.com>
4833
4834         * mini.h mini.c mini-trampolines.c: Move trampoline related code to 
4835         mini-trampolines.c.
4836
4837         * mini.h mini.c mini-exceptions.c: Move mini_init_exceptions () to 
4838         mini-exceptions.c.
4839
4840         * mini-amd64.c mini-s390.c (mono_arch_lowering_pass): Use mono_decompose_op_imm ().
4841         
4842         * mini.c (mono_decompose_op_imm): New helper function.
4843
4844         * mini-s390x.c (calculate_sizes): Rename this to get_call_info for consistency
4845         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
4846         return value.
4847
4848         * mini-s390x.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
4849         mono_arch_output_basic_block. Fix warnings.
4850
4851         * inssel-s390x.brg: Remove the unneccesary OP_LMUL_IMM rule to fix the s390x build
4852         for now.
4853
4854 2008-03-22  Zoltan Varga  <vargaz@gmail.com>
4855
4856         * mini-exceptions.c (ves_icall_get_frame_info): Remove the ia64/s390 workarounds
4857         since the extra frame is now detected automatically inside the loop.
4858
4859         * mini-s390.c (mono_arch_peephole_pass_2): Remove the arch independent peephole 
4860         opts which are now in mono_peephole_ins ().
4861         
4862         * mini-s390.c (mono_arch_output_basic_block): Fix OP_FCALL_MEMBASE.
4863
4864         * mini-exceptions.c (ves_icall_get_frame_info): Skip native-to-managed wrapper
4865         frames and skip duplicate managed-to-native frames. Fixes #367665.
4866
4867         * mini-x86.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
4868         opts which are now in mono_peephole_ins ().
4869         (mono_arch_peephole_pass_2): Ditto.
4870
4871         * mini-codegen.c (mono_peephole_ins): Fix a problem on 32 bit platforms.
4872
4873         * mini-codegen.c (mono_peephole_ins): New helper function containing the
4874         arch independent peephole optimizations.
4875
4876         * mini-amd64.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
4877         opts which are now in mono_peephole_ins ().
4878
4879         * mini-amd64.c (mono_arch_peephole_pass_2): Ditto.
4880         
4881         * mini-s390.c (mono_arch_output_basic_block): Fix build.
4882
4883         * tramp-s390.c (mono_arch_get_vcall_slot): Handle an additional instruction
4884         pattern.
4885
4886         * mini-s390.c (mono_arch_output_basic_block): Handle big offsets in the
4887         CALL_MEMBASE opcodes. Fix setting of the destination in the OP_LCONV_TO_OVF_I
4888         opcode. 
4889
4890 2008-03-21  Zoltan Varga  <vargaz@gmail.com>
4891
4892         * mini-s390.c (calculate_sizes): Rename this to get_call_info for consistency
4893         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
4894         return value.
4895
4896         * mini-s390.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
4897         mono_arch_output_basic_block. Fix warnings.
4898
4899 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
4900
4901         * inssel-long32.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
4902         conv.ovf.u.un.
4903
4904 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
4905
4906         * inssel-long.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
4907         conv.ovf.u.un.
4908
4909         * iltests.il: Add new tests.
4910
4911 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
4912
4913         * mini.c: Removed Windows version macros.
4914
4915 2008-03-20  Mark Probst  <mark.probst@gmail.com>
4916
4917         * generic-sharing.c: Put reflection types in the extensible part
4918         of the runtime generic context.
4919
4920         * mini.c: Generic sharing of the GetTypeHandle special case of the
4921         ldtoken instruction.
4922
4923 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
4924
4925         * mini.h (MONO_BB_FOR_EACH_INS_SAFE): New helper macro.
4926
4927         * mini-<ARCH>.c: Use the new macro instead in the peephole/lowering passes.
4928         
4929         * mini.h (MONO_DEL_INS): Rename to MONO_DELETE_INS and Add a 'bb' argument for 
4930         consistency with the other version on the linear IR branch.
4931
4932         * mini-<ARCH>.c: Update callers of MONO_DEL_INS.
4933
4934         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i/conv.ovf.u.
4935
4936         * iltests.il.in: Add new tests.
4937
4938 2008-03-19  Zoltan Varga  <vargaz@gmail.com>
4939
4940         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i.un/conv.ovf.u.un.
4941
4942         * iltests.il.in: Add new tests.
4943
4944 2008-03-19  Mark Probst  <mark.probst@gmail.com>
4945
4946         * mini.c: Two variables with the same name were declared in
4947         nesting contexts and one wasn't initialized.  Fixed.
4948
4949 2008-03-19  Mark Probst  <mark.probst@gmail.com>
4950
4951         * mini.c: Generic sharing of the initobj instruction.
4952
4953 Tue Mar 18 20:18:02 CET 2008 Paolo Molaro <lupus@ximian.com>
4954
4955         * mini.c: make the test to optimize ldtoken from typeof() more
4956         precise.
4957
4958 2008-03-18  Mark Probst  <mark.probst@gmail.com>
4959
4960         * mini.c: Generic sharing of the initobj instruction for reference
4961         types.
4962
4963 Tue Mar 18 12:39:27 CET 2008 Paolo Molaro <lupus@ximian.com>
4964
4965         * mini.h, mini-amd64.c, mini-x86.c, tramp-amd64.c, tramp-x86.c: change
4966         the mono_breakpoint_clean_code() code to perform bound checks.
4967
4968 Tue Mar 18 11:50:14 CET 2008 Paolo Molaro <lupus@ximian.com>
4969
4970         * mini.h, mini-trampolines.c, tramp-*.c: change the signature of
4971         mono_arch_patch_callsite() to include the start of the managed method
4972         to be able to perform bound checks.
4973
4974 2008-03-17  Mark Probst  <mark.probst@gmail.com>
4975
4976         * mini.c: Generic sharing for the isinst instruction.
4977
4978 2008-03-17  Mark Probst  <mark.probst@gmail.com>
4979
4980         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
4981         inssel-long32-mips.brg: Added opcodes for doing indirect calls
4982         with the runtime generic context argument.
4983
4984         * mini.c: Share calls to several types of unsharable methods by
4985         putting the address of the method code in the runtime generic
4986         context and doing an indirect call.
4987
4988         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
4989         to switches.
4990
4991 2008-03-16  Mark Probst  <mark.probst@gmail.com>
4992
4993         * generic-sharing.c: Change due to a change in the runtime genric
4994         context API.
4995
4996 2008-03-15  Martin Baulig  <martin@ximian.com>
4997
4998         * tramp-x86.c
4999         (mono_arch_nullify_class_init_trampoline): Add call to
5000         mono_breakpoint_clean_code() to make things work when running
5001         inside the debugger.
5002
5003         * tramp-amd64.c
5004         (mono_arch_nullify_class_init_trampoline): Add call to
5005         mono_breakpoint_clean_code() to make things work when running
5006         inside the debugger.
5007
5008 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
5009
5010         * inssel-long.brg (reg): Fix 64 bit build.
5011
5012 2008-03-14  Mark Probst  <mark.probst@gmail.com>
5013
5014         * mini.c, mini.h: Share static generic code by passing it an
5015         implicit argument pointing to the runtime generic context.
5016
5017         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
5018         inssel-long32-mips.brg: New opcodes for calling shared static,
5019         which need to be passed the runtime generic context.
5020
5021         * mini-amd64.c, mini-x86.c: Save the runtime generic context
5022         argument on the stack in the prologue if needed.  New function for
5023         finding the runtime generic context argument from the registers
5024         saved by the trampoline.
5025
5026         * mini-amd64.h, mini-x86.h: Specify which register to use for the
5027         runtime generic context argument.
5028
5029         * tramp-amd64.c: Also restore the register used for the runtime
5030         generic context argument.
5031
5032         * mini-trampoline.c: Resolve shared static calls by consulting the
5033         runtime generic context via the new argument.
5034
5035         * generic-sharing.c: Add an argument to sharability-checking
5036         functions that specifies whether type variables should be treated
5037         as sharable type arguments.
5038
5039         * inssel-x86.brg: Removed a superfluous, buggy rule.
5040
5041         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
5042         to switches.
5043
5044 2008-03-14  Martin Baulig  <martin@ximian.com>
5045
5046         * debug-debugger.c (main_thread_handler): Call
5047         mono_runtime_run_main() without sending any notifications.
5048
5049         * debug-debugger.h (MonoDebuggerInfo): Added `get_method_signature.
5050
5051 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
5052
5053         * mini-trampolines.c (mono_magic_trampoline): Fix build on platforms without IMT.
5054
5055 2008-03-14  Mark Probst  <mark.probst@gmail.com>
5056
5057         * tramp-x86.c: Fixed register restore offsets in the trampoline
5058         code for ECX and EDX.
5059
5060 2008-03-12  Geoff Norton  <gnorton@novell.com>
5061
5062         * mini-arm.h: Add some #defines for locating sp, pc, r4 with
5063         different ucontext_t implementations.
5064         * exceptions-arm.c: Use the above defines to get exceptions working on 
5065         iPhone (based on a patch by Luke Howard lukeh@padl.com)
5066         * mini-arm.c: Implement iPhone icache support (based on a patch by
5067         Luke Howard lukeh@padl.com)
5068
5069 2008-03-12  Mark Probst  <mark.probst@gmail.com>
5070
5071         * mini.c: Enable generic sharing of calls to non-static
5072         non-interface non-generic non-value-type methods.
5073
5074         * mini-trampolines.c: Resolve calls from shared generic code.
5075
5076 2008-03-11  Zoltan Varga  <vargaz@gmail.com>
5077
5078         * Makefile.am il2tests.il iltests.il.in: Delete il2tests, merge it into iltests.
5079
5080         * tramp-amd64.c (mono_arch_create_trampoline_code): Correctly save RBP as well.
5081
5082 Mon Mar 10 11:59:34 CET 2008 Paolo Molaro <lupus@ximian.com>
5083
5084         * mini.c: some fixes for the AOT compiler.
5085
5086 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
5087
5088         * cpu-amd64.md: Add clob:1 to some float opcodes.
5089
5090 2008-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
5091
5092         * mini.h: Added MiniVerifierMode enumeration.
5093
5094         * mini.c: Added mini_verifier_set_mode to control
5095         the usage of the new verifier.
5096
5097         * mini.c (mono_method): Integrated the new verifier.
5098
5099         * driver.c: Extended --security option with validil and
5100         verifiable options to activate the new verifier.
5101
5102 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
5103
5104         * mini.c jit-icalls.h jit-icalls.c: Generalize the exception creation 
5105         optimization to ctors taking 0 or 2 arguments too.
5106
5107         * mini.c (mono_method_to_ir): Optimalize the size of the exception throwing code
5108         a bit.
5109
5110         * jit-icalls.h (mono_create_corlib_exception): New JIT icall.
5111
5112         * mini-amd64.c (mono_arch_emit_prolog): Improve the first_bb optimization a bit.
5113
5114 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
5115
5116         * mini.c (mono_method_to_ir): Apply one of the ldstr optimizations in the
5117         non-aot case as well.
5118
5119         * cpu-amd64.md: Reduce the max size of some frequently used opcodes.
5120
5121         * aot-runtime.c (decode_patch_info): Update this after the ldfld/stfld wrapper
5122         changes.
5123
5124         * aot-compiler.c (encode_patch): Ditto.
5125
5126         * mini.h (G_MININT32): Fix the definition of this.
5127
5128 2008-03-05  Zoltan Varga  <vargaz@gmail.com>
5129
5130         * mini.h: Define G_MININT32/G_MAXINT32 if using an older glib version.
5131
5132         * cfold.c: Remove definition of G_MININT32 which is now in mini.h.
5133
5134 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
5135
5136         * mini-amd64.c (mono_arch_compute_omit_fp): Don't disable fp elimination for 
5137         methods returning vtypes in registers.
5138         (mono_arch_allocate_vars): Ditto.
5139
5140         * mini-amd64.c (mono_arch_get_this_arg_reg): New arch specific helper function.
5141
5142         * tramp-amd64.c (mono_arch_get_unbox_trampoline): Use mono_arch_get_this_arg_reg ().    
5143
5144         * generics.cs: Add a test from the linear IR branch.
5145
5146         * mini-amd64.c (emit_load_volatile_arguments): Handle vtypes passed in regs too.
5147
5148         * mini.c (inline_method): Cache failed inline attempts.
5149
5150 2008-03-04  Mark Probst  <mark.probst@gmail.com>
5151
5152         * mini.c: For shared methods of generic classes put the location
5153         of "this" into the MonoGenericJitInfo.
5154
5155         * mini-x86.c, mini-amd64.c, mini.h: Added function for fetching a
5156         register out of a MonoContext by register number.  Add the generic
5157         sharing context as an argument to mono_arch_find_this_argument().
5158
5159         * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
5160         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c: Added stub
5161         for new arch function.
5162
5163         * mini-exception.c: Handle open exception clauses in shared
5164         generic code.
5165
5166         * mini-trampolines.c: Supply additional argument to
5167         mono_arch_find_this_argument().
5168
5169 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
5170
5171         * Makefile.am (regtests): Run the bench.exe tests last.
5172
5173 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
5174
5175         * mini-amd64.c (mono_arch_emit_prolog): Improve the first bblock optimization
5176         a bit.
5177
5178 2008-03-02  Zoltan Varga  <vargaz@gmail.com>
5179
5180         * mini.c (mono_method_to_ir): Allow callvirt on static methods for compatibility
5181         with MS.
5182
5183         * mini-amd64.c (mono_arch_emit_prolog): Fix tracing after the last change.
5184         
5185         * mini-amd64.c (mono_arch_emit_prolog): Avoid saving dead arguments.
5186
5187         * mini.c (mono_method_check_inlining): Avoid disabling inlining for methods
5188         whose class has no cctor.
5189
5190         * liveness.c (mono_analyze_liveness): Mark dead arguments with MONO_INST_IS_DEAD.
5191
5192 2008-03-01  Zoltan Varga  <vargaz@gmail.com>
5193
5194         * mini.c (mono_method_to_ir): Report calling a static method using callvirt as
5195         unverified.
5196
5197 2008-02-29  Zoltan Varga  <vargaz@gmail.com>
5198
5199         * mini-ops.h: Remove OP_SPARC_INARG_VT, add a new OP_VTARG_ADDR opcode instead
5200         to be in sync with the code on the linear IR branch.
5201
5202         * mini-sparc.c inssel-sparc.brg: Use OP_VTARG_ADDR.
5203
5204         * inssel-s390.brg (OP_SETRET (freg)): Set dreg correctly.
5205
5206 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
5207
5208         * mini-mips.c: Use cfg->vret_addr instead of cfg->ret.
5209
5210         * mini-s390x.c: Use cfg->vret_addr instead of cfg->ret.
5211
5212         * mini-s390.c: Use cfg->vret_addr instead of cfg->ret.
5213
5214         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_VARS define.
5215
5216         * mini-<ARCH>.c (mono_arch_create_vars): Define this for all architectures.
5217         
5218         * mini.c (mono_method_to_ir): Avoid invalid memory reads for methods without a
5219         body.
5220
5221 2007-11-14  Yoichi NAKAYAMA  <nakayama@pixela.co.jp>
5222
5223         * inssel-mips.brg (OP_OUTARG_MEMBASE (CEE_LDIND_R4 (base))): Add missing
5224         OP_LOADR4_MEMBASE emission.
5225
5226         * mini-codegen.c (mono_spillvar_offset_int): Remove assertion.
5227         (mono_spillvar_offset_float): Ditto.
5228
5229         * mini-mips.c (mono_arch_emit_prolog): Ditto.
5230
5231         * inssel-long32-mips.brg: Fix wrong branching, reduce redundant code
5232         emission.
5233
5234         * basic-long.cs: Add regression tests for them.
5235
5236         * mini-mips.c (add_float32_arg): Respect o32 calling convention in gr
5237         use.
5238         (mono_arch_allocate_vars): Fix representation of single-precision float
5239         argument.
5240         (mono_arch_output_basic_block): Ditto.
5241
5242         * inssel-mips.brg: Ditto, remove duplicate items.
5243
5244         * mini-mips.c (emit_load_volatile_arguments): New function to handle
5245         arguments of tail calls as on other platforms.
5246         (mono_arch_output_basic_block): Handle tail calls.
5247
5248         * inssel-mips.brg (OP_OUTARG_VT (CEE_LDOBJ (base))): Correct destination
5249         register.
5250
5251         * objects.cs (test_5_pass_static_struct): Add test for it.
5252
5253         Contributed under MIT/X11 license.
5254
5255 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
5256
5257         * Makefile.am: Use gmcs for compiling the regression tests.
5258
5259         * *.2.cs *.2.il: Rename to *.cs and *.il.
5260
5261 2008-02-24  Zoltan Varga  <vargaz@gmail.com>
5262
5263         * regalloc.h: Make the vassign array smaller.
5264
5265         * mini.c (mini_method_compile): Remove an unused field in cfg.
5266
5267         * mini-codegen.c: Add a bunch of micro optimizations.
5268
5269 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
5270
5271         * regalloc.h: Remove some unused fields.
5272
5273 2008-02-22  Zoltan Varga  <vargaz@gmail.com>
5274
5275         * mini-amd64.c (mono_arch_patch_code): Fix a warning.
5276
5277         * ssa.c (mono_ssa_remove): Avoid declaring volatile variables dead.
5278
5279 2008-02-22  Mark Probst  <mark.probst@gmail.com>
5280
5281         * mini.h: New trampoline type (RGCTX_LAZY_FETCH).
5282
5283         * mini-trampolines.c, tramp-amd64.c, tramp-x86.c: RGCTX lazy fetch
5284         trampoline: Fetch an entry from the runtime generic context.  If
5285         it's NULL, jump to the actual trampoline to fill the runtime
5286         generic context.  Otherwise, return it.
5287
5288         * mini.c: Call the lazy fetch trampoline to get entries out of the
5289         runtime generic context.
5290
5291         * tramp-ia64.c, tramp-arm.c, tramp-alpha.c, tramp-s390.c,
5292         tramp-s390x.c, tramp-ppc.c, tramp-hppa.c, tramp-mips.c,
5293         tramp-sparc.c: Stubs for the lazy fetch trampoline.
5294
5295 2008-02-21  Mark Probst  <mark.probst@gmail.com>
5296
5297         * mini.c: Fetch data out of the extensible part of the runtime
5298         generic context instead of calling a helper function.
5299
5300         * generic-sharing.c: Some functions moved into
5301         metadata/generic-sharing.c.  Helper function for fetching other
5302         types now checks and asserts against extensible rgctx (just for
5303         debugging purposes - the helper function isn't called anymore
5304         unless for debugging).
5305
5306 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
5307
5308         * mini-arm.c (mono_arch_output_basic_block): Implement proper argument passing
5309         for tail calls up to the point that the tests in iltests.exe run. Also add a
5310         dummy CKFINITE implementation.
5311         (mono_arch_emit_prolog): Avoid saving the method in the LMF since it is only
5312         needed for trampoline LMF frames.
5313
5314         * exceptions-arm.c (mono_arch_find_jit_info): Only read lmf->method for 
5315         trampoline LMF frames.
5316
5317 2008-02-21  Rodrigo Kumpera  <rkumpera@novell.com>
5318
5319         * mini.c (inline_method): clean any pending loader error when inlining fail.
5320         Otherwise loader errors in mono_method_to_ir leaks and cause spurious errors.
5321
5322 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
5323
5324         * aot-compiler.c (encode_patch): Handle ICALL_ADDR patch type.
5325
5326         * aot-runtime.c (decode_patch_info): Ditto.
5327
5328         * mini.c (mono_resolve_patch_target): Ditto.
5329         
5330         * aot-compiler.c (compile_method): Add some experimental code for AOT compiling
5331         icall wrappers.
5332
5333         * patch-info.h (PATCH_INFO): Add 'ICALL_ADDR' patch type.
5334         
5335         * mini.c (mono_method_to_ir): Convert a CEE_MONO_LDPTR opcode to an AOT constant
5336         if it references an icall address.
5337
5338 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
5339
5340         * cpu-s390x.md: Remove some more unused opcodes.
5341         
5342         * cpu-s390x.md: Remove some unused opcodes.
5343
5344         * mini-ia64.c (mono_arch_lowering_pass): Add some more opcodes. Use
5345         mono_op_imm_to_op ().
5346
5347         * mini-sparc.c (opcode_to_sparc_cond): Use the mono_opcode_to_cond () functions
5348         instead of a switch statement.
5349         
5350         * mini-sparc.c (mono_arch_allocate_vars): Allocate a stack slot for use by
5351         the int<->float conversion opcodes instead of using mono_spillvar_offset_float ().
5352
5353         * mini-codegen.c: Eliminate rassign macro which is no longer needed.
5354         
5355         * mini-codegen.c: Remove unused mono_regstate2_... functions.
5356
5357         * mini-codegen.c (mono_print_ins_index): Avoid printing an index when it is
5358         -1.
5359
5360 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
5361
5362         * driver.c (mono_main): Improve error reporting when an assembly cannot be
5363         opened. Fixes #362607.
5364
5365         * cpu-ia64.md cpu-s390x.md: Remove some unused opcodes.
5366
5367         * iltests.il.in: Add a test for static methods in interfaces.
5368
5369 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
5370
5371         * genmdesc.c (build_table): Fix a crash on older glib versions.
5372
5373         * cpu-sparc.md: Remove some unused opcodes.
5374         
5375         * genmdesc.c: Error out if the .md contains CEE_ opcodes if 
5376         MONO_ARCH_ENABLE_NORMALIZE_OPCODES is defined.
5377
5378         * cpu-amd64.md: Remove some unused opcodes.
5379
5380         * mini.h mini-ops.h mini.c: Define the OP_Ccc opcodes in mini-ops.h normally
5381         like the other opcodes.
5382
5383 2008-02-17  Zoltan Varga  <vargaz@gmail.com>
5384
5385         * mini-ia64.c: Use cfg->vret_addr instead of cfg->ret.
5386
5387         * mini-arm.h mini-arm.c: Use cfg->vret_addr instead of cfg->ret.
5388
5389         * mini-sparc.c: Use cfg->vret_addr instead of cfg->ret. Name the MonoCompile
5390         variables 'cfg' instead of 'm' for consistency.
5391
5392         * mini-x86.c: Use cfg->vret_addr instead of cfg->ret.
5393
5394         * mini.h (MonoCompile): Add new 'vret_addr' field which represents the hidden
5395         argument holding the vtype return address, to avoid the ambigious use of
5396         cfg->ret for this purpose.
5397
5398         * mini.c (NEW_RETLOADA): Use vret_addr if set.
5399
5400         * mini-amd64.c: Use cfg->vret_addr instead of cfg->ret.
5401         
5402         * mini-codegen.c (mono_print_ins): Rename to mono_print_ins_index (), Add a
5403         new mono_print_ins () function which only takes one argument.
5404
5405 2008-02-15  Zoltan Varga  <vargaz@gmail.com>
5406
5407         * mini-s390.h (MONO_OUTPUT_VTR): Use cfg instead of s, avoid assignments to
5408         macro arguments.
5409
5410 2008-02-14  Zoltan Varga  <vargaz@gmail.com>
5411
5412         * mini-ops.h: Get rid of OP_SPARC_LOCALLOC_IMM.
5413
5414         * mini-sparc.c inssel-sparc.brg: Use OP_LOCALLOC_IMM instead of OP_SPARC_LOCALLOC_IMM.
5415
5416         * mini-x86.c: Sync with the version on the linear IR branch by adding new 
5417         opcodes and other small changes.
5418
5419         * mini-ops.h: Add some new opcodes from the linear IR branch.
5420
5421         * mini-ops.h: Get rid of the OP_X86_..._MEMBASE opcodes.
5422
5423         * mini-x86.c inssel-x86.brg cpu-x86.md: Get rid of the confusing _MEMBASE
5424         opcodes, use the REG_MEMBASE opcodes instead.
5425         
5426         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Get rid of the confusing _MEMBASE
5427         opcodes, use the REG_MEMBASE opcodes instead.
5428         
5429         * mini-amd64.c (mono_arch_output_basic_block): Sync with the version on the
5430         linear IR branch.
5431
5432         * mini.c (mono_op_imm_to_op): New helper function.
5433
5434         * mini-ops.h: Add some opcodes from linear IR branch.
5435
5436 2008-02-13  Zoltan Varga  <vargaz@gmail.com>
5437
5438         * mini-alpha.h mini-alpha.c tramp-alpha.c: Alpha port updates from Sergey Tikhonov 
5439         <tsv@solvo.ru>.
5440
5441 2008-02-12  Zoltan Varga  <vargaz@gmail.com>
5442
5443         * mini.c (mono_normalize_opcodes): Always convert CEE_CONV_R4/R8 to 
5444         OP_ICONV_TO_R4/R8.
5445
5446         * mini-ia64.c cpu-ia64.md: Add OP_ICONV_TO_R4/R8.
5447
5448 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
5449
5450         * aot-compiler.c (emit_method_code): Add an assert.
5451
5452         * mini-arm.h mini-arm.c exceptions-arm.c: Modify the exception throwing code and
5453         the IMT code so it is AOT friendly. Enable AOT for methods which call interface
5454         methods.
5455
5456 2008-02-08  Zoltan Varga  <vargaz@gmail.com>
5457
5458         * mini-arm.c (mono_arch_output_basic_block): Fix the ordering of arguments for 
5459         some load/store opcodes so they are consistent. 
5460         (mono_arch_emit_prolog): Simplify some code.
5461
5462         * aot-runtime.c (mono_aot_get_plt_entry): Fix a warning.
5463
5464         * objects.cs: Add tests for large argument offsets on ARM.
5465
5466         * mini-arm.c (mono_arch_emit_prolog): Fix handling of arguments with large 
5467         stack offsets. Fixes #359651.
5468
5469         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R4/R8 properly.
5470
5471         * cpu-s390x.md: Add OP_LCONV_TO_R4/R8.
5472
5473         * cpu-ia64.md mini-ia64.h mini-ia64.c: Get rid of CEE_ opcodes.
5474
5475         * mini-ops.h: Add OP_ICONV_TO_R_UN opcode.
5476
5477         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R_UN too.
5478
5479         * cpu-s390x.md cpu-s390.md mini-s390x.c mini-arm.c cpu-arm.md mini-s390.c: Get
5480         rid of CEE_CONV_R_UN.
5481
5482         * mini-s390x.c mini-s390x.h cpu-s390x.md inssel-s390x.brg: Get rid of CEE_ opcodes.
5483
5484 2008-02-07  Zoltan Varga  <vargaz@gmail.com>
5485
5486         * mini-s390.c mini-s390.h cpu-s390.md: Get rid of CEE_ opcodes.
5487
5488         * mini.c (mono_normalize_opcodes): Add some more opcodes.
5489
5490         * mini-arm.c mini-arm.h cpu-arm.md: Get rid of CEE_ opcodes.
5491
5492         * cpu-amd64.md: Remove some unused opcodes.
5493
5494         * mini-sparc.c mini-sparc.h cpu-sparc.md: Get rid of CEE_ opcodes.
5495
5496         * mini-x86.c mini-x86.h cpu-x86.md: Get rid of CEE_ opcodes.
5497
5498         * mini.c mini-<ARCH>.c: Remove mono_arch_local_regalloc (), instead make 
5499         arch specific functions for its parts. Call the peephole pass after local
5500         regalloc so the prolog can compute a more accurate max_offset.
5501         
5502         * mini.c (mono_normalize_opcodes): New mini pass to convert CEE_ opcodes to
5503         the corresponding OP_I/OP_L opcodes.
5504
5505         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of CEE_ opcodes.
5506
5507         * mini-sparc.c (mono_arch_output_basic_block): Fix the sparc build.
5508
5509 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
5510
5511         * mini-s390.c (mono_arch_get_inst_for_method): Remove the Interlocked cases
5512         as they are handled in mini.c.
5513
5514         * mini-s390x.c (mono_arch_get_inst_for_method): Ditto.
5515         
5516         * mini-<ARCH>.c (mono_arch_get_inst_for_method): Remove the MemoryBarrier
5517         case since it is handled in mini.c.
5518
5519         * cpu-sparc.md (sparc_setfreg_float): Fix the sparc build.
5520
5521         * mini-ops.h: Add new opcodes OP_CALL/OP_CALLVIRT.
5522
5523         * *.c: Use the new opcodes in the IR and back end code.
5524
5525         * mini-ops.h cpu-<ARCH>.md: Correct the name of the bgt_un opcodes.
5526
5527         * mini-amd64.c (emit_call_body): Use a far-call for calling dynamic methods.
5528
5529 2008-02-06  Mark Probst  <mark.probst@gmail.com>
5530
5531         * mini-trampolines.c (mono_generic_class_init_trampoline): Removed
5532         an assert because it has a race condition.
5533
5534 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
5535
5536         * tramp-amd64.c (mono_arch_patch_callsite): Add more diagnostics.
5537
5538         * inssel.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused CEE_RET opcode.
5539
5540         * mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused LDIND/STIND opcodes.
5541
5542         * *.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of OP_SETREG/OP_SETFREG/OP_SETREGIMM,
5543         use OP_MOVE/OP_FMOVE/OP_ICONST instead.
5544
5545 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
5546
5547         * cpu-amd64.md (move): Correct the maximum size of move.
5548
5549 2008-02-05  Mark Probst  <mark.probst@gmail.com>
5550
5551         * tramp-amd64.c, tramp-x86.c, mini-trampolines.c: Added a check in
5552         the generic class init trampoline to return quickly if the class
5553         is already inited.
5554
5555 2008-02-04  Zoltan Varga  <vargaz@gmail.com>
5556
5557         * tramp-amd64.c (mono_arch_patch_callsite): Add some diagnostics to help debug
5558         issues where an 32 bit callsite cannot be patched by a 64 bit address.
5559
5560 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
5561
5562         * generics.2.cs generics-variant-types.2.il: Merge some tests from the linear IR
5563         branch.
5564
5565 2008-01-31  Zoltan Varga  <vargaz@gmail.com>
5566
5567         * objects.cs: Add some soft-float tests.
5568
5569         * mini.c: Fix a couple more soft-float issues.
5570
5571         * helpers.c (mono_disassemble_code): Fix disassembly on ARM.
5572
5573         * mini-amd64.c (peephole_pass): Use IXOR instead of LXOR for zeroing a register to
5574         avoid a REX prefix.
5575
5576 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
5577
5578         * exceptions-x86.c (mono_arch_find_jit_info): Fix stack unwinding when an
5579         exception happens while compiling a virtual method.
5580
5581 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
5582
5583         * mini-sparc.c (mono_arch_emit_epilog): Fix folding of negative return values.
5584         
5585         * mini-sparc.c: Fix build.
5586
5587         * mini-sparc.c (get_call_info): Add support for generic sharing.
5588
5589         * mini-exceptions.c: Add a FIXME.
5590
5591 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
5592
5593         * mini-exceptions.c (mono_handle_exception_internal): Remove the old style
5594         altstack handling code.
5595
5596         * mini-s390.c (mono_arch_emit_exceptions): Really fix a warning.
5597         
5598         * mini-s390.c (mono_arch_emit_exceptions): Fix a warning.
5599
5600         * mini-s390.c: Add support for generic sharing.
5601
5602         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
5603         Fix CAS on s390.
5604         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
5605
5606         * mini-s390x.c (mono_arch_emit_exceptions): Fix a warning.
5607
5608         * mini-s390x.c: Add support for generic sharing.
5609         
5610         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
5611         Fix CAS on ia64.
5612         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
5613
5614         * mini-s390x.c: Use is_imm16 instead of is_uimm16 when checking whenever s390_aghi
5615         can be used since it takes a 16 bit signed immediate.
5616
5617         * inssel-s390x.brg: Fix OP_SETRET.
5618
5619         * mini-s390x.c (mono_arch_output_basic_block): Fix OP_BREAK.
5620
5621         * mini-codegen.c (mono_opcode_to_cond): Fix a warning.
5622
5623         * mini-s390x.c cpu-s390x.md: Implement sext.i4 properly by sign extension.
5624
5625         * mini.c (mono_create_delegate_trampoline): Don't use mono_create_ftpntr here.
5626
5627         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_addr_from_ftnptr
5628         in one place.
5629
5630         * mini-ia64.h mini-ia64.c: Add minimal support for the delegate trampoline 
5631         stuff.
5632
5633         * mini.h inssel-x86.brg inssel-amd64.brg tramp-alpha.c tramp-ia64.c: Get rid
5634         of the unused mono_arch_patch_delegate_trampoline stuff.
5635
5636 2008-01-26  Zoltan Varga  <vargaz@gmail.com>
5637
5638         * basic-long.cs: Move the fp related tests to basic-float.cs.
5639
5640         * mini-ops.h (OP_OUTARG_FREG_R4): New opcode.
5641
5642         * mini-ia64.c inssel-ia64.brg: Implement proper R4 argument passing.
5643
5644         * basic-calls.cs: Add a test for proper float argument passing.
5645
5646         * mini-ia64.h (mono_ia64_context_get_ip): Do not substract 1 from the ip
5647         if the context corresponds to an exception received through a signal.
5648
5649         * exceptions.cs: Add a test for nullref handling at the start of a try
5650         clause.
5651
5652         * mini-ia64.c (mono_arch_call_opcode): Fix ia64 argument passing.
5653
5654         * jit-icalls.c (mono_break): New JIT icall.
5655
5656         * mini-<ARCH>.c: Use mono_break instead of mono_arch_break.
5657
5658         * mini-arm.c (arm_patch): Add support for patching the blx calling sequence.
5659
5660 2008-01-25  Zoltan Varga  <vargaz@gmail.com>
5661
5662         * cpu-*.md: Get rid of unused opcodes.
5663
5664         * cpu-g4.md: Rename this to cpu-ppc.md for consistency with other archs.
5665
5666         * Makefile.am: Move mini-trampolines.c to $(common_sources) since it is now used
5667         by all platforms.
5668
5669         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE
5670         define.
5671
5672         * mini-s390x.h tramp-s390x.c Makefile.am: Rework the s390x trampoline code to use
5673         the arch independent trampoline code in mini-trampolines.c.
5674
5675         * aot-runtime.c (mono_aot_init_vtable): Fix a warning.
5676
5677         * mini.c (get_runtime_generic_context_ptr): Fix a warning.
5678
5679         * mini-s390.h: Remove an unused define.
5680         
5681         * mini-s390.h tramp-s390.c Makefile.am: Rework the s390 trampoline code to use
5682         the arch independent trampoline code in mini-trampolines.c.
5683
5684         * mini-arm.c (mono_arch_emit_prolog): Fix build.
5685
5686 2008-01-24  Zoltan Varga  <vargaz@gmail.com>
5687
5688         * mini-sparc.c (mono_arch_output_basic_block): Remove some unecessary code.
5689
5690         * mini-s390.c (mono_arch_emit_prolog): Fix build.
5691
5692         * mini-s390x.c (mono_arch_emit_prolog): Fix build.
5693
5694         * mini-ppc.c (mono_arch_emit_prolog): Fix build.
5695
5696         * cpu-amd64.md: Use smaller sizes for int opcodes.
5697
5698         * *.c: Get rid of the NOT_IMPLEMENTED define which is now in mini.h.
5699
5700         * *.cs: Add some tests from the linear-ir branch. Move structs tests to 
5701         objects.cs.
5702
5703         * driver.c (mono_main): Add a --break-at-bb command line argument for JIT
5704         debugging.
5705
5706         * mini.h *.c: Change cfg->vars to contain the MonoMethodVar entries directly
5707         instead of though a pointer to save an indirection when accessing elements of
5708         the array.
5709
5710         * mini.h (MONO_IS_COND_BRANCH_OP): Move these macros here from mini.c. Fix
5711         some typos.
5712         (NOT_IMPLEMENTED): New helper macro.
5713         (MONO_BB_FOR_EACH_INS): New helper macro to iterate through the instructions
5714         of a bb.
5715
5716         * *.c: Use the new helper macro.
5717
5718 2008-01-21  Zoltan Varga  <vargaz@gmail.com>
5719
5720         * mini-x86.h (MONO_ARCH_AOT_SUPPORTED): Disable AOT for apple x86.
5721
5722 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
5723
5724         * mini-amd64.c (mono_arch_emit_prolog): Optimize the omit fp case to save two
5725         stack slots.
5726
5727 2008-01-18  Zoltan Varga  <vargaz@gmail.com>
5728
5729         * mini-amd64.c (mono_arch_emit_prolog): Disable the new optimization if
5730         profiling is enabled.
5731         
5732         * mini-amd64.c (mono_arch_call_opcode): Emit the save_sp_to_lmf instruction at
5733         the end.
5734         (mono_arch_emit_prolog): Add more first bblock optimizations.
5735
5736         * mini-amd64.c (mono_arch_call_opcode): Keep assignments to the arg registers
5737         in order if possible.
5738         (mono_arch_emit_prolog): Optimize assignments to arg registers in the first
5739         bblock, since the arguments are still in their original registers.
5740
5741         * mini.c (type_from_op): Calling add.ovf on floats is not valid IL code.
5742
5743 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
5744
5745         * mini.c (mono_method_to_ir): Use the no-spilling optimization for CEE_CALLI
5746         as well.
5747
5748         * mini-amd64.c (mono_arch_emit_prolog): Save an instruction if the LMF is at
5749         offset 0.
5750
5751         * mini-amd64.h (MONO_ARCH_HAVE_NOTIFY_PENDING_EXC): Turn on this for amd64.
5752
5753         * exceptions-amd64.c (mono_arch_notify_pending_exc): New function to 
5754         process async exceptions received while in unmanaged code.
5755
5756         * mini.c (mini_init): Install a callback with the runtime which will be called
5757         when a thread receives an async exception while in unmanaged code.
5758
5759         * mini.c driver.c: Update after mono_get_native_wrapper () signature change.
5760
5761         * mini-s390x.c (mono_arch_output_basic_block): Fix s390x build.
5762
5763 2008-01-16  Wade Berrier  <wberrier@novell.com>
5764
5765         * cpu-g4.md:
5766         * cpu-arm.md:
5767         * cpu-s390x.md:
5768         fix build
5769
5770 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
5771
5772         * mini-x86.c (mono_arch_output_basic_block): Remove some gccism which prevents
5773         compilation with sun cc.
5774
5775         * cpu-*.md: Fix the build.
5776
5777         * cpu-x86.md: Fix the length of some load membase opcodes. Fixes #354241.
5778
5779         * mini-amd64.h: Add some comments to the MonoLMF structure.
5780
5781         * mini-ops.h cpu-amd64.c: Add a OP_AMD64_SAVE_SP_TO_LMF opcode.
5782         
5783         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Avoid setting the rip field
5784         in the LMF structure if possible. This saves two instructions in the
5785         managed->native wrappers.
5786
5787         * mini-ops.h *.md: Make some opcodes names uniform by removing the op_ prefix.
5788
5789 2008-01-16  Mark Probst  <mark.probst@gmail.com>
5790
5791         * generic-sharing.c: New type argument lookup code which uses the
5792         runtime generic context template.
5793
5794 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
5795
5796         * mini.c (mono_method_to_ir): Avoid emitting a write barrier when storing NULL.
5797
5798         * mini-arm.c (add_general): Fix arm eabi parameter passing.
5799         (mono_arch_output_basic_block): Fix localloc implementation.
5800
5801         * mini-amd64.c (peephole_pass): Sync store+load optimizations with the x86 version.
5802
5803         * mini-ia64.c (peephole_pass): Fix ia64 build.
5804
5805         * mini-amd64.c (peephole_pass): Fix a warning.
5806         
5807         * mini-amd64.c (mono_arch_allocate_vars): Make sure the LMF is always stored
5808         at a constant offset from sp/fp.
5809
5810         * exceptions-amd64.c (mono_arch_find_jit_info): Compute the LMF address from fp/sp
5811         instead of obtaining it from *lmf in the managed method case.
5812
5813 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
5814
5815         * exceptions-amd64.c (mono_arch_find_jit_info): Remove some duplicate code.
5816
5817 Mon Jan 14 12:33:06 CET 2008  David S. Miller  <davem@davemloft.net>
5818
5819         * mini.h (MonoInstList): New type.
5820         (MONO_INST_LIST_INIT, MONO_INST_LIST_EMPTY,
5821         __MONO_INST_LIST_ADD, MONO_INST_LIST_ADD,
5822         MONO_INST_LIST_ADD_TAIL, __MONO_INST_LIST_DEL,
5823         __MONO_INST_LIST_SPLICE, MONO_INST_LIST_SPLICE,
5824         MONO_INST_LIST_SPLICE_TAIL, MONO_INST_LIST_SPLICE_INIST,
5825         MONO_INST_LIST_SPLICE_TAIL_INIT, mono_container_of,
5826         MONO_INST_LIST_ENTRY, MONO_INST_LIST_FIRST_ENTRY,
5827         MONO_INST_LIST_LAST_ENTRY, MONO_INST_LIST_FOR_EACH,
5828         MONO_INST_LIST_FOR_EACH_PREV, MONO_INST_LIST_FOR_EACH_SAFE,
5829         MONO_INST_LIST_FOR_EACH_PREV_SAFE,
5830         MONO_INST_LIST_FOR_EACH_ENTRY,
5831         MONO_INST_LIST_FOR_EACH_ENTRY_REVERSE,
5832         MONO_INST_LIST_FOR_EACH_ENTRY_SAFE,
5833         mono_inst_list_first, mono_inst_list_last,
5834         mono_inst_list_next, mono_inst_list_prev): New instruction
5835         list handling interfaces.
5836         (MonoBasicBlock): Remove 'last_ins' and 'code', replace with
5837         list head 'ins_list'.
5838         (MonoInst): Replace next pointer with list head 'node'.
5839         (MonoCallInst): Make 'out_args' a MonoInstList.
5840         (MONO_INST_NEW_CALL): Explicitly init ->out_args.
5841         (MonoCompile): Delete reverse_inst_list and
5842         reverse_inst_list_len.
5843         * mini-hppa.c (mono_arch_call_opcode, NEW_INS,
5844         mono_arch_lowering_pass, mono_arch_local_regalloc,
5845         mono_arch_output_basic_block, mono_arch_emit_prolog):
5846         Convert to new instruction lists.
5847         (insert_after_ins): Delete.
5848         * inssel.brg (MONO_EMIT_NEW_BRANCH_BLOCK): Convert to new
5849         instruction lists.
5850         * mini-hppa.h (MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Likewise.
5851         * mini.c (NEW_BBLOCK, ADD_BBLOCK, CHECK_BBLOCK,
5852         split_bblock, mono_add_ins_to_end, mono_emit_call_args,
5853         mono_emulate_opcode, mono_emit_load_got_addr,
5854         inline_method, mono_method_to_ir, mono_print_bb_code,
5855         print_dfn, decompose_pass, nullify_basic_block,
5856         replace_out_block_in_code, remove_block_if_useless,
5857         merge_basic_blocks, move_basic_block_to_end,
5858         try_unsigned_compare, optimize_branches, mono_print_code,
5859         mini_select_instructions, remove_critical_edges): Likewise.
5860         * mini-amd64.c (emit_sig_cookie, mono_arch_call_opcode,
5861         peephole_pass_1, peephole_pass, mono_arch_lowering_pass,
5862         mono_arch_output_basic_block, mono_arch_emit_prolog):
5863         Likewise.
5864         * mini-mips.c (mono_arch_call_opcode, peephole_pass,
5865         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
5866         mono_arch_output_basic_block): Likewise.
5867         (inst_list_prepend, insert_after_ins): Delete.
5868         * mini-mips.h (MONO_EMIT_NEW_BRANCH_NONZERO_LABEL,
5869         MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Convert to new
5870         instruction lists.
5871         * mini-x86.c (emit_sig_cookie, mono_arch_call_opcode,
5872         peephole_pass_1, peephole_pass, mono_arch_output_basic_block,
5873         mono_arch_emit_prolog): Likewise.
5874         * cfold.c (mono_constant_fold): Likewise.
5875         * liveness.c (visit_bb, mono_analyze_liveness,
5876         optimize_initlocals): Likewise.
5877         * ssapre.c (dump_code, process_bb, code_motion): Likewise.
5878         * graph.c (mono_draw_code_cfg): Likewise.
5879         * ssa.c (mono_ssa_rename_vars, mono_ssa_compute,
5880         mono_ssa_remove, mono_ssa_avoid_copies, mono_ssa_create_def_use,
5881         mono_ssa_cprop): Likewise.
5882         * abcremoval (get_relations_from_previous_bb, process_block):
5883         Likewise.
5884         * local-propagation (mono_cprop_invalidate_values,
5885         mono_local_cprop_bb): Likewise.
5886         * mini-s390x.c (mono_arch_call_opcode, emit_sig_cookie,
5887         peephole_pass, mono_arch_output_basic_block,
5888         mono_arch_emit_prolog): Likewise.
5889         * mini-arm.c (mono_arch_call_opcode, peephole_pass,
5890         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
5891         mono_arch_emit_prolog): Likewise.
5892         (insert_after_ins): Delete.
5893         * aliasing.c (print_code_with_aliasing_information,
5894         mono_build_aliasing_information, mono_aliasing_deadce):
5895         Convert to new instruction lists.
5896         * mini-ia64.c (emit_sig_cookie, mono_arch_call_opcode,
5897         peephole_pass, NEW_INS, mono_arch_lowering_pass,
5898         mono_arch_local_regalloc, mono_arch_output_basic_block):
5899         Likewise.
5900         (insert_after_ins): Delete.
5901         * mini-sparc.c (emit_sig_cookie, mono_arch_call_opcode,
5902         peephole_pass, mono_arch_output_basic_block): Convert to
5903         new instruction lists.
5904         * mini-codegen (InstList, inst_list_prepend,
5905         insert_after_ins): Delete.
5906         (insert_before_ins, get_register_force_spilling,
5907         get_register_spilling, free_up_ireg, free_up_reg,
5908         create_copy_ins, create_spilled_store, alloc_int_reg,
5909         alloc_float_reg, alloc_reg, mono_local_regalloc): Convert
5910         to new instruction lists.
5911         * mini-ppc.c (mono_arch_call_opcode, peephole_pass,
5912         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
5913         mono_arch_output_basic_block, mono_arch_emit_prolog): Likewise.
5914         (insert_after_ins): Delete.
5915         * mini-alpha.c (NEW_INS, peephole_pass, mono_arch_lowering_pass,
5916         mono_arch_local_regalloc, mono_arch_output_basic_block,
5917         mono_arch_call_opcode): Convert to new instruction lists.
5918         (insert_after_ins): Delete.
5919         * mini-s390.c (mono_arch_call_opcode, emit_sig_cookie,
5920         peephole_pass, mono_arch_output_basic_block,
5921         mono_arch_emit_prolog): Convert to new instruction lists.
5922
5923 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
5924
5925         * mini-amd64.c (mono_arch_output_basic_block): Use a 4 byte load in OP_CHECK_THIS.
5926
5927         * mini-sparc.c (mono_arch_output_basic_block): Use a byte load in CHECK_THIS.
5928         Fixes #353182.
5929
5930         * Makefile.am (version.h): Make this work with non-bash shells.
5931
5932 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
5933
5934         * mini.c (handle_delegate_ctor): Optimize away setting of NULL target.
5935
5936 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
5937
5938         * mini.c (mono_method_to_ir): Fix possible reading of invalid memory in 
5939         the InitializeArray optimization.
5940
5941 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
5942
5943         * mini.c driver.c: Don't include os/gc_wrapper.h.
5944
5945 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
5946
5947         * mini.c (print_jit_stats): Print GC statistics if available.
5948
5949 2008-01-04  Zoltan Varga  <vargaz@gmail.com>
5950
5951         * mini-amd64.c (mono_arch_allocate_vars): Align argument storage offsets to 8.
5952
5953 2007-12-29  Zoltan Varga  <vargaz@gmail.com>
5954
5955         * mini-ppc.c (mono_arch_get_delegate_invoke_impl): Fix flushing of icache.
5956
5957 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
5958
5959         * mini.c (mini_init): Move the setting of GC_stackbottom to mono_gc_base_init ().
5960         
5961         * mini.c (mini_init): Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
5962
5963         * driver.c (mono_main): Ditto.
5964
5965 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
5966
5967         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_delegate_invoke ().
5968
5969         * aot-compiler.c (emit_klass_info): Avoid emitting info if one of the methods
5970         in the vtable can't be encoded.
5971         (compile_method): Ditto.
5972
5973 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
5974
5975         * mini.c (setup_jit_tls_data): Use the MONO_ARCH_INIT_TOP_LMF_ENTRY macro if
5976         defined.
5977
5978         * mini-amd64.h mini-amd64.c exceptions-amd64.c tramp-amd64.c: Rename lmf->ebp to 
5979         lmf->rbp.
5980
5981         * exceptions-amd64.c (mono_arch_find_jit_info): Fix the detection of whenever
5982         the top LMF entry belongs to the current method.
5983
5984         * mini.c: Update after renaming of mono_thread_get_pending_exception ().
5985
5986 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
5987
5988         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix a warning.
5989         
5990         * tramp-ia64.c (mono_arch_create_trampoline_code): Ditto.
5991
5992         * tramp-sparc.c (mono_arch_create_trampoline_code): Check for thread interruption.
5993
5994         * tramp-amd64.c (mono_arch_create_trampoline_code): Ditto.
5995
5996         * tramp-x86.c (mono_arch_create_trampoline_code): Check for thread interruption.
5997
5998         * cpu-amd64.md mini-amd64.h mini-amd64.c inssel-amd64.brg: Add ulong->double 
5999         implementation.
6000
6001         * basic-float.cs: Add an ulong->double cast test.
6002
6003 2007-12-15  Zoltan Varga  <vargaz@gmail.com>
6004
6005         * mini.c (mono_method_to_ir): Fix a warning.
6006
6007 2007-12-14  Zoltan Varga  <vargaz@gmail.com>
6008
6009         * mini-ops.h: Add OP_SWITCH.
6010
6011         * mini.c graph.c ssa.c aliasing.c mini-<ARCH>.c inssel-<ARCH>.brg: Avoid using
6012         CEE_SWITCH in back-end code, use OP_SWITCH instead.
6013
6014 2007-12-11  Geoff Norton  <gnorton@novell.com>
6015
6016         * mini-s390x.c: Minor change to the MAX() define to allow
6017         it to compile with other gcc versions.
6018
6019 2007-12-11  Geoff Norton  <gnorton@novell.com>
6020
6021         * cpu-s390x.md:
6022         * mini-s390x.c: Implement sext_i4 to fix the build on s390x
6023
6024 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
6025
6026         exceptions-arm.c (mono_arch_get_restore_context): Restore
6027         the frame pointer.
6028
6029         exceptions-arm.c (throw_exception): Save the frame pointer.
6030         This is a partial fix for #323747. Only the client side is
6031         fixed.
6032
6033 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
6034
6035         * mini.c (mono_method_to_ir): Verbose message in CEE_NEWOBJ
6036         was using an unrelated variable to log the class which
6037         needed the cctor to be called. This was crashing on arm.
6038
6039 2007-12-09  Robert Jordan  <robertj@gmx.net>
6040
6041         * mini-x86.c (mono_arch_emit_epilog):
6042         Consider all kinds of 64-bit types. Fixes #323114.
6043
6044 2007-12-08  Zoltan Varga  <vargaz@gmail.com>
6045
6046         * tramp-amd64.c (mono_arch_create_trampoline_code): Clean up the code a bit.
6047
6048 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
6049
6050         * mini-amd64.c (peephole_pass): Add a missing instruction check.
6051
6052 Fri Dec 7 22:08:23 CET 2007 Paolo Molaro <lupus@ximian.com>
6053
6054         * mini.c: run type ctor before allocating an object, not only
6055         when running it's constructor method (fixes at least part of bug #342507).
6056
6057 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
6058         
6059         * mini-trampolines.c (mono_delegate_trampoline): Fix a warning.
6060         
6061         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove a debug printf.
6062         * mini.h mini-amd64.c mini-x86.c: Get rid of the mono_arch_find_vtable () 
6063         function.
6064
6065         * tramp-x86.c tramp-amd64.c mini-trampolines.c: Pass the vtable argument to
6066         mono_generic_class_init_trampoline () the same as it is done with the other
6067         trampolines.
6068
6069         * mini-arm.h mini-arm.c tramp-arm.c inssel-arm.brg cpu-arm.md 
6070         aot-runtime.c aot-compiler.c: Implement AOT support.    
6071
6072 2007-12-07  Mark Probst  <mark.probst@gmail.com>
6073
6074         * mini-trampolines.c (mono_generic_class_init_trampoline): Fixed
6075         build for archs which don't have the vtable trampoline defined
6076         yet.
6077
6078 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
6079
6080         * tramp-x86.c (mono_arch_create_trampoline_code): Fix the build.
6081
6082         * tramp-ppc.c (mono_arch_create_trampoline_code): Use the new helper function.
6083
6084         * mini-trampolines.c (mono_get_trampoline_func): New helper function.
6085
6086         * tramp-<ARCH>.c: Use the new helper function.
6087
6088 2007-12-07  Mark Probst  <mark.probst@gmail.com>
6089
6090         * inssel.brg: Added a pattern for the OP_TRAMPCALL_VTABLE
6091         trampoline call, which takes a vtable argument.
6092
6093         * graph.c, mini-ops.h, local-propagation.c, aliasing.c: Treat
6094         OP_TRAMPCALL_VTABLEs like other calls.
6095
6096         * mini-amd64.c, mini-amd64.h, mini-x86.c, mini-x86.h: Designated a
6097         register to hold the vtable argument to the OP_TRAMPCALL_VTABLE
6098         call.  Implemented a support function which fetches the vtable
6099         from a register set.
6100
6101         * mini.c, mini.h, tramp-amd64.c, tramp-x86.c, mini-trampolines.c:
6102         Implemented a generic class init trampoline, using the
6103         OP_TRAMPCALL_VTABLE opcode.
6104
6105         * mini.c: Implemented static field access when sharing generic
6106         code.  This implies initing the class using the new
6107         OP_TRAMPCALL_VTABLE call.
6108
6109 2007-12-07  Mark Probst  <mark.probst@gmail.com>
6110
6111         * mini.c: Don't compile methods with sharing enabled if their
6112         classes are disabled for sharing.
6113
6114 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
6115
6116         * inssel.brg: Add a missing sign extension to the GETCHR and array access
6117         opcodes. Fixes #346563.
6118
6119         * objects.cs: Add a new test.
6120
6121         * aot-compiler.c (emit_method_code): Put back an #ifdef which is needed.
6122
6123         * mini-<ARCH>.h mini.c aot-compiler.c aot-runtime.c: Get rid of the
6124         HAVE_PIC_AOT define and use AOT_SUPPORTED instead.
6125
6126 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
6127
6128         * mini-arm.h mini-arm.c: Add support for the common vtable trampoline.
6129
6130 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
6131
6132         * mini-arm.c (mono_arch_emit_exceptions): Avoid uninitialized memory in the
6133         code stream.
6134
6135 2007-12-02  Zoltan Varga  <vargaz@gmail.com>
6136
6137         * patch-info.h (PATCH_INFO): Add DELEGATE_TRAMPOLINE.
6138
6139         * mini.c aot-compiler.c aot-runtime.c: Implement the delegate creation 
6140         optimization in the AOT case.
6141         
6142 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
6143
6144         * aot-runtime (mono_aot_get_method_from_vt_slot): Add support for multi-byte method ref encodings.
6145         
6146         * aot-runtime.c (decode_klass_ref): Implement decoding of generic instances.
6147
6148         * aot-compiler.c (encode_klass_ref): Implement proper encoding of generic instances.
6149
6150         * mini.c (mono_method_to_ir): Optimize the common ldftn+create delegate combination.
6151
6152         * mini-trampolines.c (mono_delegate_trampoline): Add some code to handle the case when the delegate
6153         is created by the inlined delegate ctor.
6154
6155         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.  
6156
6157         * mini.c (mono_jit_compile_method_inner): Replace calls to delegate invoke with the trampoline here too.
6158
6159 2007-11-29  Zoltan Varga  <vargaz@gmail.com>
6160
6161         * cpu-x86.md: Fix the length of ckfinite.
6162
6163 2007-11-28  Zoltan Varga  <vargaz@gmail.com>
6164
6165         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.
6166         
6167         * mini-x86.c (mono_arch_output_basic_block): Clean up the fp stack properly in CKFINITE.
6168         (mono_arch_output_basic_block): Get rid of unused last_ins and last_offset.
6169
6170         * mini-x86.c (mono_arch_output_basic_block): Add some micro optimizations.
6171
6172         * mini-x86.c inssel-x86.brg cpu-x86.md: Move the implementation of the 
6173         OP_START_HANDLER/OP_ENDFINALLY/OP_ENDFILTER opcodes to mini-x86.c.
6174
6175 2007-11-28  Martin Baulig  <martin@ximian.com>
6176
6177         * mini-x86.c
6178         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline()
6179         after creating the trampoline.
6180
6181 2007-11-27  Zoltan Varga  <vargaz@gmail.com>
6182
6183         * aot-runtime.c (load_aot_module): Check runtime version if needed.
6184
6185         * aot-compiler.c: Add bind-to-runtime-version for producing AOT files which only load into a runtime with
6186         the same version.
6187
6188         * generic-sharing.c (mono_helper_get_rgctx_other_ptr): Change the signature to take the calling class
6189         instead of the calling method to help AOT.
6190
6191         * mini.c (get_runtime_generic_context_other_ptr): Update after the change.
6192
6193 2007-11-26  Zoltan Varga  <vargaz@gmail.com>
6194
6195         * aot-runtime.c (mono_aot_init_vtable): Simplify this if MONO_ARCH_COMMON_VTABLE_TRAMPOLINE
6196         is defined.
6197
6198 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
6199
6200         * aot-compiler.c (emit_class_name_table): Properly encode generic class names.
6201         
6202         * aot-compiler.c (compile_method): Correct check for generic method definitions.
6203         (encode_method_ref): No need to handle generic method definitions specially.
6204
6205         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
6206
6207         * aot-runtime.c (decode_klass_ref): Clean this up and rename from 
6208         decode_klass_info.
6209
6210         * aot-compiler.c (encode_klass_ref): Clean this up and rename from
6211         encode_klass_info.
6212         (compile_method): Enable generic sharing.
6213
6214 2007-11-22  Zoltan Varga  <vargaz@gmail.com>
6215
6216         * mini.c (get_runtime_generic_context_other_ptr): Disable AOT here.
6217         (mini_method_compile): Add preliminary support for AOTing shared generic code.
6218
6219         * aot-compiler.c (compile_method): Add preliminary support for AOTing shared
6220         generic code.
6221
6222         * mini-trampolines.c: Fix a warning.
6223
6224         * mini.c (get_runtime_generic_context_other_ptr): Use NEW_METHODCONST instead of
6225         NEW_PCONST.
6226         (mono_method_to_ir): Use NEW_DOMAINCONST in one place.
6227         (generic_class_is_reference_type): Remove unused function.
6228
6229         * mini-trampolines.c (mono_magic_trampoline): Avoid loading metadata if possible
6230         in the generic vtable trampoline case.
6231
6232         * aot-runtime.c (mono_aot_init_vtable): Use the generic vtable trampoline.
6233         
6234         * aot-runtime.c (mono_aot_get_method_from_vt_slot): New helper function to
6235         return an AOT method based on a vtable slot.
6236
6237         * aot-compiler.c (compile_method): Avoid AOTing synchronized methods for now.
6238
6239         * mini.c (mini_get_vtable_trampoline): Export this.
6240
6241 2007-11-22  Martin Baulig  <martin@ximian.com>
6242
6243         * debug-debugger.h
6244         (MonoDebuggerInfo): Move `debugger_version' up.
6245
6246 2007-11-22  Martin Baulig  <martin@ximian.com>
6247
6248         * mini-amd64.c
6249         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline().
6250
6251         * mini-trampolines.c
6252         (mono_delegate_trampoline): Call mono_debugger_trampoline_compiled()
6253         after compiling the method.
6254
6255 2007-11-20  Martin Baulig  <martin@ximian.com>
6256
6257         * debug-mini.c
6258         (mono_debugger_insert_method_breakpoint): Moved into mono-debug-debugger.c.
6259         (mono_debugger_remove_breakpoint): Likewise.
6260         (mono_debugger_check_breakpoints): Likewise.
6261
6262         * debug-debugger.c: Implement the new breakpoint interface here.
6263
6264 2007-11-18  Zoltan Varga  <vargaz@gmail.com>
6265
6266         * mini-amd64.c (mono_arch_output_basic_block): Unify the implementation of
6267         CEE_CONV_I1/SEXT_I1 and I2 since they are the same.
6268
6269         * mini-x86.c (mono_arch_output_basic_block): Ditto.     
6270
6271 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
6272
6273         * mini-amd64.c (mono_arch_output_basic_block): Fix a typo.
6274
6275         * mini-x86.c (mono_arch_get_inst_for_method): Remove code which is now in
6276         mini.c.
6277
6278         * mini-ia64.c (mono_arch_get_inst_for_method): Remove code which is now in
6279         mini.c.
6280
6281         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for methods
6282         returning a vtype in a register.
6283
6284         * mini.c (mini_get_inst_for_method): Move the handling of the atomic operations
6285         here from the arch specific code.
6286
6287         * mini-amd64.c (mono_arch_get_inst_for_method): Remove code which is now in
6288         mini.c.
6289
6290         * mini-amd64.c (mono_arch_output_basic_block): Add some micro optimizations.
6291         (mono_arch_emit_prolog): Increment maximum prolog size.
6292
6293         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Move the implementation of the
6294         START_HANDLER/ENDFINALLY/ENDFILTER opcodes to mini-amd64.c.
6295
6296         * mini-x86.c (get_call_info): Receive a MonoCompile instead of a 
6297         MonoGenericSharingContext.
6298
6299         * mini-ia64.c (get_call_info): Receive a MonoCompile instead of a 
6300         MonoGenericSharingContext. Allocate memory from the cfg mempool.
6301
6302 2007-11-15  Mark Probst  <mark.probst@gmail.com>
6303
6304         * mini.c, mini.h, generic-sharing.c: Functions for producing code
6305         which extract fields out of the runtime generic context.  Full
6306         sharing of the NEWARR opcode.
6307
6308 Thu Nov 15 14:20:21 CET 2007 Paolo Molaro <lupus@ximian.com>
6309
6310         * abcremoval.c, mini.c, ssa.c, ssapre.c: updated to implement
6311         --enable-minimal=ssa.
6312
6313 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
6314
6315         * mini-trampolines.c (mono_delegate_trampoline): Update after 
6316         mono_marshal_get_delegate_invoke () signature change.
6317
6318 2007-11-13  Mark Probst  <mark.probst@gmail.com>
6319
6320         * mini.c: Removed the shared context in favor of the generic
6321         sharing context.  Allocate the MonoJitInfo structure with room for
6322         the generic sharing context if it's needed.
6323
6324         * mini.h: Remove MonoGenericSharingContext declaration.  It's in
6325         domain-internals.h now.
6326
6327         * mini-x86.c: Pass the generic sharing context to get_call_info ().
6328
6329         * generic-sharing.c: Several changes for working without a shared
6330         context and instead operating on open types instead.
6331
6332 2007-11-12  David S. Miller  <davem@davemloft.net>
6333
6334        * inssel-sparc.brg: Fix double instruction emit.
6335
6336 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
6337
6338         * mini.c (mono_jit_runtime_invoke): Avoid trying to compile the Array 
6339         Get/Set/Address methods.
6340         
6341         * mini.c debug-debugger.c mini-trampolines.c: Update after 
6342         mono_marshal_get_delegate_invoke signature change.
6343
6344 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
6345
6346         * cpu-arm.md: Increase the max size of OP_THROW to 24 bytes.
6347         This can happens with dynamic methods. Fixes the other bug in #322722.
6348
6349 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
6350
6351         * tramp-arm.c (mono_arch_patch_callsite): Support patching
6352         BX call sequence.
6353
6354         * mini-arm.c (arm_patch): Implement patching of BX call
6355         sequence. Fixes one of the bugs in #322722.
6356
6357 2007-11-03  David S. Miller  <davem@huronp11.davemloft.net>
6358
6359        * mini-sparc.c (mono_arch_flush_icache): Make more efficient
6360        under Linux.  We only need to flush every 32-byte cache line.    
6361
6362 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
6363
6364         * mini.c:
6365         move_basic_block_to_end: Add branches when needed, eventually creating
6366         a new BB.
6367         optimize_branches: added a parameter that tells if it's ok to create
6368         new BBs (doing is "df_visit" has been called is (IMHO) a nightmare),
6369         and avoid calling move_basic_block_to_end when it's not ok.
6370         Fixes bug 318677.
6371
6372 2007-11-07  Mark Probst  <mark.probst@gmail.com>
6373
6374         * mini.c: Abort inlining call to InitializeArray if something
6375         looks wrong.  Let the icall handle it, which now has proper safety
6376         checks.
6377
6378 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
6379
6380         * mini.c (mono_spill_call): add support for soft-float.
6381
6382         * mini.c (mono_method_to_ir): add support for soft-float
6383         to inlined functions that return float.
6384
6385         * mini.c (mono_method_to_ir): add support for soft-float
6386         to cee_stsfld opcode on float fields.
6387
6388 2007-11-05  Geoff Norton  <gnorton@novell.com>
6389
6390         * mini-x86.h: Fix the structure access for X86 Leopard.
6391
6392
6393 2007-11-05  Martin Baulig  <martin@ximian.com>
6394
6395         * mini-trampolines.c
6396         (mono_magic_trampoline): Call mono_debugger_trampoline_compiled()
6397         after compiling the method to notify the debugger.
6398
6399 2007-11-05  Martin Baulig  <martin@ximian.com>
6400
6401         * debug-debugger.h (MonoDebuggerInfo): Use the new breakpoint tables.
6402
6403 2007-11-02  Zoltan Varga  <vargaz@gmail.com>
6404
6405         * mini-sparc.c (EMIT_COND_SYSTEM_EXCEPTION_GENERAL): Applied patch from
6406         David Miller <davem@davemloft.net>. Allow larger offsets in branches.
6407
6408 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
6409
6410         * mini-amd64.c (mono_arch_emit_prolog): Check the domain as well for
6411         native-to-managed wrappers.
6412         
6413 2007-11-01  Geoff Norton  <gnorton@novell.com>
6414
6415         * mini-ppc.h, mini-x86.h:  Handle Leopards renaming of some structure 
6416         members.
6417
6418 Wed Oct 31 20:23:14 CET 2007 Paolo Molaro <lupus@ximian.com>
6419
6420         * mini.c, mini-x86.c: when getting back from unmanaged code
6421         to managed via a marshaled delegate we also need to set the
6422         right domain.
6423
6424 Wed Oct 31 19:53:33 CET 2007 Paolo Molaro <lupus@ximian.com>
6425
6426         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: breakpoint table support
6427         for amd64.
6428
6429 Wed Oct 31 19:29:30 CET 2007 Paolo Molaro <lupus@ximian.com>
6430
6431         * mini.c, mini.h, mini-x86, tramp-x86.c, mini-x86.h: added API to
6432         let the debugger or other external agents to tell the JIT when
6433         a sw breakpoint has been inserted in the code that the JIT needs
6434         to be able to inspect.
6435
6436 2007-10-31  Martin Baulig  <martin@ximian.com>
6437
6438         * debug-debugger.h
6439         (MonoDebuggerInfo): Remove `runtime_class_init'.
6440
6441 2007-10-30  Martin Baulig  <martin@ximian.com>
6442
6443         * debug-mini.h
6444         (mono_debugger_thread_created): Added `MonoThread *' argument.
6445         (mono_debugger_extended_notification): New public method.
6446         (mono_debugger_trampoline_compiled): New public method.
6447
6448         * debug-mini.c
6449         (MonoDebuggerThreadInfo): Added `thread' and
6450         `extended_notifications' fields.
6451
6452         * debug-debugger.c
6453         (debugger_executable_code_buffer): New static variable.
6454
6455         * debug-debugger.h
6456         (MonoDebuggerInfo): Added `executable_code_buffer',
6457         `executable_code_buffer_size', `breakpoint_info_area',
6458         `breakpoint_table' and `breakpoint_table_size'.
6459
6460 2007-10-26  Rodrigo Kumpera  <rkumpera@novell.com>
6461
6462         * mini-arm.c (mono_arch_build_imt_thunk): Take the advantage
6463         that IP  either is an unused value or the vtable pointer. IMT 
6464         calls use vtable + offset now. Reduced by almost half the size
6465         of IMT entries.
6466
6467 2007-10-26  Jonathan Chambers <joncham@gmail.com>
6468
6469         * mini-amd64.c: Begin Win64 port. Use AMD64_ARG_REG#
6470         defines to access param registers. Replace long usage with
6471         gsize as sizeof(long) != sizeof(void*) on Win64.
6472
6473         * mini-amd64.h: Add %rdi and %rsi to MonoLMF structure
6474         on Win64. Fix intrinsic, use _AddressOfReturnAddress
6475         instead of non-existant _GetAddressOfReturnAddress.
6476
6477         * tramp-amd64.c: Use AMD64_ARG_REG#     defines to access 
6478         param registers. Save/restore %rdi and %rsi in MonoLMF.
6479
6480         * exceptions-amd64.c: Use AMD64_ARG_REG# defines to access 
6481         param registers. Modify (throw_exception) signature to take 
6482         %rdi and %rsi on Win64. 
6483
6484         Code is contributed under MIT/X11 license.
6485
6486 Thu Oct 25 23:06:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
6487
6488         * helpers.c: unlink debugging output files.
6489
6490 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
6491
6492         * mini.c: Move mono_create_ftnptr () to object.c.
6493
6494 2007-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
6495
6496         * helpers.c (mono_disassemble_code): MonoCompile parameter is now
6497         optional. This function can now be used to disassemble code generated
6498         outside the JIT such as trampolines and IMT thunks.
6499
6500         * mini-arm.h: defined MONO_ARCH_HAVE_IMT.
6501
6502         * mini-arm.c (decode_vcall_slot_from_ldr): added, extract the
6503         vtable pointer from a ldr instruction.
6504
6505         * mini-arm.c (mono_arch_get_vcall_slot_addr): support the
6506         new IMT call sequence.
6507
6508         * mini-arm.c (mono_arch_output_basic_block): emit the IMT
6509         call sequence for interface invocations.
6510
6511         * mini-arm.c (mono_arch_emit_imt_argument): added, required
6512         for imt support. This function is empty since IMT on ARM requires no
6513         special handling on the IR side.
6514
6515         * mini-arm.c (mono_arch_find_imt_method): added, required for
6516         imt support.
6517
6518         * mini-arm.c (mono_arch_find_this_argument): added, required
6519         for imt support.
6520
6521         * mini-arm.c (arm_emit_value_and_patch_ldr): added, patches
6522         a ldr instruction to load a value stored in the code stream.
6523
6524         * mini-arm.c (mono_arch_build_imt_thunk):added, required
6525         for imt support.
6526
6527
6528 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
6529
6530         * mini.c (mini_init): Install the jump trampoline callback.
6531
6532 Tue Oct 23 17:07:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
6533
6534         * mini-trampolines.c: handle synchronized methods with the common
6535         vtable trampoline (bug #335601).
6536
6537 2007-10-17  Zoltan Varga  <vargaz@gmail.com>
6538
6539         * mini-ia64.h mini-amd64.c: Add support for the common vtable trampoline.
6540
6541         * inssel.brg (mini_emit_virtual_call): Fix the computation of ins->inst_offset on
6542         64 bit platforms.
6543
6544         * mini-ia64.h mini-ia64.c: Add support for IMT.
6545
6546         * mini-x86.c (mono_arch_emit_prolog): Increase the size allocated for the
6547         prolog. Fixes #331958.
6548
6549 2007-10-15  Zoltan Varga  <vargaz@gmail.com>
6550
6551         * mini-sparc.h mini-sparc.c: Add support for the common vtable trampoline.
6552
6553 Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
6554
6555         * mini-ppc.c, mini-ppc.h: ppc support for the common vtable
6556         trampoline.
6557
6558 Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
6559
6560         * mini-amd64.c, mini-amd64.h: amd64 support for the common vtable
6561         trampoline.
6562
6563 Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>
6564
6565         * mini-x86.c, mini-x86.h: x86 support for the common vtable
6566         trampoline.
6567
6568 Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
6569
6570         * mini-trampolines.c: changed the magic rampoline to understand
6571         the common vtable trampoline method: the method to invoke is
6572         determined by the vtable displacement of the call.
6573
6574 Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
6575
6576         * mini.c, mini.h: register the common vtable trampoline if the
6577         architecture supports it.
6578
6579 Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
6580
6581         * cpu-amd64.md: use the correct max length for tls_get.
6582
6583 2007-10-14  Zoltan Varga  <vargaz@gmail.com>
6584
6585         * mini.c (mono_method_to_ir): Use mini_get_class in CEE_LDELEM_ANY and
6586         CEE_STELEM_ANY. Fixes #333696.
6587
6588 Thu Oct 11 18:04:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
6589
6590         * exceptions-x86.c: provide more graceful handling of the case where
6591         we followed a bogus function pointer from managed code (bug #332866).
6592
6593 2007-10-11  Mark Probst  <mark.probst@gmail.com>
6594
6595         * mini.h, mini.c: Introduced the MonoGenericSharingContext, which
6596         replaces the generic_shared flag and will carry more information
6597         in the future.
6598
6599         * generic-sharing.c: Added mini_type_stack_size() which allows
6600         allows open types if given a generic sharing context.
6601         mini_get_basic_type_from_generic() takes a
6602         MonoGenericSharingContext* instead of a MonoCompile* now.
6603
6604         * mini-alpha.c, mini-amd64.c, mini-arm.c, mini-hppa.c,
6605         mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c, mini-s390x.c,
6606         mini-sparc.c, mini-x86.c: Trivial changes required by the two
6607         changes above.  Just passing arguments through to the right
6608         places.
6609
6610 Wed Oct 10 19:44:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
6611
6612         * mini-arm.c: unify the call emission to emit_code_seq().
6613
6614 Wed Oct 10 13:05:46 CEST 2007 Paolo Molaro <lupus@ximian.com>
6615
6616         * tramp-arm.c: reduced the trampoline size.
6617
6618 2007-10-10  Mark Probst  <mark.probst@gmail.com>
6619
6620         * generic-sharing.c, mini.h, mini-amd64.c, mini-x86.c: Moved type
6621         variable handling out of arch-specific code.
6622
6623 Wed Oct 10 10:49:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
6624
6625         * mini-arm.c: implemented fast delegate dispatch.
6626
6627 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
6628
6629         * mini-amd64.c (mono_arch_compute_omit_fp): Add more checks to ensure
6630         that fp elimination is turned off if the space required by locals is too
6631         big. Fixes #331958.
6632
6633 Tue Oct 9 21:01:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
6634
6635         * Makefile.am, mini-arm.c, mini-arm.h, tramp-arm.c: ported
6636         ARM to the new style trampoline.
6637
6638 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
6639
6640         * tramp-amd64.c: Rework the specific trampoline code to make it smaller.
6641
6642         * mini-amd64.h mini-amd64.c: Export amd64_patch as mono_amd64_patch.
6643
6644 2007-10-09  Martin Baulig  <martin@ximian.com>
6645
6646         * debug-debugger.h
6647         (MonoDebuggerMetadataInfo): Added `field_info_type_offset' and
6648         `field_info_offset_offset'.     
6649
6650 Tue Oct 9 09:47:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
6651
6652         * mini-ppc.c, mini-ppc.h, mini-ops.h, inssel-ppc.brg, cpu-g4.md:
6653         removed more internal usage of the r11 register and made it available
6654         to the register allocator.
6655
6656 2007-10-08  Mark Probst  <mark.probst@gmail.com>
6657
6658         * mini.c, mini-amd64.c, mini-x86.c: Allow open generic contexts
6659         when sharing generics and treat type variables as references.
6660
6661 Mon Oct 8 10:55:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
6662
6663         * mini-ppc.c: started removing the internal uses of register r11
6664         to eventually allow the register allocator to manage it as an
6665         additional available register.
6666
6667 Mon Oct 8 14:25:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
6668
6669         * tramp-amd64.c: fixed memory corruption in the trampoline generation.
6670
6671 Mon Oct 8 12:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
6672
6673         * tramp-ppc.c, tramp-x86.c: reduce the alignment requirements for
6674         specific trampolines as they are not performance critical as a jump
6675         target (maybe align as before only for AOT code?). This saves about
6676         200 KB of native code on x86 for monodevelop startup.
6677
6678 Mon Oct 8 10:04:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
6679
6680         * tramp-ppc.c: reduce the size of the trampolines, saves 160KB on
6681         monodevelop startup.
6682
6683 2007-10-06  Zoltan Varga  <vargaz@gmail.com>
6684
6685         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Allow signed displacements.
6686
6687         * mini-sparc.h mini-sparc.c: Implement IMT support.
6688
6689         * tramp-sparc.c (mono_arch_create_trampoline_code): Rework the trampoline code so
6690         its smaller and doesn't clobber sparc_g1.
6691
6692         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Update after trampoline changes.
6693
6694 Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
6695
6696         * mini-ppc.c: optimized the size of the IMT thunks a bit.
6697
6698 Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
6699
6700         * mini-ppc.c: implemented fast delegate invocation.
6701
6702 Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
6703
6704         * mini-ppc.h, mini-ppc.c: IMT support for the PPC architecture.
6705
6706 Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
6707
6708         * mini-ppc.c, mini-ppc.h, tramp-ppc.c, Makefile.am: port the PPC
6709         code to the new style trampoline in preparation for IMT support.
6710
6711 Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
6712
6713         * mini-ppc.c, tramp-ppc.c: don't use r13 as it's used by the PPC EABI
6714         systems already. This also reduces the specific trampiline sizes and
6715         prepares for the use of r12 as the IMT identifier register.
6716
6717 Thu Oct 4 16:38:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
6718
6719         * mini-mips.h: endianess fix (simplified from a patch by
6720         Thomas Kunze <thommy@tabao.de>, bug #323737).
6721
6722 Thu Oct 4 14:43:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
6723
6724         * exceptions-ppc.c, mini-ppc.h: refactor to use macros
6725         to access ucontext fields and enable netbsd support
6726         (partially from Magnus Henoch <mange@freemail.hu>).
6727
6728 Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
6729
6730         * genmdesc.pl: patch from Henryk Plötz <henryk@openmoko.org> to
6731         use the preprocessor from the CPP env var if it is set.
6732
6733 Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
6734
6735         * mini-trampolines.c: fixed an assertion and moved it earlier in the
6736         code, before interface_offset gets used.
6737
6738 2007-10-02  Zoltan Varga  <vargaz@gmail.com>
6739
6740         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call 
6741         mono_class_setup_vtable () before accessing klass->vtable.
6742
6743 2007-10-01  Zoltan Varga  <vargaz@gmail.com>
6744
6745         * aot-compiler.c (get_plt_index): Rework the handling of wrappers to be not so
6746         hackish.
6747
6748 Mon Oct 1 15:00:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
6749
6750         * mini.c, mini-trampolines.c, mini.h: enable the lazy filling of the
6751         IMT slots (this saves hundreds of KB of memory in programs like
6752         IronPython and Monodevelop).
6753
6754 Mon Oct 1 14:44:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
6755
6756         * mini.c: print the delegate counter.
6757
6758 Mon Oct 1 14:36:50 CEST 2007 Paolo Molaro <lupus@ximian.com>
6759
6760         * mini-x86.c: make it easier to enable the debugging code for IMT
6761         slots.
6762
6763 2007-09-28  Martin Baulig  <martin@ximian.com>
6764
6765         * debug-debugger.h
6766         (MonoDebuggerMetadataInfo): Add `klass_image_offset',
6767         `mono_method_klass_offset' and `mono_method_token_offset'.
6768
6769 2007-09-20  Mark Probst  <mark.probst@gmail.com>
6770
6771         * mini.c: First generics sharing implementation.  Can only share
6772         in very simple cases.  If sharing doesn't work it falls back to
6773         dedicated compilation.
6774
6775         * mini.h: Flag in MonoCompile to specify whether generic
6776         compilation is shared.  Flags enum for marking which generic inst
6777         of a context is used.  Prototypes for helper functions.
6778
6779         * generic-sharing.c: Helper functions for generic method sharing.
6780
6781         * optflags-def.h: Optimization flag (gshared) for enabling generic
6782         method sharing added.
6783
6784         * Makefile.am: generic-sharing.c added.
6785
6786 2007-09-19 Daniel Nauck <dna@mono-project.de>
6787
6788         * mini.c (mono_thread_abort): fixed typo in r86014. It should be '==' instead of '!='.
6789
6790 2007-09-19  Massimiliano Mantione  <massi@ximian.com>
6791         * mini.c (mono_thread_abort): Correctly handle ThreadAbortException,
6792         fixes bug 325507.
6793
6794 2007-09-19  Martin Baulig  <martin@ximian.com>
6795
6796         * mini.c (mini_cleanup): Only call mono_debugger_cleanup() here;
6797         mono_debug_cleanup() is now part of mono_cleanup().
6798
6799 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
6800
6801         * driver.c (mono_main): Fix a warning.
6802
6803 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
6804
6805         * aot-compiler.c: Optimize various parts when processing large assemblies.
6806         Fixes ##325568.
6807
6808         * mini.c (mono_patch_info_hash): Improve hash function.
6809
6810 2007-09-14  Jonathan Chambers <joncham@gmail.com>
6811
6812         * mini-exceptions.c: Add HAVE_UNISTD_H check around include.
6813         
6814         Code is contributed under MIT/X11 license.
6815
6816 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
6817
6818         * mini.c (mini_init): Fix a leak.
6819
6820         * debug-mini.c (mono_debug_free_method_jit_info): Fix a leak.
6821
6822 Fri Sep 14 12:53:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
6823
6824         * mini.c: redirect string.InternalAllocStr() to the managed allocator.
6825
6826 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
6827
6828         * mini-amd64.c (mono_arch_find_imt_method): Add support for AOT code.
6829
6830 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
6831
6832         * Makefile.am generics-variant-types.2.il generics.cs: Add some generics
6833         variance tests.
6834
6835         * inssel.brg: Reorganize the isinst/castclass code to reduce code duplication.
6836
6837         * mini.c (handle_alloc): Enable managed allocators in AOT code.
6838
6839         * aot-compiler.c (encode_patch): Add support for MONO_WRAPPER_ALLOC.
6840
6841         * aot-runtime.c (decode_patch_info): Ditto.
6842
6843 2007-09-12  Jonathan Chambers <joncham@gmail.com>
6844
6845         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement
6846         static case. Cache delegates in architecture specific code, 
6847         based on number of parameters.
6848         
6849         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Cache delegates
6850         in architecture specific code, based on number of parameters.
6851         
6852         * mini-trampolines.c (mono_delegate_trampoline): Architecture specific 
6853         caching happen in architecture specific code now.
6854         
6855         Code is contributed under MIT/X11 license.
6856
6857 2007-09-12  Jonathan Chambers <joncham@gmail.com>
6858
6859         * mini.h, mini.c, mini-x86.c, mini-amd64.c, mini-hppa.c, mini-mips.c,
6860         mini-s390x.c, mini-arm.c, mini-ia64.c, mini-sparc.c, mini-ppc.c, mini-alpha.c,
6861         mini-s390.c: Add mono_arch_init and mono_arch_cleanup methods.
6862
6863         Code is contributed under MIT/X11 license.
6864
6865 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
6866         * mini.c: (mono_thread_abort) Fixed bug #82416.
6867
6868 Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
6869
6870         * mini.: hook the new managed GC allocation feature into the JIT.
6871
6872 Tue Sep 11 16:14:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
6873
6874         * mini.c: implementation for the new runtime tls opcode.
6875
6876 2007-09-11  Martin Baulig  <martin@ximian.com>
6877
6878         * debug-debugger.h
6879         (MonoDebuggerMetadataInfo): Add `mono_method_flags_offset' and
6880         `mono_method_inflated_offset'.
6881
6882 2007-09-07  Zoltan Varga  <vargaz@gmail.com>
6883
6884         * driver.c mini.h mini.c: Add a new devel command line option for injecting
6885         async exceptions into a method.
6886
6887         * mini-amd64.h mini-amd64.c: Implement injecting of async exceptions for the
6888         purpose of testing whenever the unwinder works at every instruction.
6889
6890 Thu Sep 6 12:42:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
6891
6892         * mini.c: check accessibility of method used in ldftn (fixes
6893         bug #82635).
6894
6895 2007-09-04  Zoltan Varga  <vargaz@gmail.com>
6896
6897         * mini-amd64.c (mono_arch_output_basic_block): Fix a warning.
6898
6899         * inssel.brg: Fix a warning.
6900
6901 2007-09-03  Martin Baulig  <martin@ximian.com>
6902
6903         * debug-debugger.c: `MONO_DEBUGGER_EVENT_INITIALIZE_MANAGED_CODE'
6904         now takes the `main_method' as argument.
6905
6906 2007-09-02  Zoltan Varga  <vargaz@gmail.com>
6907
6908         * cpu-sparc.md (endfilter): Add missing src1:i argument.
6909
6910 2007-08-30  Jonathan Chambers <joncham@gmail.com>
6911
6912         * driver.c: include the cil-coff.h header on Windows.
6913         
6914         Code is contributed under MIT/X11 license.
6915
6916 Thu Aug 30 16:17:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
6917
6918         * mini.c, driver.c: don't include the cil-coff.h header.
6919
6920 Thu Aug 30 14:50:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
6921
6922         * mini.c: flag places that needs fixes fo soft-float support.
6923
6924 Wed Aug 29 18:26:20 CEST 2007 Paolo Molaro <lupus@ximian.com>
6925
6926         * mini.h, inssel-float.brg: fix soft-float constant loads on big
6927         endian systems (partially from Dean Jenkins, bug #81924).
6928
6929 2007-08-28  Mark Probst  <mark.probst@gmail.com>
6930
6931         * mini.c (check_linkdemand): Remove embedded reference object in
6932         call to LinkDemandSecurityException.
6933         (mono_jit_compile_method_inner): Call LinkDemandSecurityException
6934         with an IntPtr instead of a reference object.
6935
6936 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
6937
6938         * mini.c (handle_initobj): Handle alignment properly.
6939
6940         * inssel.brg (mini_emit_memset): Ditto. 
6941
6942         * inssel.brg (mini_emit_memcpy): Ditto. 
6943
6944         * inssel-sparc.brg: Ditto.              
6945
6946         * mini.h mini.c inssel-*.brg: Pass alignment information to OP_MEMCPY/MEMSET.
6947
6948 2007-08-26  Zoltan Varga  <vargaz@gmail.com>
6949
6950         * mini-exceptions.c (mono_handle_exception_internal): Skip the first frame for
6951         exceptions raised in unmanaged code. Fixes part of #82594.
6952
6953 2007-08-24  Mark Probst  <mark.probst@gmail.com>
6954
6955         * mini.c (mono_method_to_ir), declsec.c
6956         (mono_declsec_linkdemand_aptc): Fixed custom attr leaks.
6957
6958 2007-08-22  Martin Baulig  <martin@ximian.com>
6959
6960         * debug-mini.h
6961         (MonoDebuggerThreadInfo): New typedef.
6962         (mono_debugger_thread_table): New global variable.
6963         (mono_debugger_thread_created): New public function.
6964         (mono_debugger_thread_cleanup): New public function.
6965
6966         * debug-debugger.h
6967         (MonoDebuggerInfo):
6968         - removed `get_current_thread' and `lookup_assembly'.
6969         - removed `data_table'.
6970         - added `thread_table'.
6971
6972         * mini.c
6973         (mono_thread_start_cb): Call mono_debugger_thread_created().
6974         (mono_thread_attach_cb): Likewise.
6975         (mini_thread_cleanup): Call mono_debugger_thread_cleanup().
6976         (mini_cleanup): Move mono_debug_cleanup() down, after free'ing the
6977         initial domain.
6978
6979         * driver.c (mono_main): Move mono_debug_init() up, before calling
6980         mini_init(); mono_debug_init_1() and mono_debug_init_2() are gone.
6981
6982 Tue Aug 21 16:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
6983
6984         * mini-x86.c, inssel-x86.brg: group multiple stack adjustments
6985         together when passing several arguments of type double (gives a small
6986         speedup and saves a few bytes of generated code).
6987
6988 2007-08-20  Jb Evain  <jbevain@novell.com>
6989
6990         * mini.c (mono_method_to_ir): fix leak on InvalidProgramException.
6991
6992 2007-08-20  Jb Evain  <jbevain@novell.com>
6993
6994         * mini.c (mono_method_to_ir): throw MethodAccessException
6995         and FieldAccessException instead of InvalidProgramException.
6996
6997 2007-08-20  Mark Probst  <mark.probst@gmail.com>
6998
6999         * mini.c: CoreCLR security checks.
7000
7001         * mini.h: Removed MonoSecurityMode (moved to
7002         metadata/security-manager.h) and mono_security_mode global var
7003         (replaced by set/get functions in security-manager.h).
7004
7005         * driver.c: Added "core-clr-test" security mode for testing.  Used
7006         set-function for setting security mode.
7007
7008 2007-08-17  Mark Probst  <mark.probst@gmail.com>
7009
7010         * mini.c: MonoJitInfo's are freed hazardously now.  Statistics for
7011         the new jit_info_table.
7012
7013         * driver.c: Test code for the new jit_info_table (enabled by the
7014         define MONO_JIT_INFO_TABLE_TEST).
7015
7016 2007-08-14  Zoltan Varga  <vargaz@gmail.com>
7017
7018         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
7019         detection of call <REG> instruction sequence. Fixes build on freebsd.
7020
7021 2007-08-13  Zoltan Varga  <vargaz@gmail.com>
7022
7023         * mini-exceptions.c: Fix a warning.
7024
7025 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
7026
7027         * exceptions-amd64.c (mono_arch_handle_altstack_exception): Enable the new
7028         stack overflow handling code on amd64 too.
7029
7030         * mini-exceptions.c (mono_setup_altstack): Make this use 
7031         mono_thread_get_stack_bounds ().
7032
7033         * mini-x86.h: Disable sigaltstack on solaris x86.
7034
7035 2007-08-10  Zoltan Varga  <vargaz@gmail.com>
7036
7037         * mini-exceptions.c (mono_setup_altstack): Enable this to work on solaris x86.
7038
7039 2007-08-10  Geoff Norton  <gnorton@customerdna.com>
7040
7041         * tramp-x86.c: Remove some unneeded alignment changes on Apple.  Fixes #82387.
7042
7043 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
7044
7045         * mini-exceptions.c (mono_print_thread_dump): Enable this on amd64 too.
7046
7047         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Fix a warning.
7048
7049 2007-08-03  Neale Ferguson <neale@sinenomine.net>
7050
7051         * mini-s390.c (add_general): Adjust offset calculation to take into account of rounding up
7052         due to alignment.
7053
7054 Thu Aug 2 17:36:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
7055
7056         * mini-ppc.c: avoid an invalid encoding of unsigned right shift by 0
7057         to be emitted (bug #82281).
7058
7059 2007-08-01  Martin Baulig  <martin@ximian.com>
7060
7061         Merged the `debugger-dublin' branch.
7062
7063         * debug-debugger.h (MonoDebuggerInfo):
7064         Removed the `old_*' compatibility entries.
7065         Added `debugger_version' and `data_table'.
7066         Renamed `get_method_addr_or_bpt' -> `insert_breakpoint'.
7067         Renamed `remove_method_breakpoint' -> `remove_breakpoint'.
7068
7069         * debug-mini.c
7070         (MiniDebugMethodBreakpointInfo): Add `address_list'.
7071         (mono_debugger_check_breakpoints): Take a `MonoDebugMethodAddress *'
7072         instead of a `gconstpointer'.
7073         (mono_debugger_insert_method_breakpoint): Return a
7074         `MonoDebugMethodAddressList *'.
7075
7076 2007-06-28  Martin Baulig  <martin@ximian.com>
7077
7078         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
7079
7080 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
7081
7082         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Avoid using 
7083         __builtin_frame_address () since it is broken on older gcc versions.
7084
7085 Tue Jul 31 17:34:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
7086
7087         * mini.c, mini.h, mini-exceptions.c: added a bit of documentation
7088         on the stack overflow handling and made the managed stack overflows
7089         catchable in most cases using soft guard pages.
7090         * exceptions-x86.c: added code to restore the protection in the soft
7091         guard pages at the end of exception handling.
7092
7093 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
7094
7095         * mini.c (SIG_HANDLER_SIGNATURE): Fix a warning.
7096
7097 Mon Jul 30 17:43:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
7098
7099         * exceptions-ppc.c, mini-ppc.h: arch-specific stack overflow
7100         exception handling.
7101
7102 Mon Jul 30 17:38:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
7103
7104         * mini-alpha.h, mini-ia64.h, mini-sparc.h: disable the altstack
7105         signal handling support until it has been ported to the new mechanism.
7106         * mini.c: fixed stack overflow detection and use the new
7107         architecture code  to handle signals on the altstack.
7108
7109 Mon Jul 30 17:33:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
7110
7111         * exceptions-amd64.c, mini-amd64.h: amd64 code to handle
7112         stack overflows on the alt stack.
7113
7114 Mon Jul 30 17:29:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
7115
7116         * exceptions-x86.c, mini-x86.h, mini.h: new code to handle
7117         stack overflows on the alt stack.
7118
7119 Mon Jul 30 11:50:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
7120
7121         * exceptions-ppc.c: cleanup preparing for altstack support.
7122
7123 Mon Jul 30 11:31:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
7124
7125         * exceptions-arm.c: cleanup preparing for altstack support.
7126
7127 2007-07-27  Mark Probst  <mark.probst@gmail.com>
7128
7129         * mini.c (print_jit_stats): Output hazard pointer stats.
7130
7131 2007-07-26  Mark Probst  <mark.probst@gmail.com>
7132
7133         * driver.c, mini.c: Replaced security mode flags with a single
7134         enum variable.
7135
7136 Thu Jul 26 20:12:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
7137
7138         * mini.c, mini-exceptions.c: cleanup the sigaltstack code.
7139
7140 2007-07-25  Mark Probst  <mark.probst@gmail.com>
7141
7142         * mini.c, mini.h, driver.c (mono_main): Added command-line flag
7143         (which doesn't do anything yet) for activating Core CLR
7144         (Silverlight) security.
7145
7146 Tue Jul 24 21:16:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
7147
7148         * mini-codegen.c: work around a possible gcc bug on arm.
7149
7150 Tue Jul 24 17:20:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
7151
7152         * driver.c, mini-x86.h, mini-amd64.h: print a nice error
7153         message for platforms that don't support AOT compilation.
7154
7155 Mon Jul 23 10:29:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
7156
7157         * mini.h, mini.c, driver.c: temporary smcs hack.
7158
7159 Mon Jul 23 09:29:34 CEST 2007 Paolo Molaro <lupus@ximian.com>
7160
7161         * mini-arm.h, mini-arm.c: arm EABI fixes.
7162
7163 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
7164
7165         * exceptions-x86.c (mono_arch_find_jit_info): Handle the lmf->method == NULL
7166         case.
7167
7168         * tramp-x86.c (mono_arch_create_trampoline_code): Only set lmf->method for
7169         trampolines taking a method argument.
7170
7171         * mini-x86.h (MonoLMF): Add an 'esp' field plus comments.
7172
7173         * mini-x86.c (mono_arch_emit_prolog): Update after changes to the LMF structure.
7174         * tramp-x86.c (mono_arch_create_trampoline_code): Ditto.
7175
7176         * exceptions-x86.c (mono_arch_get_jit_info): Properly clean up the stack after
7177         JIT compilation throws an exception. Fixes #82050.
7178
7179 2007-07-19  Mark Probst  <mark.probst@gmail.com>
7180
7181         * mini.c: Removed the MonoLoaderErrorKind enum and replaced it
7182         with the MONO_EXCEPTION_ defines.
7183
7184 2007-07-17  Zoltan Varga  <vargaz@gmail.com>
7185
7186         * mini-amd64.c (mono_arch_find_imt_method): Handle mov reg,IMM64 case. Fixes
7187         #82117.
7188         
7189         * mini-amd64.c (mono_arch_find_imt_method): Add some debug code to help find out
7190         the cause of an assertion.
7191
7192 Mon Jul 16 19:31:21 CEST 2007 Paolo Molaro <lupus@ximian.com>
7193
7194         * mini.c, jit-icalls.c: mono_get_inflated_method() is obsolete,
7195         removed.
7196
7197 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
7198
7199         * mini-amd64.c (mono_arch_build_imt_thunk): Remove the non-32bit MonoMethod
7200         assert. Should fix #82103.
7201
7202 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
7203
7204         * mini-exceptions.c (mono_jit_walk_stack_from_ctx): Use MONO_CONTEXT_GET_SP ()
7205         here too. Fixes #82095.
7206
7207         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for non-32bit MonoMethod
7208         addresses.
7209
7210         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a couple asserts.
7211
7212         * mini-amd64.h: Enable IMT for amd64.
7213         
7214         * mini-amd64.c (mono_arch_build_imt_thunk): Optimize IMT thunk size.
7215
7216 2007-07-12  Zoltan Varga  <vargaz@gmail.com>
7217
7218         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for IMT call sequences.
7219
7220 2007-07-12  Mark Probst  <mark.probst@gmail.com>
7221
7222         * mini.c (check_linkdemand, mono_method_to_ir): Abort compilation
7223         as soon as check_linkdemand sets an exception_type.
7224
7225 Thu Jul 12 12:18:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
7226
7227         * mini-x86.c: fixed offsets for IMT call sequence.
7228         * mini-x86.h: enable IMT again.
7229
7230 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
7231
7232         * trace.c (mono_trace_enter_method): Decode MonoType too.
7233
7234         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Handle signed displacements too.
7235
7236         * mini.h mini-x86.h mini-trampolines.c: Change the signature of mono_arch_find_imt_method () to pass the calling code address too.
7237
7238         * mini-amd64.c: Add preliminary IMT implementation.
7239         
7240 Wed Jul 11 18:21:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
7241
7242         * mini-x86.c: adjusted mono_arch_get_vcall_slot_addr () to
7243         understand the new IMT-base interface invocation (thanks to
7244         Daniel Nauck for the report and the remote debugging session).
7245
7246 Wed Jul 11 14:54:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
7247
7248         * mini-x86.c: size and speed optimizations for the IMT bsearch.
7249
7250 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
7251
7252         * Makefile.am (aotcheck): Make this actually use the AOTed code.
7253
7254 Wed Jul 11 12:41:32 CEST 2007 Paolo Molaro <lupus@ximian.com>
7255
7256         * mini-trampolines.c: implement AOT IMT support.
7257         * mini-x86.h: enable IMT support for wider testing.
7258
7259 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
7260
7261         * inssel.brg (emit_imt_argument): Add aot support here.
7262
7263         * aot-runtime.c (decode_patch_info): Fix reading of MONO_PATCH_INFO_METHOD.
7264
7265 Tue Jul 10 17:50:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
7266
7267         * mini-x86.c, mini-x86.h, tramp-x86.c: x86 arch-specific changes
7268         of the IMT implementation, partially from massi, with my
7269         implementation of the bsearch sequence. Disabled by default until
7270         the AOT code is implemented.
7271
7272 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
7273
7274         * cpu-x86.md: The source argument of sext_i1/i2 must by a byte reg.
7275
7276         * inssel-x86.brg: Add reg:ldind.i1(regvar) rules. Fixes #82056.
7277
7278 Tue Jul 10 17:33:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
7279
7280         * inssel.brg, mini.c, mini.h, mini-trampolines.c:
7281         arch-independent IMT JIT code from Massimiliano
7282         Mantione (massi@ximian.com) with small cleanups from me.
7283
7284 Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
7285
7286         * Makefile.am: fix svn invocation to get the svn revision to be
7287         independent of the local language (build fix).
7288
7289 2007-07-09  Mark Probst  <mark.probst@gmail.com>
7290
7291         * mini.c (inline_method): Reset cfg->exception_type if the
7292         inlining is aborted.  Fixes: 82049.
7293
7294 Mon Jul 9 17:26:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
7295
7296         * mini.c: remove assert from exception handling code when exception_ptr
7297         is not set.
7298
7299 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
7300
7301         * mini.c (mono_codegen): Add an assert.
7302
7303         * mini-x86.c (mono_arch_emit_prolog): Allocate space for the profiler method 
7304         enter and leave code.
7305         * mini-amd64.c (mono_arch_emit_prolog): Likewise.
7306
7307 Thu Jul 5 20:12:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
7308
7309         * mini-ppc.c: fixed memory corruption for localloc(0)
7310         (bug #81852).
7311
7312 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
7313         
7314         * mini.c: Fix warnings.
7315
7316 Wed Jul 4 15:30:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
7317
7318         * optflags-def.h, mini-x86.c: added sse2 optimization flag and use it
7319         to emit better double->int conversions.
7320
7321 Tue Jul 3 19:42:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
7322
7323         * mini.c: the provided Min/Max optimizations are valid for unisgned
7324         ints.
7325
7326 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
7327
7328         * mini.c (can_access_method, can_access_field): methods moved to metadata/class.c and renamed to mono_method_can_access_method and mono_method_can_acesss_field
7329
7330 2007-06-28  Miguel de Icaza  <miguel@novell.com>
7331
7332         * mini.c (mono_running_on_valgrind): Add support for reporting the
7333         method and  its boundaries to valgrind.
7334
7335 2007-06-28  Martin Baulig  <martin@ximian.com>
7336
7337         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
7338
7339 2007-06-25  Zoltan Varga  <vargaz@gmail.com>
7340
7341         * ssa.c (visit_inst): Add support for OP_BR. Fixes #81946.
7342
7343         * generic.2.cs: Add new test case.
7344
7345 2007-06-25  Martin Baulig  <martin@ximian.com>
7346
7347         Merged the `debugger-dublin' branch.
7348
7349         * debug-mini.c
7350         (mono_debugger_insert_method_breakpoint): New public method.
7351         (mono_debugger_remove_method_breakpoint): Likewise.
7352         (mono_debugger_check_breakpoints): New static method.
7353         (mono_debug_close_method): Call mono_debugger_check_breakpoints().
7354
7355         * debug-debugger.h (MonoDebuggerInfo):
7356         Renamed (to keep backward compatibility in the vtable):
7357         `insert_breakpoint' -> `old_insert_breakpoint'.
7358         `remove_breakpoint' -> `old_remove_breakpoint'.
7359         `create_string' -> `old_create_string'.
7360         `lookup_class' -> `old_lookup_class'.
7361         `lookup_type' -> removed; changed into a dummy field.
7362         `lookup_assembly' -> `old_lookup_assembly'.
7363         Added (same functionality, but different signature):
7364         `create_string', `lookup_class', `lookup_assembly'
7365         Added new:
7366         `get_method_addr_or_bpt', `remove_method_breakpoint',
7367         `runtime_class_init'.
7368
7369         * debug-debugger.c: Merged the `debugger-dublin' branch.
7370
7371 2007-06-23  Zoltan Varga  <vargaz@gmail.com>
7372
7373         * mini-amd64.c (peephole_pass_1): Optimize away moves at the beginning of the bb as
7374         well.
7375         (peephole_pass): Likewise.
7376
7377 Fri Jun 22 09:17:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
7378
7379         * driver.c: hopefully make setaffinity work also for ancient
7380         versions of linux.
7381
7382 2007-06-22  Atsushi Enomoto  <atsushi@ximian.com>
7383
7384         * driver.c : win32 build fix.
7385
7386 Thu Jun 21 19:24:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
7387
7388         * driver.c: check for the MONO_NO_SMP env var and bind to a single
7389         processor if it is set.
7390
7391 2007-06-21  Martin Baulig  <martin@ximian.com>
7392
7393         * debug-mini.h: New file.
7394
7395         * debug-mini.c
7396         (mono_debugger_insert_breakpoint_full): Moved here from
7397         ../metadata/mono-debug-debugger.c.
7398         (mono_debugger_remove_breakpoint): Likewise.
7399         (mono_debugger_breakpoint_callback): Likewise.
7400
7401 2007-06-15  Raja R Harinath  <rharinath@novell.com>
7402
7403         * jit-icalls.c (mono_helper_compile_generic_method): Update to
7404         changes in MonoGenericClass.
7405
7406 2007-06-14  Zoltan Varga  <vargaz@gmail.com>
7407
7408         * mini-codegen.c (mono_opcode_to_type): Fix ia64 build.
7409
7410 2007-06-14  Raja R Harinath  <rharinath@novell.com>
7411
7412         * jit-icalls.c (mono_helper_compile_generic_method): Update to
7413         removal of MonoGenericMethod.
7414
7415 Thu Jun 14 12:42:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
7416
7417         * mini-exceptions.c: hooks for the exception events profiling API.
7418
7419 2007-06-14  Randolph Chung  <tausq@debian.org>
7420
7421         * Makefile.ma: Add hppa target.
7422         * mini-arch.h: Include mini-hppa.h
7423         * cpu-hppa.md, exceptions-hppa.c, inssel-hppa.brg, mini-hppa.c,
7424         mini-hppa.h, tramp-hppa.c: New files for 32-bit HPPA port.
7425         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
7426
7427 2007-06-14  Randolph Chung  <tausq@debian.org>
7428
7429         * inssel.brg: Add rules for "chained" compare-branch operations so that
7430         a single compare op can affect multiple branches.  Adjust cost for
7431         OP_CEQ/OP_CGT/OP_CGT_UN/OP_CLT/OP_CLT_UN.
7432         * inssel-long32.brg: Update rules to use compare-branch macros.  Adjust
7433         cost for some rules so that they can more easily be overridden by
7434         per-arch rules (with fixes from lupus).
7435         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
7436
7437 2007-06-13  Randolph Chung  <tausq@debian.org>
7438
7439         * mini-ops.h: Reorder branch ops so that they match the order of the
7440         corresponding CEE_* ops.  The code expects them this way.
7441         Add new ops for HPPA target.
7442         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
7443
7444 2007-06-13  Randolph Chung  <tausq@debian.org>
7445
7446         * mini-exceptions.c: Handle cases where the stack grows towards
7447         larger addresses.
7448         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
7449
7450 Wed Jun 13 19:13:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
7451
7452         * jit-icalls.c, mini.h, mini.c: added virtual generic invoke
7453         counter.
7454         * driver.c: explain where a non-matching corlib is found.
7455
7456 2007-06-13  Mark Probst  <mark.probst@gmail.com>
7457
7458         * mini.c (print_jit_stats): Output dynamic code allocation stats.
7459
7460 2007-06-10  Sanghyeon Seo <sanxiyn@gmail.com>
7461
7462         * mini-exceptions.c: Generate a method profile leave event during
7463         an exception to ensure that the profiler gets notified.
7464
7465 2007-06-07  Zoltan Varga  <vargaz@gmail.com>
7466
7467         * mini-amd64.c (peephole_pass): Merge some small changes from the linear-ir 
7468         branch.
7469
7470         * cpu-amd64.md: Add long_and/or/xor opcodes.
7471
7472 2007-06-06  Wade Berrier  <wberrier@novell.com>
7473
7474         * cpu-s390x.md (shr_imm): Correct the length of shr_imm instruction.
7475         (./class/lib/monolite/mcs.exe:25498): WARNING **: wrong maximal instruction 
7476         length of instruction shr_imm (expected 8, got 10)
7477
7478 2007-06-06  Zoltan Varga  <vargaz@gmail.com>
7479
7480         * mini-ia64.c (mono_arch_output_basic_block): Really fix the build.
7481
7482 2007-06-06  Mark Probst  <mark.probst@gmail.com>
7483
7484         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
7485         MonoInternalHashTable again (fixed bug in the internal hash table
7486         code).
7487
7488 2007-06-06  Mark Probst  <mark.probst@gmail.com>
7489
7490         * mini.c, driver.c: Reverted the MonoInternalHashTable changes.
7491         Have to figure out what makes it crash the SWF regression.
7492
7493 2007-06-05  Zoltan Varga  <vargaz@gmail.com>
7494
7495         * mini-ia64.c (mono_arch_lowering_pass): Fix ia64 build.
7496
7497 Tue Jun 5 17:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
7498
7499         * mini.c: optimize out the type check when storing null in a
7500         reference array.
7501
7502 2007-06-04  Mark Probst  <mark.probst@gmail.com>
7503
7504         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
7505         MonoInternalHashTable.
7506
7507 Mon Jun 4 11:29:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
7508
7509         * inssel.brg, mini.c, mini-ops.h: optimized Math.Mini/Max
7510         signed integer methods.
7511
7512 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
7513
7514         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case 
7515         permanently since the current approach doesn't work.
7516
7517 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
7518
7519         * inssel.brg (stmt): Only call delegate->invoke_impl if 
7520         MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE is defined.
7521
7522 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
7523
7524         * mini-amd64.c (mono_arch_output_basic_block): Unify div/rem opcodes and handle
7525         the sreg2==rdx case.
7526         
7527         * mini-amd64.c cpu-amd64.md: Correct length of r4const instruction and take into
7528         account if it contains a rex prefix.
7529         (peephole_pass): Handle OP_FMOVE as well.
7530
7531 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
7532
7533         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case for now
7534         as it causes regressions.
7535
7536 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
7537
7538         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement support for the
7539         static case as well.
7540
7541         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix ia64 build.
7542
7543         * mini-x86.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
7544         (mono_arch_get_this_arg_from_call): Ditto.
7545
7546         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Removed.
7547
7548         * inssel.brg (mini_emit_virtual_call): Call delegate->Invoke through the delegate's
7549         invoke_impl field.
7550
7551         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
7552         (mono_arch_get_this_arg_from_call): Ditto.
7553
7554         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Removed.
7555         
7556         * mini-trampolines.c (mono_delegate_trampoline): Complete rewrite. On first call,
7557         try to create optimized invoke code and use that for further invocations. 
7558         Otherwise, use the original mono_marshal_get_delegate_invoke () implementation.
7559
7560         * mini-x86.h mini-ia64.h: Remove MONO_ARCH_HAS_CREATE_DELEGATE_TRAMPOLINE for now.
7561
7562 2007-05-29  Rodrigo Kumpera  <kumpera@gmail.com>
7563
7564         * inssel.brg (mini_emit_virtual_call): Statically dispatch virtual calls to
7565         sealed classes or methods.
7566         *devirtualization.cs: tests for the new optimization
7567
7568 2007-05-29  Zoltan Varga  <vargaz@gmail.com>
7569
7570         * liveness.c (update_gen_kill_set): No need to set VOLATILE flags here, it is done
7571         by the update_volatile () function.
7572
7573 2007-05-27  Zoltan Varga  <vargaz@gmail.com>
7574
7575         * driver.c (mono_main): Call g_thread_init () early since newer glib versions
7576         require it.
7577
7578         * abcremoval.c (mono_perform_abc_removal): Avoid using alloca.
7579
7580 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
7581
7582         * mini.c: Add configure checks for header files.
7583         * mini-x86.c: Add configure checks for header files.
7584         * trace.c: Add configure checks for header files.
7585         * aot-runtime.c: Add configure checks for header files.
7586         * aot-compiler.c: Add configure checks for header files.
7587         * driver.c: Add configure checks for header files.
7588         * mini-codegen.c: Add configure checks for header files.
7589         
7590         Code is contributed under MIT/X11 license.
7591
7592 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
7593
7594         * mini-ia64.c (mono_arch_lowering_pass): Fix the handling of
7595         icompare_imm -128 + op_iclt. Fixes #81703.
7596
7597 2007-05-19  Zoltan Varga  <vargaz@gmail.com>
7598
7599         * mini-codegen.c (mono_local_regalloc): Fix long-shift-regalloc on amd64.
7600
7601 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
7602
7603         * inssel.brg: added "mini_emit_load_intf_bit_reg_vtable", and used it
7604         inside "mini_emit_isninst_iface_cast" and "mini_emit_castclass_iface"
7605         so that all isinst checks now use "interface_bitmap".
7606
7607 2007-05-15  Zoltan Varga  <vargaz@gmail.com>
7608
7609         * cpu-amd64.md (jmp): Fix a warning.
7610
7611         * inssel.brg (CEE_SWITCH): Hopefully fix #80738.
7612
7613         * basic.cs: Add new regression test.
7614
7615         * basic.cs: Remove test which is now in basic-long.cs.
7616
7617         * mini-ia64.c (mono_arch_output_basic_block): Sign extend in CEE_CONV_I8/CEE_CONV_I.
7618
7619         * basic-long.cs: Add new test.
7620         
7621 2007-05-13  Zoltan Varga  <vargaz@gmail.com>
7622
7623         * mini-sparc.c (mono_spillvar_offset_float): Fix sparc build.
7624
7625 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
7626
7627         * cpu-x86.md minix-86.c: Add a peephole_pass_1 () as on amd64.
7628
7629         * mini-x86.c (mono_arch_output_basic_block): Use mono_opcode_to_cond () in a few
7630         places.
7631         
7632         * mini-x86.c (mono_arch_emit_exceptions): Decrease the size of the exception 
7633         throwing code a bit.
7634
7635         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Decrease the size of 
7636         the exception throwing code a bit.
7637
7638         * mini-x86.c (get_call_info): Allocate result from a mempool.
7639
7640 2007-05-11  Zoltan Varga  <vargaz@gmail.com>
7641
7642         * aot-compiler.c (find_typespec_for_class): Fix the assert.
7643
7644         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
7645
7646         * mini.h (MonoCompile): Add 'token_info_hash' field.
7647
7648         * mini.c: Save token->method associations during compilation so the AOT 
7649         compiler can use it.
7650         
7651         * aot-compiler.c aot-runtime.c: Add support for compiling non-generic methods
7652         which reference generic classes and methods.
7653
7654 2007-05-10  Zoltan Varga  <vargaz@gmail.com>
7655
7656         * mini.h mini-<ARCH>.h: Get rid of MONO_ARCH_HAS_XP_LOCAL_REGALLOC.
7657
7658         * aot-compiler.c (compile_method): Fix a typo in a comment.
7659
7660         * aot-runtime.c (decode_cached_class_info): Skip generic types.
7661
7662         * aot-compiler.c: Add minimal support for AOTing generic code by skipping 
7663         everything generic.
7664
7665         * mini.c (mono_method_to_ir): Disable AOT when calling helper_compile_generic_method.
7666
7667 2007-05-09  Zoltan Varga  <vargaz@gmail.com>
7668
7669         * mini.h (MonoCompile): Add 'args' field.
7670
7671         * mini.c (mono_compile_create_vars): Store variables representing the arguments
7672         into cfg->args.
7673
7674         * mini-<ARCH>.c: Use cfg->args for accessing the method arguments.
7675
7676 2007-05-08  Zoltan Varga  <vargaz@gmail.com>
7677
7678         * mini.c (mono_compile_get_interface_var): Remove this unused function.
7679
7680         * mini-ops.h inssel.brg mini-<ARCH>.c: Add a new opcode for ckfinite as well.
7681
7682         * mini-ops.h: Introduce new opcodes used in the IR instead of the original CEE_
7683         opcodes for some opcodes.
7684
7685         * mini.h *.brg *.c: Use the new opcodes.
7686
7687 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
7688
7689         * mini.h: Bumped aot revision.
7690
7691         * inssel.brg: modified code generation of type checks for interfaces
7692         to use the new "MonoClass.interface_bitmap" instead of the old
7693         "MonoClass.interface_offsets".
7694
7695 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
7696
7697         * cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.
7698
7699 2007-04-29  Zoltan Varga  <vargaz@gmail.com>
7700
7701         * abcremoval.c (summarize_integer_value): Handle OP_LCONV_TO_I4 to fix abcrem on
7702         64 bit platforms.
7703
7704 2007-04-27  Neale Ferguson <neale@sinenomine.net>
7705
7706         * mini-s390x.c: Fix MONO_TYPE_VALUETYPE processing.
7707
7708 2007-04-27  Wade Berrier  <wberrier@novell.com>
7709
7710         * mini-s390x.c: Remove redeclaration of CompRelation and CompType (defined in 
7711         mini.h) to fix build.
7712
7713 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
7714
7715         * mini-amd64.c (peephole_pass_1): Fix and reenable this pass.
7716         
7717         * mini-amd64.c (mono_arch_local_regalloc): Disable the new peephole_pass_1 as it
7718         causes the corlib unit tests to fail.
7719
7720 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
7721
7722         * mini-codegen.c (mono_opcode_to_type): Fix a bug in the previous patch.
7723
7724         * mini-amd64.c (peephole_pass_1): New pass to perform before local regalloc.
7725
7726         * mini-codegen.c (mono_opcode_to_cond): New helper function to convert conditional 
7727         opcodes to the comparison relations.
7728
7729         * mini-codegen.c (mono_opcode_to_type): New helper function to convert conditional 
7730         opcodes to their types.
7731         
7732         * mini-ia64.c mini-amd64.c: Use mono_opcode_to_cond and mono_opcode_to_type.
7733
7734         * mini-amd64.c (get_call_info): Allocate the result from the cfg mempool and cache 
7735         it in cfg->arch.cinfo.
7736
7737         * local-propagation.c (mono_local_cprop_bb): Fix a warning.
7738
7739         * mini.h mini.c branch-opts.c: Change bbhash to be an array and store it in 
7740         cfg->cil_offset_to_bb.
7741
7742 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
7743
7744         * liveness.c (optimize_initlocals): New mini-pass to optimize away dead assignments
7745         created becase of initlocals.
7746
7747 2007-04-23  Zoltan Varga  <vargaz@gmail.com>
7748
7749         * mini-alpha.c cpu-alpha.md: More alpha port work from 
7750         Sergey Tikhonov <tsv@solvo.ru>.
7751
7752 2007-04-21  Andreas Faerber  <andreas.faerber@web.de>
7753
7754         * Makefile.am (BUILT_SOURCES): Fix for automake 1.6.x. Fixes #81417.
7755
7756 2007-04-19  Zoltan Varga  <vargaz@gmail.com>
7757
7758         * cpu-s390.md (break): Correct the length of break instruction.
7759
7760 Thu Apr 19 16:28:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
7761
7762         * mini.c: fix a couple of soft-float issues and comments.
7763
7764 2007-04-15  Miguel de Icaza  <miguel@novell.com>
7765
7766         * trace.c (is_filenamechar): - is also a filename char.
7767
7768 2007-04-15  Neale Ferguson <neale@sinenomine.net>
7769
7770         * mini-s390.c: Correct checking for enum type in return value processing.
7771
7772 2007-04-14  Raja R Harinath  <rharinath@novell.com>
7773
7774         * Makefile.am (BUILT_SOURCES): Add 'version.h'.
7775         (version.h): Makefile is in the build directory.
7776
7777 2007-04-06  Andreas Faerber  <andreas.faerber@web.de>
7778
7779         * mini-amd64.h: fix for assertion failure on Solaris/amd64
7780
7781 2007-04-11  Martin Baulig  <martin@ximian.com>
7782
7783         * mini.c (can_access_member): Fix handling of generic classes;
7784         fixes #81259.
7785
7786 2007-04-10  Zoltan Varga  <vargaz@gmail.com>
7787
7788         * aot-runtime.c (mono_aot_plt_resolve): Fix disabling of AOT. Fixes #81316.
7789
7790 2007-04-05  Zoltan Varga  <vargaz@gmail.com>
7791
7792         * aot-runtime.c: Fix disabling of AOT. Fixes #81316.
7793
7794 Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>
7795
7796         * mini-codegen.c: make sure the right spill amount is
7797         used for fp or integer registers (fixes the float_sub_spill() on ppc).
7798
7799 Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>
7800
7801         * mini-ppc.c: fixes for the fp_branch_nan test.
7802
7803 2007-03-23  Zoltan Varga  <vargaz@gmail.com>
7804
7805         * basic.cs: Comment out new test which still fails on ia64.
7806
7807 Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>
7808
7809         * mini.c: immediate shifted or fix (mono_metadata_user_string assert).
7810
7811 Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>
7812
7813         * mini-ppc.c, mini-ppc.h: struct passing ABI fix (bug #77968).
7814
7815 2007-03-22  Zoltan Varga  <vargaz@gmail.com>
7816
7817         * cfold.c (FOLD_BINOP): Cast the result to gint32 to prevent overflow problems
7818         on 64 bit machines. Fixes part of #80738.
7819
7820         * basic.cs: Add regression test.
7821
7822 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
7823
7824         * inssel.brg basic.cs: Revert previous change to fix build.
7825
7826         * inssel.brg (SWITCH): Clean out the upper word of the switch value on 64 bit
7827         platforms.
7828         
7829         * inssel.brg (SWITCH): Use an integer comparison. Fixes #80738.
7830
7831         * basic.cs: Add new regression test.
7832
7833 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
7834
7835         * mini-ia64.c (mono_arch_emit_prolog): Fix an assert when a function has too
7836         many arguments.
7837
7838 2007-03-16  Neale Ferguson <neale@sinenomine.net>
7839
7840         * cpu-s390x.md: Correct length of break instruction.
7841
7842 2007-03-16  Neale Ferguson <neale@sinenomine.net>
7843
7844         * mini-s390x.c, cpu-s390x.md: Fix #80507 for s390x.
7845         * mini-s390.c, cpu-s390.md: Fix #80507 for s390.
7846
7847 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
7848
7849         * *.c: Begin WIN64 port.
7850         * mini.c:  Use correct register in profiler.
7851         * mini-amd64.c: No inline assembly on Win64.
7852         * mini-amd64.h: Implement MONO_INIT_CONTEXT_FROM_FUNC for Win64.
7853         Only define MONO_ARCH_USE_SIGACTION on non-windows platforms.
7854         * exceptions-amd64.c: Only need gregs_from_ucontext if MONO_ARCH_USE_SIGACTION
7855         is defined. Implement mono_arch_sigctx_to_monoctx, mono_arch_monoctx_to_sigctx, and
7856         mono_arch_ip_from_context for Win64.
7857         
7858         Contributed under MIT/X11 license.
7859
7860 2007-03-15  Zoltan Varga  <vargaz@gmail.com>
7861
7862         * exceptions-amd64.c (seh_handler): Ditto.
7863
7864         * exceptions-x86.c (seh_handler): Fix a memory leak.
7865
7866 Thu Mar 15 13:47:59 CET 2007 Paolo Molaro <lupus@ximian.com>
7867
7868         * mini-arm.c, mini-mips.c, mini-ppc.c, mini-s390.c,
7869         mini-s390x.c: fixed peephole optimizations to deal
7870         correctly with 1 and 2 byte reload avoidance.
7871
7872 Thu Mar 15 10:17:54 CET 2007 Paolo Molaro <lupus@ximian.com>
7873
7874         * cpu-s390.md, cpu-s390x.md: update localloc length.
7875
7876 Wed Mar 14 21:00:19 CET 2007 Paolo Molaro <lupus@ximian.com>
7877
7878         * cpu-g4.md: added missing descriptions.
7879
7880 2007-03-14  Miguel de Icaza  <miguel@novell.com>
7881
7882         *  Makefile.am: Add support so the tail tests are not executed on
7883         PowerPC as that is a known limitation of the PowerPC port.
7884
7885 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
7886
7887         * runmdesc.bat:  Move to msvc directory.
7888         
7889 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
7890
7891         * runmdesc.bat:  Run executable that was produced by the current
7892         target and sent via an argument.
7893         
7894 2007-03-11  Zoltan Varga  <vargaz@gmail.com>
7895
7896         * mini.c (mono_method_to_ir): Fix box+brtrue optimization. Fixes
7897         #81102.
7898
7899         * generics.2.cs: Add regression test.
7900
7901 2007-03-09  Wade berrier  <wberrier@novell.com>
7902
7903         * mini-ppc.h: Undo typo of MONO_CONTEXT_SET_SP (ppc doesn't define this symbol)
7904
7905 2007-03-09  Zoltan Varga  <vargaz@gmail.com>
7906
7907         * aot-runtime.c (load_aot_module): Load all dependent assemblies eagerly since all
7908         AOT code depends on this.
7909
7910 Thu Mar 8 19:36:13 CET 2007 Paolo Molaro <lupus@ximian.com>
7911
7912         * mini.c: more precise tracking of types in the eval stack
7913         (part of fix for bug #81044).
7914
7915 2007-03-07  Zoltan Varga  <vargaz@gmail.com>
7916
7917         * aot-runtime.c (mono_aot_get_class_from_name): Add a cache.
7918
7919         * aot-compiler.c (encode_patch): Remove an obsolete comment.
7920
7921 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
7922
7923         * mini-exceptions.c (mono_handle_native_sigsegv): Fix a warning.
7924
7925         * mini.c (mono_method_to_ir): Add a workaround for bug #80733.
7926
7927 2007-02-22  Zoltan Varga  <vargaz@gmail.com>
7928
7929         * mini.c (type_from_op): Convert CEE_CONV_U to OP_LCONV_TO_U when the argument is
7930         a pointer on 64 bit systems. Fixes #80190.
7931
7932         * iltests.il: Add new regression test.
7933
7934 Tue Feb 20 11:33:28 CET 2007 Paolo Molaro <lupus@ximian.com>
7935
7936         * mini.c: inline a constant for Environment.IsRunningOnWindows.
7937
7938 2007-02-19  Geoff Norton  <gnorton@customerdna.com>
7939
7940         * trace.c: Remove an erroneous alignemnt check when tracing.
7941           Fixes --trace on OSX86.
7942
7943 Wed Feb 14 19:45:56 CET 2007 Paolo Molaro <lupus@ximian.com>
7944
7945         * mini-$(arch).h: initialize SP in context for all the archs.
7946
7947 2007-02-14  Sebastien Pouliot  <sebastien@ximian.com>
7948
7949         * mini-x86.h: Initialize SP in MONO_INIT_CONTEXT_FROM_FUNC. Fix CAS
7950         regressions in the thread tests.
7951
7952 2007-02-14  Zoltan Varga  <vargaz@gmail.com>
7953
7954         * *-alpha.*: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>:
7955         - fixed implementation of LOCALLOC opcode
7956         - implemented non-un compare for floats
7957         - code cleanup
7958         - implementation of FDIV and CKFINITE opcodes
7959         - fixes for latest mono updates
7960         - additional arch opcodes
7961
7962 Mon Feb 12 11:54:16 CET 2007 Paolo Molaro <lupus@ximian.com>
7963
7964         * Makefile.am: simplify and merge rules for cross-compilation.
7965
7966 2007-02-07  Massimiliano Mantione  <massi@ximian.com>
7967
7968         * local-propagation.c: Actually *apply* the fix for bug 80591...
7969
7970 Tue Feb 6 19:03:19 CET 2007 Paolo Molaro <lupus@ximian.com>
7971
7972         * mini-exceptions.c: backuot part of the last change
7973         (fixes cas tests on amd64 related to GetExecutingAssembly ()).
7974
7975 2007-02-06  Massimiliano Mantione  <massi@ximian.com>
7976         * inssel.brg: Fix bug 59286.
7977
7978
7979 Tue Feb 6 12:23:50 CET 2007 Paolo Molaro <lupus@ximian.com>
7980
7981         * mini-exceptions.c: patch from Zoltan to correctly check for
7982         stack boundaries (using the stack register, not the frame register),
7983         fixes bugs #80724, #79717.
7984
7985 2007-02-03  Zoltan Varga  <vargaz@gmail.com>
7986
7987         * mini-ia64.c inssel-sparc.brg mini-sparc.c cpu-sparc.md: Get rid of OP_SETREG/
7988         OP_SETREGIMM, use OP_MOVE/OP_ICONST instead.
7989
7990         * mini-amd64.c (mono_arch_output_basic_block): Fix ATOMIC_EXCHANGE in the
7991         presence of frame pointer elimination.
7992
7993 2007-02-01  Geoff Norton  <gnorton@customerdna.com>
7994         
7995         * mini-x86.h: NetBSD UCONTEX_REG defines.
7996
7997 2007-02-01  Zoltan Varga  <vargaz@gmail.com>
7998
7999         * inssel-amd64.brg: Fix amd64 build.
8000
8001 Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>
8002
8003         * mini.h: remove extern to workaround what looks likes gcc bug 26905
8004         on amd64.
8005
8006 2007-01-31  Zoltan Varga  <vargaz@gmail.com>
8007
8008         * mini-codegen.c (mono_is_regsize_var): New helper function usable by the back
8009         ends.
8010
8011         * mini-<ARCH>.c: Use mono_is_regsize_var ().
8012
8013 2007-01-30 Mark Mason <mason@broadcom.com>
8014
8015            * exceptions-mips.c: Lots of exception handling fixes, LMFs now work, some cleanups.
8016            * mini-mips.h: Add LMF magic numbers, and fix context set/get macros.
8017            * mini-mips.c: Cleanups, LMF handling now works, optimize store of zero, implement localloc
8018            beginning support for CEE_JMP [not quite working yet]
8019            * tramp-mips.c: LMF handling now works
8020         
8021 2007-01-30  Zoltan Varga  <vargaz@gmail.com>
8022
8023         * mini-amd64.c (peephole_pass): Optimize code common in initlocals blocks.
8024
8025         * mini.h (NULLIFY_INS): New macro.
8026
8027 Tue Jan 30 16:33:33 CET 2007 Paolo Molaro <lupus@ximian.com>
8028
8029         * mini.c: statistical profiler fix for windows, patch
8030         from Tor Lillqvist (tml@novell.com).
8031
8032 2007-01-30  Massimiliano Mantione  <massi@ximian.com>
8033         * local-propagation.c: Fix bug 80591.
8034
8035 Mon Jan 29 12:14:34 CET 2007 Paolo Molaro <lupus@ximian.com>
8036
8037         * Makefile.am: put back the --export-dynamic option as with
8038         the previous gmodule flags (thanks to Robert Jordan).
8039
8040 2007-01-28  Zoltan Varga  <vargaz@gmail.com>
8041
8042         * mini-sparc.c (peephole_pass): Fix #80622 for sparc as well.
8043
8044         mini.h *.c: Allocate fp vregs from the same pool as the int vregs. Use this to
8045         simplify and speed up the local register allocator. Also rename some fields
8046         like iassign->vassign.
8047         
8048         * regalloc.c: Remove some functions which are no longer used since their
8049         inlined version is in mini-codegen.c.
8050         
8051         * mini-codegen.c: Rename mono_regstate2_ functions to mono_regstate_.
8052
8053         * basic.cs objects.cs iltests.il: Merge tests from the linear IL branch.
8054
8055 2007-01-27  Zoltan Varga  <vargaz@gmail.com>
8056
8057         * mini-amd64.c (peephole_pass): Remove optimizations which omit a 
8058         narrowing. Fixes #80622.
8059
8060         * iltests.il: Add new regresssion test. 
8061
8062 Fri Jan 26 18:31:45 CET 2007 Paolo Molaro <lupus@ximian.com>
8063
8064         * mini.h, mini-trampolines.c, aliasing.c, mini-codegen.c,
8065         debug-debugger.c, debug-debugger.h: warning fixes.
8066         * driver.c: updated copyright year and made it fit in one line.
8067
8068 Fri Jan 26 12:48:39 CET 2007 Paolo Molaro <lupus@ximian.com>
8069
8070         * aot-runtime.c: updated to use mono-dl instead of gmodule.
8071
8072 2007-01-25  Zoltan Varga  <vargaz@gmail.com>
8073
8074         * mini-x86.c (mono_arch_output_basic_block): Fix #80507 for x86.
8075
8076         * mini-amd64.c (mono_arch_output_basic_block): Fix #80507 for amd64.
8077
8078         * iltests.il: Add new test for bug #80507.
8079
8080 Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>
8081
8082         * mini-arm.h: use soft-float also on vfp for now.
8083
8084 Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>
8085
8086         * mini.c: fix some more soft-float issues.
8087
8088 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
8089
8090         * mini-sparc.h (MONO_ARCH_FRAME_ALIGNMENT): Fix sparc build.
8091
8092 2007-01-24  Massimiliano Mantione  <massi@ximian.com>
8093         * mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
8094         mini-ia64.c, mini-sparc.c, mini-alpha.c: Introduced
8095         MONO_ARCH_LOCALLOC_ALIGNMEENT to fix bug 80498.
8096
8097 Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>
8098
8099         * mini-arm.c: typo fix.
8100
8101 2007-01-23  Neale Ferguson <neale@sinenomine.net>
8102
8103         * mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
8104
8105 2007-01-21  Zoltan Varga  <vargaz@gmail.com>
8106
8107         * mini.c (mono_allocate_stack_slots_full): Allocate memory from the cfg mempool.
8108         Share stack slots for scalar types. Avoid expensive g_list_free () calls.
8109
8110         * mini-x86.c (mono_arch_allocate_vars): Don't free the result of allocate_stack_slots_full.
8111
8112         * mini-amd64.c mini-ia64.c mini-alpha.c: Ditto. 
8113
8114         * mini.h (MonoJitStats): Add a new JIT statistics: locals_stack_size.
8115         
8116         * inssel.brg: Fix a warning.
8117
8118         * mini.h (MonoBasicBlock): Make bb->dominated a GSList.
8119
8120         * abcremoval.c ssa.c ssapre.c: Update after this change.
8121         
8122         * dominators.c (compute_dominators): Allocate bb->dominated from the cfg mempool.
8123
8124         * dominators.c (df_set): Use mono_bitset_union_fast.    
8125
8126 Sat Jan 20 16:59:01 CET 2007 Paolo Molaro <lupus@ximian.com>
8127
8128         * mini.h, genmdesc.c, genmdesc.pl, mini-${arch}.c, cprop.c,
8129         mini-codegen.c: reduce relocations and memory usage for the cpu
8130         description.
8131
8132 2007-01-20  Zoltan Varga  <vargaz@gmail.com>
8133
8134         * mini-codegen.c (mono_regstate2_alloc_int): Optimize this using bsfq on amd64.
8135
8136         * genmdesc.c genmdesc.pl mini.h: Remove some unused fields from the mdesc tables
8137         to reduce their size.
8138
8139 2007-01-19 Mark Mason <mason@broadcom.com>
8140
8141         * exceptions-mips.c: fix mono_arch_ip_from_context(), increase exception debug support.
8142         * mini-mips.c: more configuration macros, support long conditional branches, additional
8143         asserts, fix epilog instrumentation.
8144         * mini-mips.h: use standard stack walk
8145         * cpu-mips.md: increase size of div, rem and conditional branches
8146         
8147 Fri Jan 19 17:23:32 CET 2007 Paolo Molaro <lupus@ximian.com>
8148
8149         * mini.h, mini-codegen.c, mini-$(arch).h: claenup references
8150         to cpu spec data.
8151
8152 2007-01-19  Zoltan Varga  <vargaz@gmail.com>
8153
8154         * aot-compiler.c (encode_klass_info): Allow classes of the form <Type>[][].
8155         (compile_method): Ditto.
8156
8157         * aot-runtime.c (decode_klass_info): Ditto.
8158
8159         * mini.c (mono_method_to_ir): Call mono_get_got_var () in a place where it is
8160         needed by the code generated by inssel.brg. Also fix a warning.
8161
8162 Thu Jan 18 17:55:22 CET 2007 Paolo Molaro <lupus@ximian.com>
8163
8164         * mini.c: deal with enums that become genericinsts by
8165         being nested in a generic class (bug #79956).
8166
8167 Thu Jan 18 16:52:56 CET 2007 Paolo Molaro <lupus@ximian.com>
8168
8169         * mini.c: match the generic definition to check for
8170         private access with generic types (bug #78431).
8171
8172 Thu Jan 18 11:50:13 CET 2007 Paolo Molaro <lupus@ximian.com>
8173
8174         * genmdesc.pl, Makefile.am: perl implementation of genmdesc,
8175         to make life easier for people cross-compiling that insist on not
8176         using scratchbox.
8177
8178 2007-01-17 Mark Mason <mason@broadcom.com>
8179
8180         * inssel-long.brg: patch to deal with mips missing flags
8181         * inssel-long32-mips.brg: implement overflow checks
8182         * insset-mips.brg: implement overflow checks
8183         * mini-mips.h: implement conditional exception handling
8184         * mini-mips.c: add mips_emit_exc_by_name(), implement conditional exception handling.
8185           Remove unused code, minor cleanups.
8186         * exceptions-mips.c: minor cleanups
8187         * mini-ops.h: add mips conditional exception ops
8188         * cpu-mips.md: add mips conditional exception ops
8189
8190         
8191 Wed Jan 17 19:22:34 CET 2007 Paolo Molaro <lupus@ximian.com>
8192
8193         * inssel.brg: patch from Mark Mason <mason@broadcom.com>
8194         to deal with mips missing of flags.
8195
8196 Tue Jan 16 20:01:01 CET 2007 Paolo Molaro <lupus@ximian.com>
8197
8198         * exceptions-ppc.c: execute fault handlers.
8199
8200 Tue Jan 16 19:54:44 CET 2007 Paolo Molaro <lupus@ximian.com>
8201
8202         * mini-ppc.c: handle missing call locationss with FORCE_INDIR_CALL.
8203
8204 Tue Jan 16 13:14:31 CET 2007 Paolo Molaro <lupus@ximian.com>
8205
8206         * mini.c: handle also floating point values in initialize_array.
8207
8208 Tue Jan 16 12:42:40 CET 2007 Paolo Molaro <lupus@ximian.com>
8209
8210         * mini.c, aot-runtime.c, aot-compiler.c: enable aot compilation of
8211         array initialization and make it conditional on the intrins option.
8212
8213 Tue Jan 16 11:28:45 CET 2007 Paolo Molaro <lupus@ximian.com>
8214
8215         * mini.h, patch-info.h, Makefile.am, aot-compiler.c: reduce
8216         relocations and put the patch info names close to the enum definition.
8217
8218 2007-01-15 Mark Mason <mason@broadcom.com>
8219
8220         * basic.cs, exceptions.cs: break up large tests to increase debugability.
8221
8222 Mon Jan 15 18:57:14 CET 2007 Paolo Molaro <lupus@ximian.com>
8223
8224         * mini.c: optimized RuntimeHelpers::InitializeArray () calls.
8225
8226 2007-01-12  Raja R Harinath  <rharinath@novell.com>
8227
8228         * mini.c (mono_method_to_ir): Use new MonoGenericContext accessor.
8229
8230 Thu Jan 11 11:16:42 CET 2007 Paolo Molaro <lupus@ximian.com>
8231
8232         * Makefile.am: distribute the mips sources.
8233
8234 Wed Jan 10 19:49:33 CET 2007 Paolo Molaro <lupus@ximian.com>
8235
8236         * mini-codegen.h: handle bug #80489 here, by excluding ecx
8237         directly.
8238
8239 Wed Jan 10 19:08:05 CET 2007 Paolo Molaro <lupus@ximian.com>
8240
8241         * cpu-x86.md: back out for now as this triggers other regressions.
8242
8243 Wed Jan 10 18:33:16 CET 2007 Paolo Molaro <lupus@ximian.com>
8244
8245         * cpu-x86.md: force src1 and dest regpair for long shift instructions
8246         to eax:edx, so ecx can't get allocated to them (bug #80489).
8247
8248 Tue Jan 9 12:36:11 CET 2007 Paolo Molaro <lupus@ximian.com>
8249
8250         * mini.c, mini-exceptions.c: enabled running fault handlers
8251         (bug #80469).
8252
8253 2007-01-03  Miguel de Icaza  <miguel@novell.com>
8254
8255         * driver.c: If nothing fail, do not use the string "failed",
8256         because it makes it very annoying to view test result logs on the
8257         web. 
8258
8259 2006-12-30  Miguel de Icaza  <miguel@novell.com>
8260
8261         * debug-debugger.c (mono_debugger_main): Rename "main" to
8262         "main_method" to prevent a warning.
8263
8264         Remove a warning for unused field.
8265
8266 2006-12-28  Martin Baulig  <martin@ximian.com>
8267
8268         * debug-debugger.c
8269         (MONO_DEBUGGER__debugger_info): Add `get_lmf_addr'.
8270
8271 2006-12-22  Martin Baulig  <martin@ximian.com>
8272
8273         * mdb-debug-info32.s, mdb-debug-info64.s: New files.
8274         Put a pointer to the `MONO_DEBUGGER__debugger_info' into a
8275         seperate `.mdb_debug_info' section, so we can access it from the
8276         debugger even if the binary is stripped.
8277
8278         * debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
8279         from the `.mdb_debug_info' here to prevent the linker from
8280         removing that section.
8281
8282         * Makefile.am (mono_debugger_sources): Add mdb-debug-info32.s /
8283         mdb-debug-info64.s.
8284
8285 2006-12-19  Robert Jordan  <robertj@gmx.net>
8286
8287         * mini-x86: enable the code to return small structures in
8288         registers for FreeBSD as well. Fixes bug #80278.
8289         * aot-runtime.c: Include sys/wait.h for WEXITSTATUS/WIFEXITED.
8290
8291 Mon Dec 18 19:47:17 CET 2006 Paolo Molaro <lupus@ximian.com>
8292
8293         * mini-x86.c: align the stack when calling the profiler
8294         function instrumenting the prolog (on OSX).
8295
8296 Thu Dec 14 15:22:43 CET 2006 Paolo Molaro <lupus@ximian.com>
8297
8298         * mini.c: emit a break opcode where Debugger.Break () is called.
8299
8300 2006-12-13  Miguel de Icaza  <miguel@novell.com>
8301
8302         * mini.c (mono_method_to_ir): Provide useful information on this
8303         assert, to prevent others from debugging like I did.
8304
8305 Tue Dec 12 17:01:38 CET 2006 Paolo Molaro <lupus@ximian.com>
8306
8307         * mini.c: enable code which was incorrectly commented
8308         (bug #80235).
8309
8310 Tue Dec 12 16:28:15 CET 2006 Paolo Molaro <lupus@ximian.com>
8311
8312         * mini-x86.c: enable on OSX, too, the code to return small
8313         structures in registers.
8314
8315 Mon Dec 11 19:22:35 CET 2006 Paolo Molaro <lupus@ximian.com>
8316
8317         * mini-x86.c: remove the use of the dynamic code manager here, too.
8318
8319 Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus@ximian.com>
8320
8321         * mini.h, debug-debugger.c, tramp-*.c: fixed 
8322         mono_debugger_create_notification_function() to use
8323         mono_global_codeman_reserve () instead of a dynamic code manager.
8324
8325 Tue Dec 5 17:54:50 CET 2006 Paolo Molaro <lupus@ximian.com>
8326
8327         * mini.c, jit-icalls.h, jit-icalls.c: remove the 
8328         ves_array_element_address() jit icall and use a generated
8329         managed method instead (which is about 4 times faster for a rank 3
8330         array access).
8331
8332 2006-11-29  Mark Mason  <mason@broadcom.com>
8333
8334         * basic-calls.cs: additional tests for passing
8335         structures as function arguments.
8336
8337 2006-11-29  Mark Mason  <mason@broadcom.com>
8338
8339         * mini-mips.h: disable custom exception handling
8340         * mini-mips.c: throw/rethrow should use jalr to call
8341         exception stubs.  Fixed bug with passing structures
8342         by value. More support for tracing floating point
8343         functions.
8344
8345 Wed Nov 29 20:28:17 CET 2006 Paolo Molaro <lupus@ximian.com>
8346
8347         * mini.c: fixed typo in the soft-float ldind.r4 handling
8348         (bug #80086).
8349
8350 Wed Nov 29 11:33:03 CET 2006 Paolo Molaro <lupus@ximian.com>
8351
8352         * mini.c, mini.h, driver.c: added --runtime command line
8353         option to select a different runtime than the autodetected one.
8354         * jit.h: added API for embedders to initialize with a specific
8355         runtime version.
8356
8357 Tue Nov 28 21:24:55 CET 2006 Paolo Molaro <lupus@ximian.com>
8358
8359         * mini.c: handle also boxing of r4 values (bug #80024).
8360
8361 Tue Nov 28 19:45:44 CET 2006 Paolo Molaro <lupus@ximian.com>
8362
8363         * mini-ppc.c: force indirect calls until we reserve
8364         enough address space for all the generated code.
8365
8366 Tue Nov 28 20:04:34 GMT 2006 Paolo Molaro <lupus@ximian.com>
8367
8368         * exceptions-arm.c: workaround bugs in the libc definition
8369         of struct ucontext.
8370
8371 Mon Nov 27 15:13:41 CET 2006 Paolo Molaro <lupus@ximian.com>
8372
8373         * inssel.brg: fixes from me and Mark Mason.
8374
8375 2006-11-23  Dick Porter  <dick@ximian.com>
8376
8377         * wapihandles.c (mini_wapi_seminfo): No need to adjust the counter
8378         semaphore display now we've fixed the initial value
8379
8380 Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>
8381
8382         * inssel.brg: partially revert the last change to fix the build.
8383
8384 2006-11-21  Mark Mason  <mason@broadcom.com>
8385
8386         * inssel.brg: Add and use compare-and-branch macros to support
8387         architectures that do not have condition code registers (ie. MIPS).
8388         * *-mips.{c,brg,md}: Fix copyright statements
8389
8390 2006-11-20  Mark Mason  <mason@broadcom.com>
8391
8392         * Makefile.am: remove mini-codegen.c from list of MIPS sources
8393         * mini.c: Allow GET_CONTEXT to be specified by the arch port
8394         * mini.h: Added declaration for mono_print_ins()
8395         * mini-codegen.c: added ins_spec initializer for MIPS
8396         * mini-codegen.c (mono_call_inst_add_outarg_reg): added asserts for
8397         vreg to be virtual and hreg to be non-virtual.
8398         * mini-codegen.c (mono_spillvar_offset): assert if MIPS - spilling
8399         is not yet working/implemented correctly.
8400         * mini-codegen.c (print_ins): rename to mono_print_ins(), make
8401         non-static, fixup calls to print_ins() from other parts in the file.
8402
8403 2006-11-20  Mark Mason  <mason@broadcom.com>
8404
8405         * basic-calls.cs: added tests for passing structures as arguments
8406         to calls.
8407
8408 Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
8409
8410         * inssel-long32.brg: optimize signed division by power of two.
8411
8412 Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
8413
8414         * mini-arm.c: added support for interworking with thumb code
8415         (mono must be still be built using the ARM instruction encoding).
8416
8417 2006-11-19  Miguel de Icaza  <miguel@novell.com>
8418
8419         * mini.c (type_from_op): Separate the conditions for OP_EQ as the
8420         verifier has different rules for it.   Fixes a few verifier issues
8421         in the test suite.
8422
8423         * mini-exceptions.c (mono_handle_native_sigsegv): Put the message
8424         at the end, so people know what happened.
8425
8426 Thu Nov 16 14:07:18 CET 2006 Paolo Molaro <lupus@ximian.com>
8427
8428         * brach-opts.c: in optimize_exception_target() make sure we
8429         are in a catch clause (fixes bug #79871).
8430
8431 Thu Nov 16 12:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
8432
8433         * jit-icalls.c, jit-icalls.h, mini-arm.c, mini.c:
8434         more soft-float support fixes.
8435
8436 Wed Nov 15 18:45:47 GMT 2006 Paolo Molaro <lupus@ximian.com>
8437
8438         * mini-arm.c, inssel-arm.brg: ABI fix for longs and doubles
8439         that are passed half on the stack and half in registers.
8440
8441 Wed Nov 15 17:00:27 CET 2006 Paolo Molaro <lupus@ximian.com>
8442
8443         * mini-ops.h, mini-arch.h, helpers.c, Makefile.am:
8444         more mips integration work from Mark E Mason 
8445         <mark.e.mason@broadcom.com>.
8446
8447 Wed Nov 15 16:34:03 CET 2006 Paolo Molaro <lupus@ximian.com>
8448
8449         * exceptions-mips.c, inssel-mips.brg, mini-mips.h,
8450         cpu-mips.md, inssel-long32-mips.brg, mini-mips.c,
8451         tramp-mips.c: added sources for the mips port, not
8452         integrated in the build yet. Contributed by
8453         Mark E Mason <mark.e.mason@broadcom.com>.
8454
8455 2006-11-14  Neale Ferguson <neale@sinenomine.net>
8456
8457         * mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
8458
8459 Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus@ximian.com>
8460
8461         * Makefile.am, inssel-float.brg, inssel-softfloat.brg:
8462         put the soft-float rules in its own file since it seems to
8463         break s390 compilation.
8464
8465 Mon Nov 13 15:54:38 CET 2006 Paolo Molaro <lupus@ximian.com>
8466
8467         * mini-arm.c: fixed wrnings.
8468
8469 Fri Nov 10 19:18:32 CET 2006 Paolo Molaro <lupus@ximian.com>
8470
8471         * mini-arm.c, mini-arm.h, cpu-arm.md, inssel-float.brg,
8472         inssel-arm.brg: ARM support for soft-float.
8473
8474 Fri Nov 10 18:38:15 CET 2006 Paolo Molaro <lupus@ximian.com>
8475
8476         * mini.c, jit-icalls.c, jit-icalls.h: added first cut at handling
8477         loads and stores of 32 bit fp values.
8478
8479 2006-11-10  Zoltan Varga  <vargaz@gmail.com>
8480
8481         * mini-sparc.c (is_regsize_var): Support PTR/FNPTR too.
8482
8483         * tramp-sparc.c (mono_arch_patch_callsite): Fix this function so it actually
8484         works. Fixes #79852 and #79463.
8485
8486 Thu Nov 9 16:56:13 CET 2006 Paolo Molaro <lupus@ximian.com>
8487
8488         * mini.c, mini-codegen.c, jit-icalls.c, jit-icalls.h:
8489         more soft-float support WIP and fixes.
8490
8491 Wed Nov 8 16:40:02 CET 2006 Paolo Molaro <lupus@ximian.com>
8492
8493         * mini-arm.c: some VFP updates.
8494
8495 Tue Nov 7 19:45:51 CET 2006 Paolo Molaro <lupus@ximian.com>
8496
8497         * mini-exceptions.c: 0 is a valid local var offset in some
8498         architectures, don't assert (bug #78508).
8499
8500 Tue Nov 7 18:17:52 GMT 2006 Paolo Molaro <lupus@ximian.com>
8501
8502         * exceptions-arm.c: fixed off by one error in stack walk code.
8503
8504 Tue Nov 7 11:27:26 CET 2006 Paolo Molaro <lupus@ximian.com>
8505
8506         * mini.h, mini.c: more precise tracking of type load exceptions.
8507
8508 2006-11-03  Robert Jordan  <robertj@gmx.net>
8509
8510         * Makefile.am: [WIN32] Add monow.exe target.
8511         * driver.c: [WIN32] Don't detach the console when debugging.
8512         Fixes bug #79797.
8513         
8514 2006-10-30  Miguel de Icaza  <miguel@novell.com>
8515
8516         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Eliminate warning.
8517
8518 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
8519
8520         * aot-compiler.c (emit_method_info): Add a case missed earlier.
8521
8522         * driver.c (mini_regression): Fix --regression with AOT.
8523
8524         * aot-compiler.c (emit_method_info): Fix AOT on amd64.
8525
8526 2006-10-17  Zoltan Varga  <vargaz@gmail.com>
8527
8528         * mini.c (GET_CONTEXT): Correct the definition of this for sparc/linux.
8529
8530         * mini-sparc.h: Don't use sigaction on sparc/linux.
8531
8532         * exceptions-sparc.c: Call mono_arch_flush_icache () in a couple of places.
8533
8534         * mini-sparc.c (mono_sparc_flushw): Call mono_arch_flush_icache ().
8535
8536         * mini-exceptions.c: Add proper include files for getpid ().
8537
8538 2006-10-16  Zoltan Varga  <vargaz@gmail.com>
8539
8540         * aot-runtime.c (mono_aot_get_method): Change this to return the native code
8541         address instead of a MonoJitInfo* to avoid decoding the exception info for the
8542         method.
8543
8544         * aot-runtime.c aot-compiler.c: Use uint16 instead of uint32 entries in the
8545         name cache to reduce its size.
8546
8547         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
8548
8549 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
8550
8551         * mini-x86.c: Save/restore the current LMF structure more efficiently using
8552         the mono_lmf TLS variable.
8553
8554         * exceptions-x86.c (mono_arch_find_jit_info): Only access lmf->method in 
8555         trampoline lmf frames.  
8556
8557         * mini-sparc.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Define this on sparc as well.
8558
8559 2006-10-14  Zoltan Varga  <vargaz@gmail.com>
8560
8561         * mini-amd64.c: Save/restore the current LMF structure more efficiently using
8562         the mono_lmf TLS variable.
8563
8564         * mini-exceptions.c: Access the LMF structure through accessors.
8565
8566         * mini.c: Allow the backends the option for storing the lmf in a dedicated TLS 
8567         variable instead of in jit_tls->lmf.
8568
8569         * mini-x86.c mini-amd64.c: Update after lmf->lmf_addr name change.
8570         
8571         * exceptions-amd64.c (mono_arch_find_jit_info): Only access lmf->method in 
8572         trampoline lmf frames.
8573
8574         * mini-amd64.c (mono_arch_emit_prolog): Do not set lmf->method as it is not needed.
8575
8576 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
8577
8578        * mini.c trace.c mini-x86.c: Revert these too.
8579         
8580        * mini.c trace.c mini-x86.c: Remove warning workarounds after the mono_type_size ()
8581        signature change.
8582
8583 Tue Oct 10 11:35:20 CEST 2006 Paolo Molaro <lupus@ximian.com>
8584
8585         * genmdesc.c: removed now dead code.
8586
8587 2006-10-09  Robert Jordan <robertj@gmx.net>
8588
8589         * mini.c: Disable the CrashReporter on MacOS X; Fixes #74869
8590
8591 Mon Oct 9 17:06:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
8592
8593         * mini.h: do not leave gaps in the opcode values.
8594
8595 Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
8596
8597         * jit-icalls.h: flag functions as internal here, too.
8598
8599 Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus@ximian.com>
8600
8601         * mini.h, aliasing.h, declsec.h, regalloc.h, trace.h: mark internal
8602         functions with the internal attribute.
8603
8604 Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus@ximian.com>
8605
8606         * aot-compiler.c: fclose the file descriptor in the profile read loop.
8607
8608 Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
8609
8610         * mini.c, jit-icalls.c, inssel-float.brg: beginnings of support
8611         for soft-float.
8612
8613 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
8614
8615         * mini-x86.c (emit_load_volatile_arguments): New function to handle arguments of
8616         tail calls as on other platforms.
8617
8618         * mini.c (mono_method_to_ir): Fix a few tailcall problems. Fixes #79557.
8619
8620         * iltests.il: Add a few tailcall tests.
8621
8622 Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
8623
8624         * driver.c: fix loop for old compilers (bug #79521).
8625
8626 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
8627
8628         * mini-exceptions.c (ves_icall_get_trace): Remove debug printf.
8629
8630         * aot-runtime.c (mono_aot_get_class_from_name): Avoid a memory allocation.
8631
8632         * aot-compiler.c: Add a new option 'metadata-only' to only emit the cached
8633         metadata without any code.
8634
8635         * mini-exceptions.c (mono_handle_native_sigsegv): Add some code to print out
8636         more precise debugging information using gdb.
8637
8638 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
8639
8640         * inssel-ia64.brg: Make the helper methods static.
8641
8642 Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
8643
8644         * inssel-x86.brg: make the helper methods static.
8645
8646 Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus@ximian.com>
8647
8648         * inssel-amd64.brg, mini-amd64.c: small cleanup, use inst_call.
8649
8650 Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
8651
8652         * mini.c: updates for monoburg changes.
8653         * inssel.brg: make a few helper functions static as they should.
8654
8655 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
8656
8657         * Makefile.am: Move mini-codegen.c to common_sources.
8658
8659 Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
8660
8661         * mini.h: instroduce inst_call in MonoInst for use in OUTARG
8662         instructions.
8663         * Makefile.am, cpu-g4.md, inssel-ppc.brg, mini-codegen.c, mini-ppc.c,
8664         mini-ppc.h: port to use the common local register allocator.
8665
8666 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
8667
8668         * mini.h: Remove the comment too then.
8669
8670 Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus@ximian.com>
8671
8672         * mini.h: put back backend.data which is to be used shortly and
8673         doesn't increase the size of MonoInst. If any 64 bit arch aligned
8674         pointers on 4 byte boundaries it'd have much bigger issues running
8675         and you can ifdef it out anyway.
8676
8677 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
8678
8679         * mini.h (MonoInst): Remove backend.data field since it is unused and increases
8680         MonoInst size by 4 bytes on 64 bit machines.
8681
8682 Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
8683
8684         * *.{c,h,brg}: long due removal of the unused field in MonoInst and
8685         replacement with more meaningful field names. Arch maintainers, please
8686         check the assigned names are good enough for your arch.
8687
8688 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
8689
8690         * cpu-ia64.md mini-ia64.c inssel-ia64.brg mini-ops.h: Get rid of the 
8691         OP_IA64_FETCHADD opcodes, use OP_ATOMIC_ADD_IMM_NEW opcodes instead.
8692
8693 Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
8694
8695         * mini.h, driver.c, optflags-def.h, Makefile.am: reduce runtime
8696         relocations and memory requirements, put the optimization flags
8697         definitions in their own file.
8698
8699 2006-09-24  Zoltan Varga  <vargaz@gmail.com>
8700
8701         * jit-icalls.c (mono_helper_stelem_ref): Remove this unused helper function.
8702
8703         * mini.c (mini_init): Remove reference to mono_helper_stelem_ref.
8704
8705 2006-09-22  Zoltan Varga  <vargaz@gmail.com>
8706
8707         * mini-amd64.c (add_valuetype): Fix an uninitialized memory issue.
8708
8709 Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus@ximian.com>
8710
8711         * inssel.brg: use the correct function to get the size of an item
8712         in an array, given an element class.
8713         * aot-compiler.c: do not access class->class_size directly.
8714
8715 Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
8716
8717         * mini.h, debug-mini.c: added a debugging function to print
8718         info about local variables and arguments in a jitted method.
8719
8720 2006-09-20  Zoltan Varga  <vargaz@gmail.com>
8721
8722         * mini-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
8723
8724         * exceptions-ia64.c: Fix some problems reported by Bill Seurer <seurer@us.ibm.com>.
8725
8726 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
8727
8728         * mini-ia64.c (mono_arch_call_opcode): Avoid using the same loop index in the
8729         inner and outer loops when passing vtypes.
8730
8731 Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus@ximian.com>
8732
8733         * mini-ppc.c: take into account the cpu errata for cache flushing
8734         which caused some random errors (bug #79381).
8735
8736 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
8737
8738         * mini-amd64.c (mono_arch_emit_exceptions): Emit the call to 
8739         mono_arch_throw_corlib_exception using emit_call () too. Fixes #79271.
8740
8741 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
8742
8743         * aot-runtime.c (load_aot_module): Return immeditely if the AOT module was already
8744         loaded.
8745
8746         * exceptions-amd64.c (gregs_from_ucontext): Apply another patch from the
8747         freebsd ports tree.
8748
8749         * mini-amd64.c (emit_call): Avoid near calls on freebsd.
8750         (mono_arch_patch_code): Remove the unused handling of MONO_PATCH_INFO_CLASS_INIT.
8751
8752         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix check for 32 bitness of
8753         displacement.
8754
8755 2006-09-13  Zoltan Varga  <vargaz@gmail.com>
8756
8757         * aot-runtime.c (load_aot_module_from_cache): Fix PPC build.
8758
8759 2006-09-12  Zoltan Varga  <vargaz@gmail.com>
8760
8761         * mini.c (UNVERIFIED): Add a 'break-on-unverified' MONO_DEBUG option so this 
8762         macro does not have to be changed during debugging.
8763
8764         * 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>.
8765
8766         * cpu-pentium.md: Rename this to cpu-x86.md for consistency with other platforms.
8767
8768         * Makefile.am mini-x86.c mini-codegen.c: Rename pentium_desc to x86_desc.
8769         
8770         * mini.c (mini_get_ldelema_ins): Allow ldelema2d optimization if 
8771         MONO_ARCH_NO_EMULATE_MUL is defined.
8772
8773         * mini-ia64.h (MONO_ARCH_CALLEE_FREGS): Reserve f33 for use by instructions.
8774
8775         * mini-ia64.h: Define MONO_ARCH_NO_EMULATE_MUL.
8776
8777         * mini-ia64.c: Implement CEE_MUL based on gcc emitted code.
8778
8779         * mini-ia64.c (mono_arch_lowering_pass): Optimize store_membase_imm with offset==0.
8780         
8781 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
8782
8783         * mini-x86.h mini-amd64.h mini-exceptions.c: Move the bsd specific MAP_ANON
8784         stuff to mini-exceptions.c where it is used.
8785
8786         * mini-sparc.c (mono_arch_setup_jit_tls_data): Remove the duplicate altstack
8787         setup code, the real one is in mini-exceptions.c.
8788
8789         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Move all dependencies on the
8790         layout of ucontext_t to helper functions in exceptions-amd64.c, as on x86. Add
8791         some changes from the freebsd ports tree.
8792
8793         * mini-amd64.h exceptions-amd64.c: Fix the amd64 build. Get rid of the SC_
8794         constants.
8795         
8796         * mini-amd64.h: Freebsd has MAP_ANON instead of MAP_ANONYMOUS.
8797
8798 Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
8799
8800         * mini.c: on Linux, check for /proc to be mounted
8801         (bug# 79351, novell bug#201204).
8802
8803 Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
8804
8805         * mini.c: handle cases where pthread_attr_getstack() behaves
8806         incorrectly (bug #78096).
8807
8808 Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
8809
8810         * mini-arm.c: support larger stack frames (bug #79272).
8811
8812 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
8813
8814         * aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.
8815
8816         * aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef 
8817         tokens.
8818
8819         * aot-runtime.c (mono_aot_get_class_from_name): New function used by 
8820         mono_class_from_name () to find a class from its name.
8821
8822         * mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.
8823
8824 2006-09-07  Zoltan Varga  <vargaz@gmail.com>
8825
8826         * mini-amd64.c (emit_call): Avoid strstr () call if possible.
8827
8828 2006-09-05  Kornél Pál  <kornelpal@gmail.com>
8829
8830         * Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
8831
8832 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
8833
8834         * mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
8835         callinfo->trampoline.
8836
8837         * mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
8838         fixes #79271.
8839         (mono_arch_patch_code): Add some debug code to help track down similar failures in the
8840         future.
8841
8842 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
8843
8844         * aot-runtime.c (mono_aot_plt_resolve): Add an assert.
8845
8846 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
8847
8848         * tramp-x86.c (mono_arch_create_specific_trampoline): Don't increase
8849         stats.method_trampolines, it is already done by the generic trampoline code.
8850
8851         * tramp-amd64.c (mono_arch_create_specific_trampoline): Ditto.
8852         
8853 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
8854
8855         * mini.c: Remove some references to mono_compile_aot, and use cfg->compile_aot instead.
8856
8857         * aot-runtime.c: Add some tweaks to the MONO_AOT_CACHE functionality.
8858
8859         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix a FIXME.
8860
8861         * mini.c (print_jit_stats): Print mscorlib mempool size too.
8862         
8863         * mini.c (print_jit_stats): Print new stats.
8864
8865         * *-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
8866
8867 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
8868
8869         * mini.c (mini_get_ldelema_ins): Fix verifier error when calling
8870         Address on two dimensional arrays. Fixes #78729.
8871
8872         * mini.h (MonoCompile): Add a 'skip_visibility' field.
8873
8874         * mini.c (method_to_ir): Disable visibility checks if skip_visibility is set on
8875         a method.
8876
8877         * mini-amd64.c (mono_arch_emit_exceptions): Fix assertion introduced by the last change.
8878
8879         * mini.c (mono_runtime_cleanup_handlers): Clean up signal handlers on unix. Fixes
8880         #79130.
8881         
8882         * mini.c (handle_array_new): Applied patch from "briaeros007". Fix
8883         a race condition.
8884         (mini_get_ldelema_ins): Ditto.
8885
8886 2006-08-30  Zoltan Varga  <vargaz@gmail.com>
8887
8888         * mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
8889         (mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation. 
8890         Fixes #79213.
8891
8892 2006-08-29 Neale Ferguson <neale@sinenomine.net>
8893
8894         * mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0 arguments. Add
8895         mono_arch_get_patch_offset as a dummy entry point to allow successful link. 
8896
8897         * exceptions-s390x.c: Cosmetic change.
8898
8899         * tramp-s390.c: Fix warning.
8900
8901         * cpu-s390.md: Correct length of mul_imm.
8902
8903 Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
8904
8905         * aot-compiler.c: added binary writer with ELF backend
8906         implementation (only on Linux/x86 for now).
8907
8908 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
8909
8910         * Makefile.am: Don't run net 2.0 AOT tests.
8911
8912         * aot-compiler.c (compile_method): Skip methods with tail calls as well.
8913         (mono_compile_assembly): Skip net 2.0 assemblies as well.
8914
8915         * aot-runtime.c (load_patch_info): Fix an uninitialized memory error.
8916
8917 Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
8918
8919         * aot-compiler.c: simplified and refactored the asm-writing code
8920         to allow different backends.
8921
8922 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
8923
8924         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
8925
8926         * aot-compiler.c aot-runtime.c: Reorg the GOT slot allocation code a 
8927         little. Share patches of type TYPE_FROM_HANDLE as well.
8928
8929         * mini.c (mono_patch_info_equal): New helper function.
8930         (mono_patch_info_hash): Ditto.
8931
8932         * aot-compiler.c (emit_method_code): Fix s390 build.
8933
8934         * mini.c (mono_allocate_stack_slots_full): Fix yet another place where byref
8935         is not handled because it is stored as a flag and not as a type ctor. Fixes
8936         #79016.
8937
8938 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
8939
8940         * aot-compiler.c: Fix computation of GOT slot statistics.
8941         
8942         * aot-compiler.c aot-runtime.c: Implement sharing of GOT slots for classes/fields.
8943         Also remove support for not PIC AOT.
8944
8945         * mini.h: Bump AOT file format version.
8946
8947         * objects.cs: Add a test for #78990.
8948
8949         * mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
8950         (peter.dettman@iinet.net.au). Fixes #79087.
8951
8952         * basic-long.cs: Add a test for the above.
8953
8954 2006-08-16  Zoltan Varga  <vargaz@gmail.com>
8955
8956         * aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.
8957         
8958         * aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
8959         code somewhat.
8960
8961 2006-08-15  Zoltan Varga  <vargaz@gmail.com>
8962
8963         * mini.c (mini_init): Fix registration of idiv/imul opcodes which can throw
8964         exceptions.
8965
8966 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
8967
8968         * mini.c: Don't verify COM proxy invoke calls
8969         
8970
8971 2006-08-10  Dick Porter  <dick@ximian.com>
8972
8973         * wapihandles.c (mini_wapi_seminfo): More info, to help track down
8974         which process is holding semaphores locked.
8975
8976 2006-08-08  Zoltan Varga  <vargaz@gmail.com>
8977
8978         * mini-ia64.c mini-amd64.c: Fix #79027.
8979
8980         * mini-sparc.c (mono_arch_call_opcode): Fix the previous patch.
8981
8982         * mini-sparc.c (mono_arch_call_opcode): Fix #79027.
8983
8984         * mini-x86.c (mono_arch_call_opcode): Handle the case where there are no
8985         implicit arguments in a vararg call. Fixes #79027.
8986
8987 2006-08-07  Zoltan Varga  <vargaz@freemail.hu>
8988
8989         * mini.c (mono_get_element_address_signature): Use CDECL calling convention on windows. Fixes #78969.
8990         (mono_get_array_new_va_signature): Ditto.
8991
8992 2006-08-05  Zoltan Varga  <vargaz@gmail.com>
8993
8994         * aot-runtime.c: Call init_plt lazily.
8995
8996         * inssel-long.brg: Fix unsigned long->int conversion.
8997
8998         * aot-runtime.c (init_plt): Remove a redundant make_writable () call.
8999
9000         * aot-compiler.c aot-runtime.c: Reorganize the file structure in the amd64 case so
9001         that most data is now in the .rss/.data section.
9002
9003 2006-08-04  Zoltan Varga  <vargaz@gmail.com>
9004
9005         * aot-compiler.c: Correct the computation of the 'direct-calls' statistic.      
9006
9007         * aot-compiler.c: Print the number of methods without GOT slots as a statistics.
9008
9009         * aot-compiler.c aot-runtime.c tramp-amd64.c: Resurrect amd64 AOT support.
9010
9011         * tramp-amd64.c (mono_arch_patch_callsite): Fix a warning.
9012
9013         * jit-icalls.c (mono_helper_compile_generic_method): Unbox vtypes since this is a
9014         virtual call. Fixes #79010.
9015
9016         * mini.c (mono_method_to_ir): Pass an additional out arg to compile_generic_method 
9017         and use the result as the this argument in the real call.
9018
9019         * generics.2.cs: Add a new test for #79010.
9020         
9021 2006-08-03  Zoltan Varga  <vargaz@gmail.com>
9022
9023         * mini-x86.c: Fix a warning.
9024
9025         * aot-compiler.c: Add a bunch of statistics.
9026
9027         * mini.c (inline_method): Disable inlining in out-of-line bblocks.
9028
9029 2006-08-02  Zoltan Varga  <vargaz@gmail.com>
9030
9031         * mini-arch.h Makefile.am mini-ops.h mini-codegen.c: More alpha updates.
9032
9033 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
9034
9035         * 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>.
9036
9037 2006-07-13  Miguel de Icaza  <miguel@novell.com>
9038
9039         * mini.c (mono_method_to_ir): Obtain the original method in the
9040         CIL stream and use this to perform validation.
9041
9042         Fixed: #78816
9043
9044 2006-07-19  Zoltan Varga  <vargaz@gmail.com>
9045
9046         * mini-x86.c (mono_arch_get_argument_info): Fix a warning.
9047         (mono_arch_call_opcode): Ditto.
9048
9049         * mini.c (mono_method_to_ir): Clear ins_flag at the end of CEE_CALL. Fixes
9050         #78826.
9051
9052         * mini.c (mono_patch_info_dup_mp): New helper function.
9053         
9054         * aot-compiler.c (compile_method): Fix some of the memory allocated during
9055         compilation. Fixes #78827.
9056
9057 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
9058
9059         * declsec.c: Use original security informations for
9060           MONO_WRAPPER_MANAGED_TO_MANAGED.
9061
9062 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
9063
9064         * mini.c: Allow Com Interop methods/classes and
9065         don't verify COM wrapper calls
9066         
9067
9068 2006-07-13  Zoltan Varga  <vargaz@gmail.com>
9069
9070         * inssel-long32.brg: Fix long->i4 checked conversion.
9071
9072         * exceptions.cs: Add a test for the above.
9073
9074 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
9075
9076         * mini-exceptions.c (mono_setup_altstack): Fix a memory leak.
9077
9078         * mini.c: Applied patch from Joachim Ante (joe@otee.dk). Fix some shutdown 
9079         leaks.
9080
9081         * helpers.c (mono_disassemble_code): Avoid using fixed temporary files. Fixes
9082         #78775.
9083
9084 2006-07-03  Zoltan Varga  <vargaz@gmail.com>
9085
9086         * mini.c: Fix solaris/x86 exception handling.
9087
9088         * Makefile.am: Get rid of $(ICU_LIBS).
9089
9090 2006-07-02  Zoltan Varga  <vargaz@gmail.com>
9091
9092         * mini-exceptions.c: Fix handling of unhandled SIGSEGV exceptions on ia64.
9093         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Use MONO_INIT_CONTEXT_FROM_CURRENT.
9094         (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): Ditto.
9095
9096         * mini-ia64.h (MONO_CONTEXT_SET_FUNC): New macro.
9097
9098         * mini-exceptions.c (mono_handle_native_sigsegv): Prevent infinite loops if
9099         this function causes a SIGSEGV.
9100
9101 2006-06-22  Zoltan Varga  <vargaz@gmail.com>
9102
9103         * mini.c: Remove unused solaris/x86 includes.
9104
9105 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
9106
9107         * jit.h: Add G_BEGIN_DECLS/G_END_DECLS.
9108
9109 2006-06-20  Jb Evain  <jbevain@gmail.com>
9110
9111         * cpu-g4.md: fix max length of start_handler instruction.
9112
9113 2006-06-20  Massimiliano Mantione  <massi@ximian.com>
9114         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
9115
9116 2006-06-16  Massimiliano Mantione  <massi@ximian.com>
9117         * ssa.c: Fixed bug 78653 for SSA based deadce.
9118         * mini.h: added MONO_INST_DEFINITION_HAS_SIDE_EFFECTS flag go
9119         MonoInst.flags, used in SSA based deadce.
9120         * aliasing.c: Fixed bug 78653 for "fastpath" deadce.
9121         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78653.
9122
9123 Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
9124
9125         * tramp-ppc.c: don't use malloc () for trampoline code, sometimes
9126         it can end up using non executable memory on ppc64 systems
9127         running ppc32 userspace (fix from Johannes Berg).
9128
9129 2006-06-14  Dick Porter  <dick@ximian.com>
9130
9131         * wapihandles.c: Fix a bunch of signed/unsigned warnings from gcc
9132         4.1.1
9133
9134 2006-06-13  Massimiliano Mantione  <massi@ximian.com>
9135         * mini.c: Made so that inline is locally disabled if it would
9136         trigger a .cctor, because too many apps depend on this behavior
9137         (which seems to be also the one of the MS CLR).
9138
9139 2006-06-13  Zoltan Varga  <vargaz@gmail.com>
9140
9141         * mini-amd64.c (mono_emit_stack_alloc): Fix initialization of localloc'ed memory.
9142         No idea why this worked before.
9143
9144         * branch-opts.c (mono_branch_optimize_exception_target): Avoid branches
9145         which branch to outer exception clauses since they could skip the
9146         inner finally clauses. Fixes #78633.
9147
9148         * exceptions.cs: Add a test for the above.
9149
9150         * mini.c (merge_basic_blocks): Nullify the branch at the end of the first bb.
9151         Fixes #78629.
9152
9153         * iltests.il: Add a test for the above.
9154
9155 2006-06-12  Zoltan Varga  <vargaz@gmail.com>
9156
9157         * mini.c (remove_block_if_useless): Do not remove the bblock immediately
9158         after the end of a try bblock, to prevent asserts in mini_method_compile ().
9159
9160         * iltests.il: Add a test for the above.
9161
9162 2006-06-10  Zoltan Varga  <vargaz@gmail.com>
9163
9164         * mini-ia64.c (mono_arch_lowering_pass): Remove some code duplication.
9165         
9166         * mini-ia64.c inssel-ia64.brg: Implement the new net 2.0 Interlocked.Add
9167         methods as instrinsics.
9168
9169 2006-06-09  Wade Berrier <wberrier@novell.com>
9170
9171         * Makefile.am: Fix sources list for svn rename so that make dist succeeds
9172         (simple-cee-ops.h ssapre-mini-ops.h)
9173
9174 2006-06-09  Neale Ferguson <neale@sinenomine.net>
9175
9176         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
9177         * mini-s390x.c, mini-s390.c: Correct ATOMIC operations (incorrect register for CS
9178         instruction).
9179         * mini-s390x.h, mini-s390.h: Simplify MCONTEXT_GET_BP.
9180         * cpu-s390x.md: Fix max. length values for a couple of instructions.
9181
9182 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
9183
9184         * mini-exceptions.c: Minor fix for building mono in Visual Studio.
9185
9186 2006-06-08  Massimiliano Mantione  <massi@ximian.com>
9187
9188         * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
9189         * simple-cee-ops.h: Was "ssapre-cee-ops.h" (renamed).
9190         * ssapre-mini-ops.h: Renamed as "simple-mini-ops.h"
9191         * simple-mini-ops.h: Was "ssapre-mini-ops.h" (renamed).
9192         * local-propagation.c: In mono_cprop_invalidate_values use a whitelist
9193         of opcodes, so that bug 78549 should not happen again.
9194         * ssapre.c: Updated to use the renamed files.
9195
9196 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
9197
9198         * mini-amd64.c (mono_arch_output_basic_block): Fix a wrong reg-reg move 
9199         in OP_ATOMIC_EXCHANGE_I4.
9200
9201 2006-06-07  Wade Berrier <wberrier@novell.com>
9202
9203         * tramp-s390.c: Fix s390 build (add missing pointer declarations 
9204         in mono_debugger_create_notification_function)
9205
9206 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
9207
9208         * mini.c (NEW_AOTCONST_TOKEN): Fix amd64 build.
9209         
9210         * mini.c (type_from_stack_type): Disable some changes which do not
9211         seem to work.
9212
9213         * driver.c: Reenable opts.
9214
9215         * mini.h (MonoStackSlot): New structure to keep track of the verification state
9216         of the evaluation stack.
9217         
9218         * mini.h (MonoBasicBlock): Add a 'stack_state' field to keep track of the
9219         evaluation stack trace at entry to the bblock.
9220
9221         * mini.c (merge_stacks): New function to perform verification of stack merges.
9222         Turned off by default.
9223
9224         * mini.c: Fill up ins->klass for instructions whose type is STACK_OBJ or
9225         STACK_MP.
9226         
9227 2006-06-06  Massimiliano Mantione  <massi@ximian.com>
9228
9229         * local-propagation.c: Fixed bug 78549.
9230
9231 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
9232
9233         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on ia64.
9234
9235 2006-06-02  Miguel de Icaza  <miguel@novell.com>
9236
9237         * tramp-sparc.c, tramp-ppc.c, tramp-s390.c, tramp-s390x.c,
9238         tramp-arm.c, tramp-ia64.c
9239         (mono_debugger_create_notification_function): Update signature to
9240         new signature and use new protocol for creating the notification
9241         function.  
9242
9243         Should fix the build.
9244
9245 2006-06-02  Geoff Norton  <gnorton@customerdna.com>
9246
9247         * exceptions-ppc.c (mono_jit_walk_stack)
9248         (ves_icall_get_frame_info): Fix the build
9249
9250 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
9251
9252         * mini.c (mono_set_defaults): Fix the handling of -O=-all.
9253
9254 2006-05-31  Raja R Harinath  <rharinath@novell.com>
9255
9256         * il2tests.2.il: New file for generics CIL tests.  Add test for
9257         #78019.
9258         * Makefile.am: Update.
9259
9260         Fix #78019
9261         * mini.c (mono_method_to_ir): Don't apply box+brtrue optimization
9262         to nullable types.
9263
9264 2006-05-30  Massimiliano Mantione  <massi@ximian.com>
9265
9266         * aliasing.c: Fixed bug 78311.
9267
9268 2006-05-29  Martin Baulig  <martin@ximian.com>
9269
9270         * mini-exceptions.c (mono_find_jit_info): When computing the
9271         native offset, check whether we're actually inside the method's
9272         code; call mono_debug_print_stack_frame() to format the frame.
9273         (ves_icall_System_Exception_get_trace): Call
9274         mono_debug_print_stack_frame() to format the stack frame.
9275         (ves_icall_get_trace): Update to the new debugging API.
9276         (mono_jit_walk_stack_from_ctx): Likewise.
9277         (ves_icall_get_frame_info): Likewise.
9278
9279         * mini.c (get_method_from_ip): Use the new debugging API.
9280         (mono_print_method_from_ip): Likewise.
9281
9282         * exceptions-ppc.c
9283         (mono_jit_walk_stack): Use the new debugging API.
9284         (ves_icall_get_frame_info): Likewise.   
9285
9286 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
9287
9288         * mini-amd64.c (mono_arch_output_basic_block): Fix MONO_PROFILE_COVERAGE.
9289
9290 2006-05-25  Massimiliano Mantione  <massi@ximian.com>
9291
9292         * mini.c: Added "limitator" to inline for debugging.
9293
9294 2006-05-24  Martin Baulig  <martin@ximian.com>
9295
9296         * debug-debugger.c (mono_debugger_init): Create a private,
9297         malloc()-based code manager for the notification function and
9298         intentionally leak it on exit.  This fixes the crash-on-exit race
9299         condition.
9300
9301         * tramp-amd64.c
9302         (mono_debugger_create_notification_function): Added
9303         `MonoCodeManager *' argument.
9304
9305         * tramp-x86.c
9306         (mono_debugger_create_notification_function): Added
9307         `MonoCodeManager *' argument.
9308
9309 2006-05-23  Massimiliano Mantione  <massi@ximian.com>
9310
9311         * aliasing.c: Fixed 64 bit issue.
9312         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
9313         default since all known bugs are fixed (one more time!).
9314
9315 Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
9316
9317         * mini.c: write barrier support.
9318
9319 2006-05-23  Martin Baulig  <martin@ximian.com>
9320
9321         * debug-debugger.c: Revert Paolo's change.  Add comment and #error
9322         check at the top of the file.
9323
9324 Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
9325
9326         * debug-debugger.c: fix the build. Again. Hopefully Martin will stop
9327         reverting changes without reason and without changelog entries.
9328
9329 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
9330
9331         * mini-sparc.c (mono_arch_output_basic_block): Add support for large stack offets
9332         to a few opcodes. Fixes #78439.
9333
9334         * mini-sparc.c: Rename mono_sparch_break () to mono_arch_break () to improve
9335         consistency with other archs.
9336
9337         * mini-ia64.c (mono_arch_emit_prolog): Remove debug stuff left in by mistake.
9338
9339 Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
9340
9341         * debug-debugger.c: fix the build.
9342
9343 2006-05-17  Martin Baulig  <martin@ximian.com>
9344
9345         * debug-debugger.c
9346         (debugger_thread_vtable): Moved here from ../metadata/threads.c.
9347         (debugger_init_threads): Formerly known as mono_debugger_init_threads().
9348         (debugger_finalize_threads): Formaly known as mono_debugger_finalize_threads().
9349         (debugger_attach): Call GC_mono_debugger_add_all_threads().
9350
9351 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
9352
9353         * mini.c (mini_init): Call pthread_attr_destroy () to fix a small memory leak.
9354
9355 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
9356
9357         * mini-x86.c (mono_arch_instrument_epilog): Fix handling of 
9358         MONO_TYPE_GENERICINST.
9359         
9360         * mini-amd64.c (mono_arch_instrument_epilog): Fix handling of 
9361         MONO_TYPE_GENERICINST.
9362
9363 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
9364
9365         * mini-x86.c (mono_arch_get_vcall_slot_addr): Add a missing call sequence. Fixes
9366         #78325.
9367
9368 2006-05-08  Zoltan Varga  <vargaz@gmail.com>
9369
9370         * mini.c (mono_create_jump_trampoline): Allocate MonoJitInfo from the domain
9371         mempool.
9372         (mono_jit_free_method): Remove the method from jump_trampoline_hash as well.
9373
9374 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
9375
9376         * mini.c (mini_cleanup): Applied patch from Joachim Ante (joe@otee.dk). Call
9377         mono_trace_cleanup ().
9378
9379         * iltests.il: Fix problem with the newly added test.
9380
9381         * mini-codegen.c (mono_local_regalloc): When changing the dreg of an instruction
9382         due to register constraints, free up the previous hreg. Fixes #78314.
9383
9384         * iltests.il: Add new test for #78314.  
9385
9386         * mini-x86.c (mono_arch_get_inst_for_method): Use OP_ATOMIC_ADD_NEW_I4 for
9387         Interlocked.Add. Fixes #78312.
9388
9389         * mini-amd64.c (mono_arch_get_inst_for_method): Ditto.
9390         
9391 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
9392
9393         * inssel.brg (mini_emit_virtual_call): Fix a warning.
9394
9395 2006-05-05  Martin Baulig  <martin@ximian.com>
9396
9397         * debug-mini.c (mono_debug_open_block): New method.
9398
9399         * mini-amd64.c
9400         (mono_arch_output_basic_block): Call mono_debug_open_block() at
9401         the beginning of each basic block.
9402
9403         * mini-x86.c
9404         (mono_arch_output_basic_block): Call mono_debug_open_block() at
9405         the beginning of each basic block.
9406
9407 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
9408
9409         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
9410         default until I understand why they break the build on amd64.
9411
9412 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
9413
9414         * mini.c (mini_cleanup): Call mono_cleanup ().
9415
9416         * mini.c (UNVERIFIED): New macro to make it easier to track down verification
9417         errors.
9418
9419 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
9420
9421         * aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
9422         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
9423         default since all known bugs are fixed, and I cannot reproduce bug
9424         77944... I'm asking Matt Hargett to test again after this commit.
9425
9426 2006-04-28  Massimiliano Mantione  <massi@ximian.com>
9427
9428         * mini-codegen.c: Fixed typo that thrashed inline.
9429
9430 2006-04-28  Zoltan Varga  <vargaz@gmail.com>
9431
9432         * dominators.c (compute_dominators): Avoid using a worklist since
9433         it is not correct in some cases. Instead, iterate over all bblocks as
9434         in the original paper. Fixes --compile-all -O=all System.Xml.dll.
9435
9436 2006-04-28  Miguel de Icaza  <miguel@novell.com>
9437
9438         * mini.c (mono_jit_compile_method_inner): Use
9439         mono_prepare_exception_from_error that resets the value
9440         internally.
9441
9442 2006-04-27  Miguel de Icaza  <miguel@novell.com>
9443
9444         * mini.c: Move the mini_loader_error_to_exception to metadata. 
9445         
9446 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
9447
9448         * aliasing.c: Fixed bug 78210.
9449
9450 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
9451
9452         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
9453         default until all their problems (or the ones they trigger) are fixed.
9454
9455 2006-04-26  Zoltan Varga  <vargaz@gmail.com>
9456
9457         * aot-runtime.c (mono_aot_get_method_from_token_inner): Fix the previous patch.
9458         
9459         * aot-runtime.c (mono_aot_get_method_from_token_inner): Mark the method
9460         as loaded only after resolving patches since that could invoke the same method.
9461
9462         * aot-runtime.c (mono_aot_plt_resolve): Fix ppc etc. builds.
9463
9464         * aot-compiler.c: Refactor mono_aot_compile_aot () into a bunch of smaller
9465         functions.
9466
9467         * aot-runtime.c (init_plt): Use a normal trampoline to transfer code to the
9468         AOT loader.
9469
9470         * aot-compiler.c (emit_plt): Pass the plt offset in %eax instead of on the
9471         stack.
9472
9473         * mini-trampolines.c (mono_aot_plt_trampoline): New trampoline to handle calls
9474         made from AOT code through the PLT table.
9475
9476         * mini-x86.h mini-amd64.h: Define MONO_ARCH_AOT_PLT_OFFSET_REG to the register
9477         holding the plt offset when a call is made to the aot plt trampoline.
9478         
9479 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
9480
9481         * aot-runtime.c aot-compiler.c cpu-amd64.md mini-amd64.c: Update parts of the 
9482         amd64 AOT support.
9483
9484         * Makefile.am (common_sources): Fix build breakage.
9485
9486         * aot-runtime.c aot-compiler.c: Reorganize the AOT code yet again: Make all
9487         calls through a jump table similar to the ELF PLT table. Avoid indirect calls for
9488         intra-assembly calls if possible.
9489         
9490         * tramp-*.c: Add new functions for patching/nullifying PLT entries.
9491
9492         * mini-trampolines.c: Handle PLT entries.
9493
9494         * mini.c: Avoid creating a GOT var for calls.
9495
9496         * jit-icalls.c (helper_ldstr_mscorlib): New helper function for loading strings
9497         from mscorlib code.
9498
9499         * jit-icalls.c (helper_newobj_mscorlib): New helper function to create objects
9500         from mscorlib code.
9501
9502         * mini.c (mono_method_to_ir): Use the new helper functions in throw bblocks in
9503         AOT code.       
9504
9505         * mini.h: Bump AOT file format version.
9506         
9507         * mini.c (get_basic_blocks): Fix the calculation of bb->out_of_line so it
9508         covers more cases.
9509
9510 2006-04-25  Martin Baulig  <martin@ximian.com>
9511
9512         * driver.c: Disable copyprop, consprop and inline when running
9513         inside the debugger.
9514
9515 2006-04-25  Martin Baulig  <martin@ximian.com>
9516
9517         * debug-debugger.h (MonoDebuggerInfo): Replaced `get_thread_id'
9518         with `get_current_thread' and added `detach'.
9519         (MonoDebuggerMetadataInfo): Added `thread_size',
9520         `thread_tid_offset', `thread_stack_ptr_offset' and
9521         `thread_end_stack_offset'.
9522
9523 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
9524
9525         * aot.c Makefile.am: Split aot.c into two new files aot-compiler.c and 
9526         aot-runtime.c.
9527
9528         * inssel.brg (mini_emit_load_intf_reg_vtable): Use a new kind of AOT constant
9529         ADJUSTED_IID to avoid the need for adjusting the IID at runtime.
9530
9531         * mini.h (MonoJumpInfoType): Add MONO_PATCH_INFO_ADJUSTED_IID.
9532
9533         * mini.c (mono_resolve_patch_target): Handle ADJUSTED_IID.
9534
9535         * aot.c: Add support for ADJUSTED_IID.  
9536
9537 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
9538
9539         * aot.c (emit_method_order): Don't align method_order_end.
9540
9541         * inssel.brg (stmt): Fix interface calls in AOT code which got broken by
9542         the interface ID changes.
9543
9544 2006-04-21  Dick Porter  <dick@ximian.com>
9545
9546         * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
9547         cleaning up a thread.  Fixes the new part of bug 77470.
9548
9549 2006-04-20  Geoff Norton  <gnorton@customerdna.com>
9550
9551         * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
9552         to managed wrapper.
9553                      
9554 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
9555
9556         * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
9557         
9558         * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
9559         SIGSEGV. Fixes #78072.
9560
9561         * mini-exceptions.c (mono_handle_native_sigsegv): Add a 'signal' argument,
9562         unregister our SIGABRT handler.
9563
9564 2006-04-19  Massimiliano Mantione  <massi@ximian.com>
9565
9566         * mini.c: Disabled inline where it can alter the call stack in a
9567         way visible from managed code.
9568         * driver.c: enabled inline,consprop,copyprop,treeprop,deadce by
9569         default.
9570
9571 2006-04-16  Zoltan Varga  <vargaz@gmail.com>
9572
9573         * mini-amd64.c (mono_arch_emit_prolog): Attach the thread to the runtime as it is done
9574         on other platforms. Fixes #78089.
9575
9576 2006-04-13  Martin Baulig  <martin@ximian.com>
9577
9578         * driver.c: Also check a `MONO_INSIDE_MDB' environment variable to
9579         determine whether we're inside the debugger.
9580
9581         * debug-debugger.h
9582         (MonoDebuggerMetadataInfo): Added all offsets from `MonoDefaults'.
9583
9584 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
9585
9586         * mini.c (mono_method_to_ir): Handle multiple LEAVE statements inside a single
9587         handler clauses. Fixes #78024.
9588
9589         * mini-sparc.c (mono_arch_output_basic_block): Handle large offsets
9590         in the CALL_MEMBASE opcodes. Fixes #78088.
9591         (mono_arch_get_vcall_slot_addr): Ditto.
9592
9593 2006-04-10  Martin Baulig  <martin@ximian.com>
9594
9595         * debug-debugger.c: The thread handling code has now been moved
9596         into ../metadata/threads.c.
9597
9598 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
9599
9600         * driver.c (mono_main): Fix --with-gc=none build.
9601
9602         * mini-codegen.c (mono_spillvar_offset): Improve alignment.
9603         (mono_spillvar_offset_float): Ditto.
9604         (mono_local_regalloc): Only do the OP_MOVE optimization if ins->dreg is a local
9605         hreg, not when its !global, since on ia64, there is a third category: stacked
9606         registers.      
9607
9608 Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus@ximian.com>
9609
9610         * mini.c: set MonoInst->klass for load field address and a few other
9611         places.
9612
9613 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
9614
9615         * helpers.c (mono_disassemble_code): Emit debug info on amd64 as well.
9616
9617 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
9618
9619         * dominators.c (compute_dominators): Fix yet another bug which surfaced after
9620         the branch opt changes.
9621
9622 2006-04-06  Dick Porter  <dick@ximian.com>
9623
9624         * wapihandles.c (mini_wapi_semdel): Fix parameters in semctl () call.
9625         
9626         * wapihandles.c (mini_wapi_seminfo): 
9627         * driver.c (mono_main): Add semaphore info option
9628
9629 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
9630
9631         * dominators.c (compute_dominators): Fix a bug which surfaced after the recent
9632         branch optimization changes. Fixes #78009.
9633
9634 Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
9635
9636         * mini.c: ignore accessibility of methods in managed->native wrappers.
9637
9638 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
9639
9640         * mini.c (mini_cleanup): Call print_jit_stats () earlier since it accesses metadata.
9641         
9642         * mini.c (mini_cleanup): Free 'emul_opcode_map' as well.
9643
9644 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
9645
9646         * mini.c: Modify the branch optimizations to preserve the invariant that
9647         the entries inside the in_bb and out_bb arrays are unique.
9648         (mono_unlink_bblock): Avoid creation of new arrays.
9649
9650 2006-04-02  Zoltan Varga  <vargaz@gmail.com>
9651
9652         * mini.c (mono_unlink_bblock): Fix regression caused by previous
9653         change (#77992).
9654
9655 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
9656
9657         * mini.c (optimize_branches): Remove the "optimizations" in
9658         the cbranch1/cbranch2 -> branch cases which were causing several
9659         problems in the past. Fixes #77986.
9660
9661 2006-03-31  Chris Toshok  <toshok@ximian.com>
9662
9663         * driver.c (DEFAULT_OPTIMIZATIONS): back out the new set of
9664         default optimizations :(
9665
9666 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
9667
9668         * inssel-x86.brg mini-codegen.c mini.c: Merge some changes/fixes from linear-il
9669         branch.
9670
9671 2006-03-31  Massimiliano Mantione  <massi@ximian.com>
9672
9673         * local-propagation.c: Added comments to structs and removed
9674         "Mono" prefixes from local tree mover types.
9675
9676 2006-03-30  Zoltan Varga  <vargaz@gmail.com>
9677
9678         * Makefile.am (arch_sources): Define this for each architecture so 
9679         libmono_la_SOURCES is defined in one place.
9680
9681 Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
9682
9683         * driver.c, wapihandles.c, Makefile.am: integrate the io-layer utils
9684         from handles/.
9685
9686 Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus@ximian.com>
9687
9688         * driver.c: print the GC name supplied by configure.
9689
9690 2006-03-29  Massimiliano Mantione  <massi@ximian.com>
9691
9692         * local-propagation.c: Added tree mover, and moved here all the
9693         local propagation code from mini.c
9694         * mini.c: Added support for treeprop, and moved all the local
9695         propagation code to local-propagation.c
9696         * mini.h: Added support for treeprop
9697         * driver.c: Added support for treeprop, enabled consprop, copyprop,
9698         treeprop, inline and deadce by default
9699         * Makefile.am: Added local-propagation.c
9700
9701 2006-03-25  Zoltan Varga  <vargaz@gmail.com>
9702
9703         * exceptions-sparc.c: Applied patch from David S. Miller  <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
9704
9705 Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus@ximian.com>
9706
9707         * debug-debugger.c: make it compile without the Boehm GC.
9708
9709 Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus@ximian.com>
9710
9711         * mini.c: fixed issue with mismatch when an icall is registered
9712         with multiple names but same address.
9713
9714 Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus@ximian.com>
9715
9716         * declsec.c, mini-exceptions.c: use write barrier to set reference
9717         fields of managed objects.
9718
9719 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
9720
9721         * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
9722         (can_access_internals): Fix a warning.
9723
9724         * mini.c (print_method_from_ip): Rename this to 
9725         mono_print_method_from_ip so it gets exported.
9726
9727         * trace.c: Deal with strings inside StringBuilder's containing garbage
9728         and fix memory leaks. Fixes #77848.
9729
9730 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
9731
9732         * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
9733         fixes #77787.
9734
9735 2006-03-16 Neale Ferguson <neale@sinenomine.net>
9736         
9737         * mini-s390.c: Remove OP_X86_TEST_NULL.
9738
9739 Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
9740
9741         * mini.c: use the correct GetHashCode() for the moving collector.
9742
9743 2006-03-16  Massimiliano Mantione  <massi@ximian.com>
9744
9745         * liveness.c: Regalloc spill cost tuning.
9746
9747 2006-03-15 Neale Ferguson <neale@sinenomine.net>
9748         
9749         * mini-s390x.h: Correct S390_LONG macro.
9750
9751         * mini-s390x.c: Cleanup unused code.
9752
9753 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
9754
9755         * jit-icalls.h: New file.
9756
9757         * Makefile.am mini.c jit-icalls.c: Use a proper include file for the jit
9758         icalls and include that instead of including jit-icalls.c.
9759
9760         * mini-ppc.c (mono_arch_output_basic_block): Remove references to
9761         OP_X86 opcodes.
9762
9763 Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus@ximian.com>
9764
9765         * mini.c: when checking for member accessibility, also check for
9766         friend assemblies and for explicit interface implementations.
9767
9768 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
9769
9770         * mini-codegen.c (mono_local_regalloc): Remove incorrect g_free () calls.
9771
9772         * cpu-arm.md cpu-g4.md: Remove x86_ opcodes.
9773
9774         * mini-x86.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
9775         common cases are done first.    
9776
9777         * mini-ops.h: Only define platform specific opcodes on the given platform.
9778
9779         * mini.h regalloc.h mini-codegen.c: Merge optimizations from the linear-il
9780         branch.
9781         
9782 2006-03-14  Martin Baulig  <martin@ximian.com>
9783
9784         Revert Paolo's change from r57348:
9785
9786         * mini.h: don't use gboolean for bitfields.
9787         * mini.c: verifier changes for fields and methods accessibility.
9788
9789 2006-03-13  Neale Ferguson <neale@sinenomine.net>
9790
9791         * mini-s390.h, mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
9792
9793         * mini-s390x.c: Fix conv_r_un.
9794
9795         * cpu-s390, cpu-s390x.md: Fix lengths.
9796
9797 Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus@ximian.com>
9798
9799         * mini.c: nested types have access to all the nesting
9800         levels, not just the enclosing types.
9801
9802 Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus@ximian.com>
9803
9804         * mini.c: added a few more verification checks.
9805
9806 2006-03-12  Zoltan Varga  <vargaz@gmail.com>
9807
9808         * liveness.c: Merge optimizations from the linear-il branch.
9809
9810 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
9811
9812         * mini-ia64.c (emit_call): Add a comment.
9813
9814         * tramp-ia64.c (mono_arch_patch_callsite): Handle indirect calls as well.
9815
9816         * tramp-ia64.c: Fix some warnings.
9817
9818 Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus@ximian.com>
9819
9820         * mini.h: don't use gboolean for bitfields.
9821         * mini.c: verifier changes for fields and methods accessibility.
9822
9823 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
9824
9825         * mini.c (mono_icall_get_wrapper): Fix an ia64 bug introduced by the
9826         lazy icall wrapper changes.
9827
9828         * dominators.c: Replace all the dominator algorithms with faster
9829         ones from the linear-il branch.
9830
9831         * inssel-*.brg: Allocate call->out_ireg_args and call->out_freg_args from
9832         the mempool.
9833
9834         * mini-amd64.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
9835         common cases are done first.
9836
9837         * mini-amd64.c: Fix some warnings.
9838
9839         * mini-codegen.c mini-*.c: Allocate call->out_ireg_args and call->out_freg_args
9840         from the mempool.
9841
9842         * mini.c (mono_jit_compile_method_with_opt): Fix a race in the newly
9843         added code.
9844
9845         * mini.h: Add a missing prototype.
9846
9847 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
9848
9849         * mini.c: Compile icall wrappers lazily.
9850
9851         * mini-codegen.c: Use printf instead of g_print since its much faster.
9852
9853         * mini.h (mono_bitset_foreach_bit): Use the faster mono_bitset_find_start ()
9854         function.
9855
9856         * mini.c (optimize_branches): Cache the negative result from 
9857         remove_block_if_useless ().
9858
9859         * mini.c (optimize_branches): Avoid restarting the iteration after each change. 
9860         Also fix some bblock linking issues.
9861
9862         * helpers.c (mono_disassemble_code): Reduce the size of the temporary
9863         assembly files.
9864
9865         * mini.h: Define G_LIKELY/G_UNLIKELY macros for older glib versions.
9866
9867         * mini.h (MonoBasicBlock): Reorganize the fields, putting more frequently
9868         accessed fields first, for better cache behavior.
9869         
9870 Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus@ximian.com>
9871
9872         * mini.c: speedup IList<T> array accesses.
9873
9874 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
9875
9876         * mini.c (mono_method_to_ir): Handle large methods overflowing the 
9877         inline_costs counter. Fixes #77190.
9878
9879 2006-03-06  Zoltan Varga  <vargaz@gmail.com>
9880
9881         * mini-exceptions.c: Call mono_trace_is_enabled () before printing
9882         trace messages. Fixes #77706.
9883
9884 2006-03-04  Martin Baulig  <martin@ximian.com>
9885
9886         * tramp-amd64.c, tramp-x86.c
9887         (mono_debugger_create_notification_function): Use
9888         mono_global_codeman_reserve() to allocate a buffer at runtime and
9889         return it.
9890
9891         * debug-debugger.h (MonoDebuggerInfo): Added `initialize'.
9892
9893         * debug-debugger.c (mono_debugger_init): Dynamically allocate the
9894         notification function at runtime and then call `initialize' in the
9895         `MONO_DEBUGGER__debugger_info' vtable.
9896
9897 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
9898
9899         * iltests.il: Fix a visibility problem.
9900
9901 Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus@ximian.com>
9902
9903         * driver.c, mini.c: add hooks for the counters API.
9904
9905 Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus@ximian.com>
9906
9907         * driver.c: show disabled options.
9908
9909 Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus@ximian.com>
9910
9911         * linear-scan.c: always use cost-driven selection.
9912
9913 2006-02-28  Raja R Harinath  <rharinath@novell.com>
9914
9915         * jit-icalls.c (helper_compile_generic_method): Revert change from
9916         2006-02-24.
9917
9918 Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus@ximian.com>
9919
9920         * cpu-arm.md, mini-arm.c: implemented MemoryBarrier.
9921
9922 Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus@ximian.com>
9923
9924         * inssel.brg: style fixes, mostly to force the updated monoburg
9925         to run for people using svn.
9926
9927 Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus@ximian.com>
9928
9929         * mini.c: match monoburg changes.
9930
9931 Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus@ximian.com>
9932
9933         * mini.h, mini.c, abcremoval.c, aliasing.c, liveness.c,
9934         ssapre.c, graph.c, ssa.c: put the mono_burg_arity[]
9935         declaration in the header file.
9936
9937 Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus@ximian.com>
9938
9939         * helpers.c: reduce relocations and mem usage.
9940
9941 Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus@ximian.com>
9942
9943         * mini.h, mini-codegen.c: disable logging features if
9944         requested by configure.
9945
9946 Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus@ximian.com>
9947
9948         * mini.c: tiny verifier changes.
9949
9950 Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus@ximian.com>
9951
9952         * mini-ops.h, inssel-x86.brg, tramp-x86.c, mini-x86.c,
9953         cpu-pentium.md: stack alignment changes for osx/x86,
9954         partially from Geoff Norton <gnorton@customerdna.com>.
9955
9956 2006-02-24  Raja R Harinath  <harinath@gmail.com>
9957
9958         * jit-icalls.c (helper_compile_generic_method): Update to changes
9959         in metadata/class.c.
9960
9961 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
9962         
9963         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a missing check.
9964         
9965         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for
9966         interface calls with large offsets.
9967
9968 2006-02-23  Raja R Harinath  <rharinath@novell.com>
9969
9970         * jit-icalls.c (helper_compile_generic_method): Document the
9971         special-case we depend on so that we can inflate the method twice
9972         with the same context with no bad side-effects.
9973
9974 Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus@ximian.com>
9975
9976         * mini-x86.c, mini-amd64.c: fix for case when xen support
9977         is disabled.
9978
9979 Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus@ximian.com>
9980
9981         * mini-x86.c, mini-amd64.c: generate code to access tls items
9982         in a faster way for Xen systems.
9983
9984 Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus@ximian.com>
9985
9986         * exceptions-x86.c, mini-x86.h, driver.c, mini-codegen.c:
9987         updates and compilation fixes for the OSX/x86 port, mostly from
9988         Geoff Norton <gnorton@customerdna.com>.
9989
9990 Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus@ximian.com>
9991
9992         * inssel.brg: faster interface call implementation
9993         to sync with the interface_offsets MonoVTable changes.
9994
9995 Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus@ximian.com>
9996
9997         * mini.c: more verification checks.
9998
9999 Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus@ximian.com>
10000
10001         * mini.c: added a few more verification checks.
10002
10003 2006-02-17      Neale Ferguson <neale@sinenomine.net>
10004
10005         * mini-s390x.c, mini-s390x.h: Check for presence of long displacement
10006         facility on the processor and use it if available.
10007
10008 Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus@ximian.com>
10009
10010         * driver.c, aot.c, mini.c: throw exception if the IL code is
10011         invalid or unverifiable.
10012
10013 2006-02-17  Raja R Harinath  <rharinath@novell.com>
10014
10015         * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
10016         m.StructField.
10017
10018 2006-02-16  Zoltan Varga  <vargaz@gmail.com>
10019
10020         * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
10021
10022 Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian.com>
10023
10024         * mini-s390x.c, mini-s390.c, mini.c, mini-amd64.c, mini-arm.c,
10025         mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
10026         handling of instantiated generic valuetypes.
10027
10028 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
10029
10030         * mini-exceptions.c mini-x86.h mini-x86.c: Get rid of 
10031         MONO_INIT_CONTEXT_FROM_CALLER, and use MONO_INIT_CONTEXT_FROM_FUNC
10032         instead.
10033
10034         * generics.2.cs: Revert the nullable reftypes tests.
10035
10036 2006-02-10  Zoltan Varga  <vargaz@gmail.com>
10037
10038         * mini-exceptions.c (MONO_INIT_CONTEXT_FROM_CALLER): Avoid
10039         using __builtin_frame_address (1) as it doesn't work in the presence
10040         of optimizations. Hopefully fixes #77273.
10041
10042         * Makefile.am generics.cs generics.2.cs: Revert the generics.2.cs
10043         -> generics.cs change as it doesn't work with some automake versions.
10044
10045 Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus@ximian.com>
10046
10047         * mini.c: handle systems that sue a different way to
10048         retrieve the stack address of the current thread.
10049
10050 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
10051
10052         * Makefile.am generics.2.cs: Rename this to generics.cs and handle
10053         it specially in the makefile.
10054
10055         * generics.2.cs: Add tests for nullable reference types.
10056
10057 Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus@ximian.com>
10058
10059         * mini.c: always handle the case when mono_jit_init()
10060         is called in a thread different from the main thread,
10061         confusing libgc (bug #77309).
10062
10063 Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus@ximian.com>
10064
10065         * mini-ppc.c: fix handling of exceptions in large methods (bug #74932).
10066
10067 Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus@ximian.com>
10068
10069         * mini.c: change optimize_branches () to use a single loop
10070         and introduce a new optimization to simplify some range checks.
10071
10072 2006-02-03  Martin Baulig  <martin@ximian.com>
10073
10074         * debug-debugger.c (debugger_thread_manager_thread_created): Removed
10075         and merged with debugger_thread_manager_add_thread().
10076         (mono_debugger_main): Call debugger_thread_manager_add_thread() to
10077         inform the debugger about the main thread.
10078
10079 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
10080
10081         * basic.cs: Add test for div.un/rem.un constant folding.
10082
10083 2006-02-03  Neale Ferguson <neale@sinenomine.net>
10084
10085         * cpu-s390x.md: correct int_xor_imm length
10086
10087 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
10088
10089         * generics.2.cs: New test for #77442.
10090
10091         * jit-icalls.c (helper_compile_generic_method): Check for null. Fixes
10092         #77442.
10093
10094 2006-02-02  Martin Baulig  <martin@ximian.com>
10095
10096         * tramp-x86.c, tramp-amd64.c: It's now safe to #include
10097         <mono/metadata/mono-debug-debugger.h>   
10098
10099         * debug-mini.c: Don't #define _IN_THE_MONO_DEBUGGER.
10100
10101 2006-02-02  Martin Baulig  <martin@ximian.com>
10102
10103         * debug-debugger.h: New header file for debug-debugger.c.
10104
10105         * debug-debugger.c: Big API cleanup; don't run the managed Main()
10106         function is a separate thread anymore; add support for attaching.
10107
10108 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
10109
10110         * tramp-x86.c: Fix a warning.
10111
10112 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
10113
10114         * mini-amd64.c (mono_arch_compute_omit_fp): Avoid hitting an assertion
10115         on very large methods.
10116
10117         * aot.c (load_patch_info): Fix a warning.
10118
10119 Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus@ximian.com>
10120
10121         * cpu-pentium.md, mini-x86.c, inssel.brg, inssel-x86.brg,
10122         mini-ops.h: alu membase optimizations.
10123
10124 Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus@ximian.com>
10125
10126         * mini-ops.h, mini.c, inssel.brg, inssel-x86.brg: opcode
10127         to speedup StringBuilder.
10128
10129 2006-01-27  Zoltan Varga  <vargaz@gmail.com>
10130
10131         * dominators.c (mono_compute_natural_loops): Fix detection of
10132         loop body start blocks.
10133
10134         * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
10135
10136 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
10137
10138         * mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
10139         #75145.
10140
10141 2006-01-25  Massimiliano Mantione  <massi@ximian.com>
10142
10143         * aliasing.c: Fixed aliasing issue on 64 bit archs.
10144
10145 2006-01-25  Martin Baulig  <martin@ximian.com>
10146
10147         * debug-debugger.c: Moved the `MonoDebuggerManager' and
10148         `MonoDebuggerThread' typedefs here from mono-debug-debugger.h and
10149         started to cleanup this file a little bit.
10150
10151 Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus@ximian.com>
10152
10153         * mini.c: optimize a codepath frequently happening in generics code.
10154
10155 2006-01-23  Martin Baulig  <martin@ximian.com>
10156
10157         * Makefile.am: Only compile debug-debugger.c on supported platforms.
10158
10159         * debug-debugger.c: Kill the IO_LAYER() hack and use the io-layer
10160         functions directly.
10161
10162         * driver.c: debug-debugger.c is only available if
10163         `MONO_DEBUGGER_SUPPORTED' is defined.   
10164
10165 2006-01-23  Martin Baulig  <martin@ximian.com>
10166
10167         * debug-debugger.c: Only enable this on platforms where the Mono
10168         Debugger is working (x86 and x86_64).
10169
10170 2006-01-21  Martin Baulig  <martin@ximian.com>
10171
10172         The Mono Debugger is now using the normal `mono' instead of the
10173         `mono-debugger-mini-wrapper' when executing managed code.
10174
10175         * debug-debugger.c: New file; previously known as
10176         debugger/wrapper/wrapper.c.
10177
10178         * debug-mini.c (mono_init_debugger): Removed.
10179
10180         * driver.c (mono_main): Added new `--inside-mdb' command line
10181         argument which is used when running inside the debugger.
10182
10183 2006-01-20  Zoltan Varga  <vargaz@gmail.com>
10184
10185         * liveness.c (mono_analyze_liveness): Remove some unused data
10186         structures.
10187
10188 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
10189
10190         * mini.h: Move mono_bitset_test_fast macro to monobitset.h where it belongs.
10191
10192 2006-01-16  Zoltan Varga  <vargaz@gmail.com>
10193
10194         * mini.h (mono_bitset_test_fast): Disable the 'fast' implementation which
10195         depends on implementation details of monobitset.
10196
10197         * mini.c (mini_get_ldelema_ins): Fix handling of 1 dimensional arrays.
10198         Fixes #77271.
10199
10200 2006-01-15  Zoltan Varga  <vargaz@gmail.com>
10201
10202         * liveness.c: Update after monobitset changes.
10203
10204 2006-01-14  Zoltan Varga  <vargaz@gmail.com>
10205
10206         * mini-amd64.c (mono_arch_compute_omit_fp): Fix a leak.
10207
10208 2006-01-11 Neale Ferguson <neale@sinenomine.net>
10209
10210         * inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
10211
10212         * mini-s390x.c: Remove warning messages.
10213
10214 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
10215
10216         * mini.c: pass the jitinfo to mono_profiler_method_end_jit.
10217
10218 2006-01-10  Zoltan Varga  <vargaz@gmail.com>
10219
10220         * generics.2.cs: Add ldelem/stelem_any test.
10221
10222 2006-01-10 Neale Ferguson <neale@sinenomine.net>
10223
10224         * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
10225
10226 2006-01-07  Zoltan Varga  <vargaz@gmail.com>
10227
10228         * inssel-long.brg: Fix int->long ovf conversion rules. Fixes #77172.
10229         
10230 2006-01-06  Zoltan Varga  <vargaz@gmail.com>
10231
10232         * generics.2.cs: Reenable vtype tests.
10233
10234         * inssel-x86.brg: Remove an icorrect valuetype rule.
10235
10236 2006-01-06 Neale Ferguson <neale@sinenomine.net>
10237
10238         * mini-s390x.c, inssel-s390x.brg, cpu-s390x.md: Fix ATOMIC_I8 operations. Provide
10239         initial support for OP_ABS.
10240
10241 2006-01-05 Neale Ferguson <neale@sinenomine.net>
10242
10243         * mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
10244
10245 2006-01-05 Neale Ferguson <neale@sinenomine.net>
10246
10247         * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int 
10248         conversion and implement LADD/LSUB.
10249
10250         * exceptions-s390.c: Standardize mono_arch_find_jit_info to match other
10251         architectures.
10252
10253 2006-01-05 Neale Ferguson <neale@sinenomine.net>
10254
10255         * mini-s390x.c, mini-s390x.h: Fix r8 to unsigned int conversion.
10256
10257         * exceptions-s390x.c: Standardize mono_arch_find_jit_info to match other
10258         architectures.
10259
10260 2006-01-05 Neale Ferguson <neale@sinenomine.net>
10261
10262         * mini-s390x.c, mini-s390x.h, mini-s390.c, mini-s390.h: Fix lmf handling when 
10263         localloc is encountered.  Fixes crash in test-183.cs when using gmcs 
10264         (stack walk problem).
10265
10266 2006-01-04  Zoltan Varga  <vargaz@gmail.com>
10267
10268         * aot.c (mono_aot_load_method): Fix a warning.
10269
10270 2006-01-03  Neale Ferguson <neale@sinenomine.net>
10271
10272         * mini-s390x.h, exceptions-s390x.c, inssel-s390x.brg: Fix compiler warnings
10273
10274 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
10275
10276         * iltests.il: Add test for #77148.
10277
10278         * mini.c (mini_get_ldelema_ins): Handle arrays with rank 1 too. Fixes
10279         #77148.
10280
10281 2006-01-03  Neale Ferguson <neale@sinenomine.net>
10282
10283         * mini-s390x.c, inssel-s390x.brg: Remove debug statements
10284
10285 2006-01-03  Neale Ferguson <neale@sinenomine.net>
10286
10287         * mini-s390x.c, mini-s390x.h, exceptions-s390x.c, tramp-s390x.c, inssel-s390x.brg,
10288         cpu-s390x.md, mini-codegen.c, Makefile.am: add 64-bit s390 support to JIT.
10289
10290         * basic-long.cs: Add lconv-to-r4/r8 tests.
10291
10292 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
10293
10294         * mini.c (mono_method_to_ir): Fix DynamicMethod support in some opcodes.
10295
10296         * mini-sparc.c (mono_arch_call_opcode): Use mono_class_value_size ()
10297         here as on other archs.
10298
10299 2005-12-29 Neale Ferguson <neale@sinenomine.net>
10300
10301         * mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
10302
10303 2005-12-29 Neale Ferguson <neale@sinenomine.net>
10304
10305         * inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
10306         
10307         * cpu-s390.md: Fix lengths of a couple of long instructions; Add memory_barrier.
10308
10309         * mini-s390.c: Fix long add/sub overflow instructions; Fix displacement handling in
10310         instrument_prolog; Add memory_barrier instruction.
10311
10312 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
10313
10314         * exceptions-x86.c mini-x86.h: Fix solaris/x86 exception handling.
10315
10316 2005-12-23  Zoltan Varga  <vargaz@gmail.com>
10317
10318         * tramp-ia64.c (mono_arch_get_unbox_trampoline): Flush icache.
10319
10320         * aliasing.c inssel.brg: Fix warnings.
10321
10322         * inssel-ia64.brg (OP_MEMSET): Fix an optimization which previously
10323         could skip initialization of some parts of memory.
10324
10325         * mini.c mini-ia64.c: Fix warnings.
10326
10327         * inssel-sparc.brg: Add an implementation of lneg which actually works.
10328
10329 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
10330
10331         * aliasing.c (mono_build_aliasing_information): Add a workaround for
10332         a crash seen on sparc.
10333
10334         * mini-sparc.c: Add implementation of Thread.MemoryBarrier.
10335         
10336         * cpu-sparc.md: Add memory_barrier opcode. Remove unused opcodes.
10337
10338 2005-12-21 Neale Ferguson <neale@sinenomine.net>
10339
10340         * mini-ops.h: Add s390_backchain instruction
10341
10342         * inssel-s390.brg: Use backchaining instruction for LOADARG/STKARG operations.
10343
10344         * cpu-s390.md: Add s390_backchain instruction
10345
10346         * mini-s390.c: Significant ABI changes
10347
10348         * mini-s390.h: Cater for zero length structures
10349
10350 2005-12-20 Neale Ferguson <neale@sinenomine.net>
10351
10352         * mini-s390.c: ABI fixes
10353
10354         * inssel-s390.brg: Remove debug statements
10355
10356         * cpu-s390.md: Fix length of ATOMIC_xx operations
10357
10358 2005-12-19  Zoltan Varga  <vargaz@gmail.com>
10359
10360         * basic-float.cs: Add float<->long conversion tests.
10361
10362 2005-12-16 Neale Ferguson <neale@sinenomine.net>
10363
10364         * mini-s390.c: Fix LOCALLOC processing.
10365
10366         * tramp-s390.c (s390_magic_trampoline): Fix base calculation.
10367
10368 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
10369
10370         * iltests.il: Add tests for some opcodes not covered by the other
10371         tests.
10372
10373 2005-12-15 Neale Ferguson <neale@sinenomine.net>
10374
10375         * mini-s390.c: Fix ADDCC/SBB bug revealed by test_0_ulong_regress; Correct 
10376         register loading for Tail processing; Correct trace output.
10377
10378         * inssel-s390.brg: Reimplement LSUB_OVF due to s390 implementation of signed math.
10379
10380         * cpu-s390.md: Correct size of jmp instruction. 
10381
10382 2005-12-13 Neale Ferguson <neale@sinenomine.net>
10383
10384         * mini-s390.c (mono_arch_emit_prolog): Remove some debugging bits.
10385
10386 2005-12-13 Neale Ferguson <neale@sinenomine.net>
10387
10388         * inssel-s390.brg tramp-s390.c cpu-s390.md mini-s390.c mini-s390.h:
10389           Bring s390 up to current level.
10390
10391 2005-12-12  Zltan Varga  <vargaz@gmail.com>
10392
10393         * generics.2.cs: Disable the newly added tests as they do not work yet.
10394         
10395         * generics.2.cs: Add valuetype tests.
10396
10397 2005-12-09  Zoltan Varga  <vargaz@gmail.com>
10398
10399         * basic-long.cs: Add i4->u8 test.
10400
10401         * objects.cs: Add tests for JIT intrinsic.
10402
10403         * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
10404         optimizations lost by a mistake.
10405
10406 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
10407
10408         * basic-long.cs: Remove a test moved to objects.cs.
10409
10410         * arrays.cs: Add more array tests.
10411
10412 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
10413
10414         * arrays.cs: Add new tests for multi-dimensional arrays.
10415
10416 2005-12-06  Raja R Harinath  <rharinath@novell.com>
10417
10418         * Makefile.am (test_sources2): Add generics.2.cs.
10419         (EXTRA_DIST): Add test_sources2.
10420
10421 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
10422
10423         Support for boxing and unboxing nullable types as well as the
10424         isinst operation on nullables, per the CLI ammendment.
10425
10426         * inssel.brg (CEE_ISINST): Special case for nullable
10427
10428         * mini.c (handle_unbox_nullable): new method
10429         (handle_box): Special case for nullable types
10430         (mono_method_to_ir): Call handle_unbox_nullable in correct
10431         places.
10432
10433         * generics.2.cs: New test suite
10434
10435         * Makefile.am: Support for regression tests with generics.
10436
10437 2005-12-03  Zoltan Varga  <vargaz@gmail.com>
10438
10439         * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
10440         allocated to registers. Fixes #76800.
10441
10442 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>
10443
10444         * mini-ppc.c, inssel-ppc.brg: fix ABI issue (pinvoke3.cs).
10445
10446 2005-11-30  Zoltan Varga  <vargaz@gmail.com>
10447
10448         * exceptions.cs: Disable test_0_long_cast () test, since it fails on a lot 
10449         of platforms.
10450
10451 2005-11-29  Zoltan Varga  <vargaz@gmail.com>
10452
10453         * objects.cs basic-calls.cs: Move a test depending on valuetypes to
10454         objects.cs.
10455
10456         * inssel-long32.brg (CEE_CONV_I8): Remove unused labels.
10457         
10458         * inssel-long32.brg (CEE_CONV_I8): Convert this to a branchless version.
10459 Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus@ximian.com>
10460
10461         * mini-ppc.c, cpu-g4.md: ensure a fp register is converted to
10462         single precision before storing to a single precision location.
10463
10464 2005-11-28  Raja R Harinath  <rharinath@novell.com>
10465
10466         * Makefile.am (ILASM): Use profile-dependent location of ilasm.
10467
10468 2005-11-27  Zoltan Varga  <vargaz@gmail.com>
10469
10470         * basic-long.cs basic-calls.cs objects.cs: Move some tests to the
10471         correct files.
10472
10473         * basic.cs: Remove test_0_byte_compares test which was moved to
10474         objects.cs a long time ago.
10475
10476 2005-11-22  Massimiliano Mantione  <massi@ximian.com>
10477
10478         * aliasing.c: Fixed aliasing issue on 64 bit archs.
10479
10480 2005-11-20  Zoltan Varga  <vargaz@gmail.com>
10481
10482         * mini-ia64.c exceptions-ia64.c: Simplify the way filters/finally
10483         handlers are called.
10484
10485         * mini-ia64.c (mono_arch_emit_exceptions): Optimize size of exception
10486         throwing code.
10487
10488          * mini-ia64.c: Add support for the throw->branch exception 
10489         optimization.   
10490
10491         * driver.c (DEFAULT_OPTIMIZATIONS): Add MONO_OPT_EXCEPTION.
10492
10493 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
10494
10495         * mini.c: Enabled "fastpath" deadce :-)
10496         
10497 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
10498
10499         * mini.c: Added "fastpath" deadce (deadce without SSA), and a simple
10500         alias analysis pass to support it.
10501         * mini.h: Likewise.
10502         * ssa.c: Likewise.
10503         * liveness.c: Likewise (liveness computation can use aliasing
10504         information to be more accurate).
10505         * driver.c: Added an "ssa" option go tell the JIT to use SSA, and
10506         moreover made so that "--compile-all" uses the given optimization
10507         flags and not the default ones.
10508         * aliasing.c: Alias analysis (new file).
10509         * aliasing.h: Likewise.
10510         * Makefile.am: added "aliasing.c" and "aliasing.h".
10511         
10512 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
10513
10514         * mini-ops.h: Add missing OP_I opcodes so it is in synch with the
10515         OP_L opcodes.
10516
10517 2005-11-13  Zoltan Varga  <vargaz@gmail.com>
10518
10519         * mini-exceptions.c (mono_handle_exception_internal): Remove the 
10520         fp >= end_of_stack exit condition, as it is not needed, and it might
10521         become true for fp eliminated frames.
10522
10523 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
10524
10525         * mini-x86.c (mono_arch_emit_epilog): Use G_STRUCT_OFFSET instead of hard
10526         coded offsets.
10527
10528 Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus@ximian.com>
10529
10530         * mini-arm.c: fixed alignment of doubles/longs to match
10531         the C ABI (bug #76635).
10532
10533 Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus@ximian.com>
10534
10535         * aot.c: fix compilation with --enable-minimal=aot.
10536
10537 Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus@ximian.com>
10538
10539         * mini-arm.c: fixed compatibility with the new
10540         floating point emulator package for compares.
10541
10542 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com?
10543
10544         * mini.c : reverted sig->pinvoke changes (r51396-51397).
10545
10546 2005-11-01  Zoltan Varga  <vargaz@freemail.hu>
10547
10548         * mini-exceptions.c (print_stack_frame): Output to stderr.
10549         (mono_handle_native_sigsegv): Ditto.
10550
10551 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
10552
10553         * mini-amd64.c (mono_arch_output_basic_block): Remove unused
10554         OP_LCONV_TO_OVF_I implementation.
10555
10556         * mini-amd64.c: Add support for the throw->branch exception 
10557         optimization.
10558
10559         * branch-opts.c (mono_branch_optimize_exception_target): Allow the case
10560         when the catch clause catches a more general exception, i.e. Object.
10561
10562 2005-10-30  Zoltan Varga  <vargaz@gmail.com>
10563
10564         * cpu-ia64.md: Remove unused opcodes.
10565
10566         * mini.c (GET_CONTEXT): Simplify this somewhat by removing arch
10567         specific defines for architectures defining USE_SIGACTION.
10568
10569         * mini-ia64.c: Fix some warnings.
10570
10571         * exceptions-ia64.c (mono_arch_ip_from_context): Fix this, the previous
10572         version seemed to skip a frame.
10573
10574 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
10575
10576         * mini.c: Clean up the usage of sig->pinvoke flag. Now
10577         only calls which are made to native code use this flag.
10578
10579 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
10580
10581         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for
10582         varargs methods as well.
10583         
10584         * mini-amd64.c exceptions-amd64.c: Allow fp elimination in methods
10585         which have save_lmf set. Reorganize methods prologs a bit.
10586
10587         * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
10588         debugger to the proper place.
10589
10590 2005-10-29  Martin Baulig  <martin@ximian.com>
10591
10592         * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
10593         when running inside the debugger until the debugger has support
10594         for it.
10595
10596 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
10597
10598         * mini.h: Fix a warning.
10599
10600 2005-10-24  Miguel de Icaza  <miguel@novell.com>
10601
10602         * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
10603         we expose publicly, this returns the string.
10604
10605 2005-10-22  Zoltan Varga  <vargaz@freemail.hu>
10606
10607         * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
10608         with fp elimination.
10609
10610 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
10611
10612         * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
10613         native stacktrace using the glibc 'backtrace' function if available.
10614
10615 2005-10-20  Zoltan Varga  <vargaz@gmail.com>
10616
10617         * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.
10618
10619         * mini-exceptions.c (mono_handle_native_sigsegv): New function to 
10620         handle SIGSEGVs received while in native code.
10621
10622         * mini.c (sigsegv_signal_handler): If the SIGSEGV happened in native
10623         code, call mono_handle_native_sigsegv which will abort the runtime
10624         after printing some diagnostics, instead of converting it into a
10625         confusing NullReferenceException.
10626
10627 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
10628
10629         * cpu-pentium.md: Remove unused opcodes.
10630
10631 2005-10-18  Zoltan Varga  <vargaz@freemail.hu>
10632
10633         * mini-amd64.h (MonoLMF): Add rsp field.
10634
10635         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Save the sp reg into
10636         the lmf too.
10637
10638 2005-10-17  Zoltan Varga  <vargaz@gmail.com>
10639
10640         * mini-codegen.c (get_register_spilling): Fix some warnings.
10641
10642 2005-10-16  Zoltan Varga  <vargaz@freemail.hu>
10643
10644         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Add support for fp
10645         elimination during exception handling. Enable fp elimination by
10646         default.
10647
10648         * mini-amd64.h mini-amd64.c: Add preliminary support for frame pointer
10649         elimination.
10650
10651 2005-10-16  Martin Baulig  <martin@ximian.com>
10652
10653         * mini-exceptions.c
10654         (mono_debugger_run_finally): New public method for the debugger.
10655
10656 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
10657
10658         * debug-mini.c (mono_debug_init_method): Fix warning.
10659
10660         * mini.h branch-opts.c (mono_branch_optimize_exception_target): Make
10661         the 'exname' parameter const to fix some warnings.
10662
10663 2005-10-09  Zoltan Varga  <vargaz@freemail.hu>
10664
10665         * mini-exceptions.c (mono_handle_exception_internal): Fix another bug
10666         introduced by the previous patch.
10667
10668 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
10669
10670         * basic-float.cs: Add test for precision of float arithmetic.
10671
10672         * mini-ia64.c (mono_arch_output_basic_block): Convert to/from doubles
10673         when loading/storing single values from/to memory.
10674
10675         * mini.c (mono_jit_compile_method_with_opt): Create the function
10676         pointers in the correct domain.
10677
10678 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
10679
10680         * mini-exceptions.c (mono_handle_exception_internal): Fix bug 
10681         introduced by previous patch.
10682         
10683         * mini-exceptions.c (mono_handle_exception_internal): Handle the case
10684         when out_filter_idx is NULL.
10685
10686         * mini-exceptions.c: Don't run filter clauses twice during exception
10687         handling. Fixes #75755.
10688
10689 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
10690
10691         * aot.c: Add support for ldflda wrappers.
10692
10693         * mini.c (mono_method_to_ir): Use ldflda wrappers for CEE_LDFLDA. Fixes
10694         #75902.
10695
10696 Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus@ximian.com>
10697
10698         * mini.c, mini.h: do not consider exception handlers blocks when
10699         setting up interface variables.
10700
10701 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
10702
10703         * aot.c (emit_section_change): Fix emitting of sections on win32. Fixes #76322.
10704
10705 2005-10-03  Zoltan Varga  <vargaz@gmail.com>
10706
10707         * liveness.c (mono_analyze_liveness): Revert parts of r51051 since it
10708         causes a regression.
10709
10710         * mini.c (mini_thread_cleanup): Fix reading of freed memory.
10711
10712 2005-10-02  Zoltan Varga  <vargaz@freemail.hu>
10713
10714         * mini.h (OP_PCONST): Move the definition of OP_PCONST into the rest
10715         of the OP_P definitions.
10716
10717         * TODO: Add a proposal for dealing with the CEE/OP mess.
10718
10719         * mini-amd64.c (mono_arch_output_basic_block): Merge mul_imm 
10720         optimizations from the x86 port.
10721
10722         * cpu-amd64.md: Ditto.
10723
10724         * basic.cs basic-long.cs: Add tests.
10725
10726 Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus@ximian.com>
10727
10728         * Makefile.am, driver.c, mini-x86.c, mini.c, mini.h, branch-opts.c:
10729         Patrik Torstensson's implementation of my exception-handling
10730         optimization idea, when the exception object is not used
10731         (bug #62150).
10732
10733 Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus@ximian.com>
10734
10735         * mini-x86.c, cpu-pentium.md: Patrik Torstensson's port
10736         of the mul_imm optimizations from the old jit.
10737
10738 Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus@ximian.com>
10739
10740         * mini.c, liveness.c: patch by Patrik Torstensson and
10741         Zoltan Varga to improve performance in methods with
10742         exception clauses.
10743
10744 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
10745
10746         * driver.c: Remove 'Globalization' entry from --version.
10747
10748 2005-09-28  Zoltan Varga  <vargaz@gmail.com>
10749
10750         * mini.c (mono_jit_compile_method_inner): Do not load AOT code when
10751         there is a profiler interested in JIT events.
10752
10753         * aot.c: Load profile files produced by the AOT profiling module, and
10754         reorder methods based on the profiling info. Add a 'method_order' table
10755         to the AOT file to make mono_aot_find_jit_info work with the reordered
10756         methods.
10757
10758         * mini.h: Bump AOT file version info.
10759
10760 Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus@ximian.com>
10761
10762         * mini-arm.h: work around what looks like a gcc bug when optimizations
10763         are enabled.
10764
10765 2005-09-28  Raja R Harinath  <rharinath@novell.com>
10766
10767         * Makefile.am (AM_CFLAGS): Don't use += to append inside
10768         conditionals.  Use ...
10769         (PLATFORM_CFLAGS, ARCH_CFLAGS): ... these.
10770
10771 2005-09-27  Zoltan Varga  <vargaz@freemail.hu>
10772
10773         * mini-amd64.c (mono_arch_call_opcode): Use mono_class_value_size ()
10774         to determine the amount of memory to copy when passing valuetypes.
10775
10776         * inssel-amd64.brg: Remove PUSH(LDIND4) rules since they convert an
10777         4 byte load into a 8 byte load. Fix aligning of size in OP_OUTARG_VT.
10778
10779 2005-09-27  Zoltan Varga  <vargaz@gmail.com>
10780
10781         * mini.h mini.c aot.c: Add infrastructure to collect pagefault 
10782         information about aot.
10783
10784 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
10785
10786         * *.c: Replace the use of {Enter,Leave}CriticalSection with
10787         macros. This will allow a deadlock debugger to easily be plugged
10788         in.
10789
10790 Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus@ximian.com>
10791
10792         * mini-ppc.c, cpu-g4.md: added memory barrier instruction.
10793
10794 2005-09-27  Raja R Harinath  <rharinath@novell.com>
10795
10796         * Makefile.am (AM_CFLAGS): Rename from INCLUDES.
10797         (AM_CFLAGS) [PLATFORM_WIN32): Append to it, don't set it.
10798         (AM_CFLAGS) [ARM]: Add arch/arm directory from the build tree.
10799         ($(arch_built)) [CROSS_COMPILING]: Error out.
10800
10801 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
10802
10803         * aot.c: Add support for the no_special_static flag for classes.
10804
10805 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
10806
10807         * Reapply reverted patches.
10808
10809         * *: Revert r50174 as well.
10810
10811         * mini-amd64.c cpu-amd64.md inssel-amd64.brg: Revert r50170 as well.
10812
10813 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
10814
10815         * mini-amd64.c: Revert r50342 to see if this fixed buildbot.
10816
10817 2005-09-23  Miguel de Icaza  <miguel@novell.com>
10818
10819         * mini.c (SIG_HANDLER_SIGNATURE): Only dereference info if it is
10820         part of the SIG_HANDLER_SIGNATURE.  
10821
10822 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
10823
10824         * mini.h mini.c: Add a new MONO_DEBUG option to collect metadata pagefault
10825         statistics.
10826
10827         * mini-x86.c (mono_arch_call_opcode): Fix vararg calling convention 
10828         introduced by previous patch.
10829
10830 2005-09-21  Zoltan Varga  <vargaz@gmail.com>
10831
10832         * tramp-x86.c (mono_arch_create_trampoline_code): Restore caller
10833         saved registers too.
10834
10835         * mini-x86.c (mono_arch_allocate_vars): Rewrite this so it works based 
10836         upon the information returned by get_call_info ().
10837         
10838         * mini-x86.c (add_float): Fix stack size calculation.
10839         (mono_arch_call_opcode): Rewrite this so it works based up the
10840         information returned by get_call_info ().
10841         (mono_arch_get_this_vret_args): Ditto.
10842
10843 2005-09-21  Zoltan Varga  <vargaz@freemail.hu>
10844
10845         * mini-amd64.c (mono_arch_emit_this_vret_args): Use the information
10846         in cinfo to determine the registers which need to be used.
10847
10848 2005-09-20  Miguel de Icaza  <miguel@novell.com>
10849
10850         * driver.c (mono_main): Add --server and --desktop flags. 
10851
10852 2005-09-16  Zoltan Varga  <vargaz@gmail.com>
10853
10854         * mini-ia64.h: Make register masks 64 bit. Don't treat argument
10855         registers as global registers.
10856
10857         * inssel-ia64.brg (stmt): Remove OP_OUTARG_REG () rules which are no 
10858         longer needed with the new register allocator.
10859
10860         * mini-ia64.c: Use OP_MOVE instead of OP_SETREG for reg-reg moves.
10861
10862         * cpu-ia64.md: Remove unused opcodes.
10863         
10864         * regalloc.c mini-codegen.c: Make register masks 64 bit on ia64.
10865         
10866 2005-09-16  Zoltan Varga  <vargaz@freemail.hu>
10867
10868         * cpu-amd64.md: Remove unused opcodes.
10869
10870         * inssel-amd64.brg: Remove OP_OUTARG_REG () rules which are no longer
10871         needed with the new register allocator.
10872
10873         * inssel-amd64.brg mini-amd64.c: Use OP_MOVE instead of OP_SETREG for
10874         reg-reg moves.
10875
10876 2005-09-16  Raja R Harinath  <rharinath@novell.com>
10877
10878         * Makefile.am (check-local): Don't invoke semdel-wrapper.
10879
10880 2005-09-16  Martin Baulig  <martin@ximian.com>
10881
10882         * exceptions-amd64.c
10883         (throw_exception): Don't call mono_debugger_throw_exception() if
10884         we're a rethrow - see the FIXME in the code.
10885
10886 2005-09-15  Geoff Norton  <gnorton@customerdna.com>
10887
10888         * mini.c (mono_init_exceptions): This only works on some architectures.
10889         
10890 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
10891
10892         * mini.c (mono_method_to_ir): Add OP_LMUL imm -> OP_LMUL_IMM conversion
10893         on ia64.
10894
10895         * inssel-long.brg mini-ia64.c: Add OP_LMUL_IMM rules.
10896
10897         * mini-ia64.h mini-ia64.c: Remove the altstack support code which is
10898         now in mini-exceptions.c.
10899
10900 2005-09-15  Zoltan Varga  <vargaz@freemail.hu>
10901
10902         * mini-amd64.h mini-am64.c: Remove the altstack support code which is
10903         now in mini-exceptions.c.
10904
10905 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
10906
10907         * exceptions-x86.c: Applied patch from Patrik Torstensson 
10908         <patrik.torstensson@gmail.com>. Add stack overflow handling support for win32.
10909
10910         * mini-exceptions.c mini-x86.c mini.c: Move the altstack setup/teardown
10911         code into mini-exceptions.c. Add some assertions to it.
10912
10913 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
10914
10915         * aot.c (emit_section_change): Applied patch from "The Software Team" 
10916         (<software@solmersa.com>). Fix as errors on windows.
10917
10918 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
10919
10920         * tramp-amd64.c (mono_arch_create_trampoline_code): Fix saving of
10921         method info into the LMF.
10922
10923 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
10924         
10925         * mini-ia64.c: Add proper unwind info for method epilogs.
10926
10927         * exceptions-ia64.c: Add some code to help debugging.
10928         
10929         * mini-ia64.c mini-ia64.h: Add sigaltstack support.
10930
10931         * mini-exceptions.c: Fix warning.
10932
10933 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
10934
10935         * mini.c: Really fix build.
10936
10937         * mini-x86.c mini-amd64.c: Fix build.
10938
10939 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
10940
10941         * mini-ia64.c inssel-ia64.brg: Add InterlockedExchange instrinsics.
10942
10943         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Implement
10944         some Interlocked methods as intrinsics.
10945
10946         * mini.c (mini_get_inst_for_method): Call arch_get_inst_for_method
10947         for Thread methods as well.
10948
10949         * mini-ops.h: Add OP_MEMORY_BARRIER opcode.
10950
10951         * inssel.brg: Add rule for OP_MEMORY_BARRIER.
10952
10953         * mini-ia64.c mini-x86.c mini-amd64.c 
10954         cpu-ia64.md cpu-pentium.md cpu-amd64.md: Add implementation of 
10955         OP_MEMORY_BARRIER.
10956         
10957         * mini.c (mono_init_exceptions): Fix build breakage.
10958
10959 2005-09-10  Zoltan Varga  <vargaz@gmail.com>
10960
10961         * mini-ia64.c exceptions-ia64.c tramp-ia64.c: Remove 'manual' emitting
10962         of instructions. Use the new ia64_unw_op macros for emitting unwind
10963         info.
10964
10965         * mini.c (mono_init_exceptions): Initialize exception handling
10966         related trampolines at startup.
10967
10968 Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus@ximian.com>
10969
10970         * cpu-arm.md, mini-arm.c: fix for dynamic code (Gtk# apps).
10971
10972 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
10973
10974         * mini.c: Handle type loading errors gracefully during compilation and
10975         throw the appropriate exception.
10976
10977 Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus@ximian.com>
10978
10979         * ldscript.mono, Makefile.am: use anonymous versions in the ldscript
10980         for the mono binary.
10981
10982 2005-09-09  Martin Baulig  <martin@ximian.com>
10983
10984         * mini.c (mono_method_to_ir): Comment out the G_BREAKPOINT()'s for
10985         the release.
10986
10987 Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus@ximian.com>
10988
10989         * mini-arm.h: use emulation for conv.r.un for the release.
10990
10991 Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus@ximian.com>
10992
10993         * mini-arm.c, objects.cs: more fixes and tests for them.
10994
10995 Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus@ximian.com>
10996
10997         * mini-arm.c: align structures to at least 4 bytes to be able
10998         to keep our current optimized memcpy.
10999
11000 Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus@ximian.com>
11001
11002         * mini-arm.c, cpu-arm.md, inssel-arm.brg: bugfixes.
11003
11004 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11005
11006         * mini.c: ignore SIGPIPE.
11007
11008 2005-09-04  Zoltan Varga  <vargaz@gmail.com>
11009
11010         * mini-ia64.c (mono_arch_lowering_pass): Convert 'and_imm 255' to zext1.
11011
11012         * mini-ia64.h mini-ia64.c: Add some minor optimizations.
11013
11014 2005-09-02  Zoltan Varga  <vargaz@gmail.com>
11015
11016         * mini.h: Add prototype for mono_allocate_stack_slots_full.
11017
11018 Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus@ximian.com>
11019
11020         * exceptions-arm.c, mini.c, mini-arm.c, mini-arm.h:
11021         exception handling support.
11022         * mini-arm.c, mini-arm.h: bigendian fixes (partially from a
11023         patch by Brian Koropoff <briank@marakicorp.com>).
11024
11025 Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus@ximian.com>
11026
11027         * mini.c: revert another 'optimization' which breaks when
11028         items on the eval stack need to be saved at a basic block end
11029         (bug #75940).
11030
11031 Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
11032
11033         * jit-icalls.c: for arrays, ensure we always provide
11034         lower bounds.
11035
11036 2005-08-30  Zoltan Varga  <vargaz@gmail.com>
11037
11038         * mini.c (mono_allocate_stack_slots_full): Fix ia64 build.
11039         
11040         * mini.c (mini_get_inst_for_method): Special case Object:.ctor as well.
11041
11042 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
11043
11044         * mini-ia64.h mini-ia64.c: Implement frame pointer elimination. Keep
11045         arguments in their original register.
11046
11047 2005-08-28  Zoltan Varga  <vargaz@gmail.com>
11048
11049         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Optimize
11050         memset/memcpy.
11051
11052         * mini.c (mono_method_to_ir): Disable the MUL->MUL_IMM optimization
11053         when ssapre is enabled.
11054
11055         * inssel-long.brg: Fix bug in previous patch.
11056
11057         * mini-ia64.c mini-ia64.h mini.c inssel-long.brg: Optimize 
11058         multiplication by a constant.
11059
11060 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
11061
11062         * mini-ia64.c (mono_arch_setup_jit_tls_data): Add support for intel
11063         icc.
11064
11065         * tramp-ia64.c (mono_arch_create_trampoline_code): Use st8.spill for
11066         saving registers.
11067
11068 Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus@ximian.com>
11069
11070         * inssel-arm.brg: apply changes tested by Brian Koropoff
11071         <briank@marakicorp.com>.
11072
11073 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
11074
11075         * mini-x86.c (mono_arch_emit_prolog): Fix calling of mono_jit_thread_attach () under windows.
11076         
11077 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
11078
11079         * mini-codegen.c (mono_local_regalloc): Avoid allocating dreg and sreg1/2
11080         to the same register if dreg is just a base register.
11081         (print_ins): Improve printing of membase opcodes.
11082
11083         * inssel-x86.brg: Add optimized ldind(reg) rules.
11084
11085         * mini-x86.c cpu-pentium.md: Changes required to support the new rules.
11086
11087 Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus@ximian.com>
11088
11089         * mini.c: when running under valgrind, set the stack bottom for
11090         the GC at the actual approximate stack for the app (fixes running
11091         mono with valgrind).
11092
11093 Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus@ximian.com>
11094
11095         * mini.c: do no break at the first valuetype to init found
11096         (fixes bug #75791).
11097
11098 Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus@ximian.com>
11099
11100         * cpu-arm.md, mini-arm.c: more fixes and LMF support.
11101
11102 Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus@ximian.com>
11103
11104         * cpu-g4.md: fixed instruction length exposed by the nemerle compiler.
11105
11106 2005-08-23  Zoltan Varga  <vargaz@freemail.hu>
11107
11108         * inssel-amd64.brg inssel-x86.brg: Fix the fcall rules.
11109
11110 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
11111
11112         * inssel-x86.brg: Fix assert in patch_delegate_trampoline.
11113
11114         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Add some debug
11115         code.
11116
11117         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Add some debug
11118         code.
11119
11120         * mini.c (optimize_branches): Don't quit after 1000 iterations on large
11121         methods.
11122
11123 Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus@ximian.com>
11124
11125         * tramp-arm.c: allocate less memory for the trampoline and fix typo.
11126
11127 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
11128
11129         * mini.c (mono_method_to_ir): Remove instructions inserted after a branch
11130         in the tail recursion optimization.
11131
11132         * mini.h helpers.c (mono_disassemble_code): Emit starts of basic blocks as 
11133         debug info into the assembly file.
11134
11135         * iltests.il: Add test for filter regions.
11136
11137         * mini.c (mono_method_to_ir): Fix handling of nested FILTER clauses. Fix
11138         initial stack of filter regions. Fixes #75755.
11139
11140 Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus@ximian.com>
11141
11142         * mini-arm.c, cpu-arm.c: fixes and support for methods with bigger
11143         stack requirements.
11144
11145 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
11146
11147         * mini.c (mono_create_delegate_trampoline): Fix memory leak. Put back
11148         the check for an already compiled method on non-ia64 platforms.
11149         (mono_create_jump_trampoline): Store the MonoJitInfo structure into the
11150         proper domain.
11151
11152         * mini-x86.h tramp-x86.c: Add support for delegate trampolines.
11153
11154         * inssel-x86.brg: Add some optimized call rules.
11155
11156 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
11157
11158         * mini.c (mono_create_delegate_trampoline): Do not return an already compiled
11159         method here.
11160
11161         * mini.h mini-trampolines.c: Pass the trampoline argument to 
11162         mono_arch_patch_delegate_trampoline.
11163
11164         * mini-ia64.h mini-ia64.c tramp-ia64.c: Add support for delegate trampolines.
11165
11166         * mini-trampolines.c: Fix build.
11167
11168         * mini-amd64.h: Add delegate trampolines.
11169
11170         * mini.h mini.c mini-trampolines.c tramp-amd64.c: Add delegate trampolines.
11171
11172         * inssel-amd64.brg: Add optimized call rules.
11173         
11174         * mini-ia64.c tramp-ia64.c: Improve instruction scheduling.
11175
11176         * inssel-ia64.brg: Add optimized ldind(reg) rules.
11177
11178 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
11179
11180         * mini.c (mono_create_class_init_trampoline): Fix bug caused by last
11181         change.
11182
11183         * mini-ia64.c: Remove LMF fixmes.
11184
11185         * mini-ia64.h: Remove most fields from LMF.
11186
11187         * inssel-ia64.brg (stmt): Fix unaligned access errors.
11188
11189         * mini-trampolines.c: Add support for IA64 function descriptors.
11190
11191         * mini.h mini.c jit-icalls.c exceptions-ia64.cdriver.c: Add support
11192         for IA64 function descriptors.
11193
11194 Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus@ximian.com>
11195
11196         * tramp-arm.c: patch the vtable for virtual calls. Added
11197         support code to register/unregister the LMF.
11198         * mini-arm.c, mini-arm.h: warning fixes, fixes, speedups,
11199         more LMF work.
11200
11201 2005-08-19  Dick Porter  <dick@ximian.com>
11202
11203         * mini.c: Use a gsize to store the thread ID, so it can hold a 64
11204         bit value if needed.
11205
11206 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
11207
11208         * mini.c (mini_get_method): Move handling of wrapper data here.
11209
11210         * mini.c (mono_method_to_ir): Add support for dynamic methods.
11211
11212         * mini.c (mono_method_to_ir): Convert nonvirtual calls to abstract methods into
11213         virtual.
11214
11215         * mini.c (mono_method_to_ir): Emit IR for CEE_NOP as well, so 
11216         bblock->code does not remain empty.
11217
11218 2005-08-17  Zoltan Varga  <vargaz@freemail.hu>
11219
11220         * arrays.cs: Add regression test for #75832.
11221
11222         * inssel-amd64.brg cpu-amd64.md mini-amd64.c: Fix LDELEMA optimization
11223         rules. Fixes #75832.
11224
11225         * mini-ia64.c tramp-ia64.c exceptions-ia64.c: Implement improved
11226         instruction scheduling.
11227
11228 2005-08-12  Zoltan Varga  <vargaz@freemail.hu>
11229
11230         * mini-exceptions.c (ves_icall_get_frame_info): Fix IA64 build.
11231
11232 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
11233
11234         * mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.
11235
11236         * mini-codegen.c: Fix VC build.
11237
11238         * cpu-pentium.md: Increase length of atomic_exhange_i4.
11239
11240 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11241
11242         * mini.h: fix signature for mono_register_opcode_emulation.
11243
11244 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
11245
11246         * mini.c: Get rid of most of the helper_sig_... constants using
11247         mono_create_icall_signature ().
11248
11249 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
11250
11251         * jit-icalls.c (helper_ldstr): New helper function.
11252
11253         * mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.
11254
11255         * mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
11256         throw, load the string using a helper call instead of creating a string object.
11257
11258         * aot.c: Update after LDSTR changes.
11259
11260         * mini.h: Bump AOT file version.
11261         
11262         * aot.c: Save class size info into the AOT file. Print more statistics during
11263         compilation.
11264
11265         * mini.h: Bump AOT file version.
11266
11267         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
11268         ordering of disasm cases. Fixes #74957.
11269
11270 Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus@ximian.com>
11271
11272         * mini-ops.h, mini-arch.h, inssel.brg, mini.c, mini.h,
11273         jit-icalls.c, mini-codegen.c, Makefile.am: changes in
11274         the generic code needed for the ARM port.
11275
11276 Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus@ximian.com>
11277
11278         * exceptions-arm.c, tramp-arm.c, mini-arm.c, mini-arm.h, cpu-arm.md,
11279         inssel-arm.brg: more ARM features and fixes.
11280
11281 Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus@ximian.com>
11282
11283         * tramp-arm.c, mini-arm.c, cpu-arm.md, inssel-arm.brg: more
11284         ARM port work in progress.
11285
11286 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
11287
11288         * mini-ia64.c (mono_arch_call_opcode): Ongoing IA64 work.
11289
11290         * mini-exceptions.c mini-ia64.h: Ongoing IA64 work.
11291
11292         * mini-ia64.c (ia64_emit_bundle): Ongoing IA64 work.
11293
11294         * inssel.brg (mini_emit_memset): Add support for unaligned access.
11295
11296         * *-ia64.*: Ongoing IA64 work.
11297         
11298         * mini-ia64.c exceptions-ia64.c: Ongoing IA64 work.
11299
11300 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
11301
11302         * TODO: Remove out-of-data todo stuff.
11303
11304         * mini.h mini.c (mono_create_jit_trampoline_from_token): Remove some
11305         dead code.
11306
11307         * aot.c: Save/load MonoCachedClassInfo->has_nested_classes.
11308
11309         * mini.h: Bump corlib version.
11310
11311 2005-07-27  Martin Baulig  <martin@ximian.com>
11312
11313         * mini-codegen.c
11314         (create_copy_ins): Added `const unsigned char *ip' argument; set
11315         `copy->cil_code' from it.
11316
11317 2005-07-27  Martin Baulig  <martin@ximian.com>
11318
11319         * mini-exceptions.c (mono_handle_exception): Don't call
11320         mono_debugger_handle_exception() for filters.
11321
11322 2005-07-27  Zoltan Varga  <vargaz@freemail.hu>
11323
11324         * mini-trampolines.c (mono_aot_trampoline): Handle AppDomain:InvokeInDomain
11325         as well.
11326
11327 2005-07-26  Martin Baulig  <martin@ximian.com>
11328
11329         Committing a patch from Michal Moskal <michal.moskal@gmail.com>.
11330
11331         * mini.c (mono_method_to_ir): In `CEE_CALLI', only use
11332         helper_compile_generic_method() if the method is actually virtual
11333         and non-final.
11334
11335 2005-07-26  Martin Baulig  <martin@ximian.com>
11336
11337         * mini.c
11338         (trampoline_code): Renamed to `mono_trampoline_code' and made it
11339         public; this is now accessed directly by the debugger.
11340         (mono_generic_trampoline_code): Removed.
11341
11342         * debug-mini.c
11343         (mono_debug_init_method): Also add interncalls and wrappers.
11344
11345 2005-07-23  Zoltan Varga  <vargaz@freemail.hu>
11346
11347         * mini-ia64.c mini-ia64.h: Add support for tracing/profiling.
11348
11349 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
11350
11351         * aot.c (mono_aot_get_method_from_token): Fix a potential crash here.
11352
11353 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
11354
11355         * aot.c (load_patch_info): Fix handling of stfld_remote wrapper.
11356
11357 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
11358
11359         * mini-amd64.c (mono_arch_setup_jit_tls_data): Use the nice way of
11360         getting TLS offsets on AMD64 too.
11361
11362 2005-07-20  Kornél Pál <kornelpal@hotmail.com>
11363
11364         * driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
11365
11366 Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus@ximian.com>
11367
11368         * exceptions-arm.c, mini-arm.c, tramp-arm.c, cpu-arm.md,
11369         inssel-arm.brg, mini-arm.h: ARM port work in progress.
11370
11371 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
11372
11373         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix build.
11374
11375         * mini.h mini.c mini-*.h tramp-*.c: Move more cross platform trampoline code
11376         to mini.c.
11377
11378         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Call 
11379         mono_sparc_is_virtual_call ().
11380         
11381         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix warning.
11382
11383         * tramp-sparc.c (mono_arch_create_trampoline_code): Fix order of
11384         trampoline parameters.
11385
11386         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix signature.
11387         
11388         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Rename this
11389         to mono_arch_get_vcall_slot_addr.
11390
11391         * Makefile.am tramp-sparc.c: Update the sparc port to use the generic
11392         trampoline code.
11393
11394         * *-sparc.*: Merge the mini-xp-regalloc branch for sparc.
11395
11396 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
11397
11398         * mini-ia64.h mini-ia64.c: Finish pinvoke support.
11399
11400 2005-07-19  Martin Baulig  <martin@ximian.com>
11401
11402         * exceptions-amd64.c (throw_exception): Call
11403         mono_debugger_throw_exception() here like we're doing it on i386.
11404
11405 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
11406
11407         * mini-ia64.c: Add optimized TLS access support.
11408
11409 2005-07-18  Zoltan Varga  <vargaz@freemail.hu>
11410
11411         * mini-exceptions.c: Ongoing IA64 work.
11412
11413         * mini-ia64.c inssel-long.brg: Ongoing IA64 work.
11414
11415         * mini.c: Use the default optimization set when embedding. Fixes
11416         #75194.
11417
11418 2005-07-11  Zoltan Varga  <vargaz@freemail.hu>
11419
11420         * tramp-amd64.c tramp-ia64.c Makefile.am: Move arch independent parts 
11421         of trampolines to a separate file.
11422
11423         * mini-trampolines.c: New file.
11424
11425         * mini.h tramp-x86.c: Move arch independent parts of trampolines to a 
11426         separate file.
11427         
11428         * tramp-x86.c: Reorganize the trampoline code to be similar to the 
11429         amd64/ia64 code.
11430
11431         * mini-codegen.c: Fix cygwin build.
11432
11433 2005-07-10  Zoltan Varga  <vargaz@freemail.hu>
11434
11435         * mini.c: Add some minor changes needed by the IA64 port.
11436
11437         * *-ia64.*: Ongoing IA64 work.
11438
11439 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
11440
11441         * tramp-amd64.c mini-amd64.c: Update after latest AOT changes. Split 
11442         trampolines into arch-independent and arch-dependent parts.
11443
11444         * mini-amd64.c (mono_arch_lowering_pass): Fix store_membase_imm -> store_membase_reg rule.
11445
11446 2005-07-08  Zoltan Varga  <vargaz@freemail.hu>
11447
11448         * cpu-amd64.md: Merge the xp-regalloc-branch for amd64.
11449
11450         * mini-ops.h mini-amd64.h mini-amd64.c inssel-amd64.brg Makefile.am: Merge
11451         the xp-regalloc-branch for amd64.
11452
11453         * mini-x86.h mini-x86.c cpu-pentium.md Makefile.am: Merge the
11454         xp-regalloc-branch for x86.
11455
11456 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
11457
11458         * inssel.brg (OP_THROW_OR_NULL): Allways rethrow the abort exception.
11459
11460 2005-07-06  Martin Baulig  <martin@ximian.com>
11461
11462         * mini.c
11463         (mono_jit_compile_method_inner): Call mono_get_inflated_method().
11464         (mono_jit_runtime_invoke): Likewise.
11465
11466 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
11467
11468         * aot.c (mono_compile_assembly): Allocate the GOT in the .bss segment
11469         on x86 too.
11470         
11471         * aot.c: Add new mono_aot_get_method_from_token () function to load AOT methods
11472         without loading their metadata. Reorganize the file format so exception handling+
11473         debug info is kept separate from normal method info. Create MonoJitInfo 
11474         structures for methods lazily.
11475
11476         * tramp-x86.c (x86_aot_trampoline): Use the new from_token method to avoid
11477         loading metadata.
11478         (x86_class_init_trampoline): Patch AOT class init trampolines too.
11479
11480         * mini.c (mini_init): Install the new mono_aot_find_jit_info hook.
11481
11482         * mini.c (mono_method_to_ir): Reduce the number of class init trampoline calls
11483         in AOT code.
11484
11485         * mini.h: Bump AOT file version.
11486
11487 2005-07-04  Zoltan Varga  <vargaz@freemail.hu>
11488
11489         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
11490
11491 2005-07-01  Raja R Harinath  <rharinath@novell.com>
11492
11493         * Makefile.am (check-local): Call semdel-wrapper.
11494
11495 2005-06-29  Zoltan Varga  <vargaz@freemail.hu>
11496
11497         * mini-x86.c: Revert the last change as it seems to break the build..
11498
11499 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
11500
11501         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
11502         
11503         * mini-x86.c (mono_arch_cpu_init): Fix setting of fp precision in the VC build.
11504
11505 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
11506
11507         * mini.c (NEW_AOTCONST): make sure to call mono_get_got_var
11508         outside of the macro, so strange stuff doesn't happen with gcc4
11509         (NEW_AOTCONST_TOKEN): Likewise.
11510
11511 2005-06-28  Martin Baulig  <martin@ximian.com>
11512
11513         * mini.c (mini_class_is_system_array): New static method; use this
11514         instead of `klass->parent == mono_defaults.array_class' everywhere
11515         since this also works for the new generic array class.
11516
11517 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
11518
11519         * inssel.brg: Remove warnings.
11520
11521 2005-06-24  Zoltan Varga  <vargaz@freemail.hu>
11522
11523         * mini-ia64.c: Ongoing IA64 work.
11524
11525         * basic-float.cs: Add float->i1 conversion test.
11526
11527         * iltests.il: Add conv.u4 test.
11528
11529 2005-06-23  Zoltan Varga  <vargaz@freemail.hu>
11530
11531         * inssel-long.brg: Fix bug caused by last change.
11532
11533 2005-06-23  Geoff Norton  <gnorton@customerdna.com>
11534
11535         * mini-x86.h: Add __APPLE__ to the SC_* redefines with the other 
11536         BSDs.  Allows the x86 JIT to work on OSX86
11537
11538 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
11539
11540         * inssel-long.brg: Use OP_LSHR_UN_IMM instead of OP_SHR_UN_IMM in
11541         u4->i8 conversion.
11542
11543         * mini-ia64.c: Ongoing IA64 work.
11544
11545 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
11546
11547         * mini-ia64.c: Ongoing IA64 work.
11548
11549         * driver.c: Clean up jit_code_hash as well when using --regression.
11550
11551         * inssel-long.brg: Fix long->i4/u4 conversion rules.
11552
11553         * basic-long.cs: Add tests for long->u4 conversion.
11554
11555 2005-06-18  Ben Maurer  <bmaurer@ximian.com>
11556
11557         * mini.c: Take mono_get_domainvar out of macros. This makes sure
11558         that we do not depend on undefined C behavior: the order stuff
11559         gets evaluated within an expression. Fixes mono when compiled on
11560         GCC 4.
11561
11562 2005-06-18  Zoltan Varga  <vargaz@freemail.hu>
11563
11564         * *-ia64.*: Ongoing IA64 work.
11565
11566         * aot.c: Lower memory usage while loading AOT methods.
11567
11568         * tramp-x86.c: Avoid allocating+freeing MonoJitInfo structures.
11569
11570         * mini.h: Bump AOT file format version.
11571
11572 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
11573
11574         * mini.c (mono_method_to_ir): Allow STACK_PTR as input to SWITCH.
11575
11576 2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
11577
11578         * declsec.c: Fixed APTC to check for FullTrust on caller assembly (and
11579         not on callee assembly). Fixed some comments.
11580
11581 2005-06-16  Zoltan Varga  <vargaz@freemail.hu>
11582
11583         * aot.c (mono_compile_assembly): Mark the "methods" symbol as a function so
11584         it gets proper disassembly.
11585         (emit_method_info): Remove some dead code.
11586
11587         * mini.c (mini_method_compile): Allways allocate the GOT var in
11588         mono_method_to_ir for emulating opcodes.
11589
11590 2005-06-13  Zoltan Varga  <vargaz@freemail.hu>
11591
11592         * mini.c (mono_jit_free_method): Remove the method from the JitInfo table
11593         before freeing the code memory. Fixes #74990.
11594
11595         * objects.cs: Add regression test for #74992.
11596
11597         * liveness.c: Extend live ranges of arguments to the beginning of the
11598         method. Fixes #74992.
11599
11600         * exceptions-ia64.c mini-ia64.h: Modify ip during exception handling
11601         so it points into the faulting instruction.
11602
11603 2005-06-12  Zoltan Varga  <vargaz@freemail.hu>
11604
11605         * jit-icalls.c (mono_imul_ovf): Add exception handling.
11606
11607         * *-ia64.*: Ongoing IA64 work.
11608
11609         * mini.c (mini_init): Fix signature of mono_delegate_ctor.
11610
11611 2005-06-11  Zoltan Varga  <vargaz@freemail.hu>
11612
11613         * mini-ia64.h exceptions-ia64.c: Ongoing IA64 work.
11614
11615         * *-ia64.*: Ongoing IA64 work.
11616
11617 2005-06-10  Zoltan Varga  <vargaz@freemail.hu>
11618
11619         * basic-long.cs: Add tests for add/sub.ovf.
11620
11621         * basic.cs: Add tests for sub.ovf.
11622
11623         * *-ia64.*: Ongoing IA64 work.
11624
11625 2005-06-09  Zoltan Varga  <vargaz@freemail.hu>
11626
11627         * *-ia64.*: Ongoing IA64 work.
11628
11629         * basic.cs: Add conv.ovf.i4.un test.
11630
11631 2005-06-09  Massimiliano Mantione  <massi@ximian.com>
11632
11633         * mini.c: (remove_block_if_useless) Fixed bug 75061.
11634         
11635 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11636
11637         * mini.c: no SIGUSR2 on windows. Remove it for PLATFORM_WIN32.
11638
11639 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
11640
11641         * *-ia64.*: Ongoing IA64 work.
11642
11643 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11644
11645         * trace.[ch]:
11646         * mini.c: added the ability to toggle trace on/off using SIGUSR2.
11647
11648 2005-06-04  Zoltan Varga  <vargaz@freemail.hu>
11649
11650         * mini-ia64.c mini-ia64.h: Fix cleanup of memory stack.
11651
11652 2005-06-03  Zoltan Varga  <vargaz@freemail.hu>
11653
11654         * mini-amd64.c (emit_call): Fix yet another bug in the near call optimization.
11655
11656         * mini-amd64.c (amd64_patch): Add an assert to check that the destination
11657         of a call is callable by a near call.
11658
11659 2005-05-31  Zoltan Varga  <vargaz@freemail.hu>
11660
11661         * mini-ia64.c: Ongoing IA64 work.
11662
11663 2005-05-29  Zoltan Varga  <vargaz@freemail.hu>
11664
11665         * genmdesc.c: Make the generated array non-static.
11666
11667         * inssel-long.brg: Fix LSHR_IMM rule.
11668
11669         * *-ia64.*: Ongoing IA64 work.
11670
11671         * *-ia64.*: Ongoing IA64 work.
11672
11673 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
11674
11675         * *-ia64.*: Ongoing IA64 work.
11676
11677         * *-ia64.*: Ongoing IA64 work.
11678         
11679         * mini-ia64.c: Ongoing IA64 work.
11680
11681         * *-ia64.* jit-icalls.c mini-codegen.c: Ongoing IA64 work.
11682
11683 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
11684
11685         * objects.cs basic-calls.cs: Move some tests to objects.cs.
11686         
11687         * objects.cs basic-long.cs: Move some tests to objects.cs.
11688
11689 2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
11690
11691         * *-ia64.*: Ongoing IA64 work.
11692
11693         * iltests.il: Add a new test.
11694
11695         * mini.c (mono_method_to_ir): Initialize valuetypes when created using
11696         newobj. Fixes #75042.
11697
11698 2005-05-22  Zoltan Varga  <vargaz@freemail.hu>
11699
11700         * *-ia64.*: Ongoing IA64 work.
11701         
11702         * *-ia64.*: Ongoing IA64 work.
11703         
11704         * *-ia64.*: Ongoing IA64 work.
11705
11706         * basic.cs objects.cs: Move tests accessing static variables as well.
11707
11708         * basic.cs objects.cs: Move test_0_pin_string to objects.cs.
11709
11710 2005-05-21  Zoltan Varga  <vargaz@freemail.hu>
11711
11712         * mini.c (SIG_HANDLER_SIGNATURE): Fix warning.
11713
11714         * driver.c: Always print failed tests.
11715
11716         * mini-codegen.c: Use cfg->frame_reg instead of a macro for the
11717         frame pointer.
11718
11719         * *ia64*: Ongoing IA64 work.
11720
11721 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
11722
11723         * basic.cs: Add tests for add.ovf. Fix warnings.
11724
11725 2005-05-18  Miguel de Icaza  <miguel@novell.com>
11726
11727         * driver.c (mono_main): Avoid crash if no argument is passed to
11728         --break;  Do not use g_error, but f_printf.   And fix all other
11729         ocurrences of the same crash.
11730
11731 2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
11732
11733         * mini.h mini.c: Generalize the existing uses of the MONO_DEBUG env variable
11734         and add a new one: aborting when a SIGSEGV is raised while in unmanaged code.
11735         Fixes #74742.
11736
11737 2005-05-14  Zoltan Varga  <vargaz@freemail.hu>
11738
11739         * *-ia64.*: Add beginnings of IA64 backend.
11740
11741         * Makefile.am mini-arch.h mini-codegen.c: Add IA64 support.     
11742
11743 2005-05-13  Zoltan Varga  <vargaz@freemail.hu>
11744
11745         * inssel-long.brg: Add missing ulong->{i1, i2} checked conversions.
11746         Fixes #74925.
11747
11748         * basic-long.cs exceptions.cs: Add new tests. Fix some warnings.
11749
11750         * mini-amd64.c: Fix a warning.
11751
11752 2005-05-10  Zoltan Varga  <vargaz@freemail.hu>
11753
11754         * mini-amd64.c (mono_arch_output_basic_block): Fix stack space leakage
11755         in float_neg. Fixes #74897.
11756
11757         * mini-amd64.c (emit_call): Fix another near call bug.
11758
11759 2005-05-06  Sebastien Pouliot  <sebastien@ximian.com>
11760
11761         * declsec.c: Keep the appdomain information in the structure. Added a 
11762         missing "return FALSE" for Unmanaged if FullTrust is set (or else the
11763         value gets overwritten).
11764         * declsec.h: Set the default MonoArray for the the stack to 6. Added
11765         an MonoAppDomain member to MonoSecurityFrame.
11766         * mini-exceptions.c: Do not use a glist to keep GC allocated objects
11767         used in the stack walk. Now use a MonoArray which grow (double) when
11768         it gets full.
11769
11770 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
11771
11772         * mini.c: Re-enabled runtime cleanup, since running threads should
11773         now properly stop when exiting.
11774
11775 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
11776
11777         * mini-codegen.c: New file contaning the arch-independent local
11778         register allocator. Not used by any architectures yet.
11779
11780         * mini.h linear-scan.c: Merge some changes from the 
11781         mini-xp-local-regalloc branch.
11782
11783 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
11784
11785         * mini-amd64.c (emit_call): Fix calls to native functions when the
11786         runtime is compiled as a shared library. Fixes #74756.
11787
11788         * mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
11789         on a literal field. Fixes #74751.
11790
11791 2005-04-25  Raja R Harinath  <rharinath@novell.com>
11792
11793         * Makefile.am (RUNTIME): Add MONO_CFG_DIR.
11794
11795 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
11796
11797         * objects.cs: Add missing null casting test.
11798
11799 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
11800
11801         * mini-exceptions.c (mono_find_jit_info): Fix native offset calculation
11802         in wrapper methods. Also rename 'address' variable to 'offset'.
11803
11804 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
11805
11806         * mini.c debug-mini.c aot.c tramp-x86.c driver.c: Fix some gcc 4.0
11807         warnings.
11808         
11809         * Makefile.am (MCS): Use -unsafe instead of --unsafe.
11810
11811         * aot.c: Applied patch from "The Software Team" <software@solmersa.com>. Make AOT compilation
11812         work on windows.
11813
11814 Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
11815
11816         * exceptions-ppc.c: update code to handle stack traces (fixes bug #74452).
11817
11818 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
11819
11820         * mini-x86.c (mono_emit_stack_alloc): Initialize the whole allocated area not
11821         just the last bytes.
11822
11823 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
11824
11825         * aot.c (mono_compile_assembly): Fix warning.
11826
11827         * mini-exceptions.c (ves_icall_get_frame_info): Fix bug introduced
11828         by the _MSC_VER stuff.
11829
11830 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
11831
11832         * inssel-long.brg: Fix #74588.
11833
11834         * cpu-amd64.md: Fix #74591.
11835
11836         * iltests.il: Add new regression tests.
11837
11838 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
11839
11840         * trace.c (mono_trace_enter_method): Print enums as an int, not as a
11841         valuetype.
11842
11843 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
11844
11845         * mini-x86.c (setup_stack): Unconditionally call pthread_attr_init ().
11846
11847         * exceptions-x86.c mini-x86.h mini-x86.c: Applied some freebsd patches 
11848         from Bill Middleton <flashdict@gmail.com>.
11849
11850 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
11851
11852         * arrays.cs: Add new regression test. Fix warnings.
11853
11854 2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
11855
11856         * mini-amd64.c (mono_arch_output_basic_block): Fix stack alignment
11857         and leakage in CKFINITE.
11858
11859         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Change
11860         this to a null op since it is called on amd64 too.
11861
11862         * exceptions-amd64.c (get_throw_trampoline): Align stack.
11863
11864         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Remove
11865         body since this is not used on amd64.
11866         
11867         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Remove duplicate define.
11868
11869         * mini-amd64.c: Remove obsolete fixmes.
11870
11871         * mini.c (print_method_from_ip): Fix debugging support.
11872
11873 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
11874
11875         * ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
11876         so that expressions that don't give much gain are not reduced.
11877         * ssapre.h: Likewise.
11878
11879 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
11880
11881         * exceptions-x86.c (mono_arch_find_jit_info): Remove last SC_EBP reference.
11882
11883         * mini-x86.c (mono_emit_stack_alloc): Fix localloc under windows.
11884
11885         * mini-x86.h exceptions-x86.c: Hopefully fix compilation on *BSD.
11886
11887 2005-04-01  Zoltan Varga  <vargaz@freemail.hu>
11888
11889         * mini-sparc.c mini-sparc.h: Add asserts when running with sigaltstack.
11890
11891         * exceptions-x86.c (mono_arch_monoctx_to_sigctx): Fix cygwin build.
11892
11893 2005-03-31  Zoltan Varga  <vargaz@freemail.hu>
11894
11895         * mini-x86.c: If sigaltstack support is enabled, perform win32 style
11896         stack touching.
11897
11898         * mini.h (mono_arch_sigctx_to_monoctx): New arch-specific function.
11899
11900         * mini.h (mono_arch_monoctx_to_sigctx): New arch-specific function.
11901
11902         * mini.c: sigaltstack support requires MONO_ARCH_USE_SIGACTION.
11903
11904         * mini-x86.h mini-x86.c exceptions-x86.c: Add support for 
11905         MONO_ARCH_USE_SIGACTION. Fixes #74252.
11906
11907         * mini-x86.h: Enable MONO_ARCH_USE_SIGACTION on linux.
11908
11909         * mini-x86.c: Fix up stack overflow handling.   
11910
11911         * exceptions.cs: Add new regression test.
11912
11913 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
11914
11915         * mini-x86.c (mono_arch_emit_prolog): Adjust stack after calls to
11916         mono_jit_thread_attach.
11917
11918         * mini.c (mono_method_to_ir): Verify called method is not abstract.
11919
11920 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
11921
11922         * mini.c (mono_method_to_ir): Applied Ben's patch from bug #61441 to
11923         avoid calling constructors using callvirt.
11924
11925         * inssel.brg: Fix #74073.
11926
11927 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
11928
11929         * aot.c, mini.h: Added mono-compiler.h header to allow/ease 
11930         compilation with non-GCC compilers.
11931         * mini-exceptions.c, mini-x86.c|h: Patches to make compilation of mono
11932         possible using VS.NET. Adapted from the work of J Lothian (for VC6).
11933
11934 Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
11935
11936         * inssel.brg, arrays.cs: fix long standing 64 bit issue in access to
11937         klass->interface_offsets (will likely fix bug#74073).
11938
11939 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
11940
11941         * mini-amd64.c (mono_arch_is_int_overflow): Fix rex handling.
11942
11943 2005-03-28  Zoltan Varga  <vargaz@freemail.hu>
11944
11945         * mini-amd64.c (mono_arch_output_basic_block): Fix order of parameters
11946         to amd64_div_reg_size ().
11947         
11948         * mini-amd64.c (mono_arch_emit_exceptions): Emit a near call here too.
11949
11950 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
11951
11952         * cpu-amd64.md (store_membase_reg): Fix length of storer8 opcodes.
11953
11954 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
11955
11956         * driver.c: Turn off automatic command line globbing under windows. Fixes #73763.
11957
11958 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
11959
11960         * mini.c (mono_method_to_ir): Remove debugging stuff left in by mistake.
11961         
11962         * mini.c (mono_precompile_assembly): Load and precompile referenced
11963         assemblies as well. Fixes #74015.
11964
11965 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
11966
11967         * cpu-amd64.md (sin): Fix up maximum lengths of some opcodes.
11968
11969 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
11970
11971         * declsec.c: Skip linkdemand checks for intra-corlib calls. This skips
11972         a lot of checks and (anyway) permissions cannot work until corlib is 
11973         loaded.
11974
11975 Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus@ximian.com>
11976
11977         * mini-ppc.c: fixed ABI issue on sysv/ppc.
11978
11979 Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus@ximian.com>
11980
11981         * tramp-ppc.c, exceptions-ppc.c: added missing icache flush
11982         calls (fixes bug#72824).
11983
11984 Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus@ximian.com>
11985
11986         * mini.c: fix tail recursion elimination (see test in bug#73936).
11987
11988 2005-03-21  Zoltan Varga  <vargaz@freemail.hu>
11989
11990         * mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
11991         some fp functions in sse2 mode.
11992
11993 2005-03-20  Zoltan Varga  <vargaz@freemail.hu>
11994
11995         * mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.
11996
11997 2005-03-19  Zoltan Varga  <vargaz@freemail.hu>
11998
11999         * mini.h mini.c: Add mono_get_jit_tls_key ().
12000
12001         * mini-x86.c: Enable fast TLS support on windows.
12002
12003 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
12004
12005         * declsec.c: Renamed aptc to allowpartiallytrustedcallers.
12006         * mini.c: Check for p/invoke method when generating code. If a
12007         p/invoke method, or it's class, isn't decorated with [Suppress
12008         UnmanagedCodeSecurity] then generate code to call System.Security.
12009         UnmanagedDemand (only if the security manager is active).
12010
12011 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
12012
12013         * tramp-amd64.c (create_specific_trampoline): Revert parts of the 
12014         last change as it seems to cause strange crashes.
12015         
12016 Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian.com>
12017
12018         * *.c: handle unsafe function pointers where needed.
12019
12020 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
12021
12022         * mini.c (mono_jit_free_method): Remove the fixme too.
12023
12024 2005-03-15  Miguel de Icaza  <miguel@novell.com>
12025
12026         * mini.c: As discussed, make the code actually free the delegate
12027         thunk now, to enable the debugging of delegate problems, use
12028         MONO_DEBUG=1 when running Mono. 
12029
12030         This takes also care of parts of the leaks as seen by Joe.
12031
12032 2005-03-15  Zoltan Varga  <vargaz@freemail.hu>
12033
12034         * mini-amd64.c (mono_arch_setup_jit_tls_data): Enable 
12035         thread_tls_offset calculation.
12036
12037 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
12038
12039         * declsec.c: Reworked linkdemand checks for icall. The previous code
12040         was using the declaration code (untrusted) and didn't work as expected
12041         with the CLR 2.0. We're now more compatible with 2.0 than 1.x for this
12042         specific case.
12043
12044 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
12045
12046         * iltests.il: Add new localloc test.
12047
12048         * mini-amd64.c: Handle large stack allocations the same way as on
12049         windows if stack overflow handling is working.
12050         
12051         * mini-amd64.c: Allocate the signal stack using mmap.
12052
12053         * mini.c (sigsegv_signal_handler): Fix reading of context.
12054
12055         * mini-exceptions.c: Fix up stack overflow handling.
12056
12057         * mini-amd64.h mini-amd64.c: Fix up stack overflow handling.
12058
12059         * tramp-amd64.c (create_specific_trampoline): Optimize trampoline size.
12060
12061         * exceptions-amd64.c (mono_amd64_exceptions_init): Remove this.
12062
12063         * mini.h mini.c tramp-*.c: Move common trampoline code to mini.c.
12064
12065         * mini-x86.h mini-x86.c mini-amd64.h mini-amd64.c: Get rid of the
12066         tramp_init functions as they are no longer needed.
12067
12068 2005-03-12  Zoltan Varga  <vargaz@freemail.hu>
12069
12070         * tramp-amd64.c (mono_amd64_tramp_init): Fix typo.
12071         
12072         * tramp-amd64.c (mono_amd64_tramp_init): Init AOT trampoline as well.
12073
12074         * mini-amd64.h mini-amd64.c (mono_amd64_exceptions_init): Remove this.
12075         
12076         * mini.c mini-*.h: Remove OUT_OF_LINE_BBLOCK defines since all arches
12077         support that now.
12078
12079         * mini-ops.h: Add OP_LMUL_IMM.
12080
12081         * mini.c jit-icalls.cmini-amd64.h mini-amd64.c cpu-amd64.md: Implement
12082         long mul/div opcodes as intrinsic.
12083
12084         * mini-amd64.c (emit_call): Handle the case when the callee might be
12085         an AOT method.
12086
12087 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
12088
12089         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Reorder cases to be
12090         extra safe.
12091         
12092         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Fix ordering of cases.
12093
12094         * aot.c (mono_aot_load_method): Get rid of bogus make_writable call.
12095
12096 2005-03-09  Ben Maurer  <bmaurer@ximian.com>
12097
12098         * mini.c (mono_codegen): Don't leak here, to help people running
12099         monogrind.
12100
12101 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
12102
12103         * mini-amd64.c (mono_arch_output_basic_block): Fix int->float 
12104         conversions in sse2 mode.
12105
12106         * basic-float.cs: Add regression test.
12107         
12108         * mini-amd64.c: Reenable sse2.
12109
12110 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
12111
12112         * mini-amd64.c: Disable sse2 until some regressions are fixed.
12113
12114 2005-03-07      Joerg Rosenkranz <joergr@voelcker.com>
12115
12116         * driver.c: Copyright text should include 2005.
12117         
12118 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
12119
12120         * cpu-amd64.md (load_membase): Fix more max lengths.
12121
12122 2005-03-06  Zoltan Varga  <vargaz@freemail.hu>
12123
12124         * cpu-amd64.md (load_membase): Fix max length.
12125
12126         * mini-ops.h: Add OP_F<xx>_MEMBASE opcodes.
12127
12128         * inssel.brg: Add MONO_EMIT_BIALU_MEMBASE macro.
12129
12130         * cpu-amd64.md inssel-amd64.brg mini-amd64.h mini-amd64.brg: Finish SSE2
12131         support and enable it by default. Also add OP_F<xxx>_MEMBASE opcodes.
12132
12133         * basic-float.cs: Add rounding regression test.
12134
12135         * mini-amd64.c (INST_IGNORES_CFLAGS): Add more instructions.
12136
12137 2005-03-04  Neale Ferguson <NealeFerguson@earthlink.net>
12138
12139         * inssel-s390.brg, mini-s390.c: Add support for passing/returning small
12140         structures in registers for pinvoke wrappers.
12141
12142 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
12143
12144         * mini-exceptions.c (ves_icall_get_trace): Return wrapper info as well.
12145
12146 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
12147
12148         * mini.h mini.c mini-x86.c: Pass the domain of the native->managed
12149         wrapper to mono_jit_thread_attach.
12150
12151         * mini.c (mini_jit_thread_attach): New jit icall.
12152
12153         * mini-x86.c (mono_arch_emit_prolog): Attach to the VM in 
12154         native->managed wrappers.
12155
12156         * exceptions.cs: Add new regression test.
12157
12158         * mini.c (optimize_branches): Check regions in the cbranch to throw
12159         block case as well. Fixes #73242.
12160
12161 Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus@ximian.com>
12162
12163         * mini.c: thread safety fixes.
12164
12165 2005-02-27  Zoltan Varga  <vargaz@freemail.hu>
12166
12167         * tramp-amd64.c (amd64_magic_trampoline): Disable the method_ptr
12168         patching stuff, since delegates use jump trampolines so there is
12169         no caller.
12170
12171         * tramp-amd64.c (create_trampoline_code): Pass NULL as 'code' in 
12172         jump trampolines.
12173         
12174         * tramp-amd64.c: Fix build.
12175
12176         * mini-x86.c tramp-x86.c: Moved get_vtable_slot_addr into mini-x86.c and rename
12177         it to mono_arch_.... Add get_delegate_method_ptr implementation for x86.
12178
12179         * mini-amd64.h mini.h mini-amd64.c tramp-amd64.c (mono_amd64_get_vcall_slot_addr):
12180         Rename this to mono_arch....
12181         (mono_amd64_get_delegate_method_ptr_addr): Ditto.
12182
12183         * mini-amd64.c (mono_amd64_get_delegate_method_ptr_addr): New helper function.
12184
12185         * mini-amd64.c (emit_call): If both the caller and the callee is
12186         guaranteed to have 32 bit addresses, emit a normal call.
12187
12188         * tramp-amd64.c: Adapt to changes in mini-amd64.c.
12189
12190         * tramp-amd64.c (amd64_magic_trampoline): Remove patching of trampolines. 
12191         * tramp-amd64.c (amd64_magic_trampoline): Add support for patching the
12192         method_ptr inside delegates.
12193
12194 2005-02-26  Zoltan Varga  <vargaz@freemail.hu>
12195
12196         * mini.c (mono_jit_free_method): Free the method info even if the native code is
12197         invalidated. Fixes #73001.
12198
12199         * mini.c: Add a proper icall wrapper for mono_delegate_ctor.
12200
12201         * mini-x86.c: Only use stdcall for pinvokes on windows.
12202
12203 Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus@ximian.com>
12204
12205         * mini.c, mini.h: make mono_lmf_addr a fast-access thread var.
12206         * mini-x86.c: remove unreliable __thread var offset detection,
12207         use the correct accessors and enable by default.
12208
12209 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
12210
12211         * mini.c (mono_jit_free_method): Fix memory leak.
12212
12213 2005-02-22  Zoltan Varga  <vargaz@freemail.hu>
12214
12215         * mini.c (mono_method_to_ir): Allocate a GOT var for THROW and RETHROW. 
12216
12217 2005-02-21  Zoltan Varga  <vargaz@freemail.hu>
12218
12219         * cpu-amd64.md: Fix lengths of atomic opcodes.
12220
12221 Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus@ximian.com>
12222
12223         * driver.c: try to not imply using ICU is any good.
12224
12225 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
12226
12227         * mini-amd64.c (mono_arch_get_inst_for_method): Implement more 
12228         functions as inline ops.
12229
12230         * mini-ops.h inssel-amd64.brg cpu-amd64.md mini-amd64.c: Implement
12231         some Interlocked functions as inline ops.
12232
12233         * mini.c (move_basic_block_to_end): Fix bug in last patch.
12234
12235         * mini.h (MonoBasicBlock): Reorganize fields a bit.
12236
12237         * mini-ops.h inssel.brg: Add OP_NOT_REACHED.
12238
12239         * mini.c: Add support for OP_NOT_TAKEN.
12240
12241         * mini-amd64.h mini-amd64.c: Add support for passing/returning small 
12242         structures in registers for pinvoke wrappers.
12243
12244         * mini-amd64.c: Fix warnings.
12245
12246 2005-02-19  Zoltan Varga  <vargaz@freemail.hu>
12247
12248         * mini.h (MonoCompile): Add 'ret_var_is_local' field.
12249
12250         * mini.h mini.c (mono_arch_create_vars): Add new arch specific hook.
12251
12252         * mini.c (NEW_RETLOADA): If the ret variable is a local, use its 
12253         address instead of loading the address from it.
12254
12255         * mini-x86.c: Add support for returning small structs in registers
12256         on Win32. Fixes part of #70864.
12257         
12258 2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
12259
12260         * trace.c (get_token): Improve error checking.
12261
12262 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
12263
12264         * jit-icalls.c (mono_ldvirtfn): Explicitly check for a NULL obj here.
12265
12266 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com> 
12267  
12268         * mini.h: Moved MONO_EXCEPTION_* enum to metadata/class-internals.h so
12269         it can be reused for MonoClass.
12270         * mini.c: Renamed MONO_EXCEPTION_SECURITY to MONO_EXCEPTION_SECURITY
12271         _LINKDEMAND.
12272
12273 2005-02-15  Sebastien Pouliot  <sebastien@ximian.com>
12274
12275         * mini.c: Fixed 2 cases where I sent a MonoMethod to managed code 
12276         instead of a MonoReflectionMethod. The method information wasn't used
12277         when displaying SecurityException details (but will be now).
12278
12279 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
12280
12281         * Makefile.am : windows build fix.
12282
12283 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
12284
12285         * iltests.il: Add new regression test.
12286
12287         * mini.c (mono_method_to_ir): Allocate a GOT var in CEE_NEWOBJ. Fixes
12288         #72522.
12289
12290 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com> 
12291  
12292         * mini.c: Moved linkdemand check into helper function check_linkdemand
12293         to allow reuse for all intructions (CALL, CALLVIRT, NEWOBJ, JMP, 
12294         LDFTN, LDVIRTFTN).
12295
12296 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>
12297
12298         * declsec.c: Added statistics counter for different kinds of 
12299         LinkDemands.
12300         * mini.h: Added CAS statistic counters to MonoJitStats. Removed unused
12301         (and commented) declaration.
12302         * mini.c: Added statistics counter for security Demand code 
12303         generation. Added display of security statistics.
12304
12305 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
12306
12307         * declsec.c (mono_declsec_linkdemand_aptc): Applied patch from Robert Jordan (robertj@gmx.net).
12308         Fix compilation errors under gcc-2.95.
12309
12310 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
12311
12312         * mini.c, driver.c: Use the new jit trampoline hashtable
12313
12314 Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus@ximian.com>
12315
12316         * mini.c, jit-icalls.c: use the managed implementation of memcpy, too.
12317
12318 2005-02-11  Martin Baulig  <martin@ximian.com>
12319
12320         * debug-mini.c (mono_debug_close_method): Free the line number array.
12321
12322 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
12323
12324         * aot.c: Break up large methods into smaller ones. Share GOT slots for
12325         icalls.
12326
12327         * mini.h: Bump AOT file format version. 
12328
12329 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
12330
12331         * declsec.c: Added LinkDemand support and it's special cases for ECMA,
12332         APTC and P/Invoke.
12333         * declsec.h: Added macros to get/set lazyly initialized security 
12334         informations about assemblies. Added new enum for different type of
12335         possible LinkDemand violation. Added function to check LinkDemands.
12336         * mini.h: Added a field to MonoCompile to hold any security violation
12337         detected when JITting a method (so it can be thrown later).
12338         * mini.c: Added LinkDemand checks in mono_method_to_ir for CEE_CALL 
12339         and CEE_CALLVIRT. Added code to throw exception at the end of
12340         mini_method_compile (note: the exception is unhandled right now).
12341
12342 Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus@ximian.com>
12343
12344         * mini.c, jit-icalls.c: use the managed implementation of
12345         memset for initobj and memset, to avoid managed <-> unmanaged
12346         transitions.
12347
12348 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
12349
12350         * inssel.brg (mini_emit_virtual_call): Disable the virtual->nonvirtual
12351         optimization if it would need a GOT var.
12352
12353         * basic.cs: Add tests for constant propagation and switch statements.
12354
12355         * ssa.c: Fix out-of-range constant propagation and switch statements.
12356
12357 2005-02-09    <vargaz@freemail.hu>
12358
12359         * inssel-x86.brg (reg): Align the allocation size in the localloc(imm) case too.
12360
12361 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
12362
12363         * cpu-amd64.md (load_membase): Fix max length of load_membase.
12364
12365 Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus@ximian.com>
12366
12367         * mini.c: update to new signature of mono_class_get_allocation_ftn().
12368
12369 2005-02-06  Neale Ferguson <NealeFerguson@earthlink.net>
12370
12371         * cpu-s390.md,  mini-s390.c: Correct bug with register usage on certain 
12372         arithmetic operations.
12373
12374 Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus@ximian.com>
12375
12376         * mini-ppc.c: add a workaround for broken user code that
12377         DllImports vararg functions with non-vararg signatures.
12378
12379 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
12380
12381         * mini.c (mono_jit_compile_method_inner): Add detection and a 
12382         meaningfull error message for assemblies written in Managed C++.
12383
12384         * tramp-amd64.c mini-amd64.h: Add support for 
12385         create_trampoline_from_token ().
12386
12387         * aot.c mini-x86.c abcremoval.c: Applied patch from
12388         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
12389
12390 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
12391
12392         * mini.h mini.c mini-x86.h tramp-x86.c: Add a new kind of trampoline 
12393         which takes a MonoImage/token as parameter instead of a MonoMethod.
12394
12395         * aot.c: Use the new trampoline for initializing vtables.
12396
12397         * aot.c: Add support for ldfld/stfld_remote wrappers.
12398
12399         * mini-ops.h cpu-pentium.md inssel-x86.brg mini-x86.c: Add optimized
12400         rules for compare <MEM>, IMM.
12401
12402         * mini.h (MONO_AOT_FILE_VERSION): Bump it.
12403
12404         * aot.c: Handle inherited finalizers correctly.
12405
12406 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
12407
12408         * inssel.brg (stmt): Add a missing _setup_... ().
12409
12410         * aot.c: Save some parts of the class state to the AOT file and use it
12411         to recompute that state when a class is initialized.
12412
12413         * mini.c: Install AOT hooks into the runtime.
12414
12415         * mini.h: Bump AOT file format version.
12416         
12417         * mini.c (mono_method_to_ir): Initialize pointer type locals correctly.
12418         Fixes #72148.
12419
12420         * iltests.il: Add new test.
12421
12422 Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus@ximian.com>
12423
12424         * mini.c: fix typo.
12425
12426 Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus@ximian.com>
12427
12428         * mini.c: setup the statistical profiler in the thread attach
12429         callback to cope with the new single thread code.
12430
12431 Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus@ximian.com>
12432
12433         * mini-ppc.c: ensure we have enough room for the profiler
12434         calls (fixed bug#72084).
12435
12436 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
12437
12438         * aot.c: Get rid of the MonoAotMethod structure and the hashtable holding 
12439         it.
12440
12441 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
12442
12443         * driver.c: Re-enabled SSAPRE (two commits, I was just dumb).
12444
12445 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
12446
12447         * ssapre.c: Fixed an issue with down safety (this allows IronPython
12448         to succesfully execute parrotbench).
12449         * ssapre.h: Likewise.
12450
12451 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
12452
12453         * ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
12454         variable for stores to method arguments (fixes a SSAPRE issue).
12455
12456 Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus@ximian.com>
12457
12458         * mini.c: handle value types in dup, fixes gen-112.cs.
12459
12460 Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus@ximian.com>
12461
12462         * mini-ppc.c, cpu-g4.md, tramp-ppc.c: use a slower code
12463         sequence for calls in dynamic methods to avoid thunks.
12464
12465 Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus@ximian.com>
12466
12467         * mini.c: correctly remove dynamic methods from the hashtable.
12468
12469 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
12470
12471         * driver.c: Disabled SSAPRE until fix the bug that appears
12472         in IronPython's parrotbench.
12473
12474 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
12475
12476         * aot.c (mono_compile_assembly): Get rid of Skip (other) messages.
12477
12478         * mini.c (mono_method_to_ir): Revert the previous change.
12479         
12480         * mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
12481         when AOT compiling.
12482
12483         * tramp-x86.c (x86_magic_trampoline): Avoid calls to 
12484         mono_jit_info_table_find () etc. when running under valgrind.
12485
12486         * inssel.brg: Fix warnings.
12487
12488         * mini-exceptions.c: Fix warnings.
12489
12490 2005-01-31  Martin Baulig  <martin@ximian.com>
12491
12492         * driver.c (compile_all_methods_thread_main): Don't try to compile
12493         generic methods or anything which has type parameters.
12494
12495 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
12496
12497         * aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.
12498
12499         * TestDriver.cs: Add --verbose flags.
12500
12501         * graph.c ssa.c: Fix 64 bit warnings.
12502         
12503         * abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c 
12504         trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
12505         Fix 64 bit warnings.
12506
12507         * mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
12508         variable not spotted by gcc.
12509         
12510         * mini-amd64.c inssel-amd64.brg: Applied patch from  
12511         Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of 
12512         X86_COMPARE_MEMBASE opcodes.
12513
12514         * exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.
12515
12516 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
12517
12518         * *: MonoMethod->signature might be NULL now. You *MUST* use
12519         mono_method_signature.
12520
12521 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
12522
12523         * driver.c (compile_all_methods_thread_main): Compile the methods
12524         without invoking cctors.
12525
12526 Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus@ximian.com>
12527
12528         * mini.c: remove ben's "optimizations" to dup+stloc (bug #71905).
12529         * basic-calls.cs: test for the above.
12530
12531 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
12532
12533         * mini.c mini-exceptions.c aot.c exceptions-*.c: Update after 
12534         MonoJitInfo changes.
12535
12536 2005-01-27  Zoltan Varga  <vargaz@freemail.hu>
12537
12538         * mini-exceptions.c (mono_handle_exception): Compute the stack trace
12539         eagerly if it contains dynamic methods.
12540         
12541         * mini-exceptions.c (ves_icall_System_Exception_get_trace): New icall.
12542
12543         * mini-exceptions.c (mono_handle_exception): Avoid computing the stack
12544         trace, it is now computed by an icall from trace_ips.
12545         
12546         * mini-exceptions.c: Fix a warning.
12547
12548 Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus@ximian.com>
12549
12550         * mini-exceptions.c: don't bother getting stack trace info if
12551         it's not going to be used.
12552
12553 2005-01-27  Raja R Harinath  <rharinath@novell.com>
12554
12555         * Makefile.am (common_sources): Add ssapre-cee-ops.h and
12556         ssapre-mini-ops.h.
12557
12558 2005-01-26  Zoltan Varga  <vargaz@freemail.hu>
12559
12560         * mini.c (remove_block_if_useless): Only print debug stuff with -v -v.
12561
12562         * aot.c: Avoid calling mono_method_get_header () if not needed.
12563
12564         * mini.h: Bump AOT file format version.
12565         
12566         * mini.c (mono_emit_native_call): Allocate a GOT var here.
12567
12568         * mini.c (mono_print_tree): Print more info for calls.
12569
12570 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
12571
12572         * declsec.h: Remove warning by adding missing include for marshal.h
12573
12574 2005-01-26  Martin Baulig  <martin@ximian.com>
12575
12576         * mini.c (mono_method_to_ir): In CEE_UNBOX_ANY, don't increase
12577         `ip' twice.
12578
12579 2005-01-25  Zoltan Varga  <vargaz@freemail.hu>
12580
12581         * mini-amd64.c (mono_arch_call_opcode): Add missing MONO_SSA_LOAD/STORE
12582         flags.
12583
12584         * ssa.c (mono_ssa_compute): Fix crashes when using AOT.
12585
12586         * aot.c (mono_compile_assembly): Fix a warning.
12587
12588 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com>
12589
12590         * declsec.c: Look for security attributes on the original MonoMethod 
12591         (and not the wrapped one). This fix permissions on icalls.
12592
12593 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
12594
12595         * mini-amd64.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
12596
12597         * mini.c (mono_allocate_stack_slots): Add a fixme.
12598
12599         * mini-x86.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
12600
12601 Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus@ximian.com>
12602
12603         * inssel.brg: optimize casts of sealed types (more
12604         optimizations waiting for fixes in remoting).
12605
12606 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
12607
12608         * inssel.brg (stmt): Add another dummy rule.
12609
12610         * driver.c: Fix warnings.
12611
12612         * driver.c (mono_main): If running under valgrind, instruct glib to use
12613         the system allocation functions so valgrind can track the memory
12614         allocated by the g_... functions.
12615
12616         * inssel.brg (stmt): Add DUMMY rule for OP_DUMMY_STORE.
12617
12618         * mini-ops.h: Add OP_DUMMY_STORE opcode.
12619
12620         * mini.h (MONO_BBLOCK_IS_IN_REGION): New helper macro.
12621
12622         * liveness.c: Handle OP_DUMMY_STORE. Enable register allocation for
12623         variables in try regions.
12624
12625         * mini.c (mini_method_compile): Don't disable optimizations on large
12626         methods when AOT compiling.
12627
12628         * mini.c (mono_allocate_stack_slots): New arch independent method to 
12629         allocate stack slots. Not yet used.
12630
12631 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
12632
12633         * debug-mini.c (mono_debug_close_method): Plug some leaks.
12634
12635 Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus@ximian.com>
12636
12637         * mini-ppc.c: make the branch info relative as the code
12638         buffer can be reallocated.
12639
12640 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
12641
12642         * aot.c: Allow decoding of the new  MONO_PATCH_INFO_DECLSEC.
12643         * driver.c: Removed the AOT/security restriction. Now initialize the
12644         security manager (in metadata) if --security is used.
12645         * mini.c|h: Add the MONO_PATCH_INFO_DECLSEC code to use the index,
12646         rather than the pointer to declarative security, when AOT is used.
12647
12648 Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus@ximian.com>
12649
12650         * mini.h, mini-ppc.h, mini-ppc.c: updated to use out of line
12651         basic blocks, reduced intrinsic exception throwing code size.
12652
12653 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
12654
12655         * driver.c (mini_usage): Reorder the usage screen.
12656
12657 2005-01-21  Zoltan Varga  <vargaz@freemail.hu>
12658
12659         * mini.c (mono_resolve_patch_target): Fix warning.
12660
12661 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
12662
12663         * mini-x86.c (mono_arch_local_regalloc): Fix bug introduced by
12664         previous patch.
12665
12666         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
12667
12668         * mini-amd64.c (mono_arch_local_regalloc): Revert last patch as it
12669         breaks the amd64 build.
12670
12671         * mini-x86.c (mono_arch_local_regalloc): Fix bug in div/rem 
12672         register allocation. Fixes #71454.
12673
12674         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
12675
12676         * arrays.cs: Add new regression test.   
12677
12678 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
12679
12680         * ssapre.c: Turned usage of snprintf to GString.
12681         * ssapre.h: disabled MONO_APPLY_SSAPRE_TO_SINGLE_METHOD
12682         (I left it on by mistake in my previous commit).
12683
12684 Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus@ximian.com>
12685
12686         * mini.c, cfold.c, basic-calls.cs: preserve side effects
12687         on cond branch optimization (fixes bug# 71515).
12688
12689 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
12690
12691         * abcremoval.c: Fixed bug 71062.
12692         * abcremoval.h: Likewise.
12693
12694 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
12695
12696         * mini.c: Added a new functionality to optimize_branches, the removal
12697         of useless basic blocks, and fixed some problem in the removal of
12698         critical edges; some utility functions added for both purposes.
12699         * ssapre.c: Added complex expression support, and fixed bug 70637.
12700         * ssapre.h: Likewise.
12701         * ssapre-cee-ops.h: Added file with list of "CEE_*" opcodes
12702         enabled in SSAPRE.
12703         * ssapre-mini-ops.h: Likewise, but for "OP_*" opcodes.
12704         * driver.c: Re-enabled SSAPRE.
12705
12706 2005-01-19  Martin Baulig  <martin@ximian.com>
12707
12708         * mini.c (mono_method_to_ir): Call mono_get_inflated_method() on
12709         the result of mono_get_method_constrained().
12710
12711 2005-01-18  Neale Ferguson <NealeFerguson@earthlink.net>
12712
12713         * exceptions-s390.c tramp-s390.c: Allocate code using the global code
12714         manager.
12715
12716 2005-01-18  Geoff Norton  <gnorton@customerdna.com>
12717
12718         * jit-icalls.c (mono_llmult_ovf): Fix other overflow conditions to
12719         be detected.  Fixes #59296.
12720
12721 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
12722
12723         * mini-amd64.c (mono_arch_output_basic_block): Remove some assertions
12724         which can happen. Fixes #71361.
12725
12726 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
12727
12728         * exceptions-sparc.c tramp-sparc.c: Allocate code using the global code
12729         manager.
12730
12731 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
12732
12733         * mini.c (mono_create_jump_trampoline): Revert last change as it causes
12734         appdomain-unload.exe to fail.
12735         
12736         * mini.c: Fix some memory leaks.
12737
12738 Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus@ximian.com>
12739
12740         * inssel.brg: handle the new size of rank, idepth, max_interface_id.
12741         Fixed bug and sped up some codepaths.
12742
12743 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
12744
12745         * mini.c: Fix some memory leaks.
12746
12747         * exceptions.cs basic-long.cs: Add test for checked ulong->int 
12748         conversion.
12749
12750         * inssel-long.brg: Implement long_conv_to_ovf_i4_un. Fixes #71319.
12751
12752         * inssel-long.brg: Fix conv.ovf.i8 when run on an int32. Fixes
12753         #71320.
12754
12755         * iltests.il: Add regression test for #71320.
12756
12757 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
12758
12759         * mini.c (mono_codegen): Fix installation of profiler hooks.
12760
12761         * mini-sparc.c mini-amd64.c: Don't allocate stack space for dead vars.
12762
12763 Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
12764
12765         * mini.h, mini.c, cfold.c: optimize access to enum
12766         readonly fields, too. Eval conditional branches if possible
12767         to perform unreachable code removal in more cases.
12768
12769 2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
12770
12771         * tramp-amd64.c exceptions-amd64.c: Use the new global code manager.
12772
12773         * mini.c (mono_global_codeman_reserve): New function to allocate code memory from a global
12774         code manager.
12775
12776         * tramp-x86.c mini-x86.c exceptions-x86.c: Allocate all code memory so mono works with
12777         WinXP DEP. Fixes #71244.
12778
12779 2005-01-14  Zoltan Varga  <vargaz@freemail.hu>
12780
12781         * inssel.brg: Allways convert CEE_CONV_OVF_I4 to a move on 64 bit platforms. Fixes #71236.
12782
12783 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
12784
12785         * mini-x86.c (mono_arch_output_basic_block): Fix OP_ATOMIC_ADD_NEW_I4.
12786
12787 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
12788
12789         * mini-exceptions.c exceptions-ppc.c aot.c: Cope with MonoJitInfo 
12790         changes.
12791
12792         * mini.h: Bump AOT version.
12793
12794         * mini.h (MonoCompile): Change exvar to a hash table.
12795
12796         * mini.c: Allocate a separate exvar for each handler block.
12797
12798         * mini.c: Get rid of the computation of filter_lengths, its not needed.
12799
12800         * mini.c inssel.brg: Change OP_THROW_OR_NULL to compare the current
12801         ex var with the pending exception and only throw if the two are equal.
12802         Fixes #68552.
12803         
12804         * exceptions.cs: Add tests for rethrow and nested catch clauses.
12805
12806         * mini-x86.c: Fix warnings.
12807
12808         * Makefile.am (common_sources): Move mini-exceptions.c here as it is
12809         used by all the ports now.
12810
12811         * aot.c: Add write-symbols and save-temps options.
12812
12813 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
12814
12815         * mini-x86.c: Add support for returning structs in registers from pinvoke functions on WIN32.
12816
12817 Mon Jan 10 16:11:16 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
12818
12819         * mini-ops.h, inssel-s390.brg, cpu-s390.md: Support OP_ATOMIC__xxx 
12820         operations.
12821
12822         * tramp-s390.c: Check vtable slot belongs to the domain.
12823
12824         * mini-exceptions.c, exceptions-s390.c: Standardize exception handling
12825         as per other platforms.
12826
12827         * mini-s390.c, mini-s390.h: Enable out-of-line bblock support.
12828
12829 Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus@ximian.com>
12830
12831         * driver.c: we don't run the Main() code in a subthread anymore.
12832
12833 Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus@ximian.com>
12834
12835         * mini.c: added experimental rtc support in the statistical
12836         profiler: if the user has the permission, more accurate statistics
12837         are gathered. Run with: MONO_RTC=4096 mono --profiler=default:stat ....
12838         The MONO_RTC value must be restricted to what the linux rtc allows:
12839         power of two from 64 to 8192 Hz.
12840
12841 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
12842
12843         * mini-x86.c (mono_arch_emit_exceptions): Fix #71121.
12844
12845 Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus@ximian.com>
12846
12847         * mini-ppc.c: better icache flush for smp.
12848
12849 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
12850
12851         * mini-amd64.c (emit_move_return_value): Fix memory leak.
12852
12853         * mini-x86.c (get_call_info): Add the get_call_info () code from the
12854         amd64 port, not yet used.
12855
12856 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
12857
12858         * mini.c (mono_method_to_ir): Disable inlining of ldfld wrappers with
12859         a struct type.
12860
12861 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
12862
12863         * driver.c: Added --security option to activate the security manager.
12864         Right now this will allow code generation for declarative demands and
12865         is disabled when AOT is specified.
12866         * mini.c: Add code generation for declarative security demands.
12867         * mini.h: Add mono_use_security_manager as an extern gboolean.
12868
12869 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
12870
12871         * aot.c (mono_compile_assembly): Speed up compilation a bit by
12872         emitting more dense assembly code.
12873
12874         * mini-sparc.c mini-sparc.h exceptions-sparc.c: Enable optimized corlib
12875         exception throwing stuff.
12876
12877 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
12878
12879         * mini-sparc.c (mono_arch_emit_exceptions): Fix typo in previous patch. Remove
12880         dead code.
12881
12882         * mini-amd64.c (mono_arch_emit_exceptions): Remove duplicate epilog stuff
12883         left in by mistake.
12884
12885         * driver.c (EXCLUDED_FROM_ALL): Disable SSAPRE until bug #70637 is 
12886         fixed.
12887
12888         * mini-sparc.h mini-sparc.c: Enable out-of-line bblock support.
12889
12890         * tramp-*.c: Only patch vtable slots if the object is in the current
12891         domain. Fixes appdomain-unload.exe.
12892
12893         * mini-amd64.c mini-amd64.h: Enable out-of-line bblock support.
12894         
12895         * mini-amd64.c (mono_arch_local_regalloc): Port regalloc fix from
12896         x86 branch.
12897
12898 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
12899
12900         * mini.c (reverse_branch_op): New helper function.
12901
12902         * mini.c (optimize_branches): Run the new optimization only on 
12903         platforms which support it. Also reverse all kinds of branches.
12904
12905         * mini.h (MonoBasicBlock): Add 'out_of_line' field.
12906
12907         * mini.c (mono_method_to_ir): Set 'out_of_line' for bblocks which have
12908         a throw statement.
12909
12910         * mini.c (optimize_branches): Reverse not-equals branches if the false
12911         bblock is a throw. This happens a lot of time with argument checking in
12912         corlib.
12913
12914         * mini.c (mono_codegen): Add support for placing basic blocks after
12915         the function epilogue.
12916
12917         * mini-x86.c mini-x86.h: Add support for placing basic blocks after the
12918         function epilogue.
12919         
12920 2005-01-05  Miguel de Icaza  <miguel@ximian.com>
12921
12922         * mini.c (setup_stat_profiler): Only set this up if the platform
12923         supports ITIMER_PROF.
12924
12925 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
12926
12927         * mini-x86.c (mono_arch_local_regalloc): Fix a bug introduced by the
12928         previous patch.
12929
12930         * inssel.brg: Fix a warning.
12931
12932 Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus@ximian.com>
12933
12934         * mini.c: added support for statistical profiler 
12935         (run with: --profile=default:stat).
12936
12937 2005-01-04  Zoltan Varga  <vargaz@freemail.hu>
12938
12939         * mini-x86.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Enable this on x86.
12940
12941         * mini-x86.c cpu-pentium.md: More fixes for usage of global registers.
12942
12943         * mini-amd64.c (mono_arch_local_regalloc): Port some regalloc fixes 
12944         related to global registers from the amd64 port.
12945
12946 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
12947
12948         * mini.c (mono_method_to_ir): Handle MONO_CLASSCONST.
12949
12950         * mini-amd64.c (mono_arch_local_regalloc): Fix some regalloc problems
12951         with global registers.
12952         (mono_arch_output_basic_block): Fix SWITCH in the AOT case.
12953
12954         * aot.c (emit_method_code): Fix the 'method emitted as' messages.
12955
12956 2004-12-31  Zoltan Varga  <vargaz@freemail.hu>
12957
12958         * debug-mini.c (encode_value): Fix off-by-one.
12959
12960         * aot.c (encode_value): Likewise.
12961
12962         * mini.c (mono_method_to_ir): Disable AOT for methods containing LDPTR.
12963
12964 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
12965
12966         * mini.c linear-scan.c: Add a workaround for the mcs crash when using 
12967         AOT.
12968
12969         * aot.c (mono_aot_load_method): Free up patch info if no longer needed.
12970         
12971         * aot.c (emit_method_info): Increase size of temp buffer.
12972
12973         * mini-x86.c cpu-pentium.md mini.c: Load fp constants differently in 
12974         the AOT case.
12975
12976 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
12977
12978         * aot.c (emit_method_info): Fix build.
12979         
12980         * aot.c: Further rework of the AOT file format to reduce the size of
12981         the method info data.
12982
12983         * mini.h: Bump AOT file format version.
12984
12985 2004-12-27  Martin Baulig  <martin@ximian.com>
12986
12987         * mini.c (mini_get_method): New static method; call
12988         mono_get_method_full() and mono_get_inflated_method().
12989         (mono_method_to_ir): Use mini_get_method() instead of
12990         mono_get_method_full(). 
12991
12992 2004-12-26  Patrik Torstensson  <patrik.torstensson@gmail.com>
12993
12994         * mini-x86.c (atomic ops): fixed bug interlocked bug #70784. 
12995
12996 2004-12-25  Zoltan Varga  <vargaz@freemail.hu>
12997
12998         * inssel.brg (ldind_to_load_membase): Handle CEE_LDIND_I8.
12999
13000         * inssel-amd64.brg: Add some optimization rules.
13001
13002 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
13003
13004         * aot.c: Remove the use of MonoGHashTable and other GC stuff. The
13005         standard not GC'd stuff is fine.
13006
13007 2004-12-24  Zoltan Varga  <vargaz@freemail.hu>
13008
13009         * aot.c: Rework the AOT file format to get rid of most of the global
13010         symbols. This reduces the size of the mscorlib.dll.so by 1MB.
13011
13012         * mini.h: Bump AOT file format version.
13013         
13014 2004-12-23  Zoltan Varga  <vargaz@freemail.hu>
13015
13016         * mini.h: Bump AOT file format version.
13017
13018         * aot.c (mono_aot_is_got_entry): New function to determine if an 
13019         address is inside a GOT.
13020
13021         * aot.c mini-x86.c tramp-x86.c: Make all patches use the GOT.
13022
13023         * cpu-pentium.md: Increase the maximum size of some instructions which
13024         might involve a got access.
13025         
13026         * mini.c (get_method_from_ip): Another debug helper function.
13027
13028         * mini.c: Call mono_get_got_var () in a couple places. Handle the case
13029         when got var accesses are created during the decompose phase.
13030
13031         * mini-sparc.c: Change mono_compile_aot to cfg->compile_aot.
13032
13033         * mini.h mini.c mini-x86.c aot.c mini-sparc.c: Add a 'compile_corlib'
13034         argument mini_compile_method and to MonoCompile, and use this to
13035         determine whenever a given method is compiled for AOT. This allows the
13036         other methods compiled during AOT compilation to be free of AOT stuff,
13037         so the backends does not need to add special support for them by
13038         creating a fake GOT etc.
13039
13040         * mini-x86.c (mono_arch_patch_code): Remove fake got stuff as it is no
13041         longer needed.
13042
13043 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
13044
13045         * mini.c (mono_method_to_ir): It turns out that some of the
13046         x-appdomain wrappers are lax with types, so just ignore this for
13047         all wrappers.
13048
13049         * inssel.brg (OP_CHECK_ARRAY_TYPE): Optimize this by only looking
13050         at the vtable->klass. If it is non-shared code we can just use the
13051         vtable.
13052
13053 Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus@ximian.com>
13054
13055         * mini-ppc.c: access MonoDomain from tls, too.
13056
13057 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
13058
13059         * declsec.c: Removed unused variable (and related warning ;-)
13060
13061 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
13062
13063         * iltests.il: New test for LDELEMA on an array of ref types.
13064
13065         * mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
13066         all ldelema's on reftypes.
13067         (check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
13068         it was the wrong place to put it.
13069
13070         * mini-x86.c (mono_arch_output_basic_block): Just use ecx as the
13071         register to pop to make this cleaner, at the request of Paolo.
13072
13073 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
13074
13075         * mini-ops.h (OP_GETHASHCODE): New op.
13076
13077         * inssel.brg (OP_GETHASHCODE): Emit code for the new opcode
13078
13079         * mini.c (mini_get_inst_for_method): Create the intrinsic hash
13080         operation.
13081
13082         For a microbenchmark, this reduces the cost of Hashtable.get_Item
13083         by 25%.
13084         
13085         * mini-x86.c (mono_arch_output_basic_block): Rather than
13086
13087         add ebp, 4
13088
13089         Emit
13090
13091         pop edx
13092
13093         The first is 3 bytes while the second is 1. This saves 36 kb on
13094         mscorlib, quite a big saving. When bootstraping mcs, I was able to
13095         see a small boost because of icache locality.
13096
13097         * cfold.c (FOLD_BINOPCOMM): Kill add foo, 0
13098
13099 Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus@ximian.com>
13100
13101         * Makefile.am, mini-ppc.h, mini-exceptions.c, exceptions-ppc.c:
13102         started code sharing with the generic code.
13103
13104 Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus@ximian.com>
13105
13106         * mini-ppc.c, cpu-g4.md: added code for direct access to
13107         tls data slots.
13108
13109 Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus@ximian.com>
13110
13111         * mini-ops.h, inssel-x86.brg, cpu-amd64.md, inssel.brg, inssel-amd64.brg,
13112          mini-amd64.c, mini-x86.c, cpu-pentium.md: renamed OP_X86_TLS_GET
13113         to OP_TLS_GET.
13114
13115 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
13116
13117         * declsec.c|h: Added functions to cache the declarative stack modifiers
13118         in MonoJitInfo and to create a security frame from a MonoJitInfo 
13119         structure.
13120         * mini.c: Initialize jinfo->cas_inited to FALSE when MonoJitInfo is
13121         created. Register internal calls for System.Security.SecurityFrame::
13122         _GetSecurityFrame and _GetSecurityStack.
13123         * mini.h: Added definition for new icalls (in mini-exceptions.c) and
13124         the definitions for the new stack walk/callback mechanism.
13125         * mini-exceptions.c: Added internal call GetSecurityFrame (to get the 
13126         first security frame for LinkDemands and InheritanceDemands) and
13127         GetSecurityStack for Demands. Both use the new mono_walk_stack code
13128         from lupus.
13129         * mini-x86.h, mini-amd64.h, mini-sparc.h: Architecture specific stack
13130         walk initialization (lupus).
13131
13132 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
13133
13134         * mini.c (mono_method_to_ir): In CEE_DUP, handle the dup / stloc
13135         idiom.
13136         (handle_loaded_temps): Do not create a temporary variable for
13137         things that we know are temps. They will never be modified.
13138         (mono_spill_call): Set MONO_INST_IS_TEMP
13139         (mono_emulate_opcode): ditto
13140         (emit_tree): ditto
13141         (mono_method_to_ir.CEE_DUP): ditto
13142
13143 2004-12-19  Ben Maurer  <bmaurer@ximian.com>
13144
13145         * mini.c (type_to_eval_stack_type): Make this handle the void type
13146         (mono_emit_call_args): set the call->type with type_to_eval_stack_type
13147         (emit_tree): use ip_in_bb to special case some common idioms
13148         Update all callers to pass in the IP.
13149         (mono_method_to_ir): Make CEE_CALL* do the above as well.
13150
13151         This gives us a nice 2% speedup in mcs bootstrap.
13152
13153         * mini-x86.c (peephole_pass): Peephole pass to make
13154         mov  [foo], eax
13155         push [foo]
13156
13157         into
13158
13159         mov [foo], eax
13160         push eax
13161
13162         * mini.c (ip_in_bb): new method.
13163         (mono_method_to_ir): use this method rather than doing the hash
13164         lookup ourselves.
13165
13166         * linear-scan.c (mono_linear_scan): When expiring actives, you
13167         don't need to keep around variables that expire on this
13168         instruction. This makes it so that:
13169              a = b + 1
13170         will turn into:
13171              store (ebx add (ebx, 1))
13172         which will become
13173              add ebx, 1
13174
13175 2004-12-19  Zoltan Varga  <vargaz@freemail.hu>
13176
13177         * mini.c (mono_method_to_ir): Optimize the common ldobj+stloc 
13178         combination to avoid doing two copies. Fix up problems with previous
13179         patch.
13180
13181         * mini.c: Fix 64 bit warnings.
13182
13183         * mini-x86.c (INST_IGNORES_CFLAGS): Add OP_STOREI4_MEMBASE_REG.
13184
13185 2004-12-17  Zoltan Varga  <vargaz@freemail.hu>
13186
13187         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Port exception handling
13188         changes from the x86 code.
13189
13190         * mini.h: Add prototype for mono_arch_get_throw_corlib_exception ().
13191
13192 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
13193
13194         * mini-x86.c (mono_arch_emit_epilog): Optimize the corlib exception
13195         throwing code to reduce its size, unify the AOT and non-aot code and 
13196         get rid of relocations in the AOT case.
13197
13198         * mini-x86.h mini.c exceptions-x86.c 
13199         (mono_arch_get_throw_corlib_exception): New arch specific function to 
13200         raise corlib exceptions which doesn't require relocations in the 
13201         caller.
13202
13203         * aot.c (emit_method): Handle PATCH_INFO_NONE as well.
13204
13205 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
13206
13207         * mini.c (mono_emit_method_call): Only allocate the got var when it is
13208         needed.
13209
13210         * mini-x86.c (mono_arch_patch_code): Add missing PATCH_INFO_METHOD_REL
13211         in the AOT case.
13212
13213 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
13214
13215         * mini-x86.c, cpu-pentium.md, inssel-x86.brg: Fixed bug
13216         with add function when used from Inc/dec atomic 
13217         functions. Re-enabled optimization on x86.
13218         * mini-ops.h: renamed atomic_add functions to
13219         allow _add to match the Interlocked::Add and
13220         _add_next to match Interlocked::Inc/Dec.
13221
13222 2004-12-15  Massimiliano Mantione  <massi@ximian.com>
13223
13224         * mini.c: Fixed a subtle bug in mono_method_to_ir, about the
13225         linking of BBs to the end BB, and enabled SSAPRE also with
13226         consprop and copyprop (which was prevented by that bug).
13227
13228 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
13229
13230         * mini-x86.c: disabling the Interlocked optimizing code. 
13231
13232 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
13233
13234         * aot.c (load_aot_module): Move reading of got_addr after the AOT
13235         file version check.
13236         
13237 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
13238
13239         * mini-x86.c, inssel-x86.brg, cpu-pentium.md: removed _imm 
13240         interlocked optimization due lack of support on x86, rewrote 
13241         exchange to take into account that base may be in eax.
13242         
13243         xsp works again; activated Interlocked optimizing code.
13244         
13245 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
13246
13247         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
13248
13249 2004-12-13  Zoltan Varga  <vargaz@freemail.hu>
13250
13251         * mini-ops.h: Add new opcodes.
13252
13253         * mini.h: Add new patch types. Add got_var to MonoCompile.
13254
13255         * mini.h mini-x86.c mini-amd64.c aot.c: Rename 
13256         mono_arch_get_aot_patch_offset () to mono_arch_get_patch_offset () and
13257         make it work with all kinds of patchable code.
13258
13259         * inssel.brg inssel-x86.brg: Add new rules dealing with computing the
13260         address of the GOT, and referencing entries in the GOT.
13261
13262         * mini.c: Add code to load the GOT address if needed by an opcode.
13263
13264         * aot.c mini-x86.h mini-x86.c cpu-pentium.md: Add support for position 
13265         independent AOT code on the x86 using an elf-style Global Offset Table.
13266
13267 2004-12-14  Raja R Harinath  <rharinath@novell.com>
13268
13269         * Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
13270
13271 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13272
13273         * mini-x86.c: disabling the Interlocked optimizing code. It segfaults
13274         when running xsp.
13275
13276 2004-12-13  Patrik Torstensson  <patrik.torstensson@gmail.com>
13277
13278         * mini-x86.c,mini-ops.h,inssel-x86.brg,cpu-pentium.md: Implementation
13279         of Interlocked:Increment/Decrement/Add as inline ops.
13280         (mini-x86.c (mono_arch_get_inst_for_method and mono_arch_output_basic_block))
13281
13282 2004-12-12  Geoff Norton  <gnorton@customerdna.com>
13283
13284         * exceptions-ppc.c: Reorder code so gcc3.4 can compile it
13285         * mini-ppc.c: Unify mono_arch_patch_code with changes in r37636.
13286
13287 2004-12-12  Duncan Mak  <duncan@ximian.com>
13288
13289         * mini-ppc.c (mono_arch_patch_code): Hopefully made this build
13290         again. `patch_info->table_size' is no longer valid after Zoltan's
13291         commit #37636.
13292
13293 2004-12-12  Martin Baulig  <martin@ximian.com>
13294
13295         * mini.c (mono_method_to_ir): Only call mono_debug_init_method()
13296         if we are the "real" method, ie. not an inlined method inside it.
13297
13298 2004-12-11  Ben Maurer  <bmaurer@ximian.com>
13299
13300         * mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
13301         before we look in the special fields table. This fixes
13302         ../tests/thread-static-init.cs.
13303
13304 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13305
13306         * mini.c: return immediately after setting OP_ARRAY_RANK or CEE_LDLEN
13307         for Array get_Rank and get_Length. Fixes bug #70465.
13308
13309 2004-12-11  Zoltan Varga  <vargaz@freemail.hu>
13310
13311         * mini.h mini.c aot.c: Put the bblock table for a SWITCH patch into a
13312         separate structure to reduce the size of MonoJumpInfo.
13313
13314 Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus@ximian.com>
13315
13316         * mini.c, mini.h, aot.c, driver.c: allow disabling the aot code.
13317
13318 2004-12-10  Patrik Torstensson  <patrik.torstensson@gmail.com>
13319
13320         * mini.c (mini_get_inst_for_method): Changed to allow ports
13321         to return a MonoInst instead of opcode 
13322         (renamed mini_get_opcode_for_method to better reflect the new functionality)
13323         
13324         * mini-[x86|s390|s390x|ppc|sparc].c (mono_arch_get_inst_for_method): 
13325         Allow ports to return a created MonoInst instead of op-code, will enable
13326         new optimizations.
13327         (renamed mini_get_opcode_for_method to better reflected the functionality)
13328
13329 2004-12-09  Zoltan Varga  <vargaz@freemail.hu>
13330
13331         * mini.c (NEW_AOTCONST): Share some code between the different NEW_AOTCONST macros.
13332
13333 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
13334
13335         * mini.c jit-icalls.c: Pass generic_context to mono_ldtoken_wrapper.
13336         Fixes #69985.
13337
13338 2004-12-08  Martin Baulig  <martin@ximian.com>
13339
13340         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use `fsig->signature'
13341         if we're a CEE_CONSTRAINED call.  Fixes gen-118.cs.
13342
13343 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
13344
13345         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_<X>
13346         correctly.
13347
13348         * exceptions.cs: Disable some tests which depend on properties of x86 fp
13349         arithmetic.
13350
13351 2004-12-08  Raja R Harinath  <rharinath@novell.com>
13352
13353         * Makefile.am (CLEANFILES): Add *.exe, *.dll.
13354
13355 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
13356
13357         * mini-sparc.c (mono_arch_output_basic_block): Fix LOCALLOC_IMM
13358         bug introduced by the previous patch.
13359
13360 Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus@ximian.com>
13361
13362         * mini-ppc.c, objectc.cs: handle large structs passed by value
13363         (fixes bug #69972).
13364
13365 Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus@ximian.com>
13366
13367         * mini-ppc.c: OP_ARGLIST implementation from
13368         Geoff Norton  <gnorton@customerdna.com>.
13369
13370 Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus@ximian.com>
13371
13372         * inssel-x86.brg, inssel-ppc.brg: fix reference to register
13373         in stmt: OP_OUTARG_VT (reg) (should fix bug #69785).
13374
13375 Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus@ximian.com>
13376
13377         * exceptions-ppc.c: avoid calling ppc_patch in exception trampolines.
13378
13379 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13380
13381         * inssel-s390.brgi, mini-ops.h, mini-s390.c : Add stubs for support of tls offset
13382         support.
13383
13384 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
13385
13386         * mini-sparc.c: Zero out localled-ed memory.
13387
13388         * iltests.il: Add tests for zeroing out localloc-ed memory.
13389
13390 2004-12-04  Martin Baulig  <martin@ximian.com>
13391
13392         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use the new
13393         mono_method_get_signature_full().       
13394
13395 2004-12-03  Massimiliano Mantione  <massi@ximian.com>
13396
13397         * mini.c: Added removal of critical edges (prerequisite for SSAPRE),
13398         and some utility functions (always for SSAPRE), integrated SSAPRE.
13399         * mini.h: Likewise.
13400         * driver.c: Added ssapre option.
13401         * ssa.c: Small fix on OP_ARG handling.
13402         * ssapre.c, ssapre.h: Added files containing SSAPRE implementation.
13403         * Makefile.am: Likewise.
13404
13405 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
13406
13407         * tramp-x86.c (mono_arch_create_jit_trampoline): Remove code which is
13408         now in the xp code.
13409
13410         * mini.c (mini_init): Register mono_thread_force_interruption_checkpoint
13411         icall.
13412
13413 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13414
13415         * inssel-s390.brg : Add OP_OUTARG_VT (OP_REFANYTYPE (reg)) rule.
13416         
13417         * cpu-s390.md : Increase instruction length of oparglist.
13418
13419         * mini-s390.c : Implement vararg and TYPEDEBYREF support.
13420
13421 2004-11-30  Martin Baulig  <martin@ximian.com>
13422
13423         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, added support for
13424         virtual generic methods.  We call a special helper_compile_generic_method()
13425         icall to retrieve the method from the vtable, inflate and compile
13426         it and then do a CEE_CALLI.  Thanks a lot to Paolo for this idea.
13427
13428         * jit-icalls.c (helper_compile_generic_method): New JIT icall.
13429
13430 2004-11-30  Zoltan Varga  <vargaz@freemail.hu>
13431
13432         * mini-sparc.c: Fix up vararg corner cases. Fixes #70019.
13433
13434 2004-11-29  Zoltan Varga  <vargaz@freemail.hu>
13435
13436         * cpu-sparc.md mini-sparc.c (long_conv_to_ovf_i): Fill missing delay slot.
13437         Fixes #69929.
13438
13439 2004-11-27  Ben Maurer  <bmaurer@ximian.com>
13440
13441         * inssel.brg (CEE_SWITCH): The AOT stuff Zoltan added is only for
13442         platforms with PIC aot.
13443
13444 2004-11-28  Martin Baulig  <martin@ximian.com>
13445
13446         * mini.c (mono_method_to_ir): In CEE_DUP, added handle_stobj().
13447         Fixes gen-112.cs.
13448
13449 2004-11-28  Martin Baulig  <martin@ximian.com>
13450
13451         * mini-x86.c (mono_arch_call_opcode): Use the original type, not
13452         the result of mono_type_get_underlying_type() to check whether
13453         we're byref.
13454
13455 2004-11-26  Martin Baulig  <martin@ximian.com>
13456
13457         * mini.c
13458         (mono_method_to_ir): Use `!method->signature->has_type_parameters'
13459         in the g_assert().
13460
13461 2004-11-26  Zoltan Varga  <vargaz@freemail.hu>
13462
13463         * mini-amd64.c (mono_arch_emit_this_vret_args): Handle this and vret
13464         the same way as the other arguments so they won't get clobbered.
13465
13466         * mini-amd64.c (mono_arch_output_basic_block): Avoid doing virtual 
13467         calls through R11 since it is clobbered by the trampoline code.
13468
13469 2004-11-26  Raja R Harinath  <rharinath@novell.com>
13470
13471         * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to
13472         pick up in-tree mscorlib.dll.
13473
13474 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
13475
13476         * aot.c: Rename MonoAOTModule->cleanup to out_of_date.
13477
13478         * mini-amd64.c aot.c: Switch to PIC relative AOT code. References to 
13479         runtime data/code are now stored in a table similar to the GOT in ELF. 
13480         This allows the code itself to be position independent.
13481
13482         * aot.c: Fix loading of referenced assemblies after the lazy assembly
13483         loading changes.
13484
13485         * aot.c: Attach ELF type (object/function) directives to all global
13486         symbols.
13487
13488         * tramp-amd64.c (amd64_magic_trampoline): Patch RIP relative calls too.
13489
13490         * inssel.brg (SWITCH): Emit an AOT_CONST in the aot case.
13491
13492         * mini-amd64.h: Turn on PIC AOT code.
13493
13494         * mini.h (mono_arch_get_aot_patch_offset): New arch specific function
13495         returning the offset within an OP_AOTCONST instruction where the GOT
13496         offset needs to be added.
13497
13498         * mini.h: Bump AOT file format version.
13499
13500 2004-11-25  Martin Baulig  <martin@ximian.com>
13501
13502         * mini.c (mono_method_to_ir): In CEE_CALL, don't allow calling any
13503         uninflated generic methods.
13504
13505 2004-11-25  Martin Baulig  <martin@ximian.com>
13506
13507         * mini.c (mono_method_to_ir): Don't allow any uninflated generic methods.
13508
13509 2004-11-24  Martin Baulig  <martin@ximian.com>
13510
13511         * minit.c (type_to_eval_stack_type): Set `inst->klass' to the
13512         original klass (this only applies for generic instances).
13513
13514 2004-11-24  Martin Baulig  <martin@ximian.com>
13515
13516         * mini.c (mono_method_to_ir): Use `STACK_OBJ' instead of
13517         `ldind_type [CEE_LDIND_REF]' (which would be beyond the end of
13518         that array).
13519
13520 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
13521
13522         * mini.c (mono_method_to_ir): Disable inlining for methods containing
13523         localloc. Fixes #69678.
13524
13525         * iltests.il (test_0_localloc_inline): Add regression test for #69678.
13526         
13527 2004-11-23  Zoltan Varga  <vargaz@freemail.hu>
13528
13529         * mini-amd64.c (mono_arch_output_basic_block): Set %al to the number of
13530         used SSE registers on pinvoke calls. Fixes #69774.
13531
13532 2004-11-23  Geoff Norton  <gnorton@customerdna.com>
13533
13534         * inssel-ppc.brg, mini-ppc.c: Use mono_class_from_mono_type instead of
13535         vt->inst_vtype->data.klass.  This fixes generic structs and bug #69766
13536
13537 2004-11-23  Raja R Harinath  <rharinath@novell.com>
13538
13539         * Makefile.am (MCS,ILASM): Don't refer to runtime/ directory.
13540         Refer directly to the mcs/ tree.
13541
13542 2004-11-19  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13543
13544         * mini-s390.c, tramp-s390.c, mini-s390.h: Add LMF processing for trampolines.
13545         Check if a trampoline for a synchronized method is required. 
13546
13547 Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus@ximian.com>
13548
13549         * mini-ppc.c, cpu-g4.md: set to zero the memory allocated
13550         with localloc if needed. Throe arithmetric exception in
13551         div an rem if needed. Implement ovf checks in OP_LCONV_TO_OVF_I.
13552         Adapted from a patch by Geoff Norton  <gnorton@customerdna.com>.
13553
13554 2004-11-19  Geoff Norton  <gnorton@customerdna.com>
13555
13556         * mini-ppc.c: Call mono_type_get_underlying_type to unwrap generic
13557         types before switching on type.  Fixes #69622.
13558
13559 2004-11-19  Raja R Harinath  <rharinath@novell.com>
13560
13561         * Makefile.am (check-local): New.  Integrate into 'make check'.
13562         (MCS,RUNTIME): Define using in-tree mono and mcs.
13563         (ILASM): New.
13564         (%.exe): Use $(ILASM).
13565
13566 Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus@ximian.com>
13567
13568         * mini-ppc.c: adjust initial prolog size (bug #69691).
13569
13570 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
13571
13572         * cpu-pentium.md (localloc): Increase max instruction len. Fixes
13573         #69664.
13574
13575 2004-11-17  Raja R Harinath  <rharinath@novell.com>
13576
13577         * Makefile.am (clean-local): Rename from 'clean'.
13578
13579 2004-11-15  Nelae Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13580
13581         * mini.c, mini-x86.c, mini-amd64.c, exceptions-s390.c: Add siginfo_t parameter
13582         to mono_arch_is_int_overflow. 
13583         * exceptions-s390.c: Add mono_arch_is_int_overflow routine to discern between
13584         SIGFPE events.
13585
13586 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
13587
13588         * declsec.c|h: New files to support declarative security attributes.
13589         Added function to check if a method has (applicable) security.
13590         * mini.c|h: Add check for declarative security attributes in
13591         mono_method_check_inlining.
13592         * Makefile.am: Added declsec.c and declsec.h to the build.
13593
13594 Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus@ximian.com>
13595
13596         * mini.c, mini.h: update to keep dynamic code info per-domain.
13597
13598 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
13599
13600         * mini.c mini-*.h: Get rid of MONO_ARCH_HAVE_RETHROW since all architectures support it now.
13601         (mini_init): Get rid of it from here too.
13602
13603 Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus@ximian.com>
13604
13605         * mini-ppc.c, mini-ppc,h, cpu-g5.md, exceptions-ppc.c:
13606         implemented OP_RETHROW (patch by Geoff Norton
13607         <gnorton@customerdna.com>).
13608
13609 2004-11-10  Geoff Norton  <gnorton@customerdna.com>
13610
13611         * tramp-ppc.c (ppc_magic_trampoline): Don't trampoline methods
13612         between appdomains.  Fixes appdomain-unload on PPC.
13613
13614 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
13615
13616         * exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
13617         mini-exceptions.c: handle the new wrapper types.
13618         * mini.c: The CEE_ISINST and CEE_CASTCLASS opcodes now take the
13619         token value as a MonoClass* when compiling a wrapper.
13620         mono_jit_create_remoting_trampoline now takes an additional
13621         MonoRemotingTarget parameter.
13622         
13623 2004-11-10  Martin Baulig  <martin@localhost>
13624
13625         * mini.c (mono_method_to_ir): Use `generic_container->context'
13626         rather than creating a new one.
13627
13628 2004-11-09  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13629
13630         * exceptions-s390.c, mini-s390, cpu-s390.md: Add support for OP_RETHROW.
13631
13632         * inssel-390.md, mini-s390.c: Correct register allocation for globals.
13633
13634 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
13635
13636         * aot.c (mono_aot_init): Add MONO_AOT_CACHE env variable to turn on
13637         the experimental aot cache stuff.
13638
13639 Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus@ximian.com>
13640
13641         * aot.c, mini.c, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
13642         mini-exceptions.c: update to exception clause structure changes.
13643
13644 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
13645
13646         * exceptions-x86.c (throw_exception): Fix warnings.
13647
13648         * mini-x86.h mini-x86.c cpu-pentium.md exceptions-x86.c: Add support 
13649         for OP_RETHROW.
13650
13651 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
13652
13653         * exceptions-sparc.c (get_throw_exception): Really fix this.
13654
13655 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
13656
13657         * tramp-*.c: we no longer support icalls without wrappers, so
13658         a bit of code can be removed here
13659
13660 2004-11-07  Zoltan Varga  <vargaz@freemail.hu>
13661
13662         * exceptions-sparc.c (get_throw_exception): Fix more bugs in previous
13663         patch.
13664
13665         * cpu-sparc.md: Add op_rethrow.
13666
13667         * exceptions-sparc.c (get_throw_exception): Fix bug in previous patch.
13668
13669         * mini-sparc.h mini-sparc.c exceptions-sparc.c: Add support for OP_RETHROW.
13670
13671         * mini.h: Add mono_arch_get_rethrow_exception () arch specific function.
13672         * mini-ops.h: Add OP_RETHROW.
13673
13674         * mini.c inssel.brg: Distinguish between THROW and RETHROW.
13675
13676         * cpu-amd64.c mini-amd64.c exceptions-amd64.c: Add support for OP_RETHROW.
13677
13678 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
13679         
13680         * helpers.c: Change otool arguments from -V -v -t to -v -t on Darwin
13681         Makes the output much easier to read
13682
13683 2004-11-05  Ben Maurer  <bmaurer@ximian.com>
13684
13685         * ssa.c: allocate MonoMethodVar.uses from the mempool. First, this
13686         prevents another huge leak when compiling with ssa. Secondly, the
13687         performance of doing this rather than freeing the lists is much
13688         better. GList does a lock every time you allocate a list link,
13689         so that it can use a memory pool. So, it is better to just use
13690         a memory pool of our own.
13691         
13692         * ssa.c, linear-scan.c: replace g_list_remove_link with
13693         g_list_delete.  The remove one does not free the GList, so we were
13694         leaking memory. On -O=all --compile-all with corlib, this cut down
13695         3 MB of allocations.
13696
13697 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
13698
13699         * tramp-sparc.c (mono_arch_create_jit_trampoline): Fix sparc build.
13700
13701         * tramp-amd64.c (mono_arch_create_jit_trampoline): Fix amd64 build.
13702
13703         * mini.h mini.c tramp-*.c: Moved xp parts of JIT trampoline creation
13704         into a new function mono_create_jit_trampoline ().
13705
13706 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
13707
13708         * trace.c (get_spec): Allow tracing of classes without a namespace.
13709
13710 2004-11-02  Sebastien Pouliot  <sebastien@ximian.com>
13711
13712         * mini.c: Fix pointer overwrite in mini_method_compile.
13713
13714 2004-11-2  Geoff Norton  <gnorton@customerdna.com>
13715
13716         * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
13717         The darwin ABI needs some special handling for 1 and 2 byte structs
13718         Lets use lbz/lhz instead of lwz everywhere.
13719         * mini-ppc.c (calculate_sizes):  The Darwin ABI needs from special handling
13720         for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
13721         Use stb/sth for the former, and put the latter always on stack instead of in
13722         argument registers.
13723
13724 2004-10-30  Zoltan Varga  <vargaz@freemail.hu>
13725
13726         * trace.c (is_filenamechar): Add '_'.
13727
13728 2004-10-29  Neale Ferguson  <Neale.Ferguson@SoftwareAG-usa.com>
13729
13730         * mini-s390.c: Fix prolog length to allow for large trace requirements.
13731
13732         * exceptions-s390.c: Remove dwarf unwinding stuff that was unused.
13733
13734 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
13735
13736         * Makefile.am (libgc_libs): Do some automake magic so libmono/mono
13737         depends on libmonogc. Fixes #68805.
13738
13739 2004-10-26  Miguel de Icaza  <miguel@ximian.com>
13740
13741         * mini.c (mono_jit_free_method): Provide extra information for
13742         this error.  Currently this leaks, but will be turned into a
13743         developer option in the future.
13744
13745 2004-10-26  Zoltan Varga  <vargaz@freemail.hu>
13746
13747         * driver.c (mono_main): Applied patch from Willibald Krenn <willibald.krenn@gmx.at>. Make --graph work for icalls and pinvoke methods.
13748
13749 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
13750
13751         * aot.c (mono_aot_load_method): Align PATCH_INFO_R8 on an 8 byte 
13752         boundary. Fixes reading of PATCH_INFO_R4 and R8.
13753         (mono_aot_load_method): Do not allocate MonoAotMethod in the GC heap.
13754
13755 2004-10-24  Zoltan Varga  <vargaz@freemail.hu>
13756
13757         * mini-amd64.c (mono_arch_patch_code): Fix patching of class init
13758         trampolines for AOT code.
13759
13760 2004-10-22    <vargaz@freemail.hu>
13761
13762         * aot.c (mono_compile_assembly): Disable AOT for methods containing calls to methods of
13763         constructed types. Fixes #68136.
13764
13765 2004-10-21  Martin Baulig  <martin@ximian.com>
13766
13767         * exceptions-x86.c (throw_exception): Call mono_debugger_throw_exception();
13768         if it returns true, unwind the stack to the call instruction.
13769
13770 2004-10-21    <vargaz@freemail.hu>
13771
13772         * aot.c: Reorganize the AOT file format to avoid relocations. Fix warnings.
13773
13774         * mini.h: Bump AOT version number.
13775
13776         * objects.cs: Add another test for unbox trampolines.
13777
13778         * tramp-amd64.c (amd64_magic_trampoline): Disable patching of trampolines for 
13779         valuetype methods.
13780
13781 2004-10-20    <vargaz@freemail.hu>
13782
13783         * driver.c: Add SHARED to the set of optimizations tested.
13784
13785         * tramp-amd64.c (amd64_magic_trampoline): Patch trampoline code as well.
13786
13787         * mini.c (mono_method_to_ir): Mark the domainvar as volatile when it is implicitly
13788         used by CEE_NEWARR.
13789
13790         * ssa.c (mono_ssa_deadce): Do not optimize away accesses to volatile variables.
13791
13792 2004-10-20  Martin Baulig  <martin@ximian.com>
13793
13794         * mini-exceptions.c (mono_handle_exception): Call
13795         mono_debugger_handle_exception() to tell the debugger about
13796         catch/finally clauses.
13797
13798 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
13799
13800         * exceptions-amd64.c (mono_arch_find_jit_info): Pop arguments of the stack.
13801
13802         * mini-amd64.c (mono_amd64_get_vcall_slot_addr): Handle extended registers. Fixes
13803         #68447.
13804
13805 2004-10-15  Geoff Norton  <gnorton@customerdna.com>
13806
13807         * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
13808         methods as their native size, fixed bug #57543, #57545.
13809         * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
13810         This saves a temporary register and mullw call down into 1 (minor perf
13811         increase for cases like sum = sum * 5;  This use to translate into:
13812             li r11,5
13813             mullw r28,r28,r11
13814         It now translates to
13815             mulli r28,r28,5
13816
13817 2004-10-15  Zoltan Varga  <vargaz@freemail.hu>
13818
13819         * trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
13820         #68388.
13821
13822 2004-10-11  Martin Baulig  <martin@ximian.com>
13823
13824         * mini.c (mono_method_to_ir): If we're a generic method, get the
13825         MonoGenericContainer from our MonoMethodNormal and create a
13826         MonoGenericContext from it.
13827
13828 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
13829
13830         * inssel-long32.brg (OP_LCONV_TO_OVF_I2): Fix CONV_I1 -> CONV_I2.
13831
13832         * basic-long.cs: Add test for checked i8->i2 cast.
13833
13834 Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
13835
13836         * inssel-ppc.brg: added a couple of speedup rules.
13837
13838 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
13839
13840         * Makefile.am (genmdesc_LDADD): Don't link this against libmetadata
13841         to speed up rebuilds.
13842
13843 2004-10-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13844
13845         * mini-s390.c: Minor fix to OP_OR_IMM.
13846
13847 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
13848
13849         * tramp-sparc.c (sparc_magic_trampoline): Handle appdomain stuff
13850         better. Fixes appdomain-unload.exe on sparc.
13851
13852 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
13853
13854         * ssa.c: Fixed casts to unsigned where the value was of 64 bits in
13855         simulate_long_compare, patch by will@exomi.com (Ville-Pertti Keinonen),
13856         see bug 67324.
13857
13858 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
13859
13860         * jit-icalls.c: Handle a nonexisting trunc function more correctly.
13861
13862 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
13863
13864         * mini.c: Always generate a field read/write wrapper for members
13865         of the class MarshalByRefObject since the actual instance could
13866         be a CBO.
13867
13868 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
13869
13870         * mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
13871
13872 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
13873
13874         * driver.c mini.h trace.c: Move the setting of the main assembly into
13875         a separate function called mono_trace_set_assembly () and call it after
13876         actually loading the main assembly. Fixes #66872.
13877
13878 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
13879
13880         * mini-amd64.h mini-amd64.c tramp-amd64.c: Allocate trampoline memory
13881         using the code manager.
13882
13883 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
13884
13885         * tramp-amd64.c mini-amd64.h: Add support for MONO_ARCH_HAVE_INVALIDATE_METHOD.
13886
13887 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
13888
13889         * cpu-amd64.md: Fix bug in previous patch.
13890         
13891         * cpu-amd64.md: Fix instruction lengths of membase opcodes. Fixes
13892         #66650.
13893
13894 Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
13895
13896         * mini.h, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
13897         mini-exceptions.c: updates for changed stack walk interface.
13898
13899 2004-09-21  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13900
13901         * mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling
13902
13903 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
13904
13905         * mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods. Fixes #66132.
13906
13907 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
13908
13909         * driver.c (mini_regression_list): Do not call mono_assembly_close 
13910         since assemblies can't be unloaded.
13911         
13912 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
13913
13914         * cpu-amd64.md: Fix more instruction lengths.
13915
13916         * cpu-amd64.md: Fix lengths of some instructions.
13917
13918 2004-09-11 Ben Maurer  <bmaurer@users.sourceforge.net>
13919
13920         * inssel.brg: Make the array ldelema check aot friendly.
13921
13922 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
13923
13924         * mini-amd64.c (mono_arch_get_argument_info): Fix stack_unwind test.
13925
13926         * cpu-amd64.md inssel-long.brg inssel-amd64.brg: Small optimizations.
13927
13928 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
13929
13930         * mini-x86.c: Fix build.
13931
13932         * mini-sparc.c mini-x86.c mini-amd64.c: Use the new 
13933         mono_type_get_underlying_type () helper function to simplify code.
13934         
13935 2004-09-09  Martin Baulig  <martin@ximian.com>
13936
13937         * mini-amd64.c: Don't access `type->data.klass' directly, call
13938         mono_class_from_mono_type() instead since the type may be a
13939         generic instance.
13940
13941 2004-09-09  Martin Baulig  <martin@ximian.com>
13942
13943         * mini-amd64.c (get_call_info): Fix support for generic instances.
13944         (add_valuetype): Use mono_class_from_mono_type() to get the class
13945         since we can be a generic instance.
13946
13947 Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
13948
13949         * mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.
13950
13951 2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>
13952
13953         * liveness.c: reset spill costs on each scan: bug 62107
13954
13955 2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>
13956
13957         * exceptions-sparc.c (mono_arch_find_jit_info): remove
13958         unnecessary line that doesn't compile
13959
13960 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13961
13962         * mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate
13963         trampolines, make them call an error function so people can fix their
13964         code.
13965
13966 2004-09-06  Martin Baulig  <martin@ximian.com>
13967
13968         * mini.c (mono_method_to_ir): When initializing locals, handle a
13969         generic instances like a valuetype if it's a valuetype and like a
13970         class if it's a class.
13971
13972 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13973
13974         * exceptions-x86.c (mono_arch_find_jit_info): Pop arguments off the
13975         stack. Fixes #64674.
13976
13977         * exceptions.cs: Add test for unwinding of call arguments.
13978
13979 Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian.com>
13980
13981         * mini-*.c, mini-ops.h, inssel-long32.brg: introduced
13982         OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will
13983         set the carry/borrow flag). The sparc and s390 implementations
13984         can now use optimized versions (and simplify the code). ppc bugfixes.
13985
13986 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13987
13988         * exceptions-ppc.c (mono_arch_find_jit_info): Fix memory leak.
13989
13990 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
13991
13992         * inssel-amd64.brg: Remove leftover 32 bit rule.
13993
13994         * mini-amd64.c (mono_arch_instrument_prolog): Fix tracing support.
13995
13996 2004-09-04  Zoltan Varga  <vargaz@freemail.hu>
13997
13998         * mini-exceptions.c (mono_find_jit_info): Refactor common code from
13999         mono_arch_find_jit_info functions into a new function. Fix a memory
14000         leak.
14001
14002         * exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
14003         refactored code.
14004         
14005 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
14006
14007         * exceptions.cs inssel-long32.brg: Handle the OP_LCONV_TO_OVF_I2 case
14008         as well.
14009         
14010         * exceptions.cs: Add array size tests.
14011
14012         * mini.c: Allocate a separate icall wrapper for each arity of 
14013         mono_array_new_va. Fixes #59509.
14014
14015         * exceptions.cs: Add testcase for 64578.
14016
14017         * inssel-long32.brg: Fix OP_LCONV_TO_OVF_I1 rule. Fixes #64578.
14018
14019         * trace.c (is_filenamechar): Allow 0..9 in strings. Fixes #65094.
14020         
14021 2004-09-02  Martin Baulig  <martin@ximian.com>
14022
14023         * mini.c (mono_method_to_ir): When initializing the locals, call
14024         handle_initobj() on the generic instance itself, not its
14025         underlying type.
14026
14027 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
14028
14029         * mini.h (MonoJitDynamicMethodInfo): New structure, extension of 
14030         MonoJitInfo for dynamic methods.
14031
14032         * mini.c: Rename trampoline_hash_mutex to jit_mutex.
14033
14034         * mini.c: Add support for freeing JIT data for dynamic methods.
14035         
14036 2004-09-01  Martin Baulig  <martin@ximian.com>
14037
14038         * mini-x86.c (is_regsize_var): Added support for generic
14039         instances.
14040         (mono_arch_emit_prolog): Make this compile again, use
14041         `x86_push_imm_template (code)'.
14042
14043 2004-08-30 Ben Maurer  <bmaurer@users.sourceforge.net>
14044
14045         * mini-x86.c: make all push_imm instructions that get
14046         patched always emit the long form
14047
14048 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
14049
14050         * mini.c (mono_create_jump_trampoline): Store the jump trampolines 
14051         in a per-domain hash.
14052
14053         * mini-amd64.c (merge_argument_class_from_type): Handle generic
14054         types.
14055
14056 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
14057
14058         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: Ongoing SSE
14059         work.
14060         
14061         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: More SSE
14062         work.
14063
14064         * mini-amd64.c cpu-amd64.md: Implement checked int<->uint casts.
14065         Beginnings of SSE2 support.
14066
14067         * exceptions.cs: Add more tests for checked int<->uint casts.
14068
14069 2004-08-28  Martin Baulig  <martin@ximian.com>
14070
14071         * mini-x86.c (mono_arch_instrument_epilog): Added support for
14072         generic instances.
14073
14074         * mini.c
14075         (mono_type_to_ldind, mono_type_to_stind, type_to_eval_stack_type):
14076         Handle generic instances recursively.
14077
14078 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
14079
14080         * iltests.il: test for conv.u8 on a constant
14081
14082 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
14083
14084         * inssel-long32.brg: c&p rules for LCONV_x4 (membase) and
14085         LCONV_x4 (shrun_32 (membase)).
14086
14087 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
14088
14089         * inssel-x86.brg: c&p rules for push/setret of long
14090
14091 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
14092
14093         * inssel-x86.brg: c&p rules for compare (base, regvar) and
14094         compare (regvar, base)
14095
14096         * inssel-x86.brg: more burg love
14097
14098         * inssel.brg: more cleanup
14099
14100         * inssel-x86.brg, inssel-long32.brg: burg cleanup.
14101
14102 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
14103
14104         * basic-long.cs, basic-calls.cs: new tests for optimization.
14105
14106 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
14107
14108         * mini-amd64.c (read_tls_offset_from_method): Fix typo in previous
14109         patch.
14110
14111 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
14112
14113         * mini-amd64.c (read_tls_offset_from_method): Add another case.
14114         
14115 2004-08-25  Bernie Solomon  <bernard@ugsolutions.com>
14116
14117         * inssel.brg (mini_emit_memcpy): use 
14118         NO_UNALIGNED_ACCESS to disable memcpy optimization
14119
14120 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
14121
14122         * mini-amd64.c: Handle generic types in various places.
14123
14124         * mini.c (mono_method_to_ir): Handle generic types in init locals.
14125
14126 2004-08-24  Zoltan Varga  <vargaz@freemail.hu>
14127
14128         * mini.c (handle_box): Fix warning.
14129
14130         * mini-amd64.c (mono_arch_local_regalloc): Fix regalloc problem.
14131
14132         * mini-amd64.h: Enable the emit_state optimization.
14133
14134         * mini-ops.h cpu-amd64.md: Add new amd64_test_null opcode.
14135
14136         * mini-amd64.c: Add some new 64 bit peephole opts.
14137
14138         * inssel.brg (mini_emit_memcpy): Optimize for 64 bit architectures.
14139
14140         * cpu-amd64.md: sreg1 of div instructions must be %rax.
14141
14142         * mini-amd64.c: Register allocator fixes.
14143
14144         * mini.c: Add an optimization to emit_state to avoid allocation of new
14145         registers on some platforms.
14146
14147 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
14148
14149         * inssel-x86.brg inssel-amd64: Add yet another missing tree->dreg assignment.
14150
14151         * mini-x86.c (mono_arch_local_regalloc): Fix bug in long register
14152         allocation. Fixes #63085.
14153
14154         * basic-long.cs: Add new regression test.
14155
14156         * mini-amd64.c: Register allocator improvements.
14157
14158 2004-08-21  Zoltan Varga  <vargaz@freemail.hu>
14159
14160         * mini-amd64.c (read_tls_offset_from_method): Add another code
14161         sequence.
14162
14163         * tramp-amd64.c (amd64_class_init_trampoline): Use a more efficient
14164         instruction sequence for nullifying class init trampolines.
14165
14166         * objects.cs: Add new regalloc test.
14167
14168         * mini-amd64.c inssel-amd64.brg: Optimize parameter passing.
14169
14170 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
14171
14172         * mini-amd64.c (mono_arch_call_opcode): Refactor this a little.
14173         
14174         * mini-amd64.c (mono_arch_regalloc_cost): Adjust regalloc costs for
14175         arguments.
14176
14177         * driver.c: Fix profiling after TLS changes.
14178         
14179         * driver.c (mono_main): Set mono_stats.enabled if needed.
14180
14181         * mini.c (handle_alloc): New helper function used by CEE_NEWOBJ and
14182         CEE_BOX.
14183
14184 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
14185
14186         * mini-x86.c: use a 1 op rather than a 2 op tls access
14187         instruction -> faster.
14188
14189 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
14190
14191         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
14192         x86 backend.
14193
14194 2004-08-19 Bernie Solomon <bernard@ugsolutions.com>
14195
14196         * exceptions-sparc.c (throw_exception): fix typo
14197
14198 2004-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
14199
14200         * mini-x86.c, cpu-pentium.md, inssel-x86.brg:
14201         set tree->dreg correctly with tls. Allow any
14202         register to be used.
14203
14204         * mini-x86.c (read_tls_offset_from_method): add new code
14205         generation pattern seen with GCC.
14206
14207
14208 Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
14209
14210         * mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
14211         exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
14212         exceptions-sparc.c: fix some performance issues in exception
14213         handling and setting of the stack trace for exceptions that were
14214         already thrown.
14215
14216 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
14217
14218         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from 
14219         x86 backend.
14220         
14221         * mini-amd64.c (mono_arch_is_int_overflow): Handle all possible 
14222         registers.
14223
14224 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
14225
14226         This patch inlines tls access, when possible.
14227         
14228         * mini.h: new arch functions for TLS intrinsics.
14229         All platforms updated with a stub.
14230
14231         * mini.c: use the new intrinsics
14232
14233         * mini-x86.c, cpu-pentium.md, inssel-x86.brg, mini-ops.h:
14234         arch specific intrinsic for tls variables
14235
14236 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
14237
14238         * Makefile.am (libmono_la_LDFLAGS): Enable creating of libmono dll
14239         under windows.
14240
14241 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
14242
14243         * mini.c: thread local allocation
14244
14245 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
14246
14247         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Enable.
14248
14249         * Makefile.am: Link against the static version of libmonogc.
14250         
14251         * Makefile.am: Link the static versions of the convenience libraries
14252         into the mono executable.
14253
14254         * mini-x86.h mini-x86.c: Throw the correct exception on integer overflow.
14255
14256 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
14257
14258         * mini.h mini.c mini-amd64.h mini-amd64.c: Throw the correct exception
14259         on integer overflow.
14260
14261         * mini-amd64.c: Reorganize function call code.
14262
14263         * mini-amd64.c (peephole_pass): Merge changes from mini-x86.c.
14264
14265 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
14266
14267         * inssel-x86.brg: use xor eax,eax.
14268         
14269         * basic.cs: new tests
14270
14271 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
14272
14273         * mini-amd64.c (mono_arch_emit_epilog): Use RIP relative addressing
14274         in exception throwing code.
14275         
14276 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
14277
14278         * inssel-x86.brg: use xor esi,esi.
14279
14280 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
14281
14282         * driver.c (mono_main): Call mono_trace_parse_options earlier so it
14283         can trace methods compiled during mini_init () too.
14284
14285         * cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle 
14286         CEE_CONV_U4.
14287
14288 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
14289
14290         * Makefile.am: static link on x86 (r=zoltan)
14291
14292 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
14293
14294         * tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
14295         code since it causes some programs to fail.
14296
14297 2004-08-12  Zoltan Varga  <vargaz@freemail.hu>
14298
14299         * mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.
14300
14301 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
14302
14303         * mini.c: ovfops_op_map - add STACK_OBJ case for
14304         CONV_I 
14305         * basic.cs: add test_0_pin_string as test
14306         case for above.
14307
14308 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
14309
14310         * Makefile.am: build C# if srcdir != builddir
14311
14312 Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
14313
14314         * dominators.c, mini.h, mini-x86.c: fix loop alignment with
14315         fall-through blocks.
14316
14317 Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
14318
14319         * driver.c: enable loop by default again and include abcrem in -O=all.
14320
14321 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
14322
14323         * iltests.il: Add some localloc tests.
14324
14325         * mini.c (mono_method_to_ir): Set stack type of LOCALLOC correctly.
14326
14327         * inssel-amd64.brg inssel-x86.brg: Set dreg of LOCALLOC correctly. 
14328         Fixes #62574.
14329
14330         * inssel-amd64.brg: Add some optimizations.
14331
14332         * mini-amd64.c (mono_arch_setup_jit_tls_data): Add tls offset detection
14333         for gcc-3.4.
14334
14335         * Makefile.am: Statically link mono against libmono on AMD64.
14336         
14337         * mini-amd64.c inssel-amd64.brg: Optimizations.
14338
14339 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
14340
14341         * mini-amd64.c (mono_arch_emit_prolog): Optimize lmf saving a bit.
14342
14343         * tramp-amd64.c: Patch calling code in trampolines.
14344
14345 2004-08-06  Zoltan Varga  <vargaz@freemail.hu>
14346
14347         * mini-amd64.c: pinvoke struct passing fixes.
14348
14349 2004-08-05  Bernie Solomon  <bernard@ugsolutions.com>
14350
14351         * mini-sparc.c: redo change, make mono_arch_cpu_init call
14352         mono_arch_cpu_optimizazions so sparcv9 is initialized when embedded
14353
14354 2004-08-05  Duncan Mak  <duncan@ximian.com>
14355
14356         * mini.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
14357         CEE_LDELEM_ANY.
14358
14359 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
14360
14361         * mini-amd64.c (emit_move_return_value): Move return value for normal
14362         calls too.
14363
14364 2004-08-05  Martin Baulig  <martin@ximian.com>
14365
14366         * mini.c (ret_type_to_call_opcode): Don't use a `t' variable for
14367         `type->type'; just modify `type' itself when dealing with enums
14368         and generic instances.
14369         (check_call_signature): Make `simple_type' a `MonoType *'.
14370
14371 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
14372
14373         * mini.c: Use OP_PADD to add offsets to addresses.
14374
14375         * mini-amd64.h: Disable SIGSEGV_ON_ALTSTACK.
14376
14377 2004-08-04  Bernie Solomon  <bernard@ugsolutions.com>
14378
14379         * mini-sparc.c (mono_arch_emit_epilog): fix check
14380         for folding last op into restore instruction
14381
14382 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
14383
14384         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Allocate
14385         helper methods using the code manager.
14386         
14387         * exceptions-amd64.c (mono_arch_get_throw_exception): Fix maximum length.
14388
14389         * mini-amd64.c (mono_arch_allocate_vars): Fix tls offset detection.
14390
14391 Tue Aug 3 23:50:00 EST 2004 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
14392         
14393         * mini-s390x.c mini-s390x.h tramp-s390x.c inssel-s390x.brg
14394           cpu-s390x.md exceptions-s390x.c Makefile.am: S/390 64-bit JIT
14395
14396         * mini-s390.c: fix tail processing
14397
14398 Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus@ximian.com>
14399
14400         * mini-ppc.c: mul.ovf.un exception name fix.
14401
14402 2004-08-03  Martin Baulig  <martin@ximian.com>
14403
14404         * mini-x86.c (mono_arch_call_opcode): Correctly handle generic
14405         instances; before jumping to `handle_enum', also modify `ptype'.
14406
14407 2004-08-02  Bernie Solomon  <bernard@ugsolutions.com>
14408
14409         * cpu-sparc.md: fcall maximal length too small.
14410
14411 2004-08-02  Zoltan Varga  <vargaz@freemail.hu>
14412
14413         * mini-amd64.c mini.h: Add initial support for passing/returning 
14414         structures to/from pinvoked methods.
14415
14416 Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus@ximian.com>
14417
14418         * mini-ppc.c: reg allocator fix.
14419
14420 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
14421
14422         * mini-amd64.c (mono_arch_output_basic_block): Fix OP_X86_PUSH_OBJ.
14423
14424         * inssel.brg: Optimize memset on 64 bit machines.
14425
14426         * mini-amd64.c: Fix some vararg cases.
14427
14428 2004-07-30  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
14429
14430         * mini-s390.c: Corrected macro in emit_float_to_int
14431
14432         * s390-abi.cs: Tests to exercise the s390 ABI
14433
14434 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
14435
14436         * exceptions-amd64.c (mono_arch_find_jit_info): Fix restoring of
14437         caller saved regs.
14438
14439         * basic.cs: Add a test for add.ovf.un.
14440
14441 2004-07-30  Bernie Solomon  <bernard@ugsolutions.com>
14442
14443         * mini-sparc.c: add case for OP_IDIV_UN
14444
14445 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
14446
14447         * mini-amd64.c mini-amd64.h mini.c: Add support for vararg pinvoke calls.
14448         
14449         * mini-amd64.c cpu-amd64.md: Ongoing JIT work.
14450
14451 2004-07-30  Ben Maurer  <bmaurer@ximian.com>
14452
14453         * basic.cs: regression tests.
14454
14455         * inssel-x86.brg: Disable cmp BYTE PTR [eax], imm, it causes various
14456         regressions.
14457
14458 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
14459
14460         * basic.cs: Add a new test.
14461
14462         * mini-amd64.c aot.c cpu-amd64.md: Add support for tracing, profiling 
14463         and AOT. Various fixes and optimizations.
14464
14465         * inssel.brg (CALL_REG): Add 64 bit versions of call_reg rules.
14466
14467 Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
14468
14469         * mini-ppc.c: make sure temp regs are not used for global reg
14470         allocation.
14471
14472 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
14473
14474         * cpu-sparc.md: conv_i8 fix for 64bits
14475
14476         * mini-sparc.c: add cases for OP_IXXX codes for 64bits
14477
14478 2004-07-29  Ben Maurer  <bmaurer@ximian.com>
14479         
14480         * cpu-pentium.md, mini-x86.c, inssel-x86.brg, mini-ops.h:
14481         add opcode for cmp BYTE PTR [eax], imm.
14482
14483         * inssel.brg: Make memcpy and memset takes bases.
14484
14485 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
14486
14487         * *-amd64.*: More AMD64 work.
14488         
14489 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
14490
14491         * cpu-pentium.md, inssel-x86.brg, mini-ops.h, mini-x86.c:
14492         add a compare-not-equal opcode.
14493         
14494 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
14495
14496         * mini.c: Use mono_init_from_assembly instead of mono_init.
14497         
14498 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
14499
14500         * mini.c: Fix opcode mapping for STACK_MP on 64 bit platforms.
14501
14502         * mini.c (CEE_NEWOBJ): Call mono_array_new_va using the correct signature.
14503
14504         * mini.c: Use MONO_ARCH_SIGACTION on AMD64 as well.
14505
14506         * inssel.brg: 64 bit fixes.
14507
14508         * mini.h (MonoCallInst): Add some AMD64 specific data.
14509
14510         * mini.h: Add some OP_P opcodes.
14511
14512 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
14513
14514         * basic.cs: tests for 61797 and 61740
14515
14516 Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
14517
14518         * mini-ppc.c, mini-sparc.c, mini-s390.c: keep track of line
14519         numbers in the debug info (spotted by Geoff Norton, <gnorton@customerdna.com>).
14520
14521 2004-07-24  Zoltan Varga  <vargaz@freemail.hu>
14522
14523         * mini-sparc.c (mono_arch_output_basic_block): Add CEE_CONV_U8/I8.
14524
14525         * *-amd64*.*: Ongoing AMD64 work.
14526
14527 2004-07-23 Zoltan Varga <vargaz@freemail.hu>
14528
14529         * inssel-long.brg: Implement CONV_I8/CONV_U8 in the backends.
14530
14531         * *-amd64*: Ongoing AMD64 work.
14532
14533         * mini-arch.h: Add AMD64 support.
14534
14535         * mini-sparc.c (mono_arch_is_inst_imm): New arch dependent function.
14536
14537         * mini.h: Add new arch dependent function mono_arch_is_inst_imm.
14538
14539         * mini-ops.h: Add new opcodes.
14540
14541         * Makefile.am: Add AMD64 support.
14542
14543         * inssel.brg inssel-long32.brg inssel-long.brg: Move mul/div and shift
14544         rules into the inssel-long*.brg files.
14545
14546         * *-amd64.*: Add beginnings of AMD64 backend.
14547
14548 2004-07-22  Ben Maurer  <bmaurer@ximian.com>
14549
14550         * mini.c (print_dfn): commenting out the code that prints
14551         the cil. With -O=deadce, this makes -v -v crash.
14552         
14553         * cpu-pentium.md: make checkthis have a length of 2
14554
14555 2004-04-21  Bernie Solomon  <bernard@ugsolutions.com>
14556
14557         * mini-sparc.h: fix implementations of __builtin
14558         functions for Sun compiler for V9.
14559
14560 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
14561
14562         * mini.c: use the new stelem.ref wrapper
14563         * exceptions.cs, arrays.cs: new stelem.ref tests
14564
14565 Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
14566
14567         * mini-ppc.c, exceptions-ppc.c: cleanups and fixes (the
14568         new XSP should work with these changes).
14569
14570 2004-07-14  Ben Maurer  <bmaurer@ximain.com>
14571         
14572         * inssel-{long32,x86,}.brg: trivial optimizations.
14573         
14574 Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
14575
14576         * mini.c: load value when emitting box operation in
14577         constrained calls.
14578
14579 2004-07-12  Ben Maurer  <bmaurer@ximian.com>
14580
14581         * mini-x86.c (OP_CHECK_THIS): cmp DWORD PTR [eax], eax
14582         is one byte shorter than cmp DWORD PTR [eax], 0.
14583
14584 Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
14585
14586         * inssel-ppc.brg: arguments on the stack are always
14587         relative to the stack pointer (spotted by Neale Ferguson).
14588
14589 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14590
14591         * exceptions-x86.c: delay appending the method name to the trace until
14592         after mono_jit_info_table_find is called, as this gets the real
14593         MonoMethod.
14594
14595 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
14596
14597         * aot.c: register roots
14598
14599 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
14600
14601         * aot.c : I could just use PLATFORM_WIN32 flag.
14602
14603 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
14604
14605         * aot.c : Reverting the previous fix. This time it broke linux build.
14606
14607 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
14608
14609         * aot.c : quick cygwin build fix. mkdir() with two args does not exist.
14610
14611 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
14612
14613         * mini.c (handle_stack_args): Remove some more debugging code.
14614         
14615         * mini.c (handle_stack_args): Remove debug output left in by mistake.
14616
14617         * driver.c mini.h aot.c: Allow additional options to be specified with
14618         --aot and pass them to mono_compile_assembly.
14619
14620         * aot.c: Add experimental code to AOT compile all loaded assemblies
14621         on demand and save the code into a cache in the filesystem.
14622
14623         * aot.c: Add support for more wrapper methods.
14624         
14625         * mini.c (handle_stack_args): Handle some corner cases. Fixes 
14626         58863.
14627
14628         * cpu-*.md: Remove removed opcodes.
14629
14630         * mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
14631         CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
14632         related icalls to marshal.c.
14633
14634 2004-07-06  Zoltan Varga  <vargaz@freemail.hu>
14635
14636         * mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.
14637
14638         * Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.
14639
14640         * inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.
14641
14642 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
14643         * liveness.c: If liveness is recomputated we need to reset the information
14644         for each variable. This way, if the liveness range has been narrowed
14645         by optimizations that happened after the last computation, we can return
14646         a smaller range.
14647         
14648         For example, if you have
14649         
14650         {
14651                 int i = 0;
14652                 
14653                 // Tons of code that does not affect i
14654                 
14655                 i = foo ();
14656                 ...
14657         }
14658         
14659         i = 0 is dead code and will be removed by SSA. However, when
14660         linear scan gets to the code, i will still appear to be live
14661         throughout the entire block. This prevents good register allocation.
14662
14663 2004-07-06  Martin Baulig  <martin@ximian.com>
14664
14665         * debug-mini.c (mono_debug_init_method): Allow
14666         MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
14667         (mono_debug_add_icall_wrapper): New method.
14668
14669         * mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().
14670
14671 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
14672
14673         * mini.c (optimize_branches): Fix linking of bblocks in branch->branch
14674         optimization.
14675
14676 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
14677
14678         * aot.c (mono_aot_load_method): Fix loading of debug info.
14679
14680 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
14681
14682         * aot.c: Add logging support.
14683
14684 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
14685
14686         * mini.h: Add prototype for mono_print_method_from_ip.
14687
14688         * mini.c: 64 bit fixes. Use LCOMPARE for comparing longs.
14689
14690         * inssel.brg: 64 bit fixes.
14691
14692         * inssel.brg inssel-long32.brg: Move 32 bit arithmetic rules to 
14693         inssel-long32.brg.
14694
14695         * Makefile.am: Add SPARC64 support.
14696
14697 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
14698
14699         * aot.c: Fix alignment problems on 32 bit platforms.
14700
14701 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
14702
14703         * helpers.c (mono_disassemble_code): Pass -xarch=v9 to assembler on
14704         SPARC64.
14705
14706         * aot.c: Add SPARC64 support. Reorganize patch table to fix alignment
14707         problems.
14708
14709         * mini.h: Bump AOT file version. Some 64 bit fixes.
14710
14711 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
14712
14713         * inssel-sparc.brg: Add new rule to avoid register moves.
14714
14715         * inssel.brg: Add ldind_to_load_membase helper function.
14716
14717 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
14718
14719         * mini.c: OffsetToStringData intrinsic.
14720         
14721 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
14722
14723         * ssa.c: Handle OP_LCOMPARE the same as OP_COMPARE.
14724
14725         * objects.cs exceptions.cs basic.cs basic-long.cs basic-calls.cs: New
14726         regression tests.
14727
14728         * mini-ops.h cpu-sparc.md mini-sparc.h mini-sparc.c exceptions-sparc.c tramp-sparc.c inssel-long.brg: Add SPARC64 support.
14729 Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
14730
14731         * mini.c: reinstated mono_compile_get_interface_var()
14732         on x86, too, since the change breaks the Gtk# build there as well.
14733
14734 Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
14735
14736         * driver.c: remove loop from the default optimizations: it seems to
14737         interact badly with some of the other options (see bug #60613).
14738
14739 2004-06-25  Zoltan Varga  <vargaz@freemail.hu>
14740
14741         * mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann 
14742         (fld@informatik.uni-bremen.de): Add Solaris x86 support.
14743
14744 Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus@ximian.com>
14745
14746         * mini-ppc.c, cpu-g4.md: small updates to be able to compile
14747         vararg-using methods.
14748
14749 2004-06-21  Martin Baulig  <martin@ximian.com>
14750
14751         * mini/mini-exceptions.c
14752         (mono_handle_exception): Added `gpointer original_ip' argument.
14753         After calling mono_unhandled_exception(), call
14754         mono_debugger_unhandled_exception() and if that returns true,
14755         restore the context and return.
14756
14757 Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
14758
14759         * mini-ppc.c: prefer the use of relative branches so
14760         they won't need to be patched in aot code (patch from Patrick Beard).
14761
14762 Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
14763
14764         * aot.c: patch from Patrick Beard to make the output assembly
14765         more correct for the MacOSX assembler. Small tweak to
14766         generate sane images on Linux/PPC, too.
14767
14768 Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
14769
14770         * mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
14771         case until bug #59509 is fixed (shows up in #60332).
14772
14773 Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
14774
14775         * mini.c: make sure the needed wrappers are compiled, too, with
14776         precomp.
14777
14778 Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus@ximian.com>
14779
14780         * driver.c: remove NPTL reference in --version output.
14781
14782 Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
14783
14784         * aot.c: patch from Patrick Beard (pcbeard@mac.com) to
14785         generate valid assembly for the Mach-O assembler.
14786
14787 Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
14788
14789         * driver.c: don't include abcrem in the all optimization specifier
14790         since it slows down jit compilation too much for now.
14791
14792 2004-06-12 Ben Maurer  <bmaurer@users.sourceforge.net>
14793
14794         * mini.c: use BIGMUL only if both operands have the same signage.
14795         * iltests.il: Test for bug 60056. (errors related to signage in
14796         BIGMUL).
14797
14798         r=lupus.
14799
14800 Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus@ximian.com>
14801
14802         * mini.c, aot.c: memory leak fixes.
14803
14804 Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
14805
14806         * inssel-long32.brg: implemented a few missing ulong cast opcodes.
14807
14808 Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
14809
14810         * Makefile.am: remove the -static hack completely, it links in
14811         statically glib as well.
14812
14813 Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus@ximian.com>
14814
14815         * iltests.il, mini.c: fixed bug#59580 in branch optimization.
14816         * exceptions.cs: make it compile with new mcs/csc.
14817
14818 2004-06-03 Massimiliano Mantione <massi@ximian.com>
14819         * cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
14820         and added relevant test case.
14821
14822 Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
14823
14824         * mini.c revert Zoltan's fix to bug#58863 on ppc, since it causes
14825         regressions in gtk-sharp.
14826
14827 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
14828
14829         * exceptions.cs: New regression tests.
14830
14831         * jit-icalls.c (mono_llmult_ovf): Fix some boundary conditions.
14832
14833 Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
14834
14835         * mini.c: emit castclass/isinst in their own trees (bug #54209/59057).
14836
14837 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
14838
14839         * mini-sparc.h (MONO_ARCH_NEED_DIV_CHECK): Define this.
14840
14841         * cpu-sparc.md mini-sparc.c: Add overflow detection to div opcodes.
14842
14843 2004-05-28      Patrik Torstensson <totte@hiddenpeaks.com>
14844
14845         * mini.c (mono_jit_runtime_invoke): Init class in this
14846         method instead of trusting mono_jit_compile_method to
14847         do the work (because wrappers can be in object class)
14848
14849 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
14850
14851         * mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.
14852
14853         * basic-long.cs: New regression test.
14854
14855 Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
14856
14857         * cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
14858         and div/rem checks.
14859
14860 Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
14861
14862         * Makefile.am: fix miguel's change to build mono statically against
14863         libmono (track build dependencies).
14864
14865 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14866
14867         * cfold.c: Some glib versions do not have G_MININT32.
14868
14869 2004-05-26  Massimiliano Mantione  <massi@ximian.com>
14870
14871         * mini-x86.c cpu-pentium.md Makefile.am basic-math.cs: Fixed problem
14872         with precision of tan, atan, sin and cos, and implemented related
14873         regressions tests (fixes bug 54467, but one new problem appeared and
14874         is not fixed yet).
14875
14876 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14877
14878         * cfold.c (FOLD_BINOPZ): Avoid division by zero.
14879
14880         * exceptions.cs: Add test for constant folding && division by zero.
14881
14882         * driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
14883         since driver.c is in libmono too, so the optimization was useless.
14884
14885         * driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS 
14886         variable to driver.c so the compiler can emit more efficient code to
14887         access them.
14888
14889 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14890
14891         * Makefile.am: don't distribute generated inssel.[ch] files.
14892
14893 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14894
14895         * mini.c (mono_jit_compile_method_with_opt): Really emit icall wrappers
14896         into the default appdomain. Fixes #58707.
14897
14898         * jit-icalls.c: Remove the broken approximation for truncl, doing
14899         no conversion is better.
14900
14901         * mini.c (handle_stack_args): Avoid reusing variables for stack slots.
14902         Fixes #58863.
14903
14904 Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
14905
14906         * mini-ops.h, mini-ppc.c, cpu-g4.md, inssel-ppc.brg: eliminate the use
14907         of the mcrxr instruction which is not available on some processors
14908         even if it's documented to be. Implement add and sub overflow correctly
14909         (still not complete for long unsigned). Speed up icalls a bit.
14910
14911 2004-05-25 13:01 CET Patrik Torstenson <totte@hiddenpeaks.com>
14912
14913         * mini.c (mono_jit_compile_method_with_opt): Make sure that
14914         we run .cctor in the current domain instead of target_domain.
14915         
14916         Fixes bug #58558, .cctor not being called in -O=shared.
14917
14918 Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
14919
14920         * mini-ppc.h, jit-icalls.c: added explicit checks for divide by zero.
14921
14922 2004-05-24 Ben Maurer  <bmaurer@users.sourceforge.net>
14923
14924         * mini-x86.c (EMIT_COND_BRANCH): If an OP_LABEL has an offset
14925         which can be done with an imm8, do it that way.
14926         (mono_arch_output_basic_block): ditto for a jmp
14927         (mono_arch_emit_prolog): Computate maximum offset of a label.
14928
14929 2004-05-24 18:18 CET Patrik Torstenson <totte@hiddenpeaks.com>
14930
14931         * mini-x86.c (mono_arch_local_regalloc): the reg allocator
14932         now tries to allocate prefered physical reg's for virtual
14933         regs. This reduces the number of emited spills/loads with
14934         20-30% on our core assemblies.
14935
14936 Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
14937
14938         * jit-icalls.c: truncl() is not needed and trunc() is
14939         the correct thing to do anyway (bug #58287).
14940
14941 2004-05-24  Zoltan Varga  <vargaz@freemail.hu>
14942
14943         * mini-sparc.c (mono_arch_flush_icache): Call sync_instruction_memory
14944         if available.
14945
14946 Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
14947
14948         * driver.c: enable loop optimizations by default.
14949
14950 Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
14951
14952         * mini-x86.c: fix calc of max loop size when aligning loops start.
14953
14954 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
14955
14956         * ssa.c (mono_ssa_cprop): Allocate carray dynamically instead of on
14957         the stack.
14958
14959 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
14960
14961         * mini-sparc.c (mono_arch_output_basic_block): ADD_IMM and SUB_IMM
14962         should set carry.
14963
14964         * basic-long.cs: Add tests for add/subtract of immediates with carry.
14965
14966         * mini.c exceptions-x86.c: Remove MONO_USE_EXC_TABLES stuff.
14967         
14968         * mini.c (inline_method): Allways inline some wrappers even if the cost
14969         is too large. Fixes #58785.
14970
14971         * mini.c: Add support for MARSHAL_CONV_FTN_DEL.
14972         
14973 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
14974
14975         * mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
14976         (crichton@gimp.org). Beginning of support for sparc/linux.
14977
14978         * mini-sparc.c: Optimize retrieval of LMF address.
14979
14980 Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus@ximian.com>
14981
14982         * exceptions-ppc.c:  handle alloca in methods with clauses.
14983
14984 Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus@ximian.com>
14985
14986         * mini-ppc.c: cleanups, off-by-one fixes, avoid recursive thunks.
14987
14988 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
14989
14990         * mini.c: Delegate most of the abort signal work to 
14991           mono_thread_request_interruption, which also handles Stop and Suspend
14992           states.
14993
14994 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
14995
14996         * mini.c mini.h: Allow inlining of icall wrappers if the backend 
14997         supports the save/restore lmf opcodes.
14998
14999 2004-05-19  Zoltan Varga  <vargaz@freemail.hu>
15000
15001         * mini-x86.c (mono_arch_setup_jit_tls_data): Handle code generated
15002         by gcc-3.4 as well.
15003
15004         * mini-x86.h mini-x86.c tramp-x86.c: Optimize lmf restoring code.
15005
15006 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
15007
15008         * mini.h mini.c (mini_method_compile): Only run abc removal pass on 
15009         methods which contain array accesses.
15010
15011         * mini.c (CEE_LDTOKEN): Handle this instruction correctly on bb
15012         boundaries. Fixes #58537.
15013
15014         * iltests.il: Add regression test for #58537.
15015
15016 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
15017
15018         * mini-x86.c (mono_arch_local_regalloc): Last part of
15019         fix for bug #58633 (releasing register to early).
15020
15021 2004-05-18  Miguel de Icaza  <miguel@ximian.com>
15022
15023         * basic-long.cs: Add new regression test.
15024
15025 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
15026
15027         * mini-x86.c (mono_arch_local_regalloc): Avoid releasing a
15028         register too early on the chain.
15029
15030 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
15031
15032         * mini.c (create_helper_signature): Use a helper function to reduce
15033         the code which needs to be written. Also set the calling convention of
15034         icalls on windows. Fixes #57840.
15035
15036 Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
15037
15038         * mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
15039         exceptions-ppc.c: added helper function to get the instruction address
15040         from a signal handler context.
15041
15042 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
15043
15044         * helpers.c: use g_get_tmp_dir. Invokes happyness 
15045         from gonzalo.
15046
15047 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
15048
15049         * helpers.c: Add new env variable to pass args to objdump.
15050         Specifically for those of us who love -Mintel. r=miguel, gonzalo.
15051
15052 2004-05-17  Radek Doulik  <rodo@ximian.com>
15053
15054         * Makefile.am (common_sources): added abcremoval.h so it get
15055         disted and daily mono packages on go-mono.com will build again
15056
15057 2004-05-17  Massimiliano Mantione  <massi@ximian.com>
15058
15059         * abcremoval.c: Fixed coding style, added copyright header.
15060
15061         * abcremoval.h: Fixed style and moved prototype to mini.h, added copyright header.
15062
15063         * mini.h: Added prototype for abc removal main function.
15064
15065         * build_relations_propagation_table.pl: Added copyright header.
15066
15067 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
15068
15069         * basic-long.cs: reg test for complex ceq_long bug.
15070
15071 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
15072
15073         * mini-x86.c (mono_arch_local_regalloc): Correctly free 
15074         reg in long and clob case (bug #58343). Fixed/added comments.
15075
15076 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
15077
15078         * mini.c (mono_jit_runtime_invoke): Follow new convention
15079         of calling the invoke method with an function pointer.
15080
15081 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
15082
15083         * ChangeLog: Fix author of memory leak patch.
15084
15085 Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
15086
15087         * Makefile.am: fix make dist as well...
15088
15089
15090 2004-05-14  Massimiliano Mantione  <massi@ximian.com>
15091
15092         * cfold.c: Made so that conversions from pointer to int4 are no-ops
15093         on archs where pointers are 4 bytes long.
15094
15095         * Makefile.am: Added abcremoval.c source file.
15096
15097         * abcremoval.c: Added abcremoval.c.
15098
15099         * abcremoval.h: Added abcremoval.h.
15100
15101         * build_relations_propagation_table.pl: Added build_relations_propagation_table.pl.
15102
15103         * inssel.brg: Enabled bounds check removal.
15104
15105         * mini.c: Added support for abcrem optimization.
15106
15107         * mini.h: Added abcrem optimization label.
15108
15109         * driver.c: Added support for abcrem optimization.
15110
15111         * propagated_relations_table.def: Added propagated_relations_table.def.
15112
15113 Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
15114
15115         * mini.c, cfold.c: fix style.
15116
15117 Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
15118
15119         * mini.c: handle issue with the low-level implementation of
15120         some long opcodes (bug #54209).
15121
15122 2004-05-13 Ben Maurer  <bmaurer@users.sourceforge.net>
15123
15124         * basic.cs: test for my new cmov stuff.
15125
15126 2004-05-13      Patrik Torstensson
15127
15128         * mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
15129         opt and added peephole documentation.
15130
15131 Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
15132
15133         * tramp-ppc.c: rewrote the generic trampoline code.
15134
15135 2004-05-11      Patrik Torstensson
15136
15137         * mini-x86.c: optimize long shl/shr asm code (one less branch)
15138
15139 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
15140
15141         * basic.cs basic-long.cs objects.cs: Make these compile under MS csc.
15142
15143         * mini.h mini.c dominators.c: Applied patch from Derek Woo
15144         (derek@eecg.toronto.edu): Fix memory leaks in loop optimizations.
15145
15146         * mini.c: Add new icalls for AsAny marshalling.
15147
15148 Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
15149
15150         * tramp-ppc.c, mini-ppc.c: more cleanups.
15151
15152 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15153
15154         * mini.c: no warnings.
15155
15156 Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
15157
15158         * mini-ppc.c, mini.c: use mono_resolve_patch_target ().
15159
15160 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
15161
15162         * mini.c: In the thread abort signal handler, if the thread is in the
15163         process of being stoped, don't throw the Abort exception, just stop the
15164         thread.
15165
15166 Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus@ximian.com>
15167
15168         * tramp-ppc.c: removed old code.
15169
15170 Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
15171
15172         * mini.h, mini-ppc.c, cfold.c: export mono_is_power_of_two().
15173         do some simple speed optimizations on ppc.
15174
15175 Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
15176
15177         * mini-ppc.c, cpu-g4.md: fixes to handle large stack frames
15178         and large offsets in load/store.
15179
15180 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
15181
15182         * mini-x86.c (mono_arch_local_regalloc): Remove the previous fix, since
15183         it causes regressions.
15184
15185 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
15186
15187         * mini-sparc.c: Fix vararg support + add beginnings of sigaltstack
15188         support.
15189
15190 Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
15191
15192         * jit-icalls.c: remove warnings.
15193         * inssel-x86.brg, inssel.brg, mini-x86.c, cfold.c: some simple
15194         speedups for unsafe code.
15195
15196 2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
15197
15198         * inssel.brg: Optimize Stind.[ui][12]. r=zoltan.
15199
15200 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
15201
15202         * basic-calls.cs: Add new regression test.
15203
15204         * mini.c (mono_runtime_install_handlers): Use SA_ONSTACK since it is
15205         more portable.
15206
15207         * mini.c (mono_method_to_ir): Handle opcode emulation for *_OVF opcodes.
15208
15209         * mini-x86.c (mono_arch_local_regalloc): Free new_dest register when it
15210         is no longer used.
15211
15212 2004-05-06      Patrik Torstensson
15213
15214         * mini-x86.[c|h], inssel-x86.brg, cpu-pentium.md, mini.c: enabled
15215         long reg allocation in any reg (not only eax:edx) and implemented 
15216         long shl/shr ops in asm instead of helpers.
15217
15218 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
15219
15220         * mini-sparc.h: Fix warnings.
15221
15222         * exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
15223         stack.
15224
15225         * mini-exceptions.c (mono_handle_exception): Call the filter in a
15226         separate statement for clarity.
15227
15228         * mini-sparc.c: Update status.
15229
15230 2004-05-04  Zoltan Varga  <vargaz@freemail.hu>
15231
15232         * mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
15233         here.
15234
15235 Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
15236
15237         * inssel-ppc.brg: another small pre-release workaround:
15238         we don't do overflow detection for long_sub_un.
15239
15240 Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
15241
15242         * mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
15243         (also works around a weird ppc bug: 57957).
15244
15245 Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
15246
15247         * tramp-ppc.c: trampoline fixes.
15248
15249 Fri Apr 30 15:54:26 EDT 2004    Paolo Molaro <lupus@ximian.com>
15250
15251         * mini-ppc.c: fixed typos.
15252
15253 Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
15254
15255         * mini-ppc.c, exceptions-ppc.c: more code saves registers
15256         at the top of the stack. Fixed typos. Use a frame registers
15257         for all the methods with exception clauses.
15258
15259 Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
15260
15261         * exceptions-ppc.c: restore fp registers.
15262
15263 Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
15264
15265         * mini-ppc.c, exceptions-ppc.c: save the registers in reverse
15266         order from the stack top (moved the stack room to save the
15267         return value for trace after the param area). Fixed corruption
15268         in restoring registers on unwind.
15269
15270 Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
15271
15272         * mini-ppc.c, cpu-g4.md: fixed unisgned -> double conversion.
15273
15274 Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
15275
15276         * exceptions-ppc.c, mini-ppc.h, mini-ppc.c: fixed localloc
15277         and prolog/epilog for methods that use it. Allow
15278         enough param area room for varargs methods. Fix miguel's
15279         breakage in exception handling.
15280
15281 Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
15282
15283         * Makefile.am: run genmdesc only on current arch.
15284
15285 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15286
15287         * exceptions-x86.c:
15288         * mini-x86.h: fix the build on windows.
15289
15290 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
15291
15292         * 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.
15293
15294         * exceptions-sparc.c exceptions-ppc.c exceptions-s390.c mini-ppc.h mini-s390.h mini-sparc.h: Fix up ports after changes.
15295
15296         * mini-exceptions.c: New file.
15297         
15298         * mini.c mini-exceptions.c mini-x86.h exceptions-x86.c Makefile.am:
15299         Move some parts of the x86 exception handling code to an 
15300         arch-independent file so it can be shared with other ports.
15301
15302 Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
15303
15304         * trace.c, cpu-g4.md, inssel-ppc.brg, mini-ppc.c: some fixes for FP code.
15305
15306 2004-04-26  David Waite  <mass@akuma.org>
15307
15308         * driver.c: remove comma from end of enumeration declaration
15309
15310 2004-04-26  Jackson Harper  <jackson@ximian.com>
15311
15312         * driver.c: parse config file before loading first assembly. This
15313         allows the user gac to be enabled/disabled. 
15314         
15315 2004-04-23  Miguel de Icaza  <miguel@ximian.com>
15316
15317         * mini-ppc.c (ppc_patch): Replaced the branch code patching with a
15318         simpler mechanism: we do not care what is encoded initially
15319         (branch absolute or relative), we care about the code and its
15320         target.  I kept the old code for reference for now.
15321
15322         The new code tries first to determine if the jump is anywhere in
15323         the -/+32 absolute meg range, if it succeeds, it encodes using the
15324         absolute branch;  If not, it tried to find something in the
15325         relative range, if not, it uses the handle_thunk code. 
15326
15327 Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus@ximian.com>
15328
15329         * exceptions-ppc.c: use the correct ip register on macosx.
15330
15331 Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus@ximian.com>
15332
15333         * exceptions.c, mini.c, mini-ppc.h: adapt code to macosx.
15334
15335 Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus@ximian.com>
15336
15337         * mini-ppc.c, cpu-g4.md: made the branch macros more flexible.
15338         Raise exception on integer divide by zero by hand since the hw
15339         doesn't support it. Handle NaNs in FP compares.
15340
15341 Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
15342
15343         * exceptions-ppc.c, mini-ppc.h, mini.c: simplified some
15344         code reducing duplication between the platforms and enabled
15345         signal exception handling (on linux for now).
15346
15347 Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus@ximian.com>
15348
15349         * exceptions-ppc.c: more macosx support.
15350
15351 Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
15352
15353         * mini-ppc.h, mini-ppc.c, cpu-g4.md: enable bigmul optimization.
15354
15355 Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
15356
15357         * mini.h, mini-ppc.c, cpu-g4.md: support for implicit exceptions.
15358
15359 2004-04-19 Ben Maurer  <bmaurer@users.sourceforge.net>
15360
15361         * iltests.il: more tests.
15362
15363 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
15364
15365         * mini-*.c (mono_arch_get_allocatable_int_vars): Skip written-only
15366         vars as well.
15367
15368 Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
15369
15370         * mini-ppc.c: some fixes to bootstrap mcs/corlib/etc.
15371
15372 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
15373
15374         * liveness.c: Mark variables as volatile in all basic blocks reachable
15375         from exception clauses.
15376
15377 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
15378
15379         * exceptions.cs (test_0_rethow_stacktrace): Make this work with
15380         inlining.
15381
15382 2004-04-18 Ben Maurer  <bmaurer@users.sourceforge.net>
15383
15384         * iltests.il, basic.cs: more tests for regalloc.
15385
15386 2004-04-17 Ben Maurer  <bmaurer@users.sourceforge.net>
15387
15388         * iltests.il: Some tests for register allocation modifications
15389         I have locally.
15390
15391 2004-04-16  Zoltan Varga  <vargaz@freemail.hu>
15392
15393         * exceptions.cs: Add regression test for bug #56782.
15394
15395         * exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
15396         original stack trace if an exception is rethrown. Fixes #56782. Oh,
15397         the beauty of fixing the same thing in 5 different files...
15398
15399 2004-04-15  Zoltan Varga  <vargaz@freemail.hu>
15400
15401         * mini.c (mono_method_to_ir): Do not compute coverage for inlined
15402         methods.
15403
15404 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
15405
15406         * mini.c: Add support for STRWLPARRAY marshalling convention.
15407
15408 Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
15409
15410         * exceptions-ppc.c: missing fixes in mono_jit_walk_stack (need
15411         to init the context to setup the regs pointer).
15412
15413 Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
15414
15415         * exceptions-ppc.c: more exceptions work.
15416
15417 Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
15418
15419         * mini.c: avoid reusing the same MonoInst on multiple trees: this is
15420         not allowed.
15421
15422 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
15423
15424         * inssel-x86.brg (reg): Add new rules for add, sub and mul that
15425         can use the memory directly.
15426
15427         * cpu-pentium.md: Update documentation from a post from Zoltan. 
15428
15429         add x86_add_membase, x86_sub_membase, x86_mul_membase
15430
15431 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
15432
15433         * mini-ppc.c: Remove unused definitions FLOAT_REGS and
15434         GENERAL_REGS they were also hardcoded for all PPC ports.
15435
15436         (add_general): Use PPC_NUM_REG_ARGS instead of GENERAL_REGS.
15437
15438         Remove hard-coded limit for floating point registers, use
15439         PPC_LAST_FPARG_REG instead in MONO_TYPE_R4 and MONO_TYPE_R8.
15440
15441         Notice that in MacOS X calling conventions you can fit a lot more
15442         floating point values in registers, so I should update the PInvoke
15443         test to excercise the passing of floating point values on the
15444         stack (currently broken).
15445         
15446 2004-04-06  Miguel de Icaza  <miguel@ximian.com>
15447
15448         * tramp-ppc.c (create_trampoline_code): Added
15449         JUMP_TRAMPOLINE_SIZE. 
15450         (ppc_magic_trampoline): Follow the pattern from
15451         x86_magic_trampoline: if code is set to zero, return. 
15452         (create_trampoline_code): Always pass MonoMethod to the jump
15453         trampoline, before it was passing a null.
15454         (mono_arch_create_jump_trampoline): Implement the jump stub, could
15455         share the code with mono_arch_create_jit_trampoline. 
15456
15457         * mini-ppc.c (mono_arch_output_basic_block): CEE_JMP opcode
15458         implemented.
15459         (mono_arch_patch_code): MONO_PATCH_INFO_METHOD_JUMP patch type
15460         implemented.  
15461
15462         * cpu-g4.md: Added length for jmp instruction, the worst case
15463         scenario is 92 bytes (4 mandatory bytes, potential 19 registers
15464         for save_lmf).
15465
15466 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
15467
15468         * aot.c (mono_compile_assembly): Add back unlink removed by mistake.
15469
15470 2004-04-07  Zoltan Varga  <vargaz@freemail.hu>
15471
15472         * mini.c: Only set bblock->real_offset when adding a new bblock, and
15473         before each IL instruction.
15474
15475         * mini.c (CEE_BOX): Fix warnings.
15476
15477 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15478
15479         * mini.c: removed a few unused vars and extra whitespace.
15480
15481 2004-04-05 Ben Maurer  <bmaurer@users.sourceforge.net>
15482
15483         * inssel.brg (MONO_EMIT_BOUNDS_CHECK): a new macro to emit bounds
15484         checks.
15485         (MONO_EMIT_BOUNDS_CHECK_IMM): the above, but when you know the
15486         index.
15487         (OP_GETCHR): use the above
15488         (CEE_LDELEMA): use the above.
15489
15490         * inseel-x86.brg (MONO_EMIT_BOUNDS_CHECK): a faster and smaller
15491         version of the generic impl.
15492         (MONO_EMIT_BOUNDS_CHECK_IMM): the same
15493         (CEE_LDELEMA): use the above.
15494
15495 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
15496
15497         * inssel-long32.brg (CEE_CONV_OVF_I8): Sign extend the i4 value to i8.
15498         Fixes #56317.
15499
15500         * iltests.il: Added new regression test for #56317.
15501
15502 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
15503
15504         * mini-x86.c (mono_arch_setup_jit_tls_data): Use pthread_attr_get_np
15505         under NetBSD. Fixes #56450.
15506
15507         * liveness.c (update_gen_kill_set): Fix previous patch.
15508
15509 2004-04-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15510
15511         * mini-x86.h: SA_STACK defined as SA_ONSTACK. Fixed build under NetBSD.
15512
15513 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
15514
15515         * mini.c (mono_method_to_ir): Avoid handle_loaded_temps in
15516         ldsfld and ldsflda.
15517
15518         * inssel-sparc.brg: Add more optimizations.
15519
15520         * mini-sparc.c: Replace multiply/divide with shifts if possible.
15521
15522 2004-04-01  Martin Baulig  <martin@ximian.com>
15523
15524         * mini.c (handle_box): New static function; moved the
15525         implementation of CEE_BOX here.
15526         (mono_method_to_ir): Added `constrained_call' variable.
15527         (mono_method_to_ir:CEE_CONSTRAINED_): Set it.
15528         (mono_method_to_ir:CEE_CALL): If `constrained_call' is set, use
15529         mono_method_get_constrained() to get the method.
15530
15531 2004-04-01  Martin Baulig  <martin@ximian.com>
15532
15533         * mini.c (TYPE_PARAM_TO_TYPE, TYPE_PARAM_TO_CLASS): Removed.
15534         (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): Removed.
15535         (mono_method_to_ir): We don't need these macros anymore since
15536         mono_class_get_full() already takes care of it. 
15537
15538 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15539
15540         * aot.c: set aot_verbose to 0, fixed format string that caused sigsegv,
15541         use @function (as doesn't accept #function here) and check the return
15542         value of system and stop if fails.
15543
15544 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15545
15546         * mini.c: set the timeout to 2s when calling mono_domain_finalize.
15547
15548 2004-03-31  Zoltan Varga  <vargaz@freemail.hu>
15549
15550         * mini-ppc.c (mono_arch_patch_code): Fix ppc build.
15551
15552         * inssel-sparc.brg mini-sparc.c aot.c: Implement AOT support.
15553
15554         * inssel-long32.brg (OP_LNEG): Use ADC instead of ADD here. Fixes
15555         #56223.
15556
15557         * basic-long.cs: Add test for negation of Int64.MinValue.
15558
15559 2004-03-30  Zoltan Varga  <vargaz@freemail.hu>
15560
15561         * mini-sparc.c: Update status.
15562
15563         * mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
15564
15565         * exceptions-sparc.c: Fix return value in filters.
15566
15567         * inssel-sparc.brg: Fix register allocation in some rules.
15568
15569 2004-03-28  Martin Baulig  <martin@ximian.com>
15570
15571         * mini.c (mmono_method_to_ir): In CEE_STELEM, do a handle_stobj()
15572         if neccessary.  
15573
15574 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
15575
15576         * mini-x86.c (mono_arch_patch_code): Fix warnings.
15577         
15578         * mini-x86.c (mono_arch_output_basic_block): Fix CEE_MUL_OVF_UN if 
15579         dreg is not EAX. Thanks to Willibard Krenn for spotting this. Also
15580         remove unused conv_u4 opcode.
15581
15582         * mini-x86.c: Remove valgrind workaround since it slows down things
15583         even when mono is not run under valgrind.
15584
15585 2004-03-26  Zoltan Varga  <vargaz@freemail.hu>
15586
15587         * mini-sparc.c: Update status.
15588
15589         * inssel-sparc.brg: Add some optimizations.
15590
15591         * inssel-sparc.brg mini-sparc.c: Rework branch instructions to allow
15592         future delay slot filling. Add support for varargs, tail calls and JMP.
15593
15594         * inssel.brg mini-ops.h mini.c: Use OP_REFANYTYPE instead of 
15595         CEE_REFANYTYPE, since CEE_REFANYTYPE needs a prefix to be unique.
15596
15597         * inssel.brg: Fix register allocation in OP_ARGLIST.
15598
15599         * inssel.brg: Fix warnings.
15600
15601 2004-03-25  Martin Baulig  <martin@ximian.com>
15602
15603         * mini.c (inflate_generic_field): Removed.
15604         (mini_get_method): Removed, use mono_get_method_full(),
15605         (mini_get_class): Removed, use mono_class_get_full().
15606         (mono_method_to_ir): Pass our generic context to
15607         mono_field_from_token().        
15608
15609 2004-03-25  Martin Baulig  <martin@ximian.com>
15610
15611         * mini.c (mini_get_class): Take a `MonoGenericContext *' instead
15612         of a `MonoMethod *'.
15613         (mini_get_method): Take a `MonoGenericContext *' instead
15614         of a `MonoMethod *'.
15615         (TYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_TYPE): mono_method_to_ir() has
15616         a new local variable called `generic_context' which holds the
15617         current `MonoGenericContext *'; use it to lookup things.
15618
15619 2004-03-24  Martin Baulig  <martin@ximian.com>
15620
15621         * mini.c (mini_get_class): New static method; if we're inside a
15622         generic instance, inflate the class if neccessary.
15623         (mono_method_to_ir): Use mini_get_class() instead of mono_class_get().
15624
15625 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
15626
15627         * iltests.il: New regression test for #55976.
15628
15629         * mini.c (mono_method_to_ir): Empty the stack in endfinally. Fixes
15630         #55976.
15631
15632 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
15633
15634         * exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
15635         output.
15636
15637 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
15638
15639         * liveness.c: Consider SSA stores as well as loads when making vars
15640         volatile.
15641
15642         * exceptions.cs: New regression tests for register allocation.
15643         
15644 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
15645
15646         * mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
15647         * mini.c: Removed domain lock from mono_jit_compile_method_with_opt. Use
15648           domain lock only to protect puntual access to data structures.
15649           Added access lock for sighash, jit_icall_hash_name, 
15650           jit_icall_hash_addr and domain->code_mp.
15651
15652 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
15653
15654         * driver.c: Print SIGSEGV handling method.
15655
15656         * mini-x86.c (mono_arch_free_jit_tls_data): Add missing ifdef.
15657
15658         * mini.c (setup_jit_tls_data): Handle case when this is called
15659         multiple times for a thread.
15660
15661         * mini-x86.c cpu-pentium.md: Fix floating point branch opcodes so fbxx 
15662         is different from fbxx_un. Fixes #54303. Also use constants instead of
15663         magic numbers in a lot of places.
15664
15665 2004-03-19  Zoltan Varga  <vargaz@freemail.hu>
15666
15667         * exceptions.cs: Fix cctor test when --regression is used.
15668
15669 Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
15670
15671         * mini-ppc.c, exceptions-ppc.c: basic exceptions support 
15672         for Linux/ppc.
15673
15674 Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
15675
15676         * inssel-ppc.brg: fixed register assignments for some rules.
15677
15678 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15679
15680         * exceptions.cs: Add test for exceptions in static constructors.
15681
15682         * mini.c (mono_jit_compile_method_with_out): Move the calling of
15683         static constructors outside the domain lock. Fixes #55720.
15684
15685 2004-03-17  Martin Baulig  <martin@ximian.com>
15686
15687         * mini.c (get_generic_field_inst): Removed, this'll never happen.
15688         (inflate_generic_field): Take the `MonoMethod *' instead of the
15689         `MonoClass *' and added support for generic method.
15690         (mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
15691         have a `field->parent->gen_params', only inflate the field if it's
15692         an open constructed type.
15693
15694 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15695
15696         * exceptions-x86.c (mono_arch_handle_exception): Allocate a new
15697         exception object instead of the preconstructed ones.
15698
15699 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15700
15701         * mini.c: reverted changed to sigsegv_signal_handler commited
15702         accidentally in the previous patch.
15703
15704 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15705
15706         * mini.c:
15707         (mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
15708         running --aot with an old assembly.
15709
15710 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
15711
15712         * mini-sparc.c (mono_arch_instrument_epilog): Fix handling of floating
15713         point values.
15714
15715         * mini-sparc.c: Add support for v9 branches with prediction.
15716
15717 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
15718
15719         * mini.c (mini_init): #warning is GNUC only
15720
15721         * mini-sparc.h: implement __builtin_frame_address
15722         and __builtin_return_address for Sun C compiler
15723
15724 2004-03-15  Zoltan Varga  <vargaz@freemail.hu>
15725
15726         * exceptions-sparc.c (mono_arch_has_unwind_info): Add missing function.
15727
15728 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
15729
15730         * basic-calls.cs: Add test for unaligned byref long argument passing.
15731
15732         * mini-ops.h: Add sparcv9 compare and branch instructions.
15733
15734         * inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
15735         v9 instructions if we have a v9 cpu.
15736
15737         * mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
15738         registers for global allocation.
15739
15740         * exceptions-sparc.c: Fixes.
15741         
15742 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
15743
15744         * liveness.c (mono_analyze_liveness): Optimized version.
15745
15746         * inssel-sparc.brg cpu-sparc.md: Ongoing sparc work.
15747
15748         * mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Ongoing
15749         sparc work.
15750
15751         * basic-float.cs basic-calls.cs: New regression tests.
15752
15753 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
15754
15755         * mini-x86.h: Define SIGSEGV_ON_ALTSTACK only if we have a working
15756         sigaltstack implementation.
15757
15758         * mini-x86.c (mono_arch_setup_jit_tls_data): Fix previous patch.
15759         
15760         * mini-x86.c (mono_arch_setup_jit_tls_data): Turn off the sigaltstack
15761         stuff if SIGSEGV_ON_ALTSTACK is not defined.
15762
15763 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
15764
15765         * mini.c: Fix warnings.
15766         
15767         * mini.c (mono_resolve_patch_target): New function which contains the
15768         arch independent part of the patching process.
15769
15770         * mini-x86.c (mono_arch_patch_code): Move arch independent parts of the
15771         patching code to a separate function.
15772
15773 2004-03-09  Bernie Solomon  <bernard@ugsolutions.com>
15774
15775         * mini.c (add_signal_handler): ifdef out on Windows
15776
15777 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
15778
15779         * mini-sparc.h mini-sparc.c inssel-sparc.brg exceptions-sparc.c 
15780         cpu-sparc.md: Add exception handling support + other fixes.
15781
15782         * driver.c: Print --help output to stdout. Fixes #55261. Also fix
15783         typed GC detection in --version.
15784
15785         * basic.cs exceptions.cs: New regression tests.
15786
15787         * mini.h mini-x86.h mini-ppc.h: Add MonoCompileArch structure where
15788         the arch specific code can store data during a compilation.
15789
15790         * mini-ops.h: Add OP_SETFRET.
15791
15792         * mini.c (mini_get_ldelema_ins): Instead of allways calling the same
15793         function, register a separate icall for each arity, so the icalls can
15794         get a wrapper.
15795         
15796         * mini.c (mono_print_tree): Print negative offsets in a more readable
15797         form.
15798         
15799         * mini.c: Make signal handling work on sparc.
15800         
15801         * mini.c (mini_init): Add emulation for lconv_to_r8_un.
15802
15803         * inssel-long32.brg: Fix OP_LSUB_OVF_UN rule.
15804
15805         * jit-icalls.c: Emulate truncl by aintl on solaris.
15806
15807         * jit-icalls.c (mono_lconv_to_r8_un): New icall emulation function.
15808
15809 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
15810
15811         * mini.c (mini_init): fconv_to_ovf can raise exceptions.
15812
15813 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
15814
15815         * mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
15816         a MarshalByRef type, inline a method that performs the check, taking into
15817         account that the object can be a proxy. Also implemented tow new opcodes:
15818         CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
15819         * inssel.brg: Implemented two new opcodes, mini-ops.h: OP_CISINST and 
15820         OP_CCASTCLASS, which implement CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
15821
15822 Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
15823
15824         * mini-ppc.c: if a relative branch displacement is too big
15825         but it points to and area reachable with an absolute branch, 
15826         avoid the thunks.
15827
15828 Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
15829
15830         * mini.c: optimize small copies in cpblk.
15831
15832 2004-03-01  Zoltan Varga  <vargaz@freemail.hu>
15833
15834         * basic-calls.cs basic-float.cs: New regression tests.
15835
15836         * mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at 
15837         negative offsets from %fp. Implement localloc. Fix local register 
15838         allocation. Fix the case when the this argument needs to be saved to
15839         the stack. Implement some missing opcodes.
15840
15841 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
15842
15843         * mini.c (mini_method_compile): Reenable global regalloc in methods
15844         with exception handlers.
15845
15846         * linear-scan.c (mono_varlist_sort): Fix warning.
15847
15848         * linear-scan.c (mono_linear_scan): Fix computation of used_regs.
15849
15850         * mini-x86.c (mono_arch_regalloc_cost): Reenable precise computation of
15851         regalloc costs.
15852
15853         * liveness.c: Make all variables uses in exception clauses volatile, to
15854         prevent them from being allocated to registers. Fixes #42136.
15855
15856 2004-02-25  Zoltan Varga  <vargaz@freemail.hu>
15857
15858         * mini-x86.c (mono_arch_regalloc_cost): Revert this change since it
15859         causes regressions.
15860
15861         * mini.h linear-scan.c mini-x86.c mini-sparc.c mini-ppc.c: Add 'cfg'
15862         argument to mono_arch_regalloc_cost.
15863
15864         * mini-x86.c (mono_arch_regalloc_cost): Compute regalloc costs 
15865         precisely.
15866
15867 2004-02-24  Zoltan Varga  <vargaz@freemail.hu>
15868
15869         * mini.h mini-x86.c mini-ppc.c mini-sparc.c linear-scan.c: 
15870         Make the cost of allocating a variable to a register arch dependent.
15871
15872         * basic-calls.cs: Fix compilation of tests.
15873         
15874         * mini.h mini.c tramp-x86.c mini-x86.c: Add mono_running_on_valgrind ()
15875         helper function to cut back on the number of #ifdefs needed.
15876
15877         * mini-ppc.c: Fix compilation.
15878
15879         * basic-calls.cs: New regression tests.
15880
15881         * mini-sparc.c (mono_sparc_is_virtual_call): New helper function.
15882
15883         * tramp-sparc.c (create_specific_trampoline): Use g5 register instead
15884         of l0 since that is callee saved.
15885
15886         * tramp-sparc.c (sparc_magic_trampoline): Apply unbox trampoline only
15887         to virtual calls.
15888
15889         * mini-sparc.c: Ongoing work + flag virtual calls with a special kind 
15890         of delay instruction.
15891
15892         * inssel.brg (OP_CHECK_THIS): Set tree->sreg1 and dreg correctly.
15893
15894         * mini.h (MonoCallInst): Add 'virtual' flag.
15895
15896         * inssel.brg (mini_emit_virtual_call): Set 'virtual' flag.
15897
15898 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
15899
15900         * *.cs: New regression tests.
15901
15902         * mini-sparc.c inssel-sparc.brg: Update after latest changes. Ongoing sparc 
15903         work.
15904
15905         * mini.c (mono_runtime_install_handlers): Fix build.
15906
15907         * mini.h (MonoJitTlsData): Add 'stack_size', 'signal_stack' and
15908         'signal_stack_size' members.
15909
15910         * mini.h mini.c mini-x86.h mini-x86.c: Run sigsegv handlers on an 
15911         alternate signal stack.
15912
15913         * exceptions-x86.c: Add stack overflow handling.
15914
15915         * mini.h mini.c mini-x86.c mini-ppc.c trace.h trace.c: Move tracing 
15916         functions to arch independent code.
15917
15918         * mini.c (mono_print_tree): Print more detailed info for load_membase
15919         opcodes.
15920         
15921 2004-02-23  Martin Baulig  <martin@ximian.com>
15922
15923         * mini.c (mini_get_method): Set `gmethod->generic_inst'.
15924
15925 Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus@ximian.com>
15926
15927         * mini-x86.c: fixed reg allocation for div/rem.
15928
15929 2004-02-22  Miguel de Icaza  <miguel@ximian.com>
15930
15931         * driver.c (mono_main): Report some configuratio options on --version.
15932
15933 Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus@ximian.com>
15934
15935         * mini-ppc.c: fixed clt.un, cgt.un. Optimized calls to functions
15936         low in the address space. Correctly flush memory in thunks where we
15937         output native code.
15938
15939 2004-02-20  Martin Baulig  <martin@ximian.com>
15940
15941         * mini.c (mini_get_method): New static method; inflate all generic
15942         methods and methods in open generic instances.
15943         (mono_method_to_ir): Use mini_get_method() instead of mono_get_method().
15944         (ret_type_to_call_opcode): Added support for MONO_TYPE_GENERICINST.
15945
15946 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
15947
15948         * mini-sparc.c (mono_arch_patch_code): Update after domain->code_mp changes.
15949
15950         * tramp-sparc.c (mono_arch_create_jump_trampoline): Set ji->method.
15951
15952 2004-02-19  Bernie Solomon  <bernard@ugsolutions.com>
15953
15954         * helpers.c (mono_disassemble_code): use Sun's dis if not using gcc
15955
15956         * mini-sparc.c (flushi mono_arch_output_basic_block): make
15957         it compile using Sun's compiler.
15958
15959 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
15960
15961         * 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.
15962
15963         * basic-calls.cs basic-float.cs basic-long.cs objects.cs: New regression tests.
15964
15965 Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus@ximian.com>
15966
15967         * aot.c, mini-x86.c, mini.c: use the code manager instead of a mempool to hold native
15968         code.
15969         * mini-ppc.c: handle calls outside of the allowed range with thunks
15970         allocated using the code manager.
15971         * tramp-ppc.c: use the code manager to hold generated native code.
15972         Fixed the magic trampoline to just patch vtable entries.
15973
15974 2004-02-17  Zoltan Varga  <vargaz@freemail.hu>
15975
15976         * inssel.brg inssel-x86.brg: Move call(immediate) rules to the platform
15977         independent file.
15978
15979 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
15980
15981         * tramp-ppc.c (mono_arch_create_jump_trampoline): Fix compilation on
15982         PPC.
15983
15984         * mini-x86.c: Call mono_arch_get_lmf_addr instead of mono_get_lmf_addr
15985         if we have a working __thread implementation.
15986
15987         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Remove 
15988         OP_CALL_IMM opcodes, since the CALL opcodes handles immediates as well.
15989
15990 2004-02-15  Zoltan Varga  <vargaz@freemail.hu>
15991
15992         * mini-x86.c: Fix compilation under gcc 2.
15993         
15994 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
15995
15996         * mini.c (mono_codegen): Avoid infinite loop when an icall wrapper
15997         contains a call to the wrapped function.
15998
15999         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Add 
16000         OP_<CALL>_IMM opcodes, and use them under X86.
16001         
16002         * mini.c (mono_jit_find_compiled_method): Fix warning.
16003
16004         * cpu-pentium.md: Fix length of opcodes which use x86_alu_membase_imm.
16005
16006         * jit-icalls.c (mono_ldftn_nosync): New JIT icall.
16007
16008         * tramp-x86.c (mono_arch_create_jump_trampoline): Move arch independent
16009         functionality to mini.c.
16010
16011         * mini.c (mono_create_jump_trampoline): New function to create a jump
16012         trampoline. Return a compiled method instead of a trampoline if it
16013         exists. Add a cache for jump trampolines.
16014
16015         * mini.c (mono_jit_find_compiled_method): New function to return a
16016         compiled method if it exists.
16017
16018         * mini-x86.c: Call mono_create_jump_trampoline instead of 
16019         mono_arch_create_jit_trampoline.
16020
16021         * jit-icalls.c (mono_ldftn): Do not compile the method. Instead, return
16022         a jump trampoline. Fixes #52092.
16023         
16024 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
16025
16026         * debug-mini.c (mono_init_debugger): Remove call to mono_verify_corlib,
16027         which is not up-to-date. Add check_corlib_version () instead.
16028
16029         * mini.c (mini_init): Call mono_thread_attach () so embedders do not 
16030         have to call it.
16031         
16032         * mini.c (mono_runtime_install_handlers): Remove check for valgrind
16033         since newer valgrind versions do not need it.
16034
16035         * mini.c (mono_jit_compile_method_with_opt): New helper function to
16036         compile a method with a given set of optimizations.
16037
16038         * mini.c: Compile icall wrappers on-demand instead of at startup.
16039
16040         * mini-sparc.c mini-ppc.c: Call mono_icall_get_wrapper to obtain the
16041         wrapper for an icall.
16042
16043 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
16044
16045         * mini.c (mono_method_to_ir): Handle switch with non-empty stack. Fixes
16046         #54063.
16047
16048         * iltests.il: Add test for non-empty stack before switch instruction.
16049
16050 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
16051
16052         * mini.c: Add support for new stringbuilder marshalling conventions.
16053
16054         * mini.c (mono_method_to_ir): Fix stack management of generic CEE_BOX.
16055
16056 2004-02-01  Martin Baulig  <martin@ximian.com>
16057
16058         * mini.c (MTYPE_PARAM_TO_TYPE): Method type arguments are stored
16059         in `ginst->mtype_argv'.
16060
16061 2004-01-31  Miguel de Icaza  <miguel@ximian.com>
16062
16063         * mini.c: Add comments, replace CEE_XXX+128 with OP_XXX to
16064         facilitate grepping.
16065
16066 Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus@ximian.com>
16067
16068         * mini.c: fixed buglet in initobj generic implementation for references.
16069
16070 Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus@ximian.com>
16071
16072         * Makefile.am: make the version script conditional.
16073         * jit-icalls.c: handle missing truncl().
16074
16075 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
16076
16077         * exceptions.cs: Add more tests for double->int conversion.
16078
16079         * jit-icalls.c (mono_fconv_ovf_i8): Call truncl before comparison, so
16080         we don't throw exceptions when converting 1.1 to a long. Fixes #53250.
16081
16082 Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus@ximian.com>
16083
16084         * driver.c: make --verbose --version emit an error
16085         if the loaded corlib doesn't match the runtime version.
16086
16087 Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
16088
16089         * mini-ppc.h: export ppc_patch().
16090         * mini-ppc.c: call convention fixes. Added assert in ppc_patch().
16091         * tramp-ppc.c: call convention fixes: Linux/PPC support should be
16092         on par or better than on MacOSX.
16093
16094 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
16095
16096         * mini.c tramp-x86.c tramp-sparc.c: Updated after changes to
16097         mono_lookup_pinvoke_call.
16098
16099         * mini-x86.c: Under windows, the default pinvoke calling convention is
16100         stdcall. Fixes #52834.
16101
16102         * mini.c (optimize_branches): Add an upper bound to the number of
16103         iterations to prevent infinite loops on strange loops. Fixes #53003.
16104
16105 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16106
16107         * inssel.brg: Add vectors<->one dimensional array checking to CASTCLASS
16108         and ISINST. Fixes #52093.
16109
16110         * objects.cs (test_0_vector_array_cast): New tests.
16111         
16112 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
16113
16114         * jit-icalls.c (helper_stelem_ref_check): New jit icall for array type
16115         checking in Array.Set ().
16116
16117         * mini.c (method_to_ir): Add array type checking in Array.Set (). Fixes
16118         #52590.
16119
16120         * object.cs (test_0_multi_array_cast): New regression test.
16121
16122 Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus@ximian.com>
16123
16124         * exceptions-ppc.c: fix build on Linux/PPC.
16125
16126 2004-01-14  Zoltan Varga  <vargaz@freemail.hu>
16127
16128         * tramp-x86.c (x86_magic_trampoline): Disable code patching when
16129         running under valgrind.
16130         (x86_magic_trampoline): Fix build bustage.
16131
16132         * debug-mini.c: Modify the debug info serialize/deserialize code so it handles
16133         negative values as well. This is needed for the encoding of the line number
16134         info, since sometimes the line numbers are not in increasing order.
16135
16136 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
16137
16138         * cpu-pentium.md (localloc): Increase the size of the localloc 
16139         instruction since it is a loop under Win32.
16140
16141         * debug-mini.c (record_line_number): Get rid of unneccesary memory
16142         allocation.
16143
16144 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
16145
16146         * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c 
16147         tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from 
16148         Max Horn (max@quendi.de). Fix file names in comments.
16149
16150 2004-01-03  Zoltan Varga  <vargaz@freemail.hu>
16151
16152         * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
16153         avoid stack overflow.
16154         (replace_usage): Avoid uninitialized variable warnings.
16155
16156         * mini.c (mono_method_to_ir): Avoid disabling SSA for array operations
16157         and taking the address of valuetype variables.
16158
16159 2004-01-03  Patrik Torstensson
16160
16161         * mini-x86.c: renamed fpflags to flags in RegTrack, going to be used
16162         for other purposes than FP later on.
16163
16164 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
16165
16166         * mini.c (mono_method_to_ir): Prevent register allocation for arguments
16167         of tail calls.
16168
16169 Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus@ximian.com>
16170
16171         * mini-ops.h, mini.c, inssel.brg: Object.GetType () speedup.
16172
16173 2003-12-30  Patrik Torstensson <p@rxc.se>
16174
16175         * mini-x86.h: Decreased number of availiable fp regs.
16176         Solves corner cases with FP spilling.
16177
16178 2003-12-23  Patrik Torstensson <p@rxc.se>
16179
16180         * mini-x86.c, mini-ops.h, cpu-pentium.md: Added support
16181         for floating point stack tracking / spilling on x86. 
16182         Fixes bug #49012.
16183         
16184         * basic-float.cs: added float mul overflow test.
16185
16186 2003-12-23  Zoltan Varga  <vargaz@freemail.hu>
16187
16188         * mini.c (mono_method_to_ir): Add workaround for bug #51126.
16189
16190 Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus@ximian.com>
16191
16192         * mini.h, mini-ppc.c, mini-ppc.h: small cleanups and
16193         supports for cond branches that overflow the immediate
16194         overflow offset. mcs can compile simple programs.
16195
16196 Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus@ximian.com>
16197
16198         * exceptions-ppc.c: exception handling support wip:
16199         finally handlers get run on exception.
16200
16201 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
16202
16203         * aot.c (mono_aot_get_method_inner): Avoid loading AOT code while 
16204         profiling.
16205
16206 Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus@ximian.com>
16207
16208         * cpu-g4.md, mini-ppc.c, exceptions-ppc.c, mini-ppc.h:
16209         initial support for stack walking and unwinding.
16210
16211 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
16212
16213         * driver.c (mono_main): Make corlib-out-of-sync message more 
16214         descriptive. Also remove verify_corlib call.
16215
16216 Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
16217
16218         * mini.c: make CEE_NEWARR calls and other emulated opcodes 
16219         not overlap with other call's arguments, too.
16220
16221 Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus@ximian.com>
16222
16223         * mini.h, mini.c, mini-ppc.c, mini-sparc.c, mini-x86.c: 
16224         move to arch-specific code the choice of arch-specific
16225         intrinsics (from Laurent Morichetti (l_m@pacbell.net)).
16226         * mini.c: ensure emulation calls will not interleave
16227         with other calls.
16228
16229 Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus@ximian.com>
16230
16231         * tramp-ppc.c, basic-calls.cs: rework trampolines so that
16232         the magic trampoline stack frame is dropped before executing
16233         the new method.
16234
16235 Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus@ximian.com>
16236
16237         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed some opcode lengths
16238         and integer to fp conversions. Added support for overflowing
16239         arguments on the stack. Reserve a couple more registers as temps.
16240         Added support for aot compilation (as output still needs to be
16241         tweaked, though).
16242
16243 Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus@ximian.com>
16244
16245         * mini-ppc.c, basic-long.cs: fix jumps to known labels.
16246         Don't overwrite return register in some corner cases.
16247
16248 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
16249
16250         * mini.h mini.c driver.c mini-x86.c mini-ppc.c aot.c: Do not run
16251         static constructors when AOT compiling.
16252
16253         * driver.c (mono_main): Call mono_check_corlib_version.
16254
16255 Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus@ximian.com>
16256
16257         * cpu-g4.md, basic.cs: fixed div target register.
16258
16259 Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus@ximian.com>
16260
16261         * mini-ppc.c, basic.cs: shl_imm fix with test.
16262
16263 Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus@ximian.com>
16264
16265         * inssel-ppc.brg, mini-ppc.h, mini-ppc.c: support for passing 
16266         structures by value. Misc fixes.
16267         * objects.cs: more tests.
16268
16269 Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus@ximian.com>
16270
16271         * mini-ppc.c: lconv.ovf.i implemented.
16272
16273 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16274
16275         * mini.c:
16276         (mini_init): don't error out if someone already called g_thread_init.
16277
16278 Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
16279
16280         * exceptions-x86.c, exceptions-ppc.c: allow the exception object
16281         to be any type per the spec. Fix abnormal memory usage when
16282         the same object is repeatedly thrown.
16283
16284 Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus@ximian.com>
16285
16286         * mini.c: check for overruns in IL code.
16287
16288 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
16289
16290         * TODO: Add/remove some todo entries.
16291
16292 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
16293
16294         * driver.c (mono_main): Call mono_verify_corlib.
16295
16296 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
16297
16298         * inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy. 
16299         This has been moved to mini.c
16300         * mini.c: in mono_method_to_ir, CEE_ISINST and CEE_CASTCLASS cases, if the
16301         type being casted is marshalbyref it could be a proxy, so instead of
16302         emitting the type check code, emit a call to a runtime method that will
16303         perform the check by calling CanCastTo if needed.
16304
16305 2003-12-06  Zoltan Varga  <vargaz@freemail.hu>
16306
16307         * mini-x86.c (mono_arch_emit_prolog): Fix stack space allocation for
16308         methods with large stack frames under Win32.
16309
16310 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
16311
16312         * Makefile.am: Distribute regression tests.
16313
16314         * mini-x86.c (mono_arch_get_allocatable_int_vars): Sort the var list
16315         at the end instead of inserting each variable into the sorted list.
16316
16317         * linear-scan.c (mono_varlist_sort): New helper function.
16318         
16319 Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus@ximian.com>
16320
16321         * mini.c: ensure arguments and locals are within bounds.
16322
16323 Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus@ximian.com>
16324
16325         * mini-ppc.c, cpu-g4.md, basic.cs, basic-long.cs: more tests and 
16326         related fixes.
16327
16328 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
16329
16330         * mini.c (mono_cprop_copy_values): Fix crash.
16331
16332         * aot.c: Set verbosity back to 0.
16333         
16334 Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus@ximian.com>
16335
16336         * regalloc.c: complete memory leak fix by Laurent Morichetti
16337         (l_m@pacbell.net).
16338
16339 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
16340
16341         * driver.c (main_thread_handler): Revert the previous patch.
16342
16343         * tramp-x86.c (x86_class_init_trampoline): Avoid patching when running
16344         under valgrind.
16345
16346         * mini-x86.c (mono_arch_local_regalloc): Do not allocate transient
16347         memory from the memory pool.
16348
16349         * driver.c (main_thread_handler): Turn on all optimizations when
16350         --aot is used.
16351
16352         * mini.c (mono_find_jit_opcode_emulation): Turn emul_opcode_hash into
16353         an array for better performance.
16354
16355         * regalloc.c (mono_regstate_assign): Fix memory leak.
16356
16357         * debug-mini.c (mono_debug_serialize_debug_info): New function to
16358         serialize the debug info.
16359
16360         * debug-mini.c (mono_debug_add_aot_method): New function to load the
16361         debug info from the serialized representation.
16362
16363         * aot.c: Save debug info into the generated file and load it when 
16364         loading a method.
16365
16366         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
16367
16368 Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus@ximian.com>
16369
16370         * mini-ppc.c, tramp-ppc.c: save FP arguments in the trampoline.
16371         More FP-related fixes.
16372
16373 Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus@ximian.com>
16374
16375         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed finally handlers
16376         and register allocation buglet. Hello world now runs.
16377
16378 Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus@ximian.com>
16379
16380         * cpu-g4.md, inssel-ppc.brg, mini-ppc.c: better long return support.
16381         * tramp-ppc.c: fixed class init trampoline.
16382         * inssel-ppc.brg, mini.c, jit-icalls.c, mini-ppc.h: more emulation.
16383
16384 Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus@ximian.com>
16385
16386         * cpu-g4.md, inssel-ppc.brg, jit-icalls.c, mini-ppc.c, mini-ppc.h,
16387         mini.c: more ppc changes/fixes.
16388
16389 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
16390
16391         * mini.c (mono_method_to_ir): Fix tail calls with valuetype arguments.
16392         Also optimize the case when the arguments are the same in the caller 
16393         and in the callee.
16394
16395         * iltests.il: Add tests for tail calls with valuetype arguments.
16396
16397 Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus@ximian.com>
16398
16399         * mini-ppc.c: fixes for struct return type.
16400
16401 Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus@ximian.com>
16402
16403         * mini.h, mini.c, mini-x86.c, mini-ppc.c, mini-sparc.c: move 
16404         mono_spillvar_offset() to arch-specific code.
16405
16406 Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus@ximian.com>
16407
16408         * mini-ppc.h, mini-ppc.c: handle some different ABI call convention issues.
16409
16410 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
16411
16412         * exceptions-x86.c: Fix stack space leaks.
16413         
16414         * exceptions-x86.c (mono_arch_find_jit_info): Restore callee saved
16415         registers from the lmf if the method has save_lmf set.
16416
16417 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
16418
16419         * tramp-x86.c (x86_magic_trampoline): Avoid patching in the addresses
16420         of icall wrappers into InvokeInDomain, since these are now per-domain.
16421
16422 Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus@ximian.com>
16423
16424         * mini-ppc.h, mini-x86.h, mini.c, inssel-ppc.brg, jit-icalls.c:
16425         make some opcode emulation and intrinsic ops enabled/disabled 
16426         according to the architecture. More fixes.
16427
16428 Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus@ximian.com>
16429
16430         * mini-ppc.c, mini-sparc.c, cpu-g4.md: more bug fixes.
16431
16432 Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus@ximian.com>
16433
16434         * mini.h, inssel.brg, mini-x86.c, mini-ppc.c, mini-sparc.c: move
16435         arch-specific handling for 'this' and struct return type to
16436         arch-specific code.
16437
16438 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16439
16440         * aot.c: prevent divide by zero error when reporting (it happened with
16441         Accessibility.dll).
16442
16443 2003-11-25  Zoltan Varga  <vargaz@freemail.hu>
16444
16445         * mini.h (inst_switch): Remove unused macro.
16446
16447 2003-11-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16448
16449         * aot.c:
16450         (load_aot_module): free 'info->methods' and 'info' properly. No more
16451         "free(): invalid pointer blah" messages when you have an old aot
16452         compiled assembly.
16453
16454 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
16455
16456         * jit-icalls.c, mini.c: Added support for context static fields.
16457
16458 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
16459
16460         * mini.c (mono_method_blittable): Methods which set LastError are not 
16461         blittable either. Fixes #51108.
16462         
16463 Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus@ximian.com>
16464
16465         * mini.c: flush icache.
16466         * cpu-g4.md, mini-ppc.c, inssel.brg: more fixes. Trace support.
16467
16468 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
16469
16470         * mini.c (mono_type_blittable): OBJECT is not blittable. Fixes #47842.
16471
16472 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
16473
16474         * tramp-x86.c (x86_class_init_trampoline): Make code patching thread
16475         safe on IA32.
16476
16477         * mini-x86.c (mono_arch_call_opcode): Disable AOT for methods with 
16478         vararg calls.
16479
16480         * inssel.brg (CEE_MKREFANY): Fix AOT case.
16481
16482 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
16483
16484         * mini-x86.c (mono_arch_local_regalloc): Fix regalloc for div 
16485         instruction when the result is discarded.
16486
16487         * iltests.il (test_0_div_regalloc): New regression test.
16488
16489         * arrays.cs: Fix compilation error.
16490
16491 Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus@ximian.com>
16492
16493         * inssel-x86.brg, inssel-float.brg, mini-ops.h: move x86-specific
16494         float rules to inssel-x86.brg: sane architectures with FP registers
16495         don't need to implement these rules.
16496
16497 Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus@ximian.com>
16498
16499         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: updates and fixes to the ppc port.
16500
16501 Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus@ximian.com>
16502
16503         * mini.h, inssel-long32.brg: fixed endianess issues in int64
16504         implementation of 32 bit systems.
16505
16506 Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus@ximian.com>
16507
16508         * exceptions-ppc.c: fix build on Linux/ppc from Jeroen@xs4all.nl
16509         (Jeroen Zwartepoorte).
16510
16511 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
16512
16513         * mini.c (mono_method_to_ir): Use CEE_JMP only if the signature of
16514         the caller and the callee matches.
16515         
16516         * mini.c (mono_method_to_ir): Add comment.
16517
16518         * mini-x86.c (mono_arch_output_basic_block): Use mono_signbit, since
16519         signbit is missing on some platforms.
16520
16521 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
16522
16523         * mini.h (mono_arch_setup_jit_tls_data): New arch specific function.
16524
16525         * mini.c (setup_jit_tls_data): Call the new function.
16526         
16527         * mini-x86.c mini-ppc.c mini-sparc.c: Define the new function.
16528
16529         * mini-x86.c: Add experimental support for fast access to the lmf
16530         structure under NPTL/Linux 2.6.x.
16531
16532 2003-11-06  Martin Baulig  <martin@ximian.com>
16533
16534         * ldscript: Make `GC_push_all_stack', `GC_start_blocking',
16535         `GC_end_blocking' and 'gc_thread_vtable' public; they're used by
16536         the debugger.
16537
16538 2003-11-02  Martin Baulig  <martin@ximian.com>
16539
16540         * mini.c (inflate_generic_field): New static method.
16541         (mono_method_to_ir): In CEE_LDFLD and CEE_LDSFLD: if we're a
16542         generic instance and the field is declared in a generic type, call
16543         inflate_generic_field() to inflate it.  Fixes gen-28.cs.
16544
16545 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
16546
16547         * mini.h mini.c (mono_method_same_domain): New function to return
16548         whenever the caller and the callee are in the same domain.
16549
16550         * tramp-x86.c (x86_magic_trampoline): Use the new function.     
16551
16552 2003-10-30  Martin Baulig  <martin@ximian.com>
16553
16554         * mini.c (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): New macros;
16555         similar to TYPE_PARAM_TO_TYPE and TYPE_PARAM_TO_CLASS, but for
16556         method parameters.
16557         (mono_method_to_ir): Added support for MONO_TYPE_MVAR; similar to
16558         MONO_TYPE_VAR, we the actual types from MTYPE_PARAM_TO_CLASS(). 
16559
16560 2003-10-29  Zoltan Varga  <vargaz@freemail.hu>
16561
16562         * mini.c mini-ops.h inssel.brg: Implement undeniable exception 
16563         propagation.
16564
16565         * mini.c (sigusr1_signal_handler): Move creation of the thread abort
16566         object here, so it is in the correct appdomain etc.
16567
16568 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
16569
16570         * mini.c (mono_jit_compile_method_inner): Lookup icalls here if not
16571         already done.
16572         (mono_method_to_ir): Avoid freeing the type created returned from
16573         mono_type_create_from_typespec, since it is put into an internal cache
16574         by the function. Fixes pointer.exe.
16575
16576         * mini.c tramp-x86.c tramp-sparc.c tramp-ppc.c: Use the normal 
16577         trampolines for icalls and pinvokes as well. Fixes #33569.
16578
16579 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
16580
16581         * mini.c: Update after appdomain changes.
16582
16583         * mini.c (mono_jit_compile_method_inner): Allways compile native
16584         method wrappers in the root domain, since there can only be one
16585         instance of them, whose address is stored in method->info.
16586
16587 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
16588
16589         * mini.c (mono_runtime_install_handlers): Get rid of the MONO_VALGRIND
16590         environment variable. Instead detect automatically whenever running
16591         under valgrind using the magic macro RUNNING_ON_VALGRIND from
16592         valgrind.h.
16593
16594 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
16595
16596         * trace.c, trace.h: New files that implement the new trace option
16597         parsing. 
16598
16599         * driver.c: Document new --trace options.
16600
16601         * exceptions-ppc.c, exceptions-x86.c, mini-ppc.c, mini-sparc.c,
16602         mini-x86.c: Apply:
16603
16604         -       if (mono_jit_trace_calls)
16605         +       if (mono_jit_trace_calls != NULL && mono_trace_eval (method))
16606
16607         * mini.h: prototypes.
16608         
16609 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
16610
16611         * mini.c (mono_method_to_ir): Fix initialization of typedbyref locals.
16612
16613         * mini.c inssel.brg: Implement typedefbyref opcodes.
16614
16615         * mini.c (mono_jit_compile_method): Remove unused local variable.
16616
16617         * mini.c (mono_jit_compile_method_inner): Ditto.
16618         
16619 2003-10-12  Zoltan Varga  <vargaz@freemail.hu>
16620
16621         * tramp-x86.c (x86_class_init_trampoline): Fix build.
16622         
16623         * tramp-x86.c (x86_class_init_trampoline): Thread safety fixes.
16624
16625 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
16626
16627         * mini.c (mono_no_aot): Remove unused global variable.
16628
16629         * mini.c: Thread safety fixes.
16630
16631 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
16632
16633         * mini.c (mono_create_class_init_trampoline): Add a lock around
16634         class_init_hash_addr.
16635
16636         * arrays.cs (test_0_newarr_emulation): Add new regression test for
16637         #30073.
16638
16639         * mini.c: Decompose the NEWARR instruction before decomposing its
16640         arguments. Fixes #30073.
16641
16642 2003-10-08  Zoltan Varga  <vargaz@freemail.hu>
16643
16644         * mini-x86.c (mono_arch_emit_epilog): Add support for stdcall calling
16645         convention.
16646
16647 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
16648
16649         * mini.c (mono_method_to_ir): Allow wrapper data for CEE_LDELEMA.
16650
16651         * inssel-x86.brg (OP_LOCALLOC): Fix register assignment for localloc.
16652
16653         * driver.c: Add support for compiling icall wrappers to --compile.
16654
16655 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
16656
16657         * inssel.brg: The empty value in class->interface_offsets is -1, not
16658         0. Fixes #49287.
16659
16660 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
16661
16662         * objects.cs: New test for 'is' operator on an array of interfaces.
16663
16664 Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
16665
16666         * tramp-ppc.c: update trampoline code to support jumps
16667         and class initialization.
16668
16669 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
16670
16671         * mini.c (mono_jit_compile_method): Fix reading of freed memory.
16672
16673         * inssel.brg (OP_UNBOXCAST): Fix #46027.
16674
16675         * inssel.brg (OP_UNBOX): Remove unused rule.
16676
16677         * mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
16678         region instead of one for each method. Fixes #47813.
16679
16680 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
16681
16682         * exceptions.cs (test_0_nested_finally): New regression test for
16683         nested exception handlers.
16684
16685         * mini.c (mono_jit_runtime_invoke): Fix for the previous fix.
16686
16687         * mini.c (mono_method_to_ir): Avoid inlining tail calls.
16688
16689         * mini.c (mono_method_to_ir): Fix tail recursion in the presence of 
16690         inlining.
16691
16692         * mini.c (mono_method_check_inlining): Make the inlining limit 
16693         configurable by an environment variable.
16694         
16695         * mini.c (mono_jit_runtime_invoke): Add Gonzalo's fix for #36545.
16696
16697         * mini.h: Bump AOT file version.
16698
16699         * mini.h mini.c aot.c mini-x86.c: For relocations which refer to a 
16700         token, store the image along with the token, since the token might not 
16701         refer to the same image as the method containing the relocation, 
16702         because of inlining.
16703
16704 2003-09-27  Zoltan Varga  <vargaz@freemail.hu>
16705
16706         * mini.c (mono_precompile_assemblies): New function to compile
16707         all methods in all loaded assemblies.
16708
16709         * mini.h driver.c: Added new optimization flag MONO_OPT_PRECOMP.
16710
16711         * regalloc.h regalloc.c (MonoRegState): Change the type of 
16712         iassign and fassign to int*, since they can contain large negative
16713         values if the register is spilled. Also added some comments. Fixes
16714         #45817.
16715
16716         * exceptions-x86.c (seh_handler): Fix handling of system exceptions
16717         under Win32. Fixes #42964.
16718
16719 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
16720
16721         * mini.h (MONO_PATCH_INFO_WRAPPER): New patch type.
16722
16723         * aot.c: Added support for AOT compiling methods which contain calls
16724         to wrappers. Currently, only remoting-invoke-with-check wrappers are
16725         handled.
16726         
16727         * driver.c (compile_all_methods): Run the compilation in a thread
16728         managed by mono. Fixes #44023.
16729
16730         * mini.c (mono_codegen): Print full method name in verbose output.
16731
16732         * mini-x86.c (mono_arch_patch_code): Fix warning.
16733         
16734         * mini-x86.c (mono_arch_patch_code): Allways create a trampoline for
16735         jumps, since the method we are jumping to might be domain-specific.
16736
16737         * aot.c: Added support for MONO_PATCH_INFO_METHOD_JUMP.
16738
16739 Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
16740
16741         * inssel.brg: string chars are unsigned.
16742
16743 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
16744
16745         * TODO: New todo item.
16746
16747         * tramp-x86.c (x86_class_init_trampoline): New trampoline function
16748         which calls mono_runtime_class_init and patches the call site to
16749         avoid further calls.
16750         (mono_arch_create_class_init_trampoline): New arch specific function 
16751         to create a class init trampoline.
16752         (create_trampoline_code): Generalized so it can create
16753         class init trampolines as well.
16754
16755         * mini.c (helper_sig_class_init_trampoline): New helper variable.
16756         (mono_create_class_init_trampoline): New function to create and cache
16757         class init trampolines.
16758         (mono_find_class_init_trampoline_by_addr): New function to lookup the
16759         vtable given the address of a class init trampoline. Used by the
16760         patching process.
16761         (mono_codegen): Generate a call to a trampoline instead of
16762         mono_runtime_class_init in LDSFLD[A].
16763         (mono_codegen): Add relocations for the new trampoline.
16764         
16765         * mini.h mini-x86.c aot.c: Added a new relocation type: 
16766         MONO_PATCH_INFO_CLASS_INIT.
16767
16768         * mini.h: Bump AOT version number.
16769
16770         * aot.c: Create a copy of the loaded code instead of using the original
16771         so methods which call each other will be close in memory, improving
16772         cache behaviour.
16773         
16774         * exceptions-x86.c (mono_arch_has_unwind_info): Back out the previous
16775         patch since it breaks the regression tests.
16776         
16777         * exceptions-x86.c (mono_arch_has_unwind_info): Added explicit check
16778         for the register saving instruction sequence since the 
16779         frame_state_for function in glibc 2.3.2 don't seem to detect it.
16780
16781 2003-09-14  Zoltan Varga  <vargaz@freemail.hu>
16782
16783         * TODO: Fix todo item && remove another.
16784
16785 2003-09-12  Zoltan Varga  <vargaz@freemail.hu>
16786
16787         * mini-x86.c (mono_arch_patch_code): Fix tail calls broken by a
16788         previous checkin.
16789
16790         * aot.c: Moved the check for MONO_LASTAOT into the initialization
16791         function of the module.
16792
16793         * mini.h mini.c aot.c: Added a new optimization flag OPT_AOT for
16794         turning on/off the usage of AOT code. Got rid of mono_no_aot and the
16795         --no-aot command line option.
16796
16797 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
16798
16799         * helpers.c (mono_disassemble_code): Make this work under cygwin. Patch
16800         by Bernie Solomon (bernard@ugsolutions.com).
16801
16802         * inssel.brg: Refactor the interface offset table related code into
16803         its separate functions and add support for the AOT case.
16804
16805 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16806
16807         * aot.c (mono_aot_get_method_inner): Fix memory leak.
16808         
16809         * aot.c: Added mono_aot_verbose variable and made all debugging
16810         output depend on the value of this variable.
16811
16812         * aot.c (mono_aot_get_method_inner): Avoid dynamic allocation of
16813         method_label and info_label.
16814
16815         * mini.h mini-x86.c aot.c: Added a new relocation type 
16816         MONO_PATCH_INFO_IID for klass->interface_id.
16817
16818         * mini.h mini.c driver.c aot.c: Changed mono_aot_get_method to return
16819         the MonoJitInfo structure.
16820
16821         * mini.c (mono_jit_compile_method): Avoid using non-shared AOT in
16822         a non-root appdomain in shared mode.
16823
16824 Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
16825
16826         * aot.c: make aot loader less verbose. Remove free of unused variable.
16827
16828 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16829
16830         * aot.c (mono_aot_get_method_inner): Fix MONO_PATCH_INFO_IMAGE.
16831
16832         * .cvsignore: Added *.dll.
16833
16834         * mini.c (mono_print_tree_nl): New function callable while debugging.
16835
16836         * mini.c (mono_print_code): Export this.
16837
16838         * tramp-x86.c (x86_magic_trampoline): Tell valgrind to recompile the
16839         patched code.
16840
16841 2003-09-05  Zoltan Varga  <vargaz@freemail.hu>
16842
16843         * mini.h (MonoCompile): Added 'jit_info' field.
16844
16845         * mini.c (mini_method_compile): Save the generated MonoJitInfo into
16846         the cfg structure, since it is needed by the AOT compiler.
16847
16848         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
16849
16850         * aot.c: A major rewrite. Changes include:
16851         - save exception tables for methods which have them.
16852         - cache failed lookups in aot_get_method () to avoid the (slow) calls 
16853         to g_module_symbol.
16854         - reworked the file format so it is now much smaller and needs
16855         fewer relocation entries.
16856         
16857 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16858
16859         * aot.c (load_aot_module): Fix build bustage on platforms without
16860         Boehm GC.
16861
16862 2003-09-04  Martin Baulig  <martin@ximian.com>
16863
16864         * Makefile.am (INCLUDES): Added $(LIBGC_CFLAGS).
16865
16866 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16867
16868         * TODO: Some new optimization ideas.
16869
16870         * aot.c: Move AOT module loading logic here from mono_assembly_open.
16871
16872         * aot.c: Save the optimization flags used to compile the code into
16873         the AOT module.
16874
16875         * mini.h mini-x86.c mini.c aot.c: Added new types of relocations to
16876         support emitting domain specific code.
16877         
16878         * mini.h mini.c aot.c: Modified the JIT so the generated AOT code is 
16879         no longer domain neutral. It can be made domain neutral by compiling 
16880         with --optimize=shared.
16881
16882         * aot.c (mono_aot_get_method_inner): Allow sharing of AOT methods
16883         between appdomains.
16884
16885         * driver.c mini.h mini.c: New --no-aot debugging option which disables
16886         loading of AOT code.
16887
16888         * inssel-x86.brg: Added missing AOTCONST -> OUTARG_VT rule.
16889         
16890         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling method
16891         if there is no domain neutrality information.
16892
16893 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16894
16895         * aot.c (mono_compile_assembly): Emit a symbol containing the file 
16896         format version into the generated library.
16897
16898         * mini-x86.c (mono_arch_patch_code): Do not emit the address of the
16899         callee method into the caller since one of them could be shared.
16900
16901         * mini.h mini-x86.c aot.c: Added two new relocations so throwing
16902         system exceptions from AOT code now works.
16903
16904         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling 
16905         method if it is domain neutral and the callee is not.
16906
16907         * graph.c (cfg_emit_one_loop_level): Fix warning.
16908
16909 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16910
16911         * aot.c (mono_compile_assembly): Oops. Remove debugging cruft from
16912         last checkin.
16913
16914 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
16915
16916         * mini.c (mini_init): Call mono_marshal_init () explicitly since it
16917         is needed  by code which is executed before mono_runtime_init ().
16918         Thanks to Bernie Solomon (bernard@ugsolutions.com) for noticing this.
16919         
16920         * mini.c (mono_thread_abort): Fix warning.
16921         (mono_jit_compile_method): Call static constructor in the AOT case too.
16922
16923         * aot.c (mono_compile_assembly): Fix warning.
16924
16925 2003-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16926
16927         * mini.c: register a SIGINT handler if MONO_DEBUG is defined.
16928
16929 2003-08-28  Zoltan Varga  <vargaz@freemail.hu>
16930
16931         * inssel.brg (OP_UNBOXCAST): Add support for the AOT case.
16932
16933         * cpu-pentium.md: Fix the length of call opcodes so they include the
16934         ESP restoring instruction. Fixes #47968.
16935
16936 2003-08-28  Martin Baulig  <martin@ximian.com>
16937
16938         * mini-x86.c (mono_arch_call_opcode): Added support for
16939         MONO_TYPE_GENERICINST.
16940
16941         * mini.c (check_call_signature): Added support for MONO_TYPE_GENERICINST.       
16942
16943 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
16944
16945         * Makefile.am (BUILT_SOURCES): Fix compilation on platforms without
16946         a JIT. Patch by Bernie Solomon (bernard@ugsolutions.com).
16947
16948         * mini.c jit-icalls.c tramp-x86.c tramp-ppc.c tramp-sparc.c: Get rid of
16949         metadata_section.
16950
16951 2003-08-26  Martin Baulig  <martin@ximian.com>
16952
16953         * mini.c (get_basic_blocks): Added `unsigned char **pos' argument;
16954         when reporting an error, set this to the actual error location.
16955         (mono_method_to_ir): Report the correct error location if
16956         get_basic_blocks() returned an error.
16957
16958 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
16959
16960         * mini.c (mono_type_blittable): OBJECT is not blittable.
16961         (mono_method_blittable): Methods which have marshalling descriptors
16962         are not blittable either. Fixes #47842.
16963
16964 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
16965
16966         * driver.c mini.c: Use an environment variable instead of a global 
16967         variable. Also fix the build.
16968
16969         * mini.c (mini_init): Call g_thread_init () to make glib thread-safe. 
16970         Fixes #47682. Thanks to Laurent Morichetti (l_m@pacbell.net) for 
16971         reporting this. 
16972
16973         * driver.c mini.c: Added --with-valgrind option to turn off some
16974         code which prevents mono from running under valgrind.
16975
16976         * mini.c (mono_emit_call_args): Fixed warning.
16977
16978         * mini.c (mono_emulate_opcode): Fixed warning.
16979
16980 Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16981
16982         * inssel.brg: 64bit fixes from Laurent Morichetti <l_m@pacbell.net>.
16983         * linear-scan.c, mini-ppc.h, mini-sparc.h, mini-x86.h, mini.h,
16984         regalloc.c, regalloc.h: specify available registers in arch-specific
16985         code and support floats in the regallocator (patch by Laurent Morichetti 
16986         <l_m@pacbell.net>)
16987
16988 Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
16989
16990         * mini.c: mono_thread_current() can be called only after
16991         mono_runtime_init(): rearrange code to not call it early on.
16992
16993 Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
16994
16995         * mini.c: allocate jump tables in the code mempools.
16996
16997 Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
16998
16999         * mini.c, mini.h: make sure per-thread data allocated by the jit is
17000         freed.
17001
17002 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
17003
17004         * cpu-pentium.md (ldtoken): Change the length for mul.ovf.un from
17005         12 to 16.  This fixes bug #47453.
17006
17007
17008 Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17009
17010         * mini-ppc.c: fixed indexed load and unsigned compares.
17011
17012 2003-08-06  Lluis Sanchez Gual  <lluis@ximian.com>
17013
17014         * mini.c: reenabled installation of handler for
17015           thread abort signal.
17016
17017 Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17018
17019         * cprop.c, mini-x86.c, cpu-pentium.md: fix buglets spotted
17020         by Laurent Morichetti <l_m@pacbell.net>. Disabled local cprop
17021         until it's fixed and actually useful.
17022
17023 Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
17024
17025         * inssel-long32.brg: couple more opcodes implemented.
17026
17027 Thu Jul 31 22:43:02 EDT 2003 Mark Crichton <crichton@gimp.org>
17028         
17029         * mini-sparc.c: Even more opcodes implemeted.
17030
17031 Thu Jul 31 19:36:03 EDT 2003 Mark Crichton <crichton@gimp.org>
17032
17033         * mini-sparc.c: More opcodes implemented.
17034
17035 Thu Jul 31 15:16:26 EDT 2003 Mark Crichton <crichton@gimp.org>
17036
17037         * mini-sparc.c: More opcodes implemented.
17038
17039 Wed Jul 30 22:31:02 EDT 2003 Mark Crichton <crichton@gimp.org>
17040
17041         * inssel-sparc.brg: Add some needed rules.  Direct
17042         copy from PPC.
17043         * Makefile.am: Use inssel-sparc.brg
17044         * exceptions-sparc.c: 0xdeadbeef/0xdecafbad to keep
17045         an assert happy for now.
17046
17047 Wed Jul 30 20:44:07 EDT 2003 Mark Crichton <crichton@gimp.org>
17048
17049         * mini-sparc.c: Fixed compile errors.
17050         * exceptions-sparc.c: Same.  We now produce a mono binary 
17051         on sparc-linux.  Yea.
17052
17053 Wed Jul 30 14:10:12 EDT 2003 Mark Crichton <crichton@gimp.org>
17054
17055         * mini-sparc.c: Renamed registers.  Also some macro cleanups.
17056         * exceptions-sparc.c, tramp-sparc.c: Various compile fixes.
17057         They compile, but do not work.
17058
17059 Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17060
17061         * Makefile.am, cpu-sparc.md, exceptions-sparc.c, mini-sparc.c,
17062         mini-sparc.h, tramp-sparc.c: Beginning of sparc support
17063         from Mark Crichton <crichton@gimp.org> and Christopher Taylor
17064         (ct@gentoo.org).
17065
17066 Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17067
17068         * mini.c: more opcodes implemented and better support for generics.
17069
17070 Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
17071
17072         * cpu-g4.md, cpu-pentium.md: updates for new instructions.
17073         * mini.c, mini.h: first cut at generics support: some new instructions 
17074         added and changed the behaviour of some of the existing ones.
17075
17076 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
17077
17078         * mini.c: Removed definition of metadata_shared mutex here.
17079
17080 Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
17081
17082         * mini-x86.c: make vararg calls work for instance methods.
17083
17084 Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17085
17086         * mini.c, mini.h, mini-x86.c, mini-ppc.c: mono_arch_call_opcode()
17087         returns the arguments in a separte list, now.
17088
17089 Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
17090
17091         * aot.c, mini.c: updates for array type representation changes.
17092
17093 Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus@ximian.com>
17094
17095         * mini.c: register function to perform jit shutdown.
17096
17097 Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17098
17099         * mini.c: use a faster allocator if possible.
17100
17101 Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17102
17103         * aot.c: some cleanups and portability changes.
17104
17105 Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17106
17107         * mini.c: use faster allocation for CEE_BOX if possible.
17108
17109 Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
17110
17111         * mini.c, mini-ops.h, inssel.brg, mini-x86.c: optimized access to fields.
17112         Moved inlined mempcy code to its own function so that is can be
17113         reused. Added an inline memset function as well (optimized initobj).
17114         * cpu-pentium.md, inssel-x86.brg: add and use lea_membase.
17115
17116 Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17117
17118         * mini.c, mini-ops.h, inssel.brg: optimized a couple of Array methods.
17119
17120 Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17121
17122         * mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
17123         arch code can setup the cpu for CLR execution, if needed.
17124         We use it on x86 to set the precision of FP operations.
17125
17126 Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17127
17128         * mini.c: disable some optimizations if we can guess they'll cost too
17129         much for a given method.
17130
17131 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17132
17133         * mini.h mini.c: Rework last patch based on suggestions by Paolo.
17134         
17135 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17136         * mini.h mini.c mini-x86.c: Added instruction level coverage 
17137         info collection support.
17138
17139 Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17140
17141         * driver.c, mini-ppc.c, mini-x86.c, mini.c, mini.h: the coverage stuff
17142         is now implemented in the profiling API. Get rid of a couple of
17143         unnecessary global variables.
17144
17145 2003-06-15  Nick Drochak <ndrochak@gol.com>
17146
17147         * basic-long.cs: tests for negative values for bigmul, and unsigned.
17148         * cpu-g4.md: add op_bigmul and op_bigmul_un
17149         * cpu_pentium.md: add op_bigmul_un
17150         * inssel-long32.brg: add rule for unsigned bigmul
17151         * mini-ops.h: define OP_BIGMUL_UN
17152         * mini-x86.c: THE BUG: handle (un)signed properly
17153         * mini.c: choose unsigned opcode if needed.
17154         This set of patches fixes bug #44291
17155
17156 2003-06-13  Dietmar Maurer  <dietmar@ximian.com>
17157
17158         * mini.c (optimize_branches): improved to handle all kinds of
17159         conditional branches.
17160
17161 Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
17162
17163         * mini.c, mini.h, jit-icalls.c: speedup emulation of opcodes that
17164         don't raise exceptions.
17165
17166 Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17167
17168         * tramp-x86.c, tramp-ppc.c, debug-mini.c: move arch-specific code
17169         to arch-specific files.
17170
17171 2003-06-09  Martin Baulig  <martin@ximian.com>
17172
17173         * Makefile.am (libs): Added $(LIBGC_LIBS).
17174
17175 Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
17176
17177         * cpu-pentium.md, mini-x86.c: fix (well, actually implement) OP_TAN
17178         and OP_ATAN (fixes bug#44293).
17179
17180 Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
17181
17182         * Makefile.am, mini-x86.c: rename cpu description array to
17183         pentium_desc, since some compilers define the 'pentium' preprocessor
17184         symbol.
17185
17186 2003-05-28  Dietmar Maurer  <dietmar@ximian.com>
17187
17188         * mini.c (mini_select_instructions): add explicit branch if the
17189         following block is not the false target of a conditional branch -
17190         we need this with any optimization that reorder or remove bblocks
17191
17192         * mini.c (optimize_branches): bug fixes
17193
17194 2003-06-06  Dietmar Maurer  <dietmar@ximian.com>
17195
17196         * mini.c (mono_method_to_ir): inline static readonly fields
17197
17198         * ssa.c (fold_tree): start cfold support for long (very simple
17199         cases only)
17200
17201         * cfold.c (mono_constant_fold_inst): opt. CEE_CONV_I8 (OP_ICONST)
17202
17203 Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
17204
17205         * inssel.brg: fixed memcpy (bug #44219).
17206
17207 2003-06-05  Dick Porter  <dick@ximian.com>
17208
17209         * driver.c: Set the glib log levels to not abort if g_message
17210         recurses.
17211
17212         g_set_prgname() has to happen before mini_init() so that the
17213         process handle gets the info.
17214         
17215 Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17216
17217         * driver.c: add intrins to the default optimizations to get wider
17218         exposure.
17219
17220 Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
17221
17222         * mini.h: some large basic blocks will overflow a 16-bit
17223         integers for symbolic registers.
17224
17225 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
17226
17227         * mini-x86.c (mono_arch_output_basic_block): revert previous fprem changes.
17228         (mono_arch_output_basic_block): fix bug 43499 
17229
17230 Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
17231
17232         * mini.c: kill duplicated definition of mono_debug_format.
17233
17234 Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17235
17236         * mini-x86.c, arrays.cs: fixed register allocation bug.
17237
17238 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
17239
17240         * mini-x86.c (mono_arch_output_basic_block): use IEEE compatible fprem1
17241
17242         * mini.c (mini_get_opcode_for_method): inline IEEERemainder
17243
17244 2003-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17245
17246         * mini.c:
17247         (print_method_from_ip): also print source location information if
17248         available.
17249
17250 2003-06-02  Dietmar Maurer  <dietmar@ximian.com>
17251
17252         * mini.c (mono_find_block_region): bug fix in region code
17253         (mini_method_compile): enable removing unreachable code again, but
17254         only in methods without exception clauses.
17255
17256 Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
17257
17258         * mini.c, mini-ops.h, cpu-pentium.md, inssel.brg, mini-x86.c, mini.h:
17259         Implemented arglist opcode and handling of TypedReference type.
17260         Fixed x86 call convention when a structure is returned.
17261         Minimal support for calling static vararg methods.
17262
17263 2003-05-30  Dietmar Maurer  <dietmar@ximian.com>
17264
17265         * mini.c (mini_method_compile):  always remove unreachable code,
17266         because the code in them may be inconsistent  (access to dead
17267         variables for example).
17268
17269 Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17270
17271         * driver.c, debug-mini.c: warning fixes.
17272
17273 Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
17274
17275         * Makefile.am, jit.h, mini.h: install header for embedding mono.
17276
17277 Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus@ximian.com>
17278
17279         * mini.c: thread-static fields are registered in mono_class_vtable(),
17280         so ensure the function is called before checking for them.
17281
17282 2003-05-27  Dietmar Maurer  <dietmar@ximian.com>
17283
17284         * mini.c (optimize_branches): fix for bug 43586
17285
17286         * jit-icalls.c (mono_llmult_ovf): added an additional check for
17287         overflow (fixes Bug #43639)
17288
17289 Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17290
17291         * mini.c, objects.cs: allow the use of stobj for primitive types.
17292
17293 Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17294
17295         * mini.c: be less strict about argument checking until we support
17296         running the verifier.
17297
17298 2003-05-27  Nick Drochak <ndrochak@gol.com>
17299
17300         * basic-long.cs: tests for (ulong)int * (ulong)int also
17301         * mini.c: use the same trick for (ulong)int * (ulong)int
17302
17303 2003-05-27  Nick Drochak <ndrochak@gol.com>
17304
17305         * basic-long.cs: add regression test for (long)int * (long)int
17306         * cpu-pentium.md: add op_bigmul specification
17307         * inssel-long32.brg: add OP_BIGMUL rule
17308         * mini-ops.h: add OP_BIGMUL
17309         * mini-x86.c: register allocator: handle case where src1 needs to be
17310         in EAX.
17311         * mini.c: substitute special BIGMUL opcode in the tree for 
17312         (long)int * (long)int
17313
17314 Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17315
17316         * jit-icalls.c: call the type ctor on field access if needed.
17317
17318 Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
17319
17320         * mini-ops.h, mini.c, inssel.brg, exceptions.cs: validate arguments passed
17321         to a method (including results of ldelema, bug#43207).
17322
17323 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
17324
17325         * graph.c (cfg_emit_one_loop_level): loop over all blocks. use
17326         colors to show exception handler blocks.
17327
17328         * inssel-x86.brg (OP_OUTARG_VT): dont push zero sized structures
17329         (fix for pinvoke7.cs).
17330
17331 Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17332
17333         * mini.h, mini.c: ensure correct initialization order for types that
17334         require it. Prepare for lazy compilation of jit icall wrappers.
17335         Provide a name for opcode emulation to reduce unneeded mallocing.
17336
17337 Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
17338
17339         * mini-x86.c: better register restoring code and profiling
17340         support for tail calls.
17341
17342 Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17343
17344         * mini.h, driver.c: prepare for leaf methods optimization.
17345
17346 Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17347
17348         * mini.c: get targets of branches before converting a method.
17349
17350 2003-05-23  Dietmar Maurer  <dietmar@ximian.com>
17351
17352         * mini.c (optimize_branches): added some experimental code (disbaled) 
17353
17354 2003-05-22  Dietmar Maurer  <dietmar@ximian.com>
17355
17356         * mini.c (optimize_branches): fix branch to branch optimization 
17357
17358         * exceptions-x86.c (mono_arch_handle_exception): bug fix.
17359
17360         * mini-x86.c (mono_arch_output_basic_block): cleanup up exception code
17361
17362         * inssel-x86.brg: added OP_START_HANDLER, CEE_ENDFINALLY, OP_ENDFILTER
17363
17364         * mini-x86.c (mono_arch_allocate_vars): only reserve space for lmf
17365         if needed.
17366
17367 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
17368
17369         * mini.c (mono_method_to_ir): call handle_loaded_temps before inlining.
17370         enable use of interface variables again.
17371
17372         * mini-x86.c (mono_arch_get_allocatable_int_vars): dont allocate
17373         I1 to registers because there is no simply way to sign extend 8bit
17374         quantities in caller saved registers on x86.
17375
17376         * inssel-float.brg: set costs of some rules to 2 so
17377         that monobure always select the arch. specific ones if supplied,
17378         regardless of the order we pass the files to monoburg.
17379
17380 Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
17381
17382         * mini.c, mini-x86.c: since the magic trampoline for jumps
17383         can't patch the code directly, we do it as soon as the
17384         method gets compiled.
17385
17386 Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
17387
17388         * mini-x86.c, mini.h: introduce a new patching method
17389         to support CEE_JMP and tail calls.
17390         * mini.c: obey tail.call. Don't precompile methods target
17391         of CEE_JMP.
17392         * tramp-x86.c: new trampoline code to handle methods
17393         reached through a jump.
17394
17395 2003-05-20  Dietmar Maurer  <dietmar@ximian.com>
17396
17397         * mini-x86.c (mono_arch_get_allocatable_int_vars): allocate 8/16
17398         bit values to registers
17399
17400 2003-05-19  Dietmar Maurer  <dietmar@ximian.com>
17401
17402         * mini.c (mono_compile_get_interface_var): share interface
17403         variables if possible.
17404
17405 2003-05-16  Martin Baulig  <martin@ximian.com>
17406
17407         * debug-mini.c (mono_init_debugger): New function to initialize
17408         the debugger.  This is not in the debugger since it needs to
17409         access some of mini's internals.
17410
17411 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
17412
17413         * mini.c (mono_method_to_ir): inlining fixes/cleanups
17414
17415 Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
17416
17417         * mini.c, mini-opts.h, inssel.brg: inline small memcpy
17418         for value type handling.
17419
17420 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
17421
17422         * mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers
17423         (mono_method_check_inlining): enable inlining of all kinds of wrappers
17424
17425 2003-05-15  Lluis Sanchez Gual  <lluis@ideary.com>
17426
17427         * mini.c: fixed little bug in CEE_NEWOBJ case when calling
17428           the constructor through a proxy.
17429
17430 Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
17431
17432         * jit-icalls.c, inssel.brg: fixes to array element address
17433         calculations.
17434
17435 2003-05-15  Dietmar Maurer  <dietmar@ximian.com>
17436
17437         * mini-x86.c (is_regsize_var): allocate pointer to registers
17438
17439 Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
17440
17441         * driver.c: fixed typo, added intrins to the set of optimizations
17442         tested with regressions.
17443
17444 Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17445
17446         * mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
17447         * jit-icalls.c, exceptions.cs: fixed index out of range checks, added
17448         test case.
17449
17450 2003-05-14  Dietmar Maurer  <dietmar@ximian.com>
17451
17452         * inssel.brg: remove some common pop instructions without side effects
17453
17454 Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17455
17456         * inssel-x86.brg: fixed thinko in int to double conversions.
17457
17458 Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
17459
17460         * mini.c, jit-icalls.c: added runtime thread-static variable support.
17461
17462 Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
17463
17464         * inssel-long32.brg: two more missing instructions.
17465
17466 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
17467
17468         * mini.c (mono_emit_call_args): set the cil_code for all arguments
17469         if not already set.
17470
17471 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
17472
17473         * mini-x86.c (mono_arch_output_basic_block): Handle negative zero
17474         correctly.
17475
17476         * basic-float.cs: Added tests for negative zero.
17477
17478 Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
17479
17480         * inssel-long32.brg, basic-long.cs, exceptions.cs: handle
17481         a couple of missing operations for long casts, with test cases.
17482
17483 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17484
17485         * exceptions-x86.c: fixed small leaks in mono_arch_handle_exception.
17486
17487 2003-05-09  Dietmar Maurer  <dietmar@ximian.com>
17488
17489         * mini-x86.c (mono_arch_emit_prolog): avoid reallocs with better
17490         code size estimation.
17491
17492 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17493
17494         * mini.c (mono_jit_create_remoting_trampoline): make it work with
17495         abstract methods (fix bug 42542)
17496
17497         * aot.c: add ability to handle array types
17498         
17499 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
17500
17501         * mini.c: Call the _specific versions of the object allocation
17502         functions if possible.
17503
17504 Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
17505
17506         * driver.c: call setlocale ().
17507
17508 Tue May 6 14:38:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
17509
17510         * mini.h, mini.c, aot.c, debug-mini.c, exceptions.c: build fixes for
17511         windows build.
17512
17513 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17514
17515         * mini.c (optimize_branches): dont touch code inside exception clauses (fix bug 38136)
17516
17517         * exceptions-x86.c (ves_icall_get_frame_info): also skip remoting
17518         wrappers (fix bug 42122)
17519
17520 2003-05-04  Martin Baulig  <martin@ximian.com>
17521
17522         * mini.h (mono_jit_init, mono_jit_cleanup): Added prototypes.
17523
17524         * driver.c: s/MONO_OPT_SAHRED/MONO_OPT_SHARED/g.
17525         s/mini_set_defaults/mono_set_defaults/g.
17526
17527 2003-05-04  Martin Baulig  <martin@ximian.com>
17528
17529         * driver.c: s/mini_parse_default_optimizations/mono_parse_default_optimizations/g.
17530
17531 Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17532
17533         * inssel-long32.brg: add missing lreg: OP_LCONV_TO_U8 (lreg) rule
17534         (reported by Don Roberts).
17535
17536 Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
17537
17538         * mini.c: temporarily work around two bugs for this release.
17539
17540 Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17541
17542         * Makefile.am: avoid linking libmono with GMODULE_LIBS, because
17543         that contains -export-dynamic and it makes using the ld script
17544         useless.
17545         * mini.h, main.c, driver.c: s/mini_main/mono_main/g.
17546
17547 Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17548
17549         * mini.h, mini-x86.c, driver.c: disable optimizations not available on a
17550         specific cpu.
17551
17552 Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
17553
17554         * mini.c: make sure leave calls all the needed finally blocks,
17555         even when the target jumps out of multiple exception clauses.
17556
17557 Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
17558
17559         * ldscript, Makefile.am: add linker script to reduce the number of
17560         exported symbols (should also fix the issues with libwine defining
17561         some of the same symbols in io-layer).
17562
17563 2003-05-01  Zoltan Varga  <vargaz@freemail.hu>
17564
17565         * driver.c (mini_main): Avoid assertion when no file name is given on 
17566         the command line.
17567
17568 Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
17569
17570         * driver.c: added --version/-V command line option.
17571         Added the inline optimization in the regression tests.
17572
17573 Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
17574
17575         * mini.c, basic-calls.cs: when inlining, save arguments to locals according 
17576         to the type in the method signature (fixes bug#42134).
17577
17578 Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus@ximian.com>
17579
17580         * mini.c: when inlining, check this is not null only when needed (bug #42135).
17581
17582 Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus@ximian.com>
17583
17584         * mini-ppc.h, tramp-pcc.c: type fixes from Max Horn <max@quendi.de>.
17585
17586 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17587
17588         * driver.c: fixed bug #42100.
17589
17590 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
17591
17592         * mini.c (mono_method_to_ir): UNBOX need to CAST objects first
17593
17594 Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
17595
17596         * mini.c: moved most of the code required to do inlining to its own
17597         function so it can be reused. Inline also ctors if appropriate.
17598
17599 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
17600
17601         * Makefile.am: Link with -export-dynamic so shared libs loaded by
17602         the runtime can call mono API functions.
17603
17604 2003-04-27  Martin Baulig  <martin@ximian.com>
17605
17606         * debug-mini.c (mono_debug_init_method): Added
17607         `guint32 breakpoint_id' argument; if the method has a breakpoint,
17608         send a notification to the debugger.
17609
17610         * mini.c (mono_method_to_ir): Don't insert a breakpoint if we're
17611         running in the Mono Debugger, just pass the breakpoint number to
17612         mono_debug_init_method().
17613
17614         * tramp-x86.c, tramp-ppc.c: Removed the breakpoint trampolines.
17615
17616 Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
17617
17618         * mini.c: allow some more unsafe compares.
17619
17620 Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17621
17622         * mini-x86.c, Makefile.am: make distcheck works (partially from
17623         a patch by Richard Lee <r.h.lee@attbi.com>).
17624         * regset.c, regset.h: removed, they are unused.
17625
17626 2003-04-25  Dick Porter  <dick@ximian.com>
17627
17628         * driver.c: Usage reports the name as 'mono' not 'mini'
17629         * exceptions-x86.c: Build and run on freebsd
17630
17631 Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
17632
17633         * Makefile.am: install the program with the 'mono' name and
17634         the library as libmono instead of mini and libmini.
17635
17636 Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
17637
17638         * driver.c: provide the APIs for the embedding interface of the old jit.
17639
17640 2003-04-23  Dietmar Maurer  <dietmar@ximian.com>
17641
17642         * jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)
17643
17644 2003-04-23  Martin Baulig  <martin@ximian.com>
17645
17646         * tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.
17647
17648         * driver.c: Added `--debug' command line argument to enable
17649         debugging support.
17650
17651 2003-04-23  Martin Baulig  <martin@ximian.com>
17652
17653         * debug.[ch]: Removed.  The code is now in
17654         ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
17655
17656         * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
17657         last six months.
17658
17659 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
17660
17661         * mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)
17662
17663 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17664
17665         * mini.c:
17666         (mini_cleanup): moved mono_runtime_cleanup call after the call to
17667         mono_domain_finalize.
17668         (mini_method_compile): use mono_method_profile* if the the option is
17669         enabled.
17670
17671 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
17672
17673         * tramp-x86.c (mono_arch_create_jit_trampoline): Subsitute synchronized
17674         methods with their wrapper.
17675
17676         * tramp-ppc.c (mono_arch_create_jit_trampoline): Subsitute synchronized
17677         methods with their wrapper.
17678
17679         * jit-icalls.c (mono_ldvirtfn): Subsitute synchronized methods with
17680         their wrapper.
17681
17682         * mini.c (mono_method_to_ir): Subsitute synchronized methods with their
17683         wrapper.
17684
17685         * mini.c (mono_method_check_inlining): Avoid inlining synchronized
17686         methods.
17687
17688 2003-04-17  Dietmar Maurer  <dietmar@ximian.com>
17689
17690         * exceptions-x86.c (mono_arch_handle_exception): fix for bug 36252
17691
17692 2003-04-16  Dietmar Maurer  <dietmar@ximian.com>
17693
17694         * mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
17695         of the mempool. This is slightly faster and uses less memory
17696
17697 Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17698
17699         * mini.c: avoid O(n) allocation for variables.
17700
17701 Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17702
17703         * mini.c: handle items on the stack after inlining methods.
17704
17705 Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
17706
17707         * mini.c: make the method->opcode optimization dependent
17708         on MONO_OPT_INSTRINS and do it lazily.
17709
17710 Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17711
17712         * driver.c: print overall results at the end of regression run.
17713
17714 Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
17715
17716         * inssel.brg: don't overwrite symbolic registers.
17717
17718 Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
17719
17720         * inssel-x86.brg: fix conversion from long to float.
17721
17722 2003-04-11  Dietmar Maurer  <dietmar@ximian.com>
17723
17724         * mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)
17725
17726 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
17727
17728         * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
17729
17730         * driver.c: Added --print-vtable option as in the old JIT.
17731
17732 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17733
17734         * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
17735
17736 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
17737
17738         * inssel.brg, basic.cs: fixed checked conversions to byte and short.
17739
17740 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
17741
17742         * mini.c regalloc.c regalloc.h: Fix memory leak.
17743
17744 2003-04-09  Dietmar Maurer  <dietmar@ximian.com>
17745
17746         * aot.c (mono_aot_get_method): register all used strings
17747
17748 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
17749
17750         * mini.c: always intern strings references with ldstr at compile time.
17751
17752 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
17753
17754         * Makefile.am: add BUILT_SOURCES.
17755
17756 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
17757
17758         * driver.c: give a better error message when the assembly to execute
17759         doesn't have an entry point.
17760
17761 2003-04-07  Dietmar Maurer  <dietmar@ximian.com>
17762
17763         * Makefile.am: added hack for automake
17764
17765         * mono/mini/mini.c (mono_save_args): always copy arguments to keep
17766         correct sematics.
17767
17768         * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
17769
17770 22003-04-07  Martin Baulig  <martin@ximian.com>
17771
17772         * Makefile.am: Added Makefile.am.
17773
17774         * debugger-main.c: Removed, this is now in the debugger where it
17775         belongs.
17776
17777         * mini.pc.in: Call this package `mini' for the moment.
17778
17779
17780
17781
17782
17783
17784
17785
17786
17787
17788
17789
17790
17791