1 2009-03-03 Zoltan Varga <vargaz@gmail.com>
3 * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot):
4 Virtual generic methods might not have method->slot set, work around
7 * generics.cs: Add a test.
9 2009-03-02 Geoff Norton <gnorton@novell.com>
12 * driver.c: Allow signal chaining of SIGFPE as well.
14 2009-03-02 Zoltan Varga <vargaz@gmail.com>
16 * mini-trampolines.c (mono_generic_virtual_remoting_trampoline): Update
17 this since it now receives the method not its generic context in the
20 * mini-amd64.c (mono_arch_build_imt_thunk): Add support for mixed
21 generic/imt thunks where some entries branch through the vtable, while
22 other entries branch directly.
24 * mini-x86.c (mono_arch_build_imt_thunk): Ditto.
26 * method-to-ir.c (mono_method_to_ir): Enable fast virtual generic call
27 support for interface methods as well.
29 * mini-trampolines.c: Add support for virtual generic methods in interfaces
30 using the normal IMT thunks.
32 generics.cs: Add new tests.
34 * method-to-ir.c (mono_method_to_ir): Pass the method instead of
35 the generic inst to the generic imt thunks. This fixes AOT support,
36 improves consistency with the normal IMT thunks, and makes it easier to
37 add support for interface generic virtual methods later.
39 * mini-trampolines.c (mono_magic_trampoline): Ditto.
41 2009-02-28 Zoltan Varga <vargaz@gmail.com>
43 * driver.c (mono_set_signal_chaining): New public API function to enable
44 signal chaining on POSIX platforms.
46 * mini-posix.c mini.c: Applied a variant of a patch by Simon Rowland
47 (si@lindenlab.com) to implement signal chaining. The original patch was
48 contributed under the MIT X/11 license:
49 https://bugzilla.novell.com/show_bug.cgi?id=318894
51 2009-02-27 Zoltan Varga <vargaz@gmail.com>
53 * iltests.il.in (test_0_implicit_float_to_double_conversion): Disable this
54 too until it can be made to run on amd64.
56 2009-02-26 Zoltan Varga <vargaz@gmail.com>
58 * mini-x86.c (mono_arch_get_this_arg_from_call): Avoid expensive calls
59 to get_generic_context_from_code () + get_call_info () if possible.
61 2009-02-25 Zoltan Varga <vargaz@gmail.com>
63 * mini-exceptions.c (mono_handle_native_sigsegv): Implement the
64 suspend-on-sigsegv functionality.
66 * mini.c (mini_parse_debug_options): Add a new 'suspend-on-sigsegv' option
67 to suspend when a native SIGSEGV is received. This is useful for debugging
68 crashes which don't happen under gdb, since a live process contains more
69 information than a core file.
71 * mini-exceptions.c (mono_print_thread_dump): Use
72 MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX instead of platform defines.
74 * mini-x86.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): New define.
76 * mini-amd64.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): Ditto.
78 * basic-float.cs: Disable the tests which currently fail on amd64.
80 * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Pass a non-null
81 value to mono_arch_patch_callsite () to fix crashes.
83 * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix a warning.
85 2009-02-23 Zoltan Varga <vargaz@gmail.com>
87 * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Replace the
88 nop code by patching the call address to point to the nullified class init
89 trampoline, as the former does not seem to be safe on SMP machines.
91 2009-02-23 Mark Probst <mark.probst@gmail.com>
93 * mini-ops.h: Fix the argument types for a few x86 opcodes where
96 2009-02-23 Zoltan Varga <vargaz@gmail.com>
98 * basic-float.cs basic-calls.cs: Fix warnings.
100 2009-02-22 Mark Probst <mark.probst@gmail.com>
102 * tramp-ppc.c (mono_arch_create_trampoline_code): Store the
103 correct frame pointer in the LMF. Should fix #478394.
105 2009-02-22 Zoltan Varga <vargaz@gmail.com>
107 * Makefile.am (fullaotcheck): Copy Mono.Simd.dll as well.
109 * image-writer.c: Make the binary writer less verbose.
111 2009-02-21 Zoltan Varga <vargaz@gmail.com>
113 * method-to-ir.c (mono_method_to_ir): Don't assert if string ctors
114 are called from runtime invoke wrappers.
116 2009-02-20 Zoltan Varga <vargaz@gmail.com>
118 * cpu-ppc.md (store_memindex): Increase the size of this.
120 2009-02-20 Rodrigo Kumpera <rkumpera@novell.com>
122 Extracted from a patch by Kornél Pál <kornelpal@gmail.com>.
124 * cpu-x86.md: Fix the sizes for long_conv_to_r_un and long_conv_to_r_un_2.
126 * mini-x86.c (mono_arch_output_basic_block): Use only 64bits of precision for
129 Last fix for of #467201.
132 2009-02-20 Rodrigo Kumpera <rkumpera@novell.com>
134 Extracted from a patch by Kornél Pál <kornelpal@gmail.com>.
136 * cpu-x86.md: Fix the sizes for fcall(_reg,_membase), long_conv_to_r4_2
137 and long_conv_to_r8_2:
139 Fixed part of #467201.
141 2009-02-20 Rodrigo Kumpera <rkumpera@novell.com>
143 Extracted from a patch by Kornél Pál <kornelpal@gmail.com>.
145 * mini-x86.c (mono_arch_output_basic_block): Adjust precision of int to float
146 conversion to 32 bits.
148 * cpu-x86.md: Increase the size of int_conv_to_r4.
150 * basic-float.cs: Add a test for this.
152 Fixed part of #467201.
154 2009-02-20 Rodrigo Kumpera <rkumpera@novell.com>
156 Extracted from a patch by Kornél Pál <kornelpal@gmail.com>.
158 * mini-x86.c (mono_arch_output_basic_block): Adjust precision of long to double
159 conversion to 64 bits.
161 * basic-float.cs: Add a test for this.
163 Fixed part of #467201.
165 2009-02-20 Rodrigo Kumpera <rkumpera@novell.com>
167 Extracted from a patch by Kornél Pál <kornelpal@gmail.com>.
169 * mini-x86.c (emit_move_return_value): Don't reduce precision of functions returning float.
170 This behavior is compatible with MS.
172 * iltest.il.in: Add a test for this.
174 Fixed part of #467201.
176 2009-02-20 Rodrigo Kumpera <rkumpera@novell.com>
178 Extracted from a patch by Kornél Pál <kornelpal@gmail.com>.
180 * mini-x86.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_R4, it must
181 change the precision of the value.
183 * cpu-x86.md: Define len for float_conv_to_r4.
185 * basic-float.cs: Add a test for this.
187 Fixed part of #467201.
189 2009-02-19 Rodrigo Kumpera <rkumpera@novell.com>
191 * mini.c: Adjust locking order to the new semantics where the loader lock
194 2009-02-18 Rodrigo Kumpera <rkumpera@novell.com>
203 * mini-trampolines.c:
216 * tramp-x86.c: Use mono_domain_code_* functions instead of using MonoDomain::code_mp directly.
218 2009-02-18 Zoltan Varga <vargaz@gmail.com>
220 * mini-codegen.c (mono_local_regalloc): Remove a ! from if (!dest_sreg1)
223 2009-02-17 Zoltan Varga <vargaz@gmail.com>
225 * aot-compiler.c (add_generic_class): Only add rgctx invoke wrappers
226 for cctors if needed.
228 2009-02-17 Mark Probst <mark.probst@gmail.com>
230 * mini-ppc.c: Fix build on Darwin.
232 2009-02-17 Zoltan Varga <vargaz@gmail.com>
234 * dwarfwriter.c (mono_dwarf_writer_emit_base_info): Use 2 as the DWARF
235 version instead of 3 as valgrind doesn't like version 3.
237 * mini.h (MONO_AOT_FILE_VERSION): Bump this.
239 * aot-compiler.c (mono_aot_method_hash): New function to return a hash
240 usable for hashing methods.
241 (emit_extra_methods): Use the new hash to avoid putting every method in the
244 * aot-runtime.c (find_extra_method_in_amodule): Use the new hash.
246 * aot-runtime.c (can_method_ref_match_method): New function to quickly check
247 whenever a method ref could match a method.
249 * aot-runtime.c (load_image): Revert the previous change, it causes an AOT
252 * aot-runtime.c (find_extra_method_in_amodule): Add a cache for decoded
255 * aot-runtime.c (load_image): Pass our basedir to mono_assembly_load.
257 * aot-compiler.c (emit_exception_debug_info): Bump the maximum size of
260 * method-to-ir.c (mono_method_check_inlining): Avoid calling
261 mono_method_get_header () on inflated methods as an optimization.
263 2009-02-16 Zoltan Varga <vargaz@gmail.com>
265 * ssa.c (fold_ins): Fix another crash if the instruction following the
266 switch was optimized away.
268 2009-02-16 Mark Probst <mark.probst@gmail.com>
270 Contributed under the terms of the MIT/X11 license by Steven
271 Munroe <munroesj@us.ibm.com>.
273 * mini-ppc.c, mini-ppc.h: Implement TLS for PPC64.
275 2009-02-16 Zoltan Varga <vargaz@gmail.com>
277 * mini.c method-to-ir.c mini-trampolines.c aot-runtime.c: Remove locking
278 around the mono_domain_alloc calls, it is now done by the functions
281 * aot-compiler.c (compile_method): Only add wrappers referenced by
282 the method if compiling with full AOT.
283 (mono_compile_assembly): Error out if --aot=full is specified on
284 a platform where it is not supported.
286 * aot-compiler.c (emit_trampolines): Emit generic class init trampolines
289 * tramp-arm.c (mono_arch_create_generic_class_init_trampoline_full): Add
292 * aot-runtime.c (load_named_code): Handle
293 mono_arm_throw_exception_by_token.
295 * mini-arm.h: Add declaration of mono_arm_throw_exception_by_token.
297 * image-writer.c (asm_writer_emit_pointer_unaligned): Make this really
300 * Makefile.am (fullaotcheck): Exit if a test fails.
302 * aot-compiler.c (mono_compile_assembly): Use the ASM writer for full aot
304 (mono_compile_assembly): Handle the assembler failing.
306 * image-writer.c (asm_writer_emit_section_change): Handle ARM gas not
307 accepting subsections of .bss.
309 * ssa.c (visit_inst): Fix a crash if the instruction following a switch
312 * aot-compiler.c: Remove some unused includes.
314 * aot-compiler.c (MonoAotCompile): Remove some unused fields which are
315 now in MonoImageWriter.
317 * mini-x86.c (mono_arch_get_vcall_slot): Handle yet another
318 code sequence which matches a non-virtual call. Fixes #472654.
320 2009-02-15 Zoltan Varga <vargaz@gmail.com>
322 * aot-compiler.c: Use xdebug_lock ()/unlock () macros for locking in the
325 * aot-compiler.c: Make the xdebug code not depend on the AOT compiler,
326 use the image/dwarf writers directly.
328 * image-writer.c (struct _MonoImageWriter): Remove the unused 'image'
331 * aot-compiler.c (MonoAotCompile): Remove fields which are now in
334 * image-writer.h: Fix some typos.
336 * dwarfwriter.h dwarfwriter.c: New files.
338 * aot-compiler.c: Extract the DWARF info writing functionality into a
341 * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add a 'out_unwind_ops'
342 argument to return unwind info.
344 * tramp-arm.c (mono_arch_create_trampoline_code_full): Ditto.
346 * aot-compiler.c: Emit unwind info for trampolines in full-aot mode.
348 * aot-runtime.c (decode_method_ref): Add a case for
349 MONO_AOT_METHODREF_WRAPPER_NAME.
351 * mini.h: Add constants for the magic numbers used in encode_method_ref ()
354 * aot-compiler.c (encode_method_ref): Use the new constants.
356 * aot-runtime.c (decode_method_ref): Ditto.
358 * aot-compiler.c (compile_method): For generic icalls, queue the wrapper to
359 be compiled, not the icall itself.
361 2009-02-14 Zoltan Varga <vargaz@gmail.com>
363 * aot-runtime.c (find_extra_method_in_amodule): Avoid decoding wrapper names
364 using decode_method_ref ().
366 * method-to-ir.c (mini_emit_ldelema_1_ins): If the array index is a long,
367 convert it to an in32. Fixes #475859.
369 * arrays.cs: Add a test.
371 2009-02-12 Zoltan Varga <vargaz@gmail.com>
373 * mini-s390x.c (mono_arch_output_basic_block): Fix the shift amounts in
376 * basic-long.cs: Add a test.
378 2009-02-12 Mark Probst <mark.probst@gmail.com>
380 * mini-x86.c, mini-x86.h: Very simple frame pointer removal. We
381 remove the frame pointer in leaf methods which don't receive any
382 arguments, don't throw exceptions and don't do dynamic stack
385 2009-02-12 Zoltan Varga <vargaz@gmail.com>
387 * mini-amd64.c (mono_arch_build_imt_thunk): Fix size calculation after
388 the fail_tramp changes. Hopefully fixes #475132.
390 2009-02-12 Rodrigo Kumpera <rkumpera@novell.com>
392 * method-to-ir.c (mono_emit_method_call_full): Use mono_metadata_signature_dup_mempool
393 instead of mono_metadata_signature_dup_full.
395 2009-02-12 Zoltan Varga <vargaz@gmail.com>
397 * ssa.c (fold_ins): Use MONO_IS_JUMP_TABLE () and MONO_JUMP_TABLE_FROM_INS ()
398 for processing jump tables. Fixes #473787.
400 2009-02-11 Mark Probst <mark.probst@gmail.com>
402 * mini-generic-sharing.c: mini_method_get_context() just calls
403 mono_method_get_context_general() now.
405 * mini.c, mini.h: Moved get_object_generic_inst(),
406 construct_object_context_for_method() and
407 mono_domain_lookup_shared_generic() to metadata/generic-sharing.c.
409 2009-02-11 Zoltan Varga <vargaz@gmail.com>
411 * branch-opts.c (mono_if_conversion): Handle the case where the merged
412 basic block fell through to its successor bblock without a branch. Fixes
415 * iltests.il.in: Add a test.
417 * aot-compiler.c (encode_method_ref): Encode methods of array types.
418 (can_encode_patch): We can now handle arrays of generic parameters and
421 * aot-runtime.c (decode_method_ref_2): Handle methods of array types.
423 * aot-compiler.c aot-runtime.c: Emit the size of specific trampolines into
424 the AOT file to avoid some #ifdefs in aot-runtime.c
426 * mini.h: Bump AOT file format version.
428 2009-02-10 Zoltan Varga <vargaz@gmail.com>
430 * Makefile.am (fullaotcheck): Make this run the tests.
432 * aot-compiler.c: Make the printing of skipped methods runtime configurable.
434 2009-02-10 Mark Probst <mark.probst@gmail.com>
436 * mini-x86.c (mono_arch_context_get_int_reg): Handle all registers
437 individually. Fixes #473482.
439 2009-02-10 Zoltan Varga <vargaz@gmail.com>
441 * mini-arm.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
443 2009-02-09 Jeffrey Stedfast <fejj@novell.com>
445 * aot-compiler.c (arch_emit_plt_entry): Fixed to compile.
446 (mono_compile_assembly): Hush compile warnings about
447 uninitialized [tmp_]outfile_name variables in the !use_bin_writer
450 2009-02-10 Zoltan Varga <vargaz@gmail.com>
452 * exceptions-arm.c (mono_arch_find_jit_info): Fix aot support.
454 * mini-arm.c: Checkin unwind related changes missing from an earlier commit.
456 * aot-compiler.c: Fix arm support.
458 * image-writer.c: Move the R_ARM constants to image-writer.h. Export a
459 img_writer_emit_unset_mode () function.
461 * unwind.c (mono_unwind_get_dwarf_data_align): New helper function.
462 (mono_unwind_get_dwarf_pc_reg): Ditto.
464 * aot-compiler.c (emit_dwarf_abbrev): Another large reorganization.
465 Move almost all platform specific code to a set of arch_ functions,
466 and document them to ease porting.
468 * aot-compiler.c (mono_xdebug_init): Fix xdebug support.
470 * image-writer.h image-writer.c: New files, extracted from aot-compiler.c.
472 * aot-compiler.c: Extract the image writing functionality into a separate
473 module to reduce the size of this file.
475 2009-02-09 Geoff Norton <gnorton@novell.com>
477 * mini-s390.c: Fix the signature of emit_sig_cookie.
479 2009-02-09 Zoltan Varga <vargaz@gmail.com>
481 * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_IMAGE.
483 * aot-runtime.c (is_shared_got_patch): Ditto.
485 * aot-runtime.c (load_named_code): Cope with the fact that
486 decode_got_entry () won't decode the patch fully if its corresponding got
487 entry is already filled.
489 * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full):
491 (mono_arch_create_monitor_exit_trampoline_full): Ditto.
493 * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full): Use 'code'
494 as the moving pointer instead of 'buf' for consistency with the rest of the
496 (mono_arch_create_monitor_exit_trampoline): Ditto.
498 * aot-compiler.c (emit_trampolines): Add throw_pending_exception/
499 generic_class_init trampolines.
500 (add_generic_class): Extract some code from add_generic_instances () into a
501 separate function so it can be called from other places too.
502 (compile_method): Call add_generic_class () for the classes of inflated methods
503 referenced by the method.
504 (can_encode_patch): Allow references to generic parameters.
506 * aot-runtime.c: Add support the patches required by the new trampolines.
508 * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Add full-aot
511 * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline_full): Add
514 * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Rename
515 this from get_throw_pending_exception, make the signature full aot compatible.
517 * Makefile.am (fullaotcheck): New target to run full-aot tests.
519 * method-to-ir.c (inline_method): Save/Restore cfg->ret_var_set too.
521 * exceptions.cs: Add a test.
523 2009-02-07 Zoltan Varga <vargaz@gmail.com>
525 * unwind.c (mono_unwind_frame): Eliminate the data_align_factor argument,
526 use the DWARF_DATA_ALIGN constant instead.
528 * exception-<ARCH>.c: Update after the above change.
530 * exceptions-arm.c (mono_arch_find_jit_info): Transition this to use the
533 * mini-arm.c: Enable the dwarf unwinder.
535 * mini-trampolines.c (mono_magic_trampoline): Use mono_class_get_vtable_entry ()
536 instead of mono_class_setup_vtable ().
538 2009-02-07 Zoltan Varga <vargaz@gmail.com>
540 * exceptions-x86.c (mono_arch_find_jit_info): Transition this to use the
543 * mini-x86.h: Enable the dwarf unwinder.
545 2009-02-06 Raja R Harinath <harinath@hurrynot.org>
547 Fix mcs/tests/test-7.cs
548 * mini-amd64.c (mono_arch_allocate_vars): Revert change from
551 2009-02-06 Zoltan Varga <vargaz@gmail.com>
553 * mini.c (print_jit_stats): Remove some unused statistics.
555 2009-02-05 Zoltan Varga <vargaz@gmail.com>
557 * aot-compiler.c (emit_klass_info): Update after MonoClass changes.
559 2009-02-05 Mark Probst <mark.probst@gmail.com>
561 * jit-icalls.c (mono_helper_compile_generic_method): Don't inflate
562 the method we get from mono_object_get_virtual_method() because
563 that function does it properly, now.
565 2009-02-05 Zoltan Varga <vargaz@gmail.com>
567 * unwind.c (mono_unwind_ops_encode): Handle offsets greater than 32 between
568 opcodes. Fixes #472775.
570 2009-02-05 Mark Probst <mark.probst@gmail.com>
572 * mini-exceptions.c (ves_icall_get_frame_info): Account for the
573 fact that mono_find_jit_info() sometimes returns the context
574 corresponding to the jit info in new_ctx. Fixes #472600.
576 2009-02-05 Zoltan Varga <vargaz@gmail.com>
578 * method-to-ir.c mini-hppa.c mini.c trace.c mini-s390x.c aot-compiler.c
579 mini-s390.c: Use mono_class_enum_basetype () instead of accessing
580 klass->enum_basetype directly.
582 * aot-compiler.c (emit_class_dwarf_info): Add support for all possible
585 * unwind.c: Avoid 0 sized arrays.
587 2009-02-04 Zoltan Varga <vargaz@gmail.com>
589 * mini-exceptions.c (mono_setup_altstack): Use a more reasonable altstack
590 size on systems with 64k pages. Fixes #471389.
592 2009-02-04 Mark Probst <mark.probst@gmail.com>
594 Contributed under the terms of the MIT/X11 license by Steven
595 Munroe <munroesj@us.ibm.com>.
597 * mini-ppc.c (mono_arch_output_basic_block): Generate better code
598 for LOADI4_MEMBASE. Use addi instead of addic if it's not
601 2009-02-04 Mark Probst <mark.probst@gmail.com>
603 Contributed under the terms of the MIT/X11 license by Steven
604 Munroe <munroesj@us.ibm.com>.
606 * exceptions-ppc.c (mono_arch_get_restore_context): Code size
609 * tramp-ppc.c (mono_arch_create_generic_class_init_trampoline):
610 The trampoline can be longer on PPC64.
612 2009-02-04 Mark Probst <mark.probst@gmail.com>
614 Contributed under the terms of the MIT/X11 license by Steven
615 Munroe <munroesj@us.ibm.com>.
617 * mini-ppc.c: Compiler warning fixes and trivial code
620 2009-02-04 Zoltan Varga <vargaz@gmail.com>
622 * method-to-ir.c (mono_spill_global_vars): Fix problems caused by reading
623 ins->dreg which could be a hardware register, not a vreg.
625 * aot-compiler.c (emit_method_dwarf_info): Ditto.
627 * mini.h (MonoCompile): Remove vreg_to_var_num array, it is no longer used.
628 (struct MonoMethodVar): Add a vreg field, holding the vreg of variable.
630 * mini.c (mono_compile_create_var_for_vreg): Set var->vreg.
632 * mini-amd64.c (mono_arch_output_basic_block): Avoid reading cfg->varinfo[..]
633 ->dreg, that is not the vreg we are looking for.
635 * mini-amd64.h mini-x86.h: Enable MONO_ARCH_LIVENESS_OPS again.
637 * mini-x86.c (mono_arch_output_basic_block): Add support for LIVERANGE_START/
640 * method-to-ir.c (mono_spill_global_vars): Add an assert to help track down
643 2009-02-03 Zoltan Varga <vargaz@gmail.com>
645 * mini-x86.c (mono_arch_emit_prolog): Emit unwind info.
647 * aot-compiler.c (emit_line_number_info): Fix line number emission when
650 * aot-compiler.c: Add xdebug support on x86.
652 * unwind.c: Add x86 support.
654 * aot-compiler.c (emit_exception_debug_info): Control the emission of
655 unwind info using a new MONO_ARCH_HAVE_XP_UNWIND define.
657 * mini.c (mini_method_compile): Ditto.
659 * mini-amd64.c (mono_arch_allocate_vars): Avoid setting cfg->ret->dreg to
662 * aot-compiler.c: Add emit_push_section ()/emit_pop_section () helper functions
663 which mimic .push_section/.pop_section in GAS.
665 * aot-compiler.c: Emit precise live range information for variables.
667 * mini-amd64.c (mono_arch_output_basic_block): Add OP_LIVERANGE_START/END.
669 * method-to-ir.c (mono_spill_global_vars): Compute the instructions marking
670 the live ranges of variables, and emit OP_LIVERANGE_START/END opcodes for
673 * mini-ops.h: Add OP_LIVERANGE_START/END opcodes to mark
674 the live ranges of variables.
676 * mini.h (struct MonoMethodVar): Add two fields containing the live range
677 of the variable in terms of native offsets.
679 2009-02-03 Rodrigo Kumpera <rkumpera@novell.com>
681 * arrays.cs: Test for Get/SetValue of array with negate lower bounds.
683 2009-02-02 Mark Probst <mark.probst@gmail.com>
685 Contributed under the terms of the MIT/X11 license by Steven
686 Munroe <munroesj@us.ibm.com>.
688 * exceptions-ppc.c (restore_regs_from_context): Correct operand
689 order (offset then base reg) for ppc_load_multiple_regs.
690 (emit_save_saved_regs) Correct operand order for
691 ppc_store_multiple_regs.
692 (mono_arch_get_call_filter): Correct operand order for
693 ppc_load_multiple_regs.
695 * mini-ppc.c (emit_memcpy): Fix operand order for
696 ppc_load_reg_update and ppc_store_reg_update.
697 (mono_arch_output_basic_block): Correct operand order for ppc_lha.
698 (mono_arch_emit_epilog): Correct operand order for
699 ppc_load_multiple_regs.
701 * tramp-ppc.c (mono_arch_create_trampoline_code): Correct operand
702 order for ppc_store_multiple_regs and ppc_load_multiple_regs.
704 2009-02-02 Mark Probst <mark.probst@gmail.com>
706 * cpu-ppc64.md: Fixed storer4_memindex length.
708 2009-02-02 Zoltan Varga <vargaz@gmail.com>
710 * aot-compiler.c (emit_line_number_info): Optimize the size of the emitted
713 * aot-compiler.c (emit_line_number_info): Optimize this.
715 2009-02-01 Zoltan Varga <vargaz@gmail.com>
717 * aot-compiler.c: Disassemble tokens in the IL disassembly.
719 * aot-compiler.c: Add debug info for methods without debug info by
720 emitting an IL file and having the line number info referencing that file.
722 * aot-compiler.c: Optimize the size of the generated line number info.
724 * aot-compiler.c: Emit line number info in xdebug mode.
726 * aot-compiler.c (mono_save_xdebug_info): Receive a MonoCompile instead of a
729 2009-01-31 Zoltan Varga <vargaz@gmail.com>
731 * aot-compiler.c (emit_method_dwarf_info): Emit names for local variables.
733 * driver.c (mono_main): Enable debugging support automatically if XDEBUG
736 2009-01-31 Rodrigo Kumpera <rkumpera@novell.com>
738 * basic-calls.cs: Test for the weird crash found on arm.
740 2009-01-31 Rodrigo Kumpera <rkumpera@novell.com>
742 * cpu-arm.md: Increase the size of storer8_membase_reg and
743 loadr8_membase_reg to 24 bytes to accomodate the extra add.
745 * mini-arm.c (mono_arch_output_basic_block): Under FPA, when emitting
746 OP_STORER8_MEMBASE_REG and OP_LOADR8_MEMBASE_REG, add the original
747 reg to LR otherwise we'll be loading/storing from just the offset.
749 2009-01-30 Miguel de Icaza <miguel@novell.com>
751 Question: if we are storing gint32's inside the "*native_offset",
752 should we change the signature to "gint32 *native_offset" to
753 ensure that we do not have type definition problems?
755 * mini-exceptions.c (ves_icall_get_frame_info): Cast the gint32 to
756 an int * as this is what the other function expects, causes
757 problems with Freescale's compiler that defined int32_t to be a
758 long and makes int incompatible
760 2009-01-30 Miguel de Icaza <miguel@novell.com>
762 * Rename generic-sharing.c to mini-generic-sharing.c to avoid the
763 filename conflict with bjam.
765 2009-01-30 Rodrigo Kumpera <rkumpera@novell.com>
767 * cpu-arm.md: Increase the size of storer8_membase_reg to 20 bytes
768 as it might use decomposed ops.
770 2009-01-30 Zoltan Varga <vargaz@gmail.com>
772 * jit-icalls.c (mono_imul_ovf): Fix one of the literals.
774 * mini.c (mini_init): Emulate mul.ovf opcodes if MONO_ARCH_EMULATE_MUL_OVF
777 * mini-arm.h (MONO_ARCH_EMULATE_MUL_OVF): New define.
779 * mini-arm.c (mono_arch_build_imt_thunk): Rewrite this to allow large vtable
782 * mini-arm.c (mono_arch_context_get_int_reg): Adapt this to the "clever"
783 way registers are stored in MonoContext on arm.
785 * unwind.c: Rewrite the handling of the cached_info array to use hazard pointers
786 instead of locking so mono_get_cached_unwind_info () becomes signal safe.
788 * mini.c (mini_init): Emuate OP_FCONV_TO_I when using soft float.
790 * mini-arm.c (emit_load_volatile_arguments): Avoid an unneccesary assert.
792 * mini.c (mini_init): Register mono_isfinite.
794 * jit-icalls.c (mono_isfinite): New jit icall.
796 * method-to-ir.c (mono_decompose_soft_float): Add support for OP_CKFINITE.
798 * exceptions-arm.c (mono_arch_find_jit_info): When unwinding using the LMF,
799 set esp to ARMREG_FP instead of R12, since R12 stores the value of sp for
802 2009-01-30 Rodrigo Kumpera <rkumpera@novell.com>
804 * exceptions-arm.c (mono_arch_find_jit_info): The frame layout on arm have
805 separate frame and stack pointers, so we must use FP to find the register
807 The FP reg is retrieved from the MonoContext::regs array.
809 2009-01-30 Rodrigo Kumpera <rkumpera@novell.com>
811 * mini-arm.c (mono_arch_output_basic_block): Emit two cond ops for OP_FBGE
814 2009-01-30 Rodrigo Kumpera <rkumpera@novell.com>
816 * mini-arm.c (mono_arch_emit_setret): Emit OP_FMOVE for methods that
817 return R4 and R8 when not running under softfloat.
819 Fixes basic-calls.exe
821 2009-01-30 Zoltan Varga <vargaz@gmail.com>
823 * mini-arm.c: Implement some overflow opcodes.
825 2009-01-29 Miguel de Icaza <miguel@novell.com>
827 * ssa.c: handle another alloca.h
829 * mini-exceptions.c (mono_handle_native_sigsegv): Do not use
830 PLATFORM_WIN32 for detecting if we have sigaction. Instead use
831 MONO_ARCH_USE_SIGACTION.
833 * aot-runtime.c, mini-exceptions.c: Replace platform define with
836 * method-to-ir.c (mono_method_to_ir): Type cast fix on some platforms.
838 * mini-ppc.h (MONO_ARCH_USE_SIGACTION): Do not define this for all
839 PPC targets as sigaction does not exist on all platforms, define
840 this on a per-platform basis.
842 Instead of erroring out if the platform is not defined, include
843 mini-ppc-os.h, and expect that the OS specific setting provides
844 the required information.
846 2009-01-30 Zoltan Varga <vargaz@gmail.com>
848 * aot-compiler.c: Fix --enable-minimal=aot.
850 2009-01-30 Zoltan Varga <vargaz@gmail.com>
852 * exceptions-arm.c (mono_arch_get_throw_exception_generic): Fix the
855 2009-01-29 Zoltan Varga <vargaz@gmail.com>
857 * exceptions-arm.c: Fix warnings.
859 * tramp-arm.c aot-compiler.c unwind.h unwind.c: Implement xdebug support for
862 * mini-x86.c: Fix --enable-minimal=jit build.
864 * mini.c: Really fix --enable-minimal=jit build.
866 * mini.c (construct_object_context_for_method): Move this outside
867 the DISABLE_JIT block to fix the --enable-minimal=jit build.
869 "Backported" of r124984 from 2.0 branch.
871 * aot-compiler.c aot-runtime.c: Add full-aot support delegate BeginInvoke/EndInvoke.
873 "Backport" of r124977 + r124978 from 2.0 branch.
875 * exceptions-arm.c (mono_arm_throw_exception_by_token): New helper function
876 to avoid calling mono_exception_from_token () from the throw trampoline.
877 (mono_arch_get_throw_exception_generic): call throw_exception_by_token
878 for throwing corlib exceptions, this fixes full-aot support for corlib
881 * aot-compiler.c (compile_method): Make a copy of cfg->locals to fix the build.
883 2009-01-29 Miguel de Icaza <miguel@novell.com>
885 * mini-darwin.c, mini-windows.c, mini-posix.c: Commit the first
886 part of the changes to split the code in mini into operating
887 system specific files.
889 This patch was done by copying mini.c to the respective files to
890 preserve SVN history.
892 2009-01-29 Zoltan Varga <vargaz@gmail.com>
894 * aot-compiler.c (emit_method_dwarf_info): Add minimal support for locals.
896 2009-01-28 Zoltan Varga <vargaz@gmail.com>
898 * method-to-ir.c (mono_method_to_ir): Avoid generic sharing for calls made to
899 remoting-invoke-with-check wrappers of shared methods.
901 * mini.c (print_jit_stats): Print out major gc count/time for libgc too.
903 2009-01-27 Mark Probst <mark.probst@gmail.com>
905 * method-to-ir.c (emit_stloc_ir): Only apply the reg-reg move
906 optimization if the top of stack is the last instruction in the
907 bblock. Otherwise it might have been used after its definition.
910 2009-01-27 Zoltan Varga <vargaz@gmail.com>
912 * mini-trampolines.c (mono_magic_trampoline): Print out the caller
913 method as well when get_vcall_slot () fails to match a code sequence.
915 * mini-arm.c: Fix the android build, which doesn't have
918 2009-01-26 Zoltan Varga <vargaz@gmail.com>
920 * mini-s390x.c: Remove a stray declaration of emit_sig_cookie () to fix
923 2009-01-26 Rodrigo Kumpera <rkumpera@novell.com>
925 * unwind.c (mono_unwind_cleanup): Don't crash if cached_info is NULL.
927 2009-01-26 Zoltan Varga <vargaz@gmail.com>
929 * mini.c (mini_method_compile): Save the unwind info generated by the JIT
930 and put its id into jinfo->used_regs. This is only used on amd64,
931 which is currently the only platform generating unwind info.
933 * exceptions-amd64.c: Instead of unwinding based on a register mask, use
934 the dwarf unwinder. This is required to correctly handle async exceptions
935 like thread abort and stack overflows, which can happen while a method
936 is in the middle of its prolog or epilog.
938 * aot-runtime.c (mono_aot_get_unwind_info): New helper function to obtain
939 the unwind info belonging to an AOTed method.
941 * aot-compiler.c aot-runtime.c: Save/Load the unwind info emitted by the JIT
942 into cfg->unwind_ops.
944 * unwind.c (mono_unwind_frame): Use <= instead of < for the loop exit check.
946 * mini.c (mini_init): Call mono_unwind_init ().
947 (mini_cleanup): Call mono_unwind_cleanup ().
949 * unwind.c: Add functions for managing a set of unwind info entries, allowing
950 unwind info to be shared between methods.
952 * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info for the registers
955 * exceptions-amd64.c (mono_arch_exceptions_init): Call
956 get_throw_pending_exception () to avoid initialization races.
958 * mini-exceptions.c (mono_exceptions_init): Call an arch specific
959 mono_arch_exceptions_init () function.
961 * mini.h (MONO_INST_NEW): Remove duplicate setting of cil_code.
963 2009-01-25 Zoltan Varga <vargaz@gmail.com>
965 * mini.c (mono_get_domain_intrinsic): New helper function.
966 (mono_get_thread_intrinsic): Ditto.
968 * mini-arm.c mini-ia64.c: Use the new helper functions.
970 * method-to-ir.c (mono_method_to_ir): Fix the comment for
971 the last constrained_call change, since it is needed in the non-AOT
974 * mini-arm.c: Implement OP_TLS_GET on arm eabi linux.
976 * mini-arm.c (mono_arch_emit_prolog): Add an inlined version of
977 mono_get_lmf_addr () on arm eabi linux.
979 2009-01-24 Zoltan Varga <vargaz@gmail.com>
981 * mini-amd64.c (mono_arch_get_vcall_slot): Handle yet another
982 code sequence which matches a non-virtual call.
984 2009-01-23 Mark Probst <mark.probst@gmail.com>
986 * mini-ppc.c (mono_arch_context_get_int_reg): Allow access to the
989 2009-01-23 Zoltan Varga <vargaz@gmail.com>
991 * aot-compiler.c aot-runtime.c: Treat delegate-invoke wrappers similarly to
992 runtime-invoke wrappers, since they are also shared based on signature.
994 2009-01-22 Mark Probst <mark.probst@gmail.com>
996 * mini-exceptions.c (ves_icall_get_frame_info): Fetch the generic
997 info from the (correct) context.
999 2009-01-22 Zoltan Varga <vargaz@gmail.com>
1001 * unwind.c (mono_unwind_frame): Remove a stray g_free ().
1003 * unwind.c (mono_unwind_frame): New function to unwind through a frame
1004 using dwarf unwinding info. Not yet used.
1006 * mini.c (mini_init): When using xdebug, disable freeing of domains.
1008 2009-01-21 Mark Probst <mark.probst@gmail.com>
1010 * mini-ppc.c (mono_arch_delegate_invoke_impl): Return function
1013 * mini-trampolines.c (mono_delegate_trampoline): Remove the PPC64
1014 special case and handle mono_arch_delegate_invoke_impl() returning
1015 function descriptors.
1017 * tramp-ppc.c (mono_arch_create_trampoline_code): Delegate
1018 trampolines return function descriptors, too.
1020 2009-01-21 Zoltan Varga <vargaz@gmail.com>
1022 * method-to-ir.c (handle_alloc): Avoid generic instances in the
1023 out_of_line optimization.
1025 2009-01-21 Martin Baulig <martin@ximian.com>
1028 (MonoCompile): Added `disable_deadce_vars' to disable removing
1032 (mini_method_compile): Set `cfg->disable_deadce_vars' when running
1033 inside the debugger.
1035 * liveness.c (mono_analyze_liveness): Don't remove any unused
1036 variables if `cfg->disable_deadce_vars' is set.
1038 2009-01-21 Mark Probst <mark.probst@gmail.com>
1040 * method-to-ir.c: Only apply exception constructor optimization if
1041 the the method actually belongs to an exception class. Fixes
1044 2009-01-21 Zoltan Varga <vargaz@gmail.com>
1046 * mini-trampolines.c (mono_delegate_trampoline): Put back the previous
1047 change inside a #ifdef __mono_ppc64__.
1049 * aot-compiler.c (compile_method): Remove the previous limitation.
1051 * method-to-ir.c (method-to-ir.c): Add support for the constrained prefix
1052 on type variables in AOTed code.
1054 * aot-compiler.c (compile_method): Skip generic methods having type
1055 constraints on their generic parameters.
1057 * aot-compiler.c (compile_method): Check for methods which cannot be
1058 encoded inside RGCTX_FETCH patches as well.
1060 * mini-exceptions.c (mono_print_thread_dump): Fix the windows
1063 2009-01-20 Mark Probst <mark.probst@gmail.com>
1065 * method-to-ir.c: Force the vtable variable in shared generic code
1066 for the case that they might show up on a stack trace where they
1069 * mini-exceptions.c: Save and use generic sharing info as well as
1070 IP in stack traces to resolve shared generic instantiations.
1072 2009-01-20 Zoltan Varga <vargaz@gmail.com>
1074 * mini-trampolines.c (mono_delegate_trampoline): Revert the change which
1075 added a mono_get_addr_from_ftnptr () as it breaks the ia64 build.
1077 2009-01-20 Mark Probst <mark.probst@gmail.com>
1079 * method-to-ir.c: Do generic sharing for array constructors.
1081 2009-01-20 Rodrigo Kumpera <rkumpera@novell.com>
1083 * mini-exceptions.c (mono_print_thread_dump): Add information
1084 about the thread state using wapi_current_thread_desc.
1086 2009-01-19 Rodrigo Kumpera <rkumpera@novell.com>
1088 * basic-simd.cs: Tests for the new constructors.
1090 2009-01-19 Rodrigo Kumpera <rkumpera@novell.com>
1092 * mini-ops.h: Added OP_EXPAND_*
1096 * mini-x86.c (mono_arch_output_basic_block): Same.
1098 * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for single element constructors.
1100 2009-01-19 Zoltan Varga <vargaz@gmail.com>
1102 * iltests.il.in: Add a test for #467385.
1104 2009-01-18 Rodrigo Kumpera <rkumpera@novell.com>
1106 * mini.c (mini_thread_cleanup): Don't cleanup TLS storage if the
1107 thread been cleaned up is not the same currently in execution.
1109 Fixes appdomain-unload crashes on windows, osx and linux variants
1110 without the __thread keyword.
1112 2009-01-18 Zoltan Varga <vargaz@gmail.com>
1114 * mini-arm.c (mono_arch_flush_icache): Applied patch from Koushik Dutta
1115 (koush@koushikdutta.com). Implement this for android.
1117 * helpers.c (mono_disassemble_code): Avoid assembler errors if the id
1118 begins with a digit.
1120 * method-to-ir.c: Call mono_gc_get_write_barrier () instead of
1121 mono_marshal_get_write_barrier ().
1123 2009-01-17 Rodrigo Kumpera <rkumpera@novell.com>
1125 * decompose.c (mono_decompose_vtype_opts): Fix the decomposition
1126 of OP_VCALL_* ops for 8 bytes vtypes on 32 bits archs and platorms
1127 that pass them on a register pair.
1129 This affects windows, OSX and FreeBSD. The mono/tests/handleref.exe
1130 test was crashing due to that.
1132 Fri Jan 16 15:21:21 CET 2009 Paolo Molaro <lupus@ximian.com>
1134 * exceptions-ppc.c: tweaks from malc (OV-Soft) to fix the size of the
1135 trampoline code. Include ucontext.h only if available.
1137 2009-01-15 Mark Probst <mark.probst@gmail.com>
1139 * mini.c: mono_domain_lookup_shared_generic() takes an open method
1140 and doesn't check whether it's sharable, like it was before
1141 removing the shared generics hash. This brings IronPython
1142 performance back to what it was before that change.
1144 2009-01-14 Mark Probst <mark.probst@gmail.com>
1146 * method-to-ir.c: Handle delegate invocation optimization earlier,
1147 otherwise it would be handled (much more slowly) by the
1148 final/sealed optimization.
1150 2009-01-13 Zoltan Varga <vargaz@gmail.com>
1152 * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes when the current thread or
1153 domain is not set. Fixes #465864.
1155 2009-01-12 Mark Probst <mark.probst@gmail.com>
1157 * method-to-ir.c: Don't stop sharing of generic methods with catch
1158 clauses - we already handle those.
1160 2009-01-12 Mark Probst <mark.probst@gmail.com>
1162 * mini.c, mini.h: lookup_generic_method() is now
1163 mono_domain_lookup_shared_generic() and uses the jit_code_hash,
1164 making the shared_generics_hash obsolete.
1166 2009-01-12 Mark Probst <mark.probst@gmail.com>
1168 * mini-ppc.c, exceptions-ppc.c, cpu-ppc.md, cpu-ppc64.md: Don't
1169 use the red zone. Make room on the stack first and then use it,
1170 not the other way around.
1172 2009-01-12 Zoltan Varga <vargaz@gmail.com>
1174 * mini.c (mini_init): Call mono_xdebug_init ().
1176 * aot-compiler.c (mono_xdebug_init): Make this non-static.
1178 2009-01-11 Zoltan Varga <vargaz@gmail.com>
1180 * TestDriver.cs: Add an --iter argument to run tests multiple times.
1182 * tramp-amd64.c (mono_arch_create_trampoline_code_full): Emit debug info for
1185 * aot-compiler.c (mono_save_trampoline_xdebug_info): New function to emit
1186 debug+unwind info for trampolines.
1188 * mini.c (mono_create_unwind_op): New helper function.
1190 * unwind.h: Add macros for emitting unwind ops without a MonoCompile.
1192 2009-01-10 Zoltan Varga <vargaz@gmail.com>
1194 * aot-compiler.c: Fix the build.
1196 2009-01-09 Zoltan Varga <vargaz@gmail.com>
1198 * Makefile.am: Update dtrace-prelink.sh location.
1200 2009-01-08 Zoltan Varga <vargaz@gmail.com>
1202 * method-to-ir.c (mono_method_to_ir): Fix the check for the mscorlib ldstr
1203 optimization. Fixes #464520.
1205 2009-01-07 Bill Holmes <billholmes54@gmail.com>
1207 * mini-amd64.c : Adding code to save/restore non-volatile registers
1210 * exceptions-amd64.c : Adding code to save/restore non-volatile
1211 registers on Winx64.
1213 Contributed under MIT/X11 license.
1215 2009-01-07 Zoltan Varga <vargaz@gmail.com>
1217 * mini-arm.c (mono_arch_flush_icache): Use __GNUC_PREREQ instead of checking
1218 __GNUC_MINOR__ which can break when the major version changes.
1220 2009-01-07 Rodrigo Kumpera <rkumpera@novell.com>
1222 * basic-simd.cs: Add tests for usage of the sizeof opcode.
1224 2009-01-07 Geoff Norton <gnorton@novell.com>
1226 * helpers.c: Allow mono -v -v -v to work on darwin.
1228 2009-01-05 Bill Holmes <billholmes54@gmail.com>
1230 * mini-amd64.c (mono_arch_get_vcall_slot) : Handle an additional instruction
1233 Contributed under MIT/X11 license.
1235 2009-01-05 Zoltan Varga <vargaz@gmail.com>
1237 * mini.c (mono_allocate_stack_slots_full2): Use mono_class_from_mono_type
1238 instead of directly accessing type->data.klass. Fixes #462016.
1239 (mono_allocate_stack_slots_full): Ditto.
1241 * mini-arm.c (mono_arch_flush_icache): Applied patch from Riku Voipio
1242 <novell@kos.to>. Fix cache flush on kernels without OLDABI compat option.
1244 * aot-compiler.c (emit_plt): Fix ARM build.
1246 2009-01-04 Zoltan Varga <vargaz@gmail.com>
1248 * branch-opts.c (mono_if_conversion): Optimize this using ins->prev.
1250 * branch-opts.c (mono_if_conversion): Fix an assert introduced by the last
1253 * branch-opts.c (mono_if_conversion): Use branch->inst_true_bb/inst_false_bb
1254 instead of bblock->out_bb [0]/[1], the two might not be the same. Fixes
1257 * iltests.il.in: Add a regression test.
1259 2009-01-04 Rodrigo Kumpera <rkumpera@novell.com>
1261 * mini-codegen.c (mono_print_ins_index): Pretty print XPHI and VPHI.
1263 2009-01-04 Rodrigo Kumpera <rkumpera@novell.com>
1265 * basic-simd.cs: Add a regression test for #462457.
1267 2009-01-04 Rodrigo Kumpera <rkumpera@novell.com>
1269 * mini-ops.h: Add a definition of XPHI.
1271 * mini.h (MONO_IS_PHI): Make is aware of simd instrincs.
1273 * ssa.c (op_phi_to_move): Handle XPHI.
1275 * ssa.c (mono_ssa_compute): Generate a XPHI for simd intrinsics instead of VPHI.
1279 2009-01-04 Rodrigo Kumpera <rkumpera@novell.com>
1281 * method-to-ir.c (mono_emit_rgctx_calli): Fix a warning.
1283 2008-12-31 Geoff Norton <gnorton@novell.com>
1285 * mini-ppc.c: The prolog size allocated can be too small for darwin
1286 ppc32 under certain circumstances. Also fix a small logic bug.
1288 2008-12-29 Zoltan Varga <vargaz@gmail.com>
1290 * mini.c (mono_jit_compile_method_inner): Avoid holding the domain lock
1291 while loading AOT methods.
1293 * mini-exceptions.c: Check jit_tls->class_cast_from instead of class_cast_to
1294 since only the former is nulled out after a successful cast. This prevents
1295 crashes with rethrown exceptions when using --debug=casts.
1297 2008-12-24 Mark Probst <mark.probst@gmail.com>
1299 * mini.h: New macro for checking whether a method is final,
1300 i.e. whether the method or its class is marked final.
1302 * method-to-ir.c: Use the new macro for all final-checks
1303 consistently. Fixes the crash in the System.ServiceModel tests.
1305 2008-12-23 Mark Probst <mark.probst@gmail.com>
1307 * mini-exceptions.c (get_exception_catch_class): Corrected another
1308 overly strict assertion.
1310 2008-12-23 Mark Probst <mark.probst@gmail.com>
1312 * mini-ppc.c (mono_arch_build_imt_thunk): Save and restore r11.
1313 Clobbering it is not allowed because the caller might use it as
1314 the vtable register in the interface call.
1316 2008-12-19 Mark Probst <mark.probst@gmail.com>
1318 * mini-exceptions.c (get_exception_catch_class): Corrected an
1319 overly strict assertion.
1321 2008-12-18 Mark Mason <mmason@upwardaccess.com>
1323 * method-to-ir.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P or sizeof(gpointer) when appropriate.
1325 * mini.h: Move typedef to mgreg_t up above include of mini-arch.h
1327 * local-propogation.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P when appropriate
1329 * cpu-mips.md: correct lengths for certain long_ opcodes.
1331 * mini-mips.h: Only emulate long operations when SIZEOF_REGISTER==4. Add missing func decl.
1333 * mini-mips.c: Add support for more long operations. Fix issues with stack frame layout for n32 (still not perfect yet). Add mips_emit_load_const().
1335 2008-12-17 Mark Mason <mmason@upwardaccess.com>
1337 * exceptions-mips.c (mono_arch_find_jit_info): decode sd instructions as well when looking for registers.
1339 2008-12-17 Mark Mason <mmason@upwardaccess.com>
1341 * mini-mips.c (mono_arch_output_basic_block): OP_JUMP_TABLE stores patch type in inst_c1, not inst_i1.
1343 2008-12-16 Rodrigo Kumpera <rkumpera@novell.com>
1345 * branch-opts.c (remove_block_if_useless): Even if BB0 falls through, don't add a br to the
1348 2008-12-16 Mark Mason <mmason@upwardaccess.com>
1350 * mini.h: Allow MonoInst 'p' field to alias with the low-order bits of the 'const_val' fields correctly on big-endian systems when SIZEOF_VOID_P < SIZEOF_REGISTER
1352 * ir-emit.h: Change SIZEOF_VOID_P to SIZEOF_REGISTER, init instruction through inst_c* fields instead of inst_p* fields in case sizeof(inst_p) < sizeof(inst_c)
1354 2008-12-15 Mark Mason <mmason@upwardaccess.com>
1356 * trace.c (mono_trace_enter_method): correctly handle arguments smaller than the stack slot size on big endian systems.
1358 2008-12-14 Zoltan Varga <vargaz@gmail.com>
1360 * liveness.c (mono_analyze_liveness): Avoid eliminating the 'this' var in
1361 gshared code. Fixes #458947.
1363 * generics.cs: Add a test.
1365 2008-12-12 Mark Mason <mmason@upwardaccess.com>
1367 * method-to-ir.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1369 * mini-mips.c: first pass n32 code generation.
1371 * mini-mips.h: datatypes and defines for n32 support.
1373 * exceptions-mips.c: first pass n32 code generation.
1375 * tramp-mips.c: first pass n32 code generation.
1377 * cpu-mips.md: add long_ opcodes.
1379 2008-12-12 Mark Mason <mmason@upwardaccess.com>
1381 * liveness.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1383 * cfold.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1385 * local-propogation.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1387 * regalloc2.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1389 * mini.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1391 * mini-codegen.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1393 * ssa.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1395 * decompose.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
1397 * helpers.c: for mips/n32, don't pass -mips32 to objdump
1399 2008-12-12 Zoltan Varga <vargaz@gmail.com>
1401 * mini-arm.c tramp-arm.c: Fix calls to mono_arch_flush_icache.
1403 2008-12-12 Andrés G. Aragoneses <aaragoneses@novell.com>
1405 * driver.c: Sync --help-trace with man page (EXPR,EXPR).
1407 2008-12-12 Mark Probst <mark.probst@gmail.com>
1409 * mini-ppc.h, exceptions-ppc.c, tramp-ppc.c: Create function
1410 descriptors for helper functions directly in front of the code.
1412 2008-12-11 Mark Probst <mark.probst@gmail.com>
1414 * method-to-ir.c: Removed an unnecessary assertion.
1416 2008-12-10 Zoltan Varga <vargaz@gmail.com>
1418 * method-to-ir.c: Merge SGEN changes from the old JIT.
1420 2008-12-10 Zoltan Varga <vargaz@gmail.com>
1422 * driver.c (compile_all_methods_thread_main): Handle failure of
1425 2008-12-10 Mark Probst <mark.probst@gmail.com>
1427 * mini-ppc.c: Merged with mini-ppc64.c.
1429 * mini-ppc.h: Define PPC_MINIMAL_PARAM_AREA_SIZE on all targets.
1431 * Makefile.am: Use the same sources for PPC and PPC64.
1433 * mini-ppc64.c: Removed.
1435 2008-12-09 Rodrigo Kumpera <rkumpera@novell.com>
1437 * branch-opts.c (remove_block_if_useless): Extract fall through detection
1438 code to mono_bb_is_fall_through.
1440 * branch-opts.c (mono_remove_critical_edges): Same.
1442 2008-12-09 Rodrigo Kumpera <rkumpera@novell.com>
1444 * ssa.c (fold_ins): branch opt can kill dummy switch ops so we can't
1445 expect that an OP_BR_REG will be there.
1447 2008-12-09 Rodrigo Kumpera <rkumpera@novell.com>
1449 * branch-opts.c (remove_block_if_useless): Use MONO_IS_BRANCH_OP instead of checking
1450 for the many branch ops. The original check miss OP_BR_REG.
1454 2008-12-09 Mark Mason <mmason@upwardaccess.com>
1456 * mini-mips.h mini-mips.c exceptions-mips.c tramp-mips.c: first round of changes necessary to eventually support n32.
1458 2008-12-09 Zoltan Varga <vargaz@gmail.com>
1460 * aot-runtime.c (load_method): Avoid calling decode_exception_debug_info
1461 while holding the aot lock.
1463 2008-12-09 Mark Mason <mmason@upwardaccess.com>
1465 * mini-mips.c (mono_arch_output_basic_block): use mfc1/lwc1 instead of mfc1d/ldc1
1467 2008-12-09 Bill Holmes <billholmes54@gmail.com>
1469 * mini.c (mini_cleanup) : Adding a call to cominterop_release_all_rcws
1470 to release all runtime callable wrappers held by the runtime.
1472 Contributed under MIT/X11 license.
1474 2008-12-09 Bill Holmes <billholmes54@gmail.com>
1476 * tramp-amd64.c (mono_arch_create_trampoline_code_full) : Increase the code size for
1479 Contributed under MIT/X11 license.
1481 2008-12-09 Zoltan Varga <vargaz@gmail.com>
1483 * aot-runtime.c (decode_exception_debug_info): Acquire the domain
1484 lock when calling mono_domain_alloc (). Hopefully fixes #415608.
1486 2008-12-09 Mark Mason <mmason@upwardaccess.com>
1488 * cpu-mips.md: fix ckfinite length
1490 * mini-mips.c: at least recognize n32 ABI when used (not yet supported)
1491 (mono_arch_lowering_pass): cleanup, rearrange for clarity
1492 (mono_arch_output_basic_block): implement OP_CKFINITE, add more asserts
1494 2008-12-08 Mark Mason <mmason@upwardaccess.com>
1496 * exceptions-mips.c (mono_arch_find_jit_info): init new_ctx with ctx, dont' call setup_context.
1498 2008-12-08 Geoff Norton <gnorton@novell.com>
1500 * tramp-amd64.c: r120895 stores RAX, so we need to increase the window
1501 size by 8 bytes as well.
1503 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1505 * basic-simd.cs: Fix method names for Vector16b.
1507 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1509 * basic-simd.cs: Fix method names for Vector16sb.
1511 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1513 * basic-simd.cs: Fix method names for Vector8us.
1515 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1517 * basic-simd.cs: Fix method names for Vector8s.
1519 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1521 * basic-simd.cs: Fix method names for Vector4ui.
1523 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1525 * basic-simd.cs: Fix method names for Vector2l.
1527 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1529 * basic-simd.cs: Fix method names for Vector2d.
1531 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1533 * simd-intrinsics.c (mono_emit_simd_intrinsics): Add support for intrinsics
1534 that are extension methods.
1536 2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
1538 * basic-simd.cs: Fix method names for Vector4f.
1540 2008-12-08 Zoltan Varga <vargaz@gmail.com>
1542 * mini-exceptions.c (mono_print_thread_dump): Mark threadpool threads
1543 as such. Fixes #456669.
1545 2008-12-07 Mark Mason <mmason@upwardaccess.com>
1547 * mini-mips.c (mono_arch_emit_call): narrow float arguments when passing as args.
1549 2008-12-07 Mark Mason <mmason@upwardaccess.com>
1551 * mini-mips.c (mono_arch_lowering_pass): don't handle OP_ICONV_TO_R* or OP_R*CONST
1552 (mono_arch_emit_setret): use OP_MIPS_CVTSD to return SP floats
1553 (mono_arch_output_basic_block): simplify FP load/store, handle OP_MIPS_FBLT_UN
1554 (mips_adjust_stackframe): handle FP spills
1556 * mini-ops.h: add mips_mtc1_s2
1558 * cpu-mips.md: add mips_mtc1_s2
1560 2008-12-07 Zoltan Varga <vargaz@gmail.com>
1562 * unwind.c: New file, move the unwind info encoding functions here from
1563 aot-compiler.c, so they could be used at runtime too.
1565 2008-12-05 Mark Mason <mmason@upwardaccess.com>
1567 * mini-mips.c (mono_arch_lowering_pass): handle OP_IMUL_IMM as well
1568 (mono_arch_output_basic_block): fix OP_LOCALLOC code generation
1570 2008-12-05 Mark Mason <mmason@upwardaccess.com>
1572 * mini-mips.c: cleanup warnings
1573 (mono_arch_lowering_pass): handle OP_LOCALLOC_IMM
1574 (mips_adjust_stackframe): handle case of taking the address of stack locals
1576 2008-12-05 Zoltan Varga <vargaz@gmail.com>
1578 * aot-compiler.c: Implement a few functions missing from the asm writer.
1579 (emit_method_code): Only write symbols for methods when using the bin
1580 writer, since the assembler can't deal with the characters in our method
1583 * aot-compiler.c (is_plt_patch): ICALL_ADDR is also a plt patch.
1585 * method-to-ir.c (mono_method_to_ir): Transform aotconst+calli into a direct
1588 * tramp-amd64.c (mono_arch_create_trampoline_code_full): Rework the code
1589 a bit to also restore %rax.
1591 2008-12-05 Mark Probst <mark.probst@gmail.com>
1593 * mini-ppc.c: Some simple merges from mini-ppc64.c.
1595 2008-12-05 Zoltan Varga <vargaz@gmail.com>
1597 * ssa.c (mono_ssa_compute): Only add an implicit reference at start for
1600 2008-12-05 Mark Probst <mark.probst@gmail.com>
1602 * exceptions-ppc.c: Merged with exceptions-ppc64.c.
1604 * mini-ppc.c, mini-ppc.h: Remove PPC_STACK_ALIGNMENT and use
1605 MONO_ARCH_FRAME_ALIGNMENT. Struct for PPC64 function descriptors.
1607 * exceptions-ppc64.c: Removed.
1609 * Makefile.am: Use exceptions-ppc.c instead of exceptions-ppc64.c.
1611 2008-12-05 Mark Probst <mark.probst@gmail.com>
1613 * tramp-ppc.c, mini-ppc.c, mini-ppc.h: Merged tramp-ppc.c with
1616 * Makefile.am: Use tramp-ppc.c instead of tramp-ppc64.c.
1618 * tramp-ppc64.c: Removed.
1620 2008-12-05 Zoltan Varga <vargaz@gmail.com>
1622 * aot-compiler.c (add_generic_instances): Skip non-generic classes in
1625 2008-12-05 Mark Probst <mark.probst@gmail.com>
1627 * mini-ppc.h: Merged mini-ppc64.h with mini-ppc.h.
1629 * exceptions-ppc64.c, tramp-ppc64.c, mini-arch.h, Makefile.am: Use
1630 mini-ppc.h instead of mini-ppc64.h.
1632 * mini-ppc64.h: Removed.
1634 2008-12-04 Mark Mason <mmason@upwardaccess.com>
1636 * mini-mips.c: introduce USE_LDC_SDC: use ldc1/sdc1 to load/store doubles, disabled by default
1638 * mini-mips.c (mono_arch_emit_outarg_vt): fix offset calculation for memcpy in structure passing.
1640 2008-12-05 Mark Probst <mark.probst@gmail.com>
1642 * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c:
1643 Removed FIRST/LAST_[GF]REG macros, to make merging PPC64 with PPC
1646 2008-12-05 Rodrigo Kumpera <rkumpera@novell.com>
1648 * basic-simd.cs: Tests for operator == and != on Vector8us and Vector16b.
1650 2008-12-05 Rodrigo Kumpera <rkumpera@novell.com>
1652 * simd-intrinsics.c: Add support for operator == and != to Vector8(u)s and Vector16(s)b.
1654 2008-12-05 Rodrigo Kumpera <rkumpera@novell.com>
1656 * basic-simd.cs: Tests for operator == and != on Vector4f.
1658 2008-12-05 Rodrigo Kumpera <rkumpera@novell.com>
1660 * simd-intrinsics.c (simd_intrinsic_emit_equality): Adapt to support Vector4f.
1662 * simd-intrinsics.c: Kill useless enum.
1664 2008-12-04 Mark Mason <mmason@upwardaccess.com>
1666 * cpu-mips.md: add long_conv_to_ovf_i4_2
1667 * mini-mips.c: update/add various _OVF_ opcodes to fix test failures
1669 2008-12-04 Mark Mason <mmason@upwardaccess.com>
1671 * mini-mips.c: ifdef protect automatic promotions of R4 to R8.
1673 * mini-mips.c (mono_arch_emit_setret): handle R4 case with FCONV_TO_R4 instead of FMOVE
1675 2008-12-04 Mark Mason <mmason@upwardaccess.com>
1677 * mini-mips.c (mono_arch_output_basic_block): fix codegen for OP_OR_IMM/OP_IOR_IMM
1679 2008-12-04 Rodrigo Kumpera <rkumpera@novell.com>
1681 * basic-simd.cs: Add tests for new methods.
1683 2008-12-04 Rodrigo Kumpera <rkumpera@novell.com>
1685 * simd-intrinsics.c: Add support for operator == and !=
1688 * simd-methods.h: Add SN_op_Inequality and SN_op_Equality.
1690 2008-12-04 Rodrigo Kumpera <rkumpera@novell.com>
1692 * simd-intrinsics.c: Remove ExtractByteMask intrinsics.
1694 2008-12-04 Zoltan Varga <vargaz@gmail.com>
1696 * aot-compiler.c (add_wrappers): Add pinvoke wrappers.
1698 * mini.c (mono_resolve_patch_target): Allow pinvoke methods in
1699 MONO_PATCH_INFO_ICALL_ADDR.
1701 * aot-runtime.c (MonoAotFileInfo): Correct order of fields.
1703 * aot-compiler.c: Resurrect full-aot support.
1705 2008-12-04 Mark Mason <mmason@upwardaccess.com>
1707 * mini-mips.c (mono_arch_lowering_pass): handle OP_COMPARE and OP_ICOMPARE
1709 2008-12-04 Mark Mason <mmason@upwardaccess.com>
1711 * mini-mips.c (mono_arch_output_basic_block): fix OP_IREM_UN code generation
1713 2008-12-03 Rodrigo Kumpera <rkumpera@novell.com>
1715 * basic-simd.cs: Fix tests to work under ppc.
1716 Remove tests for methods that will be removed.
1718 2008-12-03 Mark Probst <mark.probst@gmail.com>
1720 * method-to-ir.c (mono_method_to_ir): Handle ldtoken of an open
1721 generic type (via a typedef or typeref) correctly.
1723 2008-12-03 Zoltan Varga <vargaz@gmail.com>
1725 * mini-trampolines.c (mono_magic_trampoline): Add some debugging code to help
1726 diagnose an assertion failure.
1728 2008-12-02 Mark Probst <mark.probst@gmail.com>
1730 * tramp-ppc64.c (mono_arch_create_rgctx_lazy_fetch_trampoline):
1731 Fix trampoline size.
1733 * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: A few floating point
1734 conversion opcodes are implemented natively instead via emulation.
1736 2008-12-01 Mark Mason <mmason@upwardaccess.com>
1738 * cpu-mips.md: remove mips_xori
1740 * mini-ops.h: remove mips_xori
1742 * mini-mips.h: replace OP_MIPS_XORI with OP_IXOR
1744 * mini-mips.c (mono_arch_decompose_long_opts): Add ladd_imm, lsub, lsub_imm, lneg, lsub_ovf, lsub_ovf_un.
1746 * mini-mips.c (mono_arch_lowering_pass, mono_arch_output_basic_block): fix IXOR handling
1748 2008-12-01 Mark Mason <mmason@upwardaccess.com>
1750 * cpu-mips.md: fix instruction lengths.
1752 * mini-mips.h: define MONO_ARCH_NO_IOV_CHECK
1754 * mini-mips.c: move most instruction rewriting into decompose_ops. Implement conditional branches and exceptions. Fix jump table patch handling. Implement add/sub OVF.
1756 * mini-ops.h: fix slti / sltiu op profiles.
1758 2008-12-02 Martin Baulig <martin@ximian.com>
1760 * method-to-ir.c (mono_method_to_ir): Disable debugging
1761 information for the init locals block to make the debugger stop
1762 after all locals have been initalized.
1764 2008-12-02 Martin Baulig <martin@ximian.com>
1766 * mini.c (mini_method_compile): Disable MONO_OPT_DEADCE when
1767 running inside the debugger.
1769 2008-12-01 Zoltan Varga <vargaz@gmail.com>
1771 * mini.c (mini_method_compile): Only run local deadce if MONO_OPT_DEADCE
1774 * method-to-ir.c (mono_method_to_ir): Fix invalid code generated by the
1775 alu->alu imm optimization which only shows if deadce is disabled.
1777 * aot-compiler.c: Rename the function names for the binary and asm writers
1778 so they can coexist in the same process. Rework the xdebug code to use the
1779 asm writer. This avoids the need to call into the runtime to dump the
1780 debugging info. Add more debugging info for types.
1782 * mini-<ARCH>.h: Kill MONO_ARCH_HAVE_NORMALIZE_OPCODES define.
1784 * genmdesc.c genmdesc.pl mini.h: Don't put the CEE_ opcodes into the
1785 cpu description tables, they can't occur in cpu-<ARCH>.md.
1787 * method-to-ir.c (mono_method_to_ir): Set the type of the value pushed on
1788 the stack in CEE_LDFLDA. Fixes #450542.
1790 * generics.cs: Add a new test.
1792 2008-12-01 Mark Mason <mmason@upwardaccess.com>
1794 * mini-ops.h: updated MIPS opcodes
1795 * mini-mips.c: decompose long opts
1796 * mini-mips.h: decompose long opts
1798 2008-11-29 Mark Mason <mmason@upwardaccess.com>
1800 * cpu-mips.md: fix length on int_rem_un
1801 * mini-mips.c (mips_stackframe_adjust): fix insertion of spillvars region in MIPS stackframes.
1803 2008-11-29 Zoltan Varga <vargaz@gmail.com>
1805 * mini.h aot-runtime.c: Fix building with DISABLE_AOT.
1807 * mini-codegen.c (mono_print_ins_index): Handle OP_VOIDCALL_MEMBASE.
1809 2008-11-29 Martin Baulig <martin@ximian.com>
1811 * mini-exceptions.c (mono_handle_native_sigsegv): Check
1812 mono_debug_using_mono_debugger() in addition to the
1813 `no_gdb_backtrace' flag in the `MonoDebugOptions'.
1815 2008-11-28 Mark Mason <mmason@upwardaccess.com>
1817 * mini-ops.h: updated more MIPS opcodes
1818 * mini-mips.c: FP compare/branch working again, clean up last of CEE_ -> OP_ mappings
1819 * cpu-mips.md: Added MIPS versions of new FP compare/branch opcodes.
1821 2008-11-28 Mark Probst <mark.probst@gmail.com>
1823 * mini-ppc64.c: Patch the RGCTX fetch trampoline correctly.
1825 2008-11-28 Mark Mason <mmason@upwardaccess.com>
1827 * mini-mips.c (mono_arch_emit_call): adding missing conversion to fp single when passing in integer arg register.
1828 * mini-mips.c (mips_adjust_stackframe): compensate for spill-down logic.
1829 * mini-ops.h: correct selected mips opcode entries
1831 2008-11-28 Mark Probst <mark.probst@gmail.com>
1833 * mini-ppc64.c, mini-ppc64.h: Enable generalized IMT thunks and
1836 2008-11-28 Mark Probst <mark.probst@gmail.com>
1838 * mini-ppc64.h, tramp-ppc64.c: Make generic code sharing work.
1840 2008-11-28 Mark Mason <mmason@upwardaccess.com>
1842 * method-to-ir.c, mini-trampolines.c: protect IMG code with #ifdef MONO_ARCH_HAVE_IMT to fix compile errors.
1843 * mini-mips.c: Fixup stackframe assignments after allocation of spillvars.
1844 * mini-mips.h: disable IMT
1845 * tramp-mips.c (mono_arch_get_vcall_slot): fix offset extraction
1847 2008-11-28 Mark Probst <mark.probst@gmail.com>
1849 * mini-ppc64.c, mini-ppc64.h: Don't emulate long ops.
1851 2008-11-28 Mark Probst <mark.probst@gmail.com>
1853 * mini-ppc64.c, exceptions-ppc64.c: Several fixes.
1855 2008-11-28 Zoltan Varga <vargaz@gmail.com>
1857 * method-to-ir.c (handle_isinst): Use PCONST instead of ICONST for
1860 2008-11-27 Rodrigo Kumpera <rkumpera@novell.com>
1862 * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
1863 for Set/GetVector aligned versions.
1865 2008-11-27 Rodrigo Kumpera <rkumpera@novell.com>
1867 * basic-simd.cs: Add tests for Get/SetVector.
1869 2008-11-27 Mark Probst <mark.probst@gmail.com>
1871 * mini.c: Removed g_slist_append_mempool(). Now in
1874 2008-11-27 Rodrigo Kumpera <rkumpera@novell.com>
1876 * simd-intrinsics.c (mono_emit_vector_ldelema): Extract the element
1877 size properly and make the bounds check optional.
1879 * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
1880 for SetVector and IsAligned.
1882 2008-11-27 Zoltan Varga <vargaz@gmail.com>
1884 * mini.c: Remove unused mono_normalize_opcodes () function.
1886 2008-11-26 Mark Probst <mark.probst@gmail.com>
1888 * method-to-ir.c (mini_emit_inst_for_method): Small fix: we're
1889 using the new atomic add ops now.
1891 * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Implemented atomic
1894 2008-11-26 Mark Probst <mark.probst@gmail.com>
1896 * mini-ppc64.c: Several fixes.
1898 2008-11-25 Mark Mason <mmason@upwardaccess.com>
1900 * cpu-mips.md: added jump_table
1901 * mini-mips.c: added jump_table. Eliminate compare-imm when lowering. Remove dead function.
1903 2008-11-25 Mark Mason <mmason@upwardaccess.com>
1905 * mini-mips.c, mini-mips.h, tramp-mips.c, cpu-mips.md: Initial upgrade of MIPS port to new IR.
1907 2008-11-25 Mark Mason <mmason@upwardaccess.com>
1909 * mini-ops.h: corrected a handful of MIPS opcodes.
1911 2008-11-25 Mark Mason <mmason@upwardaccess.com>
1913 * aot-compiler.c: MIPS to use ELF writer
1915 2008-11-25 Mark Mason <mmason@upwardaccess.com>
1917 * mini-codegen.c: remove MIPS specific assert.
1919 2008-11-25 Mark Probst <mark.probst@gmail.com>
1921 * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Several
1922 fixes. PPC64 now passes most of the runtime regressions.
1924 2008-11-24 Zoltan Varga <vargaz@gmail.com>
1926 * regalloc2.c: Distinguish between use/def positions. Optimize the creation of
1927 volatile intervals a bit.
1929 2008-11-24 Mark Probst <mark.probst@gmail.com>
1931 * basic-long.cs: New test case.
1933 2008-11-23 Zoltan Varga <vargaz@gmail.com>
1935 * mini.c (mini_method_compile): Disable globalra for large methods for
1938 * regalloc2.c (order_moves): Add fp support.
1940 * branch-opts.c (mono_remove_critical_edges): Split non-critical edges whose
1941 source bblock ends with an OP_BR_REG.
1943 * ratests.cs: Add a new test.
1945 2008-11-23 Mark Probst <mark.probst@gmail.com>
1947 * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c: Disable generic code
1948 sharing. PPC64 now passes generics.exe.
1950 2008-11-23 Mark Probst <mark.probst@gmail.com>
1952 * mini-ppc64.c: Several fixes. PPC64 now runs iltests.exe.
1954 2008-11-23 Zoltan Varga <vargaz@gmail.com>
1956 * exceptions-x86.c (mono_arch_find_jit_info): Avoid reading uninitialized
1957 memory when mono_jit_info_table_find () can't find the method in the
1960 * aot-compiler.c (mono_save_xdebug_info): Emit complete debug info for
1963 * aot-compiler.c (mono_save_xdebug_info): Make this work with the assembly
1966 2008-11-23 Mark Probst <mark.probst@gmail.com>
1968 * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, cpu-ppc64.md:
1969 Several fixes. PPC64 now runs exceptions.exe and
1970 devirtualization.exe.
1972 2008-11-22 Mark Probst <mark.probst@gmail.com>
1974 * mini-ppc64.c, tramp-ppc64.c: Small fixes. PPC64 now runs
1975 arrays.exe and basic-math.exe.
1977 2008-11-22 Mark Probst <mark.probst@gmail.com>
1979 * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c,
1980 cpu-ppc64.md: Several fixes. PPC64 now runs objects.exe.
1982 2008-11-21 Rodrigo Kumpera <rkumpera@novell.com>
1984 * simd-intrinsics.c: Add support ArrayExtension intrinsics.
1986 2008-11-21 Rodrigo Kumpera <rkumpera@novell.com>
1988 * method-to-ir.c: Move bounds checking macros to ir-emit.h
1990 * ir-emit.h: Move macros from method-to-ir.c to here.
1992 2008-11-21 Rodrigo Kumpera <rkumpera@novell.com>
1994 * mini-ops.h: Correct the long simd ops to use LREG.
1996 2008-11-21 Zoltan Varga <vargaz@gmail.com>
1998 * mini-ops.h: Correct the dreg type of OP_LOADI8_MEMBASE.
2000 * mini-ops.h: Correct the dreg type of a few long opcodes.
2002 * mini-amd64.h: Applied patch from Mihai Chelaru <kefren@ngnetworks.ro>.
2005 Fri Nov 21 12:52:23 CET 2008 Paolo Molaro <lupus@ximian.com>
2007 * mini-ppc.c: remove negative stack references in epilog
2008 for platforms that don't support the red zone.
2010 2008-11-21 Mark Probst <mark.probst@gmail.com>
2012 * mini-ppc64.h, cpu-ppc64.md: Fixed caller/callee saved floating
2013 point regs. Now PPC64 passes basic-calls.exe.
2015 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2017 * basic-simd.cs: Add tests for accessors of Vector2l.
2019 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2021 * mini-ops.h: Added OP_INSERTX_I8_SLOW,.
2023 * mini-x86.c (mono_arch_decompose_long_opts): Decompose OP_INSERTX_I8_SLOW.
2025 * simd-intrinsics.c: Add support for Vector2l and Vector2ul.
2027 2008-11-21 Mark Probst <mark.probst@gmail.com>
2029 * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Several fixes. Now
2030 PPC64 passes basic-long.exe.
2032 2008-11-20 Mark Probst <mark.probst@gmail.com>
2034 * decompose.c: Decompose carry and overflow add on PPC64 like on
2035 other 64 bit archs. Don't decompose sub at all on PPC64.
2037 * mini-ppc64.c, exceptions-ppc64.c, tramp-ppc64.c, cpu-ppc64.md:
2038 Several fixes and new opcodes. Now PPC64 runs (but doesn't pass)
2041 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2043 * basic-simd.cs: Add tests for accessors of Vector2d.
2045 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2047 * mini-ops.h: Added OP_INSERTX_R8_SLOW,.
2051 * mini-x86.c (mono_arch_output_basic_block): Same.
2053 * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector2d.
2055 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2057 * basic-simd.cs: Add tests for accessors of Vector4f.
2059 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2061 * mini-ops.h: Added OP_INSERTX_R4_SLOW,.
2065 * mini-x86.c (mono_arch_output_basic_block): Same.
2067 * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4f.
2069 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2071 * basic-simd.cs: Add tests for accessors of Vector4i and Vector4ui.
2073 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2075 * mini-ops.h: Added OP_INSERTX_I4_SLOW,.
2079 * mini-x86.c (mono_arch_output_basic_block): Same.
2081 * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4i and Vector4ui.
2083 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2085 * cpu-x86.md: Use reasonable sizes for extractx_u2 and insertx_u1_slow.
2087 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2089 * simd-intrinsics.c: Enable setters for Vector16sb.
2091 2008-11-20 Rodrigo Kumpera <rkumpera@novell.com>
2093 * mini-ops.h: Added OP_EXTRACTX_U2, OP_INSERTX_U1_SLOW.
2097 * mini-x86.c (mono_arch_output_basic_block): Same.
2099 * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector16b.
2101 2008-11-19 Rodrigo Kumpera <rkumpera@novell.com>
2103 * simd-intrinsics.c: Implement setter for Vector8us.
2105 2008-11-19 Zoltan Varga <vargaz@gmail.com>
2107 * aot-compiler.c (mono_save_xdebug_info): Emit correct location info
2110 Wed Nov 19 18:27:41 CET 2008 Paolo Molaro <lupus@ximian.com>
2112 * mini-ppc.c: remove references to the red zone in the prolog
2113 (for systems that don't support it).
2115 2008-11-19 Mark Probst <mark.probst@gmail.com>
2117 * cpu-ppc64.md: Fixed a few instruction lengths.
2119 * mini-ppc64.c: Don't emit SETLRET. PPC64 passes basic-float.exe,
2122 2008-11-19 Mark Probst <mark.probst@gmail.com>
2124 * mini-ppc64.c, cpu-ppc64.md: Fixed some opcodes. PPC64 passes
2127 2008-11-19 Zoltan Varga <vargaz@gmail.com>
2129 * aot-compiler.c (mono_save_xdebug_info): Add more parameter types.
2131 2008-11-18 Rodrigo Kumpera <rkumpera@novell.com>
2133 * mini-ops.h: Added OP_INSERT_I2.
2137 * mini-x86.c (mono_arch_output_basic_block): Same.
2139 * simd-intrinsics.c: Implement setter for Vector8s.
2141 * simd-methods.h: Add the names of get setters of Vector8s.
2143 2008-11-18 Zoltan Varga <vargaz@gmail.com>
2145 * aot-compiler.c (mono_save_xdebug_info): Add support for parameters.
2147 * aot-compiler.c (mono_save_xdebug_info): Add preliminary support for
2150 * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
2152 2008-11-18 Mark Probst <mark.probst@gmail.com>
2154 * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Changes
2155 for PPC64. An empty program runs now.
2157 2008-11-18 Zoltan Varga <vargaz@gmail.com>
2159 * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
2161 * aot-compiler.c mini.c mini.h: Add a JIT debugging mode modelled after
2162 a similar mode in Kaffe: When the the MONO_XDEBUG env var is set, debugging
2163 info for JITted code is emitted into a shared library, loadable into gdb.
2165 2008-11-18 Mark Probst <mark.probst@gmail.com>
2167 * Makefile.am: Changes to build PPC64.
2169 * mini-arch.h: Include mini-ppc64.h on PPC64.
2171 2008-11-18 Mark Probst <mark.probst@gmail.com>
2173 * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Updated with changes
2174 in PPC code up to r119147.
2176 2008-11-18 Mark Probst <mark.probst@gmail.com>
2178 * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
2179 cpu-ppc64.md: Changes for PPC64.
2181 Based on code submitted by andreas.faerber@web.de at
2182 https://bugzilla.novell.com/show_bug.cgi?id=324134 under the
2185 2008-11-18 Mark Probst <mark.probst@gmail.com>
2187 * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
2188 cpu-ppc64.md: Copied from the corresponding PPC files from
2191 2008-11-18 Scott Peterson <lunchtimemama@novell.com>
2193 * mini-ops.h: Added OP_ROUND.
2195 * cpu-x86.md: Added round.
2197 * mini-x86.c: Added support for intrinsicing Math.Round (double).
2199 * basic-math.cs: Added test_0_round to test rounding.
2201 Contributed under MIT/X11 license.
2203 2008-11-17 Bill Holmes <billholmes54@gmail.com>
2205 * aot-compiler.c : Fix the Winx64 build.
2207 Contributed under MIT/X11 license.
2209 2008-11-17 Rodrigo Kumpera <rkumpera@novell.com>
2211 * mini-x86.c (mono_arch_output_basic_block): Use movsd instead of monvups
2212 in OP_EXTRACT_R8 to avoid possible stack corruption.
2214 2008-11-17 Rodrigo Kumpera <rkumpera@novell.com>
2216 * mini-ops.h: Added OP_EXTRACT_R8/I8.
2218 * cpu-x86.md: Added extract_r8.
2220 * mini-x86.c (mono_arch_output_basic_block): Emmit OP_EXTRACT_R8.
2222 * mini-x86.c: Added mono_arch_decompose_long_opts to break OP_EXTRACT_I8 into
2223 a couple of OP_EXTRACT_I4.
2225 * mini-x86.h: Define MONO_ARCH_HAVE_DECOMPOSE_LONG_OPTS if simd is enabled.
2227 * simd-intrinsics.c: Implement getters for Vector2l/2ul/2d.
2229 2008-11-17 Rodrigo Kumpera <rkumpera@novell.com>
2231 * simd-intrinsics.c (vector2l_intrinsics): CompareGreaterThan requires sse 4.2
2234 2008-11-17 Zoltan Varga <vargaz@gmail.com>
2236 * method-to-ir.c (handle_delegate_ctor): Emit the address of the delegate
2237 trampoline as an AOT const of the proper type instead of MONO_PATCH_INFO_ABS.
2239 * mini.c (mono_codegen): Remove the handling of delegate trampolines, they
2240 are not needed any more.
2242 * mini.h: Remove the unused INS_LIST macros.
2244 * mini.c (mini_method_compile): Remove a disable globalra case which is no
2247 * *.h *.c: Remove duplicate MonoInst emission macros, use the ones in
2250 * regalloc.h *.c: Remove references to mono_regstate_next_int (), use
2251 mono_alloc_ireg () instead.
2253 * mini-<ARCH>.c: Include ir-emit.h. Remove duplicate MonoInst emission
2256 * mini-amd64.c (emit_load_volatile_arguments): Removed, not needed
2259 * aot-runtime.c (load_aot_module): Disable AOT when running under
2262 * mini-amd64.h: Change the monitor fastpath defines to check for
2263 !PLATFORM_WIN32 so they work on *bsd too.
2265 * mini.h mini.c mini-hhpa.c: Remove more unused code.
2267 * mini-s390.c mini-s390x.c: Remove !cfg->new_ir code.
2269 * mini.h (MonoCompile): Remove new_ir flag.
2271 * regalloc.h regalloc.c: Remove unused code.
2273 * cpu-*.md: Remove more unused opcodes.
2275 * simple-cee-ops.h simple-mini-ops.h: Removed.
2277 * mini-ops.h *.c cpu-<ARCH>.md: Remove more unused opcodes.
2279 2008-11-17 Zoltan Varga <vargaz@gmail.com>
2281 * aliasing.h: Removed.
2283 * *.c: Remove references to aliasing.h and inssel.h.
2285 * mini.c: Remove additional unused functions.
2287 * mini-ops.h cpu-*.md: Remove unused opcodes.
2289 2008-11-16 Zoltan Varga <vargaz@gmail.com>
2291 Remove the old JIT code.
2293 * inssel*.brg: Removed.
2295 * ssa.c abcremoval.c aliasing.c: Removed.
2297 * ssa2.c: Renamed to ssa.c.
2299 * abcremoval2.c: Renamed to abcremoval.c.
2301 * *.c: Removed all !cfg->new_ir code.
2303 * mini-<ARCH>.c: Removed mono_arch_call_opcode (),
2304 mono_arch_emit_this_vret_args (), and mono_arch_get_inst_for_method ().
2306 * mini.c: Removed the old mono_method_to_ir () and all the code used by it.
2308 2008-11-16 Zoltan Varga <vargaz@gmail.com>
2310 * aot-compiler.c aot-runtime.c: Emit most of the non-table data in a structure
2311 to simplify the code and cut back on the number of global symbols in the AOT
2314 * aot-compiler.c aot-runtime.c: Get rid of the unused plt_jump_table.
2316 2008-11-15 Zoltan Varga <vargaz@gmail.com>
2318 * aot-runtime.c aot-compiler.c: Unify the plt_jump_table/plt_info tables
2319 with the got/got_info tables.
2321 * mini.h: Bump AOT file format version.
2323 * unwind.h: New file, contains definitions for stack unwinding.
2325 * mini.c (mono_emit_unwind_op): New helper function to append an unwind op
2328 * aot-compiler.c: Generalize the emitting of unwind information to use the
2329 information in cfg->unwind_ops.
2331 * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info.
2333 * aot-compiler.c: Emit dwarf unwind information so gdb can unwind through
2334 AOT method frames. Enable writing symbols for methods by default.
2336 2008-11-14 Rodrigo Kumpera <rkumpera@novell.com>
2338 * simd-intrinsics.c (simd_intrinsic_emit_getter): Generalize this code
2339 and make it work with vectors of element sizes 1, 2 and 4.
2341 * simd-intrinsics.c: Enable getter for all vectors with element size
2344 * simd-methods.h: Add the names of other getters.
2346 * mini-ops.h: Added OP_EXTRACT_I2/U2/I1/U1.
2352 Fri Nov 14 15:54:18 CET 2008 Paolo Molaro <lupus@ximian.com>
2354 * mini-ppc.h: portability fix.
2356 Fri Nov 14 15:39:50 CET 2008 Paolo Molaro <lupus@ximian.com>
2358 * mini-ppc.h, mini-ppc.c: avoid using the red zone as some kernels are
2359 buggy and will overwrite it.
2361 2008-11-14 Zoltan Varga <vargaz@gmail.com>
2363 * aot-compiler.c: Add functionality to emit local symbols to the elf writer.
2364 Use it to emit local symbols for all methods so AOTed methods show up with
2365 their full name in gdb/valgrind output.
2367 Fri Nov 14 12:56:27 CET 2008 Paolo Molaro <lupus@ximian.com>
2369 * mini-ppc.c: portability fixes.
2371 2008-11-14 Zoltan Varga <vargaz@gmail.com>
2373 * mini-trampolines.c (mono_magic_trampoline): Move the patching of plt
2374 entries out of the if (!generic_shared...) code so it is always done.
2375 (mono_class_init_trampoline): Do the patching when running under valgrind
2376 too, newer versions of valgrind have no problems with it.
2378 2008-11-13 Zoltan Varga <vargaz@gmail.com>
2380 * aot-compiler.c (emit_writeout): Rework this to make it easier to add
2383 2008-11-13 Mark Probst <mark.probst@gmail.com>
2385 * mini-ppc.c, cpu-ppc.md: Reserve space for the parameter area in
2388 2008-11-13 Rodrigo Kumpera <rkumpera@novell.com>
2390 * simd-intrinsics.c: Add getter support for Vector4i and Vector4ui.
2392 2008-11-13 Rodrigo Kumpera <rkumpera@novell.com>
2394 * mini-ops.h: Kill diplicated ops OP_SHUFLEPS.
2400 * simd-intrinsics.c: Same.
2402 2008-11-13 Rodrigo Kumpera <rkumpera@novell.com>
2404 * simd-intrinsics.c: Enable constructor intrinsics for all types.
2406 2008-11-13 Rodrigo Kumpera <rkumpera@novell.com>
2408 * simd-intrinsics.c (simd_intrinsic_emit_ctor): Generalize this method
2409 to work with more Vector types.
2411 2008-11-13 Rodrigo Kumpera <rkumpera@novell.com>
2413 * simd-intrinsics.c (simd_intrinsic_emit_ctor): If the target is already a pointer
2414 store the elemens directly instead of using and intermediate.
2416 2008-11-13 Zoltan Varga <vargaz@gmail.com>
2418 * mini-amd64.c (emit_call_body): Avoid aligning call sites in AOTed code.
2420 * tramp-x86.c (mono_arch_create_trampoline_code): Rework the return sequence
2421 to preserve %eax for aot plt trampolines.
2423 * aot-compiler.c (compile_method): Don't skip synchronized methods.
2424 (encode_method_ref): Flag synchronized methods so they won't go through
2427 * aot-compiler.c: Additional work to support AOTing synchronized methods/
2430 * cpu-ia64.md (jmp): Increase max length.
2432 2008-11-12 Zoltan Varga <vargaz@gmail.com>
2434 * aot-runtime.c (load_method): Avoid calling runtime_class_init () for
2435 open generic classes.
2437 * aot-compiler.c: Enable the ELF writer on ELF platforms.
2439 * method-to-ir.c (mono_method_to_ir2): Revert the last change to the
2440 box+brtrue optimization since it causes test failures on x86.
2442 2008-11-12 Rodrigo Kumpera <rkumpera@novell.com>
2444 * mini-ops.h: Remove OP_PUSH_R4 and OP_LOADX_STACK.
2450 * mini.h (struct MonoCompile): Add simd_ctor_var to be used as storage
2451 for simd ctor values.
2453 * simd-intrinsics.c (simd_intrinsic_emit_ctor): Use simd_ctor_var for the constructor
2454 instead of directly pushing the values on stack. This saves about 15 bytes of generated code.
2456 2008-11-12 Rodrigo Kumpera <rkumpera@novell.com>
2458 * simd-methods.h: Rename SubWithSaturation, ArithmeticRightShift and
2461 * simd-instrincs.c: Same.
2463 * basic-simd.cs: Same.
2465 2008-11-12 Zoltan Varga <vargaz@gmail.com>
2467 * ratests.cs: Add more tests.
2469 * regalloc2.c (add_spill_code): Handle more corner cases.
2471 2008-11-11 Zoltan Varga <vargaz@gmail.com>
2473 * regalloc2.c (INS_POS_INTERVAL): Decrease this to 8 to avoid overflows.
2474 (update_liveness): Avoid holes in the liveness ranges of hregs if they are
2475 both the source an destination of an instruction.
2477 Tue Nov 11 19:30:50 CET 2008 Paolo Molaro <lupus@ximian.com>
2479 * jit-icalls.c, local-propagation.c, mini.c, ssa.c, ssapre.c, trace.c,
2480 wapihandles.c: more portability changes.
2482 Tue Nov 11 18:56:33 CET 2008 Paolo Molaro <lupus@ximian.com>
2484 * aot-compiler.c, aliasing.c, abcremoval.c: portability changes.
2485 * mini.c mini.h, aot-runtime.c: the aot segfault-handling code is not
2486 safe to execute in a signal handler and the kernel provides better
2487 the info in /proc/self/smaps. Avoid the assert on sigaction during
2490 2008-11-11 Zoltan Varga <vargaz@gmail.com>
2492 * method-to-ir.c (mono_method_to_ir2): In the box+brtrue optimization, only
2493 do the bblock linking hack if it is actually needed.
2495 * Makefile.am (patch-libtool): New helper target to patch libtool to speed
2498 * liveness.c (ENABLE_LIVENESS2): Reenable this for 64 bit archs as the
2499 crash problem is fixed.
2501 * branch-opts.c (mono_remove_critical_edges): Link up newly added
2504 * mini.c (mini_method_compile): Compute unreachable bblocks properly even
2506 (mini_method_compile): Set the starting value of next_vreg to
2507 MAX_IREGS + MAX_FREGS when using globalra.
2509 * method-to-ir.c (mono_method_to_ir2): Mark bblocks starting
2510 filter clauses with BB_EXCEPTION_HANDLER.
2512 * regalloc2.c (assign_spill_slots): Set cfg->rgctx_var.
2514 2008-11-10 Mark Probst <mark.probst@gmail.com>
2516 * mini-x86.c (mono_arch_get_argument_info): Don't align argument
2517 space for stdcall. Fixes regressions on Win32.
2519 2008-11-10 Zoltan Varga <vargaz@gmail.com>
2521 * regalloc2.c (handle_reg_constraints): Avoid adding code to unreachable
2523 (linear_scan): Remove an assert which doesn't seem to be needed.
2525 * local-propagation.c (mono_local_deadce): Avoid a call to
2526 MONO_DELETE_INS which would screw up the instruction linking.
2528 * mini.c (mono_decompose_op_imm): Make this work with globalra.
2530 * regalloc2.c: Upgrade to work the current JIT code.
2532 2008-11-09 Zoltan Varga <vargaz@gmail.com>
2534 * method-to-ir.c (inline_method): Merge more basic blocks to help the AOT
2537 * aot-runtime.c: Remove some dead code.
2539 * tramp-arm.c: Use 'code' as the runnning pointer in code generation for
2541 (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Implement aot support.
2543 * aot-runtime.c (load_named_code): Decode the offset of lazy fetch
2544 trampolines using sscanf since atoi doesn't work on large unsigned values.
2546 * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full):
2547 Initialize code_size.
2549 2008-11-08 Mark Probst <mark.probst@gmail.com>
2551 * method-to-ir.c (mini_emit_inst_for_method): Make
2552 Interlocked.CompareExchange work for Int arguments on 32 bit
2555 2008-11-07 Mark Probst <mark.probst@gmail.com>
2557 * method-to-ir.c (mono_method_to_ir2): Fixed a funny commit error.
2559 2008-11-06 Bill Holmes <billholmes54@gmail.com>
2561 * main.c Fix MSVC build.
2563 Contributed under MIT/X11 license.
2565 2008-11-06 Mark Probst <mark.probst@gmail.com>
2567 * mini-x86.c (mono_arch_allocate_vars): Make sure locals that need
2568 alignment larger than 8 bytes are aligned correctly, too.
2570 * mini.c: Honor the min_align field of MonoClass when laying out
2573 2008-11-06 Zoltan Varga <vargaz@gmail.com>
2575 * method-to-ir.c (mono_method_to_ir2): Fix AOT support for CEE_SWITCH on arm.
2577 * aot-compiler.c (emit_plt): Fix a warning.
2579 * aot-compiler.c: Implement ARM support in the binary writer.
2581 2008-11-05 Rodrigo Kumpera <rkumpera@novell.com>
2583 * basic-simd.cs: Add test for getter with byref arg.
2584 Fix the naming of a few tests.
2585 Add missing checks to a test.
2587 2008-11-05 Zoltan Varga <vargaz@gmail.com>
2589 * aot-compiler.c (emit_plt): Make the arm code work with the binary writer.
2591 * aot-compiler.c aot-runtime.c mini-trampolines.c tramp-amd64.c: Implement
2592 most of the full-aot support for monitor enter/exit trampolines.
2594 * tramp-x86.c tramp_amd64.c: Add AOT compatible variants of the monitor
2595 enter/exit trampoline creation functions.
2597 * Makefile.am: Fix the generation of buildver.h so it is not invoked during
2600 Wed Nov 5 16:28:53 CET 2008 Paolo Molaro <lupus@ximian.com>
2602 * mini.h, aot-compiler.c, method-to-ir.c, aot-runtime.c: remove the
2603 incorrectly added MONO_WRAPPER_MONITOR_* (in r117651-r117652) and
2604 implement the needed functionality without adding crap to the runtime.
2606 2008-11-05 Zoltan Varga <vargaz@gmail.com>
2608 * mini-trampolines.c (mono_create_monitor_enter_trampoline): Fix the
2611 * mini.c (mono_build_date): New global version holding the build date in
2614 * Makefile.am (buildver.c): Generate a file containing the build date.
2616 * main.c: Set the build date from the generated file.
2618 * mini.c (mono_get_runtime_build_info): New helper function returning build
2619 information in a string format.
2621 * driver.c (mono_main): Print the build date in --version.
2623 * aot-compiler.c aot-runtime.c: Embed the build information into the AOT
2624 file when the bind-to-runtime-version option is used.
2626 2008-11-05 Rodrigo Kumpera <rkumpera@novell.com>
2628 * simd-intrinsics.c: Fix bug when using getters and byref args.
2630 2008-11-05 Rodrigo Kumpera <rkumpera@novell.com>
2632 * simd-methods.h: Rename prefetch methods.
2634 * simd-intrinsics.c: Same.
2636 2008-11-05 Mark Probst <mark.probst@gmail.com>
2638 * tramp-amd64.c: Enlarge the Monitor.Enter/Exit trampoline code
2641 2008-11-04 Zoltan Varga <vargaz@gmail.com>
2643 * aot-compiler.c: Use the bundled elf header files instead of depending on
2646 * aot-compiler.c (emit_symbol_diff): Allocate memory from the acfg
2649 * method-to-ir.c (mono_method_check_inlining): Avoid a getenv () call
2652 2008-11-04 Rodrigo Kumpera <rkumpera@novell.com>
2654 * cpu-x86.md: Add store nta ops.
2660 * mini.h: Add an enum for simd prefetch modes.
2662 * simd-methods.h: Refactor the store_aligned code to handle multiple kinds
2663 of store. Use the changed code to support store nta.
2665 * simd-intrinsics.c: Add prefetch ops for all vector types.
2667 2008-11-04 Zoltan Varga <vargaz@gmail.com>
2669 * aot-compiler.c: Add an option for JIT compiling the methods by multiple
2672 * aot-compiler.c: Use statically allocated buffers for constructing symbol
2675 * aot-runtime.c aot-compiler.c: Add support for the MONITOR_ENTER/EXIT
2678 2008-11-04 Mark Probst <mark.probst@gmail.com>
2680 * mini-x86.c: Fixed commit.
2682 2008-11-04 Zoltan Varga <vargaz@gmail.com>
2684 * aot-compiler.c (emit_plt): Align the plt section only on x86.
2686 2008-11-04 Mark Probst <mark.probst@gmail.com>
2688 * mini-trampolines.c, mini.h: Two new trampolines: MONITOR_ENTER
2689 and MONITOR_EXIT, for the ASM fastpaths.
2691 * method-to-ir.c: Use the ASM fastpath for Monitor.Enter/Exit if
2694 * mini.c, patch-info.h: Signature and patch infos for
2695 Monitor.Enter/Exit trampolines.
2697 * mini-amd64.c, mini-x86.c: Make emit_tls_get() non-static.
2699 * tramp-amd64.c, tramp-x86.c, mini-amd64.h, mini-amd64.h:
2700 Monitor.Enter/Exit ASM fastpath for Linux.
2702 2008-11-04 Zoltan Varga <vargaz@gmail.com>
2704 * mini.c (mono_method_to_ir): Fix soft-float support in Array.Get/Set.
2706 * objects.cs: Add a new test.
2708 * aot-compiler.c: Use mono_100ns_ticks () for computing the profiling info.
2710 * aot-runtime.c (load_method): Run class initialization in the PLT case even
2711 if MONO_LOG_LEVEL is set.
2713 * debug-mini.c (serialize_variable): Fix the encoding of dead variables.
2715 * aot-runtime.c (mono_aot_get_method): Skip out-of-date AOT modules.
2717 * aot-compiler.c (emit_and_reloc_code): Speed this up a little.
2719 * aot-compiler.c: Change the relocation code to use virtual addresses instead
2720 of file offsets. Align the sections belonging to the data segment to
2723 2008-11-03 Zoltan Varga <vargaz@gmail.com>
2725 * aot-compiler.c: Simplify the elf writer by depending on the definitions in
2726 elf.h. Port it to amd64.
2728 2008-11-03 Rodrigo Kumpera <rkumpera@novell.com>
2730 * driver.c: Enable SIMD by default.
2732 2008-11-03 Rodrigo Kumpera <rkumpera@novell.com>
2734 * cpu-x86.md: Add prefetch op.
2740 * mini.h: Add an enum for simd prefetch modes.
2742 * simd-methods.h: Add prefetch function names.
2744 * simd-intrinsics.c: Add prefetch ops for all vector types.
2746 2008-11-03 Zoltan Varga <vargaz@gmail.com>
2748 * aot-compiler.c (emit_bytes): Speed this up a little.
2750 2008-11-02 Zoltan Varga <vargaz@gmail.com>
2752 * aot-compiler.c: Add JIT time etc. statistics.
2754 * aot-compiler.c (compile_method): Fix the copying of the cfgs array.
2756 * mini.h (MonoCompile): Add 'got_offset' field.
2758 * aot-compiler.c: Store the got offset in MonoCompile, get rid of the
2759 method_got_offsets array.
2761 * aot-compiler.c aot-runtime.c: Add support for the monitor enter/exit
2764 * aot-compiler.c (compile_method): Add generic method instances referenced
2765 by the method to the list of methods to be compiled, this is required so if
2766 A<T> references B<T>, and another assembly references A<int>, then it will
2767 also get a copy of B<int>.
2769 * method-to-ir.c (mini_emit_inst_for_method): Use the proper wrapper type
2770 when checking for monitor enter/exit.
2772 2008-10-30 Mark Probst <mark.probst@gmail.com>
2774 * method-to-ir.c (mini_emit_inst_for_method): Use the IL fastpaths
2775 for Monitor.Enter and Monitor.Exit if enabled.
2777 * mini-x86.h, mini-amd64.h: Enable the IL fastpaths for Linux and
2780 2008-10-30 Zoltan Varga <vargaz@gmail.com>
2782 * method-to-ir.c (type_from_op): Convert CEE_CONV_U on OP_ICONV_TO_U instead
2783 of an OP_MOVE. Fixes #440046.
2785 * basic-long.cs: Add a new test.
2787 2008-10-29 Rodrigo Kumpera <rkumpera@novell.com>
2789 * mini.h: Add synchronization note for the managed counter-part.
2791 * simd-intrinsics.c: Add SimdRuntime.get_AccelMode intrinsic that
2792 returns the simd caps of the current cpu.
2794 2008-10-29 Rodrigo Kumpera <rkumpera@novell.com>
2796 * basic-simd.cs: Remove Console.WriteLine.
2798 2008-10-28 Rodrigo Kumpera <rkumpera@novell.com>
2800 * basic-simd.cs: New tests for Vector2ul.
2802 2008-10-28 Rodrigo Kumpera <rkumpera@novell.com>
2804 * simd-intrinsics.c: Add new vector type Vector2ul.
2806 2008-10-28 Rodrigo Kumpera <rkumpera@novell.com>
2808 * basic-simd.cs: New tests for Vector2l.
2810 2008-10-28 Rodrigo Kumpera <rkumpera@novell.com>
2812 * cpu-x86.md: Add long version of most packed int ops.
2818 * simd-intrinsics.c: Add new vector type Vector2l.
2820 2008-10-28 Rodrigo Kumpera <rkumpera@novell.com>
2822 * simd-intrinsics.c: Replace SN_op_BitwiseXor with SN_op_ExclusiveOr.
2824 * simd-methods.h: Remove SN_op_BitwiseXor.
2826 2008-10-28 Zoltan Varga <vargaz@gmail.com>
2828 * mini.c (mono_allocate_stack_slots_full): Align the size of vtypes to their
2831 2008-10-27 Rodrigo Kumpera <rkumpera@novell.com>
2833 * basic-simd.cs: Test for Vector2d.
2835 * basic-simd.cs (test_vector8s_pack_signed_sat): Fixed broken
2838 2008-10-27 Rodrigo Kumpera <rkumpera@novell.com>
2840 * cpu-x86.md: Add double version of all packed float ops.
2846 * simd-intrinsics.c: Add new vector type Vector2d.
2848 * simd-intrinsics.c (vector4f_intrinsics): Fix ordering.
2850 * simd-methods.h: Add Duplicate.
2852 2008-10-27 Rodrigo Kumpera <rkumpera@novell.com>
2854 * basic-simd.cs: Test for packing with signed saturation.
2856 2008-10-28 Zoltan Varga <vargaz@gmail.com>
2858 * aot-compiler.c (add_generic_instances): Add all methods of generic instances
2859 found in the TYPESPEC table.
2861 2008-10-26 Zoltan Varga <vargaz@gmail.com>
2863 * aot-runtime.c (mono_aot_get_method): Log not found methods for extra methods
2866 * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
2868 * mini.c (mono_method_to_ir): For MONO_PATCH_INFO_RVA, save field the token
2869 instead of the RVA, since the RVA can be changed by tools like the cil
2872 * method-to-ir.c (mono_method_to_ir2): Ditto.
2874 * debug-mini.c (serialize_variable): Handle ADDRESS_MODE_DEAD.
2875 (deserialize_variable): Ditto.
2877 2008-10-25 Martin Baulig <martin@ximian.com>
2879 * debug-mini.c (write_variable): Use
2880 `MONO_DEBUG_VAR_ADDRESS_MODE_DEAD' for dead variables.
2882 2008-10-24 Rodrigo Kumpera <rkumpera@novell.com>
2884 * cpu-x86.md: Add unsigned variants of packd and packw.
2888 * mini-x86.h: Emit the right instruction for packd and packw.
2889 Add unsigned variants of packd and packw.
2891 * simd-intrinsics.c: Packd and packw were used in place of their
2892 unsigned variants. Change that.
2893 Add intrinsics for (Signed)PackWithSignedSaturation.
2895 * simd-methods.h: Add (Signed)PackWithSignedSaturation.
2897 2008-10-24 Rodrigo Kumpera <rkumpera@novell.com>
2899 * simd-intrinsics.c (vector4i_intrinsics): New table of intrinsic type.
2901 2008-10-24 Rodrigo Kumpera <rkumpera@novell.com>
2903 * mini-ops.h: Remove dword packed add/sub with saturation ops.
2905 * cpu-x86.md: Remove dword packed add/sub with saturation ops.
2907 * simd-intrinsics.c (vector4ui_intrinsics): Remove methods without
2910 * simd-intrinsics.c (vector8s_intrinsics): Fix ordering.
2912 2008-10-24 Mark Probst <mark.probst@gmail.com>
2914 * method-to-ir.c, mini.c: Special casing for the synchronized
2915 wrapper for the ldtoken+GetTypeFromHandle case.
2917 2008-10-24 Zoltan Varga <vargaz@gmail.com>
2919 * mini.c (mono_replace_ins): Move this to branch-opts.c.
2921 * mini.c (mono_replace_ins): Propagate has_array_access flag to the newly
2922 created/split bblocks.
2924 2008-10-24 Rodrigo Kumpera <rkumpera@novell.com>
2926 * mini-ops.h: Add packed signed mul high.
2930 * mini-x86.c (mono_arch_output_basic_block): Same.
2932 * simd-methods.h: Add PackWithUnsignedSaturation and ShiftRightLogic.
2934 * simd-intrinsics.c (vector8s_intrinsics): New table of intrinsic type.
2936 2008-10-24 Rodrigo Kumpera <rkumpera@novell.com>
2938 * basic-simd.cs: Tests for Vector16sb.
2940 2008-10-24 Zoltan Varga <vargaz@gmail.com>
2942 * inssel.brg (stmt): Fix OP_HARD_NOP rule.
2944 2008-10-23 Rodrigo Kumpera <rkumpera@novell.com>
2946 * mini-ops.h: Add packed signed min, max and compare greater.
2950 * mini-x86.c (mono_arch_output_basic_block): Same. Add packed add/sub with
2953 * simd-methods.h: Add CompareGreaterThan.
2955 * simd-methods.h: Remove CompareEquals.
2957 * simd-intrinsics.c: Add new TODO entry and some cosmetic changes.
2959 * simd-intrinsics.c (vector16sb_intrinsics): New table of intrinsic type.
2961 * simd-intrinsics.c (vector4f_intrinsics): Rename CompareEquals to
2964 2008-10-23 Rodrigo Kumpera <rkumpera@novell.com>
2966 * basic-simd.cs: Fix tests due to change in the API.
2968 2008-10-21 Zoltan Varga <vargaz@gmail.com>
2970 * mini.c method-to-ir.c: Use mono_field_get_name () for accessing field->name.
2972 2008-10-21 Rodrigo Kumpera <rkumpera@novell.com>
2974 * basic-simd.cs: Fix name change in Vector4f::CompareEqual.
2976 * simd-intrinsics.c (simd_intrinsic_emit_store_aligned): Don't use
2977 inst_offset as this has invalid values for LDADDR.
2979 2008-10-21 Rodrigo Kumpera <rkumpera@novell.com>
2981 * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
2983 * simd-intrinsics.c (vector4ui_intrinsics): Add SignedPackWithUnsignedSaturation.
2985 2008-10-21 Zoltan Varga <vargaz@gmail.com>
2987 * method-to-ir.c (initialize_array_data): Use mono_field_get_data ()
2988 for accessing field->data.
2990 2008-10-21 Rodrigo Kumpera <rkumpera@novell.com>
2992 * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
2994 2008-10-21 Rodrigo Kumpera <rkumpera@novell.com>
2996 * simd-methods.h: Add SignedPackWithUnsignedSaturation.
2998 * simd-intrinsics.c (vector8us_intrinsics): Add SignedPackWithUnsignedSaturation.
3000 2008-10-21 Zoltan Varga <vargaz@gmail.com>
3002 * dominators.c (mono_compute_natural_loops): Allocate GList enties
3003 from the cfg mempool.
3005 2008-10-20 Rodrigo Kumpera <rkumpera@novell.com>
3007 * basic-simd.cs: Tests for new methods in Vector8us.
3009 2008-10-20 Rodrigo Kumpera <rkumpera@novell.com>
3011 * mini-ops.h: Add multiply and store high.
3015 * mini-x86.c (mono_arch_output_basic_block): Same.
3017 * simd-methods.h: Same.
3019 * simd-intrinsics.c (vector8us_intrinsics): Add MultiplyStoreHigh
3022 2008-10-19 Zoltan Varga <vargaz@gmail.com>
3024 * method-to-ir.c (mono_emit_method_call_full): Remove a needless call to
3025 mono_class_setup_vtable ().
3027 * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Use
3028 mono_class_get_vtable_entry () for accessing klass->vtable.
3030 * aot-runtime.c (load_method): Avoid a crash when using MONO_LOG_LEVEL.
3032 * aot-compiler.c (add_generic_instances): Avoid a crash if a class is not
3035 * method-to-ir.c (mono_save_token_info): Don't save references made from
3038 * aot-compiler.c (add_generic_instances): Add static rgctx wrappers for cctors
3039 of generic instances.
3041 * aot-runtime.c (find_extra_method): Search in all loaded AOT images.
3043 2008-10-19 Mark Probst <mark.probst@gmail.com>
3045 * cpu-ppc.md, mini-ppc.c: The length of the code generated for
3046 OP_JMP depends on the method signature. Calculate it properly.
3048 2008-10-19 Zoltan Varga <vargaz@gmail.com>
3050 * aot-runtime.c (mono_aot_find_jit_info): Handle extra methods which are
3053 * aot-compiler.c (emit_and_reloc_code): Allow direct calling of generic
3055 (emit_extra_methods): Add another table mapping method indexes to
3056 offsets in the extra_method_info table.
3058 * mini.h: Bump AOT file format version.
3060 * aot-runtime.c: Merge most of the code from mono_aot_get_method
3061 and mono_aot_get_method_from_token () into one function.
3063 2008-10-19 Mark Probst <mark.probst@gmail.com>
3065 * mini-ppc.c (emit_load_volatile_arguments): Inner loop needs a
3068 2008-10-18 Zoltan Varga <vargaz@gmail.com>
3070 * aot-compiler.c aot-runtime.c: Fix the hash function used for the extra
3073 * method-to-ir.c (mono_method_to_ir2): Change a !compile_aot assert to
3076 * mini.c (mono_patch_info_equal): Compare the generic context as well.
3078 * mini.h: Bump aot file format version.
3080 * aot-compiler.c aot-runtime.c: Generalize the wrapper handling code so the
3081 AOT file can contain native code for methods which are not in the METHOD
3082 table. Generate code for non-sharable generic instances of generic methods
3083 found in the METHODSPEC table.
3085 * method-to-ir.c (mono_method_to_ir2): Remove the aot restriction when
3086 encoding generic type handles.
3088 * ir-emit.h (NEW_AOTCONST_TOKEN): Add a generic_context argument.
3089 (NEW_TYPE_FROM_HANDLE_CONST): Add a generic_context argument.
3091 * ir-emit.h: Rewrite the EMIT_NEW_XXXCONST macros to use the NEW_XXXCONST
3092 macros + MONO_ADD_INS.
3094 * mini.c (mono_jump_info_token_new2): New function which takes a generic
3097 * mini.h (MonoJumpInfoToken): Include fields for a generic context.
3099 * mini.h: Bump aot file format version.
3101 * aot-compiler.c aot-runtime.c: Update after changes to MonoJumpInfoToken.
3103 2008-10-17 Mark Probst <mark.probst@gmail.com>
3105 * mini-x86.h, mini-x86.c, exceptions-x86.c: Align stack on all
3106 platforms, with definable stack alignment value. Set to 16 now
3109 * mini.c, mini.h, driver.c: Command line option for disabling
3112 2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
3114 * basic-simd.cs: Tests for new methods in Vector4ui.
3116 2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
3118 * mini-ops.h: Add packed int shuffle.
3122 * mini-x86.c (mono_arch_output_basic_block): Same.
3124 * simd-intrinsics.c (vector4ui_intrinsics): Add compare equal,
3125 extract mask, max, min, shuffle.
3127 * simd-intrinsics.c (vector8us_intrinsics): Add max and min.
3129 2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
3131 * basic-simd.cs: Tests for new methods in Vector8us.
3133 2008-10-17 Mark Probst <mark.probst@gmail.com>
3135 * method-to-ir.c (mono_method_to_ir2): "refanytype" produces a
3136 RuntimeTypeHandle, not a TypedReference.
3138 Fri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus@ximian.com>
3140 * simd-intrinsics.c: remove relocations.
3142 2008-10-17 Zoltan Varga <vargaz@gmail.com>
3144 * mini-amd64.c (mono_arch_output_basic_block): Port the IREM_IMM
3145 optimizations from the x86 backend.
3147 Fri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus@ximian.com>
3149 * simd-methods.h, simd-intrinsics.c: debloat method names and
3150 prepare for no relocations.
3152 2008-10-16 Rodrigo Kumpera <rkumpera@novell.com>
3154 * mini-ops.h: Add packed min/equal and sum of absolute differences.
3158 * mini-x86.c (mono_arch_output_basic_block): Same.
3160 * simd-intrinsics.c (vector16b_intrinsics): Add average, compare equal,
3161 extract mask, max, min and sum of absolute differences.
3163 * simd-intrinsics.c: Increase SIMD_INTRINSIC_NAME_MAX due to new huge
3166 2008-10-16 Rodrigo Kumpera <rkumpera@novell.com>
3168 * basic-simd.cs: Test for the other mono_simd_simplify_indirection bug.
3169 Renamed one test for consistency.
3171 2008-10-16 Rodrigo Kumpera <rkumpera@novell.com>
3173 * simd-intrinsics.c (mono_simd_simplify_indirection): Apply the previous
3174 fix to the code that deal with other blocks.
3176 2008-10-16 Rodrigo Kumpera <rkumpera@novell.com>
3178 * basic-simd.cs: Test for the mono_simd_simplify_indirection bug.
3180 2008-10-16 Rodrigo Kumpera <rkumpera@novell.com>
3182 * simd-intrinsics.c (mono_simd_simplify_indirection): Simplify the code
3183 that deals with vreg interference. Explicitly check for OP_LDADDR to be
3184 able to process the source reg.
3186 2008-10-16 Martin Baulig <martin@ximian.com>
3188 * mini-ops.h, cpu-amd64.md, cpu-x86.md: Added new `hard_nop' opcode.
3190 * inssel.brg: Add `OP_HARD_NOP'.
3192 * mini.h (MonoCompile): Added `keep_cil_nops' flag.
3194 * mini.c (mono_method_to_ir): In `CEE_NOP': generate a
3195 `OP_HARD_NOP' instruction when running inside the debugger.
3197 * method-to-ir.c (mono_method_to_ir2): In `CEE_NOP': generate a
3198 `OP_HARD_NOP' instruction when running inside the debugger.
3200 2008-10-15 Rodrigo Kumpera <rkumpera@novell.com>
3202 * simd-intrinsics.c (get_simd_vreg): Using sreg1 of OP_XMOVE
3203 now works. The issue with the regalloc tripping up no longer
3206 * simd-intrinsics.c (load_simd_vreg): Same.
3208 2008-10-15 Rodrigo Kumpera <rkumpera@novell.com>
3210 * basic-simd.cs: Tests for new Vector8ui methods.
3212 2008-10-15 Rodrigo Kumpera <rkumpera@novell.com>
3214 * simd-intrinsics.c (get_simd_vreg): Simplify code and test
3215 only for type. This fixes crashes where MonoInst::klass is checked
3216 for ops of type != VTYPE or OBJ.
3218 * simd-intrinsics.c (load_simd_vreg): Same.
3220 2008-10-15 Rodrigo Kumpera <rkumpera@novell.com>
3222 * mini-ops.h: Add ops for packed shuffle/max/avg and
3227 * mini-x86.c (mono_arch_output_basic_block): Same.
3229 * simd-intrinsics.c (vector8us_intrinsics): Add avg, shuffle and
3232 * simd-intrinsics.c (simd_intrinsic_emit_extract_mask): New function
3233 to emit extract mask op.
3235 * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Retrofic this function
3236 to emit word shuffles.
3238 2008-10-15 Mark Probst <mark.probst@gmail.com>
3240 * mini.c (mono_allocate_stack_slots_full): Align stack frame to
3241 the largest alignment needed by a variable, but at least
3244 2008-10-14 Rodrigo Kumpera <rkumpera@novell.com>
3246 * basic-simd.cs: Tests for the fixes in the last commit.
3248 2008-10-14 Rodrigo Kumpera <rkumpera@novell.com>
3250 * simd-intrinsics.c (get_simd_vreg): Drop the is_this_ptr, this function
3251 no longer handles STACK_PTR input.
3253 * simd-intrinsics.c (get_simd_vreg): Don't crash when MonoInst::klass == -1.
3255 * simd-intrinsics.c (load_simd_vreg): New function that works like
3256 get_simd_vreg but handles STACK_PTR input.
3258 * simd-intrinsics.c (simd_intrinsic_emit_getter): Use load_simd_vreg
3259 as the input can be an arbitrary pointer.
3261 * simd-intrinsics.c (simd_intrinsic_emit_ctor): Try the
3262 LDADDR local optimization directly otherwise use a store op.
3264 2008-10-14 Rodrigo Kumpera <rkumpera@novell.com>
3266 * basic-simd.cs: Tests for dup low and dup high.
3268 2008-10-14 Rodrigo Kumpera <rkumpera@novell.com>
3270 * mini-ops.h: Add dup low and dup high ops.
3274 * mini-x86.c (mono_arch_output_basic_block): Same.
3276 * simd-intrinsics.c (vector4f_intrinsics): Same.
3278 2008-10-13 Rodrigo Kumpera <rkumpera@novell.com>
3280 * basic-simd.cs: Tests for recently added functionality.
3282 2008-10-13 Rodrigo Kumpera <rkumpera@novell.com>
3284 * mini-ops.h: Add remaining sse1 fp ops.
3286 * cpu-x86.md: Add remaining sse1 fp ops.
3288 * mini-x86.c (mono_arch_output_basic_block): Same.
3290 * mini.h: Add enum for simd FP compare conditions.
3292 * simd-intrinsics.c (vector4f_intrinsics): Add all new ops.
3294 * simd-intrinsics.c (simd_intrinsic_emit_binary): Set inst_c0 to flags
3295 so the backed can generate the appropriate op.
3297 2008-10-13 Rodrigo Kumpera <rkumpera@novell.com>
3298 This patch squeese one more byte from the SimdIntrinsc struct.
3300 * mini-x86.c (mono_arch_cpu_enumerate_simd_versions: Use the version number
3301 a a shift amount intead of simply or'ing it.
3303 * mini.h: Change SIMD_VERSION_* values to be sequential intead of masks.
3305 * simd-intrinsics.c (struct SimdIntrinsc): Squeese simd_version and simd_emit_mode into a single
3306 byte so we can have an aditional flags field without increasing struct size.
3308 * simd-intrinsics.c (emit_intrinsics): Use the value of simd_version as a shift amount before checking
3309 against the simd_supported_versions bitmask.
3311 * simd-intrinsics.c: Set SIMD_INTRINSIC_NAME_MAX to an appropriate value.
3313 Mon Oct 13 10:58:10 CEST 2008 Paolo Molaro <lupus@ximian.com>
3315 * mini.c: remove rawbuffer code (the only use here is unsafe because
3316 it takes locks during signal handling and the kernel now provides much
3317 better info in proc/pid/smaps these days).
3319 2008-10-13 Zoltan Varga <vargaz@gmail.com>
3321 * mini-amd64.c (mono_arch_output_basic_block): Fix the changes to
3322 OP_X86_PUSH_OBJ. Fixes #434620.
3324 * objects.cs: Add a test.
3326 2008-10-12 Rodrigo Kumpera <rkumpera@novell.com>
3328 * basic-simd.cs: Remove PackWithUnsignedSaturation tests as it turns out
3329 that the packuswb/packusdw don't work with unsigned numbers for what
3330 would be negative numbers in signed format.
3332 * cpu-x86.md: Add doubleword forms of many ops and packing ones.
3333 Fix the len of fconv_to_r8_x and xconv_r8_to_i4.
3335 * mini-ops.h: Add doubleword forms of many ops and packing ones.
3337 * mini-x86.c: Emit doubleword forms of many ops and packing ones.
3339 * simd-intrinsics.c (SimdIntrinsc): Rename the flags field to simd_version.
3341 * simd-intrinsics.c (vector4f_intrinsics): Use simd_version field for sse3 ops.
3343 * simd-intrinsics.c (vector4u_intrinsics): Rename to vector4ui_intrinsics and
3346 * simd-intrinsics.c (simd_version_name): New function, returns the name of the
3347 version as the enum in mini.h.
3349 * simd-intrinsics.c (emit_intrinsics): Instead of having a special emit mode
3350 for sse3 ops, check the simd_version field if present. This way the code
3351 works with all versions of sse.
3353 2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
3355 * simd-intrinsics.c: Fixed intrinsic name typo.
3357 * mini.h: Added missing simd exported function.
3359 * basic-simd.cs: Added tests for Vector4ui.
3360 Fixed broken test for Vector16b.
3362 2008-10-10 Zoltan Varga <vargaz@gmail.com>
3364 * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Increase
3365 the max length to 64.
3367 2008-10-10 Mark Probst <mark.probst@gmail.com>
3369 * method-to-ir.c: Only do the fast virtual generic method call for
3370 non-wrapper methods.
3372 * mini.h, mini-trampolines.c: The new generic virtual remoting
3373 trampoline handles virtual method calls via the vtable (as done by
3374 the fast virtual generic method calls) to remoting proxies.
3376 * mini.c (mono_jit_create_remoting_trampoline): For generic
3377 methods reate a generic virtual remoting trampoline.
3379 * mini-amd64.h: Enable fast virtual generic method calls again.
3381 2008-10-10 Mark Probst <mark.probst@gmail.com>
3383 * mini-ppc.c: Use SP (r1), not frame_reg (which might be r31) to
3384 restore registers when doing tail calls.
3386 2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
3388 * simd-intrinsics.c (emit_intrinsics): Vector4u was renamed to
3391 2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
3393 * basic-simd.cs: Add test for Vecto16b.PackWithUnsignedSaturation.
3395 2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
3397 * simd-intrinsics.c (emit_intrinsics): Retrofit to new type names.
3399 2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
3401 * basic-simd.cs: Retrofit for API changes.
3403 2008-10-10 Mark Probst <mark.probst@gmail.com>
3405 * mini-ppc.c: Handle integer stack arguments for tail calls.
3407 2008-10-10 Rodrigo Kumpera <rkumpera@novell.com>
3409 * optflags-def.h: Removed sse3 optimization.
3413 * mini-x86.c (mono_arch_cpu_optimizazions): Remove detection of
3416 * mini-x86.c: Added mono_arch_cpu_enumerate_simd_versions.
3418 * mini.h: Added enumeration with simd versions.
3420 * simd-intrinsics.c (emit_intrinsics): Use the new static var
3423 * simd-intrinsics.c: Added mono_simd_intrinsics_init.
3425 * mini.c (mini_init): Call mono_simd_intrinsics_init.
3427 2008-10-09 Rodrigo Kumpera <rkumpera@novell.com>
3429 * basic-simd.cs: Added tests for Vector8u and Vector16u.
3431 * basic-simd.cs: Fixed test naming.
3433 2008-10-09 Rodrigo Kumpera <rkumpera@novell.com>
3435 * mini-ops.h: Added ops for packed and saturated math, shifts
3436 and packing/unpacking.
3438 * cpu-x86.md: Added descriptors for the above ops.
3440 * mini-x86.c: Added code to emmit the above ops.
3442 * simd-intrinsics.c: Added support for Vector16u and Vector8u.
3444 2008-10-08 Zoltan Varga <vargaz@gmail.com>
3446 * aot-compiler.c (compile_method): Enable AOT for generic code.
3448 * ir-emit.h (NEW_DOMAINCONST): Use domainvars in AOT code as well.
3450 Wed Oct 8 16:35:43 CEST 2008 Paolo Molaro <lupus@ximian.com>
3452 * mini.c: add a workaround for a common screwup that ends up blamed
3453 to mono (other processes blocking signal delivery).
3455 2008-10-07 Zoltan Varga <vargaz@gmail.com>
3457 * method-to-ir.c (mono_method_to_ir2): Clear ins_flag on all code paths
3458 in the LDFLD/STFLD opcodes. Fixes #432673.
3460 * iltests.il.in: Add a new test.
3462 Tue Oct 7 19:59:07 CEST 2008 Paolo Molaro <lupus@ximian.com>
3464 * mini-arm.c: attach the thread in unmanaged->managed transitions
3465 using delegates (bug #433148).
3467 2008-10-07 Rodrigo Kumpera <rkumpera@novell.com>
3469 * basic-simd.cs: Use new ShuffleSel constants.
3471 2008-10-07 Rodrigo Kumpera <rkumpera@novell.com>
3473 * driver.c (opt_sets): Added combinations of simd, sse2 and sse3.
3475 * mini-x86.c (mono_arch_cpu_optimizazions): Detect sse3 and now
3476 only disable simd intrinsics if no sse2 is detected.
3478 * optflags-def.h: Added sse3.
3480 * simd-intrinsics.c: Avoid generated sse3 intrinsics if the optimization
3483 2008-10-07 Zoltan Varga <vargaz@gmail.com>
3485 * aot-compiler.c (add_wrappers): Fix Delegate/MulticastDelegate classes
3486 when adding delegate-invoke wrappers.
3488 2008-10-07 Zoltan Varga <vargaz@gmail.com>
3490 * Makefile.am: Reenable the simd tests.
3492 2008-10-07 Bill Holmes <billholmes54@gmail.com>
3494 * mini-amd64.c (mono_arch_emit_outarg_vt) : In the ArgValuetypeAddrInIReg case,
3495 add a call to mono_call_inst_add_outarg_reg for the arg->dreg to make sure that no
3496 other vreg is allocated to that hreg.
3498 Contributed under MIT/X11 license.
3500 2008-10-07 Zoltan Varga <vargaz@gmail.com>
3502 * Makefile.am: Disable the simd tests for now as Mono.Simd is not
3505 2008-10-06 Rodrigo Kumpera <rkumpera@novell.com>
3507 * basic-simd.cs: New test suite for SIMD intrinsics.
3509 * Makefile.am: Added new tests.
3511 2008-10-06 Rodrigo Kumpera <rkumpera@novell.com>
3513 * cpu-x86.md: Added new instructions to handle float to int using SSE regs.
3517 * mini-x86.h: Enable mono_arch_decompose_opts if simd intrinsics are enabled.
3519 * mini-x86.c (mono_arch_decompose_opts): Decompose float to int conversion
3520 using SSE2 aware opcodes.
3522 * mini-x86.c (emit_float_to_int): Disable the SSE2 optimization if OPT_SIMD
3523 is enabled, this code path is only reachable if conversion ops are emmited after
3526 * mini.h: Added MonoCompile::fconv_to_r8_x_var to hold the float to int var.
3528 This optimization saves 6 bytes per conversion against the old version.
3530 2008-10-06 Zoltan Varga <vargaz@gmail.com>
3532 * aot-compiler.c (compile_method): Don't skip methods referencing
3533 generic methods without a corresponding entry in token_info_hash, since
3534 encode_method_ref () can handle all generic methods now.
3536 * method-to-ir.c (mono_save_token_info): Don't save the token info if a
3537 generic context is set.
3539 * method-to-ir.c (mono_method_to_ir2): Put back a disable_aot for
3540 generic sharing of LDTOKEN.
3542 2008-10-06 Mark Probst <mark.probst@gmail.com>
3544 * mini-amd64.h: Temporarily disabled fast virtual generic method
3545 calls because it breaks the System.Runtime.Remoting tests.
3547 2008-10-06 Zoltan Varga <vargaz@gmail.com>
3549 * aot-compiler.c (add_wrappers): Add delegate-invoke wrappers.
3551 * method-to-ir.c (check_inline_called_method_name_limit): Return TRUE
3552 so inlining actually works.
3553 (check_inline_caller_method_name_limit): Ditto.
3555 Mon Oct 6 11:04:38 CEST 2008 Paolo Molaro <lupus@ximian.com>
3557 * mini-ppc.c: mono_arch_flush_icache () cast pointer using gsize for
3558 64 bit safety (from Olaf Hering and Andreas Färber).
3560 2008-10-06 Zoltan Varga <vargaz@gmail.com>
3562 * mini-trampolines.c (mono_aot_trampoline): Delegate processing to
3563 mono_magic_trampoline () if aot_get_method_from_token () fails. Remove
3564 unused virtual call support code.
3566 * aot-runtime.c (decode_method_ref): Add a 'no_aot_trampoline' out argument.
3568 * aot-runtime.c (mono_aot_get_method_from_vt_slot): Return NULL for methods
3569 which can't use aot trampolines.
3570 (decode_patch): Don't create aot trampolines for methods which can't use
3573 * aot-compiler.c (encode_method_ref): Add a marker for methods which can't
3574 use aot trampolines.
3576 * mini.h: Bump AOT image format version.
3578 2008-10-05 Zoltan Varga <vargaz@gmail.com>
3580 * method-to-ir.c (mono_method_to_ir2): Pass cil_method instead of cmethod
3581 to save_token_info () since cmethod is inflated for constrained calls.
3583 * mini-<ARCH>.h mini-x86.c: Remove some unused defines.
3585 2008-10-04 Andreas Färber <andreas.faerber@web.de>
3587 * Makefile.am: Add build rules for ppc64.
3588 This avoids the build failing at pedump with unresolved symbols
3589 due to lack of arch_sources. Instead it will now fail earlier
3590 due to lack of cpu-ppc64.md.
3592 Contributed under MIT/X11 license.
3594 2008-10-04 Mark Probst <mark.probst@gmail.com>
3596 * mini-amd64.c (mono_arch_emit_call): Support stack arguments for
3599 * iltests.il.in: Add test case for tail call with many arguments.
3601 2008-10-03 Zoltan Varga <vargaz@gmail.com>
3603 * method-to-ir.c (mono_method_to_ir2): Add an !cfg->compile_aot assert
3604 to the fast virtual generic method code until the aot case is fixed.
3606 2008-10-03 Mark Probst <mark.probst@gmail.com>
3608 * mini-ppc.c, mini-ppc.h: Implement generic virtual method thunks.
3610 2008-10-03 Mark Probst <mark.probst@gmail.com>
3612 * mini-amd64.c, mini-amd64.h: Implement generic virtual method
3615 2008-10-03 Rodrigo Kumpera <rkumpera@novell.com>
3617 * simd-intrinsics.c: Forgot to add this one.
3619 * mini-codegen.c: Fix macro in case SIMD is not supported.
3621 2008-10-03 Rodrigo Kumpera <rkumpera@novell.com>
3623 This patch land initial JIT support for simd intrinsics.
3625 * mini-x86.h: Added new define to make --enable_minimal work on x86.
3627 * Makefile.am: Added simd-intrinsics.c
3629 * simd-intrinsics.c: New file with simd instrinsic related
3632 * cfold.c (mono_constant_fold_ins2): Fold XZERO.
3634 * cpu-x86.md: Add simd related instructions.
3636 * driver.c: Added MONO_OPT_SIMD to the default set of optimizations.
3638 * driver.c: Added two new --regression variants.
3640 * ir-emit.h (MONO_EMIT_NEW_VZERO): Emit XZERO if the type is a simd intrinsic.
3642 * local-propagation.c (mono_local_cprop2): Eliminate useless XMOVE.
3644 * local-propagation.c (mono_local_deadce): Use new macro MONO_IS_NON_FP_MOVE and
3645 extract some complicated logic to helper functions.
3647 * method-to-ir.c (mono_type_to_regmove): Handle simd intrinsics.
3649 * method-to-ir.c (mini_emit_inst_for_method): Emit simd intrinsics.
3651 * method-to-ir.c (mono_handle_global_vregs): If a simd intrinsic was found, apply
3652 the specialized simplification pass.
3654 * method-to-ir.c (mono_spill_global_vars): Use new macro.
3656 * mini-codegen.c: Added SIMD constants to all regbanks arrays.
3658 * mini-codegen.c: Added reg_bank_table_init to initialize the reg desc -> bank
3661 * mini-codegen.c: Define a version of the reg_bank macro that uses desc_to_reg_type
3662 if MONO_ARCH_NEED_SIMD_BANK is defined.
3664 * mini-ops.h: Added the new simd ops.
3666 * mini-x86.c: Added mono_arch_xregname.
3668 * mini-x86.c (mono_arch_cpu_optimizazions): Disable MONO_OPT_SIMD if SSE3 is not detected.
3670 * mini-x86.c (mono_arch_output_basic_block): Add simd related opcodes.
3672 * mini-x86.h: Define simd related MONO_ARCH macros.
3674 * mini.c (mono_type_to_load_membase): Handle simd intrinsics.
3676 * mini.c (mono_type_to_store_membase): Handle simd intrinsics.
3678 * mini.h: Added new macros MONO_IS_NON_FP_MOVE, MONO_IS_REAL_MOVE, MONO_IS_ZERO and
3679 MONO_CLASS_IS_SIMD to deal with simd related IR.
3681 * mini.h (MonoInst): Added spill_var to the backend union.
3683 * mini.h (MonoCompile): Added uses_simd_intrinsics and iconv_raw_var.
3685 * mini.h: Added forward declarations of the new simd fuctions.
3687 * optflags-def.h: Added new optimization names SIMD.
3689 * regalloc.c (mono_regstate_reset): Set next vreg to be the max value of the 3 reg banks.
3691 * regalloc.h: Added support for working with 3 register banks.
3693 * regalloc.h (MonoRegState): Added xsymbolic field if a third regbank is required.
3695 * ssa2.c (mono_ssa_deadce2): Use new MONO_IS_ZERO macro.
3697 Fri Oct 3 16:03:22 CEST 2008 Paolo Molaro <lupus@ximian.com>
3699 * mini-exceptions.c: remove 64 bit related ifdef clutter.
3701 2008-10-03 Zoltan Varga <vargaz@gmail.com>
3703 * mini-exceptions.c (mono_handle_soft_stack_ovf): Unprotect two pages
3704 instead of one on 64 bit systems.
3706 * method-to-ir.c: Remove unused includes.
3708 2008-10-02 Zoltan Varga <vargaz@gmail.com>
3710 * aot-compiler.c (emit_exception_debug_info): Use jinfo->used_regs instead of
3711 cfg->used_int_regs, since the two are different on arm.
3713 2008-10-02 Mark Probst <mark.probst@gmail.com>
3715 * method-to-ir.c, inssel.brg, mini-trampolines.c: Use
3716 mono_method_get_vtable_index() to get the vtable index.
3718 2008-10-02 Mark Probst <mark.probst@gmail.com>
3720 * method-to-ir.c (mono_method_to_ir2): Don't create native
3721 wrappers for array methods, because they're never called (and if
3722 they were called they wouldn't work).
3724 2008-10-02 Mark Probst <mark.probst@gmail.com>
3726 * method-to-ir.c (mono_method_to_ir2): Array methods are
3727 special-cased and must not be invoked indirectly via the (M)RGCTX
3728 when generic sharing is turned on. Fixes #431413.
3730 2008-10-01 Mark Probst <mark.probst@gmail.com>
3732 * method-to-ir.c: When generic sharing is active, call
3733 non-interface virtual generic methods via the standard trampoline.
3735 * mini-trampolines.c: Handle virtual generic shared methods.
3737 * mini.h, mini-x86.c, mini-x86.h: New argument for
3738 mono_arch_build_imt_thunk() which is non-NULL for virtual generic
3739 method thunks and which is the trampoline to call if the lookup
3740 fails. Enable the virtual generic method thunk for x86.
3742 * mini-amd64.c, mini-arm.c, mini-ia64.c, mini-sparc.c,
3743 mini-ppc.c (mono_arch_build_imt_thunk): Add the additional
3744 argument but assert that it's NULL, because these archs don't yet
3745 implement the virtual generic method thunk. Changes in the IMT
3746 thunk data structures.
3748 2008-10-01 Zoltan Varga <vargaz@gmail.com>
3750 * aot-compiler.c (emit_globals): Avoid invalid characters in
3751 the static linking symbol.
3753 * objects.cs: Add a test for the range check optimization. Fix warnings.
3755 * branch-opts.c (mono_if_conversion): Add back the 'optimize range checks'
3756 optimization from the current JIT.
3758 * method-to-ir.c (mini_emit_inst_for_method): Decompose String.Length
3759 later in decompose_array_access_opts () to allow more optimizations.
3761 * method-to-ir.c (mono_handle_soft_float): Rename this to
3762 mono_decompose_soft_float () for consistency.
3764 * mini-ops.h: Fix arguments of OP_STRLEN.
3766 * method-to-ir.c (save_cast_details): Extract the cast details saving code
3767 into a separate function.
3768 (reset_cast_details): Ditto.
3769 (handle_unbox): Save cast details. Fixes #431254.
3771 * method-to-ir.c: Remove some obsolete FIXMEs.
3773 2008-09-30 Rodrigo Kumpera <rkumpera@novell.com>
3775 * ir-emit.h (alloc_dreg): Write a warning before crashing.
3777 2008-09-30 Rodrigo Kumpera <rkumpera@novell.com>
3779 * mini-codegen.c: More work on macros to make them
3780 ready for multiple regbanks.
3782 2008-09-30 Rodrigo Kumpera <rkumpera@novell.com>
3784 * method-to.ir.c (mono_type_to_regmove): Remove static modifier.
3786 * mini.h: Export mono_type_to_regmove. Fix signature of mono_regname_full.
3788 2008-09-30 Rodrigo Kumpera <rkumpera@novell.com>
3790 * mini-codegen.c (mono_spillvar_offset): Proper support for
3793 2008-09-30 Zoltan Varga <vargaz@gmail.com>
3795 * mini-amd64.c (mono_arch_emit_epilog): Remove some duplicated code from
3796 the stack overflow changes.
3798 2008-09-30 Rodrigo Kumpera <rkumpera@novell.com>
3800 * mini-codegen.c: Make all bank macros depend on reg_bank.
3802 * mini-codegen.c (mono_local_regalloc): Make free mask
3803 initialization regbank aware.
3805 2008-09-30 Rodrigo Kumpera <rkumpera@novell.com>
3807 * mini-codegen.c (mono_local_regalloc): Extract callee
3808 mask selection to a function and make it regbank aware.
3810 2008-09-30 Rodrigo Kumpera <rkumpera@novell.com>
3812 * mini-codegen.c (mono_local_regalloc): Changed the cloberring
3813 code to deal with many regbanks.
3815 2008-09-30 Zoltan Varga <vargaz@gmail.com>
3817 * mini-codegen.c: More fp->regbank changes.
3819 2008-09-29 Rodrigo Kumpera <rkumpera@novell.com>
3821 * mini-codegen.c: Change asserts to use MONO_NUM_REGBANKS instead
3822 of a hardcoded constant.
3824 2008-09-29 Rodrigo Kumpera <rkumpera@novell.com>
3826 * method-to-ir.c (type_from_stack_type): Fix typo.
3828 2008-09-29 Zoltan Varga <vargaz@gmail.com>
3830 * mini-ia64.c (emit_move_return_value): Convert float return values to
3833 * objects.cs: Add a new test.
3835 * mini-ia64.c (mono_arch_allocate_vars): Disable fp elimination for
3836 VARARG methods to fix an assert later.
3838 * mini-mips.h mini-mips.c mini-ops.h cpu-mips.md: Update the mips back
3839 end so it at least compiles.
3841 2008-09-28 Zoltan Varga <vargaz@gmail.com>
3843 * method-to-ir.c (emit_optimized_ldloca_ir): Fix this.
3845 2008-09-28 Rodrigo Kumpera <rkumpera@novell.com>
3847 * method-to-ir.c (mono_method_to_ir2): Extract the ldloca + initobj
3848 optimization to a new function (emit_optimized_ldloca_ir) and enable
3849 it for both ldloca and ldloca_s.
3851 2008-09-28 Zoltan Varga <vargaz@gmail.com>
3853 * method-to-ir.c (mono_method_to_ir2): Remove an unnecessary assert in the
3854 gshared CASTCLASS code.
3856 * driver.c (mono_main): Add a workaround for shutdown crashes seen on
3857 amd64, where the libc stack unwinder encounters stack frames referring to
3858 native code in unmapped memory.
3860 * method-to-ir.c (mini_emit_check_array_type): Add support for generic
3863 * generics.cs: Add new test.
3865 2008-09-27 Zoltan Varga <vargaz@gmail.com>
3867 * mini-arm.h driver.c: Print the fp model when using --version on arm. Also,
3868 add a check that one of the ARM_FPU_ constants is defined.
3870 * mini-exceptions.c (mono_handle_soft_stack_ovf): Really fix the build.
3872 * mini-exceptions.c: Fix build on non-altstack platforms.
3874 * method-to-ir.c (mono_method_to_ir2): Fix aot support for the
3877 * ir-emit.h: Add a comment to NEW_PCONST.
3879 * mini-exceptions.c (mono_altstack_restore_prot): Fix a warning.
3881 * mini.h (MonoJitDomainInfo): Move some fields here from MonoDomain.
3883 * mini.c aot-runtime.c method-to-ir.c driver.c mini-trampolines.c: Update
3884 after the changes to MonoJitDomainInfo.
3886 2008-09-27 Mark Probst <mark.probst@gmail.com>
3888 * mini-ppc.c, tramp-ppc.c, mini-ppc.h: Implement generic code sharing.
3890 2008-09-27 Mark Probst <mark.probst@gmail.com>
3892 * mini-ppc.c: Compiler warning fixes.
3894 2008-09-27 Mark Probst <mark.probst@gmail.com>
3896 * mini-ppc.c: Special handling for 1/2 byte structs on Darwin only
3899 2008-09-27 Mark Probst <mark.probst@gmail.com>
3901 * exceptions-ppc.c, mini-ppc.h: Compile
3902 mono_arch_handle_altstack_exception() on Darwin, too.
3904 2008-09-27 Mark Probst <mark.probst@gmail.com>
3906 * method-to-ir.c (mono_emit_rgctx_method_call_full): Must also
3907 work on archs which don't have generic sharing implemented, only
3908 without the vtable_arg.
3910 2008-09-26 Mark Probst <mark.probst@gmail.com>
3912 * mini.c: Added comment explaining why delegate ctor icall
3913 wrappers are compiled.
3915 2008-09-26 Mark Probst <mark.probst@gmail.com>
3917 * mini.c: Don't produce trampolines to delegate ctor icall
3918 wrappers but compile them upfront.
3920 Fri Sep 26 17:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
3922 * mini-amd64.c, mini-amd64.h, tramp-amd64.c: amd64 support code for calling a
3923 runtime-set function when going back to managed code. Currently this
3924 is used to set back the protection on the soft ovf pages and/or to
3925 throw the stack overflow exception that happened in unmanaged code.
3927 Fri Sep 26 16:46:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
3929 * tramp-x86.c, mini-x86.h, mini-x86.c: x86 support code for calling a
3930 runtime-set function when going back to managed code. Currently this
3931 is used to set back the protection on the soft ovf pages and/or to
3932 throw the stack overflow exception that happened in unmanaged code.
3934 Fri Sep 26 16:34:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
3936 * mini.h, mini.c, mini-trampolines.c, mini-exceptions.c: added
3937 the support code for restoring stack protection after stack overflows
3938 that happen in unmanaged code. Don't set the exec permission on the
3941 2008-09-26 Zoltan Varga <vargaz@gmail.com>
3943 * mini-trampolines.c (mono_delegate_trampoline): Add wrappers even if
3944 delegate->method_ptr is set. Fixes #428054.
3946 2008-09-25 Zoltan Varga <vargaz@gmail.com>
3948 * tests.cs: Rename to ratests.cs.
3950 * method-to-ir.c: Merge the emit_get_rgctx () calls into the
3951 emit_get_rgctx_... functions.
3953 2008-09-25 Mark Probst <mark.probst@gmail.com>
3955 * method-to-ir.c: Eliminated macro EMIT_GET_RGCTX.
3957 2008-09-25 Mark Probst <mark.probst@gmail.com>
3959 * mini-trampolines.c (mono_magic_trampoline): Unwrap wrappers
3960 before asserting that method is sharable.
3962 2008-09-25 Mark Probst <mark.probst@gmail.com>
3964 * method-to-ir.c, mini.c, jit-icalls.c: New function for checking
3965 whether method needs a static RGCTX wrapper used instead of
3968 * generic-sharing.c, mini.h: A few functions moved to
3969 metadata/generic-sharing.c.
3971 2008-09-25 Mark Probst <mark.probst@gmail.com>
3973 * method-to-ir.c, mini.c, mini-exceptions.c, mini-trampolines.c:
3974 Generic code sharing for value types, which essentially means
3975 treating value type methods like static methods. The RGCTX is
3976 passed in the same way.
3978 2008-09-25 Zoltan Varga <vargaz@gmail.com>
3980 * method-to-ir.c (mono_method_to_ir2): Avoid an assert in the NEWOBJ
3981 opcode when creating multi-dimensional arrays of open types.
3983 * generic-sharing.c (mono_method_check_context_used): Handle arrays of
3986 * generics.cs: Add a test.
3988 * mini-codegen.c: Use macros everywhere for checking floats instead of == 'f'.
3990 2008-09-24 Zoltan Varga <vargaz@gmail.com>
3992 * mini.h (MonoCompile): Add 'disable_vreg_to_lvreg' flag.
3994 * mini.c (mini_method_compile): Set it when running under the debugger.
3996 * method-to-ir.c (mono_handle_global_vregs): Disable global->local
3997 vreg optimization if the flag is set.
3999 * driver.c (mono_main): Add --attach= option to pass options to
4002 * mini.c (sigquit_signal_handler): Start the attach agent.
4004 * ssapre.c: Disable this to save space since it is not yet ported to
4007 * regalloc2.c: Disable this to save space.
4009 * mini.h (MonoJitStats): Remove unused analyze_stack_repeat.
4011 Wed Sep 24 16:01:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
4013 * decompose.c, method-to-ir.c, mini-codegen.c, regalloc2.c: make
4014 the -v option useful again.
4016 2008-09-24 Zoltan Varga <vargaz@gmail.com>
4018 * mini-amd64.c (mono_arch_output_basic_block): Add support for
4021 * inssel.brg (mini_emit_castclass): Avoid the szarray!=array checks for
4022 arrays of arrays. Fixes #428406.
4024 * method-to-ir.c (mini_emit_castclass): Ditto.
4026 * objects.cs: Add new test.
4028 2008-09-23 Rodrigo Kumpera <rkumpera@novell.com>
4030 * method-to-ir.c (type_to_eval_stack_type): The code path for the new JIT
4031 was wrong at it choked against target_type_is_incompatible for byref types.
4033 2008-09-23 Zoltan Varga <vargaz@gmail.com>
4035 * mini-codegen.c: Use 'bank' macros instead of 'is_fp' macros in most
4038 Tue Sep 23 15:31:45 CEST 2008 Paolo Molaro <lupus@ximian.com>
4040 * mini-exceptions.c: update a few more exceptions-related counters.
4042 Tue Sep 23 15:28:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
4044 * aot-runtime.c, method-to-ir.c, mini.c, mini-trampolines.c: use the
4045 new functions to allocate from persistent mempools.
4047 2008-09-23 Zoltan Varga <vargaz@gmail.com>
4049 * mini.h regalloc.h mini-codegen.c: Generalize the regalloc code to allow
4050 multiple register banks in the future.
4052 * mini-codegen.c (mono_local_regalloc): Fix a warning.
4054 2008-09-22 Rodrigo Kumpera <rkumpera@novell.com>
4056 * mini.c (type_to_eval_stack_type): Remove duplicated function.
4058 * method-to-ir.c (type_to_eval_stack_type): Make this version compatible with both JIT.
4060 * mini.h: Export type_to_eval_stack_type.
4062 This function was nearly duplicated in method-to-ir.c and mini.c. The difference
4063 is only ins->klass of byref types.
4065 2008-09-22 Zoltan Varga <vargaz@gmail.com>
4067 * method-to-ir.c (mini_emit_memset): Use a default alignment of 4.
4068 (mini_emit_memcpy2): Ditto.
4070 * mini-amd64.c: Fix a warning.
4072 2008-09-21 Mark Probst <mark.probst@gmail.com>
4074 * exceptions-ppc.c (mono_arch_get_call_filter): Fixed stack frame
4077 2008-09-19 Rodrigo Kumpera <rkumpera@novell.com>
4079 * method-to-ir.c: Extract stloc micro-optimization to a
4080 function and apply it to all cases.
4082 2008-09-19 Mark Probst <mark.probst@gmail.com>
4084 * method-to-ir.c: Don't fail generic code sharing in cases we
4087 2008-09-18 Mark Probst <mark.probst@gmail.com>
4089 * mini-ppc.c: Handle structs in tailcalls on Darwin.
4091 Tue Sep 16 21:07:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
4093 * *.c, *.md, mini-ops.h: introduced relaxed_nop opcode for spin wait
4096 Tue Sep 16 16:39:16 CEST 2008 Paolo Molaro <lupus@ximian.com>
4098 * trace.c: make tracing more useful and correct, with per-thread
4101 2008-09-15 Mark Probst <mark.probst@gmail.com>
4103 * mini-ppc.c (mono_arch_emit_call): Convert floats to R4 when
4104 doing a method call and the argument is an R4.
4106 2008-09-14 Zoltan Varga <vargaz@gmail.com>
4108 * aot-compiler.c (add_wrappers): Do not generate runtime invoke wrappers for
4111 2008-09-13 Mark Probst <mark.probst@gmail.com>
4113 * mini-ppc.c: Convert result to single for OP_ICONV_TO_R4.
4115 2008-09-12 Zoltan Varga <vargaz@gmail.com>
4117 * mini.h (MONO_IS_JUMP_TABLE): Handle GOT_ENTRY.
4118 (MONO_JUMP_TABLE_FROM_INS): Ditto.
4120 2008-09-11 Zoltan Varga <vargaz@gmail.com>
4122 * driver.c: Add a --agent argument (not supported yet) to load managed
4123 agent assemblies before loading the main assembly, similarly to how the
4124 Java VM handles agents.
4126 2008-09-11 Mark Probst <mark.probst@gmail.com>
4128 * mini-ppc.c (mono_arch_allocate_vars): Use arch-independent
4129 function to do stack layout of local variables.
4131 2008-09-11 Mark Probst <mark.probst@gmail.com>
4133 * mini-ppc.c (calculate_sizes): Bugfix in sigcookie position
4136 2008-09-11 Zoltan Varga <vargaz@gmail.com>
4138 * method-to-ir.c ssa2.c mini.c mini-amd64.c decompose.c ssa.c abcremoval.c
4139 abcremoval2.c branch-opts.c driver.c dominators.c: Disable parts of the
4140 JIT if DISABLE_JIT is defined.
4142 * Makefile.am: Avoid compiling/linking in inssel.c if DISABLE_JIT is
4145 2008-09-10 Mark Probst <mark.probst@gmail.com>
4147 * iltests.il.in: Disable the fconv test on PPC (the result is
4148 undefined according to ECMA).
4150 2008-09-10 Mark Probst <mark.probst@gmail.com>
4152 * iltests.il.in: Enable tail call tests for PPC.
4154 * mini.h: Add variable for storing incoming valuetype argument
4155 addresses for tail calls.
4157 * mini-ppc.c: Implement valuetype arguments and return values for
4160 2008-09-09 Mark Probst <mark.probst@gmail.com>
4162 * mini-ppc.c: Partially implement tail calls (struct arguments and
4163 return values not supported).
4165 * method-to-ir.c: Enable tail calls on PPC.
4167 2008-09-08 Zoltan Varga <vargaz@gmail.com>
4169 * aot-compiler.c (emit_wrapper_info): Omit the klass name from
4170 runtime-invoke wrappers to work around the problem of them getting
4171 assigned to a random class.
4173 * aot-runtime.c (mono_aot_get_method): Ditto.
4175 2008-09-07 Zoltan Varga <vargaz@gmail.com>
4177 * mini-exceptions.c mini-mips.h mini-s390.h exceptions-mips.c: Kill
4178 the CUSTOM_EXCEPTION_HANDLING and CUSTOM_STACK_WALK defines.
4180 2008-09-07 Mark Probst <mark.probst@gmail.com>
4182 * method-to-ir.c (mono_method_to_ir2): Disable tail calls for PPC
4183 until they're implemented properly.
4185 * exceptions-ppc.c: Use arch-independent exception-handling code
4186 instead of custom one.
4188 * exceptions-ppc.c, mini-ppc.c, mini-ppc.h: Bug fixes and changes
4191 * tramp-ppc.c, mini-ppc.c: Fixed warnings.
4193 * decompose.c, aot-runtime.c, aot-compiler.c: PPC code also
4194 applies when __powerpc__ is defined.
4196 2008-09-06 Zoltan Varga <vargaz@gmail.com>
4198 * aot-runtime.c (mono_aot_get_method): Add another cache mapping wrapper
4199 methods to their code to avoid computing the full name of wrappers and
4200 doing a lookup in a string hash table.
4202 2008-09-05 Zoltan Varga <vargaz@gmail.com>
4204 * method-to-ir.c: Remove the CHECK_BBLOCK () stuff it is not needed since
4205 we identify bblocks before method_to_ir () is ran.
4207 * branch-opts.c (mono_optimize_branches): Avoid nullifying the exit bblock.
4208 Also avoid optimizing branches pointing to themselves.
4210 * mini.c (mini_method_compile): Ditto. Fixes #422947.
4212 2008-09-05 Rodrigo Kumpera <rkumpera@novell.com>
4214 * driver.c (mono_main): Enable the new verifier under core-clr and cas.
4216 2008-09-05 Zoltan Varga <vargaz@gmail.com>
4218 * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Implement this.
4219 (mono_arch_patch_plt_entry): Fix the calculation of the jump_entry.
4220 (mono_arch_get_nullified_class_init_trampoline): Return 'code' instead of
4223 * aot-compiler.c (emit_plt): Fix the arm plt entries, previously they all
4224 jumped to the same entry in plt_jump_table.
4226 2008-09-02 Rodrigo Kumpera <rkumpera@novell.com>
4228 * method-to-ir.c (initialize_array_data): Handle field with RVA from
4231 2008-08-31 Zoltan Varga <vargaz@gmail.com>
4233 * method-to-ir.c (handle_isinst): Do the assignment at the beginning, so the
4234 other assignment can be if converted. Saves 1.5% on corlib size and fixes
4237 2008-08-29 Geoff Norton <gnorton@novell.com>
4239 * aot-compiler.c: The Mach/ARM compiler doesn't understand the bss
4240 segment, and doesn't properly handle .space as .text. Fixes
4243 2008-08-29 Geoff Norton <gnorton@novell.com>
4245 * mini.c: Disable the mach exception handler when running on
4248 2008-08-29 Geoff Norton <gnorton@novell.com>
4250 * aot-compiler.c: Patch from Renaldas Zioma to properly register
4251 globals on Darwin/ARM
4253 2008-08-28 Zoltan Varga <vargaz@gmail.com>
4255 * mini.c: Avoid not initializing the runtime when doing AOT compilation,
4256 since too many things depend on it. Instead, call
4257 mono_runtime_set_no_exec ().
4259 * mini.c (mono_create_tls_get): Call mono_alloc_preg (cfg) when running with
4262 * aot-compiler.c: Add an 'asm-only' AOT option.
4264 * mini.c: Avoid initializing the runtime when doing AOT compilation.
4266 * aot-compiler.c (compile_method): Disable gshared support for now as it
4269 2008-08-27 Bill Holmes <billholmes54@gmail.com>
4271 * mini-amd64.h : Fix a compiler warning.
4273 * exceptions-amd64.c (mono_arch_unwindinfo_install_unwind_info) :
4274 Changed to use a callback function to retrieve the unwind info.
4275 This avoids problems observed when code blocks were removed by
4276 unloading an app domain.
4278 * mini-amd64.c (mono_arch_cpu_optimizazions) : Removing the peephole
4279 and branch excludes for Winx64. The fix in exceptions-amd64.c allows them
4282 Contributed under MIT/X11 license.
4284 2008-08-27 Bill Holmes <billholmes54@gmail.com>
4286 * mini-amd64.c (mono_arch_output_basic_block) : Fix the OP_X86_PUSH_OBJ
4287 case to keep the stack aligned to 8.
4289 Contributed under MIT/X11 license.
4291 2008-08-26 Zoltan Varga <vargaz@gmail.com>
4293 * aot-runtime.c (mono_aot_get_method): Add a cache for wrapper names to
4294 avoid repeated linear searches.
4296 2008-08-25 Zoltan Varga <vargaz@gmail.com>
4298 * aot-compiler.c (add_wrappers): Avoid calling get_runtime_invoke with
4299 methods it can't handle.
4301 * aot-compiler.c (add_method): Avoid adding a method twice.
4302 (add_wrappers): Add runtime invoke wrappers for all methods.
4304 * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): New
4305 function to create an aot-compatible version of this trampoline.
4307 * aot-compiler.c aot-runtime.c: Add support for AOT rgctx fetch trampolines.
4309 2008-08-24 Zoltan Varga <vargaz@gmail.com>
4311 * aot-compiler.c (compile_method): Skip wrappers of generic icalls.
4313 * method-to-ir.c (mono_method_to_ir2): Replace an assert in UNBOX_ANY
4314 with a generic sharing failure.
4316 * aot-compiler.c (emit_klass_info): Call mono_class_get_nested_types ().
4318 * method-to-ir.c (mono_method_to_ir2): Rethrow the correct exception in
4319 CEE_RETHROW. Fixes #419634.
4321 * mini.c (mono_method_to_ir): Ditto.
4323 * exceptions.cs: Add a new test.
4325 * generic-sharing.c (mini_type_stack_size): Always pass TRUE as allow_open
4326 to mono_type_stack_size_internal () since some callers might not pass in
4329 * mini-x86.c (mono_arch_emit_prolog): Store the rgctx before calling
4330 instrument_prolog. Fixes #419878.
4332 * mini.c (mono_compile_create_var_for_vreg): Make the lvars representing
4333 doubles in soft float mode volatile.
4335 2008-08-23 Zoltan Varga <vargaz@gmail.com>
4337 * ir-emit.h (NEW_ARGSTORE): Use cfg->args and cfg->arg_types to fix the build.
4339 * method-to-ir.c (mono_save_args): Use ARGSTORE instead of TEMPSTORE
4340 to handle soft float correctly.
4342 * tramp-arm.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Implement
4345 * mini.h (struct MonoCallInst): Add dynamic_imt_arg boolean field.
4347 * exceptions-arm.c (mono_arch_find_jit_info): Set ctx->regs [ARMREG_R11]
4348 to sp, since the generics catch code requires it.
4350 * mini-arm.h (MONO_ARCH_VTABLE_REG): Use R0 for this to avoid needless
4353 * method-to-ir.c (emit_imt_argument): Pass imt_arg to
4354 mono_arch_emit_imt_argument ().
4356 * mini-<ARCH>.c (mono_arch_emit_imt_argument): Add an 'imt_arg' argument.
4358 * mini-arm.c tramp-arm.c: Generic sharing updates.
4360 2008-08-22 Zoltan Varga <vargaz@gmail.com>
4362 * mini-arm.c: Fix the arm build.
4364 * generic-sharing.c (mini_type_get_underlying_type): New helper function
4365 handling enums, generic instances and generic sharing.
4366 (mini_type_stack_size_full): Ditto.
4368 * mini-amd64.c mini-x86.c mini-arm.c: Use the new functions.
4370 * mini.h (struct): Add 'uses_rgctx_reg' and 'uses_vtable_reg' fields.
4372 * method-to-ir.c: Set the new fields when using RGCTX_REG/VTABLE_REG.
4374 * tramp-arm.c: Implement the rgctx fetch and the generic class init
4377 * mini-arm.c: Various small generic sharing changes.
4379 * tramp-x86.c (mono_arch_create_generic_class_init_trampoline): Implement
4381 (mono_arch_create_trampoline_code): Remove most of the GENERIC_CLASS_INIT
4384 * mini-trampolines.c (mono_create_generic_class_init_trampoline): New
4385 helper function to return a generic class init trampoline.
4387 * method-to-ir.c mini.c: Use it.
4389 * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline): New
4390 arch-specfic function to return a generic class init trampoline.
4392 * tramp-amd64.c (mono_arch_create_trampoline_code_full): Remove most of
4393 the GENERIC_CLASS_INIT custom code.
4395 * method-to-ir.c (mono_method_to_ir2): If RGCTX_REG is not defined, that is
4396 a fatal error, not a sharing failure.
4398 * tramp-<ARCH>.c (mono_arch_get_rgctx_lazy_fetch_offset): Removed, no longer
4401 * mini-trampolines.c (mono_rgctx_lazy_fetch_trampoline): Get the additional
4402 trampoline argument from MONO_ARCH_VTABLE_REG.
4404 * tramp-x86.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
4405 order of the arguments to the C trampoline: pass 'slot' as the trampoline
4406 argument, and pass the vtable in VTABLE_REG.
4408 * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
4409 order of the arguments to the C trampoline: pass 'slot' as the trampoline
4410 argument, and pass the vtable in VTABLE_REG.
4411 (mono_arch_create_trampoline_code_full): Remove some special casing for
4412 the rgctx fetch trampoline.
4414 * mini.c (mono_method_to_ir): Fix the STELEM_ANY+null value optimization.
4417 * iltests.il: Add a test for it.
4419 2008-08-21 Zoltan Varga <vargaz@gmail.com>
4421 * aot-compiler.c (compile_method): Enable AOT support for generics sharing.
4423 * method-to-ir.c (mono_method_to_ir2): Remove an aot restriction which is
4426 * mini-trampolines.c (mono_magic_trampoline): Add a sync wrapper here,
4427 use mono_jit_info_table_find () to avoid recursion.
4428 (mono_delegate_trampoline): Add a sync wrapper here.
4430 * method-to-ir.c (mono_method_to_ir2): Don't call mono_ldftn_nosyc
4433 * mini.c (mono_method_to_ir): Ditto.
4435 * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Remove
4436 add_sync_wrapper argument. Don't add a sync wrapper here.
4437 (mono_create_jump_trampoline): Don't add a sync wrapper here.
4439 * jit-icalls.c (mono_ldftn_nosync): Removed, no longer needed.
4441 2008-08-20 Bill Holmes <billholmes54@gmail.com>
4443 * exceptions-amd64.c (seh_handler): For Winx64 adding missing copy
4444 of nonvolatile registers back from MonoContext to CONTEXT.
4446 Contributed under MIT/X11 license.
4448 2008-08-20 Bill Holmes <billholmes54@gmail.com>
4450 * mini-amd64.c (mono_arch_get_delegate_invoke_impl): When shifting the
4451 arguments on Winx64 there are only 4 argument registers. For this
4452 logic to work the last argument must be pulled from the stack.
4454 Contributed under MIT/X11 license.
4456 2008-08-20 Zoltan Varga <vargaz@gmail.com>
4458 * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
4460 * aot-runtime.c aot-compiler.c patch-info.h mini.c: Get rid of
4461 MONO_PATCH_INFO_WRAPPER, encode/decode wrapper methods like the others in
4462 encode/decode_method_ref ().
4464 * aot-compiler.c (encode_patch): Handle STATIC_RGCTX_INVOKE wrappers.
4466 * aot-runtime.c (decode_patch): Ditto.
4468 * mini.c (mono_resolve_patch_target): Handle RGCTX_FETCH sub-patches of type
4469 MONO_PATCH_INFO_METHOD.
4471 * aot-runtime.c (decode_exception_debug_info): Decode the contents of
4474 * aot-compiler.c (emit_exception_debug_info): Emit the contents of
4477 * method-to-ir.c (emit_imt_argument): Fix AOT+gshared support.
4479 * mini-amd64.c (add_valuetype): Use a dummy gsctx if we didn't receive
4480 one from the caller.
4482 * aot-runtime.c (decode_generic_inst): New function to decode and
4483 return a interned generic inst.
4484 (decode_klass_ref): Use it.
4485 (decode_method_ref): Ditto.
4487 * aot-compiler.c (emit_exception_debug_info): Save
4488 jinfo->has_generic_jit_info too.
4490 2008-08-19 Zoltan Varga <vargaz@gmail.com>
4492 * mini-ia64.c (mono_arch_output_basic_block): Add OP_FCONV_TO_I.
4494 * iltests.il.in: Add a test for fconv_to_i.
4496 * liveness.c: Disable the liveness2 pass for now to save space.
4498 * regalloc2.c: Include mempool-internals.h to fix warnings.
4500 * aot-compiler.c (encode_method_ref): Encode the context of generic
4503 * aot-runtime.c (decode_method_ref): Inflate generic methods using
4504 the context saved in the aot file.
4506 * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
4508 * mini-x86.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
4510 * method-to-ir.c (mono_method_to_ir2): When using CEE_JMP, make arguments
4511 volatile so they won't be optimized away.
4513 2008-08-19 Rodrigo Kumpera <rkumpera@novell.com>
4519 * dominators.c: Remove duplicated functions that now are in
4520 mempool-internals.h.
4522 2008-08-19 Zoltan Varga <vargaz@gmail.com>
4524 * aot-compiler.c: Fix warnings.
4526 * aot-runtime.c (decode_klass_ref): Add support for VARs/MVARs.
4528 * aot-compiler.c (encode_klass_ref): Encode is_method too for VARs/MVARs.
4530 * method-to-ir.c (emit_get_rgctx_method): Use MONO_PATCH_INFO_METHODCONST
4533 * mini.c (mono_resolve_patch_target): Ditto.
4535 * aot-compiler.c (encode_patch): Add support for RGCTX_FETCH.
4536 (encode_klass_ref): Add support for encoding VARs/MVARs.
4538 * mini.c (mono_patch_info_dup_mp): Handle RGCTX_FETCH.
4540 * aot-runtime.c (decode_patch_info): Rename to 'decode_patch'. Split out
4541 the handling of the got entries into a separate 'decode_got_entry' function.
4542 Add support for RGCTX_FETCH.
4544 * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RDI since RAX is
4545 clobbered by the trampoline code.
4547 * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RAX since that is
4548 not clobbered by the indirect calling code.
4550 2008-08-18 Zoltan Varga <vargaz@gmail.com>
4552 * mini-x86.c (mono_arch_patch_code): Handle RGCTX_FETCH/GENERIC_CLASS_INIT
4555 2008-08-18 Rodrigo Kumpera <rkumpera@novell.com>
4557 * method-to-ir.c (mono_emit_method_call_full): Alloc the constructor
4558 signature using the compilation mempool otherwise we would leak it.
4560 2008-08-18 Zoltan Varga <vargaz@gmail.com>
4562 * method-to-ir.c (mono_method_to_ir2): Emit the generic class inits using
4563 mono_emit_abs_call ().
4565 * patch-info.h: Add GENERIC_CLASS_INIT.
4567 * mini.c (mono_resolve_patch_target): Handle GENERIC_CLASS_INIT.
4569 * mini-amd64.c (emit_call_body): Treat abs calls which have a patch info
4570 as their target as a near call.
4572 * mini.c (mono_codegen): Handle patches stored in cfg->abs_patches in the
4574 (mono_resolve_patch_target): Add support for MONO_PATCH_INFO_RGCTX_FETCH.
4576 * method-to-ir.c (mono_emit_abs_call): New helper function which emits a
4577 call to a runtime function described by a patch.
4579 * method-to-ir.c: Emit rgctx entry fetches and class init trampolines using
4580 mono_emit_abs_call, this has the advantage that the ABS handling code in
4581 mono_codegen () can handle them both, and can handle other stuff in the
4582 future without additional code.
4584 * mini.h (struct MonoJumpInfoRgctxEntry): New structure describing an rgctx
4586 (MonoCompile): Add 'abs_patches' hashtable, which contains patches describing
4589 * mini.h: Add missing bblock related prototypes.
4591 * mini.h (MonoCompile): Remove unused reverse_inst_list and
4592 reverse_inst_list_len fields.
4594 * mini.c: Refactor this file a bit by moving branch optimizations to
4597 * method-to-ir.c: Merge generic sharing changes missed earlier.
4599 * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST.
4601 * aot-runtime.c (decode_patch_info): Refactor the code dealing with the
4602 shared patches. Process METHODCONST as a shared patch.
4604 * liveness.c (mono_analyze_liveness): Disable the liveness2 code for now
4605 as it crashes on the 2.0 mscorlib.
4607 * aot-compiler.c (is_shared_got_patch): Revert the last change as it seems
4610 * aot-compiler.c: Use is_plt_patch () in a few additional places.
4611 (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST, which is generated
4614 * aot-compiler.c: Reorganize the got handling code to be a bit more
4617 2008-08-17 Zoltan Varga <vargaz@gmail.com>
4619 * aot-compiler.c: Make the patch_to_plt_offset hash table use
4620 mono_patch_info_equals/hash, and use it to massively simplify
4623 * mini.c (mono_patch_info_hash): Simplify this and add support for
4626 * patch-info.h: Rename RGCTX_LAZY_FETCH_TRAMPOLINE to just RGCTX_FETCH.
4628 * mini.c aot-compiler.c aot-runtime.c: Revert the LAZY_FETCH_TRAMPOLINE
4629 handling code, since an offset is not enough to identify a trampoline.
4631 * method-to-ir.c: Remove some g_assert (!cfg->compile_aot) lines.
4633 2008-08-17 Mark Probst <mark.probst@gmail.com>
4635 * mini.c (mono_op_imm_to_op): Add case for OP_IMUL_IMM.
4637 * method-to-ir.c (mono_method_to_ir2): Decompose OP_CKFINITE.
4639 * mini-ops.h: Argument and result types for OVF_CARRY ops.
4641 * decompose.c: PPC decompositions for various ops.
4643 * cpu-ppc.md, inssel-ppc.brg, mini-ppc.c: PPC changes for Linear IL.
4645 2008-08-17 Zoltan Varga <vargaz@gmail.com>
4647 * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Make this
4648 call the generic trampoline code using a call, instead of a jump, to
4649 remove some special casing from the generic trampoline code.
4651 * mini.c (mono_resolve_patch_target): Handle LAZY_FETCH_TRAMPOLINE.
4652 (mono_codegen): Ditto.
4654 * aot-compiler.c aot-runtime.c: Ditto.
4656 * patch-info.h: Add MONO_PATCH_INFO_RGCTX_LAZY_FETCH_TRAMPOLINE.
4658 * mini-trampolines.c (mono_find_rgctx_lazy_fetch_trampoline_by_addr): New
4659 helper function to find the offset corresponding to a lazy fetch trampoline.
4661 * mini.h (MonoCompile): Add 'orig_method' field to hold the original method
4662 when doing generic sharing.
4664 * aot-compiler.c: Use cfg->orig_method instead of cfg->method in a lot of
4667 * mini.c (mono_create_rgctx_lazy_fetch_trampoline): Move this to
4668 mini-trampolines.c to be with the other trampoline creation functions.
4670 * method-to-ir.c (mono_emit_method_call): Remove the 'signature' argument
4671 as it is equal to method->signature in most cases, add a
4672 mono_emit_method_call_full variant which takes a signature and an imt
4675 2008-08-16 Zoltan Varga <vargaz@gmail.com>
4677 * jit-icalls.c (mono_helper_compile_generic_method): Don't pass the context
4678 to this function, since it could be computed easily from the method
4680 (mono_helper_compile_generic_method_wo_context): Removed, not needed any
4683 * method-to-ir.c mini.c: Remove references to
4684 compile_generic_method_wo_context.
4686 * method-to-ir.c (mono_method_to_ir2): Enable AOT for virtual
4687 generic method calls.
4689 * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_1 for 1
4690 dimensional non-szarrays.
4692 * mini.c (mini_init): Register mono_array_new_1.
4694 * jit-icalls.c (mono_array_new_1): New jit icall.
4696 * mini-trampolines.c (mono_magic_trampoline): For jumps, patch the GOT entries
4697 pointing to the method.
4699 * aot-runtime.c (mono_aot_get_method_from_token): Register GOT slots holding
4700 method addresses belonging to METHOD_JUMP patches in the
4701 jump_target_got_slot_hash.
4702 (mono_aot_load_method): Ditto.
4704 * aot-compiler.c (compile_method): Allow AOT compilation of methods with
4705 METHOD_JUMP patches.
4707 * mini.c (mini_create_jit_domain_info): New helper function which
4708 initializes/frees domain->runtime_info.
4709 (mini_free_jit_domain_info): Ditto.
4710 (mini_init): Install the domain hook functions with the runtime.
4712 * mini.h (MonoJitDomainInfo): New structure which stores the domain specific
4713 information maintained by the JIT.
4715 * mini.c (mono_resolve_patch_target): For PATCH_INFO_METHOD_JUMP, move the
4716 insertion into jump_table_hash into mono_codegen (), also implement proper
4719 * method-to-ir.c (mono_method_to_ir2): Don't disable AOT for CEE_JMP and
4720 tail calls, it is already done by the aot code.
4722 * method-to-ir.c (mono_method_to_ir2): Handle CEE_JMP using the tail call
4725 * iltests.il.in: Make the jmp test a bit more complex.
4727 * aot-compiler.c (encode_method_ref): Handle references to normal methods of
4728 generic instances which doesn't have a token.
4730 * aot-runtime.c (decode_method_ref): Ditto.
4732 * method-to-ir.c (handle_unbox_nullable): Don't disable AOT, the aot code
4733 can handle this case now.
4734 (handle_box): Ditto.
4736 2008-08-15 Geoff Norton <gnorton@novell.com>
4738 * mini-x86.c: Fix alignment on Apple x86, and re-disable the alignment
4741 2008-08-15 Zoltan Varga <vargaz@gmail.com>
4743 * method-to-ir.c (mono_method_to_ir2): Allow AOT compilation of methods
4744 calling generic methods.
4746 * aot-compiler.c (encode_patch): Handle MONO_PATCH_INFO_METHOD_RGCTX.
4748 * aot-runtime.c (decode_patch_info): Ditto.
4750 * mini.c (mono_resolve_patch_target): Ditto.
4752 * patch-info.h: Add METHOD_RGCTX.
4754 * mini-amd64.c (mono_arch_output_basic_block): Optimize LOCALLOC_IMM.
4756 2008-08-14 Zoltan Varga <vargaz@gmail.com>
4758 * mini-amd64.c (mono_arch_emit_call): Nullify call->vret_var if returning
4759 arguments in registers.
4761 * decompose.c (mono_decompose_vtype_opts): Create a var for the vreg in
4762 OP_VCALL too, don't depend on OP_OUTARG_VTRETADDR doing it.
4764 * mini.c (mini_method_compile): Abort aot compilation for generic
4765 methods if generic sharing is disabled.
4767 * mini.c (mono_method_to_ir): Disable AOT for virtual calls requiring
4770 * method-to-ir.c (mono_method_to_ir2): Disable AOT for virtual calls
4771 requiring an mrgctx.
4773 * decompose.c (mono_decompose_vtype_opts): Emit the correct sized
4774 store instructions when converting a vcall to a normal call.
4776 * mini.c (sigprof_signal_handler): Call mono_find_jit_info instead of
4777 mono_arch_find_jit_info.
4779 2008-08-13 Zoltan Varga <vargaz@gmail.com>
4781 * method-to-ir.c (check_inline_called_method_name_limit): Optimize this to
4782 avoid calling mono_method_full_name () for every method even if the
4784 (check_inline_caller_method_name_limit): Ditto.
4786 2008-08-12 Zoltan Varga <vargaz@gmail.com>
4788 * driver.c (main_thread_handler): Allow AOT compilation of multiple
4789 assemblies in one run.
4791 * aot-compiler.c (mono_compile_assembly): Only print out a count of
4792 skipped methods if it is not 0.
4794 * Makefile.am (aotcheck): AOT compile all test assemblies in one run.
4796 2008-08-12 Bill Holmes <billholmes54@gmail.com>
4798 * mini.c (mono_codegen): Changing a preprocessor check from WIN64 to
4799 MONO_ARCH_HAVE_UNWIND_TABLE.
4801 Contributed under MIT/X11 license.
4803 2008-08-12 Bill Holmes <billholmes54@gmail.com>
4805 * mini-amd64.c (mono_arch_cpu_optimizazions): Remove peephole and branch
4806 from default optimizaton list on Winx64.
4808 * mini-amd64.c (emit_tls_get): Added Winx64 specific implementation for GetTLS.
4810 * mini-amd64.c (mono_arch_emit_prolog): Adding an offset on Winx64 to get
4811 the LMF from the MonoJitTlsData structure.
4813 * mini-amd64.c (mono_arch_setup_jit_tls_data): Added Winx64 implementation.
4815 Contributed under MIT/X11 license.
4817 2008-08-12 Zoltan Varga <vargaz@gmail.com>
4819 * mini.c (sigsegv_signal_handler): Fix the build.
4821 * mini-amd64.c (emit_call_body): Use image->aot_module instead of
4822 assembly->aot_module.
4824 * aot-runtime.c: Use image->aot_module instead of searching in the aot_modules
4825 hash table. This simplifies and speeds up a lot of code, and fixes support
4828 * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes if the thread is not registered
4831 * mini-exceptions.c: Ditto.
4833 * exceptions-*c.c (mono_arch_find_jit_info): Remove unused 'trace' and
4834 'native_offset' argument, since these are computed in the
4835 mono_find_jit_info () function.
4837 * mini-exceptions.c (mono_find_jit_info): Make this non-static, as it
4838 is used by exceptions-ppc.c.
4840 * exceptions-ppc.c: Call mono_find_jit_info () instead of
4841 mono_arch_find_jit_info ().
4843 * mini-ppc.h exceptions-ppc.c mini-mips.h mini-mips.c exceptions-mips.c
4844 mini-exceptions.c: Get rid of the CUSTOM_STACK_WALK stuff, use the
4845 generic code in mini-exceptions.c.
4847 2008-08-11 Zoltan Varga <vargaz@gmail.com>
4849 * mini-ppc.c (mono_arch_flush_register_windows): Add this for ppc.
4851 * aot-runtime.c (mono_aot_get_plt_info_offset): Fix a warning.
4853 * aot-runtime.c (mono_aot_get_method): Avoid doing all the loading inside
4854 the aot lock, to avoid deadlocks when mono_aot_get_class_from_name () is
4855 called while holding the loader lock. Fixes #415608.
4856 (mono_aot_get_method_from_token_inner): Ditto.
4858 2008-08-09 Zoltan Varga <vargaz@gmail.com>
4860 * exceptions-ppc.c (mono_jit_walk_stack): Use MONO_INIT_CONTEXT_FROM_CURRENT
4861 to reduce differences between this and the generic implementation in
4863 (ves_icall_get_frame_info): Ditto.
4865 * mini-ppc.h (MONO_INIT_CONTEXT_FROM_CURRENT): Define this for ppc too.
4867 * mini-exceptions.c (mono_exceptions_init): Remove an #ifdef which is no
4870 * exceptions-ppc.c (arch_get_call_filter): Rename this to
4871 mono_arch_get_call_filter () and make it non-static, for consistency with the
4872 other architectures.
4874 2008-08-09 Rodrigo Kumpera <rkumpera@novell.com>
4877 * local-propagation.c:
4878 * mini-x86.c: Correct the name of arch defines.
4880 2008-08-09 Zoltan Varga <vargaz@gmail.com>
4882 * method-to-ir.c (mono_op_to_op_imm_noemul): Correct name of
4883 NO_EMULATE_LONG_SHIFT_OPS define.
4885 2008-08-08 Zoltan Varga <vargaz@gmail.com>
4887 * method-to-ir.c (mono_method_to_ir2): Remove some code from CEE_MONO_LDPTR
4888 now that aot-ed icall wrappers use CEE_MONO_ICALL_ADDR.
4890 * aot-compiler.c aot-runtime.c: Add support for static aot compilation.
4891 MACH fixes. Merged from the 2.0 branch.
4893 * method-to-ir.c (mono_method_to_ir2): Handle CEE_MONO_ICALL_ADDR.
4895 * mini.c (mono_resolve_patch_target): Error out if an icall is not found.
4896 (mono_method_to_ir): Handle CEE_MONO_ICALL_ADDR.
4898 * exceptions-arm.c (mono_arch_get_throw_exception_generic): Add AOT support.
4900 * method-to-ir.c mini.c driver.c aot-compiler.c: Update after
4901 mono_marshal_get_native_wrapper () signature changes.
4903 2008-08-07 Rodrigo Kumpera <rkumpera@novell.com>
4905 * jit-icalls.c (mono_fconv_ovf_u8): Work around soft-float double to long
4906 conversion bug under arm.
4908 2008-08-06 Rodrigo Kumpera <rkumpera@novell.com>
4910 * cpu-arm.md: Increase long_conv_to_ovf_i4_2 max length to 36.
4912 * mini-arm.c (mono_arch_output_basic_block): Implement long to int conversion
4913 with overflow checking.
4915 2008-08-05 Marek Habersack <mhabersack@novell.com>
4917 * Makefile.am (GENMDESC_PRG): when cross-compiling use full path
4918 to the genmdesc.pl file
4920 2008-08-05 Zoltan Varga <vargaz@gmail.com>
4922 * ir-emit.h (EMIT_NEW_ARGSTORE): Fix the usage of param_types and
4923 arg_array in the soft-float versions of the LOAD/STORE macros.
4925 * method-to-ir.c (mono_method_to_ir2): Fix a warning in the arm switch
4928 * ir-emit.h (NEW_VARLOADA): Handle SOFT_FLOAT correctly.
4930 2008-08-02 Zoltan Varga <vargaz@gmail.com>
4932 * mini-ia64.c (add_valuetype): Only reserve half parameter slot for each member of
4933 a float HFA. Fixes #413621.
4935 2008-08-02 Gert Driesen <drieseng@users.sourceforge.net>
4937 * mini-x86.c (mono_arg_get_argument_info): Rename last occurrence of
4938 frame_size to args_size. Fixes build.
4940 2008-08-02 Zoltan Varga <vargaz@gmail.com>
4942 * mini-x86.c (mono_arch_get_argument_info): Rename frame_size to args_size,
4943 and don't align it to MONO_ARCH_FRAME_ALIGNMENT.
4945 * mini-x86.h: Change MONO_ARCH_FRAME_ALIGNMENT to 8 so doubles stored on
4946 the stack are not unaligned. Fixes #413247.
4948 Fri Aug 1 18:46:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
4950 * mini.c: update jitted methods performance counters.
4952 Fri Aug 1 16:30:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
4954 * mini-exceptions.c: increase the exceptions thrown performance
4955 counter in mono_handle_exception ().
4957 2008-07-29 Zoltan Varga <vargaz@gmail.com>
4959 * aot-runtime.c: Use MonoImage's as keys in the aot_modules hash so the aot
4960 can work with netmodules.
4962 2008-07-28 Geoff Norton <gnorton@novell.com>
4964 * mini-x86.h: Correct the frame alignment on OSX. Fixes the jit
4967 2008-07-28 Zoltan Varga <vargaz@gmail.com>
4969 * mini-x86.c (mono_arch_emit_call): Emi the osx stack alignment at the
4972 2008-07-28 Bill Holmes <billholmes54@gmail.com>
4974 * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
4975 The float param registers and other param registers must be the
4976 same index on Windows x64.
4978 * mini-amd64.c (mono_arch_allocate_vars) : Implementing the
4979 ArgValuetypeAddrInIReg argument case. Setting the argument
4980 op to OP_VTARG_ADDR (OP_REGOFFSET)).
4982 * mini-amd64.c (mono_arch_call_opcode) : Winx64 fix. Use the size
4983 variable computed above as the copy length for arguments of storage
4984 type ArgValuetypeAddrInIReg.
4986 * mini-amd64.c (mono_arch_emit_call) : Implementing the
4987 ArgValuetypeAddrInIReg argument case. This case will rely on
4988 mono_arch_emit_outarg_vt to emit the correct code later in the process.
4990 * mini-amd64.c (mono_arch_emit_call) : On Winx64 there always needs to be
4991 a 32 byte stack allocation for all calls. We will omit the adjustment for
4992 jump and tail call instructoins as they do not follow the typical call behavior.
4994 * mini-amd64.c (mono_arch_emit_outarg_vt) : Implementing the case for
4995 ArgValuetypeAddrInIReg. The code emitted will copy the argument to a
4996 local variable and pass the local variable by reference to the called method.
4998 * mini-amd64.c (mono_arch_emit_prolog, emit_load_volatile_arguments) :
4999 Implementing the ArgValuetypeAddrInIReg argument case. When the address
5000 of a struct is passed in a register it must be saved with the other
5001 volatile argument on the stack.
5003 * mini-amd64.c (mono_arch_emit_prolog) : Winx64 fix. When omitting the
5004 frame pointer the stack adjustment value must be saved to the unwind
5007 Contributed under MIT/X11 license.
5009 2008-07-28 Zoltan Varga <vargaz@gmail.com>
5011 * inssel-x86.brg (stmt): Add missing OP_X86_OUTARG_ALIGN_STACK rule
5012 which got lost in the merge.
5014 2008-07-27 Zoltan Varga <vargaz@gmail.com>
5016 * method-to-ir.c: Make the helper_sig variables extern to fix the ppc
5019 * mini-amd64.c (emit_call_body): Add a no_patch case missed earlier.
5021 * mini-amd64.c (emit_call_body): Avoid aligning the call instruction on
5022 icalls, since they won't be patched.
5024 * exceptions-amd64.c (mono_arch_get_restore_context_full): Use a slightly
5025 different code sequence when running under valgrind to prevent some valgrind
5028 * iltests.il.in: Add new regression test.
5030 * method-to-ir.c (mono_method_to_ir2): Fix handling of inlined methods which
5033 * method-to-ir.c (mono_method_to_ir2): Use get_vreg_to_inst () instead of
5034 accessing cfg->vreg_to_inst directly to prevent a crash in LDFLD.
5036 * iltests.il.in: Add new test.
5038 * aot-compiler.c: Fix some warnings.
5040 * decompose.c (mono_decompose_long_opts): Implement OP_ICONV_TO_OVF_I8_UN.
5043 2008-07-27 Zoltan Varga <vargaz@gmail.com>
5045 * driver.c (mono_main): Fix the --gc=none build. Fixes #412482.
5046 (mini_usage_jitdeveloper): Add a missing --wapi option.
5048 2008-07-25 Zoltan Varga <vargaz@gmail.com>
5050 * mini-codegen.c: Simplify the is_fp macros.
5051 (free_up_ireg): Remove, use free_up_reg instead.
5052 (free_up_reg): Fix the fp case.
5054 2008-07-26 Zoltan Varga <vargaz@gmail.com>
5056 * cpu-arm.md (loadr8_membase): Increase the length of this as this is not
5059 * exceptions-x86.c: Merge some changes which seemed to have got lost
5060 in the linear-ir merge.
5062 * liveness.c: Disable the liveness2 pass on 32 bit platforms.
5064 * method-to-ir.c (mono_handle_global_vregs): Make the component vregs of a
5065 long vreg volatile even if the variable was already created.
5067 * liveness.c (update_liveness2): Avoid eliminating dead definitions of
5070 2008-07-26 Zoltan Varga <vargaz@gmail.com>
5072 * cpu-x86.md (fcall_membase): Increase the size of the fcall opcodes.
5074 * mini.c (mono_jit_compile_method_inner): Add support for
5075 MONO_EXCEPTION_BAD_IMAGE.
5077 * method-to-ir.c (mono_method_to_ir2): Avoid a crash if
5078 mini_method_get_context () returns NULL. Fixes #356531.
5080 * mini.c (mono_method_to_ir): Ditto.
5082 * method-to-ir.c (mono_method_to_ir2): Create a variable if needed when
5083 accessing a field of a valuetype in LDFLD/STFLD. Fixes #412399.
5085 2008-07-25 Zoltan Varga <vargaz@gmail.com>
5087 * method-to-ir.c (mono_method_to_ir2): Initialize an uninitialized variable
5088 in the LDFTN implementation.
5090 2008-07-25 Mark Probst <mark.probst@gmail.com>
5092 * mini-trampolines.c (mono_magic_trampoline): When sharing generic
5093 code, patch calls to icalls, too, even if they're not in the
5094 shared generic code hash. Fixes #411962.
5096 2008-07-25 Zoltan Varga <vargaz@gmail.com>
5098 * cpu-x86.md: Increase the length of the fcall opcodes.
5100 * mini-x86.c (emit_move_return_value): Avoid some precision issues for
5101 calls returning floats.
5103 * method-to-ir.c (mono_method_to_ir2): Remove the generic sharing restrictions
5106 * method-to-ir.c (mono_method_to_ir2): Merge some LDFTN gsharing changes
5109 * method-to-ir.c (handle_delegate_ctor): Avoid putting dynamic methods
5110 into the domain->method_code_hash.
5112 * aot-compiler.c: Fix win32 build.
5114 * method-to-ir.c (EMIT_GET_RGCTX): Call EMIT_NEW_LDARG in emit_get_rgctx ().
5116 * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_specific in the
5117 gshared NEWARR implementation.
5119 * cpu-sparc.md: Remove duplicate localloc_imm opcode.
5121 * ir-emit.h (NEW_ARGLOAD): Use cfg->args and cfg->arg_types so this macro
5122 can be used outside of method_to_ir.
5124 * mini.h (MonoCompile): Add arg_types field.
5126 * method-to-ir.c (inline_method): Save/Restore cfg->args and cfg->arg_types.
5128 * method-to-ir.c (mono_method_to_ir2): Set cfg->args and cfg->arg_types to
5129 the values of the local arg_array and param_types array.
5131 2008-07-24 Zoltan Varga <vargaz@gmail.com>
5133 * method-to-ir.c (mono_method_to_ir2): Allocate a GOT var for NEWOBJ, since
5134 got accesses might only get generated later when NEWOBJ is decomposed.
5136 * method-to-ir.c (handle_delegate_ctor): Add an optimization to avoid
5137 looking up the native code of the target method when a delegate is called
5140 * mini-trampolines.c (mono_delegate_trampoline): Add the other half of the
5143 * debug-debugger.c (MONO_DEBUGGER__debugger_info): Fix a warning.
5145 * aot-runtime.c aot-compiler.c: Add a new option 'no-dlsym' which makes
5146 AOT work on platforms without a working dlsym implementation.
5148 * mini.h: Bump AOT image format version.
5150 2008-07-24 Mark Probst <mark.probst@gmail.com>
5152 * mini-exceptions.c: Free a MonoType with
5153 mono_metadata_free_type() instead of g_free().
5155 * aot-runtime.c: Free a MonoType.
5157 2008-07-24 Zoltan Varga <vargaz@gmail.com>
5159 * method-to-ir.c (mono_method_to_ir2): Add a comment for the box+brtrue
5162 * mini-codegen.c (mono_local_regalloc): Remove the remaining items from the
5165 2008-07-23 Massimiliano Mantione <massi@ximian.com>
5166 * mini.c (sigprof_signal_handler): call the new "runtime initialized"
5169 2008-07-23 Zoltan Varga <vargaz@gmail.com>
5171 * method-to-ir.c (mono_method_to_ir2): Set the stack type properly for
5172 NEWOBJ calls on valuetypes.
5174 * iltests.il.in: Add new test.
5176 * mini-x86.c (mono_arch_emit_call): Use mini_type_stack_size ().
5178 2008-07-22 Zoltan Varga <vargaz@gmail.com>
5180 * mini-exceptions.c: Fix some warnings. Remove one ia64 special case as it
5181 is no longer needed.
5183 * mini-ia64.c (mono_arch_emit_prolog): In native-to-managed wrappers, widen
5184 non register sized integer arguments.
5185 (mono_arch_call_opcode): Add support for ArgInFloatRegR4.
5186 (mono_arch_emit_outarg_vt): Pass a more reasonable alignment to
5189 * method-to-ir.c (mono_method_to_ir2): Handle the ret_var_is_local case in
5192 * method-to-ir.c (ADD_WIDEN_OP): New macro to insert a widening op when
5193 two a binop with different sized arguments is emitted.
5195 * mini.c (mono_bblock_insert_after_ins): Properly link up with the next
5196 instruction in the ins==NULL case.
5198 2008-07-23 Zoltan Varga <vargaz@gmail.com>
5200 * mini-ops.h: Add OP_X86_OUTARG_ALIGN_STACK.
5202 * mini-x86.c: Fix osx build.
5204 * mini-amd64.c (mono_arch_output_basic_block): Handle varargs in the CALL_REG
5207 * method-to-ir.c (mono_spill_global_vars): Avoid fusing a load+store into the
5208 instruction for non int sized variables.
5210 * method-to-ir.c (mono_method_to_ir2): Fix an assert in the LDFLD
5213 2008-07-23 Robert Jordan <robertj@gmx.net>
5215 * method-to-ir.c: Fix MSVC build.
5217 2008-07-22 Zoltan Varga <vargaz@gmail.com>
5219 * method-to-ir.c (mono_method_to_ir2): When calling native code which returns
5220 a non int sized type, widen it to an int since newer versions of gcc seem to
5221 generate code which needs this.
5223 * ssa2.c abcremoval2.c: Fix warnings.
5225 * *: Merge the Linear IR branch.
5227 The original branch is at trunk/branches/vargaz/mini-linear-il, and
5228 the ChangeLog file there describes all the changes done over the years.
5229 Further documentation can be found at www.mono-project.com/Linear_IL.
5231 2008-07-21 Bill Holmes <billholmes54@gmail.com>
5233 * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
5234 The float param registers and other param registers must be the
5235 same index on Windows x64.
5237 Contributed under MIT/X11 license.
5239 2008-07-21 Rodrigo Kumpera <rkumpera@novell.com>
5241 * mini.c: Make the previous fix GC safe.
5243 2008-07-21 Raja R Harinath <harinath@hurrynot.org>
5245 * Makefile.am (version.h): Allow a trailing '/' in the repository URL.
5247 2008-07-21 Bill Holmes <billholmes54@gmail.com>
5249 * mini-amd64.c (get_call_info): Correcting the case for MONO_TYPE_TYPEDBYREF
5250 on Winx64. This type will not be passed on the stack (ArgOnStack), but
5251 ArgValuetypeAddrInIReg instead.
5253 Contributed under MIT/X11 license.
5255 2008-07-21 Zoltan Varga <vargaz@gmail.com>
5257 * mini-codegen.c (get_register_spilling): Fix a warning.
5259 2008-07-17 Rodrigo Kumpera <rkumpera@novell.com>
5261 * mini.c: Use mono_runtime_class_init_full to avoid leaking memory
5262 for types which the initialization fails. Raises the provided exception
5263 at the right stop after cleanup.
5265 2008-07-16 Zoltan Varga <vargaz@gmail.com>
5267 * aot-compiler.c: Free most of the memory allocated during compilation.
5269 * mini.c (mini_parse_debug_options): Fix a leak.
5271 * mini.c (mini_method_compile): Don't add the method to the jit info tables
5272 during aot compilation.
5274 2008-07-14 Zoltan Varga <vargaz@gmail.com>
5276 * mini.c (mono_method_to_ir): Disable aot for code using CCASTCLASS on x86 as
5277 it has too much register pressure.
5279 2008-07-13 Zoltan Varga <vargaz@gmail.com>
5281 * inssel.brg (CEE_CASTCLASS): Remove some dead code.
5283 2008-07-12 Zoltan Varga <vargaz@gmail.com>
5285 * mini-x86.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
5288 * mini-amd64.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
5289 on amd64 similar to the way it is done on arm.
5291 * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
5293 * aot-runtime.c (load_aot_module): Rename 'info' to 'amodule' for
5294 consistency, normalize error messages, avoid loading aot-only modules in
5297 * driver.c (mono_main): Rename --aot-only command line option to --full-aot
5300 * aot-compiler.c aot-runtime.c tramp-arm.c: Implement aot-only support.
5302 2008-07-11 Martin Baulig <martin@ximian.com>
5305 (MonoDebuggerInfo): Add `interruption_request'.
5307 2008-07-12 Zoltan Varga <vargaz@gmail.com>
5309 * aot-compiler.c (emit_plt): Remove some dead code.
5311 * exceptions-arm.c (mono_arch_get_call_filter_full): Initialize ji.
5313 * aot-runtime.c (mono_aot_get_plt_info_offset): New helper function to
5314 return the plt info offset belonging to a given plt entry.
5316 * mini-trampolines.c (mono_aot_plt_trampoline): Use
5317 mono_aot_get_plt_info_offset.
5319 * aot-runtime.c aot-compiler.c tramp-arm.c: Change the arm plt code to be
5320 similar to the amd64 code by makeing jumps through a separate jump table
5321 instead of embedding the jump addresses into the code.
5323 2008-07-11 Zoltan Varga <vargaz@gmail.com>
5325 * mini.c (mono_method_to_ir): Disable aot for calling ldtoken in a generic
5328 2008-07-10 Martin Baulig <martin@ximian.com>
5330 * mini.c (mini_method_compile): Disable generics sharing when
5331 running in the debugger.
5333 2008-07-10 Zoltan Varga <vargaz@gmail.com>
5335 * mini.c (mono_method_to_ir): Create the got var in CEE_REFANYVAL.
5337 * inssel.brg (CEE_CASTCLASS): Avoid reusing temporary registers to prevent
5338 the local register allocator from running out of registers on x86 when
5341 2008-07-10 Bill Holmes <billholmes54@gmail.com>
5343 * inssel-long.brg For OP_LCONV_TO_OVF_I4 an int cast is needed when
5344 expressing IntMin for the VS Compiler. See Compiler Warning (level 2)
5347 Contributed under MIT/X11 license.
5349 2008-07-10 Zoltan Varga <vargaz@gmail.com>
5351 * aot-compiler.c: Get rid of whitespace in the generated assembly file to
5352 speed up the assembler.
5354 2008-07-09 Zoltan Varga <vargaz@gmail.com>
5356 * mini-arm.h tramp-arm.c exceptions-arm.c aot-compiler.c: Beginnings of aot-only
5359 * mini.c: Move the soft float handling macros a bit earlier, add
5360 NEW_TEMPSTORE_SOFT_FLOAT macro, fix warnings, add soft-float support in one
5363 * mini.h: Add prototype for mono_arch_fixup_jinfo.
5365 * mini.c (mini_init): In aot-only mode, set the root domain code manager to
5366 read-only to help catch code allocation requests.
5368 * mini.c inssel.brg aot-compiler.c: Make the use of IMT runtime configurable,
5369 and turn it off when using --aot-only or when compiling with --aot=full.
5371 * mini.c (mono_resolve_patch_target): In aot-only mode, allocate the
5372 jump table for switches from the normal domain mempool, not the code
5375 * mini-trampolines.c (get_unbox_trampoline): New function to return an
5376 unbox trampoline which handles aot-only mode too.
5378 * aot-runtime.c (mono_aot_get_unbox_trampoline): New function to lookup
5379 an AOTed unbox trampoline.
5381 * aot-compiler.c (emit_trampolines): Emit unbox trampolines.
5383 2008-07-09 Bill Holmes <billholmes54@gmail.com>
5385 * wapihandles.c: Fixing MSVC builds. Include statement changed from <> to
5388 Contributed under MIT/X11 license.
5390 2008-07-09 Bill Holmes <billholmes54@gmail.com>
5392 * mini.c (mono_codegen): Allocate space at the end of the code block and store
5393 the unwind information for the method at the end of the allocated block.
5395 * mini-amd64.h: Added declarations for the unwind routines and adding field to
5396 MonoCompileArch to hold the unwind info for SEH on Winx64
5398 * mini-amd64.c (mono_arch_emit_prolog): Calls to the unwind routines added to store
5399 frame pointer info for the method being compiled.
5401 * exceptions-amd64.c (mono_arch_get_throw_corlib_exception): Added a stack adjustment before
5402 the call to mono_exception_from_token.
5404 * exceptions-amd64.c: Added mono_arch_unwindinfo* implementations. This code is responsible
5405 storing the method prolog information in a format that the Winx64 SEH can understand. This
5406 information is stored a the end of the method block because it is all 32-bit offset based.
5408 Contributed under MIT/X11 license.
5410 2008-07-09 Zoltan Varga <vargaz@gmail.com>
5412 * mini.h: Remove duplicate definitions of the mini_wapi_ functions.
5414 * wapihandles.c: Fix warnings.
5416 * aot-runtime.c (load_aot_module): Add a missing error message in aot-only
5419 * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Avoid calling
5420 mono_jit_compile_method in aot-only mode since that calls the type
5423 * mini-trampolines.c (mono_create_delegate_trampoline): Avoid calling
5424 get_delegate_invoke_impl in aot-only mode.
5426 * mini.c (mono_global_codeman_reserve): Reenable the aot-only check.
5428 2008-07-08 Zoltan Varga <vargaz@gmail.com>
5430 * trace.c (mono_trace_enter_method): Fix printing of Type instances.
5432 * aot-compiler.c (compile_method): Disable the check for GSHARED since it
5435 * inssel-long.brg (reg): Add a rule for LCALL_REG (OP_I8CONST).
5437 * tramp-amd64.c (mono_arch_nullify_plt_entry): Read the nullified class
5438 init trampoline from the AOT file as well.
5440 * mini-amd64.c (mono_arch_register_lowlevel_calls): Register
5441 mono_amd64_throw_exception as a jit icall since it is needed by the aot-only
5444 * mini.c (mini_init): Move the call to mono_exceptions_init () after
5447 * exceptions-amd64.c: Add _full variants for the remaining exception code
5448 creation functions as well, allow emission of relocatable code, remove
5449 caching since that is now done by the caller.
5451 * mini-exceptions.c: Add _full variants for the remaining exception code
5452 creation functions as well, add aot-only support.
5454 * aot-compiler.c (compile_method): Allow calls to methods of constructed types
5455 if we can determine a proper token for them.
5456 (add_wrappers): Add a few more wrappers.
5457 (emit_method_code): Remove some dead code.
5458 (emit_trampolines): Emit exception code too.
5460 * mini.c (mono_method_to_ir): Call mono_array_new_2 if possible.
5462 * jit-icalls.c (mono_array_new_2): New jit icall, specialized version of
5463 mono_array_new_va which avoids varargs.
5465 * mini-exceptions.c (mono_exceptions_init): Fix the ppc build.
5467 * mini-trampolines.c: Call mono_create_specific_trampoline () instead of
5468 mono_arch_create_specific_trampoline () in all places.
5470 * aot-compiler.c aot-runtime.c: Refactor the trampoline emitting/loading code
5471 a bit so it can be used for other things as well.
5473 * mini-exceptions.c (mono_exceptions_init): Initialize throw_exception_by_name
5476 * exceptions-amd64.c: Rename the caching from the exception code creation
5477 functions, it is done by the caller instead.
5479 * exceptions-amd64.c: Change the signature of the exception code creation
5480 functions to allow the creation of relocatable code later.
5482 * mini-exceptions.c: Add a set of functions to query the various
5483 runtime-generated exception functions.
5485 * mini.c mini-exceptions.c: Use the newly added functions instead of the
5486 mono_arch_.. () functions.
5488 2008-07-07 Zoltan Varga <vargaz@gmail.com>
5490 * mini-trampolines.c (mono_aot_get_trampoline_code): Removed, no longer used.
5492 * aot-runtime.c aot-compiler.c: AOT the generic trampolines in aot-only mode.
5494 * mini.c (mini_get_imt_trampoline): Call mono_create_specific_trampoline ().
5495 (mini_get_vtable_trampoline): Ditto.
5497 * tramp-amd64.c (mono_arch_create_trampoline_code_full): Create relocatable
5498 code in the AOT case by returning the code size and a list of relocations to
5501 * mini-trampolines.c (mono_create_specific_trampoline): New helper function.
5503 2008-07-07 Bill Holmes <billholmes54@gmail.com>
5505 * mini-amd64.c: On Winx64 the calling convention always requires the caller to
5508 Contributed under MIT/X11 license.
5510 2008-07-07 Zoltan Varga <vargaz@gmail.com>
5512 * aot-compiler.c (emit_exception_debug_info): Serialize the debug info first
5513 so the buffer size can be computed correctly. Fixes #404735.
5515 * debug-mini.c (mono_debug_serialize_debug_info): Lookup the debug info
5516 normally as cfg->debug_info is already freed.
5518 2008-07-06 Zoltan Varga <vargaz@gmail.com>
5520 * mini-amd64.c: For calls returning vtypes in registers, don't store
5521 the return address on the stack, instead allocate a separate local for
5524 2008-07-05 Mark Probst <mark.probst@gmail.com>
5526 * mini-trampolines.c, mini.h: Add an argument to
5527 mono_create_jit_trampoline_in_domain() for turning off the adding
5528 of the sync wrapper.
5530 * mini.c: Use the JIT trampoline without sync instead of
5531 ldftn_nosync in static RGCTX invoke wrappers so that the call can
5534 2008-07-04 Mark Probst <mark.probst@gmail.com>
5536 * driver.c: Turn on GSHARED optimization by default.
5538 2008-07-04 Zoltan Varga <vargaz@gmail.com>
5540 * mini-trampolines.c mini.c mini.h tramp-<ARCH>.c: Rename MONO_TRAMPOLINE_GENERIC
5541 to MONO_TRAMPOLINE_JIT since it better reflects what it does.
5543 * mini-trampolines.c (mono_get_aot_trampoline_code): New internal function to
5544 create a variant of the generic trampoline code callable from AOTed trampolines.
5546 * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add support for generic
5547 trampoline code callable from AOTed trampolines.
5549 * aot-compiler.c aot-runtime.c: Add support for AOTing trampolines.
5551 2008-07-04 Mark Probst <mark.probst@gmail.com>
5553 * inssel.brg, mini-ops.h: New opcode for doing CHECK_THIS in a
5554 pass-through manner.
5556 * mini.c: Generic method sharing. Pass MRGCTX to generic methods
5557 and don't fail sharing for them anymore.
5559 * mini-exceptions.c: Handle exceptions in shared generic methods.
5561 * generic-sharing.c: When checking the context of a generic
5562 method, also check its class's context. Don't treat wrappers as
5565 * mini-trampolines.c: Some code factored out to
5566 metadata/generic-sharing.c. Handle the MRGCTX case.
5568 * jit-icalls.c, jit-icalls.h: ldvirtfn icall for generic sharing -
5569 we must deal with the method being of another instantiation of the
5570 class. Add static rgctx invoke wrappers to generic methods.
5572 2008-07-04 Mark Probst <mark.probst@gmail.com>
5574 * mini.c: Provide all jit infos of generic shared methods with a
5577 * mini-exceptions.c: Handle the new situation that a generic info
5578 might be available, but not info about the this/vtable/mrgctx
5581 2008-07-03 Mark Probst <mark.probst@gmail.com>
5583 * mini.c: Don't accept ldftn and ldvirtftn with uninstantiated
5586 2008-07-03 Zoltan Varga <vargaz@gmail.com>
5588 * dominators.c (check_dominance_frontier): Fix a warning.
5590 * mini.h: Add some missing prototypes.
5592 * ssa.c local-propagation.c debug-debuger.c: Fix warnings.
5594 * driver.c (mono_jit_init_version): Correct the comments since the first
5595 argument should be the name of the root domain, not a filename.
5597 * aot-runtime.c (make_writable): Error out if this is called while running
5599 (load_aot_module): Ditto.
5601 * aot-compiler.c: Really fix the computation of method indexes.
5603 * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Remove the previous
5604 optimizations as this is no longer called frequently.
5606 * mini-trampolines.c (mono_create_delegate_trampoline): Precompute the invoke
5607 method and the invoke impl code and pass it to the delegate trampoline instead of
5608 just the delegate class.
5610 2008-07-02 Zoltan Varga <vargaz@gmail.com>
5612 * aot-compiler.c: Fixup the computation of method indexes.
5613 (add_wrappers): Create the base methods of the runtime invoke wrappers using
5614 the method builder infrastructure.
5616 * aot-runtime.c (decode_exception_debug_info): Don't crash if the method
5619 * mini-trampolines.c (mono_create_jit_trampoline_in_domain): In aot-only
5620 mode, load the method right away instead of creating a trampoline.
5622 * mini-x86.c (mono_arch_get_delegate_invoke_impl): Eliminate locking.
5624 * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Eliminate locking, speed up
5627 2008-07-01 Zoltan Varga <vargaz@gmail.com>
5629 * aot-runtime.c (decode_patch_info): Don't create trampolines in aot_only mode.
5630 (mono_aot_load_method): Use method_index instead of method->token.
5632 * mini.c (mono_jit_compile_method_inner): Move the aot_only check down, so it
5633 can handle icalls etc. properly.
5635 * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
5637 * aot-compiler.c aot-runtime.c: Allow AOTing many wrapper types.
5639 * mini.c (mono_resolve_patch_target): Handle JIT_ICALL_ADDR.
5640 (mono_codegen): Convert calls made by JIT icall wrappers to the icalls into
5641 JIT_ICALL_ADDR patch type.
5643 * patch-info.h: Add JIT_ICALL_ADDR patch type.
5645 * mini.c (mono_method_to_ir): Allow AOTing methods which access the interruption
5647 (mono_resolve_patch_target): Handle INTERRUPTION_REQUEST_FLAG.
5649 * patch-info.h: Add INTERRUPTION_REQUEST_FLAG.
5651 2008-06-30 Zoltan Varga <vargaz@gmail.com>
5653 * mini.c: Use domain->jit_code_hash_lock for controlling access to
5654 domain->jit_code_hash.
5656 2008-06-29 Zoltan Varga <vargaz@gmail.com>
5658 * mini.c (mini_parse_debug_options): Add 'dont-free-domains' option.
5660 2008-06-27 Zoltan Varga <vargaz@gmail.com>
5662 * mini-trampolines.c (mono_delegate_trampoline): Don't pass a gsctx to
5663 get_this_arg_from_call, let it compute it when needed.
5665 * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'code' argument, compute
5666 gsctx from code only when needed.
5668 * mini-trampolines.c (get_generic_context): Rename this to
5669 mono_get_generic_context_from_code (), and move it to generic-sharing.c, where
5670 it can be called by the arch backends.
5672 * mini-exceptions.c (mono_print_thread_dump): Allow the argument to be NULL.
5674 2008-06-26 Zoltan Varga <vargaz@gmail.com>
5676 * driver.c (mono_main): Add experimental --aot-only command line option.
5678 * mini.c: Error out when creating trampolines or JIT compiling if --aot-only is
5681 2008-06-26 Kornél Pál <kornelpal@gmail.com>
5683 * driver.c (DllMain): Remove mono_module_handle.
5685 Contributed under MIT/X11 license.
5687 2008-06-25 Zoltan Varga <vargaz@gmail.com>
5689 * aot-compiler.c: Add not-yet-usable 'full' option. Add some infrastructure code
5690 for emitting methods which are not in the source assembly. Detect and report
5691 failure of assembling+linking.
5693 * aot-compiler.c (emit_klass_info): Call mono_class_setup_vtable ().
5695 * aot-compiler.c: Move the contents of the has_glot_slots array to MonoCompile.
5697 2008-06-24 Rodrigo Kumpera <rkumpera@novell.com>
5699 * mini.c: Check if stats is enabled so we don't allocate memory when not needed.
5701 2008-06-24 Zoltan Varga <vargaz@gmail.com>
5703 * mini.h: Remove some obsolete prototypes.
5705 * mini.c: Avoid storing MonoMethod pointers in the JIT stats, store their string format instead.
5707 2008-06-24 Mark Probst <mark.probst@gmail.com>
5709 * mini.c (get_object_generic_inst): Variable-sized arrays are not
5710 supported by Visual Studio, so use alloca().
5712 2008-06-23 Zoltan Varga <vargaz@gmail.com>
5714 * mini-ia64.c (add_valuetype): Increase *gr too when passing a HFA to be in sync with the ABi.
5717 2008-06-23 Mark Probst <mark.probst@gmail.com>
5719 * mini.c: Fail sharing of a generic method if it contains an open
5720 catch clause (because we don't pass MRGCTXs yet).
5722 2008-06-23 Mark Probst <mark.probst@gmail.com>
5724 * mini.c: When compiling a method with generic sharing, insert the
5725 method instantiated with an all-Object generic context into the
5726 jit info table, instead of the context of the first instantiation
5727 of the method we happen to compile.
5729 2008-06-18 Martin Baulig <martin@ximian.com>
5731 * debug-debugger.h (MonoDebuggerInfo): Replaced `version' with
5732 `major_version' and `minor_version'.
5734 2008-06-17 Mark Probst <mark.probst@gmail.com>
5736 * generic-sharing.c, mini.c, mini.h, aot-runtime.c:
5737 mono_method_is_generic_sharable_impl() takes an additional
5738 argument specifying whether to treat type variables as reference
5741 2008-06-17 Mark Probst <mark.probst@gmail.com>
5743 * mini.h: Removed obsolete prototypes.
5745 2008-06-17 Mark Probst <mark.probst@gmail.com>
5747 * mini.c: Don't fail generic sharing for initobj and sizeof - we
5748 already handle them.
5750 2008-06-17 Mark Probst <mark.probst@gmail.com>
5752 * mini.h, mini-trampolines.c, tramp-alpha.c, tramp-amd64.c,
5753 tramp-arm.c, tramp-hppa.c, tramp-ia64.c, tramp-mips.c,
5754 tramp-ppc.c, tramp-s390.c, tramp-s390x.c, tramp-sparc.c,
5755 tramp-x86.c: Added a MonoGenericContext* argument to
5756 mono_arch_get_unbox_trampoline() so that it can call other
5757 functions which require it.
5759 2008-06-17 Mark Probst <mark.probst@gmail.com>
5761 * mini.h, mini-trampolines.c, mini-amd64.c, mini-x86.c,
5762 mini-alpha.c, mini-arm.c, mini-ia64.c, mini-ppc.c:
5763 mono_arch_get_this_arg_from_call() takes a
5764 MonoGenericSharingContext* as well.
5766 2008-06-17 Mark Probst <mark.probst@gmail.com>
5768 * mini.c: Factor out code for emitting unbox into emit_unbox() and
5769 implement generic sharing of unbox.
5771 2008-06-17 Mark Probst <mark.probst@gmail.com>
5773 * mini.c: Don't compute the vtable to determine whether a field is
5774 special static, because it might not work for open types.
5776 2008-06-17 Mark Probst <mark.probst@gmail.com>
5778 * mini.c: Removed the unused token_type and token_source arguments
5779 from get_runtime_generic_context_ptr().
5781 2008-06-17 Marek Habersack <mhabersack@novell.com>
5783 * mini.c (ADD_BINOP): fix the build
5785 2008-06-16 Zoltan Varga <vargaz@gmail.com>
5787 * mini.c (ADD_BINOP): When operating on a native int and an int32, insert
5790 2008-06-16 Mark Probst <mark.probst@gmail.com>
5792 * mini.h: Removed class relations enum that's not used anymore.
5794 2008-06-16 Mark Probst <mark.probst@gmail.com>
5796 * tramp-x86.c, tramp-amd64.c: Slot access code for MRGCTXs.
5798 * mini-trampolines.c: Distinguish between RGCTXs and MRGCTXs in
5799 the lazy fetch trampoline access code.
5801 2008-06-15 Zoltan Varga <vargaz@gmail.com>
5803 * mini-codegen.c (mono_local_regalloc): Add some micro optimizations.
5805 2008-06-14 Zoltan Varga <vargaz@gmail.com>
5807 * mini.c: Fix some soft-float bugs. Fixes #378735 and #398348.
5809 * mini.h (MONO_INST_LIST_ENTRY): Fix warnings on arm.
5811 * mini.c (mono_method_to_ir): Check call signature for NEWOBJ as well.
5813 2008-06-13 Zoltan Varga <vargaz@gmail.com>
5815 * mini-x86.c inssel-x86.brg cpu-x86.md: Implement unsigned min/max
5818 * mini-ops.h: Add MIN/MAX_UN opcodes.
5820 * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Implement unsigned min/max
5823 * basic-math.cs: Add more min/max tests.
5825 * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
5827 2008-06-13 Mark Probst <mark.probst@gmail.com>
5829 * mini.c: Small fix in the prologue of emit_castclass.
5831 2008-06-13 Zoltan Varga <vargaz@gmail.com>
5833 * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
5835 * mini.c (mini_get_inst_for_method): Remove the Min/Max intrinsics, they
5836 do not work even for unsigned types. Fixes #400014.
5838 * basic-math.cs: Add regression tests for unsigned Min/Max.
5840 2008-06-13 Mark Probst <mark.probst@gmail.com>
5842 * mini.c: Added additional context_used argument to several
5843 functions, which will be needed for sharing generic methods. Use
5844 GET_RGCTX macro wherever appropriate. Declare only one
5845 context_used in mono_method_to_ir().
5847 2008-06-13 Mark Probst <mark.probst@gmail.com>
5849 * mini.c, generic-sharing.c: Removed generic class relations.
5851 * mini.c, tramp-amd64.c, tramp-x86.c: Additional arguments to
5852 functions due to MRGCTX changes.
5854 2008-06-13 Mark Probst <mark.probst@gmail.com>
5856 * inssel.brg, inssel-long.brg, inssel-long32.brg, mini-ops.h,
5857 graph.c, local-propagation.c, aliasing.c: New opcodes for calls
5858 with calculated IMT.
5860 * mini.c: Generic sharing of calls via generic interfaces.
5862 * jit-icalls.c, jit-icalls.h: Helper function for compiling a
5863 generic method with non-constant MonoGenericContext*. Instead,
5864 the context is taken out of the method itself.
5866 2008-06-13 Mark Probst <mark.probst@gmail.com>
5868 * mini.c: Generic sharing of ldvirtftn.
5870 2008-06-13 Mark Probst <mark.probst@gmail.com>
5872 * mini.c: Generic sharing of ldftn.
5874 2008-06-13 Mark Probst <mark.probst@gmail.com>
5876 * mini.c: Do pass VTable/RGCTX argument to static generic methods.
5878 2008-06-13 Mark Probst <mark.probst@gmail.com>
5880 * mini.c: Generic sharing of the special case of ldtoken followed
5881 by a call to GetTypeFromHandle.
5883 2008-06-13 Mark Probst <mark.probst@gmail.com>
5885 * mini.c: Generic sharing of box for nullable types.
5887 2008-06-13 Zoltan Varga <vargaz@gmail.com>
5889 * mini-s390x.c (add_stackParm): Fix computation of offsets when arguments
5890 are passed on the stack. Fixes #324807.
5892 2008-06-12 Bill Holmes <billholmes54@gmail.com>
5894 * mini-amd64.c:add_valuetype: Adding Winx64 code to fill the ArgInfo
5895 for the ArgValuetypeAddrInIReg case.
5897 * mini-amd64.c:mono_arch_allocate_vars: Adding a case for
5898 ArgValuetypeAddrInIReg to avoid asserts. Code needs to be added here.
5900 * mini-amd64.c: mono_arch_call_opcode: Adding Winx64 code for an ArgInfo of
5901 type ArgValuetypeAddrInIReg. The code emitted will copy the argument to a
5902 local variable and pass the local variable by reference to the called method.
5904 * mini-amd64.c: mono_arch_emit_prolog: Adjust the stack for calls to
5905 mono_jit_thread_attach and mono_get_lmf_addr for Winx64.
5907 Contributed under MIT/X11 license.
5909 2008-06-10 Rodrigo Kumpera <rkumpera@novell.com>
5911 * debug-mini.c (mono_debug_free_method_jit_info): Moved to metadata/mono-debug.c.
5913 * debug-mini.c (mono_debug_print_vars): Release memory after printing
5916 2008-06-10 Martin Baulig <martin@ximian.com>
5919 (mono_debug_close_method): Check whether `cfg->epilogue_begin != NULL'.
5921 2008-06-09 Kornél Pál <kornelpal@gmail.com>
5923 * main.c: Add and set argv [argc] to NULL to match C specification that fixes
5924 possible error when no arguments are passed.
5926 Contributed under MIT/X11 license.
5928 2008-06-09 Rodrigo Kumpera <rkumpera@novell.com>
5930 * mini-exceptions.c (ves_icall_get_trace): Skip source locations
5931 where the file name is NULL.
5933 2008-06-09 Zoltan Varga <vargaz@gmail.com>
5935 * mini.c: Fix s390 build.
5937 2008-06-08 Zoltan Varga <vargaz@gmail.com>
5939 * trace.c (mono_trace_parse_options): Fix warnings.
5941 * mini-amd64.c: Revert most of the last patch for now as it breaks the build.
5943 2008-06-07 Zoltan Varga <vargaz@gmail.com>
5945 * mini.c (remove_block_if_useless): Avoid printing the method name.
5947 * mini.c: Remove needless setting of ins->cil_code which is now done by
5950 * mini-amd64.c: Add some code to avoid saving callee saved registers in the
5953 * tramp-amd64.c (mono_arch_patch_callsite): Tell valgrind to discard the
5954 translated code after it has been patched.
5956 2008-06-06 Zoltan Varga <vargaz@gmail.com>
5958 * mini-amd64.c (emit_call_body): Align the call displacement to 4 bytes to
5959 avoid problems during code patching on SMP systems.
5960 (emit_call): Avoid adding a patch info which is already added by
5962 (mono_arch_emit_exceptions): Ditto.
5964 2008-06-05 Zoltan Varga <vargaz@gmail.com>
5966 * tramp-*.c (mono_arch_get_unbox_trampoline): No need to check for ret->byref,
5967 MONO_TYPE_ISSTRUCT already checks for it.
5969 2008-06-05 Bill Holmes <billholmes54@gmail.com>
5971 * mini-amd64.c:merge_argument_class_from_type: When marshaling
5972 structs with floats on Winx64 the float registers are not used.
5973 The integer registers are always used..
5974 * mini-amd64.c:add_valuetype: When marshaling structs on Winx64
5975 only one register will be used and only if the size of the struct
5976 is 1,2,4, or 8 bytes.
5978 * tramp-amd64.c : Adjusting size used for mono_global_codeman_reserve
5981 Contributed under MIT/X11 license.
5983 2008-06-05 Martin Baulig <martin@ximian.com>
5985 * debug-debugger.c (debugger_lookup_class): Also call
5986 mono_class_setup_methods() here; we're only called from RTI.
5988 2008-06-05 Andreas Färber <andreas.faerber@web.de>
5990 * mini.c (mini_init): Add DTrace probes ves-init-{begin,end}.
5991 (mini_method_compile) Add DTrace probes method-compile-{begin,end}.
5992 * Makefile.am (libmono_la_LIBADD,libmono_static_la_LIBADD,mono_LDADD):
5993 Post-process object files and add dtrace-generated object, if necessary.
5995 Contributed under MIT/X11 license.
5997 2008-06-04 Mark Probst <mark.probst@gmail.com>
5999 * inssel.brg, mini-ops.h: Added opcode for unboxcast with computed
6002 * mini.c: Generic sharing for unbox.any and castclass.
6004 2008-06-04 Mark Probst <mark.probst@gmail.com>
6006 * mini.c: Ignore tailcall prefix in shared generic code and when
6007 doing calls which require a vtable/rgctx argument.
6009 2008-06-04 Mark Probst <mark.probst@gmail.com>
6011 * mini.c: Don't free the JIT info.
6013 * driver.c: Changes in the JIT info table testing code.
6015 2008-06-03 Zoltan Varga <vargaz@gmail.com>
6017 * tramp-arm.c (mono_arch_create_trampoline_code): Check for thread
6018 interruption. Fix some warnings.
6020 * tramp-*.c (mono_arch_create_trampoline_code): Call the _force_ variant of
6021 interruption_checkpoint.
6023 Tue Jun 3 13:07:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
6025 * jit.h, mini.h, trace.c, driver.c: introduce an API to enable tracing
6026 from embedding applications.
6028 2008-06-02 William Holmes <billholmes54@gmail.com>
6030 * mini-amd64.c : Correcting some of the issues for Winx64 dealing with
6031 reserving 32 bytes on the stack when making calls.
6033 Contributed under MIT/X11 license.
6035 2008-06-01 Zoltan Varga <vargaz@gmail.com>
6037 * mini-arm.c (mono_arch_output_basic_block): Merge some small fixes from
6038 the linear IL branch.
6040 * driver.c: Print out more information for --version on arm.
6042 2008-05-30 Zoltan Varga <vargaz@gmail.com>
6044 * mini-amd64.c (mono_arch_emit_prolog): Increase max_offset when processing
6045 bb_exit instead, since out of line bblocks might not actually be emitted
6048 * mini-amd64.c (mono_arch_emit_prolog): Increase bb->max_offset by the
6049 maximum epilog size for out of line bblocks if tracing is enabled.
6051 * iltests.il.in: Merge tests/long-shift.regalloc.il into this file.
6053 2008-05-28 Rodrigo Kumpera <rkumpera@novell.com>
6055 * arrays.cs: Regression tests for allocating arrays with negative sizes.
6057 2008-05-28 Zoltan Varga <vargaz@gmail.com>
6059 * mini-x86.h mini-x86.c inssel-x86.brg cpu-x86.md: Add support for
6060 CAS instrinsics. Optimize the implementation of the ATOMIC_EXCHANGE
6063 2008-05-27 Zoltan Varga <vargaz@gmail.com>
6065 * mini.c (mini_get_inst_for_method): Add support for CAS instrinsics when
6066 the 'value' to store is a constant.
6068 * mini-ops.h: Add OP_ATOMIC_CAS_IMM opcodes.
6070 * mini-amd64.c (mono_arch_output_basic_block): Optimize the the implementation
6071 of ATOMIC_EXCHANGE opcodes, add support for the CAS opcodes.
6073 2008-05-26 Zoltan Varga <vargaz@gmail.com>
6075 * mini.c generic-sharing.c jit-icalls.c aot-compiler.c: Use accessor functions
6076 for accessing method->generic_container.
6078 2008-05-24 Zoltan Varga <vargaz@gmail.com>
6080 * mini.c (mono_method_check_inlining): Avoid creating vtables if possible.
6082 * mini.c (SIG_HANDLER_SIGNATURE): Fix sparc build too.
6084 * mini.c (SIG_HANDLER_SIGNATURE): Fix IA64 build.
6086 * mini.c (mono_jit_compile_method_inner): Avoid a crash if mono_class_vtable ()
6089 2008-05-23 Zoltan Varga <vargaz@gmail.com>
6091 * driver.c (mono_main): Set mono_setup_vtable_in_class_init to FALSE.
6093 * mini.c: Handle the case when mono_class_vtable () fails.
6095 2008-05-23 Massimiliano Mantione <massi@ximian.com>
6096 * mini.c (sigprof_signal_handler): Support call chains (backtrace) in
6099 2008-05-22 Mark Probst <mark.probst@gmail.com>
6101 * mini.c, jit-icalls.c, jit-icalls.h: Make generic sharing work
6102 together with domain sharing.
6104 2008-05-22 Mark Probst <mark.probst@gmail.com>
6106 * mini.c: Treat callvirts to final methods like non-virtual calls
6107 when doing generic sharing, i.e. look them up in the runtime
6110 2008-05-22 Mark Probst <mark.probst@gmail.com>
6112 * inssel.brg, mini-ops.h: Added opcodes for mkrefany and refanyval
6113 with computed types (for generic sharing).
6115 * mini.c: Generic sharing for mkrefany and refanyval.
6117 2008-05-22 Zoltan Varga <vargaz@gmail.com>
6119 * inssel.brg (mini_emit_virtual_call): Avoid constructing a generic vtable if
6122 * mini-trampolines.c (mono_magic_trampoline): Avoid calling setup_methods () in
6123 the generic sharing code.
6125 * mini-trampolines.c (mono_magic_trampoline): Call mono_class_setup_methods ()
6128 2008-05-21 Zoltan Varga <vargaz@gmail.com>
6130 * mini.h: Remove the declaration of mono_aot_init_vtable ().
6132 2008-05-21 C.J. Adams-collier <cjac@colliertech.org>
6134 * driver.c: updated copyright date
6136 2008-05-21 Zoltan Varga <vargaz@gmail.com>
6138 * aot-runtime.c mini.c: Remove the AOT init_vtable stuff as it is no longer
6141 2008-05-19 Martin Baulig <martin@ximian.com>
6143 * debug-debugger.h (MonoDebuggerInfo): Add `using_mono_debugger'
6144 pointing to the new `_mono_debug_using_mono_debugger' variable.
6147 (mono_main): Check mono_debug_using_mono_debugger() rather than
6148 the `MONO_INSIDE_MDB' environment variable to check whether we're
6149 inside the debugger.
6151 2008-05-19 Zoltan Varga <vargaz@gmail.com>
6153 * mini.c (mini_method_compile): Use cfg->args [0] for accessing the this
6156 2008-05-08 Rodrigo Kumpera <rkumpera@novell.com>
6158 * declsec.h: Move MONO_SECMAN_FLAG to metadata/metadata-internals.h.
6160 * mini.c: Added mini_assembly_can_skip_verification. This
6161 function checks if the assembly requested to skip verification.
6162 Fixes part of #387274.
6164 2008-05-07 Zoltan Varga <vargaz@gmail.com>
6166 * mini.c (mini_get_method): Disable the check for open generic classes when
6167 using generic sharing.
6169 * generics.cs: Add a test for #387034.
6171 * mini.c (mini_get_method): Check whenever the method class is an open generic
6172 type, and return NULL in that case, causing a verification error. Fixes
6175 2008-05-06 Rodrigo Kumpera <rkumpera@novell.com>
6177 * driver.c (mono_main): Revert r102623. The right
6178 thing to do is to enable the verifier under verifiable
6179 unless a --security flag was passed.
6181 We need this non-trivial behavior for --verify-all otherwise
6182 mcs-compileall won't be able to use it. As it needs everything to
6183 be verified under validil.
6185 2008-05-06 Martin Baulig <martin@ximian.com>
6189 * debug-mini.c (mono_debugger_thread_created): Add proper locking.
6190 (mono_debugger_thread_cleanup): Likewise.
6191 (mono_debugger_extended_notification): Likewise.
6193 2008-05-06 Rodrigo Kumpera <rkumpera@novell.com>
6195 * mini.c (mono_method_to_ir): Verify visibility of call related opcodes
6196 against both inflated and non-inflated methods. We need to check against the
6197 generic definition for cases where the instantiated method is not visible.
6198 We need to check against the inflated types for cases where the instantiation
6199 changes any super type. This fixes #382986.
6201 Note that this doesn't need to be applied to other parts of mono_method_to_ir
6202 that check for visibiliy as generic params only appears as the type subject
6203 of tokens on call opcodes. Field manipulation and ldftn must always
6204 target an exact type.
6206 2008-05-06 Rodrigo Kumpera <rkumpera@novell.com>
6208 * driver.c (mono_main): Using --verify-all enables the verifier under validil mode
6209 if no related --security flag is passed.
6211 2008-05-05 Andreas Färber <andreas.faerber@web.de>
6213 * mini-arch.h: Prepare support for ppc64.
6215 Contributed under MIT/X11 license.
6217 2008-05-05 Andreas Färber <andreas.faerber@web.de>
6219 * aot-runtime.c: Prepare support for ppc64.
6221 Contributed under MIT/X11 license.
6223 2008-05-05 Andreas Färber <andreas.faerber@web.de>
6225 * mini-ops.h: Prepare support for ppc64.
6227 Contributed under MIT/X11 license.
6229 2008-05-04 Andreas Färber <andreas.faerber@web.de>
6231 * helpers.c: Add support for OSX/ppc64 and Linux/ppc64 (dis)assemblers.
6233 Contributed under MIT/X11 license.
6235 2008-05-03 Zoltan Varga <vargaz@gmail.com>
6237 * aot-runtime.c (load_aot_module): Avoid trying to load aot code for dynamic
6238 assemblies, since aot_name is not a full path, causing us to load MS.NET
6239 assemblies on windows.
6241 2008-04-28 Kornél Pál <kornelpal@gmail.com>
6243 * mini.c (mono_jit_compile_method_inner): Use g_warning instead of g_error
6244 for unsupported METHOD_IMPL_ATTRIBUTE_NATIVE.
6245 * main.c: Use UTF-8 encoded command line instead of Windows default code
6246 page on Windows to support Unicode.
6247 * driver.c (DllMain): New function for mixed-mode assembly support.
6248 * Makefile.am: Add -Wl,--kill-at to libmono_la_LDFLAGS on Windows to
6249 export __stdcall functions without decoration.
6251 Contributed under MIT/X11 license.
6253 2008-04-28 Mark Probst <mark.probst@gmail.com>
6255 * tramp-amd64.c, mini-amd64.c: Preserve R11 in the trampoline by
6256 saving it very early.
6258 2008-04-28 Mark Probst <mark.probst@gmail.com>
6260 * mini.h, mini.c: Lots of code for accessing the old RGCTX
6261 deleted. The only way to access the new RGCTX is via the
6264 * mini.c, mini-amd64, mini-x86.c, mini-exceptions.c: Pass the
6265 vtable instead of the RGCTX to static methods.
6267 * mini-tramplines.c, tramp-amd64.c, tramp-x86.c: Trampoline for
6268 accessing the new RGCTX.
6270 * generic-sharing.c: There is no separation between self, type
6271 arguments and other types in the RGCTX anymore.
6273 2008-04-25 Jonathan Chambers <joncham@gmail.com>
6275 * mini-amd64.c (add_general): Remove previous stack adjustment.
6276 (mono_arch_call_opcode): Remove OP_OUTARG_MEMBASE and instead simply
6277 adjust stack pointer after pushing args. Adjust ARGS_OFFSET to account
6278 for 32 bytes of stack space reserved for all calls.
6280 * inssel-amd64.brg (OP_OUTARG_MEMBASE): Remove.
6281 (OP_AMD64_OUTARG_ALIGN_STACK): Take argument to specify size of stack
6284 Code contributed under MIT/X11 license.
6286 2008-04-23 Rodrigo Kumpera <rkumpera@novell.com>
6288 * mini.c (mini_method_verify): Only verify non-inflated methods, check
6289 against the root definition, peeling out method and type instantiations.
6290 Cache verify success results, code that fails verification is still
6291 checked multiple times.
6293 2008-04-23 Zoltan Varga <vargaz@gmail.com>
6295 * mini.c (mono_method_to_ir): Avoid inserting write barriers for stores of null.
6297 2008-04-23 Jonathan Chambers <joncham@gmail.com>
6299 * mini-amd64.c (add_general): Always increment stack on Win64.
6300 (mono_arch_call_opcode): Use OP_OUTARG_MEMBASE instead of OP_OUTARG
6303 * inssel-amd64.brg (OP_OUTARG_MEMBASE): Add OP_OUTARG_MEMBASE for
6304 stack based argument handling on Win64.
6306 Code contributed under MIT/X11 license.
6308 2008-04-23 Raja R Harinath <harinath@hurrynot.org>
6310 * Makefile.am (version.h): Add support for git-svn.
6312 2008-04-22 Zoltan Varga <vargaz@gmail.com>
6314 * mini-exceptions.c (mono_handle_native_sigsegv): Rework the gdb calling code
6315 so instead of calling g_spawn_command_line_sync, we do everything by hand,
6316 avoiding allocations and libc functions which might deadlock.
6318 * mini-exceptions.c (mono_handle_native_sigsegv): Avoid calling gdb if the
6319 'no-gdb-backtrace' option is set.
6321 * mini.c (mini_parse_debug_options): Parse 'no-gdb-backtrace' option.
6323 * mini.h (MonoDebugOptions): Add 'no_gdb_backtrace' option.
6325 2008-04-21 Martin Baulig <martin@ximian.com>
6327 * debug-debugger.h (MonoDebuggerInfo): Removed `attach', `detach'
6328 and `get_lmf_addr'; `notification_address' is no longer a pointer.
6330 2008-04-21 Martin Baulig <martin@ximian.com>
6332 * debug-debugger.h (MonoDebuggerInfo): Added `thread_vtable_ptr',
6333 `thread_vtable', `event_handler_ptr' and `event_handler'.
6335 2008-04-21 Martin Baulig <martin@ximian.com>
6337 * debug-debugger.h (MonoDebuggerInfo): Added `init_code_buffer';
6338 allows delayed initialization of the `executable_code_buffer' when
6341 2008-04-21 Martin Baulig <martin@ximian.com>
6343 * mini.h (mono_debugger_create_notification_function): Removed.
6344 * tramp-*.c (mono_debugger_create_notification_function): Removed.
6346 * mdb-debug-info64.s
6347 (MONO_DEBUGGER__notification_function): Added this in the .text section.
6349 * mdb-debug-info32.s
6350 (MONO_DEBUGGER__notification_function): Added this in the .text section.
6352 * Makefile.am: Fix the mdb-debug-info*.s logic; the debugger
6353 currently only works on x86 and x86_64, so don't create it on ppc.
6355 2008-04-21 Martin Baulig <martin@ximian.com>
6357 * mini.h (MonoDebugOptions): Added `mdb_optimizations'.
6360 (mini_method_compile): In the fp elimination check, check
6361 `debug_options.mdb_optimizations' in addition to
6362 mono_debug_using_mono_debugger().
6364 * driver.c (mono_main): Added `--debug=mdb-optimizations' option to
6365 disable some JIT optimizations which are only disabled when
6366 running inside the debugger.
6367 Added `--help-debug' option to describe the debugging options.
6368 (parse_debug_options): New static function to parse the `--debug'
6369 options, so we can easily add more stuff in future.
6371 2008-04-20 Zoltan Varga <vargaz@gmail.com>
6373 * mini.c (set_exception_type_from_invalid_il): Avoid reading invalid memory when
6374 the method has no body.
6376 2008-04-19 Jonathan Chambers <joncham@gmail.com>
6378 * mini-amd64.c (cpuid): Implement with MSVC intrinsic as inline
6379 assembly is not allowed in MSVC 64-bit compiler.
6380 (mono_arch_cpu_init): Don't set floating point precision on MSVC build
6381 as we get floating point exceptions everywhere.
6383 * exceptions-amd64.c (get_throw_trampoline): Push empty args on stack to
6384 correctly align arguments for call to throw_exception.
6385 (prepare_for_guard_pages): Cast to guint64 instead of unsigned long.
6387 Code contributed under MIT/X11 license.
6389 2008-04-19 Zoltan Varga <vargaz@gmail.com>
6391 * mini-amd64.c (amd64_patch): Make the check for (%rip) addressing more strict.
6393 2008-04-17 Zoltan Varga <vargaz@gmail.com>
6395 * inssel.brg (OP_SWITCH): Use (gint64) instead of (long) to cast a large constant.
6397 * mini-amd64.c (NEW_INS): Set cil_code.
6399 * mini.c (mini_method_compile): Move the disabling of fp elimination to here
6400 from mini-amd64.c so all debugger related logic is in one place.
6402 * mini.c: Set cfg->ip to NULL after passes which set it so instructions created
6403 later won't have a random ip assigned to them.
6405 2008-04-16 Zoltan Varga <vargaz@gmail.com>
6407 * mini-trampolines.c (mono_create_jump_trampoline): Add an assert to check that
6408 the arch specific function initializes code_size.
6409 (mono_create_delegate_trampoline): Ditto.
6411 * mini-mips.h mini-mips.c inssel-mips.brg inssel-long32-mips.brg cpu-mips.md
6412 tramp-mips.c: Resurrect MIPS port and also fix the issues on little-endian
6415 * liveness.c (mono_analyze_liveness): Disable the initlocals optimization if
6416 running under the debugger.
6418 * linear-scan.c (mono_linear_scan): Avoid sharing registers if running under the
6421 * mini.c (mini_method_compile): Set a few flags in cfg if running under the
6422 debugger. Also move the disabling of optimizations here from driver.c.
6423 (mono_allocate_stack_slots_full): Avoid sharing stack slots if running under the
6426 * mini.h (MonoCompile): Add a few new flags.
6428 2008-04-15 Zoltan Varga <vargaz@gmail.com>
6430 * mini.c (mono_method_to_ir): Set cfg->ip before processing an IL instruction
6431 so the cil_code field of created MonoInst's is properly set.
6432 (mini_select_instructions): Ditto.
6434 * mini.h (MONO_INST_NEW): Initialize the cil_code field using cfg->ip.
6435 (MONO_INST_NEW_CALL): Ditto.
6437 * mini.c inssel.brg inssel-x86.brg inssel-amd64.brg: Use MONO_INST_NEW ()
6438 in many places so the ins->cil_code field is properly initialized.
6440 * mini.c (mono_bblock_add_inst): Call MONO_ADD_INS () so the logic is in one
6443 2008-04-14 Zoltan Varga <vargaz@gmail.com>
6445 * mini.c (mini_method_compile): Print a different message when compiling a
6448 * mini.c (GENERIC_SHARING_FAILURE): Print a failure message when verbose_level
6451 2008-04-11 Zoltan Varga <vargaz@gmail.com>
6453 * mini-amd64.c (mono_arch_output_basic_block): Implement OP_ABS directly using
6456 * basic-math.cs: Fix warnings. Add a test for Math.Abs ().
6458 2008-04-11 Zoltan Varga <vargaz@gmail.com>
6460 * mini.c (handle_stack_args): Make this return void since its return value was
6461 never used. Also set cfg->unverifiable for invalid IL instead of calling
6464 2008-04-10 Mark Probst <mark.probst@gmail.com>
6466 * mini.c: Make sure "this" is live in catch clauses with type
6467 variables in shared generic code.
6469 2008-04-08 Mark Probst <mark.probst@gmail.com>
6471 * mini.c: Replaced uses of MONO_TYPE_IS_REFERENCE with calls to
6472 generic_class_is_reference_type() to ensure the proper behaviour
6473 when sharing generic code and the type in question is a type
6476 2008-04-08 Zoltan Varga <vargaz@gmail.com>
6478 * mini-exceptions.c: Applied patch from Mark Spruiell (mes@zeroc.com). Fix
6479 race conditions when printing thread dumps. Fixes #377738.
6481 2008-04-08 Massimiliano Mantione <massi@ximian.com>
6483 aliasing.c (update_aliasing_information_on_inst): Fixed a bug which
6484 shows up when both MonoInst arguments can cause aliasig.
6485 There is likely no way in the current JIT to trigger this problem, but
6486 it showed up in the development of generics sharing, when in a new
6487 opcode both args of an OP_GROUP can be aliases (addresses of a local).
6488 When the generics sharing code will be committed, its tests will be
6489 valid also for this bug.
6491 2008-04-08 Zoltan Varga <vargaz@gmail.com>
6493 * aot-runtime.c (decode_patch_info): Always transform PATCH_INFO_WRAPPER to
6496 * mini.c (mono_resolve_patch_target): Fix a crash in the AOT case if method is
6499 2008-04-07 Zoltan Varga <vargaz@gmail.com>
6501 * mini-exceptions.c (mono_handle_exception_internal): When --debug=casts is used,
6502 use a more detailed exception message for InvalidCastException.
6504 * mini.h (MonoJitTlsData): Add 'class_cast_from' and 'class_cast_to' fields.
6506 * driver.c (mono_main): Add --debug=casts option to turn on better
6507 InvalidCastException message details.
6509 * mini.c (mini_get_debug_options): New helper function to return the address of
6510 the debug_options variable.
6512 * mini.c (mono_get_jit_tls_intrinsic): New helper function to create a load of
6513 the jit_tls TLS variable.
6515 * mini.c (mono_jit_tls): New TLS variable.
6517 * inssel.brg: Save the details of a cast to a TLS variable when the --debug=casts
6520 2008-04-07 Rodrigo Kumpera <rkumpera@novell.com>
6522 * mini.h: Removed verifer related stuff. This code was moved to verify.c
6524 * mini.c: Removed verifer related stuff, code moved to verify.c.
6526 * driver.c: Using code from verify.c instead of mini.c.
6528 2008-04-05 Zoltan Varga <vargaz@gmail.com>
6530 * mini.c (check_for_method_verify): Remove the mscorlib comment since it is no
6533 2008-04-04 Rodrigo Kumpera <rkumpera@novell.com>
6535 * mini.c (check_for_method_verify): Enabling verification of
6536 corlib if mono_verify_all is set. Bugs in the verifier preventing that
6539 2008-04-04 Zoltan Varga <vargaz@gmail.com>
6541 * exceptions-amd64.c (throw_exception): Unify the win32/non-win32 cases, save
6542 caller saved registers as well.
6544 * exceptions-amd64.c (mono_arch_get_restore_context): Restore most caller
6545 saved registers as well.
6547 2008-03-30 Zoltan Varga <vargaz@gmail.com>
6549 * mini-x86.c cpu-x86.md inssel-x86.brg: Add min/max intrinsics.
6551 * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of the non-SSE2 floating point
6554 2008-03-27 Zoltan Varga <vargaz@gmail.com>
6556 * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'gsctx' argument and pass it
6558 (get_call_info): Take a gsctx argument instead of 'cfg'.
6560 2008-03-26 Zoltan Varga <vargaz@gmail.com>
6562 * mini.c (check_for_method_verify): Avoid verifying mscorlib methods even if
6563 mono_verify_all is set.
6565 * driver.c (compile_all_methods_thread_main): Don't exit at the first error.
6567 * mini.c mini.h: Remove the unused and incomplete stack merge verification code.
6569 2008-03-25 Zoltan Varga <vargaz@gmail.com>
6571 * driver.c (compile_all_methods_thread_main): Error out if compilation fails with
6574 * driver.c mini.c mini.h: Add a --verify-all development option to test the
6575 verifier and the code generated by the compiler.
6577 2008-03-25 Mark Probst <mark.probst@gmail.com>
6579 * mini.c: Generic sharing of the non-nullable case of the box
6582 2008-03-24 Zoltan Varga <vargaz@gmail.com>
6584 * inssel.brg: Fix the build.
6586 * iltests.il.in: Add a test for lconv.ovf.u8.un.
6588 2008-03-24 Rodrigo Kumpera <rkumpera@novell.com>
6590 * mini.c (mono_method_to_ir): Implement readonly for ldelema and
6591 Array:Address. Fixes #372410.
6593 * iltests.il.in: New tests for readonly prefix.
6595 2008-03-23 Zoltan Varga <vargaz@gmail.com>
6597 * mini.h mini.c mini-trampolines.c: Move trampoline related code to
6600 * mini.h mini.c mini-exceptions.c: Move mini_init_exceptions () to
6603 * mini-amd64.c mini-s390.c (mono_arch_lowering_pass): Use mono_decompose_op_imm ().
6605 * mini.c (mono_decompose_op_imm): New helper function.
6607 * mini-s390x.c (calculate_sizes): Rename this to get_call_info for consistency
6608 with the other architectures, add an 'mp' argument, fold 'sz' argument into the
6611 * mini-s390x.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in
6612 mono_arch_output_basic_block. Fix warnings.
6614 * inssel-s390x.brg: Remove the unneccesary OP_LMUL_IMM rule to fix the s390x build
6617 2008-03-22 Zoltan Varga <vargaz@gmail.com>
6619 * mini-exceptions.c (ves_icall_get_frame_info): Remove the ia64/s390 workarounds
6620 since the extra frame is now detected automatically inside the loop.
6622 * mini-s390.c (mono_arch_peephole_pass_2): Remove the arch independent peephole
6623 opts which are now in mono_peephole_ins ().
6625 * mini-s390.c (mono_arch_output_basic_block): Fix OP_FCALL_MEMBASE.
6627 * mini-exceptions.c (ves_icall_get_frame_info): Skip native-to-managed wrapper
6628 frames and skip duplicate managed-to-native frames. Fixes #367665.
6630 * mini-x86.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
6631 opts which are now in mono_peephole_ins ().
6632 (mono_arch_peephole_pass_2): Ditto.
6634 * mini-codegen.c (mono_peephole_ins): Fix a problem on 32 bit platforms.
6636 * mini-codegen.c (mono_peephole_ins): New helper function containing the
6637 arch independent peephole optimizations.
6639 * mini-amd64.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
6640 opts which are now in mono_peephole_ins ().
6642 * mini-amd64.c (mono_arch_peephole_pass_2): Ditto.
6644 * mini-s390.c (mono_arch_output_basic_block): Fix build.
6646 * tramp-s390.c (mono_arch_get_vcall_slot): Handle an additional instruction
6649 * mini-s390.c (mono_arch_output_basic_block): Handle big offsets in the
6650 CALL_MEMBASE opcodes. Fix setting of the destination in the OP_LCONV_TO_OVF_I
6653 2008-03-21 Zoltan Varga <vargaz@gmail.com>
6655 * mini-s390.c (calculate_sizes): Rename this to get_call_info for consistency
6656 with the other architectures, add an 'mp' argument, fold 'sz' argument into the
6659 * mini-s390.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in
6660 mono_arch_output_basic_block. Fix warnings.
6662 2008-03-20 Zoltan Varga <vargaz@gmail.com>
6664 * inssel-long32.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
6667 2008-03-20 Zoltan Varga <vargaz@gmail.com>
6669 * inssel-long.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
6672 * iltests.il: Add new tests.
6674 2008-03-20 Kornél Pál <kornelpal@gmail.com>
6676 * mini.c: Removed Windows version macros.
6678 2008-03-20 Mark Probst <mark.probst@gmail.com>
6680 * generic-sharing.c: Put reflection types in the extensible part
6681 of the runtime generic context.
6683 * mini.c: Generic sharing of the GetTypeHandle special case of the
6684 ldtoken instruction.
6686 2008-03-20 Zoltan Varga <vargaz@gmail.com>
6688 * mini.h (MONO_BB_FOR_EACH_INS_SAFE): New helper macro.
6690 * mini-<ARCH>.c: Use the new macro instead in the peephole/lowering passes.
6692 * mini.h (MONO_DEL_INS): Rename to MONO_DELETE_INS and Add a 'bb' argument for
6693 consistency with the other version on the linear IR branch.
6695 * mini-<ARCH>.c: Update callers of MONO_DEL_INS.
6697 * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i/conv.ovf.u.
6699 * iltests.il.in: Add new tests.
6701 2008-03-19 Zoltan Varga <vargaz@gmail.com>
6703 * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i.un/conv.ovf.u.un.
6705 * iltests.il.in: Add new tests.
6707 2008-03-19 Mark Probst <mark.probst@gmail.com>
6709 * mini.c: Two variables with the same name were declared in
6710 nesting contexts and one wasn't initialized. Fixed.
6712 2008-03-19 Mark Probst <mark.probst@gmail.com>
6714 * mini.c: Generic sharing of the initobj instruction.
6716 Tue Mar 18 20:18:02 CET 2008 Paolo Molaro <lupus@ximian.com>
6718 * mini.c: make the test to optimize ldtoken from typeof() more
6721 2008-03-18 Mark Probst <mark.probst@gmail.com>
6723 * mini.c: Generic sharing of the initobj instruction for reference
6726 Tue Mar 18 12:39:27 CET 2008 Paolo Molaro <lupus@ximian.com>
6728 * mini.h, mini-amd64.c, mini-x86.c, tramp-amd64.c, tramp-x86.c: change
6729 the mono_breakpoint_clean_code() code to perform bound checks.
6731 Tue Mar 18 11:50:14 CET 2008 Paolo Molaro <lupus@ximian.com>
6733 * mini.h, mini-trampolines.c, tramp-*.c: change the signature of
6734 mono_arch_patch_callsite() to include the start of the managed method
6735 to be able to perform bound checks.
6737 2008-03-17 Mark Probst <mark.probst@gmail.com>
6739 * mini.c: Generic sharing for the isinst instruction.
6741 2008-03-17 Mark Probst <mark.probst@gmail.com>
6743 * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
6744 inssel-long32-mips.brg: Added opcodes for doing indirect calls
6745 with the runtime generic context argument.
6747 * mini.c: Share calls to several types of unsharable methods by
6748 putting the address of the method code in the runtime generic
6749 context and doing an indirect call.
6751 * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
6754 2008-03-16 Mark Probst <mark.probst@gmail.com>
6756 * generic-sharing.c: Change due to a change in the runtime genric
6759 2008-03-15 Martin Baulig <martin@ximian.com>
6762 (mono_arch_nullify_class_init_trampoline): Add call to
6763 mono_breakpoint_clean_code() to make things work when running
6764 inside the debugger.
6767 (mono_arch_nullify_class_init_trampoline): Add call to
6768 mono_breakpoint_clean_code() to make things work when running
6769 inside the debugger.
6771 2008-03-14 Zoltan Varga <vargaz@gmail.com>
6773 * inssel-long.brg (reg): Fix 64 bit build.
6775 2008-03-14 Mark Probst <mark.probst@gmail.com>
6777 * mini.c, mini.h: Share static generic code by passing it an
6778 implicit argument pointing to the runtime generic context.
6780 * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
6781 inssel-long32-mips.brg: New opcodes for calling shared static,
6782 which need to be passed the runtime generic context.
6784 * mini-amd64.c, mini-x86.c: Save the runtime generic context
6785 argument on the stack in the prologue if needed. New function for
6786 finding the runtime generic context argument from the registers
6787 saved by the trampoline.
6789 * mini-amd64.h, mini-x86.h: Specify which register to use for the
6790 runtime generic context argument.
6792 * tramp-amd64.c: Also restore the register used for the runtime
6793 generic context argument.
6795 * mini-trampoline.c: Resolve shared static calls by consulting the
6796 runtime generic context via the new argument.
6798 * generic-sharing.c: Add an argument to sharability-checking
6799 functions that specifies whether type variables should be treated
6800 as sharable type arguments.
6802 * inssel-x86.brg: Removed a superfluous, buggy rule.
6804 * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
6807 2008-03-14 Martin Baulig <martin@ximian.com>
6809 * debug-debugger.c (main_thread_handler): Call
6810 mono_runtime_run_main() without sending any notifications.
6812 * debug-debugger.h (MonoDebuggerInfo): Added `get_method_signature.
6814 2008-03-14 Zoltan Varga <vargaz@gmail.com>
6816 * mini-trampolines.c (mono_magic_trampoline): Fix build on platforms without IMT.
6818 2008-03-14 Mark Probst <mark.probst@gmail.com>
6820 * tramp-x86.c: Fixed register restore offsets in the trampoline
6821 code for ECX and EDX.
6823 2008-03-12 Geoff Norton <gnorton@novell.com>
6825 * mini-arm.h: Add some #defines for locating sp, pc, r4 with
6826 different ucontext_t implementations.
6827 * exceptions-arm.c: Use the above defines to get exceptions working on
6828 iPhone (based on a patch by Luke Howard lukeh@padl.com)
6829 * mini-arm.c: Implement iPhone icache support (based on a patch by
6830 Luke Howard lukeh@padl.com)
6832 2008-03-12 Mark Probst <mark.probst@gmail.com>
6834 * mini.c: Enable generic sharing of calls to non-static
6835 non-interface non-generic non-value-type methods.
6837 * mini-trampolines.c: Resolve calls from shared generic code.
6839 2008-03-11 Zoltan Varga <vargaz@gmail.com>
6841 * Makefile.am il2tests.il iltests.il.in: Delete il2tests, merge it into iltests.
6843 * tramp-amd64.c (mono_arch_create_trampoline_code): Correctly save RBP as well.
6845 Mon Mar 10 11:59:34 CET 2008 Paolo Molaro <lupus@ximian.com>
6847 * mini.c: some fixes for the AOT compiler.
6849 2008-03-07 Zoltan Varga <vargaz@gmail.com>
6851 * cpu-amd64.md: Add clob:1 to some float opcodes.
6853 2008-03-07 Rodrigo Kumpera <rkumpera@novell.com>
6855 * mini.h: Added MiniVerifierMode enumeration.
6857 * mini.c: Added mini_verifier_set_mode to control
6858 the usage of the new verifier.
6860 * mini.c (mono_method): Integrated the new verifier.
6862 * driver.c: Extended --security option with validil and
6863 verifiable options to activate the new verifier.
6865 2008-03-07 Zoltan Varga <vargaz@gmail.com>
6867 * mini.c jit-icalls.h jit-icalls.c: Generalize the exception creation
6868 optimization to ctors taking 0 or 2 arguments too.
6870 * mini.c (mono_method_to_ir): Optimalize the size of the exception throwing code
6873 * jit-icalls.h (mono_create_corlib_exception): New JIT icall.
6875 * mini-amd64.c (mono_arch_emit_prolog): Improve the first_bb optimization a bit.
6877 2008-03-06 Zoltan Varga <vargaz@gmail.com>
6879 * mini.c (mono_method_to_ir): Apply one of the ldstr optimizations in the
6880 non-aot case as well.
6882 * cpu-amd64.md: Reduce the max size of some frequently used opcodes.
6884 * aot-runtime.c (decode_patch_info): Update this after the ldfld/stfld wrapper
6887 * aot-compiler.c (encode_patch): Ditto.
6889 * mini.h (G_MININT32): Fix the definition of this.
6891 2008-03-05 Zoltan Varga <vargaz@gmail.com>
6893 * mini.h: Define G_MININT32/G_MAXINT32 if using an older glib version.
6895 * cfold.c: Remove definition of G_MININT32 which is now in mini.h.
6897 2008-03-04 Zoltan Varga <vargaz@gmail.com>
6899 * mini-amd64.c (mono_arch_compute_omit_fp): Don't disable fp elimination for
6900 methods returning vtypes in registers.
6901 (mono_arch_allocate_vars): Ditto.
6903 * mini-amd64.c (mono_arch_get_this_arg_reg): New arch specific helper function.
6905 * tramp-amd64.c (mono_arch_get_unbox_trampoline): Use mono_arch_get_this_arg_reg ().
6907 * generics.cs: Add a test from the linear IR branch.
6909 * mini-amd64.c (emit_load_volatile_arguments): Handle vtypes passed in regs too.
6911 * mini.c (inline_method): Cache failed inline attempts.
6913 2008-03-04 Mark Probst <mark.probst@gmail.com>
6915 * mini.c: For shared methods of generic classes put the location
6916 of "this" into the MonoGenericJitInfo.
6918 * mini-x86.c, mini-amd64.c, mini.h: Added function for fetching a
6919 register out of a MonoContext by register number. Add the generic
6920 sharing context as an argument to mono_arch_find_this_argument().
6922 * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
6923 mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c: Added stub
6924 for new arch function.
6926 * mini-exception.c: Handle open exception clauses in shared
6929 * mini-trampolines.c: Supply additional argument to
6930 mono_arch_find_this_argument().
6932 2008-03-04 Zoltan Varga <vargaz@gmail.com>
6934 * Makefile.am (regtests): Run the bench.exe tests last.
6936 2008-03-03 Zoltan Varga <vargaz@gmail.com>
6938 * mini-amd64.c (mono_arch_emit_prolog): Improve the first bblock optimization
6941 2008-03-02 Zoltan Varga <vargaz@gmail.com>
6943 * mini.c (mono_method_to_ir): Allow callvirt on static methods for compatibility
6946 * mini-amd64.c (mono_arch_emit_prolog): Fix tracing after the last change.
6948 * mini-amd64.c (mono_arch_emit_prolog): Avoid saving dead arguments.
6950 * mini.c (mono_method_check_inlining): Avoid disabling inlining for methods
6951 whose class has no cctor.
6953 * liveness.c (mono_analyze_liveness): Mark dead arguments with MONO_INST_IS_DEAD.
6955 2008-03-01 Zoltan Varga <vargaz@gmail.com>
6957 * mini.c (mono_method_to_ir): Report calling a static method using callvirt as
6960 2008-02-29 Zoltan Varga <vargaz@gmail.com>
6962 * mini-ops.h: Remove OP_SPARC_INARG_VT, add a new OP_VTARG_ADDR opcode instead
6963 to be in sync with the code on the linear IR branch.
6965 * mini-sparc.c inssel-sparc.brg: Use OP_VTARG_ADDR.
6967 * inssel-s390.brg (OP_SETRET (freg)): Set dreg correctly.
6969 2008-02-27 Zoltan Varga <vargaz@gmail.com>
6971 * mini-mips.c: Use cfg->vret_addr instead of cfg->ret.
6973 * mini-s390x.c: Use cfg->vret_addr instead of cfg->ret.
6975 * mini-s390.c: Use cfg->vret_addr instead of cfg->ret.
6977 * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_VARS define.
6979 * mini-<ARCH>.c (mono_arch_create_vars): Define this for all architectures.
6981 * mini.c (mono_method_to_ir): Avoid invalid memory reads for methods without a
6984 2007-11-14 Yoichi NAKAYAMA <nakayama@pixela.co.jp>
6986 * inssel-mips.brg (OP_OUTARG_MEMBASE (CEE_LDIND_R4 (base))): Add missing
6987 OP_LOADR4_MEMBASE emission.
6989 * mini-codegen.c (mono_spillvar_offset_int): Remove assertion.
6990 (mono_spillvar_offset_float): Ditto.
6992 * mini-mips.c (mono_arch_emit_prolog): Ditto.
6994 * inssel-long32-mips.brg: Fix wrong branching, reduce redundant code
6997 * basic-long.cs: Add regression tests for them.
6999 * mini-mips.c (add_float32_arg): Respect o32 calling convention in gr
7001 (mono_arch_allocate_vars): Fix representation of single-precision float
7003 (mono_arch_output_basic_block): Ditto.
7005 * inssel-mips.brg: Ditto, remove duplicate items.
7007 * mini-mips.c (emit_load_volatile_arguments): New function to handle
7008 arguments of tail calls as on other platforms.
7009 (mono_arch_output_basic_block): Handle tail calls.
7011 * inssel-mips.brg (OP_OUTARG_VT (CEE_LDOBJ (base))): Correct destination
7014 * objects.cs (test_5_pass_static_struct): Add test for it.
7016 Contributed under MIT/X11 license.
7018 2008-02-26 Zoltan Varga <vargaz@gmail.com>
7020 * Makefile.am: Use gmcs for compiling the regression tests.
7022 * *.2.cs *.2.il: Rename to *.cs and *.il.
7024 2008-02-24 Zoltan Varga <vargaz@gmail.com>
7026 * regalloc.h: Make the vassign array smaller.
7028 * mini.c (mini_method_compile): Remove an unused field in cfg.
7030 * mini-codegen.c: Add a bunch of micro optimizations.
7032 2008-02-23 Zoltan Varga <vargaz@gmail.com>
7034 * regalloc.h: Remove some unused fields.
7036 2008-02-22 Zoltan Varga <vargaz@gmail.com>
7038 * mini-amd64.c (mono_arch_patch_code): Fix a warning.
7040 * ssa.c (mono_ssa_remove): Avoid declaring volatile variables dead.
7042 2008-02-22 Mark Probst <mark.probst@gmail.com>
7044 * mini.h: New trampoline type (RGCTX_LAZY_FETCH).
7046 * mini-trampolines.c, tramp-amd64.c, tramp-x86.c: RGCTX lazy fetch
7047 trampoline: Fetch an entry from the runtime generic context. If
7048 it's NULL, jump to the actual trampoline to fill the runtime
7049 generic context. Otherwise, return it.
7051 * mini.c: Call the lazy fetch trampoline to get entries out of the
7052 runtime generic context.
7054 * tramp-ia64.c, tramp-arm.c, tramp-alpha.c, tramp-s390.c,
7055 tramp-s390x.c, tramp-ppc.c, tramp-hppa.c, tramp-mips.c,
7056 tramp-sparc.c: Stubs for the lazy fetch trampoline.
7058 2008-02-21 Mark Probst <mark.probst@gmail.com>
7060 * mini.c: Fetch data out of the extensible part of the runtime
7061 generic context instead of calling a helper function.
7063 * generic-sharing.c: Some functions moved into
7064 metadata/generic-sharing.c. Helper function for fetching other
7065 types now checks and asserts against extensible rgctx (just for
7066 debugging purposes - the helper function isn't called anymore
7067 unless for debugging).
7069 2008-02-21 Zoltan Varga <vargaz@gmail.com>
7071 * mini-arm.c (mono_arch_output_basic_block): Implement proper argument passing
7072 for tail calls up to the point that the tests in iltests.exe run. Also add a
7073 dummy CKFINITE implementation.
7074 (mono_arch_emit_prolog): Avoid saving the method in the LMF since it is only
7075 needed for trampoline LMF frames.
7077 * exceptions-arm.c (mono_arch_find_jit_info): Only read lmf->method for
7078 trampoline LMF frames.
7080 2008-02-21 Rodrigo Kumpera <rkumpera@novell.com>
7082 * mini.c (inline_method): clean any pending loader error when inlining fail.
7083 Otherwise loader errors in mono_method_to_ir leaks and cause spurious errors.
7085 2008-02-21 Zoltan Varga <vargaz@gmail.com>
7087 * aot-compiler.c (encode_patch): Handle ICALL_ADDR patch type.
7089 * aot-runtime.c (decode_patch_info): Ditto.
7091 * mini.c (mono_resolve_patch_target): Ditto.
7093 * aot-compiler.c (compile_method): Add some experimental code for AOT compiling
7096 * patch-info.h (PATCH_INFO): Add 'ICALL_ADDR' patch type.
7098 * mini.c (mono_method_to_ir): Convert a CEE_MONO_LDPTR opcode to an AOT constant
7099 if it references an icall address.
7101 2008-02-20 Zoltan Varga <vargaz@gmail.com>
7103 * cpu-s390x.md: Remove some more unused opcodes.
7105 * cpu-s390x.md: Remove some unused opcodes.
7107 * mini-ia64.c (mono_arch_lowering_pass): Add some more opcodes. Use
7108 mono_op_imm_to_op ().
7110 * mini-sparc.c (opcode_to_sparc_cond): Use the mono_opcode_to_cond () functions
7111 instead of a switch statement.
7113 * mini-sparc.c (mono_arch_allocate_vars): Allocate a stack slot for use by
7114 the int<->float conversion opcodes instead of using mono_spillvar_offset_float ().
7116 * mini-codegen.c: Eliminate rassign macro which is no longer needed.
7118 * mini-codegen.c: Remove unused mono_regstate2_... functions.
7120 * mini-codegen.c (mono_print_ins_index): Avoid printing an index when it is
7123 2008-02-19 Zoltan Varga <vargaz@gmail.com>
7125 * driver.c (mono_main): Improve error reporting when an assembly cannot be
7126 opened. Fixes #362607.
7128 * cpu-ia64.md cpu-s390x.md: Remove some unused opcodes.
7130 * iltests.il.in: Add a test for static methods in interfaces.
7132 2008-02-18 Zoltan Varga <vargaz@gmail.com>
7134 * genmdesc.c (build_table): Fix a crash on older glib versions.
7136 * cpu-sparc.md: Remove some unused opcodes.
7138 * genmdesc.c: Error out if the .md contains CEE_ opcodes if
7139 MONO_ARCH_ENABLE_NORMALIZE_OPCODES is defined.
7141 * cpu-amd64.md: Remove some unused opcodes.
7143 * mini.h mini-ops.h mini.c: Define the OP_Ccc opcodes in mini-ops.h normally
7144 like the other opcodes.
7146 2008-02-17 Zoltan Varga <vargaz@gmail.com>
7148 * mini-ia64.c: Use cfg->vret_addr instead of cfg->ret.
7150 * mini-arm.h mini-arm.c: Use cfg->vret_addr instead of cfg->ret.
7152 * mini-sparc.c: Use cfg->vret_addr instead of cfg->ret. Name the MonoCompile
7153 variables 'cfg' instead of 'm' for consistency.
7155 * mini-x86.c: Use cfg->vret_addr instead of cfg->ret.
7157 * mini.h (MonoCompile): Add new 'vret_addr' field which represents the hidden
7158 argument holding the vtype return address, to avoid the ambigious use of
7159 cfg->ret for this purpose.
7161 * mini.c (NEW_RETLOADA): Use vret_addr if set.
7163 * mini-amd64.c: Use cfg->vret_addr instead of cfg->ret.
7165 * mini-codegen.c (mono_print_ins): Rename to mono_print_ins_index (), Add a
7166 new mono_print_ins () function which only takes one argument.
7168 2008-02-15 Zoltan Varga <vargaz@gmail.com>
7170 * mini-s390.h (MONO_OUTPUT_VTR): Use cfg instead of s, avoid assignments to
7173 2008-02-14 Zoltan Varga <vargaz@gmail.com>
7175 * mini-ops.h: Get rid of OP_SPARC_LOCALLOC_IMM.
7177 * mini-sparc.c inssel-sparc.brg: Use OP_LOCALLOC_IMM instead of OP_SPARC_LOCALLOC_IMM.
7179 * mini-x86.c: Sync with the version on the linear IR branch by adding new
7180 opcodes and other small changes.
7182 * mini-ops.h: Add some new opcodes from the linear IR branch.
7184 * mini-ops.h: Get rid of the OP_X86_..._MEMBASE opcodes.
7186 * mini-x86.c inssel-x86.brg cpu-x86.md: Get rid of the confusing _MEMBASE
7187 opcodes, use the REG_MEMBASE opcodes instead.
7189 * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Get rid of the confusing _MEMBASE
7190 opcodes, use the REG_MEMBASE opcodes instead.
7192 * mini-amd64.c (mono_arch_output_basic_block): Sync with the version on the
7195 * mini.c (mono_op_imm_to_op): New helper function.
7197 * mini-ops.h: Add some opcodes from linear IR branch.
7199 2008-02-13 Zoltan Varga <vargaz@gmail.com>
7201 * mini-alpha.h mini-alpha.c tramp-alpha.c: Alpha port updates from Sergey Tikhonov
7204 2008-02-12 Zoltan Varga <vargaz@gmail.com>
7206 * mini.c (mono_normalize_opcodes): Always convert CEE_CONV_R4/R8 to
7209 * mini-ia64.c cpu-ia64.md: Add OP_ICONV_TO_R4/R8.
7211 2008-02-09 Zoltan Varga <vargaz@gmail.com>
7213 * aot-compiler.c (emit_method_code): Add an assert.
7215 * mini-arm.h mini-arm.c exceptions-arm.c: Modify the exception throwing code and
7216 the IMT code so it is AOT friendly. Enable AOT for methods which call interface
7219 2008-02-08 Zoltan Varga <vargaz@gmail.com>
7221 * mini-arm.c (mono_arch_output_basic_block): Fix the ordering of arguments for
7222 some load/store opcodes so they are consistent.
7223 (mono_arch_emit_prolog): Simplify some code.
7225 * aot-runtime.c (mono_aot_get_plt_entry): Fix a warning.
7227 * objects.cs: Add tests for large argument offsets on ARM.
7229 * mini-arm.c (mono_arch_emit_prolog): Fix handling of arguments with large
7230 stack offsets. Fixes #359651.
7232 * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R4/R8 properly.
7234 * cpu-s390x.md: Add OP_LCONV_TO_R4/R8.
7236 * cpu-ia64.md mini-ia64.h mini-ia64.c: Get rid of CEE_ opcodes.
7238 * mini-ops.h: Add OP_ICONV_TO_R_UN opcode.
7240 * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R_UN too.
7242 * cpu-s390x.md cpu-s390.md mini-s390x.c mini-arm.c cpu-arm.md mini-s390.c: Get
7243 rid of CEE_CONV_R_UN.
7245 * mini-s390x.c mini-s390x.h cpu-s390x.md inssel-s390x.brg: Get rid of CEE_ opcodes.
7247 2008-02-07 Zoltan Varga <vargaz@gmail.com>
7249 * mini-s390.c mini-s390.h cpu-s390.md: Get rid of CEE_ opcodes.
7251 * mini.c (mono_normalize_opcodes): Add some more opcodes.
7253 * mini-arm.c mini-arm.h cpu-arm.md: Get rid of CEE_ opcodes.
7255 * cpu-amd64.md: Remove some unused opcodes.
7257 * mini-sparc.c mini-sparc.h cpu-sparc.md: Get rid of CEE_ opcodes.
7259 * mini-x86.c mini-x86.h cpu-x86.md: Get rid of CEE_ opcodes.
7261 * mini.c mini-<ARCH>.c: Remove mono_arch_local_regalloc (), instead make
7262 arch specific functions for its parts. Call the peephole pass after local
7263 regalloc so the prolog can compute a more accurate max_offset.
7265 * mini.c (mono_normalize_opcodes): New mini pass to convert CEE_ opcodes to
7266 the corresponding OP_I/OP_L opcodes.
7268 * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of CEE_ opcodes.
7270 * mini-sparc.c (mono_arch_output_basic_block): Fix the sparc build.
7272 2008-02-06 Zoltan Varga <vargaz@gmail.com>
7274 * mini-s390.c (mono_arch_get_inst_for_method): Remove the Interlocked cases
7275 as they are handled in mini.c.
7277 * mini-s390x.c (mono_arch_get_inst_for_method): Ditto.
7279 * mini-<ARCH>.c (mono_arch_get_inst_for_method): Remove the MemoryBarrier
7280 case since it is handled in mini.c.
7282 * cpu-sparc.md (sparc_setfreg_float): Fix the sparc build.
7284 * mini-ops.h: Add new opcodes OP_CALL/OP_CALLVIRT.
7286 * *.c: Use the new opcodes in the IR and back end code.
7288 * mini-ops.h cpu-<ARCH>.md: Correct the name of the bgt_un opcodes.
7290 * mini-amd64.c (emit_call_body): Use a far-call for calling dynamic methods.
7292 2008-02-06 Mark Probst <mark.probst@gmail.com>
7294 * mini-trampolines.c (mono_generic_class_init_trampoline): Removed
7295 an assert because it has a race condition.
7297 2008-02-06 Zoltan Varga <vargaz@gmail.com>
7299 * tramp-amd64.c (mono_arch_patch_callsite): Add more diagnostics.
7301 * inssel.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused CEE_RET opcode.
7303 * mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused LDIND/STIND opcodes.
7305 * *.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of OP_SETREG/OP_SETFREG/OP_SETREGIMM,
7306 use OP_MOVE/OP_FMOVE/OP_ICONST instead.
7308 2008-02-05 Zoltan Varga <vargaz@gmail.com>
7310 * cpu-amd64.md (move): Correct the maximum size of move.
7312 2008-02-05 Mark Probst <mark.probst@gmail.com>
7314 * tramp-amd64.c, tramp-x86.c, mini-trampolines.c: Added a check in
7315 the generic class init trampoline to return quickly if the class
7318 2008-02-04 Zoltan Varga <vargaz@gmail.com>
7320 * tramp-amd64.c (mono_arch_patch_callsite): Add some diagnostics to help debug
7321 issues where an 32 bit callsite cannot be patched by a 64 bit address.
7323 2008-02-03 Zoltan Varga <vargaz@gmail.com>
7325 * generics.2.cs generics-variant-types.2.il: Merge some tests from the linear IR
7328 2008-01-31 Zoltan Varga <vargaz@gmail.com>
7330 * objects.cs: Add some soft-float tests.
7332 * mini.c: Fix a couple more soft-float issues.
7334 * helpers.c (mono_disassemble_code): Fix disassembly on ARM.
7336 * mini-amd64.c (peephole_pass): Use IXOR instead of LXOR for zeroing a register to
7339 2008-01-30 Zoltan Varga <vargaz@gmail.com>
7341 * exceptions-x86.c (mono_arch_find_jit_info): Fix stack unwinding when an
7342 exception happens while compiling a virtual method.
7344 2008-01-29 Zoltan Varga <vargaz@gmail.com>
7346 * mini-sparc.c (mono_arch_emit_epilog): Fix folding of negative return values.
7348 * mini-sparc.c: Fix build.
7350 * mini-sparc.c (get_call_info): Add support for generic sharing.
7352 * mini-exceptions.c: Add a FIXME.
7354 2008-01-27 Zoltan Varga <vargaz@gmail.com>
7356 * mini-exceptions.c (mono_handle_exception_internal): Remove the old style
7357 altstack handling code.
7359 * mini-s390.c (mono_arch_emit_exceptions): Really fix a warning.
7361 * mini-s390.c (mono_arch_emit_exceptions): Fix a warning.
7363 * mini-s390.c: Add support for generic sharing.
7365 * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame):
7367 (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
7369 * mini-s390x.c (mono_arch_emit_exceptions): Fix a warning.
7371 * mini-s390x.c: Add support for generic sharing.
7373 * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame):
7375 (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
7377 * mini-s390x.c: Use is_imm16 instead of is_uimm16 when checking whenever s390_aghi
7378 can be used since it takes a 16 bit signed immediate.
7380 * inssel-s390x.brg: Fix OP_SETRET.
7382 * mini-s390x.c (mono_arch_output_basic_block): Fix OP_BREAK.
7384 * mini-codegen.c (mono_opcode_to_cond): Fix a warning.
7386 * mini-s390x.c cpu-s390x.md: Implement sext.i4 properly by sign extension.
7388 * mini.c (mono_create_delegate_trampoline): Don't use mono_create_ftpntr here.
7390 * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_addr_from_ftnptr
7393 * mini-ia64.h mini-ia64.c: Add minimal support for the delegate trampoline
7396 * mini.h inssel-x86.brg inssel-amd64.brg tramp-alpha.c tramp-ia64.c: Get rid
7397 of the unused mono_arch_patch_delegate_trampoline stuff.
7399 2008-01-26 Zoltan Varga <vargaz@gmail.com>
7401 * basic-long.cs: Move the fp related tests to basic-float.cs.
7403 * mini-ops.h (OP_OUTARG_FREG_R4): New opcode.
7405 * mini-ia64.c inssel-ia64.brg: Implement proper R4 argument passing.
7407 * basic-calls.cs: Add a test for proper float argument passing.
7409 * mini-ia64.h (mono_ia64_context_get_ip): Do not substract 1 from the ip
7410 if the context corresponds to an exception received through a signal.
7412 * exceptions.cs: Add a test for nullref handling at the start of a try
7415 * mini-ia64.c (mono_arch_call_opcode): Fix ia64 argument passing.
7417 * jit-icalls.c (mono_break): New JIT icall.
7419 * mini-<ARCH>.c: Use mono_break instead of mono_arch_break.
7421 * mini-arm.c (arm_patch): Add support for patching the blx calling sequence.
7423 2008-01-25 Zoltan Varga <vargaz@gmail.com>
7425 * cpu-*.md: Get rid of unused opcodes.
7427 * cpu-g4.md: Rename this to cpu-ppc.md for consistency with other archs.
7429 * Makefile.am: Move mini-trampolines.c to $(common_sources) since it is now used
7432 * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE
7435 * mini-s390x.h tramp-s390x.c Makefile.am: Rework the s390x trampoline code to use
7436 the arch independent trampoline code in mini-trampolines.c.
7438 * aot-runtime.c (mono_aot_init_vtable): Fix a warning.
7440 * mini.c (get_runtime_generic_context_ptr): Fix a warning.
7442 * mini-s390.h: Remove an unused define.
7444 * mini-s390.h tramp-s390.c Makefile.am: Rework the s390 trampoline code to use
7445 the arch independent trampoline code in mini-trampolines.c.
7447 * mini-arm.c (mono_arch_emit_prolog): Fix build.
7449 2008-01-24 Zoltan Varga <vargaz@gmail.com>
7451 * mini-sparc.c (mono_arch_output_basic_block): Remove some unecessary code.
7453 * mini-s390.c (mono_arch_emit_prolog): Fix build.
7455 * mini-s390x.c (mono_arch_emit_prolog): Fix build.
7457 * mini-ppc.c (mono_arch_emit_prolog): Fix build.
7459 * cpu-amd64.md: Use smaller sizes for int opcodes.
7461 * *.c: Get rid of the NOT_IMPLEMENTED define which is now in mini.h.
7463 * *.cs: Add some tests from the linear-ir branch. Move structs tests to
7466 * driver.c (mono_main): Add a --break-at-bb command line argument for JIT
7469 * mini.h *.c: Change cfg->vars to contain the MonoMethodVar entries directly
7470 instead of though a pointer to save an indirection when accessing elements of
7473 * mini.h (MONO_IS_COND_BRANCH_OP): Move these macros here from mini.c. Fix
7475 (NOT_IMPLEMENTED): New helper macro.
7476 (MONO_BB_FOR_EACH_INS): New helper macro to iterate through the instructions
7479 * *.c: Use the new helper macro.
7481 2008-01-21 Zoltan Varga <vargaz@gmail.com>
7483 * mini-x86.h (MONO_ARCH_AOT_SUPPORTED): Disable AOT for apple x86.
7485 2008-01-20 Zoltan Varga <vargaz@gmail.com>
7487 * mini-amd64.c (mono_arch_emit_prolog): Optimize the omit fp case to save two
7490 2008-01-18 Zoltan Varga <vargaz@gmail.com>
7492 * mini-amd64.c (mono_arch_emit_prolog): Disable the new optimization if
7493 profiling is enabled.
7495 * mini-amd64.c (mono_arch_call_opcode): Emit the save_sp_to_lmf instruction at
7497 (mono_arch_emit_prolog): Add more first bblock optimizations.
7499 * mini-amd64.c (mono_arch_call_opcode): Keep assignments to the arg registers
7500 in order if possible.
7501 (mono_arch_emit_prolog): Optimize assignments to arg registers in the first
7502 bblock, since the arguments are still in their original registers.
7504 * mini.c (type_from_op): Calling add.ovf on floats is not valid IL code.
7506 2008-01-17 Zoltan Varga <vargaz@gmail.com>
7508 * mini.c (mono_method_to_ir): Use the no-spilling optimization for CEE_CALLI
7511 * mini-amd64.c (mono_arch_emit_prolog): Save an instruction if the LMF is at
7514 * mini-amd64.h (MONO_ARCH_HAVE_NOTIFY_PENDING_EXC): Turn on this for amd64.
7516 * exceptions-amd64.c (mono_arch_notify_pending_exc): New function to
7517 process async exceptions received while in unmanaged code.
7519 * mini.c (mini_init): Install a callback with the runtime which will be called
7520 when a thread receives an async exception while in unmanaged code.
7522 * mini.c driver.c: Update after mono_get_native_wrapper () signature change.
7524 * mini-s390x.c (mono_arch_output_basic_block): Fix s390x build.
7526 2008-01-16 Wade Berrier <wberrier@novell.com>
7533 2008-01-16 Zoltan Varga <vargaz@gmail.com>
7535 * mini-x86.c (mono_arch_output_basic_block): Remove some gccism which prevents
7536 compilation with sun cc.
7538 * cpu-*.md: Fix the build.
7540 * cpu-x86.md: Fix the length of some load membase opcodes. Fixes #354241.
7542 * mini-amd64.h: Add some comments to the MonoLMF structure.
7544 * mini-ops.h cpu-amd64.c: Add a OP_AMD64_SAVE_SP_TO_LMF opcode.
7546 * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Avoid setting the rip field
7547 in the LMF structure if possible. This saves two instructions in the
7548 managed->native wrappers.
7550 * mini-ops.h *.md: Make some opcodes names uniform by removing the op_ prefix.
7552 2008-01-16 Mark Probst <mark.probst@gmail.com>
7554 * generic-sharing.c: New type argument lookup code which uses the
7555 runtime generic context template.
7557 2008-01-15 Zoltan Varga <vargaz@gmail.com>
7559 * mini.c (mono_method_to_ir): Avoid emitting a write barrier when storing NULL.
7561 * mini-arm.c (add_general): Fix arm eabi parameter passing.
7562 (mono_arch_output_basic_block): Fix localloc implementation.
7564 * mini-amd64.c (peephole_pass): Sync store+load optimizations with the x86 version.
7566 * mini-ia64.c (peephole_pass): Fix ia64 build.
7568 * mini-amd64.c (peephole_pass): Fix a warning.
7570 * mini-amd64.c (mono_arch_allocate_vars): Make sure the LMF is always stored
7571 at a constant offset from sp/fp.
7573 * exceptions-amd64.c (mono_arch_find_jit_info): Compute the LMF address from fp/sp
7574 instead of obtaining it from *lmf in the managed method case.
7576 2008-01-14 Zoltan Varga <vargaz@gmail.com>
7578 * exceptions-amd64.c (mono_arch_find_jit_info): Remove some duplicate code.
7580 Mon Jan 14 12:33:06 CET 2008 David S. Miller <davem@davemloft.net>
7582 * mini.h (MonoInstList): New type.
7583 (MONO_INST_LIST_INIT, MONO_INST_LIST_EMPTY,
7584 __MONO_INST_LIST_ADD, MONO_INST_LIST_ADD,
7585 MONO_INST_LIST_ADD_TAIL, __MONO_INST_LIST_DEL,
7586 __MONO_INST_LIST_SPLICE, MONO_INST_LIST_SPLICE,
7587 MONO_INST_LIST_SPLICE_TAIL, MONO_INST_LIST_SPLICE_INIST,
7588 MONO_INST_LIST_SPLICE_TAIL_INIT, mono_container_of,
7589 MONO_INST_LIST_ENTRY, MONO_INST_LIST_FIRST_ENTRY,
7590 MONO_INST_LIST_LAST_ENTRY, MONO_INST_LIST_FOR_EACH,
7591 MONO_INST_LIST_FOR_EACH_PREV, MONO_INST_LIST_FOR_EACH_SAFE,
7592 MONO_INST_LIST_FOR_EACH_PREV_SAFE,
7593 MONO_INST_LIST_FOR_EACH_ENTRY,
7594 MONO_INST_LIST_FOR_EACH_ENTRY_REVERSE,
7595 MONO_INST_LIST_FOR_EACH_ENTRY_SAFE,
7596 mono_inst_list_first, mono_inst_list_last,
7597 mono_inst_list_next, mono_inst_list_prev): New instruction
7598 list handling interfaces.
7599 (MonoBasicBlock): Remove 'last_ins' and 'code', replace with
7600 list head 'ins_list'.
7601 (MonoInst): Replace next pointer with list head 'node'.
7602 (MonoCallInst): Make 'out_args' a MonoInstList.
7603 (MONO_INST_NEW_CALL): Explicitly init ->out_args.
7604 (MonoCompile): Delete reverse_inst_list and
7605 reverse_inst_list_len.
7606 * mini-hppa.c (mono_arch_call_opcode, NEW_INS,
7607 mono_arch_lowering_pass, mono_arch_local_regalloc,
7608 mono_arch_output_basic_block, mono_arch_emit_prolog):
7609 Convert to new instruction lists.
7610 (insert_after_ins): Delete.
7611 * inssel.brg (MONO_EMIT_NEW_BRANCH_BLOCK): Convert to new
7613 * mini-hppa.h (MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Likewise.
7614 * mini.c (NEW_BBLOCK, ADD_BBLOCK, CHECK_BBLOCK,
7615 split_bblock, mono_add_ins_to_end, mono_emit_call_args,
7616 mono_emulate_opcode, mono_emit_load_got_addr,
7617 inline_method, mono_method_to_ir, mono_print_bb_code,
7618 print_dfn, decompose_pass, nullify_basic_block,
7619 replace_out_block_in_code, remove_block_if_useless,
7620 merge_basic_blocks, move_basic_block_to_end,
7621 try_unsigned_compare, optimize_branches, mono_print_code,
7622 mini_select_instructions, remove_critical_edges): Likewise.
7623 * mini-amd64.c (emit_sig_cookie, mono_arch_call_opcode,
7624 peephole_pass_1, peephole_pass, mono_arch_lowering_pass,
7625 mono_arch_output_basic_block, mono_arch_emit_prolog):
7627 * mini-mips.c (mono_arch_call_opcode, peephole_pass,
7628 NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
7629 mono_arch_output_basic_block): Likewise.
7630 (inst_list_prepend, insert_after_ins): Delete.
7631 * mini-mips.h (MONO_EMIT_NEW_BRANCH_NONZERO_LABEL,
7632 MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Convert to new
7634 * mini-x86.c (emit_sig_cookie, mono_arch_call_opcode,
7635 peephole_pass_1, peephole_pass, mono_arch_output_basic_block,
7636 mono_arch_emit_prolog): Likewise.
7637 * cfold.c (mono_constant_fold): Likewise.
7638 * liveness.c (visit_bb, mono_analyze_liveness,
7639 optimize_initlocals): Likewise.
7640 * ssapre.c (dump_code, process_bb, code_motion): Likewise.
7641 * graph.c (mono_draw_code_cfg): Likewise.
7642 * ssa.c (mono_ssa_rename_vars, mono_ssa_compute,
7643 mono_ssa_remove, mono_ssa_avoid_copies, mono_ssa_create_def_use,
7644 mono_ssa_cprop): Likewise.
7645 * abcremoval (get_relations_from_previous_bb, process_block):
7647 * local-propagation (mono_cprop_invalidate_values,
7648 mono_local_cprop_bb): Likewise.
7649 * mini-s390x.c (mono_arch_call_opcode, emit_sig_cookie,
7650 peephole_pass, mono_arch_output_basic_block,
7651 mono_arch_emit_prolog): Likewise.
7652 * mini-arm.c (mono_arch_call_opcode, peephole_pass,
7653 NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
7654 mono_arch_emit_prolog): Likewise.
7655 (insert_after_ins): Delete.
7656 * aliasing.c (print_code_with_aliasing_information,
7657 mono_build_aliasing_information, mono_aliasing_deadce):
7658 Convert to new instruction lists.
7659 * mini-ia64.c (emit_sig_cookie, mono_arch_call_opcode,
7660 peephole_pass, NEW_INS, mono_arch_lowering_pass,
7661 mono_arch_local_regalloc, mono_arch_output_basic_block):
7663 (insert_after_ins): Delete.
7664 * mini-sparc.c (emit_sig_cookie, mono_arch_call_opcode,
7665 peephole_pass, mono_arch_output_basic_block): Convert to
7666 new instruction lists.
7667 * mini-codegen (InstList, inst_list_prepend,
7668 insert_after_ins): Delete.
7669 (insert_before_ins, get_register_force_spilling,
7670 get_register_spilling, free_up_ireg, free_up_reg,
7671 create_copy_ins, create_spilled_store, alloc_int_reg,
7672 alloc_float_reg, alloc_reg, mono_local_regalloc): Convert
7673 to new instruction lists.
7674 * mini-ppc.c (mono_arch_call_opcode, peephole_pass,
7675 NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
7676 mono_arch_output_basic_block, mono_arch_emit_prolog): Likewise.
7677 (insert_after_ins): Delete.
7678 * mini-alpha.c (NEW_INS, peephole_pass, mono_arch_lowering_pass,
7679 mono_arch_local_regalloc, mono_arch_output_basic_block,
7680 mono_arch_call_opcode): Convert to new instruction lists.
7681 (insert_after_ins): Delete.
7682 * mini-s390.c (mono_arch_call_opcode, emit_sig_cookie,
7683 peephole_pass, mono_arch_output_basic_block,
7684 mono_arch_emit_prolog): Convert to new instruction lists.
7686 2008-01-11 Zoltan Varga <vargaz@gmail.com>
7688 * mini-amd64.c (mono_arch_output_basic_block): Use a 4 byte load in OP_CHECK_THIS.
7690 * mini-sparc.c (mono_arch_output_basic_block): Use a byte load in CHECK_THIS.
7693 * Makefile.am (version.h): Make this work with non-bash shells.
7695 2008-01-10 Zoltan Varga <vargaz@gmail.com>
7697 * mini.c (handle_delegate_ctor): Optimize away setting of NULL target.
7699 2008-01-08 Zoltan Varga <vargaz@gmail.com>
7701 * mini.c (mono_method_to_ir): Fix possible reading of invalid memory in
7702 the InitializeArray optimization.
7704 2008-01-06 Zoltan Varga <vargaz@gmail.com>
7706 * mini.c driver.c: Don't include os/gc_wrapper.h.
7708 2008-01-05 Zoltan Varga <vargaz@gmail.com>
7710 * mini.c (print_jit_stats): Print GC statistics if available.
7712 2008-01-04 Zoltan Varga <vargaz@gmail.com>
7714 * mini-amd64.c (mono_arch_allocate_vars): Align argument storage offsets to 8.
7716 2007-12-29 Zoltan Varga <vargaz@gmail.com>
7718 * mini-ppc.c (mono_arch_get_delegate_invoke_impl): Fix flushing of icache.
7720 2007-12-26 Zoltan Varga <vargaz@gmail.com>
7722 * mini.c (mini_init): Move the setting of GC_stackbottom to mono_gc_base_init ().
7724 * mini.c (mini_init): Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
7726 * driver.c (mono_main): Ditto.
7728 2007-12-23 Zoltan Varga <vargaz@gmail.com>
7730 * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_delegate_invoke ().
7732 * aot-compiler.c (emit_klass_info): Avoid emitting info if one of the methods
7733 in the vtable can't be encoded.
7734 (compile_method): Ditto.
7736 2007-12-21 Zoltan Varga <vargaz@gmail.com>
7738 * mini.c (setup_jit_tls_data): Use the MONO_ARCH_INIT_TOP_LMF_ENTRY macro if
7741 * mini-amd64.h mini-amd64.c exceptions-amd64.c tramp-amd64.c: Rename lmf->ebp to
7744 * exceptions-amd64.c (mono_arch_find_jit_info): Fix the detection of whenever
7745 the top LMF entry belongs to the current method.
7747 * mini.c: Update after renaming of mono_thread_get_pending_exception ().
7749 2007-12-20 Zoltan Varga <vargaz@gmail.com>
7751 * tramp-ia64.c (mono_arch_create_trampoline_code): Fix a warning.
7753 * tramp-ia64.c (mono_arch_create_trampoline_code): Ditto.
7755 * tramp-sparc.c (mono_arch_create_trampoline_code): Check for thread interruption.
7757 * tramp-amd64.c (mono_arch_create_trampoline_code): Ditto.
7759 * tramp-x86.c (mono_arch_create_trampoline_code): Check for thread interruption.
7761 * cpu-amd64.md mini-amd64.h mini-amd64.c inssel-amd64.brg: Add ulong->double
7764 * basic-float.cs: Add an ulong->double cast test.
7766 2007-12-15 Zoltan Varga <vargaz@gmail.com>
7768 * mini.c (mono_method_to_ir): Fix a warning.
7770 2007-12-14 Zoltan Varga <vargaz@gmail.com>
7772 * mini-ops.h: Add OP_SWITCH.
7774 * mini.c graph.c ssa.c aliasing.c mini-<ARCH>.c inssel-<ARCH>.brg: Avoid using
7775 CEE_SWITCH in back-end code, use OP_SWITCH instead.
7777 2007-12-11 Geoff Norton <gnorton@novell.com>
7779 * mini-s390x.c: Minor change to the MAX() define to allow
7780 it to compile with other gcc versions.
7782 2007-12-11 Geoff Norton <gnorton@novell.com>
7785 * mini-s390x.c: Implement sext_i4 to fix the build on s390x
7787 2007-12-11 Rodrigo Kumpera <rkumpera@novell.com>
7789 exceptions-arm.c (mono_arch_get_restore_context): Restore
7792 exceptions-arm.c (throw_exception): Save the frame pointer.
7793 This is a partial fix for #323747. Only the client side is
7796 2007-12-11 Rodrigo Kumpera <rkumpera@novell.com>
7798 * mini.c (mono_method_to_ir): Verbose message in CEE_NEWOBJ
7799 was using an unrelated variable to log the class which
7800 needed the cctor to be called. This was crashing on arm.
7802 2007-12-09 Robert Jordan <robertj@gmx.net>
7804 * mini-x86.c (mono_arch_emit_epilog):
7805 Consider all kinds of 64-bit types. Fixes #323114.
7807 2007-12-08 Zoltan Varga <vargaz@gmail.com>
7809 * tramp-amd64.c (mono_arch_create_trampoline_code): Clean up the code a bit.
7811 2007-12-07 Zoltan Varga <vargaz@gmail.com>
7813 * mini-amd64.c (peephole_pass): Add a missing instruction check.
7815 Fri Dec 7 22:08:23 CET 2007 Paolo Molaro <lupus@ximian.com>
7817 * mini.c: run type ctor before allocating an object, not only
7818 when running it's constructor method (fixes at least part of bug #342507).
7820 2007-12-07 Zoltan Varga <vargaz@gmail.com>
7822 * mini-trampolines.c (mono_delegate_trampoline): Fix a warning.
7824 * mini-trampolines.c (mono_generic_class_init_trampoline): Remove a debug printf.
7825 * mini.h mini-amd64.c mini-x86.c: Get rid of the mono_arch_find_vtable ()
7828 * tramp-x86.c tramp-amd64.c mini-trampolines.c: Pass the vtable argument to
7829 mono_generic_class_init_trampoline () the same as it is done with the other
7832 * mini-arm.h mini-arm.c tramp-arm.c inssel-arm.brg cpu-arm.md
7833 aot-runtime.c aot-compiler.c: Implement AOT support.
7835 2007-12-07 Mark Probst <mark.probst@gmail.com>
7837 * mini-trampolines.c (mono_generic_class_init_trampoline): Fixed
7838 build for archs which don't have the vtable trampoline defined
7841 2007-12-07 Zoltan Varga <vargaz@gmail.com>
7843 * tramp-x86.c (mono_arch_create_trampoline_code): Fix the build.
7845 * tramp-ppc.c (mono_arch_create_trampoline_code): Use the new helper function.
7847 * mini-trampolines.c (mono_get_trampoline_func): New helper function.
7849 * tramp-<ARCH>.c: Use the new helper function.
7851 2007-12-07 Mark Probst <mark.probst@gmail.com>
7853 * inssel.brg: Added a pattern for the OP_TRAMPCALL_VTABLE
7854 trampoline call, which takes a vtable argument.
7856 * graph.c, mini-ops.h, local-propagation.c, aliasing.c: Treat
7857 OP_TRAMPCALL_VTABLEs like other calls.
7859 * mini-amd64.c, mini-amd64.h, mini-x86.c, mini-x86.h: Designated a
7860 register to hold the vtable argument to the OP_TRAMPCALL_VTABLE
7861 call. Implemented a support function which fetches the vtable
7862 from a register set.
7864 * mini.c, mini.h, tramp-amd64.c, tramp-x86.c, mini-trampolines.c:
7865 Implemented a generic class init trampoline, using the
7866 OP_TRAMPCALL_VTABLE opcode.
7868 * mini.c: Implemented static field access when sharing generic
7869 code. This implies initing the class using the new
7870 OP_TRAMPCALL_VTABLE call.
7872 2007-12-07 Mark Probst <mark.probst@gmail.com>
7874 * mini.c: Don't compile methods with sharing enabled if their
7875 classes are disabled for sharing.
7877 2007-12-06 Zoltan Varga <vargaz@gmail.com>
7879 * inssel.brg: Add a missing sign extension to the GETCHR and array access
7880 opcodes. Fixes #346563.
7882 * objects.cs: Add a new test.
7884 * aot-compiler.c (emit_method_code): Put back an #ifdef which is needed.
7886 * mini-<ARCH>.h mini.c aot-compiler.c aot-runtime.c: Get rid of the
7887 HAVE_PIC_AOT define and use AOT_SUPPORTED instead.
7889 2007-12-06 Zoltan Varga <vargaz@gmail.com>
7891 * mini-arm.h mini-arm.c: Add support for the common vtable trampoline.
7893 2007-12-03 Zoltan Varga <vargaz@gmail.com>
7895 * mini-arm.c (mono_arch_emit_exceptions): Avoid uninitialized memory in the
7898 2007-12-02 Zoltan Varga <vargaz@gmail.com>
7900 * patch-info.h (PATCH_INFO): Add DELEGATE_TRAMPOLINE.
7902 * mini.c aot-compiler.c aot-runtime.c: Implement the delegate creation
7903 optimization in the AOT case.
7905 2007-11-30 Zoltan Varga <vargaz@gmail.com>
7907 * aot-runtime (mono_aot_get_method_from_vt_slot): Add support for multi-byte method ref encodings.
7909 * aot-runtime.c (decode_klass_ref): Implement decoding of generic instances.
7911 * aot-compiler.c (encode_klass_ref): Implement proper encoding of generic instances.
7913 * mini.c (mono_method_to_ir): Optimize the common ldftn+create delegate combination.
7915 * mini-trampolines.c (mono_delegate_trampoline): Add some code to handle the case when the delegate
7916 is created by the inlined delegate ctor.
7918 * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.
7920 * mini.c (mono_jit_compile_method_inner): Replace calls to delegate invoke with the trampoline here too.
7922 2007-11-29 Zoltan Varga <vargaz@gmail.com>
7924 * cpu-x86.md: Fix the length of ckfinite.
7926 2007-11-28 Zoltan Varga <vargaz@gmail.com>
7928 * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.
7930 * mini-x86.c (mono_arch_output_basic_block): Clean up the fp stack properly in CKFINITE.
7931 (mono_arch_output_basic_block): Get rid of unused last_ins and last_offset.
7933 * mini-x86.c (mono_arch_output_basic_block): Add some micro optimizations.
7935 * mini-x86.c inssel-x86.brg cpu-x86.md: Move the implementation of the
7936 OP_START_HANDLER/OP_ENDFINALLY/OP_ENDFILTER opcodes to mini-x86.c.
7938 2007-11-28 Martin Baulig <martin@ximian.com>
7941 (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline()
7942 after creating the trampoline.
7944 2007-11-27 Zoltan Varga <vargaz@gmail.com>
7946 * aot-runtime.c (load_aot_module): Check runtime version if needed.
7948 * aot-compiler.c: Add bind-to-runtime-version for producing AOT files which only load into a runtime with
7951 * generic-sharing.c (mono_helper_get_rgctx_other_ptr): Change the signature to take the calling class
7952 instead of the calling method to help AOT.
7954 * mini.c (get_runtime_generic_context_other_ptr): Update after the change.
7956 2007-11-26 Zoltan Varga <vargaz@gmail.com>
7958 * aot-runtime.c (mono_aot_init_vtable): Simplify this if MONO_ARCH_COMMON_VTABLE_TRAMPOLINE
7961 2007-11-23 Zoltan Varga <vargaz@gmail.com>
7963 * aot-compiler.c (emit_class_name_table): Properly encode generic class names.
7965 * aot-compiler.c (compile_method): Correct check for generic method definitions.
7966 (encode_method_ref): No need to handle generic method definitions specially.
7968 * mini.h (MONO_AOT_FILE_VERSION): Bump this.
7970 * aot-runtime.c (decode_klass_ref): Clean this up and rename from
7973 * aot-compiler.c (encode_klass_ref): Clean this up and rename from
7975 (compile_method): Enable generic sharing.
7977 2007-11-22 Zoltan Varga <vargaz@gmail.com>
7979 * mini.c (get_runtime_generic_context_other_ptr): Disable AOT here.
7980 (mini_method_compile): Add preliminary support for AOTing shared generic code.
7982 * aot-compiler.c (compile_method): Add preliminary support for AOTing shared
7985 * mini-trampolines.c: Fix a warning.
7987 * mini.c (get_runtime_generic_context_other_ptr): Use NEW_METHODCONST instead of
7989 (mono_method_to_ir): Use NEW_DOMAINCONST in one place.
7990 (generic_class_is_reference_type): Remove unused function.
7992 * mini-trampolines.c (mono_magic_trampoline): Avoid loading metadata if possible
7993 in the generic vtable trampoline case.
7995 * aot-runtime.c (mono_aot_init_vtable): Use the generic vtable trampoline.
7997 * aot-runtime.c (mono_aot_get_method_from_vt_slot): New helper function to
7998 return an AOT method based on a vtable slot.
8000 * aot-compiler.c (compile_method): Avoid AOTing synchronized methods for now.
8002 * mini.c (mini_get_vtable_trampoline): Export this.
8004 2007-11-22 Martin Baulig <martin@ximian.com>
8007 (MonoDebuggerInfo): Move `debugger_version' up.
8009 2007-11-22 Martin Baulig <martin@ximian.com>
8012 (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline().
8014 * mini-trampolines.c
8015 (mono_delegate_trampoline): Call mono_debugger_trampoline_compiled()
8016 after compiling the method.
8018 2007-11-20 Martin Baulig <martin@ximian.com>
8021 (mono_debugger_insert_method_breakpoint): Moved into mono-debug-debugger.c.
8022 (mono_debugger_remove_breakpoint): Likewise.
8023 (mono_debugger_check_breakpoints): Likewise.
8025 * debug-debugger.c: Implement the new breakpoint interface here.
8027 2007-11-18 Zoltan Varga <vargaz@gmail.com>
8029 * mini-amd64.c (mono_arch_output_basic_block): Unify the implementation of
8030 CEE_CONV_I1/SEXT_I1 and I2 since they are the same.
8032 * mini-x86.c (mono_arch_output_basic_block): Ditto.
8034 2007-11-17 Zoltan Varga <vargaz@gmail.com>
8036 * mini-amd64.c (mono_arch_output_basic_block): Fix a typo.
8038 * mini-x86.c (mono_arch_get_inst_for_method): Remove code which is now in
8041 * mini-ia64.c (mono_arch_get_inst_for_method): Remove code which is now in
8044 * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for methods
8045 returning a vtype in a register.
8047 * mini.c (mini_get_inst_for_method): Move the handling of the atomic operations
8048 here from the arch specific code.
8050 * mini-amd64.c (mono_arch_get_inst_for_method): Remove code which is now in
8053 * mini-amd64.c (mono_arch_output_basic_block): Add some micro optimizations.
8054 (mono_arch_emit_prolog): Increment maximum prolog size.
8056 * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Move the implementation of the
8057 START_HANDLER/ENDFINALLY/ENDFILTER opcodes to mini-amd64.c.
8059 * mini-x86.c (get_call_info): Receive a MonoCompile instead of a
8060 MonoGenericSharingContext.
8062 * mini-ia64.c (get_call_info): Receive a MonoCompile instead of a
8063 MonoGenericSharingContext. Allocate memory from the cfg mempool.
8065 2007-11-15 Mark Probst <mark.probst@gmail.com>
8067 * mini.c, mini.h, generic-sharing.c: Functions for producing code
8068 which extract fields out of the runtime generic context. Full
8069 sharing of the NEWARR opcode.
8071 Thu Nov 15 14:20:21 CET 2007 Paolo Molaro <lupus@ximian.com>
8073 * abcremoval.c, mini.c, ssa.c, ssapre.c: updated to implement
8074 --enable-minimal=ssa.
8076 2007-11-13 Zoltan Varga <vargaz@gmail.com>
8078 * mini-trampolines.c (mono_delegate_trampoline): Update after
8079 mono_marshal_get_delegate_invoke () signature change.
8081 2007-11-13 Mark Probst <mark.probst@gmail.com>
8083 * mini.c: Removed the shared context in favor of the generic
8084 sharing context. Allocate the MonoJitInfo structure with room for
8085 the generic sharing context if it's needed.
8087 * mini.h: Remove MonoGenericSharingContext declaration. It's in
8088 domain-internals.h now.
8090 * mini-x86.c: Pass the generic sharing context to get_call_info ().
8092 * generic-sharing.c: Several changes for working without a shared
8093 context and instead operating on open types instead.
8095 2007-11-12 David S. Miller <davem@davemloft.net>
8097 * inssel-sparc.brg: Fix double instruction emit.
8099 2007-11-12 Zoltan Varga <vargaz@gmail.com>
8101 * mini.c (mono_jit_runtime_invoke): Avoid trying to compile the Array
8102 Get/Set/Address methods.
8104 * mini.c debug-debugger.c mini-trampolines.c: Update after
8105 mono_marshal_get_delegate_invoke signature change.
8107 2007-11-12 Rodrigo Kumpera <rkumpera@novell.com>
8109 * cpu-arm.md: Increase the max size of OP_THROW to 24 bytes.
8110 This can happens with dynamic methods. Fixes the other bug in #322722.
8112 2007-11-12 Rodrigo Kumpera <rkumpera@novell.com>
8114 * tramp-arm.c (mono_arch_patch_callsite): Support patching
8117 * mini-arm.c (arm_patch): Implement patching of BX call
8118 sequence. Fixes one of the bugs in #322722.
8120 2007-11-03 David S. Miller <davem@huronp11.davemloft.net>
8122 * mini-sparc.c (mono_arch_flush_icache): Make more efficient
8123 under Linux. We only need to flush every 32-byte cache line.
8125 2007-11-07 Massimiliano Mantione <massi@ximian.com>
8128 move_basic_block_to_end: Add branches when needed, eventually creating
8130 optimize_branches: added a parameter that tells if it's ok to create
8131 new BBs (doing is "df_visit" has been called is (IMHO) a nightmare),
8132 and avoid calling move_basic_block_to_end when it's not ok.
8135 2007-11-07 Mark Probst <mark.probst@gmail.com>
8137 * mini.c: Abort inlining call to InitializeArray if something
8138 looks wrong. Let the icall handle it, which now has proper safety
8141 2007-11-05 Rodrigo Kumpera <rkumpera@novell.com>
8143 * mini.c (mono_spill_call): add support for soft-float.
8145 * mini.c (mono_method_to_ir): add support for soft-float
8146 to inlined functions that return float.
8148 * mini.c (mono_method_to_ir): add support for soft-float
8149 to cee_stsfld opcode on float fields.
8151 2007-11-05 Geoff Norton <gnorton@novell.com>
8153 * mini-x86.h: Fix the structure access for X86 Leopard.
8156 2007-11-05 Martin Baulig <martin@ximian.com>
8158 * mini-trampolines.c
8159 (mono_magic_trampoline): Call mono_debugger_trampoline_compiled()
8160 after compiling the method to notify the debugger.
8162 2007-11-05 Martin Baulig <martin@ximian.com>
8164 * debug-debugger.h (MonoDebuggerInfo): Use the new breakpoint tables.
8166 2007-11-02 Zoltan Varga <vargaz@gmail.com>
8168 * mini-sparc.c (EMIT_COND_SYSTEM_EXCEPTION_GENERAL): Applied patch from
8169 David Miller <davem@davemloft.net>. Allow larger offsets in branches.
8171 2007-11-01 Zoltan Varga <vargaz@gmail.com>
8173 * mini-amd64.c (mono_arch_emit_prolog): Check the domain as well for
8174 native-to-managed wrappers.
8176 2007-11-01 Geoff Norton <gnorton@novell.com>
8178 * mini-ppc.h, mini-x86.h: Handle Leopards renaming of some structure
8181 Wed Oct 31 20:23:14 CET 2007 Paolo Molaro <lupus@ximian.com>
8183 * mini.c, mini-x86.c: when getting back from unmanaged code
8184 to managed via a marshaled delegate we also need to set the
8187 Wed Oct 31 19:53:33 CET 2007 Paolo Molaro <lupus@ximian.com>
8189 * mini-amd64.c, mini-amd64.h, tramp-amd64.c: breakpoint table support
8192 Wed Oct 31 19:29:30 CET 2007 Paolo Molaro <lupus@ximian.com>
8194 * mini.c, mini.h, mini-x86, tramp-x86.c, mini-x86.h: added API to
8195 let the debugger or other external agents to tell the JIT when
8196 a sw breakpoint has been inserted in the code that the JIT needs
8197 to be able to inspect.
8199 2007-10-31 Martin Baulig <martin@ximian.com>
8202 (MonoDebuggerInfo): Remove `runtime_class_init'.
8204 2007-10-30 Martin Baulig <martin@ximian.com>
8207 (mono_debugger_thread_created): Added `MonoThread *' argument.
8208 (mono_debugger_extended_notification): New public method.
8209 (mono_debugger_trampoline_compiled): New public method.
8212 (MonoDebuggerThreadInfo): Added `thread' and
8213 `extended_notifications' fields.
8216 (debugger_executable_code_buffer): New static variable.
8219 (MonoDebuggerInfo): Added `executable_code_buffer',
8220 `executable_code_buffer_size', `breakpoint_info_area',
8221 `breakpoint_table' and `breakpoint_table_size'.
8223 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
8225 * mini-arm.c (mono_arch_build_imt_thunk): Take the advantage
8226 that IP either is an unused value or the vtable pointer. IMT
8227 calls use vtable + offset now. Reduced by almost half the size
8230 2007-10-26 Jonathan Chambers <joncham@gmail.com>
8232 * mini-amd64.c: Begin Win64 port. Use AMD64_ARG_REG#
8233 defines to access param registers. Replace long usage with
8234 gsize as sizeof(long) != sizeof(void*) on Win64.
8236 * mini-amd64.h: Add %rdi and %rsi to MonoLMF structure
8237 on Win64. Fix intrinsic, use _AddressOfReturnAddress
8238 instead of non-existant _GetAddressOfReturnAddress.
8240 * tramp-amd64.c: Use AMD64_ARG_REG# defines to access
8241 param registers. Save/restore %rdi and %rsi in MonoLMF.
8243 * exceptions-amd64.c: Use AMD64_ARG_REG# defines to access
8244 param registers. Modify (throw_exception) signature to take
8245 %rdi and %rsi on Win64.
8247 Code is contributed under MIT/X11 license.
8249 Thu Oct 25 23:06:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
8251 * helpers.c: unlink debugging output files.
8253 2007-10-25 Zoltan Varga <vargaz@gmail.com>
8255 * mini.c: Move mono_create_ftnptr () to object.c.
8257 2007-10-24 Rodrigo Kumpera <rkumpera@novell.com>
8259 * helpers.c (mono_disassemble_code): MonoCompile parameter is now
8260 optional. This function can now be used to disassemble code generated
8261 outside the JIT such as trampolines and IMT thunks.
8263 * mini-arm.h: defined MONO_ARCH_HAVE_IMT.
8265 * mini-arm.c (decode_vcall_slot_from_ldr): added, extract the
8266 vtable pointer from a ldr instruction.
8268 * mini-arm.c (mono_arch_get_vcall_slot_addr): support the
8269 new IMT call sequence.
8271 * mini-arm.c (mono_arch_output_basic_block): emit the IMT
8272 call sequence for interface invocations.
8274 * mini-arm.c (mono_arch_emit_imt_argument): added, required
8275 for imt support. This function is empty since IMT on ARM requires no
8276 special handling on the IR side.
8278 * mini-arm.c (mono_arch_find_imt_method): added, required for
8281 * mini-arm.c (mono_arch_find_this_argument): added, required
8284 * mini-arm.c (arm_emit_value_and_patch_ldr): added, patches
8285 a ldr instruction to load a value stored in the code stream.
8287 * mini-arm.c (mono_arch_build_imt_thunk):added, required
8291 2007-10-23 Zoltan Varga <vargaz@gmail.com>
8293 * mini.c (mini_init): Install the jump trampoline callback.
8295 Tue Oct 23 17:07:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
8297 * mini-trampolines.c: handle synchronized methods with the common
8298 vtable trampoline (bug #335601).
8300 2007-10-17 Zoltan Varga <vargaz@gmail.com>
8302 * mini-ia64.h mini-amd64.c: Add support for the common vtable trampoline.
8304 * inssel.brg (mini_emit_virtual_call): Fix the computation of ins->inst_offset on
8307 * mini-ia64.h mini-ia64.c: Add support for IMT.
8309 * mini-x86.c (mono_arch_emit_prolog): Increase the size allocated for the
8310 prolog. Fixes #331958.
8312 2007-10-15 Zoltan Varga <vargaz@gmail.com>
8314 * mini-sparc.h mini-sparc.c: Add support for the common vtable trampoline.
8316 Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
8318 * mini-ppc.c, mini-ppc.h: ppc support for the common vtable
8321 Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
8323 * mini-amd64.c, mini-amd64.h: amd64 support for the common vtable
8326 Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>
8328 * mini-x86.c, mini-x86.h: x86 support for the common vtable
8331 Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
8333 * mini-trampolines.c: changed the magic rampoline to understand
8334 the common vtable trampoline method: the method to invoke is
8335 determined by the vtable displacement of the call.
8337 Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
8339 * mini.c, mini.h: register the common vtable trampoline if the
8340 architecture supports it.
8342 Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
8344 * cpu-amd64.md: use the correct max length for tls_get.
8346 2007-10-14 Zoltan Varga <vargaz@gmail.com>
8348 * mini.c (mono_method_to_ir): Use mini_get_class in CEE_LDELEM_ANY and
8349 CEE_STELEM_ANY. Fixes #333696.
8351 Thu Oct 11 18:04:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
8353 * exceptions-x86.c: provide more graceful handling of the case where
8354 we followed a bogus function pointer from managed code (bug #332866).
8356 2007-10-11 Mark Probst <mark.probst@gmail.com>
8358 * mini.h, mini.c: Introduced the MonoGenericSharingContext, which
8359 replaces the generic_shared flag and will carry more information
8362 * generic-sharing.c: Added mini_type_stack_size() which allows
8363 allows open types if given a generic sharing context.
8364 mini_get_basic_type_from_generic() takes a
8365 MonoGenericSharingContext* instead of a MonoCompile* now.
8367 * mini-alpha.c, mini-amd64.c, mini-arm.c, mini-hppa.c,
8368 mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c, mini-s390x.c,
8369 mini-sparc.c, mini-x86.c: Trivial changes required by the two
8370 changes above. Just passing arguments through to the right
8373 Wed Oct 10 19:44:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
8375 * mini-arm.c: unify the call emission to emit_code_seq().
8377 Wed Oct 10 13:05:46 CEST 2007 Paolo Molaro <lupus@ximian.com>
8379 * tramp-arm.c: reduced the trampoline size.
8381 2007-10-10 Mark Probst <mark.probst@gmail.com>
8383 * generic-sharing.c, mini.h, mini-amd64.c, mini-x86.c: Moved type
8384 variable handling out of arch-specific code.
8386 Wed Oct 10 10:49:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
8388 * mini-arm.c: implemented fast delegate dispatch.
8390 2007-10-09 Zoltan Varga <vargaz@gmail.com>
8392 * mini-amd64.c (mono_arch_compute_omit_fp): Add more checks to ensure
8393 that fp elimination is turned off if the space required by locals is too
8396 Tue Oct 9 21:01:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
8398 * Makefile.am, mini-arm.c, mini-arm.h, tramp-arm.c: ported
8399 ARM to the new style trampoline.
8401 2007-10-09 Zoltan Varga <vargaz@gmail.com>
8403 * tramp-amd64.c: Rework the specific trampoline code to make it smaller.
8405 * mini-amd64.h mini-amd64.c: Export amd64_patch as mono_amd64_patch.
8407 2007-10-09 Martin Baulig <martin@ximian.com>
8410 (MonoDebuggerMetadataInfo): Added `field_info_type_offset' and
8411 `field_info_offset_offset'.
8413 Tue Oct 9 09:47:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
8415 * mini-ppc.c, mini-ppc.h, mini-ops.h, inssel-ppc.brg, cpu-g4.md:
8416 removed more internal usage of the r11 register and made it available
8417 to the register allocator.
8419 2007-10-08 Mark Probst <mark.probst@gmail.com>
8421 * mini.c, mini-amd64.c, mini-x86.c: Allow open generic contexts
8422 when sharing generics and treat type variables as references.
8424 Mon Oct 8 10:55:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
8426 * mini-ppc.c: started removing the internal uses of register r11
8427 to eventually allow the register allocator to manage it as an
8428 additional available register.
8430 Mon Oct 8 14:25:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
8432 * tramp-amd64.c: fixed memory corruption in the trampoline generation.
8434 Mon Oct 8 12:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
8436 * tramp-ppc.c, tramp-x86.c: reduce the alignment requirements for
8437 specific trampolines as they are not performance critical as a jump
8438 target (maybe align as before only for AOT code?). This saves about
8439 200 KB of native code on x86 for monodevelop startup.
8441 Mon Oct 8 10:04:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
8443 * tramp-ppc.c: reduce the size of the trampolines, saves 160KB on
8444 monodevelop startup.
8446 2007-10-06 Zoltan Varga <vargaz@gmail.com>
8448 * mini-sparc.c (mono_arch_get_vcall_slot_addr): Allow signed displacements.
8450 * mini-sparc.h mini-sparc.c: Implement IMT support.
8452 * tramp-sparc.c (mono_arch_create_trampoline_code): Rework the trampoline code so
8453 its smaller and doesn't clobber sparc_g1.
8455 * mini-sparc.c (mono_arch_get_vcall_slot_addr): Update after trampoline changes.
8457 Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
8459 * mini-ppc.c: optimized the size of the IMT thunks a bit.
8461 Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
8463 * mini-ppc.c: implemented fast delegate invocation.
8465 Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
8467 * mini-ppc.h, mini-ppc.c: IMT support for the PPC architecture.
8469 Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
8471 * mini-ppc.c, mini-ppc.h, tramp-ppc.c, Makefile.am: port the PPC
8472 code to the new style trampoline in preparation for IMT support.
8474 Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
8476 * mini-ppc.c, tramp-ppc.c: don't use r13 as it's used by the PPC EABI
8477 systems already. This also reduces the specific trampiline sizes and
8478 prepares for the use of r12 as the IMT identifier register.
8480 Thu Oct 4 16:38:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
8482 * mini-mips.h: endianess fix (simplified from a patch by
8483 Thomas Kunze <thommy@tabao.de>, bug #323737).
8485 Thu Oct 4 14:43:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
8487 * exceptions-ppc.c, mini-ppc.h: refactor to use macros
8488 to access ucontext fields and enable netbsd support
8489 (partially from Magnus Henoch <mange@freemail.hu>).
8491 Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
8493 * genmdesc.pl: patch from Henryk Plötz <henryk@openmoko.org> to
8494 use the preprocessor from the CPP env var if it is set.
8496 Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
8498 * mini-trampolines.c: fixed an assertion and moved it earlier in the
8499 code, before interface_offset gets used.
8501 2007-10-02 Zoltan Varga <vargaz@gmail.com>
8503 * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call
8504 mono_class_setup_vtable () before accessing klass->vtable.
8506 2007-10-01 Zoltan Varga <vargaz@gmail.com>
8508 * aot-compiler.c (get_plt_index): Rework the handling of wrappers to be not so
8511 Mon Oct 1 15:00:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
8513 * mini.c, mini-trampolines.c, mini.h: enable the lazy filling of the
8514 IMT slots (this saves hundreds of KB of memory in programs like
8515 IronPython and Monodevelop).
8517 Mon Oct 1 14:44:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
8519 * mini.c: print the delegate counter.
8521 Mon Oct 1 14:36:50 CEST 2007 Paolo Molaro <lupus@ximian.com>
8523 * mini-x86.c: make it easier to enable the debugging code for IMT
8526 2007-09-28 Martin Baulig <martin@ximian.com>
8529 (MonoDebuggerMetadataInfo): Add `klass_image_offset',
8530 `mono_method_klass_offset' and `mono_method_token_offset'.
8532 2007-09-20 Mark Probst <mark.probst@gmail.com>
8534 * mini.c: First generics sharing implementation. Can only share
8535 in very simple cases. If sharing doesn't work it falls back to
8536 dedicated compilation.
8538 * mini.h: Flag in MonoCompile to specify whether generic
8539 compilation is shared. Flags enum for marking which generic inst
8540 of a context is used. Prototypes for helper functions.
8542 * generic-sharing.c: Helper functions for generic method sharing.
8544 * optflags-def.h: Optimization flag (gshared) for enabling generic
8545 method sharing added.
8547 * Makefile.am: generic-sharing.c added.
8549 2007-09-19 Daniel Nauck <dna@mono-project.de>
8551 * mini.c (mono_thread_abort): fixed typo in r86014. It should be '==' instead of '!='.
8553 2007-09-19 Massimiliano Mantione <massi@ximian.com>
8554 * mini.c (mono_thread_abort): Correctly handle ThreadAbortException,
8557 2007-09-19 Martin Baulig <martin@ximian.com>
8559 * mini.c (mini_cleanup): Only call mono_debugger_cleanup() here;
8560 mono_debug_cleanup() is now part of mono_cleanup().
8562 2007-09-18 Zoltan Varga <vargaz@gmail.com>
8564 * driver.c (mono_main): Fix a warning.
8566 2007-09-17 Zoltan Varga <vargaz@gmail.com>
8568 * aot-compiler.c: Optimize various parts when processing large assemblies.
8571 * mini.c (mono_patch_info_hash): Improve hash function.
8573 2007-09-14 Jonathan Chambers <joncham@gmail.com>
8575 * mini-exceptions.c: Add HAVE_UNISTD_H check around include.
8577 Code is contributed under MIT/X11 license.
8579 2007-09-14 Zoltan Varga <vargaz@gmail.com>
8581 * mini.c (mini_init): Fix a leak.
8583 * debug-mini.c (mono_debug_free_method_jit_info): Fix a leak.
8585 Fri Sep 14 12:53:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
8587 * mini.c: redirect string.InternalAllocStr() to the managed allocator.
8589 2007-09-14 Zoltan Varga <vargaz@gmail.com>
8591 * mini-amd64.c (mono_arch_find_imt_method): Add support for AOT code.
8593 2007-09-13 Zoltan Varga <vargaz@gmail.com>
8595 * Makefile.am generics-variant-types.2.il generics.cs: Add some generics
8598 * inssel.brg: Reorganize the isinst/castclass code to reduce code duplication.
8600 * mini.c (handle_alloc): Enable managed allocators in AOT code.
8602 * aot-compiler.c (encode_patch): Add support for MONO_WRAPPER_ALLOC.
8604 * aot-runtime.c (decode_patch_info): Ditto.
8606 2007-09-12 Jonathan Chambers <joncham@gmail.com>
8608 * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement
8609 static case. Cache delegates in architecture specific code,
8610 based on number of parameters.
8612 * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Cache delegates
8613 in architecture specific code, based on number of parameters.
8615 * mini-trampolines.c (mono_delegate_trampoline): Architecture specific
8616 caching happen in architecture specific code now.
8618 Code is contributed under MIT/X11 license.
8620 2007-09-12 Jonathan Chambers <joncham@gmail.com>
8622 * mini.h, mini.c, mini-x86.c, mini-amd64.c, mini-hppa.c, mini-mips.c,
8623 mini-s390x.c, mini-arm.c, mini-ia64.c, mini-sparc.c, mini-ppc.c, mini-alpha.c,
8624 mini-s390.c: Add mono_arch_init and mono_arch_cleanup methods.
8626 Code is contributed under MIT/X11 license.
8628 2007-05-15 Massimiliano Mantione <massi@ximian.com>
8629 * mini.c: (mono_thread_abort) Fixed bug #82416.
8631 Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
8633 * mini.: hook the new managed GC allocation feature into the JIT.
8635 Tue Sep 11 16:14:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
8637 * mini.c: implementation for the new runtime tls opcode.
8639 2007-09-11 Martin Baulig <martin@ximian.com>
8642 (MonoDebuggerMetadataInfo): Add `mono_method_flags_offset' and
8643 `mono_method_inflated_offset'.
8645 2007-09-07 Zoltan Varga <vargaz@gmail.com>
8647 * driver.c mini.h mini.c: Add a new devel command line option for injecting
8648 async exceptions into a method.
8650 * mini-amd64.h mini-amd64.c: Implement injecting of async exceptions for the
8651 purpose of testing whenever the unwinder works at every instruction.
8653 Thu Sep 6 12:42:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
8655 * mini.c: check accessibility of method used in ldftn (fixes
8658 2007-09-04 Zoltan Varga <vargaz@gmail.com>
8660 * mini-amd64.c (mono_arch_output_basic_block): Fix a warning.
8662 * inssel.brg: Fix a warning.
8664 2007-09-03 Martin Baulig <martin@ximian.com>
8666 * debug-debugger.c: `MONO_DEBUGGER_EVENT_INITIALIZE_MANAGED_CODE'
8667 now takes the `main_method' as argument.
8669 2007-09-02 Zoltan Varga <vargaz@gmail.com>
8671 * cpu-sparc.md (endfilter): Add missing src1:i argument.
8673 2007-08-30 Jonathan Chambers <joncham@gmail.com>
8675 * driver.c: include the cil-coff.h header on Windows.
8677 Code is contributed under MIT/X11 license.
8679 Thu Aug 30 16:17:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
8681 * mini.c, driver.c: don't include the cil-coff.h header.
8683 Thu Aug 30 14:50:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
8685 * mini.c: flag places that needs fixes fo soft-float support.
8687 Wed Aug 29 18:26:20 CEST 2007 Paolo Molaro <lupus@ximian.com>
8689 * mini.h, inssel-float.brg: fix soft-float constant loads on big
8690 endian systems (partially from Dean Jenkins, bug #81924).
8692 2007-08-28 Mark Probst <mark.probst@gmail.com>
8694 * mini.c (check_linkdemand): Remove embedded reference object in
8695 call to LinkDemandSecurityException.
8696 (mono_jit_compile_method_inner): Call LinkDemandSecurityException
8697 with an IntPtr instead of a reference object.
8699 2007-08-28 Zoltan Varga <vargaz@gmail.com>
8701 * mini.c (handle_initobj): Handle alignment properly.
8703 * inssel.brg (mini_emit_memset): Ditto.
8705 * inssel.brg (mini_emit_memcpy): Ditto.
8707 * inssel-sparc.brg: Ditto.
8709 * mini.h mini.c inssel-*.brg: Pass alignment information to OP_MEMCPY/MEMSET.
8711 2007-08-26 Zoltan Varga <vargaz@gmail.com>
8713 * mini-exceptions.c (mono_handle_exception_internal): Skip the first frame for
8714 exceptions raised in unmanaged code. Fixes part of #82594.
8716 2007-08-24 Mark Probst <mark.probst@gmail.com>
8718 * mini.c (mono_method_to_ir), declsec.c
8719 (mono_declsec_linkdemand_aptc): Fixed custom attr leaks.
8721 2007-08-22 Martin Baulig <martin@ximian.com>
8724 (MonoDebuggerThreadInfo): New typedef.
8725 (mono_debugger_thread_table): New global variable.
8726 (mono_debugger_thread_created): New public function.
8727 (mono_debugger_thread_cleanup): New public function.
8731 - removed `get_current_thread' and `lookup_assembly'.
8732 - removed `data_table'.
8733 - added `thread_table'.
8736 (mono_thread_start_cb): Call mono_debugger_thread_created().
8737 (mono_thread_attach_cb): Likewise.
8738 (mini_thread_cleanup): Call mono_debugger_thread_cleanup().
8739 (mini_cleanup): Move mono_debug_cleanup() down, after free'ing the
8742 * driver.c (mono_main): Move mono_debug_init() up, before calling
8743 mini_init(); mono_debug_init_1() and mono_debug_init_2() are gone.
8745 Tue Aug 21 16:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
8747 * mini-x86.c, inssel-x86.brg: group multiple stack adjustments
8748 together when passing several arguments of type double (gives a small
8749 speedup and saves a few bytes of generated code).
8751 2007-08-20 Jb Evain <jbevain@novell.com>
8753 * mini.c (mono_method_to_ir): fix leak on InvalidProgramException.
8755 2007-08-20 Jb Evain <jbevain@novell.com>
8757 * mini.c (mono_method_to_ir): throw MethodAccessException
8758 and FieldAccessException instead of InvalidProgramException.
8760 2007-08-20 Mark Probst <mark.probst@gmail.com>
8762 * mini.c: CoreCLR security checks.
8764 * mini.h: Removed MonoSecurityMode (moved to
8765 metadata/security-manager.h) and mono_security_mode global var
8766 (replaced by set/get functions in security-manager.h).
8768 * driver.c: Added "core-clr-test" security mode for testing. Used
8769 set-function for setting security mode.
8771 2007-08-17 Mark Probst <mark.probst@gmail.com>
8773 * mini.c: MonoJitInfo's are freed hazardously now. Statistics for
8774 the new jit_info_table.
8776 * driver.c: Test code for the new jit_info_table (enabled by the
8777 define MONO_JIT_INFO_TABLE_TEST).
8779 2007-08-14 Zoltan Varga <vargaz@gmail.com>
8781 * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
8782 detection of call <REG> instruction sequence. Fixes build on freebsd.
8784 2007-08-13 Zoltan Varga <vargaz@gmail.com>
8786 * mini-exceptions.c: Fix a warning.
8788 2007-08-11 Zoltan Varga <vargaz@gmail.com>
8790 * exceptions-amd64.c (mono_arch_handle_altstack_exception): Enable the new
8791 stack overflow handling code on amd64 too.
8793 * mini-exceptions.c (mono_setup_altstack): Make this use
8794 mono_thread_get_stack_bounds ().
8796 * mini-x86.h: Disable sigaltstack on solaris x86.
8798 2007-08-10 Zoltan Varga <vargaz@gmail.com>
8800 * mini-exceptions.c (mono_setup_altstack): Enable this to work on solaris x86.
8802 2007-08-10 Geoff Norton <gnorton@customerdna.com>
8804 * tramp-x86.c: Remove some unneeded alignment changes on Apple. Fixes #82387.
8806 2007-08-08 Zoltan Varga <vargaz@gmail.com>
8808 * mini-exceptions.c (mono_print_thread_dump): Enable this on amd64 too.
8810 * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Fix a warning.
8812 2007-08-03 Neale Ferguson <neale@sinenomine.net>
8814 * mini-s390.c (add_general): Adjust offset calculation to take into account of rounding up
8817 Thu Aug 2 17:36:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
8819 * mini-ppc.c: avoid an invalid encoding of unsigned right shift by 0
8820 to be emitted (bug #82281).
8822 2007-08-01 Martin Baulig <martin@ximian.com>
8824 Merged the `debugger-dublin' branch.
8826 * debug-debugger.h (MonoDebuggerInfo):
8827 Removed the `old_*' compatibility entries.
8828 Added `debugger_version' and `data_table'.
8829 Renamed `get_method_addr_or_bpt' -> `insert_breakpoint'.
8830 Renamed `remove_method_breakpoint' -> `remove_breakpoint'.
8833 (MiniDebugMethodBreakpointInfo): Add `address_list'.
8834 (mono_debugger_check_breakpoints): Take a `MonoDebugMethodAddress *'
8835 instead of a `gconstpointer'.
8836 (mono_debugger_insert_method_breakpoint): Return a
8837 `MonoDebugMethodAddressList *'.
8839 2007-06-28 Martin Baulig <martin@ximian.com>
8841 * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
8843 2007-08-01 Zoltan Varga <vargaz@gmail.com>
8845 * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Avoid using
8846 __builtin_frame_address () since it is broken on older gcc versions.
8848 Tue Jul 31 17:34:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
8850 * mini.c, mini.h, mini-exceptions.c: added a bit of documentation
8851 on the stack overflow handling and made the managed stack overflows
8852 catchable in most cases using soft guard pages.
8853 * exceptions-x86.c: added code to restore the protection in the soft
8854 guard pages at the end of exception handling.
8856 2007-07-31 Zoltan Varga <vargaz@gmail.com>
8858 * mini.c (SIG_HANDLER_SIGNATURE): Fix a warning.
8860 Mon Jul 30 17:43:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
8862 * exceptions-ppc.c, mini-ppc.h: arch-specific stack overflow
8865 Mon Jul 30 17:38:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
8867 * mini-alpha.h, mini-ia64.h, mini-sparc.h: disable the altstack
8868 signal handling support until it has been ported to the new mechanism.
8869 * mini.c: fixed stack overflow detection and use the new
8870 architecture code to handle signals on the altstack.
8872 Mon Jul 30 17:33:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
8874 * exceptions-amd64.c, mini-amd64.h: amd64 code to handle
8875 stack overflows on the alt stack.
8877 Mon Jul 30 17:29:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
8879 * exceptions-x86.c, mini-x86.h, mini.h: new code to handle
8880 stack overflows on the alt stack.
8882 Mon Jul 30 11:50:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
8884 * exceptions-ppc.c: cleanup preparing for altstack support.
8886 Mon Jul 30 11:31:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
8888 * exceptions-arm.c: cleanup preparing for altstack support.
8890 2007-07-27 Mark Probst <mark.probst@gmail.com>
8892 * mini.c (print_jit_stats): Output hazard pointer stats.
8894 2007-07-26 Mark Probst <mark.probst@gmail.com>
8896 * driver.c, mini.c: Replaced security mode flags with a single
8899 Thu Jul 26 20:12:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
8901 * mini.c, mini-exceptions.c: cleanup the sigaltstack code.
8903 2007-07-25 Mark Probst <mark.probst@gmail.com>
8905 * mini.c, mini.h, driver.c (mono_main): Added command-line flag
8906 (which doesn't do anything yet) for activating Core CLR
8907 (Silverlight) security.
8909 Tue Jul 24 21:16:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
8911 * mini-codegen.c: work around a possible gcc bug on arm.
8913 Tue Jul 24 17:20:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
8915 * driver.c, mini-x86.h, mini-amd64.h: print a nice error
8916 message for platforms that don't support AOT compilation.
8918 Mon Jul 23 10:29:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
8920 * mini.h, mini.c, driver.c: temporary smcs hack.
8922 Mon Jul 23 09:29:34 CEST 2007 Paolo Molaro <lupus@ximian.com>
8924 * mini-arm.h, mini-arm.c: arm EABI fixes.
8926 2007-07-22 Zoltan Varga <vargaz@gmail.com>
8928 * exceptions-x86.c (mono_arch_find_jit_info): Handle the lmf->method == NULL
8931 * tramp-x86.c (mono_arch_create_trampoline_code): Only set lmf->method for
8932 trampolines taking a method argument.
8934 * mini-x86.h (MonoLMF): Add an 'esp' field plus comments.
8936 * mini-x86.c (mono_arch_emit_prolog): Update after changes to the LMF structure.
8937 * tramp-x86.c (mono_arch_create_trampoline_code): Ditto.
8939 * exceptions-x86.c (mono_arch_get_jit_info): Properly clean up the stack after
8940 JIT compilation throws an exception. Fixes #82050.
8942 2007-07-19 Mark Probst <mark.probst@gmail.com>
8944 * mini.c: Removed the MonoLoaderErrorKind enum and replaced it
8945 with the MONO_EXCEPTION_ defines.
8947 2007-07-17 Zoltan Varga <vargaz@gmail.com>
8949 * mini-amd64.c (mono_arch_find_imt_method): Handle mov reg,IMM64 case. Fixes
8952 * mini-amd64.c (mono_arch_find_imt_method): Add some debug code to help find out
8953 the cause of an assertion.
8955 Mon Jul 16 19:31:21 CEST 2007 Paolo Molaro <lupus@ximian.com>
8957 * mini.c, jit-icalls.c: mono_get_inflated_method() is obsolete,
8960 2007-07-15 Zoltan Varga <vargaz@gmail.com>
8962 * mini-amd64.c (mono_arch_build_imt_thunk): Remove the non-32bit MonoMethod
8963 assert. Should fix #82103.
8965 2007-07-14 Zoltan Varga <vargaz@gmail.com>
8967 * mini-exceptions.c (mono_jit_walk_stack_from_ctx): Use MONO_CONTEXT_GET_SP ()
8968 here too. Fixes #82095.
8970 * mini-amd64.c (mono_arch_build_imt_thunk): Add support for non-32bit MonoMethod
8973 * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a couple asserts.
8975 * mini-amd64.h: Enable IMT for amd64.
8977 * mini-amd64.c (mono_arch_build_imt_thunk): Optimize IMT thunk size.
8979 2007-07-12 Zoltan Varga <vargaz@gmail.com>
8981 * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for IMT call sequences.
8983 2007-07-12 Mark Probst <mark.probst@gmail.com>
8985 * mini.c (check_linkdemand, mono_method_to_ir): Abort compilation
8986 as soon as check_linkdemand sets an exception_type.
8988 Thu Jul 12 12:18:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
8990 * mini-x86.c: fixed offsets for IMT call sequence.
8991 * mini-x86.h: enable IMT again.
8993 2007-07-11 Zoltan Varga <vargaz@gmail.com>
8995 * trace.c (mono_trace_enter_method): Decode MonoType too.
8997 * mini-amd64.c (mono_arch_get_vcall_slot_addr): Handle signed displacements too.
8999 * mini.h mini-x86.h mini-trampolines.c: Change the signature of mono_arch_find_imt_method () to pass the calling code address too.
9001 * mini-amd64.c: Add preliminary IMT implementation.
9003 Wed Jul 11 18:21:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
9005 * mini-x86.c: adjusted mono_arch_get_vcall_slot_addr () to
9006 understand the new IMT-base interface invocation (thanks to
9007 Daniel Nauck for the report and the remote debugging session).
9009 Wed Jul 11 14:54:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
9011 * mini-x86.c: size and speed optimizations for the IMT bsearch.
9013 2007-07-11 Zoltan Varga <vargaz@gmail.com>
9015 * Makefile.am (aotcheck): Make this actually use the AOTed code.
9017 Wed Jul 11 12:41:32 CEST 2007 Paolo Molaro <lupus@ximian.com>
9019 * mini-trampolines.c: implement AOT IMT support.
9020 * mini-x86.h: enable IMT support for wider testing.
9022 2007-07-10 Zoltan Varga <vargaz@gmail.com>
9024 * inssel.brg (emit_imt_argument): Add aot support here.
9026 * aot-runtime.c (decode_patch_info): Fix reading of MONO_PATCH_INFO_METHOD.
9028 Tue Jul 10 17:50:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
9030 * mini-x86.c, mini-x86.h, tramp-x86.c: x86 arch-specific changes
9031 of the IMT implementation, partially from massi, with my
9032 implementation of the bsearch sequence. Disabled by default until
9033 the AOT code is implemented.
9035 2007-07-10 Zoltan Varga <vargaz@gmail.com>
9037 * cpu-x86.md: The source argument of sext_i1/i2 must by a byte reg.
9039 * inssel-x86.brg: Add reg:ldind.i1(regvar) rules. Fixes #82056.
9041 Tue Jul 10 17:33:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
9043 * inssel.brg, mini.c, mini.h, mini-trampolines.c:
9044 arch-independent IMT JIT code from Massimiliano
9045 Mantione (massi@ximian.com) with small cleanups from me.
9047 Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
9049 * Makefile.am: fix svn invocation to get the svn revision to be
9050 independent of the local language (build fix).
9052 2007-07-09 Mark Probst <mark.probst@gmail.com>
9054 * mini.c (inline_method): Reset cfg->exception_type if the
9055 inlining is aborted. Fixes: 82049.
9057 Mon Jul 9 17:26:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
9059 * mini.c: remove assert from exception handling code when exception_ptr
9062 2007-07-05 Zoltan Varga <vargaz@gmail.com>
9064 * mini.c (mono_codegen): Add an assert.
9066 * mini-x86.c (mono_arch_emit_prolog): Allocate space for the profiler method
9067 enter and leave code.
9068 * mini-amd64.c (mono_arch_emit_prolog): Likewise.
9070 Thu Jul 5 20:12:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
9072 * mini-ppc.c: fixed memory corruption for localloc(0)
9075 2007-07-05 Zoltan Varga <vargaz@gmail.com>
9077 * mini.c: Fix warnings.
9079 Wed Jul 4 15:30:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
9081 * optflags-def.h, mini-x86.c: added sse2 optimization flag and use it
9082 to emit better double->int conversions.
9084 Tue Jul 3 19:42:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
9086 * mini.c: the provided Min/Max optimizations are valid for unisgned
9089 2007-07-03 Rodrigo Kumpera <rkumpera@novell.com>
9091 * 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
9093 2007-06-28 Miguel de Icaza <miguel@novell.com>
9095 * mini.c (mono_running_on_valgrind): Add support for reporting the
9096 method and its boundaries to valgrind.
9098 2007-06-28 Martin Baulig <martin@ximian.com>
9100 * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
9102 2007-06-25 Zoltan Varga <vargaz@gmail.com>
9104 * ssa.c (visit_inst): Add support for OP_BR. Fixes #81946.
9106 * generic.2.cs: Add new test case.
9108 2007-06-25 Martin Baulig <martin@ximian.com>
9110 Merged the `debugger-dublin' branch.
9113 (mono_debugger_insert_method_breakpoint): New public method.
9114 (mono_debugger_remove_method_breakpoint): Likewise.
9115 (mono_debugger_check_breakpoints): New static method.
9116 (mono_debug_close_method): Call mono_debugger_check_breakpoints().
9118 * debug-debugger.h (MonoDebuggerInfo):
9119 Renamed (to keep backward compatibility in the vtable):
9120 `insert_breakpoint' -> `old_insert_breakpoint'.
9121 `remove_breakpoint' -> `old_remove_breakpoint'.
9122 `create_string' -> `old_create_string'.
9123 `lookup_class' -> `old_lookup_class'.
9124 `lookup_type' -> removed; changed into a dummy field.
9125 `lookup_assembly' -> `old_lookup_assembly'.
9126 Added (same functionality, but different signature):
9127 `create_string', `lookup_class', `lookup_assembly'
9129 `get_method_addr_or_bpt', `remove_method_breakpoint',
9130 `runtime_class_init'.
9132 * debug-debugger.c: Merged the `debugger-dublin' branch.
9134 2007-06-23 Zoltan Varga <vargaz@gmail.com>
9136 * mini-amd64.c (peephole_pass_1): Optimize away moves at the beginning of the bb as
9138 (peephole_pass): Likewise.
9140 Fri Jun 22 09:17:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
9142 * driver.c: hopefully make setaffinity work also for ancient
9145 2007-06-22 Atsushi Enomoto <atsushi@ximian.com>
9147 * driver.c : win32 build fix.
9149 Thu Jun 21 19:24:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
9151 * driver.c: check for the MONO_NO_SMP env var and bind to a single
9152 processor if it is set.
9154 2007-06-21 Martin Baulig <martin@ximian.com>
9156 * debug-mini.h: New file.
9159 (mono_debugger_insert_breakpoint_full): Moved here from
9160 ../metadata/mono-debug-debugger.c.
9161 (mono_debugger_remove_breakpoint): Likewise.
9162 (mono_debugger_breakpoint_callback): Likewise.
9164 2007-06-15 Raja R Harinath <rharinath@novell.com>
9166 * jit-icalls.c (mono_helper_compile_generic_method): Update to
9167 changes in MonoGenericClass.
9169 2007-06-14 Zoltan Varga <vargaz@gmail.com>
9171 * mini-codegen.c (mono_opcode_to_type): Fix ia64 build.
9173 2007-06-14 Raja R Harinath <rharinath@novell.com>
9175 * jit-icalls.c (mono_helper_compile_generic_method): Update to
9176 removal of MonoGenericMethod.
9178 Thu Jun 14 12:42:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
9180 * mini-exceptions.c: hooks for the exception events profiling API.
9182 2007-06-14 Randolph Chung <tausq@debian.org>
9184 * Makefile.ma: Add hppa target.
9185 * mini-arch.h: Include mini-hppa.h
9186 * cpu-hppa.md, exceptions-hppa.c, inssel-hppa.brg, mini-hppa.c,
9187 mini-hppa.h, tramp-hppa.c: New files for 32-bit HPPA port.
9188 Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
9190 2007-06-14 Randolph Chung <tausq@debian.org>
9192 * inssel.brg: Add rules for "chained" compare-branch operations so that
9193 a single compare op can affect multiple branches. Adjust cost for
9194 OP_CEQ/OP_CGT/OP_CGT_UN/OP_CLT/OP_CLT_UN.
9195 * inssel-long32.brg: Update rules to use compare-branch macros. Adjust
9196 cost for some rules so that they can more easily be overridden by
9197 per-arch rules (with fixes from lupus).
9198 Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
9200 2007-06-13 Randolph Chung <tausq@debian.org>
9202 * mini-ops.h: Reorder branch ops so that they match the order of the
9203 corresponding CEE_* ops. The code expects them this way.
9204 Add new ops for HPPA target.
9205 Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
9207 2007-06-13 Randolph Chung <tausq@debian.org>
9209 * mini-exceptions.c: Handle cases where the stack grows towards
9211 Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
9213 Wed Jun 13 19:13:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
9215 * jit-icalls.c, mini.h, mini.c: added virtual generic invoke
9217 * driver.c: explain where a non-matching corlib is found.
9219 2007-06-13 Mark Probst <mark.probst@gmail.com>
9221 * mini.c (print_jit_stats): Output dynamic code allocation stats.
9223 2007-06-10 Sanghyeon Seo <sanxiyn@gmail.com>
9225 * mini-exceptions.c: Generate a method profile leave event during
9226 an exception to ensure that the profiler gets notified.
9228 2007-06-07 Zoltan Varga <vargaz@gmail.com>
9230 * mini-amd64.c (peephole_pass): Merge some small changes from the linear-ir
9233 * cpu-amd64.md: Add long_and/or/xor opcodes.
9235 2007-06-06 Wade Berrier <wberrier@novell.com>
9237 * cpu-s390x.md (shr_imm): Correct the length of shr_imm instruction.
9238 (./class/lib/monolite/mcs.exe:25498): WARNING **: wrong maximal instruction
9239 length of instruction shr_imm (expected 8, got 10)
9241 2007-06-06 Zoltan Varga <vargaz@gmail.com>
9243 * mini-ia64.c (mono_arch_output_basic_block): Really fix the build.
9245 2007-06-06 Mark Probst <mark.probst@gmail.com>
9247 * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
9248 MonoInternalHashTable again (fixed bug in the internal hash table
9251 2007-06-06 Mark Probst <mark.probst@gmail.com>
9253 * mini.c, driver.c: Reverted the MonoInternalHashTable changes.
9254 Have to figure out what makes it crash the SWF regression.
9256 2007-06-05 Zoltan Varga <vargaz@gmail.com>
9258 * mini-ia64.c (mono_arch_lowering_pass): Fix ia64 build.
9260 Tue Jun 5 17:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
9262 * mini.c: optimize out the type check when storing null in a
9265 2007-06-04 Mark Probst <mark.probst@gmail.com>
9267 * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
9268 MonoInternalHashTable.
9270 Mon Jun 4 11:29:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
9272 * inssel.brg, mini.c, mini-ops.h: optimized Math.Mini/Max
9273 signed integer methods.
9275 2007-06-02 Zoltan Varga <vargaz@gmail.com>
9277 * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case
9278 permanently since the current approach doesn't work.
9280 2007-06-02 Zoltan Varga <vargaz@gmail.com>
9282 * inssel.brg (stmt): Only call delegate->invoke_impl if
9283 MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE is defined.
9285 2007-06-01 Zoltan Varga <vargaz@gmail.com>
9287 * mini-amd64.c (mono_arch_output_basic_block): Unify div/rem opcodes and handle
9288 the sreg2==rdx case.
9290 * mini-amd64.c cpu-amd64.md: Correct length of r4const instruction and take into
9291 account if it contains a rex prefix.
9292 (peephole_pass): Handle OP_FMOVE as well.
9294 2007-06-01 Zoltan Varga <vargaz@gmail.com>
9296 * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case for now
9297 as it causes regressions.
9299 2007-05-31 Zoltan Varga <vargaz@gmail.com>
9301 * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement support for the
9302 static case as well.
9304 * tramp-ia64.c (mono_arch_create_trampoline_code): Fix ia64 build.
9306 * mini-x86.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
9307 (mono_arch_get_this_arg_from_call): Ditto.
9309 * tramp-x86.c (mono_arch_patch_delegate_trampoline): Removed.
9311 * inssel.brg (mini_emit_virtual_call): Call delegate->Invoke through the delegate's
9314 * mini-amd64.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
9315 (mono_arch_get_this_arg_from_call): Ditto.
9317 * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Removed.
9319 * mini-trampolines.c (mono_delegate_trampoline): Complete rewrite. On first call,
9320 try to create optimized invoke code and use that for further invocations.
9321 Otherwise, use the original mono_marshal_get_delegate_invoke () implementation.
9323 * mini-x86.h mini-ia64.h: Remove MONO_ARCH_HAS_CREATE_DELEGATE_TRAMPOLINE for now.
9325 2007-05-29 Rodrigo Kumpera <kumpera@gmail.com>
9327 * inssel.brg (mini_emit_virtual_call): Statically dispatch virtual calls to
9328 sealed classes or methods.
9329 *devirtualization.cs: tests for the new optimization
9331 2007-05-29 Zoltan Varga <vargaz@gmail.com>
9333 * liveness.c (update_gen_kill_set): No need to set VOLATILE flags here, it is done
9334 by the update_volatile () function.
9336 2007-05-27 Zoltan Varga <vargaz@gmail.com>
9338 * driver.c (mono_main): Call g_thread_init () early since newer glib versions
9341 * abcremoval.c (mono_perform_abc_removal): Avoid using alloca.
9343 2007-05-24 Jonathan Chambers <joncham@gmail.com>
9345 * mini.c: Add configure checks for header files.
9346 * mini-x86.c: Add configure checks for header files.
9347 * trace.c: Add configure checks for header files.
9348 * aot-runtime.c: Add configure checks for header files.
9349 * aot-compiler.c: Add configure checks for header files.
9350 * driver.c: Add configure checks for header files.
9351 * mini-codegen.c: Add configure checks for header files.
9353 Code is contributed under MIT/X11 license.
9355 2007-05-22 Zoltan Varga <vargaz@gmail.com>
9357 * mini-ia64.c (mono_arch_lowering_pass): Fix the handling of
9358 icompare_imm -128 + op_iclt. Fixes #81703.
9360 2007-05-19 Zoltan Varga <vargaz@gmail.com>
9362 * mini-codegen.c (mono_local_regalloc): Fix long-shift-regalloc on amd64.
9364 2007-05-15 Massimiliano Mantione <massi@ximian.com>
9366 * inssel.brg: added "mini_emit_load_intf_bit_reg_vtable", and used it
9367 inside "mini_emit_isninst_iface_cast" and "mini_emit_castclass_iface"
9368 so that all isinst checks now use "interface_bitmap".
9370 2007-05-15 Zoltan Varga <vargaz@gmail.com>
9372 * cpu-amd64.md (jmp): Fix a warning.
9374 * inssel.brg (CEE_SWITCH): Hopefully fix #80738.
9376 * basic.cs: Add new regression test.
9378 * basic.cs: Remove test which is now in basic-long.cs.
9380 * mini-ia64.c (mono_arch_output_basic_block): Sign extend in CEE_CONV_I8/CEE_CONV_I.
9382 * basic-long.cs: Add new test.
9384 2007-05-13 Zoltan Varga <vargaz@gmail.com>
9386 * mini-sparc.c (mono_spillvar_offset_float): Fix sparc build.
9388 2007-05-12 Zoltan Varga <vargaz@gmail.com>
9390 * cpu-x86.md minix-86.c: Add a peephole_pass_1 () as on amd64.
9392 * mini-x86.c (mono_arch_output_basic_block): Use mono_opcode_to_cond () in a few
9395 * mini-x86.c (mono_arch_emit_exceptions): Decrease the size of the exception
9396 throwing code a bit.
9398 * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Decrease the size of
9399 the exception throwing code a bit.
9401 * mini-x86.c (get_call_info): Allocate result from a mempool.
9403 2007-05-11 Zoltan Varga <vargaz@gmail.com>
9405 * aot-compiler.c (find_typespec_for_class): Fix the assert.
9407 * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
9409 * mini.h (MonoCompile): Add 'token_info_hash' field.
9411 * mini.c: Save token->method associations during compilation so the AOT
9412 compiler can use it.
9414 * aot-compiler.c aot-runtime.c: Add support for compiling non-generic methods
9415 which reference generic classes and methods.
9417 2007-05-10 Zoltan Varga <vargaz@gmail.com>
9419 * mini.h mini-<ARCH>.h: Get rid of MONO_ARCH_HAS_XP_LOCAL_REGALLOC.
9421 * aot-compiler.c (compile_method): Fix a typo in a comment.
9423 * aot-runtime.c (decode_cached_class_info): Skip generic types.
9425 * aot-compiler.c: Add minimal support for AOTing generic code by skipping
9428 * mini.c (mono_method_to_ir): Disable AOT when calling helper_compile_generic_method.
9430 2007-05-09 Zoltan Varga <vargaz@gmail.com>
9432 * mini.h (MonoCompile): Add 'args' field.
9434 * mini.c (mono_compile_create_vars): Store variables representing the arguments
9437 * mini-<ARCH>.c: Use cfg->args for accessing the method arguments.
9439 2007-05-08 Zoltan Varga <vargaz@gmail.com>
9441 * mini.c (mono_compile_get_interface_var): Remove this unused function.
9443 * mini-ops.h inssel.brg mini-<ARCH>.c: Add a new opcode for ckfinite as well.
9445 * mini-ops.h: Introduce new opcodes used in the IR instead of the original CEE_
9446 opcodes for some opcodes.
9448 * mini.h *.brg *.c: Use the new opcodes.
9450 2007-05-08 Massimiliano Mantione <massi@ximian.com>
9452 * mini.h: Bumped aot revision.
9454 * inssel.brg: modified code generation of type checks for interfaces
9455 to use the new "MonoClass.interface_bitmap" instead of the old
9456 "MonoClass.interface_offsets".
9458 2007-04-30 Zoltan Varga <vargaz@gmail.com>
9460 * cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.
9462 2007-04-29 Zoltan Varga <vargaz@gmail.com>
9464 * abcremoval.c (summarize_integer_value): Handle OP_LCONV_TO_I4 to fix abcrem on
9467 2007-04-27 Neale Ferguson <neale@sinenomine.net>
9469 * mini-s390x.c: Fix MONO_TYPE_VALUETYPE processing.
9471 2007-04-27 Wade Berrier <wberrier@novell.com>
9473 * mini-s390x.c: Remove redeclaration of CompRelation and CompType (defined in
9474 mini.h) to fix build.
9476 2007-04-26 Zoltan Varga <vargaz@gmail.com>
9478 * mini-amd64.c (peephole_pass_1): Fix and reenable this pass.
9480 * mini-amd64.c (mono_arch_local_regalloc): Disable the new peephole_pass_1 as it
9481 causes the corlib unit tests to fail.
9483 2007-04-25 Zoltan Varga <vargaz@gmail.com>
9485 * mini-codegen.c (mono_opcode_to_type): Fix a bug in the previous patch.
9487 * mini-amd64.c (peephole_pass_1): New pass to perform before local regalloc.
9489 * mini-codegen.c (mono_opcode_to_cond): New helper function to convert conditional
9490 opcodes to the comparison relations.
9492 * mini-codegen.c (mono_opcode_to_type): New helper function to convert conditional
9493 opcodes to their types.
9495 * mini-ia64.c mini-amd64.c: Use mono_opcode_to_cond and mono_opcode_to_type.
9497 * mini-amd64.c (get_call_info): Allocate the result from the cfg mempool and cache
9498 it in cfg->arch.cinfo.
9500 * local-propagation.c (mono_local_cprop_bb): Fix a warning.
9502 * mini.h mini.c branch-opts.c: Change bbhash to be an array and store it in
9503 cfg->cil_offset_to_bb.
9505 2007-04-24 Zoltan Varga <vargaz@gmail.com>
9507 * liveness.c (optimize_initlocals): New mini-pass to optimize away dead assignments
9508 created becase of initlocals.
9510 2007-04-23 Zoltan Varga <vargaz@gmail.com>
9512 * mini-alpha.c cpu-alpha.md: More alpha port work from
9513 Sergey Tikhonov <tsv@solvo.ru>.
9515 2007-04-21 Andreas Faerber <andreas.faerber@web.de>
9517 * Makefile.am (BUILT_SOURCES): Fix for automake 1.6.x. Fixes #81417.
9519 2007-04-19 Zoltan Varga <vargaz@gmail.com>
9521 * cpu-s390.md (break): Correct the length of break instruction.
9523 Thu Apr 19 16:28:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
9525 * mini.c: fix a couple of soft-float issues and comments.
9527 2007-04-15 Miguel de Icaza <miguel@novell.com>
9529 * trace.c (is_filenamechar): - is also a filename char.
9531 2007-04-15 Neale Ferguson <neale@sinenomine.net>
9533 * mini-s390.c: Correct checking for enum type in return value processing.
9535 2007-04-14 Raja R Harinath <rharinath@novell.com>
9537 * Makefile.am (BUILT_SOURCES): Add 'version.h'.
9538 (version.h): Makefile is in the build directory.
9540 2007-04-06 Andreas Faerber <andreas.faerber@web.de>
9542 * mini-amd64.h: fix for assertion failure on Solaris/amd64
9544 2007-04-11 Martin Baulig <martin@ximian.com>
9546 * mini.c (can_access_member): Fix handling of generic classes;
9549 2007-04-10 Zoltan Varga <vargaz@gmail.com>
9551 * aot-runtime.c (mono_aot_plt_resolve): Fix disabling of AOT. Fixes #81316.
9553 2007-04-05 Zoltan Varga <vargaz@gmail.com>
9555 * aot-runtime.c: Fix disabling of AOT. Fixes #81316.
9557 Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>
9559 * mini-codegen.c: make sure the right spill amount is
9560 used for fp or integer registers (fixes the float_sub_spill() on ppc).
9562 Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>
9564 * mini-ppc.c: fixes for the fp_branch_nan test.
9566 2007-03-23 Zoltan Varga <vargaz@gmail.com>
9568 * basic.cs: Comment out new test which still fails on ia64.
9570 Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>
9572 * mini.c: immediate shifted or fix (mono_metadata_user_string assert).
9574 Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>
9576 * mini-ppc.c, mini-ppc.h: struct passing ABI fix (bug #77968).
9578 2007-03-22 Zoltan Varga <vargaz@gmail.com>
9580 * cfold.c (FOLD_BINOP): Cast the result to gint32 to prevent overflow problems
9581 on 64 bit machines. Fixes part of #80738.
9583 * basic.cs: Add regression test.
9585 2007-03-17 Zoltan Varga <vargaz@gmail.com>
9587 * inssel.brg basic.cs: Revert previous change to fix build.
9589 * inssel.brg (SWITCH): Clean out the upper word of the switch value on 64 bit
9592 * inssel.brg (SWITCH): Use an integer comparison. Fixes #80738.
9594 * basic.cs: Add new regression test.
9596 2007-03-17 Zoltan Varga <vargaz@gmail.com>
9598 * mini-ia64.c (mono_arch_emit_prolog): Fix an assert when a function has too
9601 2007-03-16 Neale Ferguson <neale@sinenomine.net>
9603 * cpu-s390x.md: Correct length of break instruction.
9605 2007-03-16 Neale Ferguson <neale@sinenomine.net>
9607 * mini-s390x.c, cpu-s390x.md: Fix #80507 for s390x.
9608 * mini-s390.c, cpu-s390.md: Fix #80507 for s390.
9610 2007-03-15 Jonathan Chambers <joncham@gmail.com>
9612 * *.c: Begin WIN64 port.
9613 * mini.c: Use correct register in profiler.
9614 * mini-amd64.c: No inline assembly on Win64.
9615 * mini-amd64.h: Implement MONO_INIT_CONTEXT_FROM_FUNC for Win64.
9616 Only define MONO_ARCH_USE_SIGACTION on non-windows platforms.
9617 * exceptions-amd64.c: Only need gregs_from_ucontext if MONO_ARCH_USE_SIGACTION
9618 is defined. Implement mono_arch_sigctx_to_monoctx, mono_arch_monoctx_to_sigctx, and
9619 mono_arch_ip_from_context for Win64.
9621 Contributed under MIT/X11 license.
9623 2007-03-15 Zoltan Varga <vargaz@gmail.com>
9625 * exceptions-amd64.c (seh_handler): Ditto.
9627 * exceptions-x86.c (seh_handler): Fix a memory leak.
9629 Thu Mar 15 13:47:59 CET 2007 Paolo Molaro <lupus@ximian.com>
9631 * mini-arm.c, mini-mips.c, mini-ppc.c, mini-s390.c,
9632 mini-s390x.c: fixed peephole optimizations to deal
9633 correctly with 1 and 2 byte reload avoidance.
9635 Thu Mar 15 10:17:54 CET 2007 Paolo Molaro <lupus@ximian.com>
9637 * cpu-s390.md, cpu-s390x.md: update localloc length.
9639 Wed Mar 14 21:00:19 CET 2007 Paolo Molaro <lupus@ximian.com>
9641 * cpu-g4.md: added missing descriptions.
9643 2007-03-14 Miguel de Icaza <miguel@novell.com>
9645 * Makefile.am: Add support so the tail tests are not executed on
9646 PowerPC as that is a known limitation of the PowerPC port.
9648 2007-03-13 Jonathan Chambers <joncham@gmail.com>
9650 * runmdesc.bat: Move to msvc directory.
9652 2007-03-13 Jonathan Chambers <joncham@gmail.com>
9654 * runmdesc.bat: Run executable that was produced by the current
9655 target and sent via an argument.
9657 2007-03-11 Zoltan Varga <vargaz@gmail.com>
9659 * mini.c (mono_method_to_ir): Fix box+brtrue optimization. Fixes
9662 * generics.2.cs: Add regression test.
9664 2007-03-09 Wade berrier <wberrier@novell.com>
9666 * mini-ppc.h: Undo typo of MONO_CONTEXT_SET_SP (ppc doesn't define this symbol)
9668 2007-03-09 Zoltan Varga <vargaz@gmail.com>
9670 * aot-runtime.c (load_aot_module): Load all dependent assemblies eagerly since all
9671 AOT code depends on this.
9673 Thu Mar 8 19:36:13 CET 2007 Paolo Molaro <lupus@ximian.com>
9675 * mini.c: more precise tracking of types in the eval stack
9676 (part of fix for bug #81044).
9678 2007-03-07 Zoltan Varga <vargaz@gmail.com>
9680 * aot-runtime.c (mono_aot_get_class_from_name): Add a cache.
9682 * aot-compiler.c (encode_patch): Remove an obsolete comment.
9684 2007-03-06 Zoltan Varga <vargaz@gmail.com>
9686 * mini-exceptions.c (mono_handle_native_sigsegv): Fix a warning.
9688 * mini.c (mono_method_to_ir): Add a workaround for bug #80733.
9690 2007-02-22 Zoltan Varga <vargaz@gmail.com>
9692 * mini.c (type_from_op): Convert CEE_CONV_U to OP_LCONV_TO_U when the argument is
9693 a pointer on 64 bit systems. Fixes #80190.
9695 * iltests.il: Add new regression test.
9697 Tue Feb 20 11:33:28 CET 2007 Paolo Molaro <lupus@ximian.com>
9699 * mini.c: inline a constant for Environment.IsRunningOnWindows.
9701 2007-02-19 Geoff Norton <gnorton@customerdna.com>
9703 * trace.c: Remove an erroneous alignemnt check when tracing.
9704 Fixes --trace on OSX86.
9706 Wed Feb 14 19:45:56 CET 2007 Paolo Molaro <lupus@ximian.com>
9708 * mini-$(arch).h: initialize SP in context for all the archs.
9710 2007-02-14 Sebastien Pouliot <sebastien@ximian.com>
9712 * mini-x86.h: Initialize SP in MONO_INIT_CONTEXT_FROM_FUNC. Fix CAS
9713 regressions in the thread tests.
9715 2007-02-14 Zoltan Varga <vargaz@gmail.com>
9717 * *-alpha.*: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>:
9718 - fixed implementation of LOCALLOC opcode
9719 - implemented non-un compare for floats
9721 - implementation of FDIV and CKFINITE opcodes
9722 - fixes for latest mono updates
9723 - additional arch opcodes
9725 Mon Feb 12 11:54:16 CET 2007 Paolo Molaro <lupus@ximian.com>
9727 * Makefile.am: simplify and merge rules for cross-compilation.
9729 2007-02-07 Massimiliano Mantione <massi@ximian.com>
9731 * local-propagation.c: Actually *apply* the fix for bug 80591...
9733 Tue Feb 6 19:03:19 CET 2007 Paolo Molaro <lupus@ximian.com>
9735 * mini-exceptions.c: backuot part of the last change
9736 (fixes cas tests on amd64 related to GetExecutingAssembly ()).
9738 2007-02-06 Massimiliano Mantione <massi@ximian.com>
9739 * inssel.brg: Fix bug 59286.
9742 Tue Feb 6 12:23:50 CET 2007 Paolo Molaro <lupus@ximian.com>
9744 * mini-exceptions.c: patch from Zoltan to correctly check for
9745 stack boundaries (using the stack register, not the frame register),
9746 fixes bugs #80724, #79717.
9748 2007-02-03 Zoltan Varga <vargaz@gmail.com>
9750 * mini-ia64.c inssel-sparc.brg mini-sparc.c cpu-sparc.md: Get rid of OP_SETREG/
9751 OP_SETREGIMM, use OP_MOVE/OP_ICONST instead.
9753 * mini-amd64.c (mono_arch_output_basic_block): Fix ATOMIC_EXCHANGE in the
9754 presence of frame pointer elimination.
9756 2007-02-01 Geoff Norton <gnorton@customerdna.com>
9758 * mini-x86.h: NetBSD UCONTEX_REG defines.
9760 2007-02-01 Zoltan Varga <vargaz@gmail.com>
9762 * inssel-amd64.brg: Fix amd64 build.
9764 Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>
9766 * mini.h: remove extern to workaround what looks likes gcc bug 26905
9769 2007-01-31 Zoltan Varga <vargaz@gmail.com>
9771 * mini-codegen.c (mono_is_regsize_var): New helper function usable by the back
9774 * mini-<ARCH>.c: Use mono_is_regsize_var ().
9776 2007-01-30 Mark Mason <mason@broadcom.com>
9778 * exceptions-mips.c: Lots of exception handling fixes, LMFs now work, some cleanups.
9779 * mini-mips.h: Add LMF magic numbers, and fix context set/get macros.
9780 * mini-mips.c: Cleanups, LMF handling now works, optimize store of zero, implement localloc
9781 beginning support for CEE_JMP [not quite working yet]
9782 * tramp-mips.c: LMF handling now works
9784 2007-01-30 Zoltan Varga <vargaz@gmail.com>
9786 * mini-amd64.c (peephole_pass): Optimize code common in initlocals blocks.
9788 * mini.h (NULLIFY_INS): New macro.
9790 Tue Jan 30 16:33:33 CET 2007 Paolo Molaro <lupus@ximian.com>
9792 * mini.c: statistical profiler fix for windows, patch
9793 from Tor Lillqvist (tml@novell.com).
9795 2007-01-30 Massimiliano Mantione <massi@ximian.com>
9796 * local-propagation.c: Fix bug 80591.
9798 Mon Jan 29 12:14:34 CET 2007 Paolo Molaro <lupus@ximian.com>
9800 * Makefile.am: put back the --export-dynamic option as with
9801 the previous gmodule flags (thanks to Robert Jordan).
9803 2007-01-28 Zoltan Varga <vargaz@gmail.com>
9805 * mini-sparc.c (peephole_pass): Fix #80622 for sparc as well.
9807 mini.h *.c: Allocate fp vregs from the same pool as the int vregs. Use this to
9808 simplify and speed up the local register allocator. Also rename some fields
9809 like iassign->vassign.
9811 * regalloc.c: Remove some functions which are no longer used since their
9812 inlined version is in mini-codegen.c.
9814 * mini-codegen.c: Rename mono_regstate2_ functions to mono_regstate_.
9816 * basic.cs objects.cs iltests.il: Merge tests from the linear IL branch.
9818 2007-01-27 Zoltan Varga <vargaz@gmail.com>
9820 * mini-amd64.c (peephole_pass): Remove optimizations which omit a
9821 narrowing. Fixes #80622.
9823 * iltests.il: Add new regresssion test.
9825 Fri Jan 26 18:31:45 CET 2007 Paolo Molaro <lupus@ximian.com>
9827 * mini.h, mini-trampolines.c, aliasing.c, mini-codegen.c,
9828 debug-debugger.c, debug-debugger.h: warning fixes.
9829 * driver.c: updated copyright year and made it fit in one line.
9831 Fri Jan 26 12:48:39 CET 2007 Paolo Molaro <lupus@ximian.com>
9833 * aot-runtime.c: updated to use mono-dl instead of gmodule.
9835 2007-01-25 Zoltan Varga <vargaz@gmail.com>
9837 * mini-x86.c (mono_arch_output_basic_block): Fix #80507 for x86.
9839 * mini-amd64.c (mono_arch_output_basic_block): Fix #80507 for amd64.
9841 * iltests.il: Add new test for bug #80507.
9843 Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>
9845 * mini-arm.h: use soft-float also on vfp for now.
9847 Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>
9849 * mini.c: fix some more soft-float issues.
9851 2007-01-24 Zoltan Varga <vargaz@gmail.com>
9853 * mini-sparc.h (MONO_ARCH_FRAME_ALIGNMENT): Fix sparc build.
9855 2007-01-24 Massimiliano Mantione <massi@ximian.com>
9856 * mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
9857 mini-ia64.c, mini-sparc.c, mini-alpha.c: Introduced
9858 MONO_ARCH_LOCALLOC_ALIGNMEENT to fix bug 80498.
9860 Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>
9862 * mini-arm.c: typo fix.
9864 2007-01-23 Neale Ferguson <neale@sinenomine.net>
9866 * mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
9868 2007-01-21 Zoltan Varga <vargaz@gmail.com>
9870 * mini.c (mono_allocate_stack_slots_full): Allocate memory from the cfg mempool.
9871 Share stack slots for scalar types. Avoid expensive g_list_free () calls.
9873 * mini-x86.c (mono_arch_allocate_vars): Don't free the result of allocate_stack_slots_full.
9875 * mini-amd64.c mini-ia64.c mini-alpha.c: Ditto.
9877 * mini.h (MonoJitStats): Add a new JIT statistics: locals_stack_size.
9879 * inssel.brg: Fix a warning.
9881 * mini.h (MonoBasicBlock): Make bb->dominated a GSList.
9883 * abcremoval.c ssa.c ssapre.c: Update after this change.
9885 * dominators.c (compute_dominators): Allocate bb->dominated from the cfg mempool.
9887 * dominators.c (df_set): Use mono_bitset_union_fast.
9889 Sat Jan 20 16:59:01 CET 2007 Paolo Molaro <lupus@ximian.com>
9891 * mini.h, genmdesc.c, genmdesc.pl, mini-${arch}.c, cprop.c,
9892 mini-codegen.c: reduce relocations and memory usage for the cpu
9895 2007-01-20 Zoltan Varga <vargaz@gmail.com>
9897 * mini-codegen.c (mono_regstate2_alloc_int): Optimize this using bsfq on amd64.
9899 * genmdesc.c genmdesc.pl mini.h: Remove some unused fields from the mdesc tables
9900 to reduce their size.
9902 2007-01-19 Mark Mason <mason@broadcom.com>
9904 * exceptions-mips.c: fix mono_arch_ip_from_context(), increase exception debug support.
9905 * mini-mips.c: more configuration macros, support long conditional branches, additional
9906 asserts, fix epilog instrumentation.
9907 * mini-mips.h: use standard stack walk
9908 * cpu-mips.md: increase size of div, rem and conditional branches
9910 Fri Jan 19 17:23:32 CET 2007 Paolo Molaro <lupus@ximian.com>
9912 * mini.h, mini-codegen.c, mini-$(arch).h: claenup references
9915 2007-01-19 Zoltan Varga <vargaz@gmail.com>
9917 * aot-compiler.c (encode_klass_info): Allow classes of the form <Type>[][].
9918 (compile_method): Ditto.
9920 * aot-runtime.c (decode_klass_info): Ditto.
9922 * mini.c (mono_method_to_ir): Call mono_get_got_var () in a place where it is
9923 needed by the code generated by inssel.brg. Also fix a warning.
9925 Thu Jan 18 17:55:22 CET 2007 Paolo Molaro <lupus@ximian.com>
9927 * mini.c: deal with enums that become genericinsts by
9928 being nested in a generic class (bug #79956).
9930 Thu Jan 18 16:52:56 CET 2007 Paolo Molaro <lupus@ximian.com>
9932 * mini.c: match the generic definition to check for
9933 private access with generic types (bug #78431).
9935 Thu Jan 18 11:50:13 CET 2007 Paolo Molaro <lupus@ximian.com>
9937 * genmdesc.pl, Makefile.am: perl implementation of genmdesc,
9938 to make life easier for people cross-compiling that insist on not
9941 2007-01-17 Mark Mason <mason@broadcom.com>
9943 * inssel-long.brg: patch to deal with mips missing flags
9944 * inssel-long32-mips.brg: implement overflow checks
9945 * insset-mips.brg: implement overflow checks
9946 * mini-mips.h: implement conditional exception handling
9947 * mini-mips.c: add mips_emit_exc_by_name(), implement conditional exception handling.
9948 Remove unused code, minor cleanups.
9949 * exceptions-mips.c: minor cleanups
9950 * mini-ops.h: add mips conditional exception ops
9951 * cpu-mips.md: add mips conditional exception ops
9954 Wed Jan 17 19:22:34 CET 2007 Paolo Molaro <lupus@ximian.com>
9956 * inssel.brg: patch from Mark Mason <mason@broadcom.com>
9957 to deal with mips missing of flags.
9959 Tue Jan 16 20:01:01 CET 2007 Paolo Molaro <lupus@ximian.com>
9961 * exceptions-ppc.c: execute fault handlers.
9963 Tue Jan 16 19:54:44 CET 2007 Paolo Molaro <lupus@ximian.com>
9965 * mini-ppc.c: handle missing call locationss with FORCE_INDIR_CALL.
9967 Tue Jan 16 13:14:31 CET 2007 Paolo Molaro <lupus@ximian.com>
9969 * mini.c: handle also floating point values in initialize_array.
9971 Tue Jan 16 12:42:40 CET 2007 Paolo Molaro <lupus@ximian.com>
9973 * mini.c, aot-runtime.c, aot-compiler.c: enable aot compilation of
9974 array initialization and make it conditional on the intrins option.
9976 Tue Jan 16 11:28:45 CET 2007 Paolo Molaro <lupus@ximian.com>
9978 * mini.h, patch-info.h, Makefile.am, aot-compiler.c: reduce
9979 relocations and put the patch info names close to the enum definition.
9981 2007-01-15 Mark Mason <mason@broadcom.com>
9983 * basic.cs, exceptions.cs: break up large tests to increase debugability.
9985 Mon Jan 15 18:57:14 CET 2007 Paolo Molaro <lupus@ximian.com>
9987 * mini.c: optimized RuntimeHelpers::InitializeArray () calls.
9989 2007-01-12 Raja R Harinath <rharinath@novell.com>
9991 * mini.c (mono_method_to_ir): Use new MonoGenericContext accessor.
9993 Thu Jan 11 11:16:42 CET 2007 Paolo Molaro <lupus@ximian.com>
9995 * Makefile.am: distribute the mips sources.
9997 Wed Jan 10 19:49:33 CET 2007 Paolo Molaro <lupus@ximian.com>
9999 * mini-codegen.h: handle bug #80489 here, by excluding ecx
10002 Wed Jan 10 19:08:05 CET 2007 Paolo Molaro <lupus@ximian.com>
10004 * cpu-x86.md: back out for now as this triggers other regressions.
10006 Wed Jan 10 18:33:16 CET 2007 Paolo Molaro <lupus@ximian.com>
10008 * cpu-x86.md: force src1 and dest regpair for long shift instructions
10009 to eax:edx, so ecx can't get allocated to them (bug #80489).
10011 Tue Jan 9 12:36:11 CET 2007 Paolo Molaro <lupus@ximian.com>
10013 * mini.c, mini-exceptions.c: enabled running fault handlers
10016 2007-01-03 Miguel de Icaza <miguel@novell.com>
10018 * driver.c: If nothing fail, do not use the string "failed",
10019 because it makes it very annoying to view test result logs on the
10022 2006-12-30 Miguel de Icaza <miguel@novell.com>
10024 * debug-debugger.c (mono_debugger_main): Rename "main" to
10025 "main_method" to prevent a warning.
10027 Remove a warning for unused field.
10029 2006-12-28 Martin Baulig <martin@ximian.com>
10032 (MONO_DEBUGGER__debugger_info): Add `get_lmf_addr'.
10034 2006-12-22 Martin Baulig <martin@ximian.com>
10036 * mdb-debug-info32.s, mdb-debug-info64.s: New files.
10037 Put a pointer to the `MONO_DEBUGGER__debugger_info' into a
10038 seperate `.mdb_debug_info' section, so we can access it from the
10039 debugger even if the binary is stripped.
10041 * debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
10042 from the `.mdb_debug_info' here to prevent the linker from
10043 removing that section.
10045 * Makefile.am (mono_debugger_sources): Add mdb-debug-info32.s /
10046 mdb-debug-info64.s.
10048 2006-12-19 Robert Jordan <robertj@gmx.net>
10050 * mini-x86: enable the code to return small structures in
10051 registers for FreeBSD as well. Fixes bug #80278.
10052 * aot-runtime.c: Include sys/wait.h for WEXITSTATUS/WIFEXITED.
10054 Mon Dec 18 19:47:17 CET 2006 Paolo Molaro <lupus@ximian.com>
10056 * mini-x86.c: align the stack when calling the profiler
10057 function instrumenting the prolog (on OSX).
10059 Thu Dec 14 15:22:43 CET 2006 Paolo Molaro <lupus@ximian.com>
10061 * mini.c: emit a break opcode where Debugger.Break () is called.
10063 2006-12-13 Miguel de Icaza <miguel@novell.com>
10065 * mini.c (mono_method_to_ir): Provide useful information on this
10066 assert, to prevent others from debugging like I did.
10068 Tue Dec 12 17:01:38 CET 2006 Paolo Molaro <lupus@ximian.com>
10070 * mini.c: enable code which was incorrectly commented
10073 Tue Dec 12 16:28:15 CET 2006 Paolo Molaro <lupus@ximian.com>
10075 * mini-x86.c: enable on OSX, too, the code to return small
10076 structures in registers.
10078 Mon Dec 11 19:22:35 CET 2006 Paolo Molaro <lupus@ximian.com>
10080 * mini-x86.c: remove the use of the dynamic code manager here, too.
10082 Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus@ximian.com>
10084 * mini.h, debug-debugger.c, tramp-*.c: fixed
10085 mono_debugger_create_notification_function() to use
10086 mono_global_codeman_reserve () instead of a dynamic code manager.
10088 Tue Dec 5 17:54:50 CET 2006 Paolo Molaro <lupus@ximian.com>
10090 * mini.c, jit-icalls.h, jit-icalls.c: remove the
10091 ves_array_element_address() jit icall and use a generated
10092 managed method instead (which is about 4 times faster for a rank 3
10095 2006-11-29 Mark Mason <mason@broadcom.com>
10097 * basic-calls.cs: additional tests for passing
10098 structures as function arguments.
10100 2006-11-29 Mark Mason <mason@broadcom.com>
10102 * mini-mips.h: disable custom exception handling
10103 * mini-mips.c: throw/rethrow should use jalr to call
10104 exception stubs. Fixed bug with passing structures
10105 by value. More support for tracing floating point
10108 Wed Nov 29 20:28:17 CET 2006 Paolo Molaro <lupus@ximian.com>
10110 * mini.c: fixed typo in the soft-float ldind.r4 handling
10113 Wed Nov 29 11:33:03 CET 2006 Paolo Molaro <lupus@ximian.com>
10115 * mini.c, mini.h, driver.c: added --runtime command line
10116 option to select a different runtime than the autodetected one.
10117 * jit.h: added API for embedders to initialize with a specific
10120 Tue Nov 28 21:24:55 CET 2006 Paolo Molaro <lupus@ximian.com>
10122 * mini.c: handle also boxing of r4 values (bug #80024).
10124 Tue Nov 28 19:45:44 CET 2006 Paolo Molaro <lupus@ximian.com>
10126 * mini-ppc.c: force indirect calls until we reserve
10127 enough address space for all the generated code.
10129 Tue Nov 28 20:04:34 GMT 2006 Paolo Molaro <lupus@ximian.com>
10131 * exceptions-arm.c: workaround bugs in the libc definition
10132 of struct ucontext.
10134 Mon Nov 27 15:13:41 CET 2006 Paolo Molaro <lupus@ximian.com>
10136 * inssel.brg: fixes from me and Mark Mason.
10138 2006-11-23 Dick Porter <dick@ximian.com>
10140 * wapihandles.c (mini_wapi_seminfo): No need to adjust the counter
10141 semaphore display now we've fixed the initial value
10143 Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>
10145 * inssel.brg: partially revert the last change to fix the build.
10147 2006-11-21 Mark Mason <mason@broadcom.com>
10149 * inssel.brg: Add and use compare-and-branch macros to support
10150 architectures that do not have condition code registers (ie. MIPS).
10151 * *-mips.{c,brg,md}: Fix copyright statements
10153 2006-11-20 Mark Mason <mason@broadcom.com>
10155 * Makefile.am: remove mini-codegen.c from list of MIPS sources
10156 * mini.c: Allow GET_CONTEXT to be specified by the arch port
10157 * mini.h: Added declaration for mono_print_ins()
10158 * mini-codegen.c: added ins_spec initializer for MIPS
10159 * mini-codegen.c (mono_call_inst_add_outarg_reg): added asserts for
10160 vreg to be virtual and hreg to be non-virtual.
10161 * mini-codegen.c (mono_spillvar_offset): assert if MIPS - spilling
10162 is not yet working/implemented correctly.
10163 * mini-codegen.c (print_ins): rename to mono_print_ins(), make
10164 non-static, fixup calls to print_ins() from other parts in the file.
10166 2006-11-20 Mark Mason <mason@broadcom.com>
10168 * basic-calls.cs: added tests for passing structures as arguments
10171 Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
10173 * inssel-long32.brg: optimize signed division by power of two.
10175 Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
10177 * mini-arm.c: added support for interworking with thumb code
10178 (mono must be still be built using the ARM instruction encoding).
10180 2006-11-19 Miguel de Icaza <miguel@novell.com>
10182 * mini.c (type_from_op): Separate the conditions for OP_EQ as the
10183 verifier has different rules for it. Fixes a few verifier issues
10186 * mini-exceptions.c (mono_handle_native_sigsegv): Put the message
10187 at the end, so people know what happened.
10189 Thu Nov 16 14:07:18 CET 2006 Paolo Molaro <lupus@ximian.com>
10191 * brach-opts.c: in optimize_exception_target() make sure we
10192 are in a catch clause (fixes bug #79871).
10194 Thu Nov 16 12:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
10196 * jit-icalls.c, jit-icalls.h, mini-arm.c, mini.c:
10197 more soft-float support fixes.
10199 Wed Nov 15 18:45:47 GMT 2006 Paolo Molaro <lupus@ximian.com>
10201 * mini-arm.c, inssel-arm.brg: ABI fix for longs and doubles
10202 that are passed half on the stack and half in registers.
10204 Wed Nov 15 17:00:27 CET 2006 Paolo Molaro <lupus@ximian.com>
10206 * mini-ops.h, mini-arch.h, helpers.c, Makefile.am:
10207 more mips integration work from Mark E Mason
10208 <mark.e.mason@broadcom.com>.
10210 Wed Nov 15 16:34:03 CET 2006 Paolo Molaro <lupus@ximian.com>
10212 * exceptions-mips.c, inssel-mips.brg, mini-mips.h,
10213 cpu-mips.md, inssel-long32-mips.brg, mini-mips.c,
10214 tramp-mips.c: added sources for the mips port, not
10215 integrated in the build yet. Contributed by
10216 Mark E Mason <mark.e.mason@broadcom.com>.
10218 2006-11-14 Neale Ferguson <neale@sinenomine.net>
10220 * mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
10222 Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus@ximian.com>
10224 * Makefile.am, inssel-float.brg, inssel-softfloat.brg:
10225 put the soft-float rules in its own file since it seems to
10226 break s390 compilation.
10228 Mon Nov 13 15:54:38 CET 2006 Paolo Molaro <lupus@ximian.com>
10230 * mini-arm.c: fixed wrnings.
10232 Fri Nov 10 19:18:32 CET 2006 Paolo Molaro <lupus@ximian.com>
10234 * mini-arm.c, mini-arm.h, cpu-arm.md, inssel-float.brg,
10235 inssel-arm.brg: ARM support for soft-float.
10237 Fri Nov 10 18:38:15 CET 2006 Paolo Molaro <lupus@ximian.com>
10239 * mini.c, jit-icalls.c, jit-icalls.h: added first cut at handling
10240 loads and stores of 32 bit fp values.
10242 2006-11-10 Zoltan Varga <vargaz@gmail.com>
10244 * mini-sparc.c (is_regsize_var): Support PTR/FNPTR too.
10246 * tramp-sparc.c (mono_arch_patch_callsite): Fix this function so it actually
10247 works. Fixes #79852 and #79463.
10249 Thu Nov 9 16:56:13 CET 2006 Paolo Molaro <lupus@ximian.com>
10251 * mini.c, mini-codegen.c, jit-icalls.c, jit-icalls.h:
10252 more soft-float support WIP and fixes.
10254 Wed Nov 8 16:40:02 CET 2006 Paolo Molaro <lupus@ximian.com>
10256 * mini-arm.c: some VFP updates.
10258 Tue Nov 7 19:45:51 CET 2006 Paolo Molaro <lupus@ximian.com>
10260 * mini-exceptions.c: 0 is a valid local var offset in some
10261 architectures, don't assert (bug #78508).
10263 Tue Nov 7 18:17:52 GMT 2006 Paolo Molaro <lupus@ximian.com>
10265 * exceptions-arm.c: fixed off by one error in stack walk code.
10267 Tue Nov 7 11:27:26 CET 2006 Paolo Molaro <lupus@ximian.com>
10269 * mini.h, mini.c: more precise tracking of type load exceptions.
10271 2006-11-03 Robert Jordan <robertj@gmx.net>
10273 * Makefile.am: [WIN32] Add monow.exe target.
10274 * driver.c: [WIN32] Don't detach the console when debugging.
10277 2006-10-30 Miguel de Icaza <miguel@novell.com>
10279 * tramp-x86.c (mono_arch_patch_delegate_trampoline): Eliminate warning.
10281 2006-10-23 Zoltan Varga <vargaz@gmail.com>
10283 * aot-compiler.c (emit_method_info): Add a case missed earlier.
10285 * driver.c (mini_regression): Fix --regression with AOT.
10287 * aot-compiler.c (emit_method_info): Fix AOT on amd64.
10289 2006-10-17 Zoltan Varga <vargaz@gmail.com>
10291 * mini.c (GET_CONTEXT): Correct the definition of this for sparc/linux.
10293 * mini-sparc.h: Don't use sigaction on sparc/linux.
10295 * exceptions-sparc.c: Call mono_arch_flush_icache () in a couple of places.
10297 * mini-sparc.c (mono_sparc_flushw): Call mono_arch_flush_icache ().
10299 * mini-exceptions.c: Add proper include files for getpid ().
10301 2006-10-16 Zoltan Varga <vargaz@gmail.com>
10303 * aot-runtime.c (mono_aot_get_method): Change this to return the native code
10304 address instead of a MonoJitInfo* to avoid decoding the exception info for the
10307 * aot-runtime.c aot-compiler.c: Use uint16 instead of uint32 entries in the
10308 name cache to reduce its size.
10310 * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
10312 2006-10-15 Zoltan Varga <vargaz@gmail.com>
10314 * mini-x86.c: Save/restore the current LMF structure more efficiently using
10315 the mono_lmf TLS variable.
10317 * exceptions-x86.c (mono_arch_find_jit_info): Only access lmf->method in
10318 trampoline lmf frames.
10320 * mini-sparc.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Define this on sparc as well.
10322 2006-10-14 Zoltan Varga <vargaz@gmail.com>
10324 * mini-amd64.c: Save/restore the current LMF structure more efficiently using
10325 the mono_lmf TLS variable.
10327 * mini-exceptions.c: Access the LMF structure through accessors.
10329 * mini.c: Allow the backends the option for storing the lmf in a dedicated TLS
10330 variable instead of in jit_tls->lmf.
10332 * mini-x86.c mini-amd64.c: Update after lmf->lmf_addr name change.
10334 * exceptions-amd64.c (mono_arch_find_jit_info): Only access lmf->method in
10335 trampoline lmf frames.
10337 * mini-amd64.c (mono_arch_emit_prolog): Do not set lmf->method as it is not needed.
10339 2006-10-12 Zoltan Varga <vargaz@gmail.com>
10341 * mini.c trace.c mini-x86.c: Revert these too.
10343 * mini.c trace.c mini-x86.c: Remove warning workarounds after the mono_type_size ()
10346 Tue Oct 10 11:35:20 CEST 2006 Paolo Molaro <lupus@ximian.com>
10348 * genmdesc.c: removed now dead code.
10350 2006-10-09 Robert Jordan <robertj@gmx.net>
10352 * mini.c: Disable the CrashReporter on MacOS X; Fixes #74869
10354 Mon Oct 9 17:06:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
10356 * mini.h: do not leave gaps in the opcode values.
10358 Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
10360 * jit-icalls.h: flag functions as internal here, too.
10362 Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus@ximian.com>
10364 * mini.h, aliasing.h, declsec.h, regalloc.h, trace.h: mark internal
10365 functions with the internal attribute.
10367 Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus@ximian.com>
10369 * aot-compiler.c: fclose the file descriptor in the profile read loop.
10371 Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
10373 * mini.c, jit-icalls.c, inssel-float.brg: beginnings of support
10376 2006-10-05 Zoltan Varga <vargaz@gmail.com>
10378 * mini-x86.c (emit_load_volatile_arguments): New function to handle arguments of
10379 tail calls as on other platforms.
10381 * mini.c (mono_method_to_ir): Fix a few tailcall problems. Fixes #79557.
10383 * iltests.il: Add a few tailcall tests.
10385 Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
10387 * driver.c: fix loop for old compilers (bug #79521).
10389 2006-10-02 Zoltan Varga <vargaz@gmail.com>
10391 * mini-exceptions.c (ves_icall_get_trace): Remove debug printf.
10393 * aot-runtime.c (mono_aot_get_class_from_name): Avoid a memory allocation.
10395 * aot-compiler.c: Add a new option 'metadata-only' to only emit the cached
10396 metadata without any code.
10398 * mini-exceptions.c (mono_handle_native_sigsegv): Add some code to print out
10399 more precise debugging information using gdb.
10401 2006-09-30 Zoltan Varga <vargaz@gmail.com>
10403 * inssel-ia64.brg: Make the helper methods static.
10405 Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
10407 * inssel-x86.brg: make the helper methods static.
10409 Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus@ximian.com>
10411 * inssel-amd64.brg, mini-amd64.c: small cleanup, use inst_call.
10413 Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
10415 * mini.c: updates for monoburg changes.
10416 * inssel.brg: make a few helper functions static as they should.
10418 2006-09-27 Zoltan Varga <vargaz@gmail.com>
10420 * Makefile.am: Move mini-codegen.c to common_sources.
10422 Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
10424 * mini.h: instroduce inst_call in MonoInst for use in OUTARG
10426 * Makefile.am, cpu-g4.md, inssel-ppc.brg, mini-codegen.c, mini-ppc.c,
10427 mini-ppc.h: port to use the common local register allocator.
10429 2006-09-26 Zoltan Varga <vargaz@gmail.com>
10431 * mini.h: Remove the comment too then.
10433 Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus@ximian.com>
10435 * mini.h: put back backend.data which is to be used shortly and
10436 doesn't increase the size of MonoInst. If any 64 bit arch aligned
10437 pointers on 4 byte boundaries it'd have much bigger issues running
10438 and you can ifdef it out anyway.
10440 2006-09-26 Zoltan Varga <vargaz@gmail.com>
10442 * mini.h (MonoInst): Remove backend.data field since it is unused and increases
10443 MonoInst size by 4 bytes on 64 bit machines.
10445 Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
10447 * *.{c,h,brg}: long due removal of the unused field in MonoInst and
10448 replacement with more meaningful field names. Arch maintainers, please
10449 check the assigned names are good enough for your arch.
10451 2006-09-26 Zoltan Varga <vargaz@gmail.com>
10453 * cpu-ia64.md mini-ia64.c inssel-ia64.brg mini-ops.h: Get rid of the
10454 OP_IA64_FETCHADD opcodes, use OP_ATOMIC_ADD_IMM_NEW opcodes instead.
10456 Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
10458 * mini.h, driver.c, optflags-def.h, Makefile.am: reduce runtime
10459 relocations and memory requirements, put the optimization flags
10460 definitions in their own file.
10462 2006-09-24 Zoltan Varga <vargaz@gmail.com>
10464 * jit-icalls.c (mono_helper_stelem_ref): Remove this unused helper function.
10466 * mini.c (mini_init): Remove reference to mono_helper_stelem_ref.
10468 2006-09-22 Zoltan Varga <vargaz@gmail.com>
10470 * mini-amd64.c (add_valuetype): Fix an uninitialized memory issue.
10472 Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus@ximian.com>
10474 * inssel.brg: use the correct function to get the size of an item
10475 in an array, given an element class.
10476 * aot-compiler.c: do not access class->class_size directly.
10478 Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
10480 * mini.h, debug-mini.c: added a debugging function to print
10481 info about local variables and arguments in a jitted method.
10483 2006-09-20 Zoltan Varga <vargaz@gmail.com>
10485 * mini-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
10487 * exceptions-ia64.c: Fix some problems reported by Bill Seurer <seurer@us.ibm.com>.
10489 2006-09-19 Zoltan Varga <vargaz@gmail.com>
10491 * mini-ia64.c (mono_arch_call_opcode): Avoid using the same loop index in the
10492 inner and outer loops when passing vtypes.
10494 Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus@ximian.com>
10496 * mini-ppc.c: take into account the cpu errata for cache flushing
10497 which caused some random errors (bug #79381).
10499 2006-09-19 Zoltan Varga <vargaz@gmail.com>
10501 * mini-amd64.c (mono_arch_emit_exceptions): Emit the call to
10502 mono_arch_throw_corlib_exception using emit_call () too. Fixes #79271.
10504 2006-09-17 Zoltan Varga <vargaz@gmail.com>
10506 * aot-runtime.c (load_aot_module): Return immeditely if the AOT module was already
10509 * exceptions-amd64.c (gregs_from_ucontext): Apply another patch from the
10510 freebsd ports tree.
10512 * mini-amd64.c (emit_call): Avoid near calls on freebsd.
10513 (mono_arch_patch_code): Remove the unused handling of MONO_PATCH_INFO_CLASS_INIT.
10515 * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix check for 32 bitness of
10518 2006-09-13 Zoltan Varga <vargaz@gmail.com>
10520 * aot-runtime.c (load_aot_module_from_cache): Fix PPC build.
10522 2006-09-12 Zoltan Varga <vargaz@gmail.com>
10524 * mini.c (UNVERIFIED): Add a 'break-on-unverified' MONO_DEBUG option so this
10525 macro does not have to be changed during debugging.
10527 * 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>.
10529 * cpu-pentium.md: Rename this to cpu-x86.md for consistency with other platforms.
10531 * Makefile.am mini-x86.c mini-codegen.c: Rename pentium_desc to x86_desc.
10533 * mini.c (mini_get_ldelema_ins): Allow ldelema2d optimization if
10534 MONO_ARCH_NO_EMULATE_MUL is defined.
10536 * mini-ia64.h (MONO_ARCH_CALLEE_FREGS): Reserve f33 for use by instructions.
10538 * mini-ia64.h: Define MONO_ARCH_NO_EMULATE_MUL.
10540 * mini-ia64.c: Implement CEE_MUL based on gcc emitted code.
10542 * mini-ia64.c (mono_arch_lowering_pass): Optimize store_membase_imm with offset==0.
10544 2006-09-11 Zoltan Varga <vargaz@gmail.com>
10546 * mini-x86.h mini-amd64.h mini-exceptions.c: Move the bsd specific MAP_ANON
10547 stuff to mini-exceptions.c where it is used.
10549 * mini-sparc.c (mono_arch_setup_jit_tls_data): Remove the duplicate altstack
10550 setup code, the real one is in mini-exceptions.c.
10552 * mini-amd64.h mini-amd64.c exceptions-amd64.c: Move all dependencies on the
10553 layout of ucontext_t to helper functions in exceptions-amd64.c, as on x86. Add
10554 some changes from the freebsd ports tree.
10556 * mini-amd64.h exceptions-amd64.c: Fix the amd64 build. Get rid of the SC_
10559 * mini-amd64.h: Freebsd has MAP_ANON instead of MAP_ANONYMOUS.
10561 Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
10563 * mini.c: on Linux, check for /proc to be mounted
10564 (bug# 79351, novell bug#201204).
10566 Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
10568 * mini.c: handle cases where pthread_attr_getstack() behaves
10569 incorrectly (bug #78096).
10571 Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
10573 * mini-arm.c: support larger stack frames (bug #79272).
10575 2006-09-08 Zoltan Varga <vargaz@gmail.com>
10577 * aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.
10579 * aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef
10582 * aot-runtime.c (mono_aot_get_class_from_name): New function used by
10583 mono_class_from_name () to find a class from its name.
10585 * mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.
10587 2006-09-07 Zoltan Varga <vargaz@gmail.com>
10589 * mini-amd64.c (emit_call): Avoid strstr () call if possible.
10591 2006-09-05 Kornél Pál <kornelpal@gmail.com>
10593 * Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
10595 2006-09-04 Zoltan Varga <vargaz@gmail.com>
10597 * mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
10598 callinfo->trampoline.
10600 * mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
10602 (mono_arch_patch_code): Add some debug code to help track down similar failures in the
10605 2006-09-03 Zoltan Varga <vargaz@gmail.com>
10607 * aot-runtime.c (mono_aot_plt_resolve): Add an assert.
10609 2006-09-02 Zoltan Varga <vargaz@gmail.com>
10611 * tramp-x86.c (mono_arch_create_specific_trampoline): Don't increase
10612 stats.method_trampolines, it is already done by the generic trampoline code.
10614 * tramp-amd64.c (mono_arch_create_specific_trampoline): Ditto.
10616 2006-09-01 Zoltan Varga <vargaz@gmail.com>
10618 * mini.c: Remove some references to mono_compile_aot, and use cfg->compile_aot instead.
10620 * aot-runtime.c: Add some tweaks to the MONO_AOT_CACHE functionality.
10622 * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix a FIXME.
10624 * mini.c (print_jit_stats): Print mscorlib mempool size too.
10626 * mini.c (print_jit_stats): Print new stats.
10628 * *-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
10630 2006-08-31 Zoltan Varga <vargaz@gmail.com>
10632 * mini.c (mini_get_ldelema_ins): Fix verifier error when calling
10633 Address on two dimensional arrays. Fixes #78729.
10635 * mini.h (MonoCompile): Add a 'skip_visibility' field.
10637 * mini.c (method_to_ir): Disable visibility checks if skip_visibility is set on
10640 * mini-amd64.c (mono_arch_emit_exceptions): Fix assertion introduced by the last change.
10642 * mini.c (mono_runtime_cleanup_handlers): Clean up signal handlers on unix. Fixes
10645 * mini.c (handle_array_new): Applied patch from "briaeros007". Fix
10647 (mini_get_ldelema_ins): Ditto.
10649 2006-08-30 Zoltan Varga <vargaz@gmail.com>
10651 * mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
10652 (mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation.
10655 2006-08-29 Neale Ferguson <neale@sinenomine.net>
10657 * mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0 arguments. Add
10658 mono_arch_get_patch_offset as a dummy entry point to allow successful link.
10660 * exceptions-s390x.c: Cosmetic change.
10662 * tramp-s390.c: Fix warning.
10664 * cpu-s390.md: Correct length of mul_imm.
10666 Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
10668 * aot-compiler.c: added binary writer with ELF backend
10669 implementation (only on Linux/x86 for now).
10671 2006-08-18 Zoltan Varga <vargaz@gmail.com>
10673 * Makefile.am: Don't run net 2.0 AOT tests.
10675 * aot-compiler.c (compile_method): Skip methods with tail calls as well.
10676 (mono_compile_assembly): Skip net 2.0 assemblies as well.
10678 * aot-runtime.c (load_patch_info): Fix an uninitialized memory error.
10680 Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
10682 * aot-compiler.c: simplified and refactored the asm-writing code
10683 to allow different backends.
10685 2006-08-18 Zoltan Varga <vargaz@gmail.com>
10687 * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
10689 * aot-compiler.c aot-runtime.c: Reorg the GOT slot allocation code a
10690 little. Share patches of type TYPE_FROM_HANDLE as well.
10692 * mini.c (mono_patch_info_equal): New helper function.
10693 (mono_patch_info_hash): Ditto.
10695 * aot-compiler.c (emit_method_code): Fix s390 build.
10697 * mini.c (mono_allocate_stack_slots_full): Fix yet another place where byref
10698 is not handled because it is stored as a flag and not as a type ctor. Fixes
10701 2006-08-17 Zoltan Varga <vargaz@gmail.com>
10703 * aot-compiler.c: Fix computation of GOT slot statistics.
10705 * aot-compiler.c aot-runtime.c: Implement sharing of GOT slots for classes/fields.
10706 Also remove support for not PIC AOT.
10708 * mini.h: Bump AOT file format version.
10710 * objects.cs: Add a test for #78990.
10712 * mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
10713 (peter.dettman@iinet.net.au). Fixes #79087.
10715 * basic-long.cs: Add a test for the above.
10717 2006-08-16 Zoltan Varga <vargaz@gmail.com>
10719 * aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.
10721 * aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
10724 2006-08-15 Zoltan Varga <vargaz@gmail.com>
10726 * mini.c (mini_init): Fix registration of idiv/imul opcodes which can throw
10729 2006-08-10 Jonathan Chambers <joncham@gmail.com>
10731 * mini.c: Don't verify COM proxy invoke calls
10734 2006-08-10 Dick Porter <dick@ximian.com>
10736 * wapihandles.c (mini_wapi_seminfo): More info, to help track down
10737 which process is holding semaphores locked.
10739 2006-08-08 Zoltan Varga <vargaz@gmail.com>
10741 * mini-ia64.c mini-amd64.c: Fix #79027.
10743 * mini-sparc.c (mono_arch_call_opcode): Fix the previous patch.
10745 * mini-sparc.c (mono_arch_call_opcode): Fix #79027.
10747 * mini-x86.c (mono_arch_call_opcode): Handle the case where there are no
10748 implicit arguments in a vararg call. Fixes #79027.
10750 2006-08-07 Zoltan Varga <vargaz@freemail.hu>
10752 * mini.c (mono_get_element_address_signature): Use CDECL calling convention on windows. Fixes #78969.
10753 (mono_get_array_new_va_signature): Ditto.
10755 2006-08-05 Zoltan Varga <vargaz@gmail.com>
10757 * aot-runtime.c: Call init_plt lazily.
10759 * inssel-long.brg: Fix unsigned long->int conversion.
10761 * aot-runtime.c (init_plt): Remove a redundant make_writable () call.
10763 * aot-compiler.c aot-runtime.c: Reorganize the file structure in the amd64 case so
10764 that most data is now in the .rss/.data section.
10766 2006-08-04 Zoltan Varga <vargaz@gmail.com>
10768 * aot-compiler.c: Correct the computation of the 'direct-calls' statistic.
10770 * aot-compiler.c: Print the number of methods without GOT slots as a statistics.
10772 * aot-compiler.c aot-runtime.c tramp-amd64.c: Resurrect amd64 AOT support.
10774 * tramp-amd64.c (mono_arch_patch_callsite): Fix a warning.
10776 * jit-icalls.c (mono_helper_compile_generic_method): Unbox vtypes since this is a
10777 virtual call. Fixes #79010.
10779 * mini.c (mono_method_to_ir): Pass an additional out arg to compile_generic_method
10780 and use the result as the this argument in the real call.
10782 * generics.2.cs: Add a new test for #79010.
10784 2006-08-03 Zoltan Varga <vargaz@gmail.com>
10786 * mini-x86.c: Fix a warning.
10788 * aot-compiler.c: Add a bunch of statistics.
10790 * mini.c (inline_method): Disable inlining in out-of-line bblocks.
10792 2006-08-02 Zoltan Varga <vargaz@gmail.com>
10794 * mini-arch.h Makefile.am mini-ops.h mini-codegen.c: More alpha updates.
10796 2006-08-01 Zoltan Varga <vargaz@gmail.com>
10798 * 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>.
10800 2006-07-13 Miguel de Icaza <miguel@novell.com>
10802 * mini.c (mono_method_to_ir): Obtain the original method in the
10803 CIL stream and use this to perform validation.
10807 2006-07-19 Zoltan Varga <vargaz@gmail.com>
10809 * mini-x86.c (mono_arch_get_argument_info): Fix a warning.
10810 (mono_arch_call_opcode): Ditto.
10812 * mini.c (mono_method_to_ir): Clear ins_flag at the end of CEE_CALL. Fixes
10815 * mini.c (mono_patch_info_dup_mp): New helper function.
10817 * aot-compiler.c (compile_method): Fix some of the memory allocated during
10818 compilation. Fixes #78827.
10820 2006-07-18 Kornél Pál <kornelpal@gmail.com>
10822 * declsec.c: Use original security informations for
10823 MONO_WRAPPER_MANAGED_TO_MANAGED.
10825 2006-07-15 Jonathan Chambers <joncham@gmail.com>
10827 * mini.c: Allow Com Interop methods/classes and
10828 don't verify COM wrapper calls
10831 2006-07-13 Zoltan Varga <vargaz@gmail.com>
10833 * inssel-long32.brg: Fix long->i4 checked conversion.
10835 * exceptions.cs: Add a test for the above.
10837 2006-07-08 Zoltan Varga <vargaz@gmail.com>
10839 * mini-exceptions.c (mono_setup_altstack): Fix a memory leak.
10841 * mini.c: Applied patch from Joachim Ante (joe@otee.dk). Fix some shutdown
10844 * helpers.c (mono_disassemble_code): Avoid using fixed temporary files. Fixes
10847 2006-07-03 Zoltan Varga <vargaz@gmail.com>
10849 * mini.c: Fix solaris/x86 exception handling.
10851 * Makefile.am: Get rid of $(ICU_LIBS).
10853 2006-07-02 Zoltan Varga <vargaz@gmail.com>
10855 * mini-exceptions.c: Fix handling of unhandled SIGSEGV exceptions on ia64.
10856 (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Use MONO_INIT_CONTEXT_FROM_CURRENT.
10857 (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): Ditto.
10859 * mini-ia64.h (MONO_CONTEXT_SET_FUNC): New macro.
10861 * mini-exceptions.c (mono_handle_native_sigsegv): Prevent infinite loops if
10862 this function causes a SIGSEGV.
10864 2006-06-22 Zoltan Varga <vargaz@gmail.com>
10866 * mini.c: Remove unused solaris/x86 includes.
10868 2006-06-21 Zoltan Varga <vargaz@gmail.com>
10870 * jit.h: Add G_BEGIN_DECLS/G_END_DECLS.
10872 2006-06-20 Jb Evain <jbevain@gmail.com>
10874 * cpu-g4.md: fix max length of start_handler instruction.
10876 2006-06-20 Massimiliano Mantione <massi@ximian.com>
10877 * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
10879 2006-06-16 Massimiliano Mantione <massi@ximian.com>
10880 * ssa.c: Fixed bug 78653 for SSA based deadce.
10881 * mini.h: added MONO_INST_DEFINITION_HAS_SIDE_EFFECTS flag go
10882 MonoInst.flags, used in SSA based deadce.
10883 * aliasing.c: Fixed bug 78653 for "fastpath" deadce.
10884 * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78653.
10886 Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
10888 * tramp-ppc.c: don't use malloc () for trampoline code, sometimes
10889 it can end up using non executable memory on ppc64 systems
10890 running ppc32 userspace (fix from Johannes Berg).
10892 2006-06-14 Dick Porter <dick@ximian.com>
10894 * wapihandles.c: Fix a bunch of signed/unsigned warnings from gcc
10897 2006-06-13 Massimiliano Mantione <massi@ximian.com>
10898 * mini.c: Made so that inline is locally disabled if it would
10899 trigger a .cctor, because too many apps depend on this behavior
10900 (which seems to be also the one of the MS CLR).
10902 2006-06-13 Zoltan Varga <vargaz@gmail.com>
10904 * mini-amd64.c (mono_emit_stack_alloc): Fix initialization of localloc'ed memory.
10905 No idea why this worked before.
10907 * branch-opts.c (mono_branch_optimize_exception_target): Avoid branches
10908 which branch to outer exception clauses since they could skip the
10909 inner finally clauses. Fixes #78633.
10911 * exceptions.cs: Add a test for the above.
10913 * mini.c (merge_basic_blocks): Nullify the branch at the end of the first bb.
10916 * iltests.il: Add a test for the above.
10918 2006-06-12 Zoltan Varga <vargaz@gmail.com>
10920 * mini.c (remove_block_if_useless): Do not remove the bblock immediately
10921 after the end of a try bblock, to prevent asserts in mini_method_compile ().
10923 * iltests.il: Add a test for the above.
10925 2006-06-10 Zoltan Varga <vargaz@gmail.com>
10927 * mini-ia64.c (mono_arch_lowering_pass): Remove some code duplication.
10929 * mini-ia64.c inssel-ia64.brg: Implement the new net 2.0 Interlocked.Add
10930 methods as instrinsics.
10932 2006-06-09 Wade Berrier <wberrier@novell.com>
10934 * Makefile.am: Fix sources list for svn rename so that make dist succeeds
10935 (simple-cee-ops.h ssapre-mini-ops.h)
10937 2006-06-09 Neale Ferguson <neale@sinenomine.net>
10939 * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
10940 * mini-s390x.c, mini-s390.c: Correct ATOMIC operations (incorrect register for CS
10942 * mini-s390x.h, mini-s390.h: Simplify MCONTEXT_GET_BP.
10943 * cpu-s390x.md: Fix max. length values for a couple of instructions.
10945 2006-06-09 Jonathan Chambers <jonathan.chambers@ansys.com>
10947 * mini-exceptions.c: Minor fix for building mono in Visual Studio.
10949 2006-06-08 Massimiliano Mantione <massi@ximian.com>
10951 * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
10952 * simple-cee-ops.h: Was "ssapre-cee-ops.h" (renamed).
10953 * ssapre-mini-ops.h: Renamed as "simple-mini-ops.h"
10954 * simple-mini-ops.h: Was "ssapre-mini-ops.h" (renamed).
10955 * local-propagation.c: In mono_cprop_invalidate_values use a whitelist
10956 of opcodes, so that bug 78549 should not happen again.
10957 * ssapre.c: Updated to use the renamed files.
10959 2006-06-08 Zoltan Varga <vargaz@gmail.com>
10961 * mini-amd64.c (mono_arch_output_basic_block): Fix a wrong reg-reg move
10962 in OP_ATOMIC_EXCHANGE_I4.
10964 2006-06-07 Wade Berrier <wberrier@novell.com>
10966 * tramp-s390.c: Fix s390 build (add missing pointer declarations
10967 in mono_debugger_create_notification_function)
10969 2006-06-06 Zoltan Varga <vargaz@gmail.com>
10971 * mini.c (NEW_AOTCONST_TOKEN): Fix amd64 build.
10973 * mini.c (type_from_stack_type): Disable some changes which do not
10976 * driver.c: Reenable opts.
10978 * mini.h (MonoStackSlot): New structure to keep track of the verification state
10979 of the evaluation stack.
10981 * mini.h (MonoBasicBlock): Add a 'stack_state' field to keep track of the
10982 evaluation stack trace at entry to the bblock.
10984 * mini.c (merge_stacks): New function to perform verification of stack merges.
10985 Turned off by default.
10987 * mini.c: Fill up ins->klass for instructions whose type is STACK_OBJ or
10990 2006-06-06 Massimiliano Mantione <massi@ximian.com>
10992 * local-propagation.c: Fixed bug 78549.
10994 2006-06-04 Zoltan Varga <vargaz@gmail.com>
10996 * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on ia64.
10998 2006-06-02 Miguel de Icaza <miguel@novell.com>
11000 * tramp-sparc.c, tramp-ppc.c, tramp-s390.c, tramp-s390x.c,
11001 tramp-arm.c, tramp-ia64.c
11002 (mono_debugger_create_notification_function): Update signature to
11003 new signature and use new protocol for creating the notification
11006 Should fix the build.
11008 2006-06-02 Geoff Norton <gnorton@customerdna.com>
11010 * exceptions-ppc.c (mono_jit_walk_stack)
11011 (ves_icall_get_frame_info): Fix the build
11013 2006-06-02 Zoltan Varga <vargaz@gmail.com>
11015 * mini.c (mono_set_defaults): Fix the handling of -O=-all.
11017 2006-05-31 Raja R Harinath <rharinath@novell.com>
11019 * il2tests.2.il: New file for generics CIL tests. Add test for
11021 * Makefile.am: Update.
11024 * mini.c (mono_method_to_ir): Don't apply box+brtrue optimization
11027 2006-05-30 Massimiliano Mantione <massi@ximian.com>
11029 * aliasing.c: Fixed bug 78311.
11031 2006-05-29 Martin Baulig <martin@ximian.com>
11033 * mini-exceptions.c (mono_find_jit_info): When computing the
11034 native offset, check whether we're actually inside the method's
11035 code; call mono_debug_print_stack_frame() to format the frame.
11036 (ves_icall_System_Exception_get_trace): Call
11037 mono_debug_print_stack_frame() to format the stack frame.
11038 (ves_icall_get_trace): Update to the new debugging API.
11039 (mono_jit_walk_stack_from_ctx): Likewise.
11040 (ves_icall_get_frame_info): Likewise.
11042 * mini.c (get_method_from_ip): Use the new debugging API.
11043 (mono_print_method_from_ip): Likewise.
11046 (mono_jit_walk_stack): Use the new debugging API.
11047 (ves_icall_get_frame_info): Likewise.
11049 2006-05-27 Zoltan Varga <vargaz@gmail.com>
11051 * mini-amd64.c (mono_arch_output_basic_block): Fix MONO_PROFILE_COVERAGE.
11053 2006-05-25 Massimiliano Mantione <massi@ximian.com>
11055 * mini.c: Added "limitator" to inline for debugging.
11057 2006-05-24 Martin Baulig <martin@ximian.com>
11059 * debug-debugger.c (mono_debugger_init): Create a private,
11060 malloc()-based code manager for the notification function and
11061 intentionally leak it on exit. This fixes the crash-on-exit race
11065 (mono_debugger_create_notification_function): Added
11066 `MonoCodeManager *' argument.
11069 (mono_debugger_create_notification_function): Added
11070 `MonoCodeManager *' argument.
11072 2006-05-23 Massimiliano Mantione <massi@ximian.com>
11074 * aliasing.c: Fixed 64 bit issue.
11075 * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
11076 default since all known bugs are fixed (one more time!).
11078 Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
11080 * mini.c: write barrier support.
11082 2006-05-23 Martin Baulig <martin@ximian.com>
11084 * debug-debugger.c: Revert Paolo's change. Add comment and #error
11085 check at the top of the file.
11087 Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
11089 * debug-debugger.c: fix the build. Again. Hopefully Martin will stop
11090 reverting changes without reason and without changelog entries.
11092 2006-05-18 Zoltan Varga <vargaz@gmail.com>
11094 * mini-sparc.c (mono_arch_output_basic_block): Add support for large stack offets
11095 to a few opcodes. Fixes #78439.
11097 * mini-sparc.c: Rename mono_sparch_break () to mono_arch_break () to improve
11098 consistency with other archs.
11100 * mini-ia64.c (mono_arch_emit_prolog): Remove debug stuff left in by mistake.
11102 Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
11104 * debug-debugger.c: fix the build.
11106 2006-05-17 Martin Baulig <martin@ximian.com>
11109 (debugger_thread_vtable): Moved here from ../metadata/threads.c.
11110 (debugger_init_threads): Formerly known as mono_debugger_init_threads().
11111 (debugger_finalize_threads): Formaly known as mono_debugger_finalize_threads().
11112 (debugger_attach): Call GC_mono_debugger_add_all_threads().
11114 2006-05-11 Zoltan Varga <vargaz@gmail.com>
11116 * mini.c (mini_init): Call pthread_attr_destroy () to fix a small memory leak.
11118 2006-05-10 Zoltan Varga <vargaz@gmail.com>
11120 * mini-x86.c (mono_arch_instrument_epilog): Fix handling of
11121 MONO_TYPE_GENERICINST.
11123 * mini-amd64.c (mono_arch_instrument_epilog): Fix handling of
11124 MONO_TYPE_GENERICINST.
11126 2006-05-09 Zoltan Varga <vargaz@gmail.com>
11128 * mini-x86.c (mono_arch_get_vcall_slot_addr): Add a missing call sequence. Fixes
11131 2006-05-08 Zoltan Varga <vargaz@gmail.com>
11133 * mini.c (mono_create_jump_trampoline): Allocate MonoJitInfo from the domain
11135 (mono_jit_free_method): Remove the method from jump_trampoline_hash as well.
11137 2006-05-06 Zoltan Varga <vargaz@gmail.com>
11139 * mini.c (mini_cleanup): Applied patch from Joachim Ante (joe@otee.dk). Call
11140 mono_trace_cleanup ().
11142 * iltests.il: Fix problem with the newly added test.
11144 * mini-codegen.c (mono_local_regalloc): When changing the dreg of an instruction
11145 due to register constraints, free up the previous hreg. Fixes #78314.
11147 * iltests.il: Add new test for #78314.
11149 * mini-x86.c (mono_arch_get_inst_for_method): Use OP_ATOMIC_ADD_NEW_I4 for
11150 Interlocked.Add. Fixes #78312.
11152 * mini-amd64.c (mono_arch_get_inst_for_method): Ditto.
11154 2006-05-05 Zoltan Varga <vargaz@gmail.com>
11156 * inssel.brg (mini_emit_virtual_call): Fix a warning.
11158 2006-05-05 Martin Baulig <martin@ximian.com>
11160 * debug-mini.c (mono_debug_open_block): New method.
11163 (mono_arch_output_basic_block): Call mono_debug_open_block() at
11164 the beginning of each basic block.
11167 (mono_arch_output_basic_block): Call mono_debug_open_block() at
11168 the beginning of each basic block.
11170 2006-05-04 Massimiliano Mantione <massi@ximian.com>
11172 * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
11173 default until I understand why they break the build on amd64.
11175 2006-05-04 Zoltan Varga <vargaz@gmail.com>
11177 * mini.c (mini_cleanup): Call mono_cleanup ().
11179 * mini.c (UNVERIFIED): New macro to make it easier to track down verification
11182 2006-05-04 Massimiliano Mantione <massi@ximian.com>
11184 * aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
11185 * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
11186 default since all known bugs are fixed, and I cannot reproduce bug
11187 77944... I'm asking Matt Hargett to test again after this commit.
11189 2006-04-28 Massimiliano Mantione <massi@ximian.com>
11191 * mini-codegen.c: Fixed typo that thrashed inline.
11193 2006-04-28 Zoltan Varga <vargaz@gmail.com>
11195 * dominators.c (compute_dominators): Avoid using a worklist since
11196 it is not correct in some cases. Instead, iterate over all bblocks as
11197 in the original paper. Fixes --compile-all -O=all System.Xml.dll.
11199 2006-04-28 Miguel de Icaza <miguel@novell.com>
11201 * mini.c (mono_jit_compile_method_inner): Use
11202 mono_prepare_exception_from_error that resets the value
11205 2006-04-27 Miguel de Icaza <miguel@novell.com>
11207 * mini.c: Move the mini_loader_error_to_exception to metadata.
11209 2006-04-27 Massimiliano Mantione <massi@ximian.com>
11211 * aliasing.c: Fixed bug 78210.
11213 2006-04-27 Massimiliano Mantione <massi@ximian.com>
11215 * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
11216 default until all their problems (or the ones they trigger) are fixed.
11218 2006-04-26 Zoltan Varga <vargaz@gmail.com>
11220 * aot-runtime.c (mono_aot_get_method_from_token_inner): Fix the previous patch.
11222 * aot-runtime.c (mono_aot_get_method_from_token_inner): Mark the method
11223 as loaded only after resolving patches since that could invoke the same method.
11225 * aot-runtime.c (mono_aot_plt_resolve): Fix ppc etc. builds.
11227 * aot-compiler.c: Refactor mono_aot_compile_aot () into a bunch of smaller
11230 * aot-runtime.c (init_plt): Use a normal trampoline to transfer code to the
11233 * aot-compiler.c (emit_plt): Pass the plt offset in %eax instead of on the
11236 * mini-trampolines.c (mono_aot_plt_trampoline): New trampoline to handle calls
11237 made from AOT code through the PLT table.
11239 * mini-x86.h mini-amd64.h: Define MONO_ARCH_AOT_PLT_OFFSET_REG to the register
11240 holding the plt offset when a call is made to the aot plt trampoline.
11242 2006-04-25 Zoltan Varga <vargaz@gmail.com>
11244 * aot-runtime.c aot-compiler.c cpu-amd64.md mini-amd64.c: Update parts of the
11247 * Makefile.am (common_sources): Fix build breakage.
11249 * aot-runtime.c aot-compiler.c: Reorganize the AOT code yet again: Make all
11250 calls through a jump table similar to the ELF PLT table. Avoid indirect calls for
11251 intra-assembly calls if possible.
11253 * tramp-*.c: Add new functions for patching/nullifying PLT entries.
11255 * mini-trampolines.c: Handle PLT entries.
11257 * mini.c: Avoid creating a GOT var for calls.
11259 * jit-icalls.c (helper_ldstr_mscorlib): New helper function for loading strings
11260 from mscorlib code.
11262 * jit-icalls.c (helper_newobj_mscorlib): New helper function to create objects
11263 from mscorlib code.
11265 * mini.c (mono_method_to_ir): Use the new helper functions in throw bblocks in
11268 * mini.h: Bump AOT file format version.
11270 * mini.c (get_basic_blocks): Fix the calculation of bb->out_of_line so it
11273 2006-04-25 Martin Baulig <martin@ximian.com>
11275 * driver.c: Disable copyprop, consprop and inline when running
11276 inside the debugger.
11278 2006-04-25 Martin Baulig <martin@ximian.com>
11280 * debug-debugger.h (MonoDebuggerInfo): Replaced `get_thread_id'
11281 with `get_current_thread' and added `detach'.
11282 (MonoDebuggerMetadataInfo): Added `thread_size',
11283 `thread_tid_offset', `thread_stack_ptr_offset' and
11284 `thread_end_stack_offset'.
11286 2006-04-25 Zoltan Varga <vargaz@gmail.com>
11288 * aot.c Makefile.am: Split aot.c into two new files aot-compiler.c and
11291 * inssel.brg (mini_emit_load_intf_reg_vtable): Use a new kind of AOT constant
11292 ADJUSTED_IID to avoid the need for adjusting the IID at runtime.
11294 * mini.h (MonoJumpInfoType): Add MONO_PATCH_INFO_ADJUSTED_IID.
11296 * mini.c (mono_resolve_patch_target): Handle ADJUSTED_IID.
11298 * aot.c: Add support for ADJUSTED_IID.
11300 2006-04-24 Zoltan Varga <vargaz@gmail.com>
11302 * aot.c (emit_method_order): Don't align method_order_end.
11304 * inssel.brg (stmt): Fix interface calls in AOT code which got broken by
11305 the interface ID changes.
11307 2006-04-21 Dick Porter <dick@ximian.com>
11309 * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
11310 cleaning up a thread. Fixes the new part of bug 77470.
11312 2006-04-20 Geoff Norton <gnorton@customerdna.com>
11314 * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
11315 to managed wrapper.
11317 2006-04-19 Zoltan Varga <vargaz@gmail.com>
11319 * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
11321 * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
11322 SIGSEGV. Fixes #78072.
11324 * mini-exceptions.c (mono_handle_native_sigsegv): Add a 'signal' argument,
11325 unregister our SIGABRT handler.
11327 2006-04-19 Massimiliano Mantione <massi@ximian.com>
11329 * mini.c: Disabled inline where it can alter the call stack in a
11330 way visible from managed code.
11331 * driver.c: enabled inline,consprop,copyprop,treeprop,deadce by
11334 2006-04-16 Zoltan Varga <vargaz@gmail.com>
11336 * mini-amd64.c (mono_arch_emit_prolog): Attach the thread to the runtime as it is done
11337 on other platforms. Fixes #78089.
11339 2006-04-13 Martin Baulig <martin@ximian.com>
11341 * driver.c: Also check a `MONO_INSIDE_MDB' environment variable to
11342 determine whether we're inside the debugger.
11345 (MonoDebuggerMetadataInfo): Added all offsets from `MonoDefaults'.
11347 2006-04-12 Zoltan Varga <vargaz@gmail.com>
11349 * mini.c (mono_method_to_ir): Handle multiple LEAVE statements inside a single
11350 handler clauses. Fixes #78024.
11352 * mini-sparc.c (mono_arch_output_basic_block): Handle large offsets
11353 in the CALL_MEMBASE opcodes. Fixes #78088.
11354 (mono_arch_get_vcall_slot_addr): Ditto.
11356 2006-04-10 Martin Baulig <martin@ximian.com>
11358 * debug-debugger.c: The thread handling code has now been moved
11359 into ../metadata/threads.c.
11361 2006-04-10 Zoltan Varga <vargaz@gmail.com>
11363 * driver.c (mono_main): Fix --with-gc=none build.
11365 * mini-codegen.c (mono_spillvar_offset): Improve alignment.
11366 (mono_spillvar_offset_float): Ditto.
11367 (mono_local_regalloc): Only do the OP_MOVE optimization if ins->dreg is a local
11368 hreg, not when its !global, since on ia64, there is a third category: stacked
11371 Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus@ximian.com>
11373 * mini.c: set MonoInst->klass for load field address and a few other
11376 2006-04-10 Zoltan Varga <vargaz@gmail.com>
11378 * helpers.c (mono_disassemble_code): Emit debug info on amd64 as well.
11380 2006-04-07 Zoltan Varga <vargaz@gmail.com>
11382 * dominators.c (compute_dominators): Fix yet another bug which surfaced after
11383 the branch opt changes.
11385 2006-04-06 Dick Porter <dick@ximian.com>
11387 * wapihandles.c (mini_wapi_semdel): Fix parameters in semctl () call.
11389 * wapihandles.c (mini_wapi_seminfo):
11390 * driver.c (mono_main): Add semaphore info option
11392 2006-04-05 Zoltan Varga <vargaz@gmail.com>
11394 * dominators.c (compute_dominators): Fix a bug which surfaced after the recent
11395 branch optimization changes. Fixes #78009.
11397 Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
11399 * mini.c: ignore accessibility of methods in managed->native wrappers.
11401 2006-04-04 Zoltan Varga <vargaz@gmail.com>
11403 * mini.c (mini_cleanup): Call print_jit_stats () earlier since it accesses metadata.
11405 * mini.c (mini_cleanup): Free 'emul_opcode_map' as well.
11407 2006-04-03 Zoltan Varga <vargaz@gmail.com>
11409 * mini.c: Modify the branch optimizations to preserve the invariant that
11410 the entries inside the in_bb and out_bb arrays are unique.
11411 (mono_unlink_bblock): Avoid creation of new arrays.
11413 2006-04-02 Zoltan Varga <vargaz@gmail.com>
11415 * mini.c (mono_unlink_bblock): Fix regression caused by previous
11418 2006-04-01 Zoltan Varga <vargaz@gmail.com>
11420 * mini.c (optimize_branches): Remove the "optimizations" in
11421 the cbranch1/cbranch2 -> branch cases which were causing several
11422 problems in the past. Fixes #77986.
11424 2006-03-31 Chris Toshok <toshok@ximian.com>
11426 * driver.c (DEFAULT_OPTIMIZATIONS): back out the new set of
11427 default optimizations :(
11429 2006-03-31 Zoltan Varga <vargaz@gmail.com>
11431 * inssel-x86.brg mini-codegen.c mini.c: Merge some changes/fixes from linear-il
11434 2006-03-31 Massimiliano Mantione <massi@ximian.com>
11436 * local-propagation.c: Added comments to structs and removed
11437 "Mono" prefixes from local tree mover types.
11439 2006-03-30 Zoltan Varga <vargaz@gmail.com>
11441 * Makefile.am (arch_sources): Define this for each architecture so
11442 libmono_la_SOURCES is defined in one place.
11444 Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
11446 * driver.c, wapihandles.c, Makefile.am: integrate the io-layer utils
11449 Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus@ximian.com>
11451 * driver.c: print the GC name supplied by configure.
11453 2006-03-29 Massimiliano Mantione <massi@ximian.com>
11455 * local-propagation.c: Added tree mover, and moved here all the
11456 local propagation code from mini.c
11457 * mini.c: Added support for treeprop, and moved all the local
11458 propagation code to local-propagation.c
11459 * mini.h: Added support for treeprop
11460 * driver.c: Added support for treeprop, enabled consprop, copyprop,
11461 treeprop, inline and deadce by default
11462 * Makefile.am: Added local-propagation.c
11464 2006-03-25 Zoltan Varga <vargaz@gmail.com>
11466 * exceptions-sparc.c: Applied patch from David S. Miller <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
11468 Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus@ximian.com>
11470 * debug-debugger.c: make it compile without the Boehm GC.
11472 Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus@ximian.com>
11474 * mini.c: fixed issue with mismatch when an icall is registered
11475 with multiple names but same address.
11477 Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus@ximian.com>
11479 * declsec.c, mini-exceptions.c: use write barrier to set reference
11480 fields of managed objects.
11482 2006-03-19 Zoltan Varga <vargaz@gmail.com>
11484 * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
11485 (can_access_internals): Fix a warning.
11487 * mini.c (print_method_from_ip): Rename this to
11488 mono_print_method_from_ip so it gets exported.
11490 * trace.c: Deal with strings inside StringBuilder's containing garbage
11491 and fix memory leaks. Fixes #77848.
11493 2006-03-19 Zoltan Varga <vargaz@gmail.com>
11495 * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
11498 2006-03-16 Neale Ferguson <neale@sinenomine.net>
11500 * mini-s390.c: Remove OP_X86_TEST_NULL.
11502 Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
11504 * mini.c: use the correct GetHashCode() for the moving collector.
11506 2006-03-16 Massimiliano Mantione <massi@ximian.com>
11508 * liveness.c: Regalloc spill cost tuning.
11510 2006-03-15 Neale Ferguson <neale@sinenomine.net>
11512 * mini-s390x.h: Correct S390_LONG macro.
11514 * mini-s390x.c: Cleanup unused code.
11516 2006-03-15 Zoltan Varga <vargaz@gmail.com>
11518 * jit-icalls.h: New file.
11520 * Makefile.am mini.c jit-icalls.c: Use a proper include file for the jit
11521 icalls and include that instead of including jit-icalls.c.
11523 * mini-ppc.c (mono_arch_output_basic_block): Remove references to
11526 Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus@ximian.com>
11528 * mini.c: when checking for member accessibility, also check for
11529 friend assemblies and for explicit interface implementations.
11531 2006-03-14 Zoltan Varga <vargaz@gmail.com>
11533 * mini-codegen.c (mono_local_regalloc): Remove incorrect g_free () calls.
11535 * cpu-arm.md cpu-g4.md: Remove x86_ opcodes.
11537 * mini-x86.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
11538 common cases are done first.
11540 * mini-ops.h: Only define platform specific opcodes on the given platform.
11542 * mini.h regalloc.h mini-codegen.c: Merge optimizations from the linear-il
11545 2006-03-14 Martin Baulig <martin@ximian.com>
11547 Revert Paolo's change from r57348:
11549 * mini.h: don't use gboolean for bitfields.
11550 * mini.c: verifier changes for fields and methods accessibility.
11552 2006-03-13 Neale Ferguson <neale@sinenomine.net>
11554 * mini-s390.h, mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
11556 * mini-s390x.c: Fix conv_r_un.
11558 * cpu-s390, cpu-s390x.md: Fix lengths.
11560 Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus@ximian.com>
11562 * mini.c: nested types have access to all the nesting
11563 levels, not just the enclosing types.
11565 Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus@ximian.com>
11567 * mini.c: added a few more verification checks.
11569 2006-03-12 Zoltan Varga <vargaz@gmail.com>
11571 * liveness.c: Merge optimizations from the linear-il branch.
11573 2006-03-11 Zoltan Varga <vargaz@gmail.com>
11575 * mini-ia64.c (emit_call): Add a comment.
11577 * tramp-ia64.c (mono_arch_patch_callsite): Handle indirect calls as well.
11579 * tramp-ia64.c: Fix some warnings.
11581 Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus@ximian.com>
11583 * mini.h: don't use gboolean for bitfields.
11584 * mini.c: verifier changes for fields and methods accessibility.
11586 2006-03-11 Zoltan Varga <vargaz@gmail.com>
11588 * mini.c (mono_icall_get_wrapper): Fix an ia64 bug introduced by the
11589 lazy icall wrapper changes.
11591 * dominators.c: Replace all the dominator algorithms with faster
11592 ones from the linear-il branch.
11594 * inssel-*.brg: Allocate call->out_ireg_args and call->out_freg_args from
11597 * mini-amd64.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
11598 common cases are done first.
11600 * mini-amd64.c: Fix some warnings.
11602 * mini-codegen.c mini-*.c: Allocate call->out_ireg_args and call->out_freg_args
11605 * mini.c (mono_jit_compile_method_with_opt): Fix a race in the newly
11608 * mini.h: Add a missing prototype.
11610 2006-03-10 Zoltan Varga <vargaz@gmail.com>
11612 * mini.c: Compile icall wrappers lazily.
11614 * mini-codegen.c: Use printf instead of g_print since its much faster.
11616 * mini.h (mono_bitset_foreach_bit): Use the faster mono_bitset_find_start ()
11619 * mini.c (optimize_branches): Cache the negative result from
11620 remove_block_if_useless ().
11622 * mini.c (optimize_branches): Avoid restarting the iteration after each change.
11623 Also fix some bblock linking issues.
11625 * helpers.c (mono_disassemble_code): Reduce the size of the temporary
11628 * mini.h: Define G_LIKELY/G_UNLIKELY macros for older glib versions.
11630 * mini.h (MonoBasicBlock): Reorganize the fields, putting more frequently
11631 accessed fields first, for better cache behavior.
11633 Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus@ximian.com>
11635 * mini.c: speedup IList<T> array accesses.
11637 2006-03-09 Zoltan Varga <vargaz@gmail.com>
11639 * mini.c (mono_method_to_ir): Handle large methods overflowing the
11640 inline_costs counter. Fixes #77190.
11642 2006-03-06 Zoltan Varga <vargaz@gmail.com>
11644 * mini-exceptions.c: Call mono_trace_is_enabled () before printing
11645 trace messages. Fixes #77706.
11647 2006-03-04 Martin Baulig <martin@ximian.com>
11649 * tramp-amd64.c, tramp-x86.c
11650 (mono_debugger_create_notification_function): Use
11651 mono_global_codeman_reserve() to allocate a buffer at runtime and
11654 * debug-debugger.h (MonoDebuggerInfo): Added `initialize'.
11656 * debug-debugger.c (mono_debugger_init): Dynamically allocate the
11657 notification function at runtime and then call `initialize' in the
11658 `MONO_DEBUGGER__debugger_info' vtable.
11660 2006-03-04 Zoltan Varga <vargaz@gmail.com>
11662 * iltests.il: Fix a visibility problem.
11664 Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus@ximian.com>
11666 * driver.c, mini.c: add hooks for the counters API.
11668 Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus@ximian.com>
11670 * driver.c: show disabled options.
11672 Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus@ximian.com>
11674 * linear-scan.c: always use cost-driven selection.
11676 2006-02-28 Raja R Harinath <rharinath@novell.com>
11678 * jit-icalls.c (helper_compile_generic_method): Revert change from
11681 Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus@ximian.com>
11683 * cpu-arm.md, mini-arm.c: implemented MemoryBarrier.
11685 Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus@ximian.com>
11687 * inssel.brg: style fixes, mostly to force the updated monoburg
11688 to run for people using svn.
11690 Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus@ximian.com>
11692 * mini.c: match monoburg changes.
11694 Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus@ximian.com>
11696 * mini.h, mini.c, abcremoval.c, aliasing.c, liveness.c,
11697 ssapre.c, graph.c, ssa.c: put the mono_burg_arity[]
11698 declaration in the header file.
11700 Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus@ximian.com>
11702 * helpers.c: reduce relocations and mem usage.
11704 Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus@ximian.com>
11706 * mini.h, mini-codegen.c: disable logging features if
11707 requested by configure.
11709 Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus@ximian.com>
11711 * mini.c: tiny verifier changes.
11713 Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus@ximian.com>
11715 * mini-ops.h, inssel-x86.brg, tramp-x86.c, mini-x86.c,
11716 cpu-pentium.md: stack alignment changes for osx/x86,
11717 partially from Geoff Norton <gnorton@customerdna.com>.
11719 2006-02-24 Raja R Harinath <harinath@gmail.com>
11721 * jit-icalls.c (helper_compile_generic_method): Update to changes
11722 in metadata/class.c.
11724 2006-02-24 Zoltan Varga <vargaz@gmail.com>
11726 * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a missing check.
11728 * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for
11729 interface calls with large offsets.
11731 2006-02-23 Raja R Harinath <rharinath@novell.com>
11733 * jit-icalls.c (helper_compile_generic_method): Document the
11734 special-case we depend on so that we can inflate the method twice
11735 with the same context with no bad side-effects.
11737 Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus@ximian.com>
11739 * mini-x86.c, mini-amd64.c: fix for case when xen support
11742 Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus@ximian.com>
11744 * mini-x86.c, mini-amd64.c: generate code to access tls items
11745 in a faster way for Xen systems.
11747 Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus@ximian.com>
11749 * exceptions-x86.c, mini-x86.h, driver.c, mini-codegen.c:
11750 updates and compilation fixes for the OSX/x86 port, mostly from
11751 Geoff Norton <gnorton@customerdna.com>.
11753 Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus@ximian.com>
11755 * inssel.brg: faster interface call implementation
11756 to sync with the interface_offsets MonoVTable changes.
11758 Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus@ximian.com>
11760 * mini.c: more verification checks.
11762 Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus@ximian.com>
11764 * mini.c: added a few more verification checks.
11766 2006-02-17 Neale Ferguson <neale@sinenomine.net>
11768 * mini-s390x.c, mini-s390x.h: Check for presence of long displacement
11769 facility on the processor and use it if available.
11771 Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus@ximian.com>
11773 * driver.c, aot.c, mini.c: throw exception if the IL code is
11774 invalid or unverifiable.
11776 2006-02-17 Raja R Harinath <rharinath@novell.com>
11778 * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
11781 2006-02-16 Zoltan Varga <vargaz@gmail.com>
11783 * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
11785 Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian.com>
11787 * mini-s390x.c, mini-s390.c, mini.c, mini-amd64.c, mini-arm.c,
11788 mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
11789 handling of instantiated generic valuetypes.
11791 2006-02-11 Zoltan Varga <vargaz@gmail.com>
11793 * mini-exceptions.c mini-x86.h mini-x86.c: Get rid of
11794 MONO_INIT_CONTEXT_FROM_CALLER, and use MONO_INIT_CONTEXT_FROM_FUNC
11797 * generics.2.cs: Revert the nullable reftypes tests.
11799 2006-02-10 Zoltan Varga <vargaz@gmail.com>
11801 * mini-exceptions.c (MONO_INIT_CONTEXT_FROM_CALLER): Avoid
11802 using __builtin_frame_address (1) as it doesn't work in the presence
11803 of optimizations. Hopefully fixes #77273.
11805 * Makefile.am generics.cs generics.2.cs: Revert the generics.2.cs
11806 -> generics.cs change as it doesn't work with some automake versions.
11808 Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus@ximian.com>
11810 * mini.c: handle systems that sue a different way to
11811 retrieve the stack address of the current thread.
11813 2006-02-09 Zoltan Varga <vargaz@gmail.com>
11815 * Makefile.am generics.2.cs: Rename this to generics.cs and handle
11816 it specially in the makefile.
11818 * generics.2.cs: Add tests for nullable reference types.
11820 Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus@ximian.com>
11822 * mini.c: always handle the case when mono_jit_init()
11823 is called in a thread different from the main thread,
11824 confusing libgc (bug #77309).
11826 Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus@ximian.com>
11828 * mini-ppc.c: fix handling of exceptions in large methods (bug #74932).
11830 Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus@ximian.com>
11832 * mini.c: change optimize_branches () to use a single loop
11833 and introduce a new optimization to simplify some range checks.
11835 2006-02-03 Martin Baulig <martin@ximian.com>
11837 * debug-debugger.c (debugger_thread_manager_thread_created): Removed
11838 and merged with debugger_thread_manager_add_thread().
11839 (mono_debugger_main): Call debugger_thread_manager_add_thread() to
11840 inform the debugger about the main thread.
11842 2006-02-03 Zoltan Varga <vargaz@gmail.com>
11844 * basic.cs: Add test for div.un/rem.un constant folding.
11846 2006-02-03 Neale Ferguson <neale@sinenomine.net>
11848 * cpu-s390x.md: correct int_xor_imm length
11850 2006-02-03 Zoltan Varga <vargaz@gmail.com>
11852 * generics.2.cs: New test for #77442.
11854 * jit-icalls.c (helper_compile_generic_method): Check for null. Fixes
11857 2006-02-02 Martin Baulig <martin@ximian.com>
11859 * tramp-x86.c, tramp-amd64.c: It's now safe to #include
11860 <mono/metadata/mono-debug-debugger.h>
11862 * debug-mini.c: Don't #define _IN_THE_MONO_DEBUGGER.
11864 2006-02-02 Martin Baulig <martin@ximian.com>
11866 * debug-debugger.h: New header file for debug-debugger.c.
11868 * debug-debugger.c: Big API cleanup; don't run the managed Main()
11869 function is a separate thread anymore; add support for attaching.
11871 2006-02-01 Zoltan Varga <vargaz@gmail.com>
11873 * tramp-x86.c: Fix a warning.
11875 2006-01-31 Zoltan Varga <vargaz@gmail.com>
11877 * mini-amd64.c (mono_arch_compute_omit_fp): Avoid hitting an assertion
11878 on very large methods.
11880 * aot.c (load_patch_info): Fix a warning.
11882 Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus@ximian.com>
11884 * cpu-pentium.md, mini-x86.c, inssel.brg, inssel-x86.brg,
11885 mini-ops.h: alu membase optimizations.
11887 Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus@ximian.com>
11889 * mini-ops.h, mini.c, inssel.brg, inssel-x86.brg: opcode
11890 to speedup StringBuilder.
11892 2006-01-27 Zoltan Varga <vargaz@gmail.com>
11894 * dominators.c (mono_compute_natural_loops): Fix detection of
11895 loop body start blocks.
11897 * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
11899 2006-01-26 Zoltan Varga <vargaz@gmail.com>
11901 * mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
11904 2006-01-25 Massimiliano Mantione <massi@ximian.com>
11906 * aliasing.c: Fixed aliasing issue on 64 bit archs.
11908 2006-01-25 Martin Baulig <martin@ximian.com>
11910 * debug-debugger.c: Moved the `MonoDebuggerManager' and
11911 `MonoDebuggerThread' typedefs here from mono-debug-debugger.h and
11912 started to cleanup this file a little bit.
11914 Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus@ximian.com>
11916 * mini.c: optimize a codepath frequently happening in generics code.
11918 2006-01-23 Martin Baulig <martin@ximian.com>
11920 * Makefile.am: Only compile debug-debugger.c on supported platforms.
11922 * debug-debugger.c: Kill the IO_LAYER() hack and use the io-layer
11923 functions directly.
11925 * driver.c: debug-debugger.c is only available if
11926 `MONO_DEBUGGER_SUPPORTED' is defined.
11928 2006-01-23 Martin Baulig <martin@ximian.com>
11930 * debug-debugger.c: Only enable this on platforms where the Mono
11931 Debugger is working (x86 and x86_64).
11933 2006-01-21 Martin Baulig <martin@ximian.com>
11935 The Mono Debugger is now using the normal `mono' instead of the
11936 `mono-debugger-mini-wrapper' when executing managed code.
11938 * debug-debugger.c: New file; previously known as
11939 debugger/wrapper/wrapper.c.
11941 * debug-mini.c (mono_init_debugger): Removed.
11943 * driver.c (mono_main): Added new `--inside-mdb' command line
11944 argument which is used when running inside the debugger.
11946 2006-01-20 Zoltan Varga <vargaz@gmail.com>
11948 * liveness.c (mono_analyze_liveness): Remove some unused data
11951 2006-01-17 Zoltan Varga <vargaz@gmail.com>
11953 * mini.h: Move mono_bitset_test_fast macro to monobitset.h where it belongs.
11955 2006-01-16 Zoltan Varga <vargaz@gmail.com>
11957 * mini.h (mono_bitset_test_fast): Disable the 'fast' implementation which
11958 depends on implementation details of monobitset.
11960 * mini.c (mini_get_ldelema_ins): Fix handling of 1 dimensional arrays.
11963 2006-01-15 Zoltan Varga <vargaz@gmail.com>
11965 * liveness.c: Update after monobitset changes.
11967 2006-01-14 Zoltan Varga <vargaz@gmail.com>
11969 * mini-amd64.c (mono_arch_compute_omit_fp): Fix a leak.
11971 2006-01-11 Neale Ferguson <neale@sinenomine.net>
11973 * inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
11975 * mini-s390x.c: Remove warning messages.
11977 2006-01-11 Ben Maurer <bmaurer@andrew.cmu.edu>
11979 * mini.c: pass the jitinfo to mono_profiler_method_end_jit.
11981 2006-01-10 Zoltan Varga <vargaz@gmail.com>
11983 * generics.2.cs: Add ldelem/stelem_any test.
11985 2006-01-10 Neale Ferguson <neale@sinenomine.net>
11987 * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
11989 2006-01-07 Zoltan Varga <vargaz@gmail.com>
11991 * inssel-long.brg: Fix int->long ovf conversion rules. Fixes #77172.
11993 2006-01-06 Zoltan Varga <vargaz@gmail.com>
11995 * generics.2.cs: Reenable vtype tests.
11997 * inssel-x86.brg: Remove an icorrect valuetype rule.
11999 2006-01-06 Neale Ferguson <neale@sinenomine.net>
12001 * mini-s390x.c, inssel-s390x.brg, cpu-s390x.md: Fix ATOMIC_I8 operations. Provide
12002 initial support for OP_ABS.
12004 2006-01-05 Neale Ferguson <neale@sinenomine.net>
12006 * mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
12008 2006-01-05 Neale Ferguson <neale@sinenomine.net>
12010 * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int
12011 conversion and implement LADD/LSUB.
12013 * exceptions-s390.c: Standardize mono_arch_find_jit_info to match other
12016 2006-01-05 Neale Ferguson <neale@sinenomine.net>
12018 * mini-s390x.c, mini-s390x.h: Fix r8 to unsigned int conversion.
12020 * exceptions-s390x.c: Standardize mono_arch_find_jit_info to match other
12023 2006-01-05 Neale Ferguson <neale@sinenomine.net>
12025 * mini-s390x.c, mini-s390x.h, mini-s390.c, mini-s390.h: Fix lmf handling when
12026 localloc is encountered. Fixes crash in test-183.cs when using gmcs
12027 (stack walk problem).
12029 2006-01-04 Zoltan Varga <vargaz@gmail.com>
12031 * aot.c (mono_aot_load_method): Fix a warning.
12033 2006-01-03 Neale Ferguson <neale@sinenomine.net>
12035 * mini-s390x.h, exceptions-s390x.c, inssel-s390x.brg: Fix compiler warnings
12037 2006-01-03 Zoltan Varga <vargaz@gmail.com>
12039 * iltests.il: Add test for #77148.
12041 * mini.c (mini_get_ldelema_ins): Handle arrays with rank 1 too. Fixes
12044 2006-01-03 Neale Ferguson <neale@sinenomine.net>
12046 * mini-s390x.c, inssel-s390x.brg: Remove debug statements
12048 2006-01-03 Neale Ferguson <neale@sinenomine.net>
12050 * mini-s390x.c, mini-s390x.h, exceptions-s390x.c, tramp-s390x.c, inssel-s390x.brg,
12051 cpu-s390x.md, mini-codegen.c, Makefile.am: add 64-bit s390 support to JIT.
12053 * basic-long.cs: Add lconv-to-r4/r8 tests.
12055 2006-01-03 Zoltan Varga <vargaz@gmail.com>
12057 * mini.c (mono_method_to_ir): Fix DynamicMethod support in some opcodes.
12059 * mini-sparc.c (mono_arch_call_opcode): Use mono_class_value_size ()
12060 here as on other archs.
12062 2005-12-29 Neale Ferguson <neale@sinenomine.net>
12064 * mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
12066 2005-12-29 Neale Ferguson <neale@sinenomine.net>
12068 * inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
12070 * cpu-s390.md: Fix lengths of a couple of long instructions; Add memory_barrier.
12072 * mini-s390.c: Fix long add/sub overflow instructions; Fix displacement handling in
12073 instrument_prolog; Add memory_barrier instruction.
12075 2005-12-26 Zoltan Varga <vargaz@gmail.com>
12077 * exceptions-x86.c mini-x86.h: Fix solaris/x86 exception handling.
12079 2005-12-23 Zoltan Varga <vargaz@gmail.com>
12081 * tramp-ia64.c (mono_arch_get_unbox_trampoline): Flush icache.
12083 * aliasing.c inssel.brg: Fix warnings.
12085 * inssel-ia64.brg (OP_MEMSET): Fix an optimization which previously
12086 could skip initialization of some parts of memory.
12088 * mini.c mini-ia64.c: Fix warnings.
12090 * inssel-sparc.brg: Add an implementation of lneg which actually works.
12092 2005-12-22 Zoltan Varga <vargaz@gmail.com>
12094 * aliasing.c (mono_build_aliasing_information): Add a workaround for
12095 a crash seen on sparc.
12097 * mini-sparc.c: Add implementation of Thread.MemoryBarrier.
12099 * cpu-sparc.md: Add memory_barrier opcode. Remove unused opcodes.
12101 2005-12-21 Neale Ferguson <neale@sinenomine.net>
12103 * mini-ops.h: Add s390_backchain instruction
12105 * inssel-s390.brg: Use backchaining instruction for LOADARG/STKARG operations.
12107 * cpu-s390.md: Add s390_backchain instruction
12109 * mini-s390.c: Significant ABI changes
12111 * mini-s390.h: Cater for zero length structures
12113 2005-12-20 Neale Ferguson <neale@sinenomine.net>
12115 * mini-s390.c: ABI fixes
12117 * inssel-s390.brg: Remove debug statements
12119 * cpu-s390.md: Fix length of ATOMIC_xx operations
12121 2005-12-19 Zoltan Varga <vargaz@gmail.com>
12123 * basic-float.cs: Add float<->long conversion tests.
12125 2005-12-16 Neale Ferguson <neale@sinenomine.net>
12127 * mini-s390.c: Fix LOCALLOC processing.
12129 * tramp-s390.c (s390_magic_trampoline): Fix base calculation.
12131 2005-12-15 Zoltan Varga <vargaz@gmail.com>
12133 * iltests.il: Add tests for some opcodes not covered by the other
12136 2005-12-15 Neale Ferguson <neale@sinenomine.net>
12138 * mini-s390.c: Fix ADDCC/SBB bug revealed by test_0_ulong_regress; Correct
12139 register loading for Tail processing; Correct trace output.
12141 * inssel-s390.brg: Reimplement LSUB_OVF due to s390 implementation of signed math.
12143 * cpu-s390.md: Correct size of jmp instruction.
12145 2005-12-13 Neale Ferguson <neale@sinenomine.net>
12147 * mini-s390.c (mono_arch_emit_prolog): Remove some debugging bits.
12149 2005-12-13 Neale Ferguson <neale@sinenomine.net>
12151 * inssel-s390.brg tramp-s390.c cpu-s390.md mini-s390.c mini-s390.h:
12152 Bring s390 up to current level.
12154 2005-12-12 Zltan Varga <vargaz@gmail.com>
12156 * generics.2.cs: Disable the newly added tests as they do not work yet.
12158 * generics.2.cs: Add valuetype tests.
12160 2005-12-09 Zoltan Varga <vargaz@gmail.com>
12162 * basic-long.cs: Add i4->u8 test.
12164 * objects.cs: Add tests for JIT intrinsic.
12166 * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
12167 optimizations lost by a mistake.
12169 2005-12-07 Zoltan Varga <vargaz@gmail.com>
12171 * basic-long.cs: Remove a test moved to objects.cs.
12173 * arrays.cs: Add more array tests.
12175 2005-12-06 Zoltan Varga <vargaz@gmail.com>
12177 * arrays.cs: Add new tests for multi-dimensional arrays.
12179 2005-12-06 Raja R Harinath <rharinath@novell.com>
12181 * Makefile.am (test_sources2): Add generics.2.cs.
12182 (EXTRA_DIST): Add test_sources2.
12184 2005-12-05 Ben Maurer <bmaurer@ximian.com>
12186 Support for boxing and unboxing nullable types as well as the
12187 isinst operation on nullables, per the CLI ammendment.
12189 * inssel.brg (CEE_ISINST): Special case for nullable
12191 * mini.c (handle_unbox_nullable): new method
12192 (handle_box): Special case for nullable types
12193 (mono_method_to_ir): Call handle_unbox_nullable in correct
12196 * generics.2.cs: New test suite
12198 * Makefile.am: Support for regression tests with generics.
12200 2005-12-03 Zoltan Varga <vargaz@gmail.com>
12202 * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
12203 allocated to registers. Fixes #76800.
12205 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>
12207 * mini-ppc.c, inssel-ppc.brg: fix ABI issue (pinvoke3.cs).
12209 2005-11-30 Zoltan Varga <vargaz@gmail.com>
12211 * exceptions.cs: Disable test_0_long_cast () test, since it fails on a lot
12214 2005-11-29 Zoltan Varga <vargaz@gmail.com>
12216 * objects.cs basic-calls.cs: Move a test depending on valuetypes to
12219 * inssel-long32.brg (CEE_CONV_I8): Remove unused labels.
12221 * inssel-long32.brg (CEE_CONV_I8): Convert this to a branchless version.
12222 Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus@ximian.com>
12224 * mini-ppc.c, cpu-g4.md: ensure a fp register is converted to
12225 single precision before storing to a single precision location.
12227 2005-11-28 Raja R Harinath <rharinath@novell.com>
12229 * Makefile.am (ILASM): Use profile-dependent location of ilasm.
12231 2005-11-27 Zoltan Varga <vargaz@gmail.com>
12233 * basic-long.cs basic-calls.cs objects.cs: Move some tests to the
12236 * basic.cs: Remove test_0_byte_compares test which was moved to
12237 objects.cs a long time ago.
12239 2005-11-22 Massimiliano Mantione <massi@ximian.com>
12241 * aliasing.c: Fixed aliasing issue on 64 bit archs.
12243 2005-11-20 Zoltan Varga <vargaz@gmail.com>
12245 * mini-ia64.c exceptions-ia64.c: Simplify the way filters/finally
12246 handlers are called.
12248 * mini-ia64.c (mono_arch_emit_exceptions): Optimize size of exception
12251 * mini-ia64.c: Add support for the throw->branch exception
12254 * driver.c (DEFAULT_OPTIMIZATIONS): Add MONO_OPT_EXCEPTION.
12256 2005-11-18 Massimiliano Mantione <massi@ximian.com>
12258 * mini.c: Enabled "fastpath" deadce :-)
12260 2005-11-18 Massimiliano Mantione <massi@ximian.com>
12262 * mini.c: Added "fastpath" deadce (deadce without SSA), and a simple
12263 alias analysis pass to support it.
12264 * mini.h: Likewise.
12266 * liveness.c: Likewise (liveness computation can use aliasing
12267 information to be more accurate).
12268 * driver.c: Added an "ssa" option go tell the JIT to use SSA, and
12269 moreover made so that "--compile-all" uses the given optimization
12270 flags and not the default ones.
12271 * aliasing.c: Alias analysis (new file).
12272 * aliasing.h: Likewise.
12273 * Makefile.am: added "aliasing.c" and "aliasing.h".
12275 2005-11-17 Zoltan Varga <vargaz@gmail.com>
12277 * mini-ops.h: Add missing OP_I opcodes so it is in synch with the
12280 2005-11-13 Zoltan Varga <vargaz@gmail.com>
12282 * mini-exceptions.c (mono_handle_exception_internal): Remove the
12283 fp >= end_of_stack exit condition, as it is not needed, and it might
12284 become true for fp eliminated frames.
12286 2005-11-11 Zoltan Varga <vargaz@gmail.com>
12288 * mini-x86.c (mono_arch_emit_epilog): Use G_STRUCT_OFFSET instead of hard
12291 Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus@ximian.com>
12293 * mini-arm.c: fixed alignment of doubles/longs to match
12294 the C ABI (bug #76635).
12296 Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus@ximian.com>
12298 * aot.c: fix compilation with --enable-minimal=aot.
12300 Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus@ximian.com>
12302 * mini-arm.c: fixed compatibility with the new
12303 floating point emulator package for compares.
12305 2005-11-03 Atsushi Enomoto <atsushi@ximian.com?
12307 * mini.c : reverted sig->pinvoke changes (r51396-51397).
12309 2005-11-01 Zoltan Varga <vargaz@freemail.hu>
12311 * mini-exceptions.c (print_stack_frame): Output to stderr.
12312 (mono_handle_native_sigsegv): Ditto.
12314 2005-10-30 Zoltan Varga <vargaz@freemail.hu>
12316 * mini-amd64.c (mono_arch_output_basic_block): Remove unused
12317 OP_LCONV_TO_OVF_I implementation.
12319 * mini-amd64.c: Add support for the throw->branch exception
12322 * branch-opts.c (mono_branch_optimize_exception_target): Allow the case
12323 when the catch clause catches a more general exception, i.e. Object.
12325 2005-10-30 Zoltan Varga <vargaz@gmail.com>
12327 * cpu-ia64.md: Remove unused opcodes.
12329 * mini.c (GET_CONTEXT): Simplify this somewhat by removing arch
12330 specific defines for architectures defining USE_SIGACTION.
12332 * mini-ia64.c: Fix some warnings.
12334 * exceptions-ia64.c (mono_arch_ip_from_context): Fix this, the previous
12335 version seemed to skip a frame.
12337 2005-10-30 Zoltan Varga <vargaz@freemail.hu>
12339 * mini.c: Clean up the usage of sig->pinvoke flag. Now
12340 only calls which are made to native code use this flag.
12342 2005-10-29 Zoltan Varga <vargaz@freemail.hu>
12344 * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for
12345 varargs methods as well.
12347 * mini-amd64.c exceptions-amd64.c: Allow fp elimination in methods
12348 which have save_lmf set. Reorganize methods prologs a bit.
12350 * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
12351 debugger to the proper place.
12353 2005-10-29 Martin Baulig <martin@ximian.com>
12355 * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
12356 when running inside the debugger until the debugger has support
12359 2005-10-26 Zoltan Varga <vargaz@gmail.com>
12361 * mini.h: Fix a warning.
12363 2005-10-24 Miguel de Icaza <miguel@novell.com>
12365 * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
12366 we expose publicly, this returns the string.
12368 2005-10-22 Zoltan Varga <vargaz@freemail.hu>
12370 * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
12371 with fp elimination.
12373 2005-10-21 Zoltan Varga <vargaz@gmail.com>
12375 * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
12376 native stacktrace using the glibc 'backtrace' function if available.
12378 2005-10-20 Zoltan Varga <vargaz@gmail.com>
12380 * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.
12382 * mini-exceptions.c (mono_handle_native_sigsegv): New function to
12383 handle SIGSEGVs received while in native code.
12385 * mini.c (sigsegv_signal_handler): If the SIGSEGV happened in native
12386 code, call mono_handle_native_sigsegv which will abort the runtime
12387 after printing some diagnostics, instead of converting it into a
12388 confusing NullReferenceException.
12390 2005-10-18 Zoltan Varga <vargaz@gmail.com>
12392 * cpu-pentium.md: Remove unused opcodes.
12394 2005-10-18 Zoltan Varga <vargaz@freemail.hu>
12396 * mini-amd64.h (MonoLMF): Add rsp field.
12398 * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Save the sp reg into
12401 2005-10-17 Zoltan Varga <vargaz@gmail.com>
12403 * mini-codegen.c (get_register_spilling): Fix some warnings.
12405 2005-10-16 Zoltan Varga <vargaz@freemail.hu>
12407 * mini-amd64.h mini-amd64.c exceptions-amd64.c: Add support for fp
12408 elimination during exception handling. Enable fp elimination by
12411 * mini-amd64.h mini-amd64.c: Add preliminary support for frame pointer
12414 2005-10-16 Martin Baulig <martin@ximian.com>
12416 * mini-exceptions.c
12417 (mono_debugger_run_finally): New public method for the debugger.
12419 2005-10-10 Zoltan Varga <vargaz@gmail.com>
12421 * debug-mini.c (mono_debug_init_method): Fix warning.
12423 * mini.h branch-opts.c (mono_branch_optimize_exception_target): Make
12424 the 'exname' parameter const to fix some warnings.
12426 2005-10-09 Zoltan Varga <vargaz@freemail.hu>
12428 * mini-exceptions.c (mono_handle_exception_internal): Fix another bug
12429 introduced by the previous patch.
12431 2005-10-08 Zoltan Varga <vargaz@gmail.com>
12433 * basic-float.cs: Add test for precision of float arithmetic.
12435 * mini-ia64.c (mono_arch_output_basic_block): Convert to/from doubles
12436 when loading/storing single values from/to memory.
12438 * mini.c (mono_jit_compile_method_with_opt): Create the function
12439 pointers in the correct domain.
12441 2005-10-08 Zoltan Varga <vargaz@freemail.hu>
12443 * mini-exceptions.c (mono_handle_exception_internal): Fix bug
12444 introduced by previous patch.
12446 * mini-exceptions.c (mono_handle_exception_internal): Handle the case
12447 when out_filter_idx is NULL.
12449 * mini-exceptions.c: Don't run filter clauses twice during exception
12450 handling. Fixes #75755.
12452 2005-10-07 Zoltan Varga <vargaz@gmail.com>
12454 * aot.c: Add support for ldflda wrappers.
12456 * mini.c (mono_method_to_ir): Use ldflda wrappers for CEE_LDFLDA. Fixes
12459 Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus@ximian.com>
12461 * mini.c, mini.h: do not consider exception handlers blocks when
12462 setting up interface variables.
12464 2005-10-04 Zoltan Varga <vargaz@freemail.hu>
12466 * aot.c (emit_section_change): Fix emitting of sections on win32. Fixes #76322.
12468 2005-10-03 Zoltan Varga <vargaz@gmail.com>
12470 * liveness.c (mono_analyze_liveness): Revert parts of r51051 since it
12471 causes a regression.
12473 * mini.c (mini_thread_cleanup): Fix reading of freed memory.
12475 2005-10-02 Zoltan Varga <vargaz@freemail.hu>
12477 * mini.h (OP_PCONST): Move the definition of OP_PCONST into the rest
12478 of the OP_P definitions.
12480 * TODO: Add a proposal for dealing with the CEE/OP mess.
12482 * mini-amd64.c (mono_arch_output_basic_block): Merge mul_imm
12483 optimizations from the x86 port.
12485 * cpu-amd64.md: Ditto.
12487 * basic.cs basic-long.cs: Add tests.
12489 Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus@ximian.com>
12491 * Makefile.am, driver.c, mini-x86.c, mini.c, mini.h, branch-opts.c:
12492 Patrik Torstensson's implementation of my exception-handling
12493 optimization idea, when the exception object is not used
12496 Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus@ximian.com>
12498 * mini-x86.c, cpu-pentium.md: Patrik Torstensson's port
12499 of the mul_imm optimizations from the old jit.
12501 Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus@ximian.com>
12503 * mini.c, liveness.c: patch by Patrik Torstensson and
12504 Zoltan Varga to improve performance in methods with
12507 2005-09-30 Zoltan Varga <vargaz@gmail.com>
12509 * driver.c: Remove 'Globalization' entry from --version.
12511 2005-09-28 Zoltan Varga <vargaz@gmail.com>
12513 * mini.c (mono_jit_compile_method_inner): Do not load AOT code when
12514 there is a profiler interested in JIT events.
12516 * aot.c: Load profile files produced by the AOT profiling module, and
12517 reorder methods based on the profiling info. Add a 'method_order' table
12518 to the AOT file to make mono_aot_find_jit_info work with the reordered
12521 * mini.h: Bump AOT file version info.
12523 Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus@ximian.com>
12525 * mini-arm.h: work around what looks like a gcc bug when optimizations
12528 2005-09-28 Raja R Harinath <rharinath@novell.com>
12530 * Makefile.am (AM_CFLAGS): Don't use += to append inside
12531 conditionals. Use ...
12532 (PLATFORM_CFLAGS, ARCH_CFLAGS): ... these.
12534 2005-09-27 Zoltan Varga <vargaz@freemail.hu>
12536 * mini-amd64.c (mono_arch_call_opcode): Use mono_class_value_size ()
12537 to determine the amount of memory to copy when passing valuetypes.
12539 * inssel-amd64.brg: Remove PUSH(LDIND4) rules since they convert an
12540 4 byte load into a 8 byte load. Fix aligning of size in OP_OUTARG_VT.
12542 2005-09-27 Zoltan Varga <vargaz@gmail.com>
12544 * mini.h mini.c aot.c: Add infrastructure to collect pagefault
12545 information about aot.
12547 2005-09-27 Ben Maurer <bmaurer@ximian.com>
12549 * *.c: Replace the use of {Enter,Leave}CriticalSection with
12550 macros. This will allow a deadlock debugger to easily be plugged
12553 Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus@ximian.com>
12555 * mini-ppc.c, cpu-g4.md: added memory barrier instruction.
12557 2005-09-27 Raja R Harinath <rharinath@novell.com>
12559 * Makefile.am (AM_CFLAGS): Rename from INCLUDES.
12560 (AM_CFLAGS) [PLATFORM_WIN32): Append to it, don't set it.
12561 (AM_CFLAGS) [ARM]: Add arch/arm directory from the build tree.
12562 ($(arch_built)) [CROSS_COMPILING]: Error out.
12564 2005-09-26 Zoltan Varga <vargaz@gmail.com>
12566 * aot.c: Add support for the no_special_static flag for classes.
12568 2005-09-24 Zoltan Varga <vargaz@freemail.hu>
12570 * Reapply reverted patches.
12572 * *: Revert r50174 as well.
12574 * mini-amd64.c cpu-amd64.md inssel-amd64.brg: Revert r50170 as well.
12576 2005-09-24 Zoltan Varga <vargaz@freemail.hu>
12578 * mini-amd64.c: Revert r50342 to see if this fixed buildbot.
12580 2005-09-23 Miguel de Icaza <miguel@novell.com>
12582 * mini.c (SIG_HANDLER_SIGNATURE): Only dereference info if it is
12583 part of the SIG_HANDLER_SIGNATURE.
12585 2005-09-23 Zoltan Varga <vargaz@gmail.com>
12587 * mini.h mini.c: Add a new MONO_DEBUG option to collect metadata pagefault
12590 * mini-x86.c (mono_arch_call_opcode): Fix vararg calling convention
12591 introduced by previous patch.
12593 2005-09-21 Zoltan Varga <vargaz@gmail.com>
12595 * tramp-x86.c (mono_arch_create_trampoline_code): Restore caller
12596 saved registers too.
12598 * mini-x86.c (mono_arch_allocate_vars): Rewrite this so it works based
12599 upon the information returned by get_call_info ().
12601 * mini-x86.c (add_float): Fix stack size calculation.
12602 (mono_arch_call_opcode): Rewrite this so it works based up the
12603 information returned by get_call_info ().
12604 (mono_arch_get_this_vret_args): Ditto.
12606 2005-09-21 Zoltan Varga <vargaz@freemail.hu>
12608 * mini-amd64.c (mono_arch_emit_this_vret_args): Use the information
12609 in cinfo to determine the registers which need to be used.
12611 2005-09-20 Miguel de Icaza <miguel@novell.com>
12613 * driver.c (mono_main): Add --server and --desktop flags.
12615 2005-09-16 Zoltan Varga <vargaz@gmail.com>
12617 * mini-ia64.h: Make register masks 64 bit. Don't treat argument
12618 registers as global registers.
12620 * inssel-ia64.brg (stmt): Remove OP_OUTARG_REG () rules which are no
12621 longer needed with the new register allocator.
12623 * mini-ia64.c: Use OP_MOVE instead of OP_SETREG for reg-reg moves.
12625 * cpu-ia64.md: Remove unused opcodes.
12627 * regalloc.c mini-codegen.c: Make register masks 64 bit on ia64.
12629 2005-09-16 Zoltan Varga <vargaz@freemail.hu>
12631 * cpu-amd64.md: Remove unused opcodes.
12633 * inssel-amd64.brg: Remove OP_OUTARG_REG () rules which are no longer
12634 needed with the new register allocator.
12636 * inssel-amd64.brg mini-amd64.c: Use OP_MOVE instead of OP_SETREG for
12639 2005-09-16 Raja R Harinath <rharinath@novell.com>
12641 * Makefile.am (check-local): Don't invoke semdel-wrapper.
12643 2005-09-16 Martin Baulig <martin@ximian.com>
12645 * exceptions-amd64.c
12646 (throw_exception): Don't call mono_debugger_throw_exception() if
12647 we're a rethrow - see the FIXME in the code.
12649 2005-09-15 Geoff Norton <gnorton@customerdna.com>
12651 * mini.c (mono_init_exceptions): This only works on some architectures.
12653 2005-09-15 Zoltan Varga <vargaz@gmail.com>
12655 * mini.c (mono_method_to_ir): Add OP_LMUL imm -> OP_LMUL_IMM conversion
12658 * inssel-long.brg mini-ia64.c: Add OP_LMUL_IMM rules.
12660 * mini-ia64.h mini-ia64.c: Remove the altstack support code which is
12661 now in mini-exceptions.c.
12663 2005-09-15 Zoltan Varga <vargaz@freemail.hu>
12665 * mini-amd64.h mini-am64.c: Remove the altstack support code which is
12666 now in mini-exceptions.c.
12668 2005-09-15 Zoltan Varga <vargaz@gmail.com>
12670 * exceptions-x86.c: Applied patch from Patrik Torstensson
12671 <patrik.torstensson@gmail.com>. Add stack overflow handling support for win32.
12673 * mini-exceptions.c mini-x86.c mini.c: Move the altstack setup/teardown
12674 code into mini-exceptions.c. Add some assertions to it.
12676 2005-09-12 Zoltan Varga <vargaz@gmail.com>
12678 * aot.c (emit_section_change): Applied patch from "The Software Team"
12679 (<software@solmersa.com>). Fix as errors on windows.
12681 2005-09-11 Zoltan Varga <vargaz@freemail.hu>
12683 * tramp-amd64.c (mono_arch_create_trampoline_code): Fix saving of
12684 method info into the LMF.
12686 2005-09-11 Zoltan Varga <vargaz@gmail.com>
12688 * mini-ia64.c: Add proper unwind info for method epilogs.
12690 * exceptions-ia64.c: Add some code to help debugging.
12692 * mini-ia64.c mini-ia64.h: Add sigaltstack support.
12694 * mini-exceptions.c: Fix warning.
12696 2005-09-11 Zoltan Varga <vargaz@freemail.hu>
12698 * mini.c: Really fix build.
12700 * mini-x86.c mini-amd64.c: Fix build.
12702 2005-09-11 Zoltan Varga <vargaz@gmail.com>
12704 * mini-ia64.c inssel-ia64.brg: Add InterlockedExchange instrinsics.
12706 * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Implement
12707 some Interlocked methods as intrinsics.
12709 * mini.c (mini_get_inst_for_method): Call arch_get_inst_for_method
12710 for Thread methods as well.
12712 * mini-ops.h: Add OP_MEMORY_BARRIER opcode.
12714 * inssel.brg: Add rule for OP_MEMORY_BARRIER.
12716 * mini-ia64.c mini-x86.c mini-amd64.c
12717 cpu-ia64.md cpu-pentium.md cpu-amd64.md: Add implementation of
12720 * mini.c (mono_init_exceptions): Fix build breakage.
12722 2005-09-10 Zoltan Varga <vargaz@gmail.com>
12724 * mini-ia64.c exceptions-ia64.c tramp-ia64.c: Remove 'manual' emitting
12725 of instructions. Use the new ia64_unw_op macros for emitting unwind
12728 * mini.c (mono_init_exceptions): Initialize exception handling
12729 related trampolines at startup.
12731 Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus@ximian.com>
12733 * cpu-arm.md, mini-arm.c: fix for dynamic code (Gtk# apps).
12735 2005-09-09 Zoltan Varga <vargaz@gmail.com>
12737 * mini.c: Handle type loading errors gracefully during compilation and
12738 throw the appropriate exception.
12740 Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus@ximian.com>
12742 * ldscript.mono, Makefile.am: use anonymous versions in the ldscript
12743 for the mono binary.
12745 2005-09-09 Martin Baulig <martin@ximian.com>
12747 * mini.c (mono_method_to_ir): Comment out the G_BREAKPOINT()'s for
12750 Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus@ximian.com>
12752 * mini-arm.h: use emulation for conv.r.un for the release.
12754 Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus@ximian.com>
12756 * mini-arm.c, objects.cs: more fixes and tests for them.
12758 Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus@ximian.com>
12760 * mini-arm.c: align structures to at least 4 bytes to be able
12761 to keep our current optimized memcpy.
12763 Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus@ximian.com>
12765 * mini-arm.c, cpu-arm.md, inssel-arm.brg: bugfixes.
12767 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12769 * mini.c: ignore SIGPIPE.
12771 2005-09-04 Zoltan Varga <vargaz@gmail.com>
12773 * mini-ia64.c (mono_arch_lowering_pass): Convert 'and_imm 255' to zext1.
12775 * mini-ia64.h mini-ia64.c: Add some minor optimizations.
12777 2005-09-02 Zoltan Varga <vargaz@gmail.com>
12779 * mini.h: Add prototype for mono_allocate_stack_slots_full.
12781 Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus@ximian.com>
12783 * exceptions-arm.c, mini.c, mini-arm.c, mini-arm.h:
12784 exception handling support.
12785 * mini-arm.c, mini-arm.h: bigendian fixes (partially from a
12786 patch by Brian Koropoff <briank@marakicorp.com>).
12788 Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus@ximian.com>
12790 * mini.c: revert another 'optimization' which breaks when
12791 items on the eval stack need to be saved at a basic block end
12794 Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
12796 * jit-icalls.c: for arrays, ensure we always provide
12799 2005-08-30 Zoltan Varga <vargaz@gmail.com>
12801 * mini.c (mono_allocate_stack_slots_full): Fix ia64 build.
12803 * mini.c (mini_get_inst_for_method): Special case Object:.ctor as well.
12805 2005-08-29 Zoltan Varga <vargaz@gmail.com>
12807 * mini-ia64.h mini-ia64.c: Implement frame pointer elimination. Keep
12808 arguments in their original register.
12810 2005-08-28 Zoltan Varga <vargaz@gmail.com>
12812 * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Optimize
12815 * mini.c (mono_method_to_ir): Disable the MUL->MUL_IMM optimization
12816 when ssapre is enabled.
12818 * inssel-long.brg: Fix bug in previous patch.
12820 * mini-ia64.c mini-ia64.h mini.c inssel-long.brg: Optimize
12821 multiplication by a constant.
12823 2005-08-27 Zoltan Varga <vargaz@gmail.com>
12825 * mini-ia64.c (mono_arch_setup_jit_tls_data): Add support for intel
12828 * tramp-ia64.c (mono_arch_create_trampoline_code): Use st8.spill for
12831 Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus@ximian.com>
12833 * inssel-arm.brg: apply changes tested by Brian Koropoff
12834 <briank@marakicorp.com>.
12836 2005-08-25 Zoltan Varga <vargaz@gmail.com>
12838 * mini-x86.c (mono_arch_emit_prolog): Fix calling of mono_jit_thread_attach () under windows.
12840 2005-08-24 Zoltan Varga <vargaz@gmail.com>
12842 * mini-codegen.c (mono_local_regalloc): Avoid allocating dreg and sreg1/2
12843 to the same register if dreg is just a base register.
12844 (print_ins): Improve printing of membase opcodes.
12846 * inssel-x86.brg: Add optimized ldind(reg) rules.
12848 * mini-x86.c cpu-pentium.md: Changes required to support the new rules.
12850 Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus@ximian.com>
12852 * mini.c: when running under valgrind, set the stack bottom for
12853 the GC at the actual approximate stack for the app (fixes running
12854 mono with valgrind).
12856 Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus@ximian.com>
12858 * mini.c: do no break at the first valuetype to init found
12859 (fixes bug #75791).
12861 Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus@ximian.com>
12863 * cpu-arm.md, mini-arm.c: more fixes and LMF support.
12865 Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus@ximian.com>
12867 * cpu-g4.md: fixed instruction length exposed by the nemerle compiler.
12869 2005-08-23 Zoltan Varga <vargaz@freemail.hu>
12871 * inssel-amd64.brg inssel-x86.brg: Fix the fcall rules.
12873 2005-08-22 Zoltan Varga <vargaz@freemail.hu>
12875 * inssel-x86.brg: Fix assert in patch_delegate_trampoline.
12877 * tramp-x86.c (mono_arch_patch_delegate_trampoline): Add some debug
12880 * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Add some debug
12883 * mini.c (optimize_branches): Don't quit after 1000 iterations on large
12886 Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus@ximian.com>
12888 * tramp-arm.c: allocate less memory for the trampoline and fix typo.
12890 2005-08-22 Zoltan Varga <vargaz@freemail.hu>
12892 * mini.c (mono_method_to_ir): Remove instructions inserted after a branch
12893 in the tail recursion optimization.
12895 * mini.h helpers.c (mono_disassemble_code): Emit starts of basic blocks as
12896 debug info into the assembly file.
12898 * iltests.il: Add test for filter regions.
12900 * mini.c (mono_method_to_ir): Fix handling of nested FILTER clauses. Fix
12901 initial stack of filter regions. Fixes #75755.
12903 Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus@ximian.com>
12905 * mini-arm.c, cpu-arm.c: fixes and support for methods with bigger
12906 stack requirements.
12908 2005-08-22 Zoltan Varga <vargaz@freemail.hu>
12910 * mini.c (mono_create_delegate_trampoline): Fix memory leak. Put back
12911 the check for an already compiled method on non-ia64 platforms.
12912 (mono_create_jump_trampoline): Store the MonoJitInfo structure into the
12915 * mini-x86.h tramp-x86.c: Add support for delegate trampolines.
12917 * inssel-x86.brg: Add some optimized call rules.
12919 2005-08-21 Zoltan Varga <vargaz@freemail.hu>
12921 * mini.c (mono_create_delegate_trampoline): Do not return an already compiled
12924 * mini.h mini-trampolines.c: Pass the trampoline argument to
12925 mono_arch_patch_delegate_trampoline.
12927 * mini-ia64.h mini-ia64.c tramp-ia64.c: Add support for delegate trampolines.
12929 * mini-trampolines.c: Fix build.
12931 * mini-amd64.h: Add delegate trampolines.
12933 * mini.h mini.c mini-trampolines.c tramp-amd64.c: Add delegate trampolines.
12935 * inssel-amd64.brg: Add optimized call rules.
12937 * mini-ia64.c tramp-ia64.c: Improve instruction scheduling.
12939 * inssel-ia64.brg: Add optimized ldind(reg) rules.
12941 2005-08-20 Zoltan Varga <vargaz@freemail.hu>
12943 * mini.c (mono_create_class_init_trampoline): Fix bug caused by last
12946 * mini-ia64.c: Remove LMF fixmes.
12948 * mini-ia64.h: Remove most fields from LMF.
12950 * inssel-ia64.brg (stmt): Fix unaligned access errors.
12952 * mini-trampolines.c: Add support for IA64 function descriptors.
12954 * mini.h mini.c jit-icalls.c exceptions-ia64.cdriver.c: Add support
12955 for IA64 function descriptors.
12957 Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus@ximian.com>
12959 * tramp-arm.c: patch the vtable for virtual calls. Added
12960 support code to register/unregister the LMF.
12961 * mini-arm.c, mini-arm.h: warning fixes, fixes, speedups,
12964 2005-08-19 Dick Porter <dick@ximian.com>
12966 * mini.c: Use a gsize to store the thread ID, so it can hold a 64
12967 bit value if needed.
12969 2005-08-19 Zoltan Varga <vargaz@freemail.hu>
12971 * mini.c (mini_get_method): Move handling of wrapper data here.
12973 * mini.c (mono_method_to_ir): Add support for dynamic methods.
12975 * mini.c (mono_method_to_ir): Convert nonvirtual calls to abstract methods into
12978 * mini.c (mono_method_to_ir): Emit IR for CEE_NOP as well, so
12979 bblock->code does not remain empty.
12981 2005-08-17 Zoltan Varga <vargaz@freemail.hu>
12983 * arrays.cs: Add regression test for #75832.
12985 * inssel-amd64.brg cpu-amd64.md mini-amd64.c: Fix LDELEMA optimization
12986 rules. Fixes #75832.
12988 * mini-ia64.c tramp-ia64.c exceptions-ia64.c: Implement improved
12989 instruction scheduling.
12991 2005-08-12 Zoltan Varga <vargaz@freemail.hu>
12993 * mini-exceptions.c (ves_icall_get_frame_info): Fix IA64 build.
12995 2005-08-11 Zoltan Varga <vargaz@freemail.hu>
12997 * mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.
12999 * mini-codegen.c: Fix VC build.
13001 * cpu-pentium.md: Increase length of atomic_exhange_i4.
13003 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13005 * mini.h: fix signature for mono_register_opcode_emulation.
13007 2005-08-09 Zoltan Varga <vargaz@freemail.hu>
13009 * mini.c: Get rid of most of the helper_sig_... constants using
13010 mono_create_icall_signature ().
13012 2005-08-08 Zoltan Varga <vargaz@freemail.hu>
13014 * jit-icalls.c (helper_ldstr): New helper function.
13016 * mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.
13018 * mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
13019 throw, load the string using a helper call instead of creating a string object.
13021 * aot.c: Update after LDSTR changes.
13023 * mini.h: Bump AOT file version.
13025 * aot.c: Save class size info into the AOT file. Print more statistics during
13028 * mini.h: Bump AOT file version.
13030 * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
13031 ordering of disasm cases. Fixes #74957.
13033 Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus@ximian.com>
13035 * mini-ops.h, mini-arch.h, inssel.brg, mini.c, mini.h,
13036 jit-icalls.c, mini-codegen.c, Makefile.am: changes in
13037 the generic code needed for the ARM port.
13039 Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus@ximian.com>
13041 * exceptions-arm.c, tramp-arm.c, mini-arm.c, mini-arm.h, cpu-arm.md,
13042 inssel-arm.brg: more ARM features and fixes.
13044 Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus@ximian.com>
13046 * tramp-arm.c, mini-arm.c, cpu-arm.md, inssel-arm.brg: more
13047 ARM port work in progress.
13049 2005-07-30 Zoltan Varga <vargaz@freemail.hu>
13051 * mini-ia64.c (mono_arch_call_opcode): Ongoing IA64 work.
13053 * mini-exceptions.c mini-ia64.h: Ongoing IA64 work.
13055 * mini-ia64.c (ia64_emit_bundle): Ongoing IA64 work.
13057 * inssel.brg (mini_emit_memset): Add support for unaligned access.
13059 * *-ia64.*: Ongoing IA64 work.
13061 * mini-ia64.c exceptions-ia64.c: Ongoing IA64 work.
13063 2005-07-28 Zoltan Varga <vargaz@freemail.hu>
13065 * TODO: Remove out-of-data todo stuff.
13067 * mini.h mini.c (mono_create_jit_trampoline_from_token): Remove some
13070 * aot.c: Save/load MonoCachedClassInfo->has_nested_classes.
13072 * mini.h: Bump corlib version.
13074 2005-07-27 Martin Baulig <martin@ximian.com>
13077 (create_copy_ins): Added `const unsigned char *ip' argument; set
13078 `copy->cil_code' from it.
13080 2005-07-27 Martin Baulig <martin@ximian.com>
13082 * mini-exceptions.c (mono_handle_exception): Don't call
13083 mono_debugger_handle_exception() for filters.
13085 2005-07-27 Zoltan Varga <vargaz@freemail.hu>
13087 * mini-trampolines.c (mono_aot_trampoline): Handle AppDomain:InvokeInDomain
13090 2005-07-26 Martin Baulig <martin@ximian.com>
13092 Committing a patch from Michal Moskal <michal.moskal@gmail.com>.
13094 * mini.c (mono_method_to_ir): In `CEE_CALLI', only use
13095 helper_compile_generic_method() if the method is actually virtual
13098 2005-07-26 Martin Baulig <martin@ximian.com>
13101 (trampoline_code): Renamed to `mono_trampoline_code' and made it
13102 public; this is now accessed directly by the debugger.
13103 (mono_generic_trampoline_code): Removed.
13106 (mono_debug_init_method): Also add interncalls and wrappers.
13108 2005-07-23 Zoltan Varga <vargaz@freemail.hu>
13110 * mini-ia64.c mini-ia64.h: Add support for tracing/profiling.
13112 2005-07-22 Zoltan Varga <vargaz@freemail.hu>
13114 * aot.c (mono_aot_get_method_from_token): Fix a potential crash here.
13116 2005-07-21 Zoltan Varga <vargaz@freemail.hu>
13118 * aot.c (load_patch_info): Fix handling of stfld_remote wrapper.
13120 2005-07-20 Zoltan Varga <vargaz@freemail.hu>
13122 * mini-amd64.c (mono_arch_setup_jit_tls_data): Use the nice way of
13123 getting TLS offsets on AMD64 too.
13125 2005-07-20 Kornél Pál <kornelpal@hotmail.com>
13127 * driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
13129 Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus@ximian.com>
13131 * exceptions-arm.c, mini-arm.c, tramp-arm.c, cpu-arm.md,
13132 inssel-arm.brg, mini-arm.h: ARM port work in progress.
13134 2005-07-20 Zoltan Varga <vargaz@freemail.hu>
13136 * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix build.
13138 * mini.h mini.c mini-*.h tramp-*.c: Move more cross platform trampoline code
13141 * mini-sparc.c (mono_arch_get_vcall_slot_addr): Call
13142 mono_sparc_is_virtual_call ().
13144 * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix warning.
13146 * tramp-sparc.c (mono_arch_create_trampoline_code): Fix order of
13147 trampoline parameters.
13149 * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix signature.
13151 * mini-sparc.c (mono_arch_get_vcall_slot_addr): Rename this
13152 to mono_arch_get_vcall_slot_addr.
13154 * Makefile.am tramp-sparc.c: Update the sparc port to use the generic
13157 * *-sparc.*: Merge the mini-xp-regalloc branch for sparc.
13159 2005-07-19 Zoltan Varga <vargaz@freemail.hu>
13161 * mini-ia64.h mini-ia64.c: Finish pinvoke support.
13163 2005-07-19 Martin Baulig <martin@ximian.com>
13165 * exceptions-amd64.c (throw_exception): Call
13166 mono_debugger_throw_exception() here like we're doing it on i386.
13168 2005-07-19 Zoltan Varga <vargaz@freemail.hu>
13170 * mini-ia64.c: Add optimized TLS access support.
13172 2005-07-18 Zoltan Varga <vargaz@freemail.hu>
13174 * mini-exceptions.c: Ongoing IA64 work.
13176 * mini-ia64.c inssel-long.brg: Ongoing IA64 work.
13178 * mini.c: Use the default optimization set when embedding. Fixes
13181 2005-07-11 Zoltan Varga <vargaz@freemail.hu>
13183 * tramp-amd64.c tramp-ia64.c Makefile.am: Move arch independent parts
13184 of trampolines to a separate file.
13186 * mini-trampolines.c: New file.
13188 * mini.h tramp-x86.c: Move arch independent parts of trampolines to a
13191 * tramp-x86.c: Reorganize the trampoline code to be similar to the
13194 * mini-codegen.c: Fix cygwin build.
13196 2005-07-10 Zoltan Varga <vargaz@freemail.hu>
13198 * mini.c: Add some minor changes needed by the IA64 port.
13200 * *-ia64.*: Ongoing IA64 work.
13202 2005-07-09 Zoltan Varga <vargaz@freemail.hu>
13204 * tramp-amd64.c mini-amd64.c: Update after latest AOT changes. Split
13205 trampolines into arch-independent and arch-dependent parts.
13207 * mini-amd64.c (mono_arch_lowering_pass): Fix store_membase_imm -> store_membase_reg rule.
13209 2005-07-08 Zoltan Varga <vargaz@freemail.hu>
13211 * cpu-amd64.md: Merge the xp-regalloc-branch for amd64.
13213 * mini-ops.h mini-amd64.h mini-amd64.c inssel-amd64.brg Makefile.am: Merge
13214 the xp-regalloc-branch for amd64.
13216 * mini-x86.h mini-x86.c cpu-pentium.md Makefile.am: Merge the
13217 xp-regalloc-branch for x86.
13219 2005-07-07 Zoltan Varga <vargaz@freemail.hu>
13221 * inssel.brg (OP_THROW_OR_NULL): Allways rethrow the abort exception.
13223 2005-07-06 Martin Baulig <martin@ximian.com>
13226 (mono_jit_compile_method_inner): Call mono_get_inflated_method().
13227 (mono_jit_runtime_invoke): Likewise.
13229 2005-07-05 Zoltan Varga <vargaz@freemail.hu>
13231 * aot.c (mono_compile_assembly): Allocate the GOT in the .bss segment
13234 * aot.c: Add new mono_aot_get_method_from_token () function to load AOT methods
13235 without loading their metadata. Reorganize the file format so exception handling+
13236 debug info is kept separate from normal method info. Create MonoJitInfo
13237 structures for methods lazily.
13239 * tramp-x86.c (x86_aot_trampoline): Use the new from_token method to avoid
13241 (x86_class_init_trampoline): Patch AOT class init trampolines too.
13243 * mini.c (mini_init): Install the new mono_aot_find_jit_info hook.
13245 * mini.c (mono_method_to_ir): Reduce the number of class init trampoline calls
13248 * mini.h: Bump AOT file version.
13250 2005-07-04 Zoltan Varga <vargaz@freemail.hu>
13252 * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
13254 2005-07-01 Raja R Harinath <rharinath@novell.com>
13256 * Makefile.am (check-local): Call semdel-wrapper.
13258 2005-06-29 Zoltan Varga <vargaz@freemail.hu>
13260 * mini-x86.c: Revert the last change as it seems to break the build..
13262 2005-06-28 Zoltan Varga <vargaz@freemail.hu>
13264 * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
13266 * mini-x86.c (mono_arch_cpu_init): Fix setting of fp precision in the VC build.
13268 2005-06-27 Ben Maurer <bmaurer@ximian.com>
13270 * mini.c (NEW_AOTCONST): make sure to call mono_get_got_var
13271 outside of the macro, so strange stuff doesn't happen with gcc4
13272 (NEW_AOTCONST_TOKEN): Likewise.
13274 2005-06-28 Martin Baulig <martin@ximian.com>
13276 * mini.c (mini_class_is_system_array): New static method; use this
13277 instead of `klass->parent == mono_defaults.array_class' everywhere
13278 since this also works for the new generic array class.
13280 2005-06-26 Ben Maurer <bmaurer@ximian.com>
13282 * inssel.brg: Remove warnings.
13284 2005-06-24 Zoltan Varga <vargaz@freemail.hu>
13286 * mini-ia64.c: Ongoing IA64 work.
13288 * basic-float.cs: Add float->i1 conversion test.
13290 * iltests.il: Add conv.u4 test.
13292 2005-06-23 Zoltan Varga <vargaz@freemail.hu>
13294 * inssel-long.brg: Fix bug caused by last change.
13296 2005-06-23 Geoff Norton <gnorton@customerdna.com>
13298 * mini-x86.h: Add __APPLE__ to the SC_* redefines with the other
13299 BSDs. Allows the x86 JIT to work on OSX86
13301 2005-06-22 Zoltan Varga <vargaz@freemail.hu>
13303 * inssel-long.brg: Use OP_LSHR_UN_IMM instead of OP_SHR_UN_IMM in
13306 * mini-ia64.c: Ongoing IA64 work.
13308 2005-06-19 Zoltan Varga <vargaz@freemail.hu>
13310 * mini-ia64.c: Ongoing IA64 work.
13312 * driver.c: Clean up jit_code_hash as well when using --regression.
13314 * inssel-long.brg: Fix long->i4/u4 conversion rules.
13316 * basic-long.cs: Add tests for long->u4 conversion.
13318 2005-06-18 Ben Maurer <bmaurer@ximian.com>
13320 * mini.c: Take mono_get_domainvar out of macros. This makes sure
13321 that we do not depend on undefined C behavior: the order stuff
13322 gets evaluated within an expression. Fixes mono when compiled on
13325 2005-06-18 Zoltan Varga <vargaz@freemail.hu>
13327 * *-ia64.*: Ongoing IA64 work.
13329 * aot.c: Lower memory usage while loading AOT methods.
13331 * tramp-x86.c: Avoid allocating+freeing MonoJitInfo structures.
13333 * mini.h: Bump AOT file format version.
13335 2005-06-17 Zoltan Varga <vargaz@freemail.hu>
13337 * mini.c (mono_method_to_ir): Allow STACK_PTR as input to SWITCH.
13339 2005-06-16 Sebastien Pouliot <sebastien@ximian.com>
13341 * declsec.c: Fixed APTC to check for FullTrust on caller assembly (and
13342 not on callee assembly). Fixed some comments.
13344 2005-06-16 Zoltan Varga <vargaz@freemail.hu>
13346 * aot.c (mono_compile_assembly): Mark the "methods" symbol as a function so
13347 it gets proper disassembly.
13348 (emit_method_info): Remove some dead code.
13350 * mini.c (mini_method_compile): Allways allocate the GOT var in
13351 mono_method_to_ir for emulating opcodes.
13353 2005-06-13 Zoltan Varga <vargaz@freemail.hu>
13355 * mini.c (mono_jit_free_method): Remove the method from the JitInfo table
13356 before freeing the code memory. Fixes #74990.
13358 * objects.cs: Add regression test for #74992.
13360 * liveness.c: Extend live ranges of arguments to the beginning of the
13361 method. Fixes #74992.
13363 * exceptions-ia64.c mini-ia64.h: Modify ip during exception handling
13364 so it points into the faulting instruction.
13366 2005-06-12 Zoltan Varga <vargaz@freemail.hu>
13368 * jit-icalls.c (mono_imul_ovf): Add exception handling.
13370 * *-ia64.*: Ongoing IA64 work.
13372 * mini.c (mini_init): Fix signature of mono_delegate_ctor.
13374 2005-06-11 Zoltan Varga <vargaz@freemail.hu>
13376 * mini-ia64.h exceptions-ia64.c: Ongoing IA64 work.
13378 * *-ia64.*: Ongoing IA64 work.
13380 2005-06-10 Zoltan Varga <vargaz@freemail.hu>
13382 * basic-long.cs: Add tests for add/sub.ovf.
13384 * basic.cs: Add tests for sub.ovf.
13386 * *-ia64.*: Ongoing IA64 work.
13388 2005-06-09 Zoltan Varga <vargaz@freemail.hu>
13390 * *-ia64.*: Ongoing IA64 work.
13392 * basic.cs: Add conv.ovf.i4.un test.
13394 2005-06-09 Massimiliano Mantione <massi@ximian.com>
13396 * mini.c: (remove_block_if_useless) Fixed bug 75061.
13398 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13400 * mini.c: no SIGUSR2 on windows. Remove it for PLATFORM_WIN32.
13402 2005-06-07 Zoltan Varga <vargaz@freemail.hu>
13404 * *-ia64.*: Ongoing IA64 work.
13406 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13409 * mini.c: added the ability to toggle trace on/off using SIGUSR2.
13411 2005-06-04 Zoltan Varga <vargaz@freemail.hu>
13413 * mini-ia64.c mini-ia64.h: Fix cleanup of memory stack.
13415 2005-06-03 Zoltan Varga <vargaz@freemail.hu>
13417 * mini-amd64.c (emit_call): Fix yet another bug in the near call optimization.
13419 * mini-amd64.c (amd64_patch): Add an assert to check that the destination
13420 of a call is callable by a near call.
13422 2005-05-31 Zoltan Varga <vargaz@freemail.hu>
13424 * mini-ia64.c: Ongoing IA64 work.
13426 2005-05-29 Zoltan Varga <vargaz@freemail.hu>
13428 * genmdesc.c: Make the generated array non-static.
13430 * inssel-long.brg: Fix LSHR_IMM rule.
13432 * *-ia64.*: Ongoing IA64 work.
13434 * *-ia64.*: Ongoing IA64 work.
13436 2005-05-28 Zoltan Varga <vargaz@freemail.hu>
13438 * *-ia64.*: Ongoing IA64 work.
13440 * *-ia64.*: Ongoing IA64 work.
13442 * mini-ia64.c: Ongoing IA64 work.
13444 * *-ia64.* jit-icalls.c mini-codegen.c: Ongoing IA64 work.
13446 2005-05-28 Zoltan Varga <vargaz@freemail.hu>
13448 * objects.cs basic-calls.cs: Move some tests to objects.cs.
13450 * objects.cs basic-long.cs: Move some tests to objects.cs.
13452 2005-05-26 Zoltan Varga <vargaz@freemail.hu>
13454 * *-ia64.*: Ongoing IA64 work.
13456 * iltests.il: Add a new test.
13458 * mini.c (mono_method_to_ir): Initialize valuetypes when created using
13459 newobj. Fixes #75042.
13461 2005-05-22 Zoltan Varga <vargaz@freemail.hu>
13463 * *-ia64.*: Ongoing IA64 work.
13465 * *-ia64.*: Ongoing IA64 work.
13467 * *-ia64.*: Ongoing IA64 work.
13469 * basic.cs objects.cs: Move tests accessing static variables as well.
13471 * basic.cs objects.cs: Move test_0_pin_string to objects.cs.
13473 2005-05-21 Zoltan Varga <vargaz@freemail.hu>
13475 * mini.c (SIG_HANDLER_SIGNATURE): Fix warning.
13477 * driver.c: Always print failed tests.
13479 * mini-codegen.c: Use cfg->frame_reg instead of a macro for the
13482 * *ia64*: Ongoing IA64 work.
13484 2005-05-20 Zoltan Varga <vargaz@freemail.hu>
13486 * basic.cs: Add tests for add.ovf. Fix warnings.
13488 2005-05-18 Miguel de Icaza <miguel@novell.com>
13490 * driver.c (mono_main): Avoid crash if no argument is passed to
13491 --break; Do not use g_error, but f_printf. And fix all other
13492 ocurrences of the same crash.
13494 2005-05-17 Zoltan Varga <vargaz@freemail.hu>
13496 * mini.h mini.c: Generalize the existing uses of the MONO_DEBUG env variable
13497 and add a new one: aborting when a SIGSEGV is raised while in unmanaged code.
13500 2005-05-14 Zoltan Varga <vargaz@freemail.hu>
13502 * *-ia64.*: Add beginnings of IA64 backend.
13504 * Makefile.am mini-arch.h mini-codegen.c: Add IA64 support.
13506 2005-05-13 Zoltan Varga <vargaz@freemail.hu>
13508 * inssel-long.brg: Add missing ulong->{i1, i2} checked conversions.
13511 * basic-long.cs exceptions.cs: Add new tests. Fix some warnings.
13513 * mini-amd64.c: Fix a warning.
13515 2005-05-10 Zoltan Varga <vargaz@freemail.hu>
13517 * mini-amd64.c (mono_arch_output_basic_block): Fix stack space leakage
13518 in float_neg. Fixes #74897.
13520 * mini-amd64.c (emit_call): Fix another near call bug.
13522 2005-05-06 Sebastien Pouliot <sebastien@ximian.com>
13524 * declsec.c: Keep the appdomain information in the structure. Added a
13525 missing "return FALSE" for Unmanaged if FullTrust is set (or else the
13526 value gets overwritten).
13527 * declsec.h: Set the default MonoArray for the the stack to 6. Added
13528 an MonoAppDomain member to MonoSecurityFrame.
13529 * mini-exceptions.c: Do not use a glist to keep GC allocated objects
13530 used in the stack walk. Now use a MonoArray which grow (double) when
13533 2005-05-05 Lluis Sanchez Gual <lluis@novell.com>
13535 * mini.c: Re-enabled runtime cleanup, since running threads should
13536 now properly stop when exiting.
13538 2005-05-05 Zoltan Varga <vargaz@freemail.hu>
13540 * mini-codegen.c: New file contaning the arch-independent local
13541 register allocator. Not used by any architectures yet.
13543 * mini.h linear-scan.c: Merge some changes from the
13544 mini-xp-local-regalloc branch.
13546 2005-04-28 Zoltan Varga <vargaz@freemail.hu>
13548 * mini-amd64.c (emit_call): Fix calls to native functions when the
13549 runtime is compiled as a shared library. Fixes #74756.
13551 * mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
13552 on a literal field. Fixes #74751.
13554 2005-04-25 Raja R Harinath <rharinath@novell.com>
13556 * Makefile.am (RUNTIME): Add MONO_CFG_DIR.
13558 2005-04-23 Zoltan Varga <vargaz@freemail.hu>
13560 * objects.cs: Add missing null casting test.
13562 2005-04-22 Zoltan Varga <vargaz@freemail.hu>
13564 * mini-exceptions.c (mono_find_jit_info): Fix native offset calculation
13565 in wrapper methods. Also rename 'address' variable to 'offset'.
13567 2005-04-20 Zoltan Varga <vargaz@freemail.hu>
13569 * mini.c debug-mini.c aot.c tramp-x86.c driver.c: Fix some gcc 4.0
13572 * Makefile.am (MCS): Use -unsafe instead of --unsafe.
13574 * aot.c: Applied patch from "The Software Team" <software@solmersa.com>. Make AOT compilation
13577 Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
13579 * exceptions-ppc.c: update code to handle stack traces (fixes bug #74452).
13581 2005-04-17 Zoltan Varga <vargaz@freemail.hu>
13583 * mini-x86.c (mono_emit_stack_alloc): Initialize the whole allocated area not
13584 just the last bytes.
13586 2005-04-17 Zoltan Varga <vargaz@freemail.hu>
13588 * aot.c (mono_compile_assembly): Fix warning.
13590 * mini-exceptions.c (ves_icall_get_frame_info): Fix bug introduced
13591 by the _MSC_VER stuff.
13593 2005-04-16 Zoltan Varga <vargaz@freemail.hu>
13595 * inssel-long.brg: Fix #74588.
13597 * cpu-amd64.md: Fix #74591.
13599 * iltests.il: Add new regression tests.
13601 2005-04-13 Zoltan Varga <vargaz@freemail.hu>
13603 * trace.c (mono_trace_enter_method): Print enums as an int, not as a
13606 2005-04-11 Zoltan Varga <vargaz@freemail.hu>
13608 * mini-x86.c (setup_stack): Unconditionally call pthread_attr_init ().
13610 * exceptions-x86.c mini-x86.h mini-x86.c: Applied some freebsd patches
13611 from Bill Middleton <flashdict@gmail.com>.
13613 2005-04-10 Zoltan Varga <vargaz@freemail.hu>
13615 * arrays.cs: Add new regression test. Fix warnings.
13617 2005-04-09 Zoltan Varga <vargaz@freemail.hu>
13619 * mini-amd64.c (mono_arch_output_basic_block): Fix stack alignment
13620 and leakage in CKFINITE.
13622 * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Change
13623 this to a null op since it is called on amd64 too.
13625 * exceptions-amd64.c (get_throw_trampoline): Align stack.
13627 * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Remove
13628 body since this is not used on amd64.
13630 * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Remove duplicate define.
13632 * mini-amd64.c: Remove obsolete fixmes.
13634 * mini.c (print_method_from_ip): Fix debugging support.
13636 2005-2-1 Massimiliano Mantione <massi@ximian.com>
13638 * ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
13639 so that expressions that don't give much gain are not reduced.
13640 * ssapre.h: Likewise.
13642 2005-04-04 Zoltan Varga <vargaz@freemail.hu>
13644 * exceptions-x86.c (mono_arch_find_jit_info): Remove last SC_EBP reference.
13646 * mini-x86.c (mono_emit_stack_alloc): Fix localloc under windows.
13648 * mini-x86.h exceptions-x86.c: Hopefully fix compilation on *BSD.
13650 2005-04-01 Zoltan Varga <vargaz@freemail.hu>
13652 * mini-sparc.c mini-sparc.h: Add asserts when running with sigaltstack.
13654 * exceptions-x86.c (mono_arch_monoctx_to_sigctx): Fix cygwin build.
13656 2005-03-31 Zoltan Varga <vargaz@freemail.hu>
13658 * mini-x86.c: If sigaltstack support is enabled, perform win32 style
13661 * mini.h (mono_arch_sigctx_to_monoctx): New arch-specific function.
13663 * mini.h (mono_arch_monoctx_to_sigctx): New arch-specific function.
13665 * mini.c: sigaltstack support requires MONO_ARCH_USE_SIGACTION.
13667 * mini-x86.h mini-x86.c exceptions-x86.c: Add support for
13668 MONO_ARCH_USE_SIGACTION. Fixes #74252.
13670 * mini-x86.h: Enable MONO_ARCH_USE_SIGACTION on linux.
13672 * mini-x86.c: Fix up stack overflow handling.
13674 * exceptions.cs: Add new regression test.
13676 2005-03-30 Zoltan Varga <vargaz@freemail.hu>
13678 * mini-x86.c (mono_arch_emit_prolog): Adjust stack after calls to
13679 mono_jit_thread_attach.
13681 * mini.c (mono_method_to_ir): Verify called method is not abstract.
13683 2005-03-29 Zoltan Varga <vargaz@freemail.hu>
13685 * mini.c (mono_method_to_ir): Applied Ben's patch from bug #61441 to
13686 avoid calling constructors using callvirt.
13688 * inssel.brg: Fix #74073.
13690 2005-03-29 Sebastien Pouliot <sebastien@ximian.com>
13692 * aot.c, mini.h: Added mono-compiler.h header to allow/ease
13693 compilation with non-GCC compilers.
13694 * mini-exceptions.c, mini-x86.c|h: Patches to make compilation of mono
13695 possible using VS.NET. Adapted from the work of J Lothian (for VC6).
13697 Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
13699 * inssel.brg, arrays.cs: fix long standing 64 bit issue in access to
13700 klass->interface_offsets (will likely fix bug#74073).
13702 2005-03-29 Zoltan Varga <vargaz@freemail.hu>
13704 * mini-amd64.c (mono_arch_is_int_overflow): Fix rex handling.
13706 2005-03-28 Zoltan Varga <vargaz@freemail.hu>
13708 * mini-amd64.c (mono_arch_output_basic_block): Fix order of parameters
13709 to amd64_div_reg_size ().
13711 * mini-amd64.c (mono_arch_emit_exceptions): Emit a near call here too.
13713 2005-03-27 Zoltan Varga <vargaz@freemail.hu>
13715 * cpu-amd64.md (store_membase_reg): Fix length of storer8 opcodes.
13717 2005-03-24 Zoltan Varga <vargaz@freemail.hu>
13719 * driver.c: Turn off automatic command line globbing under windows. Fixes #73763.
13721 2005-03-24 Zoltan Varga <vargaz@freemail.hu>
13723 * mini.c (mono_method_to_ir): Remove debugging stuff left in by mistake.
13725 * mini.c (mono_precompile_assembly): Load and precompile referenced
13726 assemblies as well. Fixes #74015.
13728 2005-03-23 Zoltan Varga <vargaz@freemail.hu>
13730 * cpu-amd64.md (sin): Fix up maximum lengths of some opcodes.
13732 2005-03-23 Sebastien Pouliot <sebastien@ximian.com>
13734 * declsec.c: Skip linkdemand checks for intra-corlib calls. This skips
13735 a lot of checks and (anyway) permissions cannot work until corlib is
13738 Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus@ximian.com>
13740 * mini-ppc.c: fixed ABI issue on sysv/ppc.
13742 Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus@ximian.com>
13744 * tramp-ppc.c, exceptions-ppc.c: added missing icache flush
13745 calls (fixes bug#72824).
13747 Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus@ximian.com>
13749 * mini.c: fix tail recursion elimination (see test in bug#73936).
13751 2005-03-21 Zoltan Varga <vargaz@freemail.hu>
13753 * mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
13754 some fp functions in sse2 mode.
13756 2005-03-20 Zoltan Varga <vargaz@freemail.hu>
13758 * mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.
13760 2005-03-19 Zoltan Varga <vargaz@freemail.hu>
13762 * mini.h mini.c: Add mono_get_jit_tls_key ().
13764 * mini-x86.c: Enable fast TLS support on windows.
13766 2005-03-17 Sebastien Pouliot <sebastien@ximian.com>
13768 * declsec.c: Renamed aptc to allowpartiallytrustedcallers.
13769 * mini.c: Check for p/invoke method when generating code. If a
13770 p/invoke method, or it's class, isn't decorated with [Suppress
13771 UnmanagedCodeSecurity] then generate code to call System.Security.
13772 UnmanagedDemand (only if the security manager is active).
13774 2005-03-16 Zoltan Varga <vargaz@freemail.hu>
13776 * tramp-amd64.c (create_specific_trampoline): Revert parts of the
13777 last change as it seems to cause strange crashes.
13779 Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian.com>
13781 * *.c: handle unsafe function pointers where needed.
13783 2005-03-16 Zoltan Varga <vargaz@freemail.hu>
13785 * mini.c (mono_jit_free_method): Remove the fixme too.
13787 2005-03-15 Miguel de Icaza <miguel@novell.com>
13789 * mini.c: As discussed, make the code actually free the delegate
13790 thunk now, to enable the debugging of delegate problems, use
13791 MONO_DEBUG=1 when running Mono.
13793 This takes also care of parts of the leaks as seen by Joe.
13795 2005-03-15 Zoltan Varga <vargaz@freemail.hu>
13797 * mini-amd64.c (mono_arch_setup_jit_tls_data): Enable
13798 thread_tls_offset calculation.
13800 2005-03-14 Sebastien Pouliot <sebastien@ximian.com>
13802 * declsec.c: Reworked linkdemand checks for icall. The previous code
13803 was using the declaration code (untrusted) and didn't work as expected
13804 with the CLR 2.0. We're now more compatible with 2.0 than 1.x for this
13807 2005-03-13 Zoltan Varga <vargaz@freemail.hu>
13809 * iltests.il: Add new localloc test.
13811 * mini-amd64.c: Handle large stack allocations the same way as on
13812 windows if stack overflow handling is working.
13814 * mini-amd64.c: Allocate the signal stack using mmap.
13816 * mini.c (sigsegv_signal_handler): Fix reading of context.
13818 * mini-exceptions.c: Fix up stack overflow handling.
13820 * mini-amd64.h mini-amd64.c: Fix up stack overflow handling.
13822 * tramp-amd64.c (create_specific_trampoline): Optimize trampoline size.
13824 * exceptions-amd64.c (mono_amd64_exceptions_init): Remove this.
13826 * mini.h mini.c tramp-*.c: Move common trampoline code to mini.c.
13828 * mini-x86.h mini-x86.c mini-amd64.h mini-amd64.c: Get rid of the
13829 tramp_init functions as they are no longer needed.
13831 2005-03-12 Zoltan Varga <vargaz@freemail.hu>
13833 * tramp-amd64.c (mono_amd64_tramp_init): Fix typo.
13835 * tramp-amd64.c (mono_amd64_tramp_init): Init AOT trampoline as well.
13837 * mini-amd64.h mini-amd64.c (mono_amd64_exceptions_init): Remove this.
13839 * mini.c mini-*.h: Remove OUT_OF_LINE_BBLOCK defines since all arches
13842 * mini-ops.h: Add OP_LMUL_IMM.
13844 * mini.c jit-icalls.cmini-amd64.h mini-amd64.c cpu-amd64.md: Implement
13845 long mul/div opcodes as intrinsic.
13847 * mini-amd64.c (emit_call): Handle the case when the callee might be
13850 2005-03-11 Zoltan Varga <vargaz@freemail.hu>
13852 * mini-amd64.c (mono_arch_get_vcall_slot_addr): Reorder cases to be
13855 * mini-amd64.c (mono_arch_get_vcall_slot_addr): Fix ordering of cases.
13857 * aot.c (mono_aot_load_method): Get rid of bogus make_writable call.
13859 2005-03-09 Ben Maurer <bmaurer@ximian.com>
13861 * mini.c (mono_codegen): Don't leak here, to help people running
13864 2005-03-08 Zoltan Varga <vargaz@freemail.hu>
13866 * mini-amd64.c (mono_arch_output_basic_block): Fix int->float
13867 conversions in sse2 mode.
13869 * basic-float.cs: Add regression test.
13871 * mini-amd64.c: Reenable sse2.
13873 2005-03-07 Zoltan Varga <vargaz@freemail.hu>
13875 * mini-amd64.c: Disable sse2 until some regressions are fixed.
13877 2005-03-07 Joerg Rosenkranz <joergr@voelcker.com>
13879 * driver.c: Copyright text should include 2005.
13881 2005-03-07 Zoltan Varga <vargaz@freemail.hu>
13883 * cpu-amd64.md (load_membase): Fix more max lengths.
13885 2005-03-06 Zoltan Varga <vargaz@freemail.hu>
13887 * cpu-amd64.md (load_membase): Fix max length.
13889 * mini-ops.h: Add OP_F<xx>_MEMBASE opcodes.
13891 * inssel.brg: Add MONO_EMIT_BIALU_MEMBASE macro.
13893 * cpu-amd64.md inssel-amd64.brg mini-amd64.h mini-amd64.brg: Finish SSE2
13894 support and enable it by default. Also add OP_F<xxx>_MEMBASE opcodes.
13896 * basic-float.cs: Add rounding regression test.
13898 * mini-amd64.c (INST_IGNORES_CFLAGS): Add more instructions.
13900 2005-03-04 Neale Ferguson <NealeFerguson@earthlink.net>
13902 * inssel-s390.brg, mini-s390.c: Add support for passing/returning small
13903 structures in registers for pinvoke wrappers.
13905 2005-03-04 Zoltan Varga <vargaz@freemail.hu>
13907 * mini-exceptions.c (ves_icall_get_trace): Return wrapper info as well.
13909 2005-03-03 Zoltan Varga <vargaz@freemail.hu>
13911 * mini.h mini.c mini-x86.c: Pass the domain of the native->managed
13912 wrapper to mono_jit_thread_attach.
13914 * mini.c (mini_jit_thread_attach): New jit icall.
13916 * mini-x86.c (mono_arch_emit_prolog): Attach to the VM in
13917 native->managed wrappers.
13919 * exceptions.cs: Add new regression test.
13921 * mini.c (optimize_branches): Check regions in the cbranch to throw
13922 block case as well. Fixes #73242.
13924 Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus@ximian.com>
13926 * mini.c: thread safety fixes.
13928 2005-02-27 Zoltan Varga <vargaz@freemail.hu>
13930 * tramp-amd64.c (amd64_magic_trampoline): Disable the method_ptr
13931 patching stuff, since delegates use jump trampolines so there is
13934 * tramp-amd64.c (create_trampoline_code): Pass NULL as 'code' in
13937 * tramp-amd64.c: Fix build.
13939 * mini-x86.c tramp-x86.c: Moved get_vtable_slot_addr into mini-x86.c and rename
13940 it to mono_arch_.... Add get_delegate_method_ptr implementation for x86.
13942 * mini-amd64.h mini.h mini-amd64.c tramp-amd64.c (mono_amd64_get_vcall_slot_addr):
13943 Rename this to mono_arch....
13944 (mono_amd64_get_delegate_method_ptr_addr): Ditto.
13946 * mini-amd64.c (mono_amd64_get_delegate_method_ptr_addr): New helper function.
13948 * mini-amd64.c (emit_call): If both the caller and the callee is
13949 guaranteed to have 32 bit addresses, emit a normal call.
13951 * tramp-amd64.c: Adapt to changes in mini-amd64.c.
13953 * tramp-amd64.c (amd64_magic_trampoline): Remove patching of trampolines.
13954 * tramp-amd64.c (amd64_magic_trampoline): Add support for patching the
13955 method_ptr inside delegates.
13957 2005-02-26 Zoltan Varga <vargaz@freemail.hu>
13959 * mini.c (mono_jit_free_method): Free the method info even if the native code is
13960 invalidated. Fixes #73001.
13962 * mini.c: Add a proper icall wrapper for mono_delegate_ctor.
13964 * mini-x86.c: Only use stdcall for pinvokes on windows.
13966 Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus@ximian.com>
13968 * mini.c, mini.h: make mono_lmf_addr a fast-access thread var.
13969 * mini-x86.c: remove unreliable __thread var offset detection,
13970 use the correct accessors and enable by default.
13972 2005-02-23 Zoltan Varga <vargaz@freemail.hu>
13974 * mini.c (mono_jit_free_method): Fix memory leak.
13976 2005-02-22 Zoltan Varga <vargaz@freemail.hu>
13978 * mini.c (mono_method_to_ir): Allocate a GOT var for THROW and RETHROW.
13980 2005-02-21 Zoltan Varga <vargaz@freemail.hu>
13982 * cpu-amd64.md: Fix lengths of atomic opcodes.
13984 Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus@ximian.com>
13986 * driver.c: try to not imply using ICU is any good.
13988 2005-02-20 Zoltan Varga <vargaz@freemail.hu>
13990 * mini-amd64.c (mono_arch_get_inst_for_method): Implement more
13991 functions as inline ops.
13993 * mini-ops.h inssel-amd64.brg cpu-amd64.md mini-amd64.c: Implement
13994 some Interlocked functions as inline ops.
13996 * mini.c (move_basic_block_to_end): Fix bug in last patch.
13998 * mini.h (MonoBasicBlock): Reorganize fields a bit.
14000 * mini-ops.h inssel.brg: Add OP_NOT_REACHED.
14002 * mini.c: Add support for OP_NOT_TAKEN.
14004 * mini-amd64.h mini-amd64.c: Add support for passing/returning small
14005 structures in registers for pinvoke wrappers.
14007 * mini-amd64.c: Fix warnings.
14009 2005-02-19 Zoltan Varga <vargaz@freemail.hu>
14011 * mini.h (MonoCompile): Add 'ret_var_is_local' field.
14013 * mini.h mini.c (mono_arch_create_vars): Add new arch specific hook.
14015 * mini.c (NEW_RETLOADA): If the ret variable is a local, use its
14016 address instead of loading the address from it.
14018 * mini-x86.c: Add support for returning small structs in registers
14019 on Win32. Fixes part of #70864.
14021 2005-02-18 Zoltan Varga <vargaz@freemail.hu>
14023 * trace.c (get_token): Improve error checking.
14025 2005-02-17 Zoltan Varga <vargaz@freemail.hu>
14027 * jit-icalls.c (mono_ldvirtfn): Explicitly check for a NULL obj here.
14029 2005-02-17 Sebastien Pouliot <sebastien@ximian.com>
14031 * mini.h: Moved MONO_EXCEPTION_* enum to metadata/class-internals.h so
14032 it can be reused for MonoClass.
14033 * mini.c: Renamed MONO_EXCEPTION_SECURITY to MONO_EXCEPTION_SECURITY
14036 2005-02-15 Sebastien Pouliot <sebastien@ximian.com>
14038 * mini.c: Fixed 2 cases where I sent a MonoMethod to managed code
14039 instead of a MonoReflectionMethod. The method information wasn't used
14040 when displaying SecurityException details (but will be now).
14042 2005-02-15 Atsushi Enomoto <atsushi@ximian.com>
14044 * Makefile.am : windows build fix.
14046 2005-02-14 Zoltan Varga <vargaz@freemail.hu>
14048 * iltests.il: Add new regression test.
14050 * mini.c (mono_method_to_ir): Allocate a GOT var in CEE_NEWOBJ. Fixes
14053 2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
14055 * mini.c: Moved linkdemand check into helper function check_linkdemand
14056 to allow reuse for all intructions (CALL, CALLVIRT, NEWOBJ, JMP,
14059 2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
14061 * declsec.c: Added statistics counter for different kinds of
14063 * mini.h: Added CAS statistic counters to MonoJitStats. Removed unused
14064 (and commented) declaration.
14065 * mini.c: Added statistics counter for security Demand code
14066 generation. Added display of security statistics.
14068 2005-02-13 Zoltan Varga <vargaz@freemail.hu>
14070 * declsec.c (mono_declsec_linkdemand_aptc): Applied patch from Robert Jordan (robertj@gmx.net).
14071 Fix compilation errors under gcc-2.95.
14073 2005-02-12 Ben Maurer <bmaurer@ximian.com>
14075 * mini.c, driver.c: Use the new jit trampoline hashtable
14077 Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus@ximian.com>
14079 * mini.c, jit-icalls.c: use the managed implementation of memcpy, too.
14081 2005-02-11 Martin Baulig <martin@ximian.com>
14083 * debug-mini.c (mono_debug_close_method): Free the line number array.
14085 2005-02-10 Zoltan Varga <vargaz@freemail.hu>
14087 * aot.c: Break up large methods into smaller ones. Share GOT slots for
14090 * mini.h: Bump AOT file format version.
14092 2005-02-10 Sebastien Pouliot <sebastien@ximian.com>
14094 * declsec.c: Added LinkDemand support and it's special cases for ECMA,
14096 * declsec.h: Added macros to get/set lazyly initialized security
14097 informations about assemblies. Added new enum for different type of
14098 possible LinkDemand violation. Added function to check LinkDemands.
14099 * mini.h: Added a field to MonoCompile to hold any security violation
14100 detected when JITting a method (so it can be thrown later).
14101 * mini.c: Added LinkDemand checks in mono_method_to_ir for CEE_CALL
14102 and CEE_CALLVIRT. Added code to throw exception at the end of
14103 mini_method_compile (note: the exception is unhandled right now).
14105 Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus@ximian.com>
14107 * mini.c, jit-icalls.c: use the managed implementation of
14108 memset for initobj and memset, to avoid managed <-> unmanaged
14111 2005-02-10 Zoltan Varga <vargaz@freemail.hu>
14113 * inssel.brg (mini_emit_virtual_call): Disable the virtual->nonvirtual
14114 optimization if it would need a GOT var.
14116 * basic.cs: Add tests for constant propagation and switch statements.
14118 * ssa.c: Fix out-of-range constant propagation and switch statements.
14120 2005-02-09 <vargaz@freemail.hu>
14122 * inssel-x86.brg (reg): Align the allocation size in the localloc(imm) case too.
14124 2005-02-08 Zoltan Varga <vargaz@freemail.hu>
14126 * cpu-amd64.md (load_membase): Fix max length of load_membase.
14128 Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus@ximian.com>
14130 * mini.c: update to new signature of mono_class_get_allocation_ftn().
14132 2005-02-06 Neale Ferguson <NealeFerguson@earthlink.net>
14134 * cpu-s390.md, mini-s390.c: Correct bug with register usage on certain
14135 arithmetic operations.
14137 Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus@ximian.com>
14139 * mini-ppc.c: add a workaround for broken user code that
14140 DllImports vararg functions with non-vararg signatures.
14142 2005-02-05 Zoltan Varga <vargaz@freemail.hu>
14144 * mini.c (mono_jit_compile_method_inner): Add detection and a
14145 meaningfull error message for assemblies written in Managed C++.
14147 * tramp-amd64.c mini-amd64.h: Add support for
14148 create_trampoline_from_token ().
14150 * aot.c mini-x86.c abcremoval.c: Applied patch from
14151 Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
14153 2005-02-04 Zoltan Varga <vargaz@freemail.hu>
14155 * mini.h mini.c mini-x86.h tramp-x86.c: Add a new kind of trampoline
14156 which takes a MonoImage/token as parameter instead of a MonoMethod.
14158 * aot.c: Use the new trampoline for initializing vtables.
14160 * aot.c: Add support for ldfld/stfld_remote wrappers.
14162 * mini-ops.h cpu-pentium.md inssel-x86.brg mini-x86.c: Add optimized
14163 rules for compare <MEM>, IMM.
14165 * mini.h (MONO_AOT_FILE_VERSION): Bump it.
14167 * aot.c: Handle inherited finalizers correctly.
14169 2005-02-03 Zoltan Varga <vargaz@freemail.hu>
14171 * inssel.brg (stmt): Add a missing _setup_... ().
14173 * aot.c: Save some parts of the class state to the AOT file and use it
14174 to recompute that state when a class is initialized.
14176 * mini.c: Install AOT hooks into the runtime.
14178 * mini.h: Bump AOT file format version.
14180 * mini.c (mono_method_to_ir): Initialize pointer type locals correctly.
14183 * iltests.il: Add new test.
14185 Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus@ximian.com>
14187 * mini.c: fix typo.
14189 Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus@ximian.com>
14191 * mini.c: setup the statistical profiler in the thread attach
14192 callback to cope with the new single thread code.
14194 Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus@ximian.com>
14196 * mini-ppc.c: ensure we have enough room for the profiler
14197 calls (fixed bug#72084).
14199 2005-02-02 Zoltan Varga <vargaz@freemail.hu>
14201 * aot.c: Get rid of the MonoAotMethod structure and the hashtable holding
14204 2005-2-1 Massimiliano Mantione <massi@ximian.com>
14206 * driver.c: Re-enabled SSAPRE (two commits, I was just dumb).
14208 2005-2-1 Massimiliano Mantione <massi@ximian.com>
14210 * ssapre.c: Fixed an issue with down safety (this allows IronPython
14211 to succesfully execute parrotbench).
14212 * ssapre.h: Likewise.
14214 2005-2-1 Massimiliano Mantione <massi@ximian.com>
14216 * ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
14217 variable for stores to method arguments (fixes a SSAPRE issue).
14219 Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus@ximian.com>
14221 * mini.c: handle value types in dup, fixes gen-112.cs.
14223 Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus@ximian.com>
14225 * mini-ppc.c, cpu-g4.md, tramp-ppc.c: use a slower code
14226 sequence for calls in dynamic methods to avoid thunks.
14228 Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus@ximian.com>
14230 * mini.c: correctly remove dynamic methods from the hashtable.
14232 2005-1-20 Massimiliano Mantione <massi@ximian.com>
14234 * driver.c: Disabled SSAPRE until fix the bug that appears
14235 in IronPython's parrotbench.
14237 2005-01-31 Zoltan Varga <vargaz@freemail.hu>
14239 * aot.c (mono_compile_assembly): Get rid of Skip (other) messages.
14241 * mini.c (mono_method_to_ir): Revert the previous change.
14243 * mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
14244 when AOT compiling.
14246 * tramp-x86.c (x86_magic_trampoline): Avoid calls to
14247 mono_jit_info_table_find () etc. when running under valgrind.
14249 * inssel.brg: Fix warnings.
14251 * mini-exceptions.c: Fix warnings.
14253 2005-01-31 Martin Baulig <martin@ximian.com>
14255 * driver.c (compile_all_methods_thread_main): Don't try to compile
14256 generic methods or anything which has type parameters.
14258 2005-01-30 Zoltan Varga <vargaz@freemail.hu>
14260 * aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.
14262 * TestDriver.cs: Add --verbose flags.
14264 * graph.c ssa.c: Fix 64 bit warnings.
14266 * abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c
14267 trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
14268 Fix 64 bit warnings.
14270 * mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
14271 variable not spotted by gcc.
14273 * mini-amd64.c inssel-amd64.brg: Applied patch from
14274 Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of
14275 X86_COMPARE_MEMBASE opcodes.
14277 * exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.
14279 2005-01-29 Ben Maurer <bmaurer@ximian.com>
14281 * *: MonoMethod->signature might be NULL now. You *MUST* use
14282 mono_method_signature.
14284 2005-01-28 Zoltan Varga <vargaz@freemail.hu>
14286 * driver.c (compile_all_methods_thread_main): Compile the methods
14287 without invoking cctors.
14289 Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus@ximian.com>
14291 * mini.c: remove ben's "optimizations" to dup+stloc (bug #71905).
14292 * basic-calls.cs: test for the above.
14294 2005-01-28 Zoltan Varga <vargaz@freemail.hu>
14296 * mini.c mini-exceptions.c aot.c exceptions-*.c: Update after
14297 MonoJitInfo changes.
14299 2005-01-27 Zoltan Varga <vargaz@freemail.hu>
14301 * mini-exceptions.c (mono_handle_exception): Compute the stack trace
14302 eagerly if it contains dynamic methods.
14304 * mini-exceptions.c (ves_icall_System_Exception_get_trace): New icall.
14306 * mini-exceptions.c (mono_handle_exception): Avoid computing the stack
14307 trace, it is now computed by an icall from trace_ips.
14309 * mini-exceptions.c: Fix a warning.
14311 Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus@ximian.com>
14313 * mini-exceptions.c: don't bother getting stack trace info if
14314 it's not going to be used.
14316 2005-01-27 Raja R Harinath <rharinath@novell.com>
14318 * Makefile.am (common_sources): Add ssapre-cee-ops.h and
14321 2005-01-26 Zoltan Varga <vargaz@freemail.hu>
14323 * mini.c (remove_block_if_useless): Only print debug stuff with -v -v.
14325 * aot.c: Avoid calling mono_method_get_header () if not needed.
14327 * mini.h: Bump AOT file format version.
14329 * mini.c (mono_emit_native_call): Allocate a GOT var here.
14331 * mini.c (mono_print_tree): Print more info for calls.
14333 2005-01-26 Sebastien Pouliot <sebastien@ximian.com>
14335 * declsec.h: Remove warning by adding missing include for marshal.h
14337 2005-01-26 Martin Baulig <martin@ximian.com>
14339 * mini.c (mono_method_to_ir): In CEE_UNBOX_ANY, don't increase
14342 2005-01-25 Zoltan Varga <vargaz@freemail.hu>
14344 * mini-amd64.c (mono_arch_call_opcode): Add missing MONO_SSA_LOAD/STORE
14347 * ssa.c (mono_ssa_compute): Fix crashes when using AOT.
14349 * aot.c (mono_compile_assembly): Fix a warning.
14351 2005-01-25 Sebastien Pouliot <sebastien@ximian.com>
14353 * declsec.c: Look for security attributes on the original MonoMethod
14354 (and not the wrapped one). This fix permissions on icalls.
14356 2005-01-23 Zoltan Varga <vargaz@freemail.hu>
14358 * mini-amd64.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
14360 * mini.c (mono_allocate_stack_slots): Add a fixme.
14362 * mini-x86.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
14364 Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus@ximian.com>
14366 * inssel.brg: optimize casts of sealed types (more
14367 optimizations waiting for fixes in remoting).
14369 2005-01-23 Zoltan Varga <vargaz@freemail.hu>
14371 * inssel.brg (stmt): Add another dummy rule.
14373 * driver.c: Fix warnings.
14375 * driver.c (mono_main): If running under valgrind, instruct glib to use
14376 the system allocation functions so valgrind can track the memory
14377 allocated by the g_... functions.
14379 * inssel.brg (stmt): Add DUMMY rule for OP_DUMMY_STORE.
14381 * mini-ops.h: Add OP_DUMMY_STORE opcode.
14383 * mini.h (MONO_BBLOCK_IS_IN_REGION): New helper macro.
14385 * liveness.c: Handle OP_DUMMY_STORE. Enable register allocation for
14386 variables in try regions.
14388 * mini.c (mini_method_compile): Don't disable optimizations on large
14389 methods when AOT compiling.
14391 * mini.c (mono_allocate_stack_slots): New arch independent method to
14392 allocate stack slots. Not yet used.
14394 2005-01-22 Ben Maurer <bmaurer@ximian.com>
14396 * debug-mini.c (mono_debug_close_method): Plug some leaks.
14398 Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus@ximian.com>
14400 * mini-ppc.c: make the branch info relative as the code
14401 buffer can be reallocated.
14403 2005-01-22 Sebastien Pouliot <sebastien@ximian.com>
14405 * aot.c: Allow decoding of the new MONO_PATCH_INFO_DECLSEC.
14406 * driver.c: Removed the AOT/security restriction. Now initialize the
14407 security manager (in metadata) if --security is used.
14408 * mini.c|h: Add the MONO_PATCH_INFO_DECLSEC code to use the index,
14409 rather than the pointer to declarative security, when AOT is used.
14411 Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus@ximian.com>
14413 * mini.h, mini-ppc.h, mini-ppc.c: updated to use out of line
14414 basic blocks, reduced intrinsic exception throwing code size.
14416 2005-01-22 Miguel de Icaza <miguel@ximian.com>
14418 * driver.c (mini_usage): Reorder the usage screen.
14420 2005-01-21 Zoltan Varga <vargaz@freemail.hu>
14422 * mini.c (mono_resolve_patch_target): Fix warning.
14424 2005-01-20 Zoltan Varga <vargaz@freemail.hu>
14426 * mini-x86.c (mono_arch_local_regalloc): Fix bug introduced by
14429 * mini-amd64.c (mono_arch_local_regalloc): Ditto.
14431 * mini-amd64.c (mono_arch_local_regalloc): Revert last patch as it
14432 breaks the amd64 build.
14434 * mini-x86.c (mono_arch_local_regalloc): Fix bug in div/rem
14435 register allocation. Fixes #71454.
14437 * mini-amd64.c (mono_arch_local_regalloc): Ditto.
14439 * arrays.cs: Add new regression test.
14441 2005-1-20 Massimiliano Mantione <massi@ximian.com>
14443 * ssapre.c: Turned usage of snprintf to GString.
14444 * ssapre.h: disabled MONO_APPLY_SSAPRE_TO_SINGLE_METHOD
14445 (I left it on by mistake in my previous commit).
14447 Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus@ximian.com>
14449 * mini.c, cfold.c, basic-calls.cs: preserve side effects
14450 on cond branch optimization (fixes bug# 71515).
14452 2005-1-20 Massimiliano Mantione <massi@ximian.com>
14454 * abcremoval.c: Fixed bug 71062.
14455 * abcremoval.h: Likewise.
14457 2005-1-20 Massimiliano Mantione <massi@ximian.com>
14459 * mini.c: Added a new functionality to optimize_branches, the removal
14460 of useless basic blocks, and fixed some problem in the removal of
14461 critical edges; some utility functions added for both purposes.
14462 * ssapre.c: Added complex expression support, and fixed bug 70637.
14463 * ssapre.h: Likewise.
14464 * ssapre-cee-ops.h: Added file with list of "CEE_*" opcodes
14466 * ssapre-mini-ops.h: Likewise, but for "OP_*" opcodes.
14467 * driver.c: Re-enabled SSAPRE.
14469 2005-01-19 Martin Baulig <martin@ximian.com>
14471 * mini.c (mono_method_to_ir): Call mono_get_inflated_method() on
14472 the result of mono_get_method_constrained().
14474 2005-01-18 Neale Ferguson <NealeFerguson@earthlink.net>
14476 * exceptions-s390.c tramp-s390.c: Allocate code using the global code
14479 2005-01-18 Geoff Norton <gnorton@customerdna.com>
14481 * jit-icalls.c (mono_llmult_ovf): Fix other overflow conditions to
14482 be detected. Fixes #59296.
14484 2005-01-18 Zoltan Varga <vargaz@freemail.hu>
14486 * mini-amd64.c (mono_arch_output_basic_block): Remove some assertions
14487 which can happen. Fixes #71361.
14489 2005-01-18 Zoltan Varga <vargaz@freemail.hu>
14491 * exceptions-sparc.c tramp-sparc.c: Allocate code using the global code
14494 2005-01-17 Zoltan Varga <vargaz@freemail.hu>
14496 * mini.c (mono_create_jump_trampoline): Revert last change as it causes
14497 appdomain-unload.exe to fail.
14499 * mini.c: Fix some memory leaks.
14501 Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus@ximian.com>
14503 * inssel.brg: handle the new size of rank, idepth, max_interface_id.
14504 Fixed bug and sped up some codepaths.
14506 2005-01-17 Zoltan Varga <vargaz@freemail.hu>
14508 * mini.c: Fix some memory leaks.
14510 * exceptions.cs basic-long.cs: Add test for checked ulong->int
14513 * inssel-long.brg: Implement long_conv_to_ovf_i4_un. Fixes #71319.
14515 * inssel-long.brg: Fix conv.ovf.i8 when run on an int32. Fixes
14518 * iltests.il: Add regression test for #71320.
14520 2005-01-16 Zoltan Varga <vargaz@freemail.hu>
14522 * mini.c (mono_codegen): Fix installation of profiler hooks.
14524 * mini-sparc.c mini-amd64.c: Don't allocate stack space for dead vars.
14526 Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
14528 * mini.h, mini.c, cfold.c: optimize access to enum
14529 readonly fields, too. Eval conditional branches if possible
14530 to perform unreachable code removal in more cases.
14532 2005-01-15 Zoltan Varga <vargaz@freemail.hu>
14534 * tramp-amd64.c exceptions-amd64.c: Use the new global code manager.
14536 * mini.c (mono_global_codeman_reserve): New function to allocate code memory from a global
14539 * tramp-x86.c mini-x86.c exceptions-x86.c: Allocate all code memory so mono works with
14540 WinXP DEP. Fixes #71244.
14542 2005-01-14 Zoltan Varga <vargaz@freemail.hu>
14544 * inssel.brg: Allways convert CEE_CONV_OVF_I4 to a move on 64 bit platforms. Fixes #71236.
14546 2005-01-13 Zoltan Varga <vargaz@freemail.hu>
14548 * mini-x86.c (mono_arch_output_basic_block): Fix OP_ATOMIC_ADD_NEW_I4.
14550 2005-01-11 Zoltan Varga <vargaz@freemail.hu>
14552 * mini-exceptions.c exceptions-ppc.c aot.c: Cope with MonoJitInfo
14555 * mini.h: Bump AOT version.
14557 * mini.h (MonoCompile): Change exvar to a hash table.
14559 * mini.c: Allocate a separate exvar for each handler block.
14561 * mini.c: Get rid of the computation of filter_lengths, its not needed.
14563 * mini.c inssel.brg: Change OP_THROW_OR_NULL to compare the current
14564 ex var with the pending exception and only throw if the two are equal.
14567 * exceptions.cs: Add tests for rethrow and nested catch clauses.
14569 * mini-x86.c: Fix warnings.
14571 * Makefile.am (common_sources): Move mini-exceptions.c here as it is
14572 used by all the ports now.
14574 * aot.c: Add write-symbols and save-temps options.
14576 2005-01-10 Zoltan Varga <vargaz@freemail.hu>
14578 * mini-x86.c: Add support for returning structs in registers from pinvoke functions on WIN32.
14580 Mon Jan 10 16:11:16 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
14582 * mini-ops.h, inssel-s390.brg, cpu-s390.md: Support OP_ATOMIC__xxx
14585 * tramp-s390.c: Check vtable slot belongs to the domain.
14587 * mini-exceptions.c, exceptions-s390.c: Standardize exception handling
14588 as per other platforms.
14590 * mini-s390.c, mini-s390.h: Enable out-of-line bblock support.
14592 Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus@ximian.com>
14594 * driver.c: we don't run the Main() code in a subthread anymore.
14596 Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus@ximian.com>
14598 * mini.c: added experimental rtc support in the statistical
14599 profiler: if the user has the permission, more accurate statistics
14600 are gathered. Run with: MONO_RTC=4096 mono --profiler=default:stat ....
14601 The MONO_RTC value must be restricted to what the linux rtc allows:
14602 power of two from 64 to 8192 Hz.
14604 2005-01-10 Zoltan Varga <vargaz@freemail.hu>
14606 * mini-x86.c (mono_arch_emit_exceptions): Fix #71121.
14608 Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus@ximian.com>
14610 * mini-ppc.c: better icache flush for smp.
14612 2005-01-09 Zoltan Varga <vargaz@freemail.hu>
14614 * mini-amd64.c (emit_move_return_value): Fix memory leak.
14616 * mini-x86.c (get_call_info): Add the get_call_info () code from the
14617 amd64 port, not yet used.
14619 2005-01-07 Zoltan Varga <vargaz@freemail.hu>
14621 * mini.c (mono_method_to_ir): Disable inlining of ldfld wrappers with
14624 2005-01-07 Sebastien Pouliot <sebastien@ximian.com>
14626 * driver.c: Added --security option to activate the security manager.
14627 Right now this will allow code generation for declarative demands and
14628 is disabled when AOT is specified.
14629 * mini.c: Add code generation for declarative security demands.
14630 * mini.h: Add mono_use_security_manager as an extern gboolean.
14632 2005-01-07 Zoltan Varga <vargaz@freemail.hu>
14634 * aot.c (mono_compile_assembly): Speed up compilation a bit by
14635 emitting more dense assembly code.
14637 * mini-sparc.c mini-sparc.h exceptions-sparc.c: Enable optimized corlib
14638 exception throwing stuff.
14640 2005-01-06 Zoltan Varga <vargaz@freemail.hu>
14642 * mini-sparc.c (mono_arch_emit_exceptions): Fix typo in previous patch. Remove
14645 * mini-amd64.c (mono_arch_emit_exceptions): Remove duplicate epilog stuff
14646 left in by mistake.
14648 * driver.c (EXCLUDED_FROM_ALL): Disable SSAPRE until bug #70637 is
14651 * mini-sparc.h mini-sparc.c: Enable out-of-line bblock support.
14653 * tramp-*.c: Only patch vtable slots if the object is in the current
14654 domain. Fixes appdomain-unload.exe.
14656 * mini-amd64.c mini-amd64.h: Enable out-of-line bblock support.
14658 * mini-amd64.c (mono_arch_local_regalloc): Port regalloc fix from
14661 2005-01-05 Zoltan Varga <vargaz@freemail.hu>
14663 * mini.c (reverse_branch_op): New helper function.
14665 * mini.c (optimize_branches): Run the new optimization only on
14666 platforms which support it. Also reverse all kinds of branches.
14668 * mini.h (MonoBasicBlock): Add 'out_of_line' field.
14670 * mini.c (mono_method_to_ir): Set 'out_of_line' for bblocks which have
14673 * mini.c (optimize_branches): Reverse not-equals branches if the false
14674 bblock is a throw. This happens a lot of time with argument checking in
14677 * mini.c (mono_codegen): Add support for placing basic blocks after
14678 the function epilogue.
14680 * mini-x86.c mini-x86.h: Add support for placing basic blocks after the
14683 2005-01-05 Miguel de Icaza <miguel@ximian.com>
14685 * mini.c (setup_stat_profiler): Only set this up if the platform
14686 supports ITIMER_PROF.
14688 2005-01-05 Zoltan Varga <vargaz@freemail.hu>
14690 * mini-x86.c (mono_arch_local_regalloc): Fix a bug introduced by the
14693 * inssel.brg: Fix a warning.
14695 Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus@ximian.com>
14697 * mini.c: added support for statistical profiler
14698 (run with: --profile=default:stat).
14700 2005-01-04 Zoltan Varga <vargaz@freemail.hu>
14702 * mini-x86.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Enable this on x86.
14704 * mini-x86.c cpu-pentium.md: More fixes for usage of global registers.
14706 * mini-amd64.c (mono_arch_local_regalloc): Port some regalloc fixes
14707 related to global registers from the amd64 port.
14709 2005-01-03 Zoltan Varga <vargaz@freemail.hu>
14711 * mini.c (mono_method_to_ir): Handle MONO_CLASSCONST.
14713 * mini-amd64.c (mono_arch_local_regalloc): Fix some regalloc problems
14714 with global registers.
14715 (mono_arch_output_basic_block): Fix SWITCH in the AOT case.
14717 * aot.c (emit_method_code): Fix the 'method emitted as' messages.
14719 2004-12-31 Zoltan Varga <vargaz@freemail.hu>
14721 * debug-mini.c (encode_value): Fix off-by-one.
14723 * aot.c (encode_value): Likewise.
14725 * mini.c (mono_method_to_ir): Disable AOT for methods containing LDPTR.
14727 2004-12-30 Zoltan Varga <vargaz@freemail.hu>
14729 * mini.c linear-scan.c: Add a workaround for the mcs crash when using
14732 * aot.c (mono_aot_load_method): Free up patch info if no longer needed.
14734 * aot.c (emit_method_info): Increase size of temp buffer.
14736 * mini-x86.c cpu-pentium.md mini.c: Load fp constants differently in
14739 2004-12-28 Zoltan Varga <vargaz@freemail.hu>
14741 * aot.c (emit_method_info): Fix build.
14743 * aot.c: Further rework of the AOT file format to reduce the size of
14744 the method info data.
14746 * mini.h: Bump AOT file format version.
14748 2004-12-27 Martin Baulig <martin@ximian.com>
14750 * mini.c (mini_get_method): New static method; call
14751 mono_get_method_full() and mono_get_inflated_method().
14752 (mono_method_to_ir): Use mini_get_method() instead of
14753 mono_get_method_full().
14755 2004-12-26 Patrik Torstensson <patrik.torstensson@gmail.com>
14757 * mini-x86.c (atomic ops): fixed bug interlocked bug #70784.
14759 2004-12-25 Zoltan Varga <vargaz@freemail.hu>
14761 * inssel.brg (ldind_to_load_membase): Handle CEE_LDIND_I8.
14763 * inssel-amd64.brg: Add some optimization rules.
14765 2004-12-24 Ben Maurer <bmaurer@ximian.com>
14767 * aot.c: Remove the use of MonoGHashTable and other GC stuff. The
14768 standard not GC'd stuff is fine.
14770 2004-12-24 Zoltan Varga <vargaz@freemail.hu>
14772 * aot.c: Rework the AOT file format to get rid of most of the global
14773 symbols. This reduces the size of the mscorlib.dll.so by 1MB.
14775 * mini.h: Bump AOT file format version.
14777 2004-12-23 Zoltan Varga <vargaz@freemail.hu>
14779 * mini.h: Bump AOT file format version.
14781 * aot.c (mono_aot_is_got_entry): New function to determine if an
14782 address is inside a GOT.
14784 * aot.c mini-x86.c tramp-x86.c: Make all patches use the GOT.
14786 * cpu-pentium.md: Increase the maximum size of some instructions which
14787 might involve a got access.
14789 * mini.c (get_method_from_ip): Another debug helper function.
14791 * mini.c: Call mono_get_got_var () in a couple places. Handle the case
14792 when got var accesses are created during the decompose phase.
14794 * mini-sparc.c: Change mono_compile_aot to cfg->compile_aot.
14796 * mini.h mini.c mini-x86.c aot.c mini-sparc.c: Add a 'compile_corlib'
14797 argument mini_compile_method and to MonoCompile, and use this to
14798 determine whenever a given method is compiled for AOT. This allows the
14799 other methods compiled during AOT compilation to be free of AOT stuff,
14800 so the backends does not need to add special support for them by
14801 creating a fake GOT etc.
14803 * mini-x86.c (mono_arch_patch_code): Remove fake got stuff as it is no
14806 2004-12-21 Ben Maurer <bmaurer@ximian.com>
14808 * mini.c (mono_method_to_ir): It turns out that some of the
14809 x-appdomain wrappers are lax with types, so just ignore this for
14812 * inssel.brg (OP_CHECK_ARRAY_TYPE): Optimize this by only looking
14813 at the vtable->klass. If it is non-shared code we can just use the
14816 Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus@ximian.com>
14818 * mini-ppc.c: access MonoDomain from tls, too.
14820 2004-12-21 Sebastien Pouliot <sebastien@ximian.com>
14822 * declsec.c: Removed unused variable (and related warning ;-)
14824 2004-12-21 Ben Maurer <bmaurer@ximian.com>
14826 * iltests.il: New test for LDELEMA on an array of ref types.
14828 * mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
14829 all ldelema's on reftypes.
14830 (check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
14831 it was the wrong place to put it.
14833 * mini-x86.c (mono_arch_output_basic_block): Just use ecx as the
14834 register to pop to make this cleaner, at the request of Paolo.
14836 2004-12-20 Ben Maurer <bmaurer@ximian.com>
14838 * mini-ops.h (OP_GETHASHCODE): New op.
14840 * inssel.brg (OP_GETHASHCODE): Emit code for the new opcode
14842 * mini.c (mini_get_inst_for_method): Create the intrinsic hash
14845 For a microbenchmark, this reduces the cost of Hashtable.get_Item
14848 * mini-x86.c (mono_arch_output_basic_block): Rather than
14856 The first is 3 bytes while the second is 1. This saves 36 kb on
14857 mscorlib, quite a big saving. When bootstraping mcs, I was able to
14858 see a small boost because of icache locality.
14860 * cfold.c (FOLD_BINOPCOMM): Kill add foo, 0
14862 Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus@ximian.com>
14864 * Makefile.am, mini-ppc.h, mini-exceptions.c, exceptions-ppc.c:
14865 started code sharing with the generic code.
14867 Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus@ximian.com>
14869 * mini-ppc.c, cpu-g4.md: added code for direct access to
14872 Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus@ximian.com>
14874 * mini-ops.h, inssel-x86.brg, cpu-amd64.md, inssel.brg, inssel-amd64.brg,
14875 mini-amd64.c, mini-x86.c, cpu-pentium.md: renamed OP_X86_TLS_GET
14878 2004-12-20 Sebastien Pouliot <sebastien@ximian.com>
14880 * declsec.c|h: Added functions to cache the declarative stack modifiers
14881 in MonoJitInfo and to create a security frame from a MonoJitInfo
14883 * mini.c: Initialize jinfo->cas_inited to FALSE when MonoJitInfo is
14884 created. Register internal calls for System.Security.SecurityFrame::
14885 _GetSecurityFrame and _GetSecurityStack.
14886 * mini.h: Added definition for new icalls (in mini-exceptions.c) and
14887 the definitions for the new stack walk/callback mechanism.
14888 * mini-exceptions.c: Added internal call GetSecurityFrame (to get the
14889 first security frame for LinkDemands and InheritanceDemands) and
14890 GetSecurityStack for Demands. Both use the new mono_walk_stack code
14892 * mini-x86.h, mini-amd64.h, mini-sparc.h: Architecture specific stack
14893 walk initialization (lupus).
14895 2004-12-20 Ben Maurer <bmaurer@ximian.com>
14897 * mini.c (mono_method_to_ir): In CEE_DUP, handle the dup / stloc
14899 (handle_loaded_temps): Do not create a temporary variable for
14900 things that we know are temps. They will never be modified.
14901 (mono_spill_call): Set MONO_INST_IS_TEMP
14902 (mono_emulate_opcode): ditto
14904 (mono_method_to_ir.CEE_DUP): ditto
14906 2004-12-19 Ben Maurer <bmaurer@ximian.com>
14908 * mini.c (type_to_eval_stack_type): Make this handle the void type
14909 (mono_emit_call_args): set the call->type with type_to_eval_stack_type
14910 (emit_tree): use ip_in_bb to special case some common idioms
14911 Update all callers to pass in the IP.
14912 (mono_method_to_ir): Make CEE_CALL* do the above as well.
14914 This gives us a nice 2% speedup in mcs bootstrap.
14916 * mini-x86.c (peephole_pass): Peephole pass to make
14925 * mini.c (ip_in_bb): new method.
14926 (mono_method_to_ir): use this method rather than doing the hash
14929 * linear-scan.c (mono_linear_scan): When expiring actives, you
14930 don't need to keep around variables that expire on this
14931 instruction. This makes it so that:
14934 store (ebx add (ebx, 1))
14938 2004-12-19 Zoltan Varga <vargaz@freemail.hu>
14940 * mini.c (mono_method_to_ir): Optimize the common ldobj+stloc
14941 combination to avoid doing two copies. Fix up problems with previous
14944 * mini.c: Fix 64 bit warnings.
14946 * mini-x86.c (INST_IGNORES_CFLAGS): Add OP_STOREI4_MEMBASE_REG.
14948 2004-12-17 Zoltan Varga <vargaz@freemail.hu>
14950 * mini-amd64.h mini-amd64.c exceptions-amd64.c: Port exception handling
14951 changes from the x86 code.
14953 * mini.h: Add prototype for mono_arch_get_throw_corlib_exception ().
14955 2004-12-16 Zoltan Varga <vargaz@freemail.hu>
14957 * mini-x86.c (mono_arch_emit_epilog): Optimize the corlib exception
14958 throwing code to reduce its size, unify the AOT and non-aot code and
14959 get rid of relocations in the AOT case.
14961 * mini-x86.h mini.c exceptions-x86.c
14962 (mono_arch_get_throw_corlib_exception): New arch specific function to
14963 raise corlib exceptions which doesn't require relocations in the
14966 * aot.c (emit_method): Handle PATCH_INFO_NONE as well.
14968 2004-12-15 Zoltan Varga <vargaz@freemail.hu>
14970 * mini.c (mono_emit_method_call): Only allocate the got var when it is
14973 * mini-x86.c (mono_arch_patch_code): Add missing PATCH_INFO_METHOD_REL
14976 2004-12-14 Patrik Torstensson <patrik.torstensson@gmail.com>
14978 * mini-x86.c, cpu-pentium.md, inssel-x86.brg: Fixed bug
14979 with add function when used from Inc/dec atomic
14980 functions. Re-enabled optimization on x86.
14981 * mini-ops.h: renamed atomic_add functions to
14982 allow _add to match the Interlocked::Add and
14983 _add_next to match Interlocked::Inc/Dec.
14985 2004-12-15 Massimiliano Mantione <massi@ximian.com>
14987 * mini.c: Fixed a subtle bug in mono_method_to_ir, about the
14988 linking of BBs to the end BB, and enabled SSAPRE also with
14989 consprop and copyprop (which was prevented by that bug).
14991 2004-12-14 Patrik Torstensson <patrik.torstensson@gmail.com>
14993 * mini-x86.c: disabling the Interlocked optimizing code.
14995 2004-12-14 Zoltan Varga <vargaz@freemail.hu>
14997 * aot.c (load_aot_module): Move reading of got_addr after the AOT
14998 file version check.
15000 2004-12-14 Patrik Torstensson <patrik.torstensson@gmail.com>
15002 * mini-x86.c, inssel-x86.brg, cpu-pentium.md: removed _imm
15003 interlocked optimization due lack of support on x86, rewrote
15004 exchange to take into account that base may be in eax.
15006 xsp works again; activated Interlocked optimizing code.
15008 2004-12-14 Zoltan Varga <vargaz@freemail.hu>
15010 * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
15012 2004-12-13 Zoltan Varga <vargaz@freemail.hu>
15014 * mini-ops.h: Add new opcodes.
15016 * mini.h: Add new patch types. Add got_var to MonoCompile.
15018 * mini.h mini-x86.c mini-amd64.c aot.c: Rename
15019 mono_arch_get_aot_patch_offset () to mono_arch_get_patch_offset () and
15020 make it work with all kinds of patchable code.
15022 * inssel.brg inssel-x86.brg: Add new rules dealing with computing the
15023 address of the GOT, and referencing entries in the GOT.
15025 * mini.c: Add code to load the GOT address if needed by an opcode.
15027 * aot.c mini-x86.h mini-x86.c cpu-pentium.md: Add support for position
15028 independent AOT code on the x86 using an elf-style Global Offset Table.
15030 2004-12-14 Raja R Harinath <rharinath@novell.com>
15032 * Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
15034 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15036 * mini-x86.c: disabling the Interlocked optimizing code. It segfaults
15039 2004-12-13 Patrik Torstensson <patrik.torstensson@gmail.com>
15041 * mini-x86.c,mini-ops.h,inssel-x86.brg,cpu-pentium.md: Implementation
15042 of Interlocked:Increment/Decrement/Add as inline ops.
15043 (mini-x86.c (mono_arch_get_inst_for_method and mono_arch_output_basic_block))
15045 2004-12-12 Geoff Norton <gnorton@customerdna.com>
15047 * exceptions-ppc.c: Reorder code so gcc3.4 can compile it
15048 * mini-ppc.c: Unify mono_arch_patch_code with changes in r37636.
15050 2004-12-12 Duncan Mak <duncan@ximian.com>
15052 * mini-ppc.c (mono_arch_patch_code): Hopefully made this build
15053 again. `patch_info->table_size' is no longer valid after Zoltan's
15056 2004-12-12 Martin Baulig <martin@ximian.com>
15058 * mini.c (mono_method_to_ir): Only call mono_debug_init_method()
15059 if we are the "real" method, ie. not an inlined method inside it.
15061 2004-12-11 Ben Maurer <bmaurer@ximian.com>
15063 * mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
15064 before we look in the special fields table. This fixes
15065 ../tests/thread-static-init.cs.
15067 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15069 * mini.c: return immediately after setting OP_ARRAY_RANK or CEE_LDLEN
15070 for Array get_Rank and get_Length. Fixes bug #70465.
15072 2004-12-11 Zoltan Varga <vargaz@freemail.hu>
15074 * mini.h mini.c aot.c: Put the bblock table for a SWITCH patch into a
15075 separate structure to reduce the size of MonoJumpInfo.
15077 Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus@ximian.com>
15079 * mini.c, mini.h, aot.c, driver.c: allow disabling the aot code.
15081 2004-12-10 Patrik Torstensson <patrik.torstensson@gmail.com>
15083 * mini.c (mini_get_inst_for_method): Changed to allow ports
15084 to return a MonoInst instead of opcode
15085 (renamed mini_get_opcode_for_method to better reflect the new functionality)
15087 * mini-[x86|s390|s390x|ppc|sparc].c (mono_arch_get_inst_for_method):
15088 Allow ports to return a created MonoInst instead of op-code, will enable
15090 (renamed mini_get_opcode_for_method to better reflected the functionality)
15092 2004-12-09 Zoltan Varga <vargaz@freemail.hu>
15094 * mini.c (NEW_AOTCONST): Share some code between the different NEW_AOTCONST macros.
15096 2004-12-08 Zoltan Varga <vargaz@freemail.hu>
15098 * mini.c jit-icalls.c: Pass generic_context to mono_ldtoken_wrapper.
15101 2004-12-08 Martin Baulig <martin@ximian.com>
15103 * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use `fsig->signature'
15104 if we're a CEE_CONSTRAINED call. Fixes gen-118.cs.
15106 2004-12-08 Zoltan Varga <vargaz@freemail.hu>
15108 * mini-sparc.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_<X>
15111 * exceptions.cs: Disable some tests which depend on properties of x86 fp
15114 2004-12-08 Raja R Harinath <rharinath@novell.com>
15116 * Makefile.am (CLEANFILES): Add *.exe, *.dll.
15118 2004-12-07 Zoltan Varga <vargaz@freemail.hu>
15120 * mini-sparc.c (mono_arch_output_basic_block): Fix LOCALLOC_IMM
15121 bug introduced by the previous patch.
15123 Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus@ximian.com>
15125 * mini-ppc.c, objectc.cs: handle large structs passed by value
15126 (fixes bug #69972).
15128 Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus@ximian.com>
15130 * mini-ppc.c: OP_ARGLIST implementation from
15131 Geoff Norton <gnorton@customerdna.com>.
15133 Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus@ximian.com>
15135 * inssel-x86.brg, inssel-ppc.brg: fix reference to register
15136 in stmt: OP_OUTARG_VT (reg) (should fix bug #69785).
15138 Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus@ximian.com>
15140 * exceptions-ppc.c: avoid calling ppc_patch in exception trampolines.
15142 2004-12-01 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15144 * inssel-s390.brgi, mini-ops.h, mini-s390.c : Add stubs for support of tls offset
15147 2004-12-06 Zoltan Varga <vargaz@freemail.hu>
15149 * mini-sparc.c: Zero out localled-ed memory.
15151 * iltests.il: Add tests for zeroing out localloc-ed memory.
15153 2004-12-04 Martin Baulig <martin@ximian.com>
15155 * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use the new
15156 mono_method_get_signature_full().
15158 2004-12-03 Massimiliano Mantione <massi@ximian.com>
15160 * mini.c: Added removal of critical edges (prerequisite for SSAPRE),
15161 and some utility functions (always for SSAPRE), integrated SSAPRE.
15162 * mini.h: Likewise.
15163 * driver.c: Added ssapre option.
15164 * ssa.c: Small fix on OP_ARG handling.
15165 * ssapre.c, ssapre.h: Added files containing SSAPRE implementation.
15166 * Makefile.am: Likewise.
15168 2004-12-02 Zoltan Varga <vargaz@freemail.hu>
15170 * tramp-x86.c (mono_arch_create_jit_trampoline): Remove code which is
15171 now in the xp code.
15173 * mini.c (mini_init): Register mono_thread_force_interruption_checkpoint
15176 2004-12-01 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15178 * inssel-s390.brg : Add OP_OUTARG_VT (OP_REFANYTYPE (reg)) rule.
15180 * cpu-s390.md : Increase instruction length of oparglist.
15182 * mini-s390.c : Implement vararg and TYPEDEBYREF support.
15184 2004-11-30 Martin Baulig <martin@ximian.com>
15186 * mini.c (mono_method_to_ir): In CEE_CALLVIRT, added support for
15187 virtual generic methods. We call a special helper_compile_generic_method()
15188 icall to retrieve the method from the vtable, inflate and compile
15189 it and then do a CEE_CALLI. Thanks a lot to Paolo for this idea.
15191 * jit-icalls.c (helper_compile_generic_method): New JIT icall.
15193 2004-11-30 Zoltan Varga <vargaz@freemail.hu>
15195 * mini-sparc.c: Fix up vararg corner cases. Fixes #70019.
15197 2004-11-29 Zoltan Varga <vargaz@freemail.hu>
15199 * cpu-sparc.md mini-sparc.c (long_conv_to_ovf_i): Fill missing delay slot.
15202 2004-11-27 Ben Maurer <bmaurer@ximian.com>
15204 * inssel.brg (CEE_SWITCH): The AOT stuff Zoltan added is only for
15205 platforms with PIC aot.
15207 2004-11-28 Martin Baulig <martin@ximian.com>
15209 * mini.c (mono_method_to_ir): In CEE_DUP, added handle_stobj().
15212 2004-11-28 Martin Baulig <martin@ximian.com>
15214 * mini-x86.c (mono_arch_call_opcode): Use the original type, not
15215 the result of mono_type_get_underlying_type() to check whether
15218 2004-11-26 Martin Baulig <martin@ximian.com>
15221 (mono_method_to_ir): Use `!method->signature->has_type_parameters'
15224 2004-11-26 Zoltan Varga <vargaz@freemail.hu>
15226 * mini-amd64.c (mono_arch_emit_this_vret_args): Handle this and vret
15227 the same way as the other arguments so they won't get clobbered.
15229 * mini-amd64.c (mono_arch_output_basic_block): Avoid doing virtual
15230 calls through R11 since it is clobbered by the trampoline code.
15232 2004-11-26 Raja R Harinath <rharinath@novell.com>
15234 * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to
15235 pick up in-tree mscorlib.dll.
15237 2004-11-25 Zoltan Varga <vargaz@freemail.hu>
15239 * aot.c: Rename MonoAOTModule->cleanup to out_of_date.
15241 * mini-amd64.c aot.c: Switch to PIC relative AOT code. References to
15242 runtime data/code are now stored in a table similar to the GOT in ELF.
15243 This allows the code itself to be position independent.
15245 * aot.c: Fix loading of referenced assemblies after the lazy assembly
15248 * aot.c: Attach ELF type (object/function) directives to all global
15251 * tramp-amd64.c (amd64_magic_trampoline): Patch RIP relative calls too.
15253 * inssel.brg (SWITCH): Emit an AOT_CONST in the aot case.
15255 * mini-amd64.h: Turn on PIC AOT code.
15257 * mini.h (mono_arch_get_aot_patch_offset): New arch specific function
15258 returning the offset within an OP_AOTCONST instruction where the GOT
15259 offset needs to be added.
15261 * mini.h: Bump AOT file format version.
15263 2004-11-25 Martin Baulig <martin@ximian.com>
15265 * mini.c (mono_method_to_ir): In CEE_CALL, don't allow calling any
15266 uninflated generic methods.
15268 2004-11-25 Martin Baulig <martin@ximian.com>
15270 * mini.c (mono_method_to_ir): Don't allow any uninflated generic methods.
15272 2004-11-24 Martin Baulig <martin@ximian.com>
15274 * minit.c (type_to_eval_stack_type): Set `inst->klass' to the
15275 original klass (this only applies for generic instances).
15277 2004-11-24 Martin Baulig <martin@ximian.com>
15279 * mini.c (mono_method_to_ir): Use `STACK_OBJ' instead of
15280 `ldind_type [CEE_LDIND_REF]' (which would be beyond the end of
15283 2004-11-24 Zoltan Varga <vargaz@freemail.hu>
15285 * mini.c (mono_method_to_ir): Disable inlining for methods containing
15286 localloc. Fixes #69678.
15288 * iltests.il (test_0_localloc_inline): Add regression test for #69678.
15290 2004-11-23 Zoltan Varga <vargaz@freemail.hu>
15292 * mini-amd64.c (mono_arch_output_basic_block): Set %al to the number of
15293 used SSE registers on pinvoke calls. Fixes #69774.
15295 2004-11-23 Geoff Norton <gnorton@customerdna.com>
15297 * inssel-ppc.brg, mini-ppc.c: Use mono_class_from_mono_type instead of
15298 vt->inst_vtype->data.klass. This fixes generic structs and bug #69766
15300 2004-11-23 Raja R Harinath <rharinath@novell.com>
15302 * Makefile.am (MCS,ILASM): Don't refer to runtime/ directory.
15303 Refer directly to the mcs/ tree.
15305 2004-11-19 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15307 * mini-s390.c, tramp-s390.c, mini-s390.h: Add LMF processing for trampolines.
15308 Check if a trampoline for a synchronized method is required.
15310 Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus@ximian.com>
15312 * mini-ppc.c, cpu-g4.md: set to zero the memory allocated
15313 with localloc if needed. Throe arithmetric exception in
15314 div an rem if needed. Implement ovf checks in OP_LCONV_TO_OVF_I.
15315 Adapted from a patch by Geoff Norton <gnorton@customerdna.com>.
15317 2004-11-19 Geoff Norton <gnorton@customerdna.com>
15319 * mini-ppc.c: Call mono_type_get_underlying_type to unwrap generic
15320 types before switching on type. Fixes #69622.
15322 2004-11-19 Raja R Harinath <rharinath@novell.com>
15324 * Makefile.am (check-local): New. Integrate into 'make check'.
15325 (MCS,RUNTIME): Define using in-tree mono and mcs.
15327 (%.exe): Use $(ILASM).
15329 Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus@ximian.com>
15331 * mini-ppc.c: adjust initial prolog size (bug #69691).
15333 2004-11-18 Zoltan Varga <vargaz@freemail.hu>
15335 * cpu-pentium.md (localloc): Increase max instruction len. Fixes
15338 2004-11-17 Raja R Harinath <rharinath@novell.com>
15340 * Makefile.am (clean-local): Rename from 'clean'.
15342 2004-11-15 Nelae Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15344 * mini.c, mini-x86.c, mini-amd64.c, exceptions-s390.c: Add siginfo_t parameter
15345 to mono_arch_is_int_overflow.
15346 * exceptions-s390.c: Add mono_arch_is_int_overflow routine to discern between
15349 2004-11-15 Sebastien Pouliot <sebastien@ximian.com>
15351 * declsec.c|h: New files to support declarative security attributes.
15352 Added function to check if a method has (applicable) security.
15353 * mini.c|h: Add check for declarative security attributes in
15354 mono_method_check_inlining.
15355 * Makefile.am: Added declsec.c and declsec.h to the build.
15357 Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus@ximian.com>
15359 * mini.c, mini.h: update to keep dynamic code info per-domain.
15361 2004-11-12 Zoltan Varga <vargaz@freemail.hu>
15363 * mini.c mini-*.h: Get rid of MONO_ARCH_HAVE_RETHROW since all architectures support it now.
15364 (mini_init): Get rid of it from here too.
15366 Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus@ximian.com>
15368 * mini-ppc.c, mini-ppc,h, cpu-g5.md, exceptions-ppc.c:
15369 implemented OP_RETHROW (patch by Geoff Norton
15370 <gnorton@customerdna.com>).
15372 2004-11-10 Geoff Norton <gnorton@customerdna.com>
15374 * tramp-ppc.c (ppc_magic_trampoline): Don't trampoline methods
15375 between appdomains. Fixes appdomain-unload on PPC.
15377 2004-10-26 Lluis Sanchez Gual <lluis@novell.com>
15379 * exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
15380 mini-exceptions.c: handle the new wrapper types.
15381 * mini.c: The CEE_ISINST and CEE_CASTCLASS opcodes now take the
15382 token value as a MonoClass* when compiling a wrapper.
15383 mono_jit_create_remoting_trampoline now takes an additional
15384 MonoRemotingTarget parameter.
15386 2004-11-10 Martin Baulig <martin@localhost>
15388 * mini.c (mono_method_to_ir): Use `generic_container->context'
15389 rather than creating a new one.
15391 2004-11-09 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15393 * exceptions-s390.c, mini-s390, cpu-s390.md: Add support for OP_RETHROW.
15395 * inssel-390.md, mini-s390.c: Correct register allocation for globals.
15397 2004-11-09 Zoltan Varga <vargaz@freemail.hu>
15399 * aot.c (mono_aot_init): Add MONO_AOT_CACHE env variable to turn on
15400 the experimental aot cache stuff.
15402 Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus@ximian.com>
15404 * aot.c, mini.c, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
15405 mini-exceptions.c: update to exception clause structure changes.
15407 2004-11-08 Zoltan Varga <vargaz@freemail.hu>
15409 * exceptions-x86.c (throw_exception): Fix warnings.
15411 * mini-x86.h mini-x86.c cpu-pentium.md exceptions-x86.c: Add support
15414 2004-11-08 Zoltan Varga <vargaz@freemail.hu>
15416 * exceptions-sparc.c (get_throw_exception): Really fix this.
15418 2004-11-07 Ben Maurer <bmaurer@ximian.com>
15420 * tramp-*.c: we no longer support icalls without wrappers, so
15421 a bit of code can be removed here
15423 2004-11-07 Zoltan Varga <vargaz@freemail.hu>
15425 * exceptions-sparc.c (get_throw_exception): Fix more bugs in previous
15428 * cpu-sparc.md: Add op_rethrow.
15430 * exceptions-sparc.c (get_throw_exception): Fix bug in previous patch.
15432 * mini-sparc.h mini-sparc.c exceptions-sparc.c: Add support for OP_RETHROW.
15434 * mini.h: Add mono_arch_get_rethrow_exception () arch specific function.
15435 * mini-ops.h: Add OP_RETHROW.
15437 * mini.c inssel.brg: Distinguish between THROW and RETHROW.
15439 * cpu-amd64.c mini-amd64.c exceptions-amd64.c: Add support for OP_RETHROW.
15441 2004-11-05 Geoff Norton <gnorton@customerdna.com>
15443 * helpers.c: Change otool arguments from -V -v -t to -v -t on Darwin
15444 Makes the output much easier to read
15446 2004-11-05 Ben Maurer <bmaurer@ximian.com>
15448 * ssa.c: allocate MonoMethodVar.uses from the mempool. First, this
15449 prevents another huge leak when compiling with ssa. Secondly, the
15450 performance of doing this rather than freeing the lists is much
15451 better. GList does a lock every time you allocate a list link,
15452 so that it can use a memory pool. So, it is better to just use
15453 a memory pool of our own.
15455 * ssa.c, linear-scan.c: replace g_list_remove_link with
15456 g_list_delete. The remove one does not free the GList, so we were
15457 leaking memory. On -O=all --compile-all with corlib, this cut down
15458 3 MB of allocations.
15460 2004-11-05 Zoltan Varga <vargaz@freemail.hu>
15462 * tramp-sparc.c (mono_arch_create_jit_trampoline): Fix sparc build.
15464 * tramp-amd64.c (mono_arch_create_jit_trampoline): Fix amd64 build.
15466 * mini.h mini.c tramp-*.c: Moved xp parts of JIT trampoline creation
15467 into a new function mono_create_jit_trampoline ().
15469 2004-11-02 Zoltan Varga <vargaz@freemail.hu>
15471 * trace.c (get_spec): Allow tracing of classes without a namespace.
15473 2004-11-02 Sebastien Pouliot <sebastien@ximian.com>
15475 * mini.c: Fix pointer overwrite in mini_method_compile.
15477 2004-11-2 Geoff Norton <gnorton@customerdna.com>
15479 * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
15480 The darwin ABI needs some special handling for 1 and 2 byte structs
15481 Lets use lbz/lhz instead of lwz everywhere.
15482 * mini-ppc.c (calculate_sizes): The Darwin ABI needs from special handling
15483 for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
15484 Use stb/sth for the former, and put the latter always on stack instead of in
15485 argument registers.
15487 2004-10-30 Zoltan Varga <vargaz@freemail.hu>
15489 * trace.c (is_filenamechar): Add '_'.
15491 2004-10-29 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15493 * mini-s390.c: Fix prolog length to allow for large trace requirements.
15495 * exceptions-s390.c: Remove dwarf unwinding stuff that was unused.
15497 2004-10-29 Zoltan Varga <vargaz@freemail.hu>
15499 * Makefile.am (libgc_libs): Do some automake magic so libmono/mono
15500 depends on libmonogc. Fixes #68805.
15502 2004-10-26 Miguel de Icaza <miguel@ximian.com>
15504 * mini.c (mono_jit_free_method): Provide extra information for
15505 this error. Currently this leaks, but will be turned into a
15506 developer option in the future.
15508 2004-10-26 Zoltan Varga <vargaz@freemail.hu>
15510 * driver.c (mono_main): Applied patch from Willibald Krenn <willibald.krenn@gmx.at>. Make --graph work for icalls and pinvoke methods.
15512 2004-10-25 Zoltan Varga <vargaz@freemail.hu>
15514 * aot.c (mono_aot_load_method): Align PATCH_INFO_R8 on an 8 byte
15515 boundary. Fixes reading of PATCH_INFO_R4 and R8.
15516 (mono_aot_load_method): Do not allocate MonoAotMethod in the GC heap.
15518 2004-10-24 Zoltan Varga <vargaz@freemail.hu>
15520 * mini-amd64.c (mono_arch_patch_code): Fix patching of class init
15521 trampolines for AOT code.
15523 2004-10-22 <vargaz@freemail.hu>
15525 * aot.c (mono_compile_assembly): Disable AOT for methods containing calls to methods of
15526 constructed types. Fixes #68136.
15528 2004-10-21 Martin Baulig <martin@ximian.com>
15530 * exceptions-x86.c (throw_exception): Call mono_debugger_throw_exception();
15531 if it returns true, unwind the stack to the call instruction.
15533 2004-10-21 <vargaz@freemail.hu>
15535 * aot.c: Reorganize the AOT file format to avoid relocations. Fix warnings.
15537 * mini.h: Bump AOT version number.
15539 * objects.cs: Add another test for unbox trampolines.
15541 * tramp-amd64.c (amd64_magic_trampoline): Disable patching of trampolines for
15544 2004-10-20 <vargaz@freemail.hu>
15546 * driver.c: Add SHARED to the set of optimizations tested.
15548 * tramp-amd64.c (amd64_magic_trampoline): Patch trampoline code as well.
15550 * mini.c (mono_method_to_ir): Mark the domainvar as volatile when it is implicitly
15551 used by CEE_NEWARR.
15553 * ssa.c (mono_ssa_deadce): Do not optimize away accesses to volatile variables.
15555 2004-10-20 Martin Baulig <martin@ximian.com>
15557 * mini-exceptions.c (mono_handle_exception): Call
15558 mono_debugger_handle_exception() to tell the debugger about
15559 catch/finally clauses.
15561 2004-10-18 Zoltan Varga <vargaz@freemail.hu>
15563 * exceptions-amd64.c (mono_arch_find_jit_info): Pop arguments of the stack.
15565 * mini-amd64.c (mono_amd64_get_vcall_slot_addr): Handle extended registers. Fixes
15568 2004-10-15 Geoff Norton <gnorton@customerdna.com>
15570 * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
15571 methods as their native size, fixed bug #57543, #57545.
15572 * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
15573 This saves a temporary register and mullw call down into 1 (minor perf
15574 increase for cases like sum = sum * 5; This use to translate into:
15577 It now translates to
15580 2004-10-15 Zoltan Varga <vargaz@freemail.hu>
15582 * trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
15585 2004-10-11 Martin Baulig <martin@ximian.com>
15587 * mini.c (mono_method_to_ir): If we're a generic method, get the
15588 MonoGenericContainer from our MonoMethodNormal and create a
15589 MonoGenericContext from it.
15591 2004-10-08 Zoltan Varga <vargaz@freemail.hu>
15593 * inssel-long32.brg (OP_LCONV_TO_OVF_I2): Fix CONV_I1 -> CONV_I2.
15595 * basic-long.cs: Add test for checked i8->i2 cast.
15597 Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
15599 * inssel-ppc.brg: added a couple of speedup rules.
15601 2004-10-05 Zoltan Varga <vargaz@freemail.hu>
15603 * Makefile.am (genmdesc_LDADD): Don't link this against libmetadata
15604 to speed up rebuilds.
15606 2004-10-04 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15608 * mini-s390.c: Minor fix to OP_OR_IMM.
15610 2004-10-03 Zoltan Varga <vargaz@freemail.hu>
15612 * tramp-sparc.c (sparc_magic_trampoline): Handle appdomain stuff
15613 better. Fixes appdomain-unload.exe on sparc.
15615 2004-10-02 Massimiliano Mantione <massi@ximian.com>
15617 * ssa.c: Fixed casts to unsigned where the value was of 64 bits in
15618 simulate_long_compare, patch by will@exomi.com (Ville-Pertti Keinonen),
15621 2004-10-02 Zoltan Varga <vargaz@freemail.hu>
15623 * jit-icalls.c: Handle a nonexisting trunc function more correctly.
15625 2004-09-30 Lluis Sanchez Gual <lluis@novell.com>
15627 * mini.c: Always generate a field read/write wrapper for members
15628 of the class MarshalByRefObject since the actual instance could
15631 2004-09-28 Lluis Sanchez Gual <lluis@novell.com>
15633 * mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
15635 2004-09-28 Zoltan Varga <vargaz@freemail.hu>
15637 * driver.c mini.h trace.c: Move the setting of the main assembly into
15638 a separate function called mono_trace_set_assembly () and call it after
15639 actually loading the main assembly. Fixes #66872.
15641 2004-09-25 Zoltan Varga <vargaz@freemail.hu>
15643 * mini-amd64.h mini-amd64.c tramp-amd64.c: Allocate trampoline memory
15644 using the code manager.
15646 2004-09-24 Zoltan Varga <vargaz@freemail.hu>
15648 * tramp-amd64.c mini-amd64.h: Add support for MONO_ARCH_HAVE_INVALIDATE_METHOD.
15650 2004-09-23 Zoltan Varga <vargaz@freemail.hu>
15652 * cpu-amd64.md: Fix bug in previous patch.
15654 * cpu-amd64.md: Fix instruction lengths of membase opcodes. Fixes
15657 Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
15659 * mini.h, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
15660 mini-exceptions.c: updates for changed stack walk interface.
15662 2004-09-21 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
15664 * mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling
15666 2004-09-17 Zoltan Varga <vargaz@freemail.hu>
15668 * mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods. Fixes #66132.
15670 2004-09-13 Zoltan Varga <vargaz@freemail.hu>
15672 * driver.c (mini_regression_list): Do not call mono_assembly_close
15673 since assemblies can't be unloaded.
15675 2004-09-11 Zoltan Varga <vargaz@freemail.hu>
15677 * cpu-amd64.md: Fix more instruction lengths.
15679 * cpu-amd64.md: Fix lengths of some instructions.
15681 2004-09-11 Ben Maurer <bmaurer@users.sourceforge.net>
15683 * inssel.brg: Make the array ldelema check aot friendly.
15685 2004-09-11 Zoltan Varga <vargaz@freemail.hu>
15687 * mini-amd64.c (mono_arch_get_argument_info): Fix stack_unwind test.
15689 * cpu-amd64.md inssel-long.brg inssel-amd64.brg: Small optimizations.
15691 2004-09-10 Zoltan Varga <vargaz@freemail.hu>
15693 * mini-x86.c: Fix build.
15695 * mini-sparc.c mini-x86.c mini-amd64.c: Use the new
15696 mono_type_get_underlying_type () helper function to simplify code.
15698 2004-09-09 Martin Baulig <martin@ximian.com>
15700 * mini-amd64.c: Don't access `type->data.klass' directly, call
15701 mono_class_from_mono_type() instead since the type may be a
15704 2004-09-09 Martin Baulig <martin@ximian.com>
15706 * mini-amd64.c (get_call_info): Fix support for generic instances.
15707 (add_valuetype): Use mono_class_from_mono_type() to get the class
15708 since we can be a generic instance.
15710 Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
15712 * mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.
15714 2004-09-07 Ben Maurer <bmaurer@users.sourceforge.net>
15716 * liveness.c: reset spill costs on each scan: bug 62107
15718 2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
15720 * exceptions-sparc.c (mono_arch_find_jit_info): remove
15721 unnecessary line that doesn't compile
15723 2004-09-07 Zoltan Varga <vargaz@freemail.hu>
15725 * mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate
15726 trampolines, make them call an error function so people can fix their
15729 2004-09-06 Martin Baulig <martin@ximian.com>
15731 * mini.c (mono_method_to_ir): When initializing locals, handle a
15732 generic instances like a valuetype if it's a valuetype and like a
15733 class if it's a class.
15735 2004-09-06 Zoltan Varga <vargaz@freemail.hu>
15737 * exceptions-x86.c (mono_arch_find_jit_info): Pop arguments off the
15738 stack. Fixes #64674.
15740 * exceptions.cs: Add test for unwinding of call arguments.
15742 Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian.com>
15744 * mini-*.c, mini-ops.h, inssel-long32.brg: introduced
15745 OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will
15746 set the carry/borrow flag). The sparc and s390 implementations
15747 can now use optimized versions (and simplify the code). ppc bugfixes.
15749 2004-09-06 Zoltan Varga <vargaz@freemail.hu>
15751 * exceptions-ppc.c (mono_arch_find_jit_info): Fix memory leak.
15753 2004-09-05 Zoltan Varga <vargaz@freemail.hu>
15755 * inssel-amd64.brg: Remove leftover 32 bit rule.
15757 * mini-amd64.c (mono_arch_instrument_prolog): Fix tracing support.
15759 2004-09-04 Zoltan Varga <vargaz@freemail.hu>
15761 * mini-exceptions.c (mono_find_jit_info): Refactor common code from
15762 mono_arch_find_jit_info functions into a new function. Fix a memory
15765 * exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
15768 2004-09-02 Zoltan Varga <vargaz@freemail.hu>
15770 * exceptions.cs inssel-long32.brg: Handle the OP_LCONV_TO_OVF_I2 case
15773 * exceptions.cs: Add array size tests.
15775 * mini.c: Allocate a separate icall wrapper for each arity of
15776 mono_array_new_va. Fixes #59509.
15778 * exceptions.cs: Add testcase for 64578.
15780 * inssel-long32.brg: Fix OP_LCONV_TO_OVF_I1 rule. Fixes #64578.
15782 * trace.c (is_filenamechar): Allow 0..9 in strings. Fixes #65094.
15784 2004-09-02 Martin Baulig <martin@ximian.com>
15786 * mini.c (mono_method_to_ir): When initializing the locals, call
15787 handle_initobj() on the generic instance itself, not its
15790 2004-09-02 Zoltan Varga <vargaz@freemail.hu>
15792 * mini.h (MonoJitDynamicMethodInfo): New structure, extension of
15793 MonoJitInfo for dynamic methods.
15795 * mini.c: Rename trampoline_hash_mutex to jit_mutex.
15797 * mini.c: Add support for freeing JIT data for dynamic methods.
15799 2004-09-01 Martin Baulig <martin@ximian.com>
15801 * mini-x86.c (is_regsize_var): Added support for generic
15803 (mono_arch_emit_prolog): Make this compile again, use
15804 `x86_push_imm_template (code)'.
15806 2004-08-30 Ben Maurer <bmaurer@users.sourceforge.net>
15808 * mini-x86.c: make all push_imm instructions that get
15809 patched always emit the long form
15811 2004-08-30 Zoltan Varga <vargaz@freemail.hu>
15813 * mini.c (mono_create_jump_trampoline): Store the jump trampolines
15814 in a per-domain hash.
15816 * mini-amd64.c (merge_argument_class_from_type): Handle generic
15819 2004-08-29 Zoltan Varga <vargaz@freemail.hu>
15821 * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: Ongoing SSE
15824 * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: More SSE
15827 * mini-amd64.c cpu-amd64.md: Implement checked int<->uint casts.
15828 Beginnings of SSE2 support.
15830 * exceptions.cs: Add more tests for checked int<->uint casts.
15832 2004-08-28 Martin Baulig <martin@ximian.com>
15834 * mini-x86.c (mono_arch_instrument_epilog): Added support for
15838 (mono_type_to_ldind, mono_type_to_stind, type_to_eval_stack_type):
15839 Handle generic instances recursively.
15841 2004-08-27 Ben Maurer <bmaurer@users.sourceforge.net>
15843 * iltests.il: test for conv.u8 on a constant
15845 2004-08-27 Ben Maurer <bmaurer@users.sourceforge.net>
15847 * inssel-long32.brg: c&p rules for LCONV_x4 (membase) and
15848 LCONV_x4 (shrun_32 (membase)).
15850 2004-08-27 Ben Maurer <bmaurer@users.sourceforge.net>
15852 * inssel-x86.brg: c&p rules for push/setret of long
15854 2004-08-26 Ben Maurer <bmaurer@users.sourceforge.net>
15856 * inssel-x86.brg: c&p rules for compare (base, regvar) and
15857 compare (regvar, base)
15859 * inssel-x86.brg: more burg love
15861 * inssel.brg: more cleanup
15863 * inssel-x86.brg, inssel-long32.brg: burg cleanup.
15865 2004-08-26 Ben Maurer <bmaurer@users.sourceforge.net>
15867 * basic-long.cs, basic-calls.cs: new tests for optimization.
15869 2004-08-26 Zoltan Varga <vargaz@freemail.hu>
15871 * mini-amd64.c (read_tls_offset_from_method): Fix typo in previous
15874 2004-08-25 Zoltan Varga <vargaz@freemail.hu>
15876 * mini-amd64.c (read_tls_offset_from_method): Add another case.
15878 2004-08-25 Bernie Solomon <bernard@ugsolutions.com>
15880 * inssel.brg (mini_emit_memcpy): use
15881 NO_UNALIGNED_ACCESS to disable memcpy optimization
15883 2004-08-25 Zoltan Varga <vargaz@freemail.hu>
15885 * mini-amd64.c: Handle generic types in various places.
15887 * mini.c (mono_method_to_ir): Handle generic types in init locals.
15889 2004-08-24 Zoltan Varga <vargaz@freemail.hu>
15891 * mini.c (handle_box): Fix warning.
15893 * mini-amd64.c (mono_arch_local_regalloc): Fix regalloc problem.
15895 * mini-amd64.h: Enable the emit_state optimization.
15897 * mini-ops.h cpu-amd64.md: Add new amd64_test_null opcode.
15899 * mini-amd64.c: Add some new 64 bit peephole opts.
15901 * inssel.brg (mini_emit_memcpy): Optimize for 64 bit architectures.
15903 * cpu-amd64.md: sreg1 of div instructions must be %rax.
15905 * mini-amd64.c: Register allocator fixes.
15907 * mini.c: Add an optimization to emit_state to avoid allocation of new
15908 registers on some platforms.
15910 2004-08-23 Zoltan Varga <vargaz@freemail.hu>
15912 * inssel-x86.brg inssel-amd64: Add yet another missing tree->dreg assignment.
15914 * mini-x86.c (mono_arch_local_regalloc): Fix bug in long register
15915 allocation. Fixes #63085.
15917 * basic-long.cs: Add new regression test.
15919 * mini-amd64.c: Register allocator improvements.
15921 2004-08-21 Zoltan Varga <vargaz@freemail.hu>
15923 * mini-amd64.c (read_tls_offset_from_method): Add another code
15926 * tramp-amd64.c (amd64_class_init_trampoline): Use a more efficient
15927 instruction sequence for nullifying class init trampolines.
15929 * objects.cs: Add new regalloc test.
15931 * mini-amd64.c inssel-amd64.brg: Optimize parameter passing.
15933 2004-08-20 Zoltan Varga <vargaz@freemail.hu>
15935 * mini-amd64.c (mono_arch_call_opcode): Refactor this a little.
15937 * mini-amd64.c (mono_arch_regalloc_cost): Adjust regalloc costs for
15940 * driver.c: Fix profiling after TLS changes.
15942 * driver.c (mono_main): Set mono_stats.enabled if needed.
15944 * mini.c (handle_alloc): New helper function used by CEE_NEWOBJ and
15947 2004-08-20 Ben Maurer <bmaurer@users.sourceforge.net>
15949 * mini-x86.c: use a 1 op rather than a 2 op tls access
15950 instruction -> faster.
15952 2004-08-20 Zoltan Varga <vargaz@freemail.hu>
15954 * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
15957 2004-08-19 Bernie Solomon <bernard@ugsolutions.com>
15959 * exceptions-sparc.c (throw_exception): fix typo
15961 2004-08-19 Ben Maurer <bmaurer@users.sourceforge.net>
15963 * mini-x86.c, cpu-pentium.md, inssel-x86.brg:
15964 set tree->dreg correctly with tls. Allow any
15965 register to be used.
15967 * mini-x86.c (read_tls_offset_from_method): add new code
15968 generation pattern seen with GCC.
15971 Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
15973 * mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
15974 exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
15975 exceptions-sparc.c: fix some performance issues in exception
15976 handling and setting of the stack trace for exceptions that were
15979 2004-08-18 Zoltan Varga <vargaz@freemail.hu>
15981 * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
15984 * mini-amd64.c (mono_arch_is_int_overflow): Handle all possible
15987 2004-08-18 Ben Maurer <bmaurer@users.sourceforge.net>
15989 This patch inlines tls access, when possible.
15991 * mini.h: new arch functions for TLS intrinsics.
15992 All platforms updated with a stub.
15994 * mini.c: use the new intrinsics
15996 * mini-x86.c, cpu-pentium.md, inssel-x86.brg, mini-ops.h:
15997 arch specific intrinsic for tls variables
15999 2004-08-18 Zoltan Varga <vargaz@freemail.hu>
16001 * Makefile.am (libmono_la_LDFLAGS): Enable creating of libmono dll
16004 2004-08-17 Ben Maurer <bmaurer@users.sourceforge.net>
16006 * mini.c: thread local allocation
16008 2004-08-16 Zoltan Varga <vargaz@freemail.hu>
16010 * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Enable.
16012 * Makefile.am: Link against the static version of libmonogc.
16014 * Makefile.am: Link the static versions of the convenience libraries
16015 into the mono executable.
16017 * mini-x86.h mini-x86.c: Throw the correct exception on integer overflow.
16019 2004-08-15 Zoltan Varga <vargaz@freemail.hu>
16021 * mini.h mini.c mini-amd64.h mini-amd64.c: Throw the correct exception
16022 on integer overflow.
16024 * mini-amd64.c: Reorganize function call code.
16026 * mini-amd64.c (peephole_pass): Merge changes from mini-x86.c.
16028 2004-08-14 Ben Maurer <bmaurer@ximian.com>
16030 * inssel-x86.brg: use xor eax,eax.
16032 * basic.cs: new tests
16034 2004-08-14 Zoltan Varga <vargaz@freemail.hu>
16036 * mini-amd64.c (mono_arch_emit_epilog): Use RIP relative addressing
16037 in exception throwing code.
16039 2004-08-14 Ben Maurer <bmaurer@ximian.com>
16041 * inssel-x86.brg: use xor esi,esi.
16043 2004-08-14 Zoltan Varga <vargaz@freemail.hu>
16045 * driver.c (mono_main): Call mono_trace_parse_options earlier so it
16046 can trace methods compiled during mini_init () too.
16048 * cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle
16051 2004-08-14 Ben Maurer <bmaurer@ximian.com>
16053 * Makefile.am: static link on x86 (r=zoltan)
16055 2004-08-14 Zoltan Varga <vargaz@freemail.hu>
16057 * tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
16058 code since it causes some programs to fail.
16060 2004-08-12 Zoltan Varga <vargaz@freemail.hu>
16062 * mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.
16064 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
16066 * mini.c: ovfops_op_map - add STACK_OBJ case for
16068 * basic.cs: add test_0_pin_string as test
16071 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
16073 * Makefile.am: build C# if srcdir != builddir
16075 Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
16077 * dominators.c, mini.h, mini-x86.c: fix loop alignment with
16078 fall-through blocks.
16080 Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
16082 * driver.c: enable loop by default again and include abcrem in -O=all.
16084 2004-08-08 Zoltan Varga <vargaz@freemail.hu>
16086 * iltests.il: Add some localloc tests.
16088 * mini.c (mono_method_to_ir): Set stack type of LOCALLOC correctly.
16090 * inssel-amd64.brg inssel-x86.brg: Set dreg of LOCALLOC correctly.
16093 * inssel-amd64.brg: Add some optimizations.
16095 * mini-amd64.c (mono_arch_setup_jit_tls_data): Add tls offset detection
16098 * Makefile.am: Statically link mono against libmono on AMD64.
16100 * mini-amd64.c inssel-amd64.brg: Optimizations.
16102 2004-08-07 Zoltan Varga <vargaz@freemail.hu>
16104 * mini-amd64.c (mono_arch_emit_prolog): Optimize lmf saving a bit.
16106 * tramp-amd64.c: Patch calling code in trampolines.
16108 2004-08-06 Zoltan Varga <vargaz@freemail.hu>
16110 * mini-amd64.c: pinvoke struct passing fixes.
16112 2004-08-05 Bernie Solomon <bernard@ugsolutions.com>
16114 * mini-sparc.c: redo change, make mono_arch_cpu_init call
16115 mono_arch_cpu_optimizazions so sparcv9 is initialized when embedded
16117 2004-08-05 Duncan Mak <duncan@ximian.com>
16119 * mini.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
16122 2004-08-05 Zoltan Varga <vargaz@freemail.hu>
16124 * mini-amd64.c (emit_move_return_value): Move return value for normal
16127 2004-08-05 Martin Baulig <martin@ximian.com>
16129 * mini.c (ret_type_to_call_opcode): Don't use a `t' variable for
16130 `type->type'; just modify `type' itself when dealing with enums
16131 and generic instances.
16132 (check_call_signature): Make `simple_type' a `MonoType *'.
16134 2004-08-05 Zoltan Varga <vargaz@freemail.hu>
16136 * mini.c: Use OP_PADD to add offsets to addresses.
16138 * mini-amd64.h: Disable SIGSEGV_ON_ALTSTACK.
16140 2004-08-04 Bernie Solomon <bernard@ugsolutions.com>
16142 * mini-sparc.c (mono_arch_emit_epilog): fix check
16143 for folding last op into restore instruction
16145 2004-08-05 Zoltan Varga <vargaz@freemail.hu>
16147 * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Allocate
16148 helper methods using the code manager.
16150 * exceptions-amd64.c (mono_arch_get_throw_exception): Fix maximum length.
16152 * mini-amd64.c (mono_arch_allocate_vars): Fix tls offset detection.
16154 Tue Aug 3 23:50:00 EST 2004 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
16156 * mini-s390x.c mini-s390x.h tramp-s390x.c inssel-s390x.brg
16157 cpu-s390x.md exceptions-s390x.c Makefile.am: S/390 64-bit JIT
16159 * mini-s390.c: fix tail processing
16161 Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus@ximian.com>
16163 * mini-ppc.c: mul.ovf.un exception name fix.
16165 2004-08-03 Martin Baulig <martin@ximian.com>
16167 * mini-x86.c (mono_arch_call_opcode): Correctly handle generic
16168 instances; before jumping to `handle_enum', also modify `ptype'.
16170 2004-08-02 Bernie Solomon <bernard@ugsolutions.com>
16172 * cpu-sparc.md: fcall maximal length too small.
16174 2004-08-02 Zoltan Varga <vargaz@freemail.hu>
16176 * mini-amd64.c mini.h: Add initial support for passing/returning
16177 structures to/from pinvoked methods.
16179 Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus@ximian.com>
16181 * mini-ppc.c: reg allocator fix.
16183 2004-07-31 Zoltan Varga <vargaz@freemail.hu>
16185 * mini-amd64.c (mono_arch_output_basic_block): Fix OP_X86_PUSH_OBJ.
16187 * inssel.brg: Optimize memset on 64 bit machines.
16189 * mini-amd64.c: Fix some vararg cases.
16191 2004-07-30 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
16193 * mini-s390.c: Corrected macro in emit_float_to_int
16195 * s390-abi.cs: Tests to exercise the s390 ABI
16197 2004-07-30 Zoltan Varga <vargaz@freemail.hu>
16199 * exceptions-amd64.c (mono_arch_find_jit_info): Fix restoring of
16202 * basic.cs: Add a test for add.ovf.un.
16204 2004-07-30 Bernie Solomon <bernard@ugsolutions.com>
16206 * mini-sparc.c: add case for OP_IDIV_UN
16208 2004-07-30 Zoltan Varga <vargaz@freemail.hu>
16210 * mini-amd64.c mini-amd64.h mini.c: Add support for vararg pinvoke calls.
16212 * mini-amd64.c cpu-amd64.md: Ongoing JIT work.
16214 2004-07-30 Ben Maurer <bmaurer@ximian.com>
16216 * basic.cs: regression tests.
16218 * inssel-x86.brg: Disable cmp BYTE PTR [eax], imm, it causes various
16221 2004-07-30 Zoltan Varga <vargaz@freemail.hu>
16223 * basic.cs: Add a new test.
16225 * mini-amd64.c aot.c cpu-amd64.md: Add support for tracing, profiling
16226 and AOT. Various fixes and optimizations.
16228 * inssel.brg (CALL_REG): Add 64 bit versions of call_reg rules.
16230 Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
16232 * mini-ppc.c: make sure temp regs are not used for global reg
16235 2004-07-29 Bernie Solomon <bernard@ugsolutions.com>
16237 * cpu-sparc.md: conv_i8 fix for 64bits
16239 * mini-sparc.c: add cases for OP_IXXX codes for 64bits
16241 2004-07-29 Ben Maurer <bmaurer@ximian.com>
16243 * cpu-pentium.md, mini-x86.c, inssel-x86.brg, mini-ops.h:
16244 add opcode for cmp BYTE PTR [eax], imm.
16246 * inssel.brg: Make memcpy and memset takes bases.
16248 2004-07-28 Zoltan Varga <vargaz@freemail.hu>
16250 * *-amd64.*: More AMD64 work.
16252 2004-07-28 Ben Maurer <bmaurer@ximian.com>
16254 * cpu-pentium.md, inssel-x86.brg, mini-ops.h, mini-x86.c:
16255 add a compare-not-equal opcode.
16257 2004-07-28 Lluis Sanchez Gual <lluis@novell.com>
16259 * mini.c: Use mono_init_from_assembly instead of mono_init.
16261 2004-07-28 Zoltan Varga <vargaz@freemail.hu>
16263 * mini.c: Fix opcode mapping for STACK_MP on 64 bit platforms.
16265 * mini.c (CEE_NEWOBJ): Call mono_array_new_va using the correct signature.
16267 * mini.c: Use MONO_ARCH_SIGACTION on AMD64 as well.
16269 * inssel.brg: 64 bit fixes.
16271 * mini.h (MonoCallInst): Add some AMD64 specific data.
16273 * mini.h: Add some OP_P opcodes.
16275 2004-07-28 Ben Maurer <bmaurer@ximian.com>
16277 * basic.cs: tests for 61797 and 61740
16279 Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
16281 * mini-ppc.c, mini-sparc.c, mini-s390.c: keep track of line
16282 numbers in the debug info (spotted by Geoff Norton, <gnorton@customerdna.com>).
16284 2004-07-24 Zoltan Varga <vargaz@freemail.hu>
16286 * mini-sparc.c (mono_arch_output_basic_block): Add CEE_CONV_U8/I8.
16288 * *-amd64*.*: Ongoing AMD64 work.
16290 2004-07-23 Zoltan Varga <vargaz@freemail.hu>
16292 * inssel-long.brg: Implement CONV_I8/CONV_U8 in the backends.
16294 * *-amd64*: Ongoing AMD64 work.
16296 * mini-arch.h: Add AMD64 support.
16298 * mini-sparc.c (mono_arch_is_inst_imm): New arch dependent function.
16300 * mini.h: Add new arch dependent function mono_arch_is_inst_imm.
16302 * mini-ops.h: Add new opcodes.
16304 * Makefile.am: Add AMD64 support.
16306 * inssel.brg inssel-long32.brg inssel-long.brg: Move mul/div and shift
16307 rules into the inssel-long*.brg files.
16309 * *-amd64.*: Add beginnings of AMD64 backend.
16311 2004-07-22 Ben Maurer <bmaurer@ximian.com>
16313 * mini.c (print_dfn): commenting out the code that prints
16314 the cil. With -O=deadce, this makes -v -v crash.
16316 * cpu-pentium.md: make checkthis have a length of 2
16318 2004-04-21 Bernie Solomon <bernard@ugsolutions.com>
16320 * mini-sparc.h: fix implementations of __builtin
16321 functions for Sun compiler for V9.
16323 2004-07-16 Ben Maurer <bmaurer@ximain.com>
16325 * mini.c: use the new stelem.ref wrapper
16326 * exceptions.cs, arrays.cs: new stelem.ref tests
16328 Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
16330 * mini-ppc.c, exceptions-ppc.c: cleanups and fixes (the
16331 new XSP should work with these changes).
16333 2004-07-14 Ben Maurer <bmaurer@ximain.com>
16335 * inssel-{long32,x86,}.brg: trivial optimizations.
16337 Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
16339 * mini.c: load value when emitting box operation in
16342 2004-07-12 Ben Maurer <bmaurer@ximian.com>
16344 * mini-x86.c (OP_CHECK_THIS): cmp DWORD PTR [eax], eax
16345 is one byte shorter than cmp DWORD PTR [eax], 0.
16347 Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
16349 * inssel-ppc.brg: arguments on the stack are always
16350 relative to the stack pointer (spotted by Neale Ferguson).
16352 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16354 * exceptions-x86.c: delay appending the method name to the trace until
16355 after mono_jit_info_table_find is called, as this gets the real
16358 2004-07-09 Ben Maurer <bmaurer@ximian.com>
16360 * aot.c: register roots
16362 2004-07-09 Atsushi Enomoto <atsushi@ximian.com>
16364 * aot.c : I could just use PLATFORM_WIN32 flag.
16366 2004-07-09 Atsushi Enomoto <atsushi@ximian.com>
16368 * aot.c : Reverting the previous fix. This time it broke linux build.
16370 2004-07-09 Atsushi Enomoto <atsushi@ximian.com>
16372 * aot.c : quick cygwin build fix. mkdir() with two args does not exist.
16374 2004-07-08 Zoltan Varga <vargaz@freemail.hu>
16376 * mini.c (handle_stack_args): Remove some more debugging code.
16378 * mini.c (handle_stack_args): Remove debug output left in by mistake.
16380 * driver.c mini.h aot.c: Allow additional options to be specified with
16381 --aot and pass them to mono_compile_assembly.
16383 * aot.c: Add experimental code to AOT compile all loaded assemblies
16384 on demand and save the code into a cache in the filesystem.
16386 * aot.c: Add support for more wrapper methods.
16388 * mini.c (handle_stack_args): Handle some corner cases. Fixes
16391 * cpu-*.md: Remove removed opcodes.
16393 * mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
16394 CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
16395 related icalls to marshal.c.
16397 2004-07-06 Zoltan Varga <vargaz@freemail.hu>
16399 * mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.
16401 * Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.
16403 * inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.
16405 2004-07-06 Ben Maurer <bmaurer@ximian.com>
16406 * liveness.c: If liveness is recomputated we need to reset the information
16407 for each variable. This way, if the liveness range has been narrowed
16408 by optimizations that happened after the last computation, we can return
16411 For example, if you have
16416 // Tons of code that does not affect i
16422 i = 0 is dead code and will be removed by SSA. However, when
16423 linear scan gets to the code, i will still appear to be live
16424 throughout the entire block. This prevents good register allocation.
16426 2004-07-06 Martin Baulig <martin@ximian.com>
16428 * debug-mini.c (mono_debug_init_method): Allow
16429 MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
16430 (mono_debug_add_icall_wrapper): New method.
16432 * mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().
16434 2004-07-05 Zoltan Varga <vargaz@freemail.hu>
16436 * mini.c (optimize_branches): Fix linking of bblocks in branch->branch
16439 2004-07-03 Zoltan Varga <vargaz@freemail.hu>
16441 * aot.c (mono_aot_load_method): Fix loading of debug info.
16443 2004-07-02 Zoltan Varga <vargaz@freemail.hu>
16445 * aot.c: Add logging support.
16447 2004-07-01 Zoltan Varga <vargaz@freemail.hu>
16449 * mini.h: Add prototype for mono_print_method_from_ip.
16451 * mini.c: 64 bit fixes. Use LCOMPARE for comparing longs.
16453 * inssel.brg: 64 bit fixes.
16455 * inssel.brg inssel-long32.brg: Move 32 bit arithmetic rules to
16458 * Makefile.am: Add SPARC64 support.
16460 2004-07-02 Zoltan Varga <vargaz@freemail.hu>
16462 * aot.c: Fix alignment problems on 32 bit platforms.
16464 2004-07-01 Zoltan Varga <vargaz@freemail.hu>
16466 * helpers.c (mono_disassemble_code): Pass -xarch=v9 to assembler on
16469 * aot.c: Add SPARC64 support. Reorganize patch table to fix alignment
16472 * mini.h: Bump AOT file version. Some 64 bit fixes.
16474 2004-06-30 Zoltan Varga <vargaz@freemail.hu>
16476 * inssel-sparc.brg: Add new rule to avoid register moves.
16478 * inssel.brg: Add ldind_to_load_membase helper function.
16480 2004-06-30 Ben Maurer <bmaurer@ximian.com>
16482 * mini.c: OffsetToStringData intrinsic.
16484 2004-06-30 Zoltan Varga <vargaz@freemail.hu>
16486 * ssa.c: Handle OP_LCOMPARE the same as OP_COMPARE.
16488 * objects.cs exceptions.cs basic.cs basic-long.cs basic-calls.cs: New
16491 * mini-ops.h cpu-sparc.md mini-sparc.h mini-sparc.c exceptions-sparc.c tramp-sparc.c inssel-long.brg: Add SPARC64 support.
16492 Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
16494 * mini.c: reinstated mono_compile_get_interface_var()
16495 on x86, too, since the change breaks the Gtk# build there as well.
16497 Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
16499 * driver.c: remove loop from the default optimizations: it seems to
16500 interact badly with some of the other options (see bug #60613).
16502 2004-06-25 Zoltan Varga <vargaz@freemail.hu>
16504 * mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann
16505 (fld@informatik.uni-bremen.de): Add Solaris x86 support.
16507 Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus@ximian.com>
16509 * mini-ppc.c, cpu-g4.md: small updates to be able to compile
16510 vararg-using methods.
16512 2004-06-21 Martin Baulig <martin@ximian.com>
16514 * mini/mini-exceptions.c
16515 (mono_handle_exception): Added `gpointer original_ip' argument.
16516 After calling mono_unhandled_exception(), call
16517 mono_debugger_unhandled_exception() and if that returns true,
16518 restore the context and return.
16520 Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
16522 * mini-ppc.c: prefer the use of relative branches so
16523 they won't need to be patched in aot code (patch from Patrick Beard).
16525 Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
16527 * aot.c: patch from Patrick Beard to make the output assembly
16528 more correct for the MacOSX assembler. Small tweak to
16529 generate sane images on Linux/PPC, too.
16531 Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
16533 * mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
16534 case until bug #59509 is fixed (shows up in #60332).
16536 Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
16538 * mini.c: make sure the needed wrappers are compiled, too, with
16541 Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus@ximian.com>
16543 * driver.c: remove NPTL reference in --version output.
16545 Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
16547 * aot.c: patch from Patrick Beard (pcbeard@mac.com) to
16548 generate valid assembly for the Mach-O assembler.
16550 Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
16552 * driver.c: don't include abcrem in the all optimization specifier
16553 since it slows down jit compilation too much for now.
16555 2004-06-12 Ben Maurer <bmaurer@users.sourceforge.net>
16557 * mini.c: use BIGMUL only if both operands have the same signage.
16558 * iltests.il: Test for bug 60056. (errors related to signage in
16563 Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus@ximian.com>
16565 * mini.c, aot.c: memory leak fixes.
16567 Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
16569 * inssel-long32.brg: implemented a few missing ulong cast opcodes.
16571 Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
16573 * Makefile.am: remove the -static hack completely, it links in
16574 statically glib as well.
16576 Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus@ximian.com>
16578 * iltests.il, mini.c: fixed bug#59580 in branch optimization.
16579 * exceptions.cs: make it compile with new mcs/csc.
16581 2004-06-03 Massimiliano Mantione <massi@ximian.com>
16582 * cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
16583 and added relevant test case.
16585 Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
16587 * mini.c revert Zoltan's fix to bug#58863 on ppc, since it causes
16588 regressions in gtk-sharp.
16590 2004-05-29 Zoltan Varga <vargaz@freemail.hu>
16592 * exceptions.cs: New regression tests.
16594 * jit-icalls.c (mono_llmult_ovf): Fix some boundary conditions.
16596 Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
16598 * mini.c: emit castclass/isinst in their own trees (bug #54209/59057).
16600 2004-05-28 Zoltan Varga <vargaz@freemail.hu>
16602 * mini-sparc.h (MONO_ARCH_NEED_DIV_CHECK): Define this.
16604 * cpu-sparc.md mini-sparc.c: Add overflow detection to div opcodes.
16606 2004-05-28 Patrik Torstensson <totte@hiddenpeaks.com>
16608 * mini.c (mono_jit_runtime_invoke): Init class in this
16609 method instead of trusting mono_jit_compile_method to
16610 do the work (because wrappers can be in object class)
16612 2004-05-27 Zoltan Varga <vargaz@freemail.hu>
16614 * mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.
16616 * basic-long.cs: New regression test.
16618 Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
16620 * cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
16621 and div/rem checks.
16623 Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
16625 * Makefile.am: fix miguel's change to build mono statically against
16626 libmono (track build dependencies).
16628 2004-05-26 Zoltan Varga <vargaz@freemail.hu>
16630 * cfold.c: Some glib versions do not have G_MININT32.
16632 2004-05-26 Massimiliano Mantione <massi@ximian.com>
16634 * mini-x86.c cpu-pentium.md Makefile.am basic-math.cs: Fixed problem
16635 with precision of tan, atan, sin and cos, and implemented related
16636 regressions tests (fixes bug 54467, but one new problem appeared and
16639 2004-05-26 Zoltan Varga <vargaz@freemail.hu>
16641 * cfold.c (FOLD_BINOPZ): Avoid division by zero.
16643 * exceptions.cs: Add test for constant folding && division by zero.
16645 * driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
16646 since driver.c is in libmono too, so the optimization was useless.
16648 * driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS
16649 variable to driver.c so the compiler can emit more efficient code to
16652 2004-05-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16654 * Makefile.am: don't distribute generated inssel.[ch] files.
16656 2004-05-25 Zoltan Varga <vargaz@freemail.hu>
16658 * mini.c (mono_jit_compile_method_with_opt): Really emit icall wrappers
16659 into the default appdomain. Fixes #58707.
16661 * jit-icalls.c: Remove the broken approximation for truncl, doing
16662 no conversion is better.
16664 * mini.c (handle_stack_args): Avoid reusing variables for stack slots.
16667 Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
16669 * mini-ops.h, mini-ppc.c, cpu-g4.md, inssel-ppc.brg: eliminate the use
16670 of the mcrxr instruction which is not available on some processors
16671 even if it's documented to be. Implement add and sub overflow correctly
16672 (still not complete for long unsigned). Speed up icalls a bit.
16674 2004-05-25 13:01 CET Patrik Torstenson <totte@hiddenpeaks.com>
16676 * mini.c (mono_jit_compile_method_with_opt): Make sure that
16677 we run .cctor in the current domain instead of target_domain.
16679 Fixes bug #58558, .cctor not being called in -O=shared.
16681 Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
16683 * mini-ppc.h, jit-icalls.c: added explicit checks for divide by zero.
16685 2004-05-24 Ben Maurer <bmaurer@users.sourceforge.net>
16687 * mini-x86.c (EMIT_COND_BRANCH): If an OP_LABEL has an offset
16688 which can be done with an imm8, do it that way.
16689 (mono_arch_output_basic_block): ditto for a jmp
16690 (mono_arch_emit_prolog): Computate maximum offset of a label.
16692 2004-05-24 18:18 CET Patrik Torstenson <totte@hiddenpeaks.com>
16694 * mini-x86.c (mono_arch_local_regalloc): the reg allocator
16695 now tries to allocate prefered physical reg's for virtual
16696 regs. This reduces the number of emited spills/loads with
16697 20-30% on our core assemblies.
16699 Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
16701 * jit-icalls.c: truncl() is not needed and trunc() is
16702 the correct thing to do anyway (bug #58287).
16704 2004-05-24 Zoltan Varga <vargaz@freemail.hu>
16706 * mini-sparc.c (mono_arch_flush_icache): Call sync_instruction_memory
16709 Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
16711 * driver.c: enable loop optimizations by default.
16713 Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
16715 * mini-x86.c: fix calc of max loop size when aligning loops start.
16717 2004-05-23 Zoltan Varga <vargaz@freemail.hu>
16719 * ssa.c (mono_ssa_cprop): Allocate carray dynamically instead of on
16722 2004-05-22 Zoltan Varga <vargaz@freemail.hu>
16724 * mini-sparc.c (mono_arch_output_basic_block): ADD_IMM and SUB_IMM
16727 * basic-long.cs: Add tests for add/subtract of immediates with carry.
16729 * mini.c exceptions-x86.c: Remove MONO_USE_EXC_TABLES stuff.
16731 * mini.c (inline_method): Allways inline some wrappers even if the cost
16732 is too large. Fixes #58785.
16734 * mini.c: Add support for MARSHAL_CONV_FTN_DEL.
16736 2004-05-21 Zoltan Varga <vargaz@freemail.hu>
16738 * mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
16739 (crichton@gimp.org). Beginning of support for sparc/linux.
16741 * mini-sparc.c: Optimize retrieval of LMF address.
16743 Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus@ximian.com>
16745 * exceptions-ppc.c: handle alloca in methods with clauses.
16747 Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus@ximian.com>
16749 * mini-ppc.c: cleanups, off-by-one fixes, avoid recursive thunks.
16751 2004-05-20 Lluis Sanchez Gual <lluis@ximian.com>
16753 * mini.c: Delegate most of the abort signal work to
16754 mono_thread_request_interruption, which also handles Stop and Suspend
16757 2004-05-20 Zoltan Varga <vargaz@freemail.hu>
16759 * mini.c mini.h: Allow inlining of icall wrappers if the backend
16760 supports the save/restore lmf opcodes.
16762 2004-05-19 Zoltan Varga <vargaz@freemail.hu>
16764 * mini-x86.c (mono_arch_setup_jit_tls_data): Handle code generated
16765 by gcc-3.4 as well.
16767 * mini-x86.h mini-x86.c tramp-x86.c: Optimize lmf restoring code.
16769 2004-05-18 Zoltan Varga <vargaz@freemail.hu>
16771 * mini.h mini.c (mini_method_compile): Only run abc removal pass on
16772 methods which contain array accesses.
16774 * mini.c (CEE_LDTOKEN): Handle this instruction correctly on bb
16775 boundaries. Fixes #58537.
16777 * iltests.il: Add regression test for #58537.
16779 2004-05-18 Patrik Torstensson <totte@hiddenpeaks.com>
16781 * mini-x86.c (mono_arch_local_regalloc): Last part of
16782 fix for bug #58633 (releasing register to early).
16784 2004-05-18 Miguel de Icaza <miguel@ximian.com>
16786 * basic-long.cs: Add new regression test.
16788 2004-05-18 Patrik Torstensson <totte@hiddenpeaks.com>
16790 * mini-x86.c (mono_arch_local_regalloc): Avoid releasing a
16791 register too early on the chain.
16793 2004-05-18 Zoltan Varga <vargaz@freemail.hu>
16795 * mini.c (create_helper_signature): Use a helper function to reduce
16796 the code which needs to be written. Also set the calling convention of
16797 icalls on windows. Fixes #57840.
16799 Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
16801 * mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
16802 exceptions-ppc.c: added helper function to get the instruction address
16803 from a signal handler context.
16805 2004-05-17 Ben Maurer <bmaurer@users.sourceforge.net>
16807 * helpers.c: use g_get_tmp_dir. Invokes happyness
16810 2004-05-17 Ben Maurer <bmaurer@users.sourceforge.net>
16812 * helpers.c: Add new env variable to pass args to objdump.
16813 Specifically for those of us who love -Mintel. r=miguel, gonzalo.
16815 2004-05-17 Radek Doulik <rodo@ximian.com>
16817 * Makefile.am (common_sources): added abcremoval.h so it get
16818 disted and daily mono packages on go-mono.com will build again
16820 2004-05-17 Massimiliano Mantione <massi@ximian.com>
16822 * abcremoval.c: Fixed coding style, added copyright header.
16824 * abcremoval.h: Fixed style and moved prototype to mini.h, added copyright header.
16826 * mini.h: Added prototype for abc removal main function.
16828 * build_relations_propagation_table.pl: Added copyright header.
16830 2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>
16832 * basic-long.cs: reg test for complex ceq_long bug.
16834 2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>
16836 * mini-x86.c (mono_arch_local_regalloc): Correctly free
16837 reg in long and clob case (bug #58343). Fixed/added comments.
16839 2004-05-14 Ben Maurer <bmaurer@users.sourceforge.net>
16841 * mini.c (mono_jit_runtime_invoke): Follow new convention
16842 of calling the invoke method with an function pointer.
16844 2004-05-14 Zoltan Varga <vargaz@freemail.hu>
16846 * ChangeLog: Fix author of memory leak patch.
16848 Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
16850 * Makefile.am: fix make dist as well...
16853 2004-05-14 Massimiliano Mantione <massi@ximian.com>
16855 * cfold.c: Made so that conversions from pointer to int4 are no-ops
16856 on archs where pointers are 4 bytes long.
16858 * Makefile.am: Added abcremoval.c source file.
16860 * abcremoval.c: Added abcremoval.c.
16862 * abcremoval.h: Added abcremoval.h.
16864 * build_relations_propagation_table.pl: Added build_relations_propagation_table.pl.
16866 * inssel.brg: Enabled bounds check removal.
16868 * mini.c: Added support for abcrem optimization.
16870 * mini.h: Added abcrem optimization label.
16872 * driver.c: Added support for abcrem optimization.
16874 * propagated_relations_table.def: Added propagated_relations_table.def.
16876 Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
16878 * mini.c, cfold.c: fix style.
16880 Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
16882 * mini.c: handle issue with the low-level implementation of
16883 some long opcodes (bug #54209).
16885 2004-05-13 Ben Maurer <bmaurer@users.sourceforge.net>
16887 * basic.cs: test for my new cmov stuff.
16889 2004-05-13 Patrik Torstensson
16891 * mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
16892 opt and added peephole documentation.
16894 Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
16896 * tramp-ppc.c: rewrote the generic trampoline code.
16898 2004-05-11 Patrik Torstensson
16900 * mini-x86.c: optimize long shl/shr asm code (one less branch)
16902 2004-05-11 Zoltan Varga <vargaz@freemail.hu>
16904 * basic.cs basic-long.cs objects.cs: Make these compile under MS csc.
16906 * mini.h mini.c dominators.c: Applied patch from Derek Woo
16907 (derek@eecg.toronto.edu): Fix memory leaks in loop optimizations.
16909 * mini.c: Add new icalls for AsAny marshalling.
16911 Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
16913 * tramp-ppc.c, mini-ppc.c: more cleanups.
16915 2004-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16917 * mini.c: no warnings.
16919 Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
16921 * mini-ppc.c, mini.c: use mono_resolve_patch_target ().
16923 2004-05-11 Lluis Sanchez Gual <lluis@ximian.com>
16925 * mini.c: In the thread abort signal handler, if the thread is in the
16926 process of being stoped, don't throw the Abort exception, just stop the
16929 Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus@ximian.com>
16931 * tramp-ppc.c: removed old code.
16933 Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
16935 * mini.h, mini-ppc.c, cfold.c: export mono_is_power_of_two().
16936 do some simple speed optimizations on ppc.
16938 Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
16940 * mini-ppc.c, cpu-g4.md: fixes to handle large stack frames
16941 and large offsets in load/store.
16943 2004-05-07 Zoltan Varga <vargaz@freemail.hu>
16945 * mini-x86.c (mono_arch_local_regalloc): Remove the previous fix, since
16946 it causes regressions.
16948 2004-05-07 Zoltan Varga <vargaz@freemail.hu>
16950 * mini-sparc.c: Fix vararg support + add beginnings of sigaltstack
16953 Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
16955 * jit-icalls.c: remove warnings.
16956 * inssel-x86.brg, inssel.brg, mini-x86.c, cfold.c: some simple
16957 speedups for unsafe code.
16959 2004-05-07 Ben Maurer <bmaurer@users.sourceforge.net>
16961 * inssel.brg: Optimize Stind.[ui][12]. r=zoltan.
16963 2004-05-06 Zoltan Varga <vargaz@freemail.hu>
16965 * basic-calls.cs: Add new regression test.
16967 * mini.c (mono_runtime_install_handlers): Use SA_ONSTACK since it is
16970 * mini.c (mono_method_to_ir): Handle opcode emulation for *_OVF opcodes.
16972 * mini-x86.c (mono_arch_local_regalloc): Free new_dest register when it
16975 2004-05-06 Patrik Torstensson
16977 * mini-x86.[c|h], inssel-x86.brg, cpu-pentium.md, mini.c: enabled
16978 long reg allocation in any reg (not only eax:edx) and implemented
16979 long shl/shr ops in asm instead of helpers.
16981 2004-05-05 Zoltan Varga <vargaz@freemail.hu>
16983 * mini-sparc.h: Fix warnings.
16985 * exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
16988 * mini-exceptions.c (mono_handle_exception): Call the filter in a
16989 separate statement for clarity.
16991 * mini-sparc.c: Update status.
16993 2004-05-04 Zoltan Varga <vargaz@freemail.hu>
16995 * mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
16998 Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
17000 * inssel-ppc.brg: another small pre-release workaround:
17001 we don't do overflow detection for long_sub_un.
17003 Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
17005 * mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
17006 (also works around a weird ppc bug: 57957).
17008 Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
17010 * tramp-ppc.c: trampoline fixes.
17012 Fri Apr 30 15:54:26 EDT 2004 Paolo Molaro <lupus@ximian.com>
17014 * mini-ppc.c: fixed typos.
17016 Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
17018 * mini-ppc.c, exceptions-ppc.c: more code saves registers
17019 at the top of the stack. Fixed typos. Use a frame registers
17020 for all the methods with exception clauses.
17022 Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
17024 * exceptions-ppc.c: restore fp registers.
17026 Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
17028 * mini-ppc.c, exceptions-ppc.c: save the registers in reverse
17029 order from the stack top (moved the stack room to save the
17030 return value for trace after the param area). Fixed corruption
17031 in restoring registers on unwind.
17033 Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
17035 * mini-ppc.c, cpu-g4.md: fixed unisgned -> double conversion.
17037 Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
17039 * exceptions-ppc.c, mini-ppc.h, mini-ppc.c: fixed localloc
17040 and prolog/epilog for methods that use it. Allow
17041 enough param area room for varargs methods. Fix miguel's
17042 breakage in exception handling.
17044 Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
17046 * Makefile.am: run genmdesc only on current arch.
17048 2004-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17050 * exceptions-x86.c:
17051 * mini-x86.h: fix the build on windows.
17053 2004-04-28 Zoltan Varga <vargaz@freemail.hu>
17055 * 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.
17057 * exceptions-sparc.c exceptions-ppc.c exceptions-s390.c mini-ppc.h mini-s390.h mini-sparc.h: Fix up ports after changes.
17059 * mini-exceptions.c: New file.
17061 * mini.c mini-exceptions.c mini-x86.h exceptions-x86.c Makefile.am:
17062 Move some parts of the x86 exception handling code to an
17063 arch-independent file so it can be shared with other ports.
17065 Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
17067 * trace.c, cpu-g4.md, inssel-ppc.brg, mini-ppc.c: some fixes for FP code.
17069 2004-04-26 David Waite <mass@akuma.org>
17071 * driver.c: remove comma from end of enumeration declaration
17073 2004-04-26 Jackson Harper <jackson@ximian.com>
17075 * driver.c: parse config file before loading first assembly. This
17076 allows the user gac to be enabled/disabled.
17078 2004-04-23 Miguel de Icaza <miguel@ximian.com>
17080 * mini-ppc.c (ppc_patch): Replaced the branch code patching with a
17081 simpler mechanism: we do not care what is encoded initially
17082 (branch absolute or relative), we care about the code and its
17083 target. I kept the old code for reference for now.
17085 The new code tries first to determine if the jump is anywhere in
17086 the -/+32 absolute meg range, if it succeeds, it encodes using the
17087 absolute branch; If not, it tried to find something in the
17088 relative range, if not, it uses the handle_thunk code.
17090 Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus@ximian.com>
17092 * exceptions-ppc.c: use the correct ip register on macosx.
17094 Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus@ximian.com>
17096 * exceptions.c, mini.c, mini-ppc.h: adapt code to macosx.
17098 Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus@ximian.com>
17100 * mini-ppc.c, cpu-g4.md: made the branch macros more flexible.
17101 Raise exception on integer divide by zero by hand since the hw
17102 doesn't support it. Handle NaNs in FP compares.
17104 Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
17106 * exceptions-ppc.c, mini-ppc.h, mini.c: simplified some
17107 code reducing duplication between the platforms and enabled
17108 signal exception handling (on linux for now).
17110 Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus@ximian.com>
17112 * exceptions-ppc.c: more macosx support.
17114 Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
17116 * mini-ppc.h, mini-ppc.c, cpu-g4.md: enable bigmul optimization.
17118 Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
17120 * mini.h, mini-ppc.c, cpu-g4.md: support for implicit exceptions.
17122 2004-04-19 Ben Maurer <bmaurer@users.sourceforge.net>
17124 * iltests.il: more tests.
17126 2004-04-19 Zoltan Varga <vargaz@freemail.hu>
17128 * mini-*.c (mono_arch_get_allocatable_int_vars): Skip written-only
17131 Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
17133 * mini-ppc.c: some fixes to bootstrap mcs/corlib/etc.
17135 2004-04-19 Zoltan Varga <vargaz@freemail.hu>
17137 * liveness.c: Mark variables as volatile in all basic blocks reachable
17138 from exception clauses.
17140 2004-04-18 Zoltan Varga <vargaz@freemail.hu>
17142 * exceptions.cs (test_0_rethow_stacktrace): Make this work with
17145 2004-04-18 Ben Maurer <bmaurer@users.sourceforge.net>
17147 * iltests.il, basic.cs: more tests for regalloc.
17149 2004-04-17 Ben Maurer <bmaurer@users.sourceforge.net>
17151 * iltests.il: Some tests for register allocation modifications
17154 2004-04-16 Zoltan Varga <vargaz@freemail.hu>
17156 * exceptions.cs: Add regression test for bug #56782.
17158 * exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
17159 original stack trace if an exception is rethrown. Fixes #56782. Oh,
17160 the beauty of fixing the same thing in 5 different files...
17162 2004-04-15 Zoltan Varga <vargaz@freemail.hu>
17164 * mini.c (mono_method_to_ir): Do not compute coverage for inlined
17167 2004-04-14 Zoltan Varga <vargaz@freemail.hu>
17169 * mini.c: Add support for STRWLPARRAY marshalling convention.
17171 Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
17173 * exceptions-ppc.c: missing fixes in mono_jit_walk_stack (need
17174 to init the context to setup the regs pointer).
17176 Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
17178 * exceptions-ppc.c: more exceptions work.
17180 Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
17182 * mini.c: avoid reusing the same MonoInst on multiple trees: this is
17185 2004-04-13 Miguel de Icaza <miguel@ximian.com>
17187 * inssel-x86.brg (reg): Add new rules for add, sub and mul that
17188 can use the memory directly.
17190 * cpu-pentium.md: Update documentation from a post from Zoltan.
17192 add x86_add_membase, x86_sub_membase, x86_mul_membase
17194 2004-04-13 Miguel de Icaza <miguel@ximian.com>
17196 * mini-ppc.c: Remove unused definitions FLOAT_REGS and
17197 GENERAL_REGS they were also hardcoded for all PPC ports.
17199 (add_general): Use PPC_NUM_REG_ARGS instead of GENERAL_REGS.
17201 Remove hard-coded limit for floating point registers, use
17202 PPC_LAST_FPARG_REG instead in MONO_TYPE_R4 and MONO_TYPE_R8.
17204 Notice that in MacOS X calling conventions you can fit a lot more
17205 floating point values in registers, so I should update the PInvoke
17206 test to excercise the passing of floating point values on the
17207 stack (currently broken).
17209 2004-04-06 Miguel de Icaza <miguel@ximian.com>
17211 * tramp-ppc.c (create_trampoline_code): Added
17212 JUMP_TRAMPOLINE_SIZE.
17213 (ppc_magic_trampoline): Follow the pattern from
17214 x86_magic_trampoline: if code is set to zero, return.
17215 (create_trampoline_code): Always pass MonoMethod to the jump
17216 trampoline, before it was passing a null.
17217 (mono_arch_create_jump_trampoline): Implement the jump stub, could
17218 share the code with mono_arch_create_jit_trampoline.
17220 * mini-ppc.c (mono_arch_output_basic_block): CEE_JMP opcode
17222 (mono_arch_patch_code): MONO_PATCH_INFO_METHOD_JUMP patch type
17225 * cpu-g4.md: Added length for jmp instruction, the worst case
17226 scenario is 92 bytes (4 mandatory bytes, potential 19 registers
17229 2004-04-08 Zoltan Varga <vargaz@freemail.hu>
17231 * aot.c (mono_compile_assembly): Add back unlink removed by mistake.
17233 2004-04-07 Zoltan Varga <vargaz@freemail.hu>
17235 * mini.c: Only set bblock->real_offset when adding a new bblock, and
17236 before each IL instruction.
17238 * mini.c (CEE_BOX): Fix warnings.
17240 2004-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17242 * mini.c: removed a few unused vars and extra whitespace.
17244 2004-04-05 Ben Maurer <bmaurer@users.sourceforge.net>
17246 * inssel.brg (MONO_EMIT_BOUNDS_CHECK): a new macro to emit bounds
17248 (MONO_EMIT_BOUNDS_CHECK_IMM): the above, but when you know the
17250 (OP_GETCHR): use the above
17251 (CEE_LDELEMA): use the above.
17253 * inseel-x86.brg (MONO_EMIT_BOUNDS_CHECK): a faster and smaller
17254 version of the generic impl.
17255 (MONO_EMIT_BOUNDS_CHECK_IMM): the same
17256 (CEE_LDELEMA): use the above.
17258 2004-04-05 Zoltan Varga <vargaz@freemail.hu>
17260 * inssel-long32.brg (CEE_CONV_OVF_I8): Sign extend the i4 value to i8.
17263 * iltests.il: Added new regression test for #56317.
17265 2004-04-05 Zoltan Varga <vargaz@freemail.hu>
17267 * mini-x86.c (mono_arch_setup_jit_tls_data): Use pthread_attr_get_np
17268 under NetBSD. Fixes #56450.
17270 * liveness.c (update_gen_kill_set): Fix previous patch.
17272 2004-04-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17274 * mini-x86.h: SA_STACK defined as SA_ONSTACK. Fixed build under NetBSD.
17276 2004-04-02 Zoltan Varga <vargaz@freemail.hu>
17278 * mini.c (mono_method_to_ir): Avoid handle_loaded_temps in
17279 ldsfld and ldsflda.
17281 * inssel-sparc.brg: Add more optimizations.
17283 * mini-sparc.c: Replace multiply/divide with shifts if possible.
17285 2004-04-01 Martin Baulig <martin@ximian.com>
17287 * mini.c (handle_box): New static function; moved the
17288 implementation of CEE_BOX here.
17289 (mono_method_to_ir): Added `constrained_call' variable.
17290 (mono_method_to_ir:CEE_CONSTRAINED_): Set it.
17291 (mono_method_to_ir:CEE_CALL): If `constrained_call' is set, use
17292 mono_method_get_constrained() to get the method.
17294 2004-04-01 Martin Baulig <martin@ximian.com>
17296 * mini.c (TYPE_PARAM_TO_TYPE, TYPE_PARAM_TO_CLASS): Removed.
17297 (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): Removed.
17298 (mono_method_to_ir): We don't need these macros anymore since
17299 mono_class_get_full() already takes care of it.
17301 2004-03-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17303 * aot.c: set aot_verbose to 0, fixed format string that caused sigsegv,
17304 use @function (as doesn't accept #function here) and check the return
17305 value of system and stop if fails.
17307 2004-03-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17309 * mini.c: set the timeout to 2s when calling mono_domain_finalize.
17311 2004-03-31 Zoltan Varga <vargaz@freemail.hu>
17313 * mini-ppc.c (mono_arch_patch_code): Fix ppc build.
17315 * inssel-sparc.brg mini-sparc.c aot.c: Implement AOT support.
17317 * inssel-long32.brg (OP_LNEG): Use ADC instead of ADD here. Fixes
17320 * basic-long.cs: Add test for negation of Int64.MinValue.
17322 2004-03-30 Zoltan Varga <vargaz@freemail.hu>
17324 * mini-sparc.c: Update status.
17326 * mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
17328 * exceptions-sparc.c: Fix return value in filters.
17330 * inssel-sparc.brg: Fix register allocation in some rules.
17332 2004-03-28 Martin Baulig <martin@ximian.com>
17334 * mini.c (mmono_method_to_ir): In CEE_STELEM, do a handle_stobj()
17337 2004-03-28 Zoltan Varga <vargaz@freemail.hu>
17339 * mini-x86.c (mono_arch_patch_code): Fix warnings.
17341 * mini-x86.c (mono_arch_output_basic_block): Fix CEE_MUL_OVF_UN if
17342 dreg is not EAX. Thanks to Willibard Krenn for spotting this. Also
17343 remove unused conv_u4 opcode.
17345 * mini-x86.c: Remove valgrind workaround since it slows down things
17346 even when mono is not run under valgrind.
17348 2004-03-26 Zoltan Varga <vargaz@freemail.hu>
17350 * mini-sparc.c: Update status.
17352 * inssel-sparc.brg: Add some optimizations.
17354 * inssel-sparc.brg mini-sparc.c: Rework branch instructions to allow
17355 future delay slot filling. Add support for varargs, tail calls and JMP.
17357 * inssel.brg mini-ops.h mini.c: Use OP_REFANYTYPE instead of
17358 CEE_REFANYTYPE, since CEE_REFANYTYPE needs a prefix to be unique.
17360 * inssel.brg: Fix register allocation in OP_ARGLIST.
17362 * inssel.brg: Fix warnings.
17364 2004-03-25 Martin Baulig <martin@ximian.com>
17366 * mini.c (inflate_generic_field): Removed.
17367 (mini_get_method): Removed, use mono_get_method_full(),
17368 (mini_get_class): Removed, use mono_class_get_full().
17369 (mono_method_to_ir): Pass our generic context to
17370 mono_field_from_token().
17372 2004-03-25 Martin Baulig <martin@ximian.com>
17374 * mini.c (mini_get_class): Take a `MonoGenericContext *' instead
17375 of a `MonoMethod *'.
17376 (mini_get_method): Take a `MonoGenericContext *' instead
17377 of a `MonoMethod *'.
17378 (TYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_TYPE): mono_method_to_ir() has
17379 a new local variable called `generic_context' which holds the
17380 current `MonoGenericContext *'; use it to lookup things.
17382 2004-03-24 Martin Baulig <martin@ximian.com>
17384 * mini.c (mini_get_class): New static method; if we're inside a
17385 generic instance, inflate the class if neccessary.
17386 (mono_method_to_ir): Use mini_get_class() instead of mono_class_get().
17388 2004-03-24 Zoltan Varga <vargaz@freemail.hu>
17390 * iltests.il: New regression test for #55976.
17392 * mini.c (mono_method_to_ir): Empty the stack in endfinally. Fixes
17395 2004-03-23 Zoltan Varga <vargaz@freemail.hu>
17397 * exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
17400 2004-03-23 Zoltan Varga <vargaz@freemail.hu>
17402 * liveness.c: Consider SSA stores as well as loads when making vars
17405 * exceptions.cs: New regression tests for register allocation.
17407 2004-03-22 Lluis Sanchez Gual <lluis@ximian.com>
17409 * mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
17410 * mini.c: Removed domain lock from mono_jit_compile_method_with_opt. Use
17411 domain lock only to protect puntual access to data structures.
17412 Added access lock for sighash, jit_icall_hash_name,
17413 jit_icall_hash_addr and domain->code_mp.
17415 2004-03-20 Zoltan Varga <vargaz@freemail.hu>
17417 * driver.c: Print SIGSEGV handling method.
17419 * mini-x86.c (mono_arch_free_jit_tls_data): Add missing ifdef.
17421 * mini.c (setup_jit_tls_data): Handle case when this is called
17422 multiple times for a thread.
17424 * mini-x86.c cpu-pentium.md: Fix floating point branch opcodes so fbxx
17425 is different from fbxx_un. Fixes #54303. Also use constants instead of
17426 magic numbers in a lot of places.
17428 2004-03-19 Zoltan Varga <vargaz@freemail.hu>
17430 * exceptions.cs: Fix cctor test when --regression is used.
17432 Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
17434 * mini-ppc.c, exceptions-ppc.c: basic exceptions support
17437 Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
17439 * inssel-ppc.brg: fixed register assignments for some rules.
17441 2004-03-17 Zoltan Varga <vargaz@freemail.hu>
17443 * exceptions.cs: Add test for exceptions in static constructors.
17445 * mini.c (mono_jit_compile_method_with_out): Move the calling of
17446 static constructors outside the domain lock. Fixes #55720.
17448 2004-03-17 Martin Baulig <martin@ximian.com>
17450 * mini.c (get_generic_field_inst): Removed, this'll never happen.
17451 (inflate_generic_field): Take the `MonoMethod *' instead of the
17452 `MonoClass *' and added support for generic method.
17453 (mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
17454 have a `field->parent->gen_params', only inflate the field if it's
17455 an open constructed type.
17457 2004-03-17 Zoltan Varga <vargaz@freemail.hu>
17459 * exceptions-x86.c (mono_arch_handle_exception): Allocate a new
17460 exception object instead of the preconstructed ones.
17462 2004-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17464 * mini.c: reverted changed to sigsegv_signal_handler commited
17465 accidentally in the previous patch.
17467 2004-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17470 (mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
17471 running --aot with an old assembly.
17473 2004-03-16 Zoltan Varga <vargaz@freemail.hu>
17475 * mini-sparc.c (mono_arch_instrument_epilog): Fix handling of floating
17478 * mini-sparc.c: Add support for v9 branches with prediction.
17480 2004-03-15 Bernie Solomon <bernard@ugsolutions.com>
17482 * mini.c (mini_init): #warning is GNUC only
17484 * mini-sparc.h: implement __builtin_frame_address
17485 and __builtin_return_address for Sun C compiler
17487 2004-03-15 Zoltan Varga <vargaz@freemail.hu>
17489 * exceptions-sparc.c (mono_arch_has_unwind_info): Add missing function.
17491 2004-03-14 Zoltan Varga <vargaz@freemail.hu>
17493 * basic-calls.cs: Add test for unaligned byref long argument passing.
17495 * mini-ops.h: Add sparcv9 compare and branch instructions.
17497 * inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
17498 v9 instructions if we have a v9 cpu.
17500 * mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
17501 registers for global allocation.
17503 * exceptions-sparc.c: Fixes.
17505 2004-03-11 Zoltan Varga <vargaz@freemail.hu>
17507 * liveness.c (mono_analyze_liveness): Optimized version.
17509 * inssel-sparc.brg cpu-sparc.md: Ongoing sparc work.
17511 * mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Ongoing
17514 * basic-float.cs basic-calls.cs: New regression tests.
17516 2004-03-10 Zoltan Varga <vargaz@freemail.hu>
17518 * mini-x86.h: Define SIGSEGV_ON_ALTSTACK only if we have a working
17519 sigaltstack implementation.
17521 * mini-x86.c (mono_arch_setup_jit_tls_data): Fix previous patch.
17523 * mini-x86.c (mono_arch_setup_jit_tls_data): Turn off the sigaltstack
17524 stuff if SIGSEGV_ON_ALTSTACK is not defined.
17526 2004-03-09 Zoltan Varga <vargaz@freemail.hu>
17528 * mini.c: Fix warnings.
17530 * mini.c (mono_resolve_patch_target): New function which contains the
17531 arch independent part of the patching process.
17533 * mini-x86.c (mono_arch_patch_code): Move arch independent parts of the
17534 patching code to a separate function.
17536 2004-03-09 Bernie Solomon <bernard@ugsolutions.com>
17538 * mini.c (add_signal_handler): ifdef out on Windows
17540 2004-03-08 Zoltan Varga <vargaz@freemail.hu>
17542 * mini-sparc.h mini-sparc.c inssel-sparc.brg exceptions-sparc.c
17543 cpu-sparc.md: Add exception handling support + other fixes.
17545 * driver.c: Print --help output to stdout. Fixes #55261. Also fix
17546 typed GC detection in --version.
17548 * basic.cs exceptions.cs: New regression tests.
17550 * mini.h mini-x86.h mini-ppc.h: Add MonoCompileArch structure where
17551 the arch specific code can store data during a compilation.
17553 * mini-ops.h: Add OP_SETFRET.
17555 * mini.c (mini_get_ldelema_ins): Instead of allways calling the same
17556 function, register a separate icall for each arity, so the icalls can
17559 * mini.c (mono_print_tree): Print negative offsets in a more readable
17562 * mini.c: Make signal handling work on sparc.
17564 * mini.c (mini_init): Add emulation for lconv_to_r8_un.
17566 * inssel-long32.brg: Fix OP_LSUB_OVF_UN rule.
17568 * jit-icalls.c: Emulate truncl by aintl on solaris.
17570 * jit-icalls.c (mono_lconv_to_r8_un): New icall emulation function.
17572 2004-03-05 Zoltan Varga <vargaz@freemail.hu>
17574 * mini.c (mini_init): fconv_to_ovf can raise exceptions.
17576 2004-03-04 Lluis Sanchez Gual <lluis@ximian.com>
17578 * mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
17579 a MarshalByRef type, inline a method that performs the check, taking into
17580 account that the object can be a proxy. Also implemented tow new opcodes:
17581 CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
17582 * inssel.brg: Implemented two new opcodes, mini-ops.h: OP_CISINST and
17583 OP_CCASTCLASS, which implement CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
17585 Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
17587 * mini-ppc.c: if a relative branch displacement is too big
17588 but it points to and area reachable with an absolute branch,
17591 Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
17593 * mini.c: optimize small copies in cpblk.
17595 2004-03-01 Zoltan Varga <vargaz@freemail.hu>
17597 * basic-calls.cs basic-float.cs: New regression tests.
17599 * mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at
17600 negative offsets from %fp. Implement localloc. Fix local register
17601 allocation. Fix the case when the this argument needs to be saved to
17602 the stack. Implement some missing opcodes.
17604 2004-02-26 Zoltan Varga <vargaz@freemail.hu>
17606 * mini.c (mini_method_compile): Reenable global regalloc in methods
17607 with exception handlers.
17609 * linear-scan.c (mono_varlist_sort): Fix warning.
17611 * linear-scan.c (mono_linear_scan): Fix computation of used_regs.
17613 * mini-x86.c (mono_arch_regalloc_cost): Reenable precise computation of
17616 * liveness.c: Make all variables uses in exception clauses volatile, to
17617 prevent them from being allocated to registers. Fixes #42136.
17619 2004-02-25 Zoltan Varga <vargaz@freemail.hu>
17621 * mini-x86.c (mono_arch_regalloc_cost): Revert this change since it
17622 causes regressions.
17624 * mini.h linear-scan.c mini-x86.c mini-sparc.c mini-ppc.c: Add 'cfg'
17625 argument to mono_arch_regalloc_cost.
17627 * mini-x86.c (mono_arch_regalloc_cost): Compute regalloc costs
17630 2004-02-24 Zoltan Varga <vargaz@freemail.hu>
17632 * mini.h mini-x86.c mini-ppc.c mini-sparc.c linear-scan.c:
17633 Make the cost of allocating a variable to a register arch dependent.
17635 * basic-calls.cs: Fix compilation of tests.
17637 * mini.h mini.c tramp-x86.c mini-x86.c: Add mono_running_on_valgrind ()
17638 helper function to cut back on the number of #ifdefs needed.
17640 * mini-ppc.c: Fix compilation.
17642 * basic-calls.cs: New regression tests.
17644 * mini-sparc.c (mono_sparc_is_virtual_call): New helper function.
17646 * tramp-sparc.c (create_specific_trampoline): Use g5 register instead
17647 of l0 since that is callee saved.
17649 * tramp-sparc.c (sparc_magic_trampoline): Apply unbox trampoline only
17652 * mini-sparc.c: Ongoing work + flag virtual calls with a special kind
17653 of delay instruction.
17655 * inssel.brg (OP_CHECK_THIS): Set tree->sreg1 and dreg correctly.
17657 * mini.h (MonoCallInst): Add 'virtual' flag.
17659 * inssel.brg (mini_emit_virtual_call): Set 'virtual' flag.
17661 2004-02-23 Zoltan Varga <vargaz@freemail.hu>
17663 * *.cs: New regression tests.
17665 * mini-sparc.c inssel-sparc.brg: Update after latest changes. Ongoing sparc
17668 * mini.c (mono_runtime_install_handlers): Fix build.
17670 * mini.h (MonoJitTlsData): Add 'stack_size', 'signal_stack' and
17671 'signal_stack_size' members.
17673 * mini.h mini.c mini-x86.h mini-x86.c: Run sigsegv handlers on an
17674 alternate signal stack.
17676 * exceptions-x86.c: Add stack overflow handling.
17678 * mini.h mini.c mini-x86.c mini-ppc.c trace.h trace.c: Move tracing
17679 functions to arch independent code.
17681 * mini.c (mono_print_tree): Print more detailed info for load_membase
17684 2004-02-23 Martin Baulig <martin@ximian.com>
17686 * mini.c (mini_get_method): Set `gmethod->generic_inst'.
17688 Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus@ximian.com>
17690 * mini-x86.c: fixed reg allocation for div/rem.
17692 2004-02-22 Miguel de Icaza <miguel@ximian.com>
17694 * driver.c (mono_main): Report some configuratio options on --version.
17696 Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus@ximian.com>
17698 * mini-ppc.c: fixed clt.un, cgt.un. Optimized calls to functions
17699 low in the address space. Correctly flush memory in thunks where we
17700 output native code.
17702 2004-02-20 Martin Baulig <martin@ximian.com>
17704 * mini.c (mini_get_method): New static method; inflate all generic
17705 methods and methods in open generic instances.
17706 (mono_method_to_ir): Use mini_get_method() instead of mono_get_method().
17707 (ret_type_to_call_opcode): Added support for MONO_TYPE_GENERICINST.
17709 2004-02-19 Zoltan Varga <vargaz@freemail.hu>
17711 * mini-sparc.c (mono_arch_patch_code): Update after domain->code_mp changes.
17713 * tramp-sparc.c (mono_arch_create_jump_trampoline): Set ji->method.
17715 2004-02-19 Bernie Solomon <bernard@ugsolutions.com>
17717 * helpers.c (mono_disassemble_code): use Sun's dis if not using gcc
17719 * mini-sparc.c (flushi mono_arch_output_basic_block): make
17720 it compile using Sun's compiler.
17722 2004-02-19 Zoltan Varga <vargaz@freemail.hu>
17724 * 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.
17726 * basic-calls.cs basic-float.cs basic-long.cs objects.cs: New regression tests.
17728 Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus@ximian.com>
17730 * aot.c, mini-x86.c, mini.c: use the code manager instead of a mempool to hold native
17732 * mini-ppc.c: handle calls outside of the allowed range with thunks
17733 allocated using the code manager.
17734 * tramp-ppc.c: use the code manager to hold generated native code.
17735 Fixed the magic trampoline to just patch vtable entries.
17737 2004-02-17 Zoltan Varga <vargaz@freemail.hu>
17739 * inssel.brg inssel-x86.brg: Move call(immediate) rules to the platform
17742 2004-02-16 Zoltan Varga <vargaz@freemail.hu>
17744 * tramp-ppc.c (mono_arch_create_jump_trampoline): Fix compilation on
17747 * mini-x86.c: Call mono_arch_get_lmf_addr instead of mono_get_lmf_addr
17748 if we have a working __thread implementation.
17750 * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Remove
17751 OP_CALL_IMM opcodes, since the CALL opcodes handles immediates as well.
17753 2004-02-15 Zoltan Varga <vargaz@freemail.hu>
17755 * mini-x86.c: Fix compilation under gcc 2.
17757 2004-02-14 Zoltan Varga <vargaz@freemail.hu>
17759 * mini.c (mono_codegen): Avoid infinite loop when an icall wrapper
17760 contains a call to the wrapped function.
17762 * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Add
17763 OP_<CALL>_IMM opcodes, and use them under X86.
17765 * mini.c (mono_jit_find_compiled_method): Fix warning.
17767 * cpu-pentium.md: Fix length of opcodes which use x86_alu_membase_imm.
17769 * jit-icalls.c (mono_ldftn_nosync): New JIT icall.
17771 * tramp-x86.c (mono_arch_create_jump_trampoline): Move arch independent
17772 functionality to mini.c.
17774 * mini.c (mono_create_jump_trampoline): New function to create a jump
17775 trampoline. Return a compiled method instead of a trampoline if it
17776 exists. Add a cache for jump trampolines.
17778 * mini.c (mono_jit_find_compiled_method): New function to return a
17779 compiled method if it exists.
17781 * mini-x86.c: Call mono_create_jump_trampoline instead of
17782 mono_arch_create_jit_trampoline.
17784 * jit-icalls.c (mono_ldftn): Do not compile the method. Instead, return
17785 a jump trampoline. Fixes #52092.
17787 2004-02-11 Zoltan Varga <vargaz@freemail.hu>
17789 * debug-mini.c (mono_init_debugger): Remove call to mono_verify_corlib,
17790 which is not up-to-date. Add check_corlib_version () instead.
17792 * mini.c (mini_init): Call mono_thread_attach () so embedders do not
17795 * mini.c (mono_runtime_install_handlers): Remove check for valgrind
17796 since newer valgrind versions do not need it.
17798 * mini.c (mono_jit_compile_method_with_opt): New helper function to
17799 compile a method with a given set of optimizations.
17801 * mini.c: Compile icall wrappers on-demand instead of at startup.
17803 * mini-sparc.c mini-ppc.c: Call mono_icall_get_wrapper to obtain the
17804 wrapper for an icall.
17806 2004-02-10 Zoltan Varga <vargaz@freemail.hu>
17808 * mini.c (mono_method_to_ir): Handle switch with non-empty stack. Fixes
17811 * iltests.il: Add test for non-empty stack before switch instruction.
17813 2004-02-02 Zoltan Varga <vargaz@freemail.hu>
17815 * mini.c: Add support for new stringbuilder marshalling conventions.
17817 * mini.c (mono_method_to_ir): Fix stack management of generic CEE_BOX.
17819 2004-02-01 Martin Baulig <martin@ximian.com>
17821 * mini.c (MTYPE_PARAM_TO_TYPE): Method type arguments are stored
17822 in `ginst->mtype_argv'.
17824 2004-01-31 Miguel de Icaza <miguel@ximian.com>
17826 * mini.c: Add comments, replace CEE_XXX+128 with OP_XXX to
17827 facilitate grepping.
17829 Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus@ximian.com>
17831 * mini.c: fixed buglet in initobj generic implementation for references.
17833 Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus@ximian.com>
17835 * Makefile.am: make the version script conditional.
17836 * jit-icalls.c: handle missing truncl().
17838 2004-01-23 Zoltan Varga <vargaz@freemail.hu>
17840 * exceptions.cs: Add more tests for double->int conversion.
17842 * jit-icalls.c (mono_fconv_ovf_i8): Call truncl before comparison, so
17843 we don't throw exceptions when converting 1.1 to a long. Fixes #53250.
17845 Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus@ximian.com>
17847 * driver.c: make --verbose --version emit an error
17848 if the loaded corlib doesn't match the runtime version.
17850 Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
17852 * mini-ppc.h: export ppc_patch().
17853 * mini-ppc.c: call convention fixes. Added assert in ppc_patch().
17854 * tramp-ppc.c: call convention fixes: Linux/PPC support should be
17855 on par or better than on MacOSX.
17857 2004-01-19 Zoltan Varga <vargaz@freemail.hu>
17859 * mini.c tramp-x86.c tramp-sparc.c: Updated after changes to
17860 mono_lookup_pinvoke_call.
17862 * mini-x86.c: Under windows, the default pinvoke calling convention is
17863 stdcall. Fixes #52834.
17865 * mini.c (optimize_branches): Add an upper bound to the number of
17866 iterations to prevent infinite loops on strange loops. Fixes #53003.
17868 2004-01-16 Zoltan Varga <vargaz@freemail.hu>
17870 * inssel.brg: Add vectors<->one dimensional array checking to CASTCLASS
17871 and ISINST. Fixes #52093.
17873 * objects.cs (test_0_vector_array_cast): New tests.
17875 2004-01-15 Zoltan Varga <vargaz@freemail.hu>
17877 * jit-icalls.c (helper_stelem_ref_check): New jit icall for array type
17878 checking in Array.Set ().
17880 * mini.c (method_to_ir): Add array type checking in Array.Set (). Fixes
17883 * object.cs (test_0_multi_array_cast): New regression test.
17885 Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus@ximian.com>
17887 * exceptions-ppc.c: fix build on Linux/PPC.
17889 2004-01-14 Zoltan Varga <vargaz@freemail.hu>
17891 * tramp-x86.c (x86_magic_trampoline): Disable code patching when
17892 running under valgrind.
17893 (x86_magic_trampoline): Fix build bustage.
17895 * debug-mini.c: Modify the debug info serialize/deserialize code so it handles
17896 negative values as well. This is needed for the encoding of the line number
17897 info, since sometimes the line numbers are not in increasing order.
17899 2004-01-13 Zoltan Varga <vargaz@freemail.hu>
17901 * cpu-pentium.md (localloc): Increase the size of the localloc
17902 instruction since it is a loop under Win32.
17904 * debug-mini.c (record_line_number): Get rid of unneccesary memory
17907 2004-01-09 Zoltan Varga <vargaz@freemail.hu>
17909 * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c
17910 tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from
17911 Max Horn (max@quendi.de). Fix file names in comments.
17913 2004-01-03 Zoltan Varga <vargaz@freemail.hu>
17915 * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
17916 avoid stack overflow.
17917 (replace_usage): Avoid uninitialized variable warnings.
17919 * mini.c (mono_method_to_ir): Avoid disabling SSA for array operations
17920 and taking the address of valuetype variables.
17922 2004-01-03 Patrik Torstensson
17924 * mini-x86.c: renamed fpflags to flags in RegTrack, going to be used
17925 for other purposes than FP later on.
17927 2004-01-02 Zoltan Varga <vargaz@freemail.hu>
17929 * mini.c (mono_method_to_ir): Prevent register allocation for arguments
17932 Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus@ximian.com>
17934 * mini-ops.h, mini.c, inssel.brg: Object.GetType () speedup.
17936 2003-12-30 Patrik Torstensson <p@rxc.se>
17938 * mini-x86.h: Decreased number of availiable fp regs.
17939 Solves corner cases with FP spilling.
17941 2003-12-23 Patrik Torstensson <p@rxc.se>
17943 * mini-x86.c, mini-ops.h, cpu-pentium.md: Added support
17944 for floating point stack tracking / spilling on x86.
17947 * basic-float.cs: added float mul overflow test.
17949 2003-12-23 Zoltan Varga <vargaz@freemail.hu>
17951 * mini.c (mono_method_to_ir): Add workaround for bug #51126.
17953 Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus@ximian.com>
17955 * mini.h, mini-ppc.c, mini-ppc.h: small cleanups and
17956 supports for cond branches that overflow the immediate
17957 overflow offset. mcs can compile simple programs.
17959 Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus@ximian.com>
17961 * exceptions-ppc.c: exception handling support wip:
17962 finally handlers get run on exception.
17964 2003-12-19 Zoltan Varga <vargaz@freemail.hu>
17966 * aot.c (mono_aot_get_method_inner): Avoid loading AOT code while
17969 Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus@ximian.com>
17971 * cpu-g4.md, mini-ppc.c, exceptions-ppc.c, mini-ppc.h:
17972 initial support for stack walking and unwinding.
17974 2003-12-18 Zoltan Varga <vargaz@freemail.hu>
17976 * driver.c (mono_main): Make corlib-out-of-sync message more
17977 descriptive. Also remove verify_corlib call.
17979 Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
17981 * mini.c: make CEE_NEWARR calls and other emulated opcodes
17982 not overlap with other call's arguments, too.
17984 Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus@ximian.com>
17986 * mini.h, mini.c, mini-ppc.c, mini-sparc.c, mini-x86.c:
17987 move to arch-specific code the choice of arch-specific
17988 intrinsics (from Laurent Morichetti (l_m@pacbell.net)).
17989 * mini.c: ensure emulation calls will not interleave
17992 Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus@ximian.com>
17994 * tramp-ppc.c, basic-calls.cs: rework trampolines so that
17995 the magic trampoline stack frame is dropped before executing
17998 Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18000 * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed some opcode lengths
18001 and integer to fp conversions. Added support for overflowing
18002 arguments on the stack. Reserve a couple more registers as temps.
18003 Added support for aot compilation (as output still needs to be
18006 Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus@ximian.com>
18008 * mini-ppc.c, basic-long.cs: fix jumps to known labels.
18009 Don't overwrite return register in some corner cases.
18011 2003-12-13 Zoltan Varga <vargaz@freemail.hu>
18013 * mini.h mini.c driver.c mini-x86.c mini-ppc.c aot.c: Do not run
18014 static constructors when AOT compiling.
18016 * driver.c (mono_main): Call mono_check_corlib_version.
18018 Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus@ximian.com>
18020 * cpu-g4.md, basic.cs: fixed div target register.
18022 Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus@ximian.com>
18024 * mini-ppc.c, basic.cs: shl_imm fix with test.
18026 Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus@ximian.com>
18028 * inssel-ppc.brg, mini-ppc.h, mini-ppc.c: support for passing
18029 structures by value. Misc fixes.
18030 * objects.cs: more tests.
18032 Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus@ximian.com>
18034 * mini-ppc.c: lconv.ovf.i implemented.
18036 2003-12-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18039 (mini_init): don't error out if someone already called g_thread_init.
18041 Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
18043 * exceptions-x86.c, exceptions-ppc.c: allow the exception object
18044 to be any type per the spec. Fix abnormal memory usage when
18045 the same object is repeatedly thrown.
18047 Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus@ximian.com>
18049 * mini.c: check for overruns in IL code.
18051 2003-12-09 Zoltan Varga <vargaz@freemail.hu>
18053 * TODO: Add/remove some todo entries.
18055 2003-12-08 Zoltan Varga <vargaz@freemail.hu>
18057 * driver.c (mono_main): Call mono_verify_corlib.
18059 2003-12-07 Lluis Sanchez Gual <lluis@ximian.com>
18061 * inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy.
18062 This has been moved to mini.c
18063 * mini.c: in mono_method_to_ir, CEE_ISINST and CEE_CASTCLASS cases, if the
18064 type being casted is marshalbyref it could be a proxy, so instead of
18065 emitting the type check code, emit a call to a runtime method that will
18066 perform the check by calling CanCastTo if needed.
18068 2003-12-06 Zoltan Varga <vargaz@freemail.hu>
18070 * mini-x86.c (mono_arch_emit_prolog): Fix stack space allocation for
18071 methods with large stack frames under Win32.
18073 2003-12-04 Zoltan Varga <vargaz@freemail.hu>
18075 * Makefile.am: Distribute regression tests.
18077 * mini-x86.c (mono_arch_get_allocatable_int_vars): Sort the var list
18078 at the end instead of inserting each variable into the sorted list.
18080 * linear-scan.c (mono_varlist_sort): New helper function.
18082 Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus@ximian.com>
18084 * mini.c: ensure arguments and locals are within bounds.
18086 Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus@ximian.com>
18088 * mini-ppc.c, cpu-g4.md, basic.cs, basic-long.cs: more tests and
18091 2003-12-03 Zoltan Varga <vargaz@freemail.hu>
18093 * mini.c (mono_cprop_copy_values): Fix crash.
18095 * aot.c: Set verbosity back to 0.
18097 Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus@ximian.com>
18099 * regalloc.c: complete memory leak fix by Laurent Morichetti
18102 2003-12-03 Zoltan Varga <vargaz@freemail.hu>
18104 * driver.c (main_thread_handler): Revert the previous patch.
18106 * tramp-x86.c (x86_class_init_trampoline): Avoid patching when running
18109 * mini-x86.c (mono_arch_local_regalloc): Do not allocate transient
18110 memory from the memory pool.
18112 * driver.c (main_thread_handler): Turn on all optimizations when
18115 * mini.c (mono_find_jit_opcode_emulation): Turn emul_opcode_hash into
18116 an array for better performance.
18118 * regalloc.c (mono_regstate_assign): Fix memory leak.
18120 * debug-mini.c (mono_debug_serialize_debug_info): New function to
18121 serialize the debug info.
18123 * debug-mini.c (mono_debug_add_aot_method): New function to load the
18124 debug info from the serialized representation.
18126 * aot.c: Save debug info into the generated file and load it when
18129 * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
18131 Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus@ximian.com>
18133 * mini-ppc.c, tramp-ppc.c: save FP arguments in the trampoline.
18134 More FP-related fixes.
18136 Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus@ximian.com>
18138 * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed finally handlers
18139 and register allocation buglet. Hello world now runs.
18141 Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus@ximian.com>
18143 * cpu-g4.md, inssel-ppc.brg, mini-ppc.c: better long return support.
18144 * tramp-ppc.c: fixed class init trampoline.
18145 * inssel-ppc.brg, mini.c, jit-icalls.c, mini-ppc.h: more emulation.
18147 Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus@ximian.com>
18149 * cpu-g4.md, inssel-ppc.brg, jit-icalls.c, mini-ppc.c, mini-ppc.h,
18150 mini.c: more ppc changes/fixes.
18152 2003-11-27 Zoltan Varga <vargaz@freemail.hu>
18154 * mini.c (mono_method_to_ir): Fix tail calls with valuetype arguments.
18155 Also optimize the case when the arguments are the same in the caller
18158 * iltests.il: Add tests for tail calls with valuetype arguments.
18160 Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus@ximian.com>
18162 * mini-ppc.c: fixes for struct return type.
18164 Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus@ximian.com>
18166 * mini.h, mini.c, mini-x86.c, mini-ppc.c, mini-sparc.c: move
18167 mono_spillvar_offset() to arch-specific code.
18169 Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus@ximian.com>
18171 * mini-ppc.h, mini-ppc.c: handle some different ABI call convention issues.
18173 2003-11-27 Zoltan Varga <vargaz@freemail.hu>
18175 * exceptions-x86.c: Fix stack space leaks.
18177 * exceptions-x86.c (mono_arch_find_jit_info): Restore callee saved
18178 registers from the lmf if the method has save_lmf set.
18180 2003-11-26 Zoltan Varga <vargaz@freemail.hu>
18182 * tramp-x86.c (x86_magic_trampoline): Avoid patching in the addresses
18183 of icall wrappers into InvokeInDomain, since these are now per-domain.
18185 Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus@ximian.com>
18187 * mini-ppc.h, mini-x86.h, mini.c, inssel-ppc.brg, jit-icalls.c:
18188 make some opcode emulation and intrinsic ops enabled/disabled
18189 according to the architecture. More fixes.
18191 Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18193 * mini-ppc.c, mini-sparc.c, cpu-g4.md: more bug fixes.
18195 Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus@ximian.com>
18197 * mini.h, inssel.brg, mini-x86.c, mini-ppc.c, mini-sparc.c: move
18198 arch-specific handling for 'this' and struct return type to
18199 arch-specific code.
18201 2003-11-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18203 * aot.c: prevent divide by zero error when reporting (it happened with
18204 Accessibility.dll).
18206 2003-11-25 Zoltan Varga <vargaz@freemail.hu>
18208 * mini.h (inst_switch): Remove unused macro.
18210 2003-11-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18213 (load_aot_module): free 'info->methods' and 'info' properly. No more
18214 "free(): invalid pointer blah" messages when you have an old aot
18217 2003-11-21 Lluis Sanchez Gual <lluis@ximian.com>
18219 * jit-icalls.c, mini.c: Added support for context static fields.
18221 2003-11-18 Zoltan Varga <vargaz@freemail.hu>
18223 * mini.c (mono_method_blittable): Methods which set LastError are not
18224 blittable either. Fixes #51108.
18226 Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus@ximian.com>
18228 * mini.c: flush icache.
18229 * cpu-g4.md, mini-ppc.c, inssel.brg: more fixes. Trace support.
18231 2003-11-18 Zoltan Varga <vargaz@freemail.hu>
18233 * mini.c (mono_type_blittable): OBJECT is not blittable. Fixes #47842.
18235 2003-11-17 Zoltan Varga <vargaz@freemail.hu>
18237 * tramp-x86.c (x86_class_init_trampoline): Make code patching thread
18240 * mini-x86.c (mono_arch_call_opcode): Disable AOT for methods with
18243 * inssel.brg (CEE_MKREFANY): Fix AOT case.
18245 2003-11-16 Zoltan Varga <vargaz@freemail.hu>
18247 * mini-x86.c (mono_arch_local_regalloc): Fix regalloc for div
18248 instruction when the result is discarded.
18250 * iltests.il (test_0_div_regalloc): New regression test.
18252 * arrays.cs: Fix compilation error.
18254 Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus@ximian.com>
18256 * inssel-x86.brg, inssel-float.brg, mini-ops.h: move x86-specific
18257 float rules to inssel-x86.brg: sane architectures with FP registers
18258 don't need to implement these rules.
18260 Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus@ximian.com>
18262 * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: updates and fixes to the ppc port.
18264 Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus@ximian.com>
18266 * mini.h, inssel-long32.brg: fixed endianess issues in int64
18267 implementation of 32 bit systems.
18269 Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus@ximian.com>
18271 * exceptions-ppc.c: fix build on Linux/ppc from Jeroen@xs4all.nl
18272 (Jeroen Zwartepoorte).
18274 2003-11-12 Zoltan Varga <vargaz@freemail.hu>
18276 * mini.c (mono_method_to_ir): Use CEE_JMP only if the signature of
18277 the caller and the callee matches.
18279 * mini.c (mono_method_to_ir): Add comment.
18281 * mini-x86.c (mono_arch_output_basic_block): Use mono_signbit, since
18282 signbit is missing on some platforms.
18284 2003-11-06 Zoltan Varga <vargaz@freemail.hu>
18286 * mini.h (mono_arch_setup_jit_tls_data): New arch specific function.
18288 * mini.c (setup_jit_tls_data): Call the new function.
18290 * mini-x86.c mini-ppc.c mini-sparc.c: Define the new function.
18292 * mini-x86.c: Add experimental support for fast access to the lmf
18293 structure under NPTL/Linux 2.6.x.
18295 2003-11-06 Martin Baulig <martin@ximian.com>
18297 * ldscript: Make `GC_push_all_stack', `GC_start_blocking',
18298 `GC_end_blocking' and 'gc_thread_vtable' public; they're used by
18301 2003-11-02 Martin Baulig <martin@ximian.com>
18303 * mini.c (inflate_generic_field): New static method.
18304 (mono_method_to_ir): In CEE_LDFLD and CEE_LDSFLD: if we're a
18305 generic instance and the field is declared in a generic type, call
18306 inflate_generic_field() to inflate it. Fixes gen-28.cs.
18308 2003-10-31 Zoltan Varga <vargaz@freemail.hu>
18310 * mini.h mini.c (mono_method_same_domain): New function to return
18311 whenever the caller and the callee are in the same domain.
18313 * tramp-x86.c (x86_magic_trampoline): Use the new function.
18315 2003-10-30 Martin Baulig <martin@ximian.com>
18317 * mini.c (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): New macros;
18318 similar to TYPE_PARAM_TO_TYPE and TYPE_PARAM_TO_CLASS, but for
18320 (mono_method_to_ir): Added support for MONO_TYPE_MVAR; similar to
18321 MONO_TYPE_VAR, we the actual types from MTYPE_PARAM_TO_CLASS().
18323 2003-10-29 Zoltan Varga <vargaz@freemail.hu>
18325 * mini.c mini-ops.h inssel.brg: Implement undeniable exception
18328 * mini.c (sigusr1_signal_handler): Move creation of the thread abort
18329 object here, so it is in the correct appdomain etc.
18331 2003-10-27 Zoltan Varga <vargaz@freemail.hu>
18333 * mini.c (mono_jit_compile_method_inner): Lookup icalls here if not
18335 (mono_method_to_ir): Avoid freeing the type created returned from
18336 mono_type_create_from_typespec, since it is put into an internal cache
18337 by the function. Fixes pointer.exe.
18339 * mini.c tramp-x86.c tramp-sparc.c tramp-ppc.c: Use the normal
18340 trampolines for icalls and pinvokes as well. Fixes #33569.
18342 2003-10-24 Zoltan Varga <vargaz@freemail.hu>
18344 * mini.c: Update after appdomain changes.
18346 * mini.c (mono_jit_compile_method_inner): Allways compile native
18347 method wrappers in the root domain, since there can only be one
18348 instance of them, whose address is stored in method->info.
18350 2003-10-16 Zoltan Varga <vargaz@freemail.hu>
18352 * mini.c (mono_runtime_install_handlers): Get rid of the MONO_VALGRIND
18353 environment variable. Instead detect automatically whenever running
18354 under valgrind using the magic macro RUNNING_ON_VALGRIND from
18357 2003-10-16 Miguel de Icaza <miguel@ximian.com>
18359 * trace.c, trace.h: New files that implement the new trace option
18362 * driver.c: Document new --trace options.
18364 * exceptions-ppc.c, exceptions-x86.c, mini-ppc.c, mini-sparc.c,
18367 - if (mono_jit_trace_calls)
18368 + if (mono_jit_trace_calls != NULL && mono_trace_eval (method))
18370 * mini.h: prototypes.
18372 2003-10-15 Zoltan Varga <vargaz@freemail.hu>
18374 * mini.c (mono_method_to_ir): Fix initialization of typedbyref locals.
18376 * mini.c inssel.brg: Implement typedefbyref opcodes.
18378 * mini.c (mono_jit_compile_method): Remove unused local variable.
18380 * mini.c (mono_jit_compile_method_inner): Ditto.
18382 2003-10-12 Zoltan Varga <vargaz@freemail.hu>
18384 * tramp-x86.c (x86_class_init_trampoline): Fix build.
18386 * tramp-x86.c (x86_class_init_trampoline): Thread safety fixes.
18388 2003-10-10 Zoltan Varga <vargaz@freemail.hu>
18390 * mini.c (mono_no_aot): Remove unused global variable.
18392 * mini.c: Thread safety fixes.
18394 2003-10-09 Zoltan Varga <vargaz@freemail.hu>
18396 * mini.c (mono_create_class_init_trampoline): Add a lock around
18397 class_init_hash_addr.
18399 * arrays.cs (test_0_newarr_emulation): Add new regression test for
18402 * mini.c: Decompose the NEWARR instruction before decomposing its
18403 arguments. Fixes #30073.
18405 2003-10-08 Zoltan Varga <vargaz@freemail.hu>
18407 * mini-x86.c (mono_arch_emit_epilog): Add support for stdcall calling
18410 2003-10-06 Zoltan Varga <vargaz@freemail.hu>
18412 * mini.c (mono_method_to_ir): Allow wrapper data for CEE_LDELEMA.
18414 * inssel-x86.brg (OP_LOCALLOC): Fix register assignment for localloc.
18416 * driver.c: Add support for compiling icall wrappers to --compile.
18418 2003-10-05 Zoltan Varga <vargaz@freemail.hu>
18420 * inssel.brg: The empty value in class->interface_offsets is -1, not
18423 2003-10-03 Zoltan Varga <vargaz@freemail.hu>
18425 * objects.cs: New test for 'is' operator on an array of interfaces.
18427 Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
18429 * tramp-ppc.c: update trampoline code to support jumps
18430 and class initialization.
18432 2003-09-30 Zoltan Varga <vargaz@freemail.hu>
18434 * mini.c (mono_jit_compile_method): Fix reading of freed memory.
18436 * inssel.brg (OP_UNBOXCAST): Fix #46027.
18438 * inssel.brg (OP_UNBOX): Remove unused rule.
18440 * mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
18441 region instead of one for each method. Fixes #47813.
18443 2003-09-29 Zoltan Varga <vargaz@freemail.hu>
18445 * exceptions.cs (test_0_nested_finally): New regression test for
18446 nested exception handlers.
18448 * mini.c (mono_jit_runtime_invoke): Fix for the previous fix.
18450 * mini.c (mono_method_to_ir): Avoid inlining tail calls.
18452 * mini.c (mono_method_to_ir): Fix tail recursion in the presence of
18455 * mini.c (mono_method_check_inlining): Make the inlining limit
18456 configurable by an environment variable.
18458 * mini.c (mono_jit_runtime_invoke): Add Gonzalo's fix for #36545.
18460 * mini.h: Bump AOT file version.
18462 * mini.h mini.c aot.c mini-x86.c: For relocations which refer to a
18463 token, store the image along with the token, since the token might not
18464 refer to the same image as the method containing the relocation,
18465 because of inlining.
18467 2003-09-27 Zoltan Varga <vargaz@freemail.hu>
18469 * mini.c (mono_precompile_assemblies): New function to compile
18470 all methods in all loaded assemblies.
18472 * mini.h driver.c: Added new optimization flag MONO_OPT_PRECOMP.
18474 * regalloc.h regalloc.c (MonoRegState): Change the type of
18475 iassign and fassign to int*, since they can contain large negative
18476 values if the register is spilled. Also added some comments. Fixes
18479 * exceptions-x86.c (seh_handler): Fix handling of system exceptions
18480 under Win32. Fixes #42964.
18482 2003-09-26 Zoltan Varga <vargaz@freemail.hu>
18484 * mini.h (MONO_PATCH_INFO_WRAPPER): New patch type.
18486 * aot.c: Added support for AOT compiling methods which contain calls
18487 to wrappers. Currently, only remoting-invoke-with-check wrappers are
18490 * driver.c (compile_all_methods): Run the compilation in a thread
18491 managed by mono. Fixes #44023.
18493 * mini.c (mono_codegen): Print full method name in verbose output.
18495 * mini-x86.c (mono_arch_patch_code): Fix warning.
18497 * mini-x86.c (mono_arch_patch_code): Allways create a trampoline for
18498 jumps, since the method we are jumping to might be domain-specific.
18500 * aot.c: Added support for MONO_PATCH_INFO_METHOD_JUMP.
18502 Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
18504 * inssel.brg: string chars are unsigned.
18506 2003-09-15 Zoltan Varga <vargaz@freemail.hu>
18508 * TODO: New todo item.
18510 * tramp-x86.c (x86_class_init_trampoline): New trampoline function
18511 which calls mono_runtime_class_init and patches the call site to
18512 avoid further calls.
18513 (mono_arch_create_class_init_trampoline): New arch specific function
18514 to create a class init trampoline.
18515 (create_trampoline_code): Generalized so it can create
18516 class init trampolines as well.
18518 * mini.c (helper_sig_class_init_trampoline): New helper variable.
18519 (mono_create_class_init_trampoline): New function to create and cache
18520 class init trampolines.
18521 (mono_find_class_init_trampoline_by_addr): New function to lookup the
18522 vtable given the address of a class init trampoline. Used by the
18524 (mono_codegen): Generate a call to a trampoline instead of
18525 mono_runtime_class_init in LDSFLD[A].
18526 (mono_codegen): Add relocations for the new trampoline.
18528 * mini.h mini-x86.c aot.c: Added a new relocation type:
18529 MONO_PATCH_INFO_CLASS_INIT.
18531 * mini.h: Bump AOT version number.
18533 * aot.c: Create a copy of the loaded code instead of using the original
18534 so methods which call each other will be close in memory, improving
18537 * exceptions-x86.c (mono_arch_has_unwind_info): Back out the previous
18538 patch since it breaks the regression tests.
18540 * exceptions-x86.c (mono_arch_has_unwind_info): Added explicit check
18541 for the register saving instruction sequence since the
18542 frame_state_for function in glibc 2.3.2 don't seem to detect it.
18544 2003-09-14 Zoltan Varga <vargaz@freemail.hu>
18546 * TODO: Fix todo item && remove another.
18548 2003-09-12 Zoltan Varga <vargaz@freemail.hu>
18550 * mini-x86.c (mono_arch_patch_code): Fix tail calls broken by a
18553 * aot.c: Moved the check for MONO_LASTAOT into the initialization
18554 function of the module.
18556 * mini.h mini.c aot.c: Added a new optimization flag OPT_AOT for
18557 turning on/off the usage of AOT code. Got rid of mono_no_aot and the
18558 --no-aot command line option.
18560 2003-09-11 Zoltan Varga <vargaz@freemail.hu>
18562 * helpers.c (mono_disassemble_code): Make this work under cygwin. Patch
18563 by Bernie Solomon (bernard@ugsolutions.com).
18565 * inssel.brg: Refactor the interface offset table related code into
18566 its separate functions and add support for the AOT case.
18568 2003-09-10 Zoltan Varga <vargaz@freemail.hu>
18570 * aot.c (mono_aot_get_method_inner): Fix memory leak.
18572 * aot.c: Added mono_aot_verbose variable and made all debugging
18573 output depend on the value of this variable.
18575 * aot.c (mono_aot_get_method_inner): Avoid dynamic allocation of
18576 method_label and info_label.
18578 * mini.h mini-x86.c aot.c: Added a new relocation type
18579 MONO_PATCH_INFO_IID for klass->interface_id.
18581 * mini.h mini.c driver.c aot.c: Changed mono_aot_get_method to return
18582 the MonoJitInfo structure.
18584 * mini.c (mono_jit_compile_method): Avoid using non-shared AOT in
18585 a non-root appdomain in shared mode.
18587 Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
18589 * aot.c: make aot loader less verbose. Remove free of unused variable.
18591 2003-09-08 Zoltan Varga <vargaz@freemail.hu>
18593 * aot.c (mono_aot_get_method_inner): Fix MONO_PATCH_INFO_IMAGE.
18595 * .cvsignore: Added *.dll.
18597 * mini.c (mono_print_tree_nl): New function callable while debugging.
18599 * mini.c (mono_print_code): Export this.
18601 * tramp-x86.c (x86_magic_trampoline): Tell valgrind to recompile the
18604 2003-09-05 Zoltan Varga <vargaz@freemail.hu>
18606 * mini.h (MonoCompile): Added 'jit_info' field.
18608 * mini.c (mini_method_compile): Save the generated MonoJitInfo into
18609 the cfg structure, since it is needed by the AOT compiler.
18611 * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
18613 * aot.c: A major rewrite. Changes include:
18614 - save exception tables for methods which have them.
18615 - cache failed lookups in aot_get_method () to avoid the (slow) calls
18616 to g_module_symbol.
18617 - reworked the file format so it is now much smaller and needs
18618 fewer relocation entries.
18620 2003-09-04 Zoltan Varga <vargaz@freemail.hu>
18622 * aot.c (load_aot_module): Fix build bustage on platforms without
18625 2003-09-04 Martin Baulig <martin@ximian.com>
18627 * Makefile.am (INCLUDES): Added $(LIBGC_CFLAGS).
18629 2003-09-04 Zoltan Varga <vargaz@freemail.hu>
18631 * TODO: Some new optimization ideas.
18633 * aot.c: Move AOT module loading logic here from mono_assembly_open.
18635 * aot.c: Save the optimization flags used to compile the code into
18638 * mini.h mini-x86.c mini.c aot.c: Added new types of relocations to
18639 support emitting domain specific code.
18641 * mini.h mini.c aot.c: Modified the JIT so the generated AOT code is
18642 no longer domain neutral. It can be made domain neutral by compiling
18643 with --optimize=shared.
18645 * aot.c (mono_aot_get_method_inner): Allow sharing of AOT methods
18646 between appdomains.
18648 * driver.c mini.h mini.c: New --no-aot debugging option which disables
18649 loading of AOT code.
18651 * inssel-x86.brg: Added missing AOTCONST -> OUTARG_VT rule.
18653 * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling method
18654 if there is no domain neutrality information.
18656 2003-09-01 Zoltan Varga <vargaz@freemail.hu>
18658 * aot.c (mono_compile_assembly): Emit a symbol containing the file
18659 format version into the generated library.
18661 * mini-x86.c (mono_arch_patch_code): Do not emit the address of the
18662 callee method into the caller since one of them could be shared.
18664 * mini.h mini-x86.c aot.c: Added two new relocations so throwing
18665 system exceptions from AOT code now works.
18667 * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling
18668 method if it is domain neutral and the callee is not.
18670 * graph.c (cfg_emit_one_loop_level): Fix warning.
18672 2003-08-30 Zoltan Varga <vargaz@freemail.hu>
18674 * aot.c (mono_compile_assembly): Oops. Remove debugging cruft from
18677 2003-08-29 Zoltan Varga <vargaz@freemail.hu>
18679 * mini.c (mini_init): Call mono_marshal_init () explicitly since it
18680 is needed by code which is executed before mono_runtime_init ().
18681 Thanks to Bernie Solomon (bernard@ugsolutions.com) for noticing this.
18683 * mini.c (mono_thread_abort): Fix warning.
18684 (mono_jit_compile_method): Call static constructor in the AOT case too.
18686 * aot.c (mono_compile_assembly): Fix warning.
18688 2003-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18690 * mini.c: register a SIGINT handler if MONO_DEBUG is defined.
18692 2003-08-28 Zoltan Varga <vargaz@freemail.hu>
18694 * inssel.brg (OP_UNBOXCAST): Add support for the AOT case.
18696 * cpu-pentium.md: Fix the length of call opcodes so they include the
18697 ESP restoring instruction. Fixes #47968.
18699 2003-08-28 Martin Baulig <martin@ximian.com>
18701 * mini-x86.c (mono_arch_call_opcode): Added support for
18702 MONO_TYPE_GENERICINST.
18704 * mini.c (check_call_signature): Added support for MONO_TYPE_GENERICINST.
18706 2003-08-27 Zoltan Varga <vargaz@freemail.hu>
18708 * Makefile.am (BUILT_SOURCES): Fix compilation on platforms without
18709 a JIT. Patch by Bernie Solomon (bernard@ugsolutions.com).
18711 * mini.c jit-icalls.c tramp-x86.c tramp-ppc.c tramp-sparc.c: Get rid of
18714 2003-08-26 Martin Baulig <martin@ximian.com>
18716 * mini.c (get_basic_blocks): Added `unsigned char **pos' argument;
18717 when reporting an error, set this to the actual error location.
18718 (mono_method_to_ir): Report the correct error location if
18719 get_basic_blocks() returned an error.
18721 2003-08-25 Zoltan Varga <vargaz@freemail.hu>
18723 * mini.c (mono_type_blittable): OBJECT is not blittable.
18724 (mono_method_blittable): Methods which have marshalling descriptors
18725 are not blittable either. Fixes #47842.
18727 2003-08-22 Zoltan Varga <vargaz@freemail.hu>
18729 * driver.c mini.c: Use an environment variable instead of a global
18730 variable. Also fix the build.
18732 * mini.c (mini_init): Call g_thread_init () to make glib thread-safe.
18733 Fixes #47682. Thanks to Laurent Morichetti (l_m@pacbell.net) for
18736 * driver.c mini.c: Added --with-valgrind option to turn off some
18737 code which prevents mono from running under valgrind.
18739 * mini.c (mono_emit_call_args): Fixed warning.
18741 * mini.c (mono_emulate_opcode): Fixed warning.
18743 Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18745 * inssel.brg: 64bit fixes from Laurent Morichetti <l_m@pacbell.net>.
18746 * linear-scan.c, mini-ppc.h, mini-sparc.h, mini-x86.h, mini.h,
18747 regalloc.c, regalloc.h: specify available registers in arch-specific
18748 code and support floats in the regallocator (patch by Laurent Morichetti
18751 Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
18753 * mini.c: mono_thread_current() can be called only after
18754 mono_runtime_init(): rearrange code to not call it early on.
18756 Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
18758 * mini.c: allocate jump tables in the code mempools.
18760 Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
18762 * mini.c, mini.h: make sure per-thread data allocated by the jit is
18765 2003-08-10 Miguel de Icaza <miguel@ximian.com>
18767 * cpu-pentium.md (ldtoken): Change the length for mul.ovf.un from
18768 12 to 16. This fixes bug #47453.
18771 Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
18773 * mini-ppc.c: fixed indexed load and unsigned compares.
18775 2003-08-06 Lluis Sanchez Gual <lluis@ximian.com>
18777 * mini.c: reenabled installation of handler for
18778 thread abort signal.
18780 Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18782 * cprop.c, mini-x86.c, cpu-pentium.md: fix buglets spotted
18783 by Laurent Morichetti <l_m@pacbell.net>. Disabled local cprop
18784 until it's fixed and actually useful.
18786 Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
18788 * inssel-long32.brg: couple more opcodes implemented.
18790 Thu Jul 31 22:43:02 EDT 2003 Mark Crichton <crichton@gimp.org>
18792 * mini-sparc.c: Even more opcodes implemeted.
18794 Thu Jul 31 19:36:03 EDT 2003 Mark Crichton <crichton@gimp.org>
18796 * mini-sparc.c: More opcodes implemented.
18798 Thu Jul 31 15:16:26 EDT 2003 Mark Crichton <crichton@gimp.org>
18800 * mini-sparc.c: More opcodes implemented.
18802 Wed Jul 30 22:31:02 EDT 2003 Mark Crichton <crichton@gimp.org>
18804 * inssel-sparc.brg: Add some needed rules. Direct
18806 * Makefile.am: Use inssel-sparc.brg
18807 * exceptions-sparc.c: 0xdeadbeef/0xdecafbad to keep
18808 an assert happy for now.
18810 Wed Jul 30 20:44:07 EDT 2003 Mark Crichton <crichton@gimp.org>
18812 * mini-sparc.c: Fixed compile errors.
18813 * exceptions-sparc.c: Same. We now produce a mono binary
18814 on sparc-linux. Yea.
18816 Wed Jul 30 14:10:12 EDT 2003 Mark Crichton <crichton@gimp.org>
18818 * mini-sparc.c: Renamed registers. Also some macro cleanups.
18819 * exceptions-sparc.c, tramp-sparc.c: Various compile fixes.
18820 They compile, but do not work.
18822 Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
18824 * Makefile.am, cpu-sparc.md, exceptions-sparc.c, mini-sparc.c,
18825 mini-sparc.h, tramp-sparc.c: Beginning of sparc support
18826 from Mark Crichton <crichton@gimp.org> and Christopher Taylor
18829 Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18831 * mini.c: more opcodes implemented and better support for generics.
18833 Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
18835 * cpu-g4.md, cpu-pentium.md: updates for new instructions.
18836 * mini.c, mini.h: first cut at generics support: some new instructions
18837 added and changed the behaviour of some of the existing ones.
18839 2003-07-21 Miguel de Icaza <miguel@ximian.com>
18841 * mini.c: Removed definition of metadata_shared mutex here.
18843 Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
18845 * mini-x86.c: make vararg calls work for instance methods.
18847 Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18849 * mini.c, mini.h, mini-x86.c, mini-ppc.c: mono_arch_call_opcode()
18850 returns the arguments in a separte list, now.
18852 Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
18854 * aot.c, mini.c: updates for array type representation changes.
18856 Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus@ximian.com>
18858 * mini.c: register function to perform jit shutdown.
18860 Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
18862 * mini.c: use a faster allocator if possible.
18864 Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
18866 * aot.c: some cleanups and portability changes.
18868 Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
18870 * mini.c: use faster allocation for CEE_BOX if possible.
18872 Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
18874 * mini.c, mini-ops.h, inssel.brg, mini-x86.c: optimized access to fields.
18875 Moved inlined mempcy code to its own function so that is can be
18876 reused. Added an inline memset function as well (optimized initobj).
18877 * cpu-pentium.md, inssel-x86.brg: add and use lea_membase.
18879 Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
18881 * mini.c, mini-ops.h, inssel.brg: optimized a couple of Array methods.
18883 Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
18885 * mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
18886 arch code can setup the cpu for CLR execution, if needed.
18887 We use it on x86 to set the precision of FP operations.
18889 Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
18891 * mini.c: disable some optimizations if we can guess they'll cost too
18892 much for a given method.
18894 2003-06-17 Zoltan Varga <vargaz@freemail.hu>
18896 * mini.h mini.c: Rework last patch based on suggestions by Paolo.
18898 2003-06-17 Zoltan Varga <vargaz@freemail.hu>
18899 * mini.h mini.c mini-x86.c: Added instruction level coverage
18900 info collection support.
18902 Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
18904 * driver.c, mini-ppc.c, mini-x86.c, mini.c, mini.h: the coverage stuff
18905 is now implemented in the profiling API. Get rid of a couple of
18906 unnecessary global variables.
18908 2003-06-15 Nick Drochak <ndrochak@gol.com>
18910 * basic-long.cs: tests for negative values for bigmul, and unsigned.
18911 * cpu-g4.md: add op_bigmul and op_bigmul_un
18912 * cpu_pentium.md: add op_bigmul_un
18913 * inssel-long32.brg: add rule for unsigned bigmul
18914 * mini-ops.h: define OP_BIGMUL_UN
18915 * mini-x86.c: THE BUG: handle (un)signed properly
18916 * mini.c: choose unsigned opcode if needed.
18917 This set of patches fixes bug #44291
18919 2003-06-13 Dietmar Maurer <dietmar@ximian.com>
18921 * mini.c (optimize_branches): improved to handle all kinds of
18922 conditional branches.
18924 Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
18926 * mini.c, mini.h, jit-icalls.c: speedup emulation of opcodes that
18927 don't raise exceptions.
18929 Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
18931 * tramp-x86.c, tramp-ppc.c, debug-mini.c: move arch-specific code
18932 to arch-specific files.
18934 2003-06-09 Martin Baulig <martin@ximian.com>
18936 * Makefile.am (libs): Added $(LIBGC_LIBS).
18938 Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
18940 * cpu-pentium.md, mini-x86.c: fix (well, actually implement) OP_TAN
18941 and OP_ATAN (fixes bug#44293).
18943 Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
18945 * Makefile.am, mini-x86.c: rename cpu description array to
18946 pentium_desc, since some compilers define the 'pentium' preprocessor
18949 2003-05-28 Dietmar Maurer <dietmar@ximian.com>
18951 * mini.c (mini_select_instructions): add explicit branch if the
18952 following block is not the false target of a conditional branch -
18953 we need this with any optimization that reorder or remove bblocks
18955 * mini.c (optimize_branches): bug fixes
18957 2003-06-06 Dietmar Maurer <dietmar@ximian.com>
18959 * mini.c (mono_method_to_ir): inline static readonly fields
18961 * ssa.c (fold_tree): start cfold support for long (very simple
18964 * cfold.c (mono_constant_fold_inst): opt. CEE_CONV_I8 (OP_ICONST)
18966 Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
18968 * inssel.brg: fixed memcpy (bug #44219).
18970 2003-06-05 Dick Porter <dick@ximian.com>
18972 * driver.c: Set the glib log levels to not abort if g_message
18975 g_set_prgname() has to happen before mini_init() so that the
18976 process handle gets the info.
18978 Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
18980 * driver.c: add intrins to the default optimizations to get wider
18983 Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
18985 * mini.h: some large basic blocks will overflow a 16-bit
18986 integers for symbolic registers.
18988 2003-06-04 Dietmar Maurer <dietmar@ximian.com>
18990 * mini-x86.c (mono_arch_output_basic_block): revert previous fprem changes.
18991 (mono_arch_output_basic_block): fix bug 43499
18993 Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
18995 * mini.c: kill duplicated definition of mono_debug_format.
18997 Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
18999 * mini-x86.c, arrays.cs: fixed register allocation bug.
19001 2003-06-04 Dietmar Maurer <dietmar@ximian.com>
19003 * mini-x86.c (mono_arch_output_basic_block): use IEEE compatible fprem1
19005 * mini.c (mini_get_opcode_for_method): inline IEEERemainder
19007 2003-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19010 (print_method_from_ip): also print source location information if
19013 2003-06-02 Dietmar Maurer <dietmar@ximian.com>
19015 * mini.c (mono_find_block_region): bug fix in region code
19016 (mini_method_compile): enable removing unreachable code again, but
19017 only in methods without exception clauses.
19019 Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
19021 * mini.c, mini-ops.h, cpu-pentium.md, inssel.brg, mini-x86.c, mini.h:
19022 Implemented arglist opcode and handling of TypedReference type.
19023 Fixed x86 call convention when a structure is returned.
19024 Minimal support for calling static vararg methods.
19026 2003-05-30 Dietmar Maurer <dietmar@ximian.com>
19028 * mini.c (mini_method_compile): always remove unreachable code,
19029 because the code in them may be inconsistent (access to dead
19030 variables for example).
19032 Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19034 * driver.c, debug-mini.c: warning fixes.
19036 Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
19038 * Makefile.am, jit.h, mini.h: install header for embedding mono.
19040 Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus@ximian.com>
19042 * mini.c: thread-static fields are registered in mono_class_vtable(),
19043 so ensure the function is called before checking for them.
19045 2003-05-27 Dietmar Maurer <dietmar@ximian.com>
19047 * mini.c (optimize_branches): fix for bug 43586
19049 * jit-icalls.c (mono_llmult_ovf): added an additional check for
19050 overflow (fixes Bug #43639)
19052 Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19054 * mini.c, objects.cs: allow the use of stobj for primitive types.
19056 Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19058 * mini.c: be less strict about argument checking until we support
19059 running the verifier.
19061 2003-05-27 Nick Drochak <ndrochak@gol.com>
19063 * basic-long.cs: tests for (ulong)int * (ulong)int also
19064 * mini.c: use the same trick for (ulong)int * (ulong)int
19066 2003-05-27 Nick Drochak <ndrochak@gol.com>
19068 * basic-long.cs: add regression test for (long)int * (long)int
19069 * cpu-pentium.md: add op_bigmul specification
19070 * inssel-long32.brg: add OP_BIGMUL rule
19071 * mini-ops.h: add OP_BIGMUL
19072 * mini-x86.c: register allocator: handle case where src1 needs to be
19074 * mini.c: substitute special BIGMUL opcode in the tree for
19075 (long)int * (long)int
19077 Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
19079 * jit-icalls.c: call the type ctor on field access if needed.
19081 Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
19083 * mini-ops.h, mini.c, inssel.brg, exceptions.cs: validate arguments passed
19084 to a method (including results of ldelema, bug#43207).
19086 2003-05-26 Dietmar Maurer <dietmar@ximian.com>
19088 * graph.c (cfg_emit_one_loop_level): loop over all blocks. use
19089 colors to show exception handler blocks.
19091 * inssel-x86.brg (OP_OUTARG_VT): dont push zero sized structures
19092 (fix for pinvoke7.cs).
19094 Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19096 * mini.h, mini.c: ensure correct initialization order for types that
19097 require it. Prepare for lazy compilation of jit icall wrappers.
19098 Provide a name for opcode emulation to reduce unneeded mallocing.
19100 Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
19102 * mini-x86.c: better register restoring code and profiling
19103 support for tail calls.
19105 Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19107 * mini.h, driver.c: prepare for leaf methods optimization.
19109 Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
19111 * mini.c: get targets of branches before converting a method.
19113 2003-05-23 Dietmar Maurer <dietmar@ximian.com>
19115 * mini.c (optimize_branches): added some experimental code (disbaled)
19117 2003-05-22 Dietmar Maurer <dietmar@ximian.com>
19119 * mini.c (optimize_branches): fix branch to branch optimization
19121 * exceptions-x86.c (mono_arch_handle_exception): bug fix.
19123 * mini-x86.c (mono_arch_output_basic_block): cleanup up exception code
19125 * inssel-x86.brg: added OP_START_HANDLER, CEE_ENDFINALLY, OP_ENDFILTER
19127 * mini-x86.c (mono_arch_allocate_vars): only reserve space for lmf
19130 2003-05-21 Dietmar Maurer <dietmar@ximian.com>
19132 * mini.c (mono_method_to_ir): call handle_loaded_temps before inlining.
19133 enable use of interface variables again.
19135 * mini-x86.c (mono_arch_get_allocatable_int_vars): dont allocate
19136 I1 to registers because there is no simply way to sign extend 8bit
19137 quantities in caller saved registers on x86.
19139 * inssel-float.brg: set costs of some rules to 2 so
19140 that monobure always select the arch. specific ones if supplied,
19141 regardless of the order we pass the files to monoburg.
19143 Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
19145 * mini.c, mini-x86.c: since the magic trampoline for jumps
19146 can't patch the code directly, we do it as soon as the
19147 method gets compiled.
19149 Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
19151 * mini-x86.c, mini.h: introduce a new patching method
19152 to support CEE_JMP and tail calls.
19153 * mini.c: obey tail.call. Don't precompile methods target
19155 * tramp-x86.c: new trampoline code to handle methods
19156 reached through a jump.
19158 2003-05-20 Dietmar Maurer <dietmar@ximian.com>
19160 * mini-x86.c (mono_arch_get_allocatable_int_vars): allocate 8/16
19161 bit values to registers
19163 2003-05-19 Dietmar Maurer <dietmar@ximian.com>
19165 * mini.c (mono_compile_get_interface_var): share interface
19166 variables if possible.
19168 2003-05-16 Martin Baulig <martin@ximian.com>
19170 * debug-mini.c (mono_init_debugger): New function to initialize
19171 the debugger. This is not in the debugger since it needs to
19172 access some of mini's internals.
19174 2003-05-16 Dietmar Maurer <dietmar@ximian.com>
19176 * mini.c (mono_method_to_ir): inlining fixes/cleanups
19178 Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
19180 * mini.c, mini-opts.h, inssel.brg: inline small memcpy
19181 for value type handling.
19183 2003-05-16 Dietmar Maurer <dietmar@ximian.com>
19185 * mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers
19186 (mono_method_check_inlining): enable inlining of all kinds of wrappers
19188 2003-05-15 Lluis Sanchez Gual <lluis@ideary.com>
19190 * mini.c: fixed little bug in CEE_NEWOBJ case when calling
19191 the constructor through a proxy.
19193 Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
19195 * jit-icalls.c, inssel.brg: fixes to array element address
19198 2003-05-15 Dietmar Maurer <dietmar@ximian.com>
19200 * mini-x86.c (is_regsize_var): allocate pointer to registers
19202 Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
19204 * driver.c: fixed typo, added intrins to the set of optimizations
19205 tested with regressions.
19207 Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19209 * mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
19210 * jit-icalls.c, exceptions.cs: fixed index out of range checks, added
19213 2003-05-14 Dietmar Maurer <dietmar@ximian.com>
19215 * inssel.brg: remove some common pop instructions without side effects
19217 Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
19219 * inssel-x86.brg: fixed thinko in int to double conversions.
19221 Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
19223 * mini.c, jit-icalls.c: added runtime thread-static variable support.
19225 Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
19227 * inssel-long32.brg: two more missing instructions.
19229 2003-05-13 Dietmar Maurer <dietmar@ximian.com>
19231 * mini.c (mono_emit_call_args): set the cil_code for all arguments
19232 if not already set.
19234 2003-05-12 Zoltan Varga <vargaz@freemail.hu>
19236 * mini-x86.c (mono_arch_output_basic_block): Handle negative zero
19239 * basic-float.cs: Added tests for negative zero.
19241 Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
19243 * inssel-long32.brg, basic-long.cs, exceptions.cs: handle
19244 a couple of missing operations for long casts, with test cases.
19246 2003-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19248 * exceptions-x86.c: fixed small leaks in mono_arch_handle_exception.
19250 2003-05-09 Dietmar Maurer <dietmar@ximian.com>
19252 * mini-x86.c (mono_arch_emit_prolog): avoid reallocs with better
19253 code size estimation.
19255 2003-05-08 Dietmar Maurer <dietmar@ximian.com>
19257 * mini.c (mono_jit_create_remoting_trampoline): make it work with
19258 abstract methods (fix bug 42542)
19260 * aot.c: add ability to handle array types
19262 2003-05-08 Zoltan Varga <vargaz@freemail.hu>
19264 * mini.c: Call the _specific versions of the object allocation
19265 functions if possible.
19267 Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
19269 * driver.c: call setlocale ().
19271 Tue May 6 14:38:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
19273 * mini.h, mini.c, aot.c, debug-mini.c, exceptions.c: build fixes for
19276 2003-05-05 Dietmar Maurer <dietmar@ximian.com>
19278 * mini.c (optimize_branches): dont touch code inside exception clauses (fix bug 38136)
19280 * exceptions-x86.c (ves_icall_get_frame_info): also skip remoting
19281 wrappers (fix bug 42122)
19283 2003-05-04 Martin Baulig <martin@ximian.com>
19285 * mini.h (mono_jit_init, mono_jit_cleanup): Added prototypes.
19287 * driver.c: s/MONO_OPT_SAHRED/MONO_OPT_SHARED/g.
19288 s/mini_set_defaults/mono_set_defaults/g.
19290 2003-05-04 Martin Baulig <martin@ximian.com>
19292 * driver.c: s/mini_parse_default_optimizations/mono_parse_default_optimizations/g.
19294 Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
19296 * inssel-long32.brg: add missing lreg: OP_LCONV_TO_U8 (lreg) rule
19297 (reported by Don Roberts).
19299 Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
19301 * mini.c: temporarily work around two bugs for this release.
19303 Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
19305 * Makefile.am: avoid linking libmono with GMODULE_LIBS, because
19306 that contains -export-dynamic and it makes using the ld script
19308 * mini.h, main.c, driver.c: s/mini_main/mono_main/g.
19310 Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
19312 * mini.h, mini-x86.c, driver.c: disable optimizations not available on a
19315 Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
19317 * mini.c: make sure leave calls all the needed finally blocks,
19318 even when the target jumps out of multiple exception clauses.
19320 Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
19322 * ldscript, Makefile.am: add linker script to reduce the number of
19323 exported symbols (should also fix the issues with libwine defining
19324 some of the same symbols in io-layer).
19326 2003-05-01 Zoltan Varga <vargaz@freemail.hu>
19328 * driver.c (mini_main): Avoid assertion when no file name is given on
19331 Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
19333 * driver.c: added --version/-V command line option.
19334 Added the inline optimization in the regression tests.
19336 Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
19338 * mini.c, basic-calls.cs: when inlining, save arguments to locals according
19339 to the type in the method signature (fixes bug#42134).
19341 Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus@ximian.com>
19343 * mini.c: when inlining, check this is not null only when needed (bug #42135).
19345 Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus@ximian.com>
19347 * mini-ppc.h, tramp-pcc.c: type fixes from Max Horn <max@quendi.de>.
19349 2003-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19351 * driver.c: fixed bug #42100.
19353 2003-04-29 Dietmar Maurer <dietmar@ximian.com>
19355 * mini.c (mono_method_to_ir): UNBOX need to CAST objects first
19357 Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
19359 * mini.c: moved most of the code required to do inlining to its own
19360 function so it can be reused. Inline also ctors if appropriate.
19362 2003-04-28 Zoltan Varga <vargaz@freemail.hu>
19364 * Makefile.am: Link with -export-dynamic so shared libs loaded by
19365 the runtime can call mono API functions.
19367 2003-04-27 Martin Baulig <martin@ximian.com>
19369 * debug-mini.c (mono_debug_init_method): Added
19370 `guint32 breakpoint_id' argument; if the method has a breakpoint,
19371 send a notification to the debugger.
19373 * mini.c (mono_method_to_ir): Don't insert a breakpoint if we're
19374 running in the Mono Debugger, just pass the breakpoint number to
19375 mono_debug_init_method().
19377 * tramp-x86.c, tramp-ppc.c: Removed the breakpoint trampolines.
19379 Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
19381 * mini.c: allow some more unsafe compares.
19383 Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19385 * mini-x86.c, Makefile.am: make distcheck works (partially from
19386 a patch by Richard Lee <r.h.lee@attbi.com>).
19387 * regset.c, regset.h: removed, they are unused.
19389 2003-04-25 Dick Porter <dick@ximian.com>
19391 * driver.c: Usage reports the name as 'mono' not 'mini'
19392 * exceptions-x86.c: Build and run on freebsd
19394 Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
19396 * Makefile.am: install the program with the 'mono' name and
19397 the library as libmono instead of mini and libmini.
19399 Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
19401 * driver.c: provide the APIs for the embedding interface of the old jit.
19403 2003-04-23 Dietmar Maurer <dietmar@ximian.com>
19405 * jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)
19407 2003-04-23 Martin Baulig <martin@ximian.com>
19409 * tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.
19411 * driver.c: Added `--debug' command line argument to enable
19414 2003-04-23 Martin Baulig <martin@ximian.com>
19416 * debug.[ch]: Removed. The code is now in
19417 ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
19419 * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
19422 2003-04-22 Dietmar Maurer <dietmar@ximian.com>
19424 * mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)
19426 2003-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19429 (mini_cleanup): moved mono_runtime_cleanup call after the call to
19430 mono_domain_finalize.
19431 (mini_method_compile): use mono_method_profile* if the the option is
19434 2003-04-17 Zoltan Varga <vargaz@freemail.hu>
19436 * tramp-x86.c (mono_arch_create_jit_trampoline): Subsitute synchronized
19437 methods with their wrapper.
19439 * tramp-ppc.c (mono_arch_create_jit_trampoline): Subsitute synchronized
19440 methods with their wrapper.
19442 * jit-icalls.c (mono_ldvirtfn): Subsitute synchronized methods with
19445 * mini.c (mono_method_to_ir): Subsitute synchronized methods with their
19448 * mini.c (mono_method_check_inlining): Avoid inlining synchronized
19451 2003-04-17 Dietmar Maurer <dietmar@ximian.com>
19453 * exceptions-x86.c (mono_arch_handle_exception): fix for bug 36252
19455 2003-04-16 Dietmar Maurer <dietmar@ximian.com>
19457 * mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
19458 of the mempool. This is slightly faster and uses less memory
19460 Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
19462 * mini.c: avoid O(n) allocation for variables.
19464 Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19466 * mini.c: handle items on the stack after inlining methods.
19468 Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
19470 * mini.c: make the method->opcode optimization dependent
19471 on MONO_OPT_INSTRINS and do it lazily.
19473 Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
19475 * driver.c: print overall results at the end of regression run.
19477 Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
19479 * inssel.brg: don't overwrite symbolic registers.
19481 Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
19483 * inssel-x86.brg: fix conversion from long to float.
19485 2003-04-11 Dietmar Maurer <dietmar@ximian.com>
19487 * mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)
19489 2003-04-10 Zoltan Varga <vargaz@freemail.hu>
19491 * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
19493 * driver.c: Added --print-vtable option as in the old JIT.
19495 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19497 * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
19499 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
19501 * inssel.brg, basic.cs: fixed checked conversions to byte and short.
19503 2003-04-09 Zoltan Varga <vargaz@freemail.hu>
19505 * mini.c regalloc.c regalloc.h: Fix memory leak.
19507 2003-04-09 Dietmar Maurer <dietmar@ximian.com>
19509 * aot.c (mono_aot_get_method): register all used strings
19511 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
19513 * mini.c: always intern strings references with ldstr at compile time.
19515 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
19517 * Makefile.am: add BUILT_SOURCES.
19519 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
19521 * driver.c: give a better error message when the assembly to execute
19522 doesn't have an entry point.
19524 2003-04-07 Dietmar Maurer <dietmar@ximian.com>
19526 * Makefile.am: added hack for automake
19528 * mono/mini/mini.c (mono_save_args): always copy arguments to keep
19531 * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
19533 22003-04-07 Martin Baulig <martin@ximian.com>
19535 * Makefile.am: Added Makefile.am.
19537 * debugger-main.c: Removed, this is now in the debugger where it
19540 * mini.pc.in: Call this package `mini' for the moment.