2010-06-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / ChangeLog
1 2010-06-27  Zoltan Varga  <vargaz@gmail.com>
2
3         * mini-trampolines.c (common_call_trampoline): Remove the code which created static
4         rgctx trampolines when called from LLVM, they won't work for dynamic rgctx arguments
5         if the callsite is patched.
6
7         * mini-llvm.c (process_call): Disable calls which need an rgctx arg if not using
8         the llvm branch.
9
10         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Fix the name of
11         the trampoline in the xdebug info.
12
13         * mini-trampolines.c (common_call_trampoline): Make the last change work for LLVM
14         as well.
15
16 2010-06-26  Zoltan Varga  <vargaz@gmail.com>
17
18         * mini-llvm.c: Fix a few problems exposed by make check.
19
20 2010-06-25  Mark Probst  <mark.probst@gmail.com>
21
22         * mini-trampolines.c (common_call_trampoline): An ugly hack to
23         work around a potentially very hard to fix problem with inflating
24         generic methods.
25
26 2010-06-26  Zoltan Varga  <vargaz@gmail.com>
27
28         * method-to-ir.c (mono_emit_wb_aware_memcpy): Remove the workaround as the core
29         problem has been fixes.
30
31 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
32
33         * Makefile.am: Add an 'SGEN' make variable to allow tests to be run with SGEN.
34
35         * mini-gc.c (mini_gc_init_cfg): Use mono_gc_is_moving () instead of HAVE_SGEN_GC.
36         It might be be better to define a MonoGCJitOptions structure later and have the
37         GC return that.
38
39         * mini-darwin.c: Don't undefine pthread_ calls for SGEN, they are no longer defined.
40
41         * Makefile.am: Use libwapi.la for both sgen and non-sgen builds.
42
43         * debugger-agent.c (get_objref): Implement support for sgen.
44
45         * driver.c: Remove the unused gc_wrapper.h include.
46
47         * driver.c (mono_main): Delegate the --desktop mode optimizations to the GC
48         implementation.
49
50 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
51
52         * driver.c (mono_main): Use mono_gc_get_description () to print the GC name.
53
54         * mini-gc.c (mini_gc_init_cfg): New function to initialize GC specific flags
55         in MonoCompile.
56
57         * method-to-ir.c mini.c: Remove usage of HAVE_SGEN_GC and use runtime checks
58         instead.
59
60 2010-06-23  Miguel de Icaza  <miguel@novell.com>
61
62         * Makefile.am: Build the mono-sgen binary a Mono VM with the Sgen
63         GC enabled as well as libmono-sgen-2.0 and libomonosgen-static
64
65         * driver.c: Do not depend on the USED_GC_NAME when using SGen, use
66         it only for Boehm diagnostics.
67
68         * Makefile.am: Make the file a bit more consistent.
69
70         * debug-debugger.c: Wrap the entire file with an #ifdef
71         MONO_DEBUGGER_SUPPORTED to simplify the build.
72
73         * Makefile.am: Fix the opcodes build issue by including the
74         source, not by including the .lo file directly
75
76         Always bring the MDB sources into the build, to drop the
77         dependency on the AM_CONDITIONAL from configure.in as the hard
78         debugger supports Boehm, but not Sgen, this simplifies the build. 
79
80         * Renamed the *.s files into *.S
81
82 2010-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
83
84         * method-to-ir.c (mono_emit_wb_aware_memcpy): Don't emit bitmap
85         wb for now on 64bits systems while issues with valuetype returns
86         are not fixed.
87
88 2010-06-24  Zoltan Varga  <vargaz@gmail.com>
89
90         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add support for using a standard set of
91         passes by calling createStandardFunctionPasses ().
92
93 2010-06-23  Zoltan Varga  <vargaz@gmail.com>
94
95         * mini.h (MONO_INS_HAS_NO_SIDE_EFFECT): Add OP_LDADDR.
96
97 2010-06-22  Zoltan Varga  <vargaz@gmail.com>
98
99         * method-to-ir.c (mono_method_to_ir): Don't mark loads from OP_LDADDR with
100         MONO_INST_FAULT.
101
102         * mini-llvm.c (mono_llvm_emit_method): Recalculate MONO_INST_INDIRECT flags to
103         allow better optimization if the OP_LDADDR which caused the flag to be set was
104         optimized away.
105
106         * exceptions-amd64.c (get_throw_trampoline): Align the stack properly.
107
108         * mini-amd64.c (mono_arch_emit_exceptions): Pass only the type token index, not
109         the type token.
110
111         * mini-llvm.c (emit_entry_bb): Save the this argument only in gshared methods.
112
113         * mini-llvm.c: Fix a couple memory leaks. Get rid of a few #ifdefs.
114
115 2010-06-22  Zoltan Varga  <vargaz@gmail.com>
116
117         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Call patch_callsite ()
118         to handle the code sequence generated for non-near calls. Fixes #616056.
119
120 2010-06-21  Zoltan Varga  <vargaz@gmail.com>
121
122         * exceptions-x86.c (mono_arch_find_jit_info_ext): Adjust eip in the lmf case too.
123
124         * exceptions-x86.c: Add a resume_unwind trampoline for LLVM.
125
126         * mini-llvm.c (exception_cb): For nested clauses, add the same try range to the
127         nesting clause too.
128         (mono_llvm_check_method_supported): Enable llvm for methods with nested clauses.
129         (mono_llvm_emit_method): Instead of calling 'mono_resume_unwind' directly, call a
130         trampoline which saves the context, so changes made to callee saved registers in
131         finally clauses are visible to a nesting catch clause.
132
133         * exceptions-amd64.c: Add a resume_unwind trampoline for LLVM.
134
135         * mini-exceptions.c (mono_handle_exception_internal): Fix support for nested clauses
136         in LLVM compiled code.
137         (mono_handle_exception_internal): Add a 'ctx' argument containing the state after
138         the finally handler has ran.
139
140         * mini.h (ResumeState): New structure containing information required to resume
141         exception handling after executing LLVM compiled finally clauses.
142
143         * exceptions-amd64.c (get_throw_trampoline): Clean up the amd64 throw trampolines a
144         bit, by passing all the registers as one argument.
145
146 2010-06-19  Zoltan Varga  <vargaz@gmail.com>
147
148         * tramp-amd64.c (mono_arch_create_generic_trampoline): Increase the buf len a little,
149         to avoid an assert.
150
151 2010-06-18  Zoltan Varga  <vargaz@gmail.com>
152
153         * aot-compiler.c (emit_klass_info): Mark unloadable classes properly.
154
155         * aot-compiler.c aot-runtime.c: Fix LLVM support.
156
157         * mini-llvm.c: When emitting OP_CALL_HANDLER, avoid branching directly to the landing
158         pad, branch to a new bblock instead.
159
160         * aot-compiler.c (emit_method_code): Use cfg->header instead of the header of
161         orig_method.
162
163         * exceptions-amd64.c (mono_arch_exceptions_init): Fix fullaot support.
164
165         * mini-llvm.c (process_bb): Add support for OP_SQRT when using the LLVM mono branch.
166
167 2010-06-17  Geoff Norton  <gnorton@novell.com>
168
169         * mini-arm.h:
170         * exceptions-arm.c: Move the UCONTEXT macros to mono-sigcontext.h so they
171         can be used by sgen.
172
173 2010-06-17  Zoltan Varga  <vargaz@gmail.com>
174
175         * aot-compiler.c (emit_klass_info): Handle type load exceptions.
176
177         * method-to-ir.c (mono_method_to_ir): Avoid a crash if mono_method_get_header ()
178         fails.
179
180         * exceptions-x86.c (mono_x86_throw_corlib_exception): Negate the decrement of
181         the ip done by throw_exception (), it is not needed for corlib exceptions.
182
183 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
184
185         * method-to-ir.c (mono_emit_wb_aware_memcpy): Simplify this function.
186         Call new jit icall mono_gc_wbarrier_value_copy_bitmap for vt wbarrier
187         of size > 5 words. This support fast barriers for value types up to
188         256/512 bytes which     beyond that the copying itself is the major issue.
189
190         * method-to-ir.c (mini_emit_stobj): The intrinsic version is safe
191         for gsharing, so use it.
192
193         This eliminate all calls to mono_value_copy from managed code in
194         gmcs, fsharp and ipy.
195
196         This gives a 2% perf boost on ipy and 1% on gmcs over previous patches.
197
198         Even thou a lot of mono_value_copy calls were eliminated from fsharp,
199         performance kept
200
201         * mini.c (mini_init): Register new icall.
202
203 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
204
205         * method-to-ir.c (mono_emit_wb_aware_memcpy): Handle nested valuetypes.
206         This eliminates 2% of mono_value_copy calls on ipy and 12% on fsharp.
207
208 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
209
210         * method-to-ir.c (mini_emit_stobj): Don't call mono_value_copy for small
211         value types as the overhead is huge. Manually expand it up to 5 words to
212         avoid code bloat.
213
214         This improves gmcs times by 5% and unmodified binary-tree by 78%. The later
215         is an exception that performance is dominated by mono_value_copy.
216
217         This puts sgen about 5% ahead of boehm in terms of wall-clock on a Core2Quad.
218
219 2010-06-17  Zoltan Varga  <vargaz@gmail.com>
220
221         * mini-llvm.c (process_call): Disable LLVM for calls to generic class init
222         trampolines on x86, since those have their own cconv.
223
224         * exceptions-x86.c (mono_arch_exceptions_init): Implement the llvm throw corlib
225         exception trampolines.
226
227         * tramp-x86.c: Add xdebug info for a few trampolines.
228
229         * mini-llvm.c: Set the name of the arguments.
230
231         * mini-llvm.c (emit_cond_system_exception): Pass the ip of to throw_corlib_trampoline
232         using a block address if using the LLVM mono branch.
233
234         * exceptions-amd64.c (mono_arch_exceptions_init): Add new LLVM throw corlib exception
235         trampolines.
236
237 2010-06-15  Zoltan Varga  <vargaz@gmail.com>
238
239         * mini-ppc.c (mono_arch_get_cie_program): Define this for powerpc too.
240
241         * mini-llvm.c (process_bb): Add a missing CHECK_FAILURE.
242
243         * mini.c (mini_init): Remove some of the llvm restrictions, they are no longer needed.
244
245         * method-to-ir.c (mono_method_to_ir): Enable fast virtual calls when using llvm.
246
247         * mini-trampolines.c (mono_llvm_vcall_trampoline): Rewrite this to use one vtable
248         trampoline per vtable slot index. The slot, along with the 'this' argument is enough
249         to identify the vtable slot address plus the method which needs to be compiled.
250
251         * mini.c (mini_get_vtable_trampoline): Use one vtable trampoline per vtable slot when
252         using llvm.
253
254         * mini-x86.c (get_call_info_internal): Change the managed calling convention so
255         'this' is always passed as the first argument, before the vtype ret arg. This
256         simplifies get_this_arg_reg () and LLVM integration.
257
258         * mini-amd64.c (get_call_info): Fix the handling of MONO_TYPE_TYPEDBYREF after
259         the latest changes.
260
261         * tramp-x86.c (mono_arch_create_generic_trampoline): Emit unwind info for
262         these trampolines.
263
264         * mini-x86.c (mono_arch_get_cie_program): Implement this for x86.
265
266         * mini-llvm.c: Fix compilation with llvm 2.6.
267
268         * mini-amd64.c (CallInfo): Fix the position of the vret_arg_index field.
269
270         * mini-llvm.c (mono_llvm_emit_method): Fix the build if LLVM_MONO_BRANCH is not
271         defined.
272
273         * mini-amd64.c (get_call_info): Change the managed calling convention so 'this'
274         is always passed as the first argument, before the vtype ret arg. This simplifies
275         get_this_arg_reg () and LLVM integration.
276
277 2010-06-14 Rodrigo Kumpera  <rkumpera@novell.com>
278
279         * method-to-ir.c (mono_method_to_ir): Add support for .ctor intrinsics.
280
281         * method-to-ir.c (mini_emit_inst_for_ctor): New function for .ctor intrinsics.
282         For now just call simd intrinsics. This makes "x[0] = new Vector4f (10)" 
283         translate into much nicer code.
284
285 2010-06-14  Zoltan Varga  <vargaz@gmail.com>
286
287         * mini-llvm.c (sig_to_llvm_sig_full): Add a 'sinfo' out argument which returns
288         parameter index information. Use this to simplify a lot of code.
289
290         * unwind.c (mono_unwind_decode_fde): Handle augmentions using a loop.
291
292 2010-06-12  Zoltan Varga  <vargaz@gmail.com>
293
294         * aot-compiler.c (compile_method): Add a 'depth' parameter to add_generic_class too
295         to fix infinite generic recursion. Fixes #612702.
296
297 2010-06-11  Zoltan Varga  <vargaz@gmail.com>
298
299         * object.c: Use a callback to create IMT trampolines, allowing the usage of one
300         imt trampoline per imt slot when using LLVM.
301
302 2010-06-10  Jonathan Pryor  <jpryor@novell.com>
303
304         * mini.c (mini_cleanup): Call mono_runtime_shutdown(). Fixes #438454.
305
306 2010-06-09  Levi Bard  <levi@unity3d.com>
307
308         * debugger-agent.c: Clear unloaded types on appdomain unload.
309
310 2010-06-08  Zoltan Varga  <vargaz@gmail.com>
311
312         * liveness.c (visit_bb): Make the component vregs of long vars volatile as well.
313         Fixes #612206.
314
315         * exceptions.cs: Add a test.
316
317 2010-06-06  Zoltan Varga  <vargaz@gmail.com>
318
319         * mini-llvm.c (mono_llvm_check_method_supported): Only disable llvm for nested clauses.
320
321         * mini.c (mini_method_compile): Move the LLVM checks to a function in mini-llvm.c.
322
323         * mini.c (mono_jit_runtime_invoke): Initialize *exc to NULL before calling the wrapper,
324         so it doesn't have to do it.
325
326         * helpers.c (mono_disassemble_code): Flush stdout, so the output from the spawned
327         process does not mix with ours.
328
329         * mini-llvm.c (mono_llvm_emit_method): Refactor this giant function into smaller
330         ones.
331
332         * mini-llvm.c method-to-ir.c ir-emit.h: When using the llvm mono branch, allow
333         loads/stores which can throw exceptions inside clauses.
334
335 2010-06-05  Zoltan Varga  <vargaz@gmail.com>
336
337         * mini-llvm.c (mono_llvm_emit_method): Fix support for finally clauses with more than
338         one ENDFINALLY.
339
340         * mini.c (mini_init): Register mono_resume_unwind as an icall.
341
342 2010-06-03  Zoltan Varga  <vargaz@gmail.com>
343
344         * dwarfwriter.c: Update after the mono_debug_lookup_locals () changes.
345
346         * debugger-agent.c (method_commands_internal): Ditto. Return scope information for
347         locals.
348
349 2010-06-03  Zoltan Varga  <vargaz@gmail.com>
350
351         * debugger-agent.c (appdomain_unload): Clear all breakpoint instances in the dying
352         appdomain.
353
354 2010-06-02  Zoltan Varga  <vargaz@gmail.com>
355
356         * method-to-ir.c (set_rgctx_arg): New helper function to remove some duplicate code.
357         Use a separate generic class init trampoline for llvm, since it needs a different
358         signature.
359
360         * unwind.c (mono_unwind_decode_fde): Make this decode the mono specific LSDA which
361         includes the location of this/rgctx.
362
363         * mini-llvm.c aot-runtime.c: Enable generic sharing for llvm if using the LLVM mono
364         branch.
365
366 2010-06-01  Zoltan Varga  <vargaz@gmail.com>
367
368         * mini.c (mini_method_compile): Enable llvm+exceptions on LLVM SVN.
369
370         * mini-llvm.c (emit_cond_system_exception): Disable llvm when this occurs in a
371         clause.
372
373 2010-05-31  Zoltan Varga  <vargaz@gmail.com>
374
375         * unwind.c (mono_unwind_decode_fde): The FDE only has an augmention if the CIE
376         says so.
377
378         * aot-runtime.c (decode_eh_frame): Fix an assert condition.
379
380         * aot-compiler.c (patch_to_string): New debugging helper function.
381
382 2010-05-30  Zoltan Varga  <vargaz@gmail.com>
383
384         * exceptions-amd64.c (get_throw_trampoline): Fix the xdebug name of the corlib
385         trampoline.
386
387         * exceptions-x86.c (mono_arch_exceptions_init): Create an llvm rethrow trampoline too.
388
389         * mini-llvm.c (mono_llvm_emit_method): Implement OP_RETHROW.
390
391         * method-to-ir.c (mono_method_to_ir): Emit a OP_NOT_REACHED after a rethrow.
392
393         * mini-llvm.c (emit_call): Compute the containing try clause correctly for nested
394         clauses.
395
396         * mini.c (create_jit_info): Print EH clause info for LLVM too.
397
398 2010-05-28  Mark Probst  <mark.probst@gmail.com>
399
400         * method-to-ir.c (mono_method_to_ir): Emit a write barrier for
401         cpobj with reference types.
402
403 2010-05-28  Mark Probst  <mark.probst@gmail.com>
404
405         * method-to-ir.c (mono_method_to_ir): Only explicitly add the
406         write barrier for reference types.
407
408 2010-05-27  Zoltan Varga  <vargaz@gmail.com>
409
410         * mini-s390x.c (mono_arch_output_basic_block): Applied patch from Aurelien Minvielle
411         . Fix OP_ATOMIC_EXCHANGE_I4 on s390x. Fixes #609023.
412
413 2010-05-31  Martin Baulig  <martin@ximian.com>
414
415         Fix #608271.
416
417         * debugger-agent.c (breakpoints_cleanup): Iterate over `event_requests', call
418         clear_breakpoint() on all breakpoint events and remove them from the list.
419
420 2010-05-27  Martin Baulig  <martin@ximian.com>
421
422         Fix #605698.
423
424         * debugger-agent.c (method_commands, type_commands): Temporarily
425         set the appdomain while executing this method; do all metadata
426         calls in the debuggee's appdomain where user assemblies are loaded.
427
428 2010-05-27  Zoltan Varga  <vargaz@gmail.com>
429
430         * mini-s390x.c (mono_arch_get_delegate_invoke_impls): Fix the s390x build.
431
432 2010-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
433
434         * method-to-ir.c (mono_method_to_ir): Add missing write barrier to stobj.
435
436 2010-05-26  Zoltan Varga  <vargaz@gmail.com>
437
438         * method-to-ir.c: Instead of freeing method headers immediately, save them in a list in
439         MonoCompile, and free them in mono_destroy_compile (), since the MonoType's in them could
440         be referenced even after the header is freed.
441
442         * aot-runtime.c: Remove the half finished support for decoding the .arm_exidx
443         section.
444
445 2010-05-25  Zoltan Varga  <vargaz@gmail.com>
446
447 2010-05-25  Bill Holmes  <billholmes54@gmail.com>
448
449         * genmdesc.c (main): Fixing the detection of the nacl switch.
450
451         Code is contributed under MIT/X11 license.
452
453 2010-05-25  Zoltan Varga  <vargaz@gmail.com>
454
455         * exceptions-amd64.c (mono_arch_find_jit_info_ext): Adjust the ip for LMF frames too.
456
457         * mini-llvm.c aot-compiler.c: More LLVM 2.8 updates.
458
459         * mini.h (LLVM_CHECK_VERSION): New helper macro.
460
461 2010-05-25  Miguel de Icaza  <miguel@novell.com>
462
463         * genmdesc.pl (build_spec): Add support for nacl: keyword also to
464         the Perl program
465
466         * genmdesc.c: Added support for nacl: key on the machine
467         description files to support the extra space required by Google
468         Native Client.
469
470 2010-05-23  Zoltan Varga  <vargaz@gmail.com>
471
472         * mini.c (mono_jit_compile_method_inner): Propagate exceptions in one more place.
473
474 2010-05-23  Zoltan Varga  <vargaz@gmail.com>
475
476         * mini.c (mono_jit_compile_method_inner): Propagate exceptions from
477         mono_runtime_class_init_full ().
478         (mono_jit_runtime_invoke): Ditto. Fixes #608073.
479
480 2010-05-22  Zoltan Varga  <vargaz@gmail.com>
481
482         * mini-llvm.c mini-llvm-cpp.cpp: Update after LLVM 2.8 changes.
483
484 2010-05-21  Zoltan Varga  <vargaz@gmail.com>
485
486         * mini-ppc.c (mono_arch_output_basic_block): Use ins->inst_c1 instead of p1, the
487         two are not the same on ilp32.
488
489 2010-05-21  Zoltan Varga  <vargaz@gmail.com>
490
491         * mini.c (mono_jit_compile_method_inner): Remove a DISABLE_JIT block which was
492         added by mistake.
493
494         * mini-ppc.c: Fix the DISABLE_JIT build.
495
496 2010-05-20  Zoltan Varga  <vargaz@gmail.com>
497
498         * aot-runtime.c (decode_resolve_method_ref): Rename this from decode_method_ref_2.
499         (make_writable): Remove this unused function.
500
501 2010-05-20  Zoltan Varga  <vargaz@gmail.com>
502
503         * aot-compiler.c: Collect all information about a PLT entry into a separate MonoPltEntry
504         structure. Make the labels to plt entries local symbols instead of assembler local
505         labels, since tha latter causes problems for the iphone linker.
506
507 2010-05-19  Zoltan Varga  <vargaz@gmail.com>
508
509         * mini-ppc.c (mono_ppc_is_direct_call_sequence): Handle one more case with ilp32.
510
511 2010-05-17  Zoltan Varga  <vargaz@gmail.com>
512
513         * mini-ppc.c (mono_ppc_is_direct_call_sequence): Handle ilp32.
514         (ppc_patch_full): Ditto.
515
516         * mini-arm.c (mono_arch_build_imt_thunk): Fix the fail_tramp case.
517
518         * method-to-ir.c (mono_method_to_ir): Use fast generic virtual method invocation
519         if gshared is enabled, to avoid asserts in the trampoline code.
520
521         * mini-ia64.c (mono_arch_build_imt_thunk): Implement generalized imt thunks
522         on ia64.
523
524 2010-05-15  Geoff Norton  <gnorton@novell.com>
525
526         * dwarfwriter.c, xdebug.c: Fix a pretty large leak when running in 
527         xdebug mode.
528
529 2010-05-14  Geoff Norton  <gnorton@novell.com>
530
531         * exceptions-x86.c: Fix the alignment of this trampoline so we dont get a 
532         misaligned stack on darwin.
533
534 2010-05-14  Zoltan Varga  <vargaz@gmail.com>
535
536         * mini-arm.c aot-compiler.c: Implement support for generalized imt thunks on
537         arm.
538
539 2010-05-14  Zoltan Varga  <vargaz@gmail.com>
540
541         * xdebug.c: Fix ARM support.
542
543 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
544
545         * exceptions-x86.c (mono_arch_handle_exception): Resume from the signal handler
546         and do most of the work on the normal stack.
547         (mono_x86_get_signal_exception_trampoline): New x86 specific trampoline function.
548
549 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
550
551         * aot-compiler.c: Put non-code data into the .rodata section on linux.
552
553 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
554
555         * exceptions-arm.c (mono_arch_handle_exception): Fix the cross-compile case.
556
557 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
558
559         * exceptions-arm.c (mono_arch_handle_exception): Resume from the signal handler
560         and do most of the work on the normal stack.
561
562 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
563
564         * exceptions-amd64.c (mono_arch_handle_exception): Resume from the signal handler
565         and do most of the work on the normal stack even if sigaltstack is disabled.
566
567 2010-05-12  Zoltan Varga  <vargaz@gmail.com>
568
569         * exceptions-amd64.c (mono_arch_sigctx_to_monoctx): Simplify this now that
570         UCONTEXT_REG_ constants are available on linux as well.
571         (mono_arch_monoctx_to_sigctx): Ditto.
572         (mono_arch_ip_from_context): Ditto.
573
574 2010-05-12  Zoltan Varga  <vargaz@gmail.com>
575
576         * debugger-agent.c (set_breakpoint): Fix setting of pending breakpoints in
577         other domains.
578
579 2010-05-11  Zoltan Varga  <vargaz@gmail.com>
580
581         * aot-compiler.c (emit_plt): Don't align the plt to a pagesize on x86, it is
582         no longer needed.
583
584 2010-05-10  Zoltan Varga  <vargaz@gmail.com>
585
586         * debugger-agent.c (insert_breakpoint): Print a more descriptive error message
587         if a breakpoint cannot be inserted.
588
589 2010-05-08  Zoltan Varga  <vargaz@gmail.com>
590
591         * aot-compiler.c (emit_and_reloc_code): Fix a warning.
592
593 2010-05-07  Zoltan Varga  <vargaz@gmail.com>
594
595         * debugger-agent.c (frame_commands): Return an error instead of asserting if
596         no JIT info is found for the method.
597
598 2010-05-05 Jonathan Chambers  <joncham@gmail.com>
599
600         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Protect against a NULL sigctx
601         in debug printf.
602
603 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
604
605         * mini-amd64.c (mono_arch_get_trampolines): New arch specific function returning
606         a list of arch specific trampolines.
607
608         * aot-compiler.c (emit_trampolines): Use it.
609
610 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
611
612         * tramp-<ARCH>.c exceptions-<ARCH>.c mini-trampolines.c mini-exceptions.c
613         aot-compiler.c: Use the _full trampoline creation functions on all platforms,
614         get rid of the _full from their name.
615
616 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
617
618         * tramp-x86.c (mono_arch_create_generic_trampoline): Call
619         get_nullified_class_init_trampoline to remove some code duplication.
620
621 2010-05-03  Zoltan Varga  <vargaz@gmail.com>
622
623         * mini-x86.c (mono_arch_emit_prolog): Fix full-aot support for thread
624         attach.
625
626 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
627
628         * mini-amd64.c (mono_arch_emit_load_aotconst): New arch-specific function.
629
630         * tramp-amd64.c: Use emit_load_aotconst to remove some code duplication.
631
632         * aot-runtime.c (init_plt): Make the default entries point to the AOT trampoline,
633         there is no need to jump through the first plt entry.
634
635         * aot-runtime.c (mono_aot_get_named_code): Rename to mono_aot_get_trampoline.
636
637         * aot-runtime.c (mono_aot_get_plt_entry): Move the arch specific parts to an
638         arch-specific function.
639         (mono_aot_get_plt_info_offset): Ditto.
640
641         * aot-runtime.c (mono_aot_register_jit_icall): New helper function called from
642         mono_arch_init () to register jit icalls called from full-aot trampolines.
643         (load_function): Get rid of the arch specific #ifdefs, move the relevant code
644         to mini-<ARCH>.c.
645
646         * exceptions-amd64.c (mono_arch_get_throw_corlib_exception_full): Get rid of
647         the specialized throw corlib exception trampoline, use a variant of the normal
648         trampoline along with a new C function which does the call to
649         mono_exception_from_token (), just like on x86.
650
651 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
652
653         * mini-trampolines.c aot-compiler.c tramp-<ARCH>.c exceptions-<ARCH>.c:
654         Reorganize the full aot trampoline creation functions, instead of taking a bunch
655         of out arguments, they will now take a MonoTrampInfo** out argument. Simplify
656         some code in aot-compiler.c because of this. Remove the non-full aot trampoline
657         creation functions on architectures which have the full-aot ones.
658
659 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
660
661         * mini-ppc.c (mono_arch_decompose_long_opts): Fix LNEG.
662
663 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
664
665         * mini-ppc.c (mono_arch_emit_exceptions): Initialize exc_throw_pos/found
666         explicitly, this seems to be required by some gcc versions at -O2.
667
668         * mini-arm.c: Ditto.
669
670 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
671
672         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Fix full-aot support for
673         has_target delegate invokes.
674
675 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
676
677         * mini.h (MonoAotTrampInfo): Rename this to MonoTrampInfo, add patches/unwind
678         info fields.
679
680         * aot-compiler.c (mono_aot_tramp_info_create): Rename to mono_tramp_info_create,
681         add patches/unwind info arguments, move to mini.c.
682
683         * mini-<ARCH>.c aot-compiler.c: Update after the above changes.
684
685 2010-04-30  Zoltan Varga  <vargaz@gmail.com>
686
687         * debugger-agent.c (type_commands): Add a new CMD_TYPE_GET_SOURCE_FILES_2
688         command which returns full path names.
689
690 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
691
692         * tramp-x86.c (mono_arch_create_generic_class_init_trampoline_full): Set the
693         code_size output variable.
694
695         * mini-x86.c (mono_arch_emit_prolog): Compute the GOT addr before calling
696         mono_get_lmf_addr.
697         
698 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
699
700         * mini-x86.c (mono_arch_emit_prolog): Remove a disable_aot which is not needed.
701         (mono_arch_cpu_optimizazions): Make this a no-op when running with full aot.
702         (mono_arch_cpu_enumerate_simd_versions): Ditto.
703
704 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
705
706         * image-writer.c (asm_writer_emit_alignment): Use ilog2 for alignments for the
707         apple assembler.
708
709 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
710
711         * mini-x86.c (mono_arch_emit_prolog): Avoid an assert in full-aot mode.
712
713 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
714
715         * aot-runtime.c (load_function): Use TARGET_X86 instead of __i386__.
716
717 2010-04-28  Zoltan Varga  <vargaz@gmail.com>
718
719         * aot-compiler.c (emit_got_info): Double the buffer size to avoid an assert.
720
721 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
722
723         * dwarfwriter.c (emit_line_number_info): Get rid of the usage of GArray, so
724         line number support works with eglib.
725
726 2010-04-27  Miguel de Icaza  <miguel@novell.com>
727
728         * driver.c, mini.c: Since linking with LLVM makes the default Mono
729         dirty an extra 70kb pages on startup we are now going to choose a
730         different strategy: ship mono and mono-llvm binaries, with the
731         second being the one that links with LLVM and defaults to LLVM
732         being enabled.
733
734 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
735
736         * tramp-x86.c exceptions-x86.c mini-x86.c aot-compiler.c aot-runtime.c: 
737         Implement full-aot support on x86.
738
739         * method-to-ir.c: Always use a got var on x86 too, just like on ppc, because the
740         trampolines depend on it. Use MONO_ARCH_GOT_REG as the got register, instead of
741         the first register returned by get_global_int_regs ().
742
743         * cpu-x86.md: Fix the length of insertx_u1_slow.
744
745         * iltests.il.in: Disable tail call tests when running with full-aot.
746
747 2010-04-26  Zoltan Varga  <vargaz@gmail.com>
748
749         * method-to-ir.c (mono_op_to_op_imm_noemul): Fix a warning.
750
751 2010-04-24  Mark Probst  <mark.probst@gmail.com>
752
753         * mini.c, driver.c: Initialize mono_use_llvm in mono_main(), not
754         in the initializer, because it's non-constant.
755
756 2010-04-23  Miguel de Icaza  <miguel@novell.com>
757
758         * mini.c: Use MONO_USE_LLVM as an environment flag to turn the use
759         of LLVM on by default.   Used for buildbots and other setups.
760
761 2010-04-24  Zoltan Varga  <vargaz@gmail.com>
762
763         * mini.c: Set mono_use_llvm to FALSE even if mono is compiled with LLVM.
764
765 2010-04-23  Kornel Pal  <kornelpal@gmail.com>
766
767         * method-to-ir.c (mono_method_to_ir): Enable inlining of pointer-sized unmanaged
768         initonly static fields when using moving GC.
769
770         Contributed under MIT/X11 license.
771
772 2010-04-23  Geoff Norton  <gnorton@novell.com>
773
774         * mini-amd64.h: Darwin x86_64 support.
775
776 2010-04-20  Jonathan Pryor  <jpryor@novell.com>
777
778         * exceptions-arm.c: Remove platform checks in favor of configure checks.
779
780 2010-04-19  Jonathan Pryor  <jpryor@novell.com>
781
782         * exceptions-arm.c: Add Android support for sigcontext structure.
783
784 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
785
786         * mini.c (mono_jit_compile_method_inner): Implement the check for native func
787         wrappers correctly now that their wrapper info is NULL.
788
789 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
790
791         * mini.c (mono_jit_compile_method_inner): Avoid calling
792         mono_marshal_method_from_wrapper () for native func wrappers. Fixes #597189.
793
794 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
795
796         * genmdesc.c (inst_name): Define this as a copy of mono_inst_name in helpers.c,
797         so the latter can be #ifndef DISABLE_JIT-ed.
798
799         * helpers.c: Comment out the opstr array if DISABLE_JIT is set.
800
801 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
802
803         * method-to-ir.c driver.c: Disable a few more things when DISABLE_JIT is set.
804
805 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
806
807         * mini-llvm.c (emit_entry_bb): Fix support for simd arguments passed on the
808         stack.
809
810 2010-04-15  Zoltan Varga  <vargaz@gmail.com>
811
812         * debugger-agent.c (type_commands): Call mono_class_setup_methods () before
813         calling mono_class_num_methods (). Fixes #592244.
814
815 2010-04-14  Zoltan Varga  <vargaz@gmail.com>
816
817         * mini-x86.c (mono_arch_get_llvm_call_info): Handle empty structures correctly.
818
819         * mini-llvm.c: Disable LLVM for calls with non-default calling conventions.
820
821 2010-04-14  Zoltan Varga  <vargaz@gmail.com>
822
823         * method-to-ir.c (handle_box_inst): Merge into handle_box, simplify the merged
824         version.
825         * (handle_alloc): Ditto.
826         (mono_method_to_ir): Remove the constrained call restriction added by a previous
827         change, its not needed anymore.
828
829 2010-04-12  Zoltan Varga   Kumpera  <rkumpera@novell.com>
830
831         * mini-posix.c (sigusr1_signal_handler): Fix build on
832         non x86/amd64 systems.
833
834 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
835
836         * method-to-ir.c (mono_method_to_ir): Disable generic sharing for constrained
837         calls where the constrained class needs a context. Fixes #595863.
838
839         * iltests.il.in: Add a test.
840
841 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
842
843         * mini.c (mini_method_compile): Disable llvm+methods with clauses again, llvm
844         2.6/SVN seems to have broken support for them.
845
846 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
847
848         * mini-llvm.c: Fix support for LLVM 2.6.
849
850 2010-04-10  Zoltan Varga  <vargaz@gmail.com>
851
852         * debugger-agent.c (thread_commands): Add a GET_ID command to get the
853         MonoInternalThread belonging to the thread.
854
855 Fri Apr 9 15:28:01 CEST 2010 Paolo Molaro <lupus@ximian.com>
856
857         * driver.c, optflags-def.h, ir-emit.h: introduce an unsupported
858         unsafe optimization that will remove bound checks.
859
860 2010-04-08  Kornel Pal  <kornelpal@gmail.com>
861
862         * method-to-ir.c (mini_emit_inst_for_method): Fix a typo that caused
863         CompareExchange not to be inlined for I8.
864
865         Contributed under MIT/X11 license.
866
867 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
868
869         * array.cs: Add tests for cast between primitive array types.
870
871 2010-04-07 Andreia Gaita  <avidigal@novell.com>
872
873         * Makefile.am: create a convenience library for moon to link with
874
875 2010-04-07 Paolo Molaro <lupus@ximian.com>
876
877         * method-to-ir.c: optimize array accesses from generic interfaces.
878
879 2010-04-06  Zoltan Varga  <vargaz@gmail.com>
880
881         * mini-llvm.c: Update after the memset/memcpy intrinsics changes in LLVM SVN.
882
883 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
884
885         * method-to-ir.c (mono_method_to_ir): Handle call to virtual final methods
886         of marshalbyref classes.
887
888         Fixes #515884.
889
890 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
891
892         * aot-compiler.c (emit_exception_debug_info): Encode try holes
893         information.
894
895         * aot-runtime.c (decode_exception_debug_info): Decode try holes
896         information.
897
898         * mini.h: Increase AOT version.
899
900 2010-04-04  Andreas Faerber  <andreas.faerber@web.de>
901
902         * mini-x86.h: Only enable soft debugger when using sigaction or on
903         Windows. Fixes build on Haiku (lacks siginfo_t).
904
905         Code is contributed under MIT/X11 license.
906
907 2010-04-02  Andreas Faerber  <andreas.faerber@web.de>
908
909         * mini.h, mini-x86.h: Suppress sigaction for Haiku, add support for
910         BeOS-style signal handlers.
911
912         Code is contributed under MIT/X11 license.
913         
914 2010-04-02  Zoltan Varga  <vargaz@gmail.com>
915
916         * mini-posix.c (sigusr1_signal_handler): Fix openbsd support.
917
918 2010-04-01 Rodrigo Kumpera  <rkumpera@novell.com>
919
920         * mini-exceptions.c: Fix win32 build.
921
922 2010-04-01  Mark Probst  <mark.probst@gmail.com>
923
924         * mini.c, driver.c: Call mono_gc_base_init() before
925         mono_debug_init().
926
927 2010-04-01  Sebastien Pouliot  <sebastien@ximian.com>
928
929         * method-to-ir.c (ensure_method_is_allowed_to_[access_field|
930         call_method]): Delegate the actual work in security-core-clr.c
931         to ease code sharing.
932
933 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
934
935         * decompose.c (mono_decompose_opcode): Set the cfg exception if the unsupported
936         float conv.ovf.un opcodes are encountered, instead of asserting later.
937         Fixes #566296.
938
939 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
940
941         * decompose.c (mono_decompose_opcode): Add OP_ICONV_TO_U4_UN as a no-op.
942
943         * iltests.il.in: Add a test.
944
945 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
946
947         * mini-amd64.c (mono_arch_emit_call): Fail compilation if an argument is too
948         large. Fixes #567040.
949
950         * method-to-ir.c: Call CHECK_CFG_EXCEPTION after emitting a call.
951
952 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
953
954         * method-to-ir.c (handle_ccastclass): Call save_cast_details (). Fixes
955         #592711.
956
957 2010-03-31 Rolf Bjarne Kvinge <RKvinge@novell.com>
958
959         * mini-trampolines.c: Surround mono_handler_block_guard_trampoline and
960         mono_create_handler_block_trampoline with the proper #ifdef so that it
961         compiles on amd64.
962
963 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
964
965         * mini-exceptions.c: Introduce mono_walk_stack_full, which
966         allows to select if it's new or old context that is passed to 
967         the callback.
968
969         * mini-exceptions.c (mono_handle_exception_internal): Handle the
970         case when executing a guarded handler from the EH machinery.
971
972         * mini-exceptions.c (mono_install_handler_block_guard): New function
973         responsible for checking for handler blocks, installing the guard and
974         clearing abort state.
975
976         * mini-posix.c (sigusr1_signal_handler): Call mono_install_handler_block_guard
977         to check for handler blocks and skip interruption logic if one was found.
978
979         * mini-trampolines.c (mono_handler_block_guard_trampoline): Function called
980         by the handler block guard trampoline. Resumes interruption by raising the
981         pending ThreadAbortException.
982
983         * mini.c (create_jit_info): Calculate the end address of a finally block.
984
985         * mini-x86.c (mono_arch_install_handler_block_guard): Patch the return address
986         of a finally block to a specified address and return the old one.
987
988         * tramp-x86.c (mono_arch_create_handler_block_trampoline): The handler block
989         trampoline patches the original return address and calls the trampoline function.
990
991 2010-03-30  Zoltan Varga  <vargaz@gmail.com>
992
993         * mini-trampolines.c (mono_aot_trampoline): Remove some dead code.
994
995         * aot-runtime.c (mono_aot_patch_plt_entry): New helper function, which only
996         does the patching if the callee is in the same domain.
997
998         * aot-runtime.c mini-trampolines.c: Call mono_aot_patch_plt_entry instead
999         of mono_arch_patch_plt_entry ().
1000
1001 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1002
1003         * mini.c (create_jit_info): Fix try block hole length encoding.
1004
1005 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1006
1007         * mini.c (create_jit_info): Emit saner debug spew. Now it doesn't
1008         duplicate information and print offsets instead of absolute addresses.
1009
1010 2010-03-29  Zoltan Varga  <vargaz@gmail.com>
1011
1012         * debugger-agent.c (jit_end): Send type loads for types loaded before the VMStart
1013         event is sent. Fixes #591733.
1014
1015 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1016
1017         * mini-posix.c (SIG_HANDLER_SIGNATURE): Handle the case when ctx is NULL on
1018         OpenBSD.
1019
1020 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1021
1022         * debugger-agent.c (mono_debugger_agent_init): Set the GC type of the
1023         thread_to_tls hash table.
1024
1025         * image-writer.c (bin_writer_emit_writeout): Fix the size of the got.plt
1026         section. Fixes #591000.
1027
1028 2010-03-26  Andreas Faerber  <andreas.faerber@web.de>
1029
1030         * Makefile.am (version.h): Check for pure .git directory only,
1031         fixes SVN revision when using git without git-svn.
1032
1033         Contributed under MIT/X11 license.
1034
1035 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1036
1037         * aot-runtime.c: Apply some openbsd changes from openbsd ports.
1038
1039 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1040
1041         * basic-simd.cs: Test for vector x scalar binary operators.
1042
1043 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1044
1045         * simd-intrincs.c (simd_intrinsic_emit_binary): Support binary
1046         intrinsics with expanded scalar arguments.
1047
1048 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1049
1050         * mini-exceptions.c (get_exception_catch_class): Non catch clauses
1051         don't have an exception class, so don't decode it. This would crash
1052         with filter clauses.
1053
1054 2010-03-24  U-anarquia\miguel  <miguel@anarquia>
1055
1056         Make sure that trunk builds with DISABLE_JIT, an update to the
1057         PlayStation 3 port.
1058         
1059         * mini.c (mini_get_shared_method): this code seems to be necessary
1060         regardless of whether DISABLE_JIT has been defined.
1061
1062         (mono_jit_compile_method_inner): it seems that this method is
1063         required even in full AOT mode, so ifdef out only the pieces that
1064         try to genrate code (the body of code that applies patches to the
1065         code).  
1066
1067         (mini_method_compile): do not compile when using DISABLE_JIT.
1068
1069         * mini-ppc.c (mono_arch_get_allocatable_int_vars)
1070         (mono_arch_output_basic_block, mono-arch_emit_exceptions): Do not
1071         compile when DISABLE_JIT is set.
1072
1073 2010-03-24  Mark Probst  <mark.probst@gmail.com>
1074
1075         * mini.c (mono_create_tls_get): Only create a TLS operation if the
1076         arch really supports it.
1077
1078 2010-03-24  Mark Probst  <mark.probst@gmail.com>
1079
1080         * mini-x86.c, mini-x86.h, mini.c: CEE_MONO_TLS support for Darwin/x86.
1081
1082 2010-03-23  Neale Ferguson <neale@sinenomine.net>
1083
1084         * exceptions-s390x.c: Add support for
1085         mono_arch_get_throw_corlib_exception and fix throw by name.
1086
1087         * mini-s390x.c: Add IMT support; Fix stack parameter passing
1088         logic (especially for varargs); Correct localloc sizing; Add
1089         mono_arch_get_this_arg_from_call and
1090         mono_arch_get_this_arg_from_call.
1091
1092         * mini-s390x.h: Add support for facility list extraction;
1093         Correct/update MONO_ARCH_xxx settings.
1094
1095         * mini-s390.c: Minor corrections to instruction output for
1096         varargs. No IMT implementation - I think it's time to deprecate
1097         s390 and just leave s390x.
1098
1099         * tramp-s390x.c: Correct creation of trampoline instruction
1100
1101
1102         * cpu-s390x.md: Update some instruction lengths
1103
1104 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1105
1106         * mini-generic-sharing.c (fill_in_rgctx_template_slot): Remove an assert which
1107         can be hit with partial sharing.
1108
1109         * mini-generic-sharing.c (get_shared_class): Handle partially shared methods
1110         in non-shared classes correctly.
1111         (generic_inst_is_sharable): Allow all primitive types in partial sharing.
1112         Turn on partial sharing.
1113
1114 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1115
1116         * mini-amd64.h: Put back MONO_ARCH_NOMAP32BIT for OpenBSD which was removed
1117         by mistake.
1118
1119 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1120
1121         * method-to-ir.c (mono_method_to_ir): Handle the failure of
1122         mono_method_signature ().
1123
1124         * mini-trampolines.c (mono_delegate_trampoline): Ditto.
1125
1126         * mini.c (mini_method_compile): Get the signature of cfg->method early with
1127         error checking, so later calls do not need error checking.
1128
1129 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1130
1131         * exceptions-amd64.c: Add support for OpenBSD which has no UCONTEXT_GREGS.
1132
1133         * mini-amd64.h: Enable MONO_ARCH_USE_SIGACTION on OpenBSD as well.
1134
1135 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1136
1137         * mini-exceptions.c (mono_handle_exception_internal): Don't
1138         check try_end for archs different than s390. 
1139
1140         * mini.c (create_jit_info): Don't crash if the finallt block is the
1141         last one.
1142
1143 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1144
1145         * driver.c (mono_main): Don't free global codeman under linux since
1146         glic now peeks at code on stack for more archs than just amd64.
1147
1148 Mon Mar 22 18:09:09 CET 2010 Paolo Molaro <lupus@ximian.com>
1149
1150         * mini.c, method-to-ir.c: changes to support compressed interface
1151         bitmaps.
1152
1153 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1154
1155         * mini-x86.h: Applied patch from Robert Nagy (Robert@openbsd.org).
1156         Use sigaction on OpenBSD too.
1157
1158 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1159
1160         * debugger-agent.c (event_req_matches_assembly): Handle request modifiers too.
1161
1162 2010-03-21  Andreas Faerber  <andreas.faerber@web.de>
1163
1164         * debugger-agent.c: #include sys/select.h for fd_set.
1165
1166         Code is contributed under MIT/X11 license.
1167
1168 2010-03-21  Zoltan Varga  <vargaz@gmail.com>
1169
1170         * mini.c (SIG_HANDLER_SIGNATURE): Fix the build on platforms without sigaction
1171         (openbsd+amd64 ?).
1172
1173 2010-03-21  Zoltan Varga  <vargaz@gmail.com>
1174
1175         * mini-ppc.c (mono_arch_emit_exceptions): Avoid an assert in ppc_patch () for
1176         some large methods with lots of exception handlers. Fixes #440924.
1177
1178 Sat Mar 20 11:56:24 CET 2010 Paolo Molaro <lupus@ximian.com>
1179
1180         * method-to-ir.c: remove code duplication for interface checks.
1181
1182 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1183
1184         * debugger-agent.c (clear_event_requests_for_assembly): New helper function.
1185         (assembly_unload): Clear all event requests referencing the to-be unloaded
1186         assembly.
1187
1188
1189 Fri Mar 19 16:45:20 CET 2010 Paolo Molaro <lupus@ximian.com>
1190
1191         * mini.h, mini-exceptions.c: restore the state of the stack
1192         guard page permissions.
1193
1194 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1195
1196         * mini-trampolines.c (common_call_trampoline): Remove the condition guarding the
1197         call site patching code, it doesn't appear to be needed.
1198
1199 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1200
1201         * mini-generic-sharing.c: Add infrastructure for partial sharing, ie.
1202         sharing generic methods whose type arguments are a mix of reference and
1203         non-reference types. Not yet turned on.
1204
1205         * mini.c (mini_get_shared_method): New helper function to return
1206         the method which will be compiled/registered in the JIT tables when doing
1207         generic sharing.
1208         (mono_domain_lookup_shared_generic): Moved to mini.c from mini-generic-sharing.c,
1209         use mini_get_shared_method ().
1210
1211         * mini.c (mini_method_compile): Register the same method which is compiled when
1212         doing generic sharing.
1213
1214         * mini.c aot-compiler.c aot-runtime.c: Add support for partial sharing.
1215
1216         * generics.cs: Add partial sharing tests.
1217
1218 2010-03-17 Jerry Maine  <crashfourit@gmail.com>
1219
1220         * mini.h : Changed the SIMD_VERSION* enum values to match those in Mono.Simd.AccelMode.
1221                    Add an enum value that or's all possable values together. Add an enum value
1222                    that marks the end of the used bit indexes.
1223
1224         * mini-amd64.c : Make changes to match the changes in mini.h 
1225
1226         * mini-x86.c : Make changes to match the changes in mini.h
1227
1228         * simd-intrinsics.c : Reorder the SimdIntrinsc struct to add more bits to
1229                    simd_version to support more simd versions. Changed the name of
1230                    simd_version to simd_version_flags to make it more intuitive that
1231                    it now contains bit flags. Reordered the *_intrinsics arrays to
1232                    match the changes above. Changed emit_intrinsics() to use the new
1233                    setup mentioned above.
1234
1235         Code is contributed under MIT/X11 license.
1236
1237 2010-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
1238
1239         * mini-*.c (mono_arch_output_basic_block): Record try block holes on all
1240         remaining archs. Alpha and hppa maintainers, please stand up.
1241
1242 2010-03-17  Zoltan Varga  <vargaz@gmail.com>
1243
1244         * mini-ppc.c (mono_arch_build_imt_thunk): Always save and restore r11 since it
1245         is needed even when fail_tramp!=NULL.
1246
1247 2010-03-17  Zoltan Varga  <vargaz@gmail.com>
1248
1249         * debugger-agent.c (insert_breakpoint): Write a log message.
1250
1251 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1252
1253         * iltests.il.in: Add a few tests for LEAVE going over multiple
1254         finally clauses.
1255
1256 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1257
1258          * mini-x86.c (mono_arch_output_basic_block): Record try block holes.
1259
1260 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1261
1262         * mini.h (MonoBasicBlock): Add native_length field.
1263         * mini.h (MonoCompile): Add try_block_holes field.
1264         * mini.h (MonoInst): Add exception_clause pointer to
1265         the data union.
1266
1267         * mini.c (mono_codegen): Calculate MonoBasicBlock::native_length.
1268         * mini.c (mono_cfg_add_try_hole): New function to register possible
1269         holes in try blocks.
1270         * mini.c (create_jit_info): Fill in the holes information.
1271
1272         * mini-exceptions.c: Verify for holes when checking if an IP is covered
1273         by a try block.
1274
1275         * method-to-ir.c: Add the EH clause to the CALL_HANDLE instruction.
1276
1277 Tue Mar 16 13:16:16 CET 2010 Paolo Molaro <lupus@ximian.com>
1278
1279         * jit-icalls.c: adjusted for the array API changes.
1280
1281 2010-03-16  Zoltan Varga  <vargaz@gmail.com>
1282
1283         * iltests.il.in: Disable the fconv_to_i test on sparc too.
1284
1285 2010-03-16  Zoltan Varga  <vargaz@gmail.com>
1286
1287         * debugger-agent.c: Simplify the way breakpoints are processed by removing
1288         the 'pending' flag. This fixes support for appdomains too.
1289
1290
1291 Mon Mar 15 18:25:49 CET 2010 Paolo Molaro <lupus@ximian.com>
1292
1293         * mini-amd64.c, mini-ia64.c: remove direct access to method->header.
1294
1295 2010-03-12  Zoltan Varga  <vargaz@gmail.com>
1296
1297         * simd-intrinsics.c (simd_intrinsic_emit_getter): Don't emit shuffle opcodes
1298         when using LLVM, LLVM generates it itself when needed.
1299
1300         * mini-llvm-cpp.cpp (mono_llvm_build_aligned_load): New helper function.
1301
1302         * mini-llvm.c: Use an unaligned load for OP_LOADX_MEMBASE. Add zero extension
1303         to some OP_EXTRACT_ opcodes. Fix the naming of some sse intrinsics. Fix
1304         OP_ANDNPS/OP_ANDNPD.
1305
1306 2010-03-11  Zoltan Varga  <vargaz@gmail.com>
1307
1308         * tramp-x86.c (mono_arch_create_monitor_enter_trampoline_full): Use 'code' for
1309         the pc instead of 'buf'. Fix the call to mono_arch_flush_icache ().
1310         (mono_arch_create_monitor_exit_trampoline_full): Ditto.
1311
1312 2010-03-11  Martin Baulig  <martin@ximian.com>
1313
1314         * debugger-agent.c (type_commands): Add NULL check to
1315         `CMD_TYPE_GET_SOURCE_FILES'.
1316
1317 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1318
1319         * mini-ppc.c (mono_arch_decompose_opts): Fix OP_ICONV_TO_R_UN when cross-compiling.
1320
1321 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1322
1323         * mini-codegen.c (mono_peephole_ins): Fix the OP_FMOVE optimization. Fixes
1324         #586664.
1325
1326         * iltests.il.in: Add a test.
1327
1328 2010-03-05  Martin Baulig  <martin@ximian.com>
1329
1330         Add support for aborting invocations.
1331
1332         * debugger-agent.c
1333         (InvokeData): Added `InvokeData *last_invoke'.
1334         (DebuggerTlsData): Renamed `invoke' into `pending_invoke' and
1335         added a new `invoke' field to keep the `InvokeData *' throughout
1336         the invocation.
1337         (ErrorCode): Added `ERR_NO_INVOCATION'.
1338         (CmdVM): Added `CMD_VM_ABORT_INVOKE'.
1339         (mono_debugger_agent_handle_exception): Don't report any exception
1340         if an abort was requested.
1341         (invoke_method): Store the `InvokeData *' in `tls->invoke'; reset
1342         a thread abort if necessary.
1343         (vm_commands): Implement `CMD_VM_ABORT_INVOKE'.
1344
1345 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1346
1347         * method-to-ir.c: Store the initial basic block returned by mono_basic_block_split
1348         so we can release the whole list and not just the first one. Free
1349         it in more places as well.
1350
1351 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1352
1353         * method-to-ir.c: Revert r153222 as it doesn't belong here.
1354
1355 Mon Mar 8 17:58:26 CET 2010 Paolo Molaro <lupus@ximian.com>
1356
1357         * mini.h, *.c: prepare for MonoMethodHeader to become a transient entity.
1358
1359 Mon Mar 8 17:35:26 CET 2010 Paolo Molaro <lupus@ximian.com>
1360
1361         * driver.c: report also other misc build options.
1362
1363 2010-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
1364
1365         * method-to-ir.c: Generate better code for the NewObject
1366         intrinsic.
1367         
1368 2010-03-07  Zoltan Varga  <vargaz@gmail.com>
1369
1370         * branch-opts.c (mono_if_conversion): Disable one of the cases when deadce
1371         is disabled. Fixes #582322.
1372
1373         * iltests.il.in: Add a test.
1374
1375 2010-03-06  Zoltan Varga  <vargaz@gmail.com>
1376
1377         * tramp-amd64.c (mono_arch_create_monitor_exit_trampoline_full): Delegate
1378         the handling of obj->synchronization == null and owner != current thread to
1379         mono_monitor_exit ().
1380
1381         * tramp-x86.c (mono_arch_create_monitor_exit_trampoline_full): Ditto.
1382
1383
1384 Sat Mar 6 18:14:15 CET 2010 Paolo Molaro <lupus@ximian.com>
1385
1386         * mini.c: change the way emulated opcode info is stored and save about
1387         4 KB of runtime memory.
1388
1389 2010-03-04  David S. Miller  <davem@davemloft.net>
1390
1391        * mini-sparc.h: Always use MONO_ARCH_USE_SIGACTION.  Linux kernels
1392        that don't provide the siginfo in the second signal handler argument
1393        are buggy, and this has been fixed for years.
1394        * mini.h (GET_CONTEXT): Remove __sparc__ special case.
1395        (SIG_HANDLER_SIGNATURE, SIG_HANDLER_PARMS): Likewise.
1396
1397 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1398
1399         * aot-runtime.c (find_symbol): Fix a leak.
1400         (decode_patch): Ditto.
1401
1402 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1403
1404         * mini.h (MONO_INST_IS_TEMP): Kill this unused define.
1405
1406 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1407
1408         * mini.c (mono_resolve_patch_target): Fix an uninitialized variable.
1409
1410 Wed Mar 3 19:19:21 CET 2010 Paolo Molaro <lupus@ximian.com>
1411
1412         * method-to-ir.c: MONO_PROFILE_STRING_ALLOC is dead.
1413
1414 2010-03-03  Rodrigo Kumpera  <rkumpera@novell.com>
1415
1416         * method-to-ir.c (mono_method_to_ir): Don't create a runtime vtable
1417         to check for errors, it's enough to create the metadata open.
1418
1419         Fixes #562150
1420
1421 2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1422
1423         * trace.c|h:
1424         * mini-exceptions.c: Add support for printing stack traces when handling
1425         exceptions, and when printing exceptions thrown while tracing also print
1426         the exception message.
1427
1428 2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1429
1430         * trace.c: We need to parse exclude tokens ('-') before string tokens,
1431         since the exclude token is a valid string character.
1432
1433 2010-03-02  Levi Bard  <levi@unity3d.com>
1434
1435         * debugger-agent.c: Invalidate thread stacks on domain unload.
1436
1437 2010-03-02  Mark Probst  <mark.probst@gmail.com>
1438
1439         * method-to-ir.c: Emit dummy_use for stored reference after write
1440         barriers to make sure the object is pinned if the GC interrupts
1441         before the write barrier is done.
1442
1443 2010-03-02  Zoltan Varga  <vargaz@gmail.com>
1444
1445         * cpu-<ARCH>.md: dummy_use was missing src1:i.
1446
1447 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1448
1449         * debugger-agent.c: Add a log message printing the protocol version.
1450
1451 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1452
1453         * debugger-agent.c: Add a new command to communicate the protocol version used
1454         by the client. This could be used to allow newer runtimes to communicate with
1455         older clients.
1456
1457 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1458
1459         * debugger-agent.c (domain_commands): Add a new command to create a boxed value.
1460
1461 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1462
1463         * debugger-agent.c (type_commands): Fix the setting of fields with a reference
1464         type.
1465
1466 Mon Mar 1 15:20:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1467
1468         * mini-arm.c: make the arm cpu arch configurable with the
1469         MONO_CPU_ARCH env var (for example: "armv4 thumb").
1470         Bug #584198.
1471
1472 Mon Mar 1 14:48:35 CET 2010 Paolo Molaro <lupus@ximian.com>
1473
1474         * mini.c, mini.h, driver.c: added the --jitmap option to enable
1475         support for the perf tool on Linux.
1476
1477 Mon Mar 1 14:43:55 CET 2010 Paolo Molaro <lupus@ximian.com>
1478
1479         * method-to-ir.c: make string.InsertenalSetChar() specialization
1480         effective.
1481
1482 2010-03-01  Robert Jordan  <robertj@gmx.net>
1483
1484         * Makefile.am: fix the non-static build.
1485
1486 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1487
1488         * mini-generic-sharing.c: Move the contents of ../metadata/generic-sharing.c
1489         here.
1490
1491 2010-02-26  Robert Jordan  <robertj@gmx.net>
1492
1493         * tasklets.c (continuation_store): Return from an error condition
1494         immediately.
1495
1496 2010-02-26  Martin Baulig  <martin@ximian.com>
1497
1498         * debug-debugger.c (MonoDebuggerInfo): Added `abort_runtime_invoke'.
1499
1500         * debug-mini.c
1501         (MonoDebuggerThreadInfo): Added `internal_flags'.
1502         (MonoDebuggerInternalThreadFlags): New enum.
1503         (_mono_debugger_throw_exception): Don't signal the debugger if a
1504         type abort was requested.
1505         (_mono_debugger_unhandled_exception): Likewise.
1506         (mono_debugger_abort_runtime_invoke): New method to abort an invocation.
1507         (mono_debugger_runtime_invoke): If the debugger requested a thread
1508         abort during the invocation, reset it here.
1509
1510 2010-02-26  Martin Baulig  <martin@ximian.com>
1511
1512         * debug-mini.c (MonoDebuggerThreadInfo): Use `MonoInternalThread *'
1513         instead of `MonoThread *'.
1514
1515 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1516
1517         * aot-runtime.c (mono_aot_find_jit_info): Use a merge sort for sorting the
1518         code offsets table, as it is mostly sorted.
1519
1520 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1521
1522         * debugger-agent.c (do_invoke_method): Fix invoking of static methods on vtypes.
1523         Fixes #582991.
1524
1525 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1526
1527         * driver.c (mono_main): Get rid of mono_setup_vtable_in_class_init.
1528
1529 Wed Feb 24 15:58:03 CET 2010 Paolo Molaro <lupus@ximian.com>
1530
1531         * Makefile.am: build the new ABI version of the libmono library.
1532         * debugger-agent.c, mini.c: fix warnings with the new API.
1533         * jit.h: don't depend on glib.h being included.
1534
1535 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1536
1537         * method-to-ir.c (mono_method_to_ir): Implement AOT support for fast TLS access.
1538
1539 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1540
1541         * method-to-ir.c (mono_method_to_ir): Implement support for fast access to
1542         ThreadStatic variables.
1543
1544 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1545
1546         * debugger-agent.c (notify_thread): Skip terminated threads, since their tls
1547         data is not freed yet. Fixes #582460.
1548
1549 2010-02-23  Zoltan Varga  <vargaz@gmail.com>
1550
1551         * debugger-agent.c: Add support for the caught/uncaught flags on exception
1552         event requests. Bump protocol minor version.
1553
1554 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1555
1556         * decompose.c (mono_decompose_long_opts): Handle OP_LCONV_TO_OVF_I8 here too.
1557
1558 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1559
1560         * decompose.c (mono_decompose_opcode): Handle OP_LCONV_TO_OVF_I8. Fixes
1561         #581950.
1562
1563         * iltests.il.in: Add a test.
1564
1565 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1566
1567         * mini.c (inline_method): Check for loader errors.
1568
1569 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1570
1571         * mini.c (mono_method_check_inlining): Use !mono_method_get_header_summary
1572         instead of mono_method_get_header as it doesn't decode locals
1573         so the called method can have unresolved dependencies that will only
1574         be satisfied after the current method is JIT'd.
1575
1576         Fixes #550968.
1577
1578 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1579
1580         * basic.cs (test_0_div_opt): Speed this up a bit.
1581
1582 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1583
1584         * mini-amd64.c: Fix DISABLE_JIT support after the latest changes.
1585
1586         * mini.c (mono_jit_create_remoting_trampoline): Call
1587         mono_create_specific_trampoline () instead of
1588         mono_arch_create_specific_trampoline ().
1589
1590         * mini-trampolines.c tramp-arm.c: Disable more stuff when DISABLE_JIT is set.
1591
1592 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1593
1594         * unwind.c (mono_unwind_get_cie_program): New function, moved here from
1595         aot-compiler.c, so it can be found even if DISABLE_JIT is set.
1596
1597         * aot-compiler.c xdebug.c: Update callers of mono_arch_unwind_get_cie_program ().
1598
1599         * mini-amd64.c: Fix DISABLE_JIT support.
1600
1601 2010-02-20  Geoff Norton  <gnorton@novell.com>
1602
1603         * aot-runtime.c: Ensure we dont leak a held lock when unwinding exceptions.
1604
1605 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1606
1607         * debugger-agent.c (mono_debugger_agent_handle_exception): Receive two contexts,
1608         one for the throw and one for the catch. Mark uncaught exceptions by a NULL
1609         CATCH_TXT. Send normal exception events for unhandled exceptions too.
1610         (mono_debugger_agent_handle_unhandled_exception): Remove this, merged into
1611         handle_exception.
1612
1613 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1614
1615         * exceptions-x86.c (mono_arch_get_restore_context): Changes this so it restores
1616         edx/ecx too. This is needed to support OP_SEQ_POINT.
1617
1618 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1619
1620         * exceptions-amd64.c (get_throw_trampoline): Add xdebug info.
1621
1622         * method-to-ir.c (mono_method_to_ir): Fix SIZEOF in dynamic methods.
1623
1624 2010-02-16  Zoltan Varga  <vargaz@gmail.com>
1625
1626         * mini-llvm.c aot-compiler.c aot-runtime.c unwind.c: Finish support
1627         LLVM+AOT+exceptions, not enabled yet.
1628
1629 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1630
1631         * mini.c (SIG_HANDLER_SIGNATURE): Fix the windows build.
1632
1633 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1634
1635         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Emit
1636         xdebug info for these.
1637
1638         * mini-trampolines.c (common_call_trampoline): Use mini_jit_info_table_find ()
1639         in a few places.
1640
1641         * mini.c (mini_get_vtable_trampoline): Make this take a 'slot_index' argument,
1642         not used yet.
1643
1644 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1645
1646         * aot-compiler.c (load_profile_files): Update after the profiler changes.
1647
1648 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1649
1650         * mini.c (mono_jit_compile_method_inner): Avoid passing icall wrappers to
1651         mono_profiler_method_end_jit, since the profiler has no way to process wrappers.
1652
1653         * aot-runtime.c mini.c: Resurrect the aot pagefault profiling stuff, it is useful
1654         for mtouch.
1655
1656 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
1657
1658         * debugger-agent.c: handle incomplete reads and EINTR in
1659         recv()/send(). This could have been causing random
1660         disconnections.
1661
1662 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1663
1664         * aot-runtime.c (decode_exception_debug_info): Fix aot support for sequence
1665         points.
1666
1667         * mini-arm.c (mono_arch_allocate_vars): Allocate the seq point related vars first
1668         so they have small offsets. Fixes #566311.
1669
1670 2010-02-12  Rodrigo Kumpera  <rkumpera@novell.com>
1671
1672         * method-to-ir.c (mono_method_check_inlining): Check for loader errors.
1673
1674 2010-02-11  Zoltan Varga  <vargaz@gmail.com>
1675
1676         * mini-amd64.c: Remove the special casing of byref in a few places now that
1677         mini_type_get_underlying_type () handles it.
1678
1679         * mini-generic-sharing.c (mini_type_get_underlying_type): Handle byref as well
1680         by returning native int. Fixes #577984.
1681
1682 2010-02-11  Zoltan Varga  <vargaz@gmail.com>
1683
1684         * method-to-ir.c (handle_isinst): Factor out the is_complex_isinst check into
1685         a macro.
1686
1687         * mini-llvm.c (exception_cb): Put the clause index into the type info instead
1688         of putting the clause itself.
1689
1690         * mini-arm.c mini.c linear-scan.c: Disable more stuff when DISABLE_JIT is used.
1691
1692 2010-02-09  Zoltan Varga  <vargaz@gmail.com>
1693
1694         * unwind.c (mono_unwind_frame): Use read32 for reading a 32 bit value, since it
1695         might be unaligned.
1696
1697 2010-02-10  Geoff Norton  <gnorton@novell.com>
1698
1699         * aot-compiler.c: Make the number of IMT trampolines configurable as well.
1700
1701 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
1702
1703         * aot-compiler.c (emit_code): Create the ut trampolines here, so they work for
1704         llvm methods too.
1705
1706         * aot-compiler.c (emit_code): Don't add the llvm label prefix to 'methods', since
1707         it is not an LLVM generated symbol.
1708
1709         * mini-llvm.c (emit_entry_bb): Fix the handling of simd types.
1710
1711         * method-to-ir.c (handle_castclass): Turn off the more efficient isinst/castclass
1712         implementation in gshared mode because it causes regressions.
1713
1714         * mini-trampolines.c: Add a stat for the number of calls to trampolines.
1715
1716         * image-writer.c (asm_writer_emit_global): Don't prepend the global prefix, it
1717         should be done by the caller.
1718
1719         * mini-llvm.c (mono_llvm_emit_method): Don't make the debug symbols global.
1720
1721         * aot-compiler.c (emit_code): Add the llvm label prefix before 'methods'.
1722
1723         * mini-exceptions.c (mini_jit_info_table_find): Search the root domain as well,
1724         since mono_jit_info_table_find () doesn't do it anymore.
1725
1726         * mini-generic-sharing.c debugger-agent.c: Call mini_jit_info_table_find ()
1727         instead of mono_jit_info_table_find ().
1728
1729 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
1730
1731         * aot-compiler.c aot-runtime.c: Add support for MONO_WRAPPER_WRITE_BARRIER.
1732
1733         * aot-compiler.c (encode_method_ref): Update after the removal of
1734         mono_gc_get_managed_allocator_type ().
1735
1736         * method-to-ir.c (mono_method_to_ir): Place a seq point just before a RET.
1737         Fixes #564538.
1738
1739 2010-02-06  Zoltan Varga  <vargaz@gmail.com>
1740
1741         * method-to-ir.c (handle_castclass): Use the icall for classes with variant
1742         generic params as well.
1743         (handle_isinst): Ditto.
1744
1745         * method-to-ir.c: Make isninst/castclass checks in gshared code more efficient
1746         instead of always calling an icall.
1747
1748         * aot-compiler.c (emit_llvm_file): Take into account trampolines etc when
1749         computing the size of the got.
1750
1751         * aot-compiler.c (emit_code): Change the way the 'methods' symbol is emitted
1752         when using LLVM. Instead of emitting it as an LLVM method, emit it using
1753         the assembly directive '.set' so it points to the first LLVM emitted method.
1754
1755 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1756
1757         * mini.c (mini_method_verify): Report the method which failed to verify.
1758
1759 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1760
1761         * method-to-ir.c (mono_method_to_ir): Use the new basic block formation pass
1762         to avoid JIT'ng dead basic blocks. This is the same behavior as the
1763         runtime MS verifier.
1764
1765 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
1766
1767         * debugger-agent.c (decode_value): Fix decoding of vtype instances. Fixes
1768         #561962.
1769
1770 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
1771
1772         * mini-llvm.c: Init the jit module only when first JITting.
1773
1774         * aot-compiler.c (emit_plt): Fix the naming of plt entries of llvm+darwin.
1775
1776         * mini-llvm.c (get_plt_entry): Make the plt entries have hidden visibility.
1777
1778         * mini-llvm.c (mono_llvm_emit_aot_module): Remove the dummy got after it is
1779         replaced with the real got.
1780
1781         * debugger-agent.c (type_commands): Return the enumness if the type as well.
1782
1783         * image-writer.c: Reduce the amount of #ifdefs a bit.
1784
1785         * aot-compiler.c: Reduce the amount of #ifdefs. Add beginnings of support for
1786         llvm on darwin/arm.
1787
1788         * aot-compiler.c (mono_compile_assembly): Handle asmonly+llvm mode.
1789
1790         * mini-llvm.c (mono_llvm_emit_method): Don't make the 'type_info' symbols
1791         global.
1792
1793 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
1794
1795         * mini-llvm.c (mono_llvm_emit_method): Add support for unaligned loads.
1796         (mono_llvm_emit_method): Fix unaligned stores too.
1797
1798         * mini-amd64.c (mono_arch_emit_prolog): Initialize lmf->rsp in the prolog too
1799         so async stack walks don't crash.
1800
1801 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
1802
1803         * mini-trampolines.c (common_call_trampoline): Fix a problem where the callsite
1804         was not patched if the callee needed an rgctx trampoline.
1805
1806 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1807
1808         * mini-ppc.c (mono_arch_get_global_int_regs): Reserve r29 for holding the
1809         vtable address in AOT code.
1810
1811 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1812
1813         * mini-codegen.c: Remove support for CEE_ opcodes which cannot occur in
1814         MonoInst's.
1815
1816 Mon Feb 1 16:29:10 CET 2010 Paolo Molaro <lupus@ximian.com>
1817
1818         * genmdesc.pl: remove dependency on external cpp.
1819
1820 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1821
1822         * method-to-ir.c (mini_emit_ldelema_1_ins): Avoid emitting an OP_SEXT_I4 when
1823         using LLVM, its not needed, and abcrem can't handle it.
1824
1825 Mon Feb 1 14:29:43 CET 2010 Paolo Molaro <lupus@ximian.com>
1826
1827         * genmdesc.c, genmdesc.pl, cpu-x86.md: introduced templates to make
1828         it easier to group instructions and reduce duplication.
1829
1830 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1831
1832         * decompose.c: Move the array/soft float decompose routines here from
1833         method-to-ir.c.
1834
1835         * method-to-ir.c: Export a few functions so they can be used from decompose.c.
1836
1837 2010-01-31  Zoltan Varga  <vargaz@gmail.com>
1838
1839         * mini-llvm.c (mono_llvm_emit_method): Add a call to llvm.invariant.start
1840         to tell LLVM that the got is constant, not used yet.
1841
1842         * aot-compiler.c: Pass more optimization flags to llvm's 'opt'.
1843
1844 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
1845
1846         * mini-ppc.c (mono_arch_emit_prolog): Fix full aot support for native to
1847         managed wrappers.
1848
1849 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
1850
1851         * aot-compiler.c (add_wrappers): Commit the hack which generates
1852         native-to-managed wrappers for methods decorated with the MonoPInvokeCallback
1853         custom attribute.
1854
1855 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
1856
1857         * mini.h (MONO_INST_FAULT): New instruction flag for loads which can cause
1858         a fault, only used by the LLVM backend.
1859
1860         * ir-emit.h: Add _FAULT variants of the LOAD_MEMBASE macros. Mark
1861         OP_CHECK_THIS with OP_IMPLICIT_EXCEPTION.
1862
1863         * method-to-ir.c: Use the new LOAD_MEMBASE_FAULT opcodes, get rid of the
1864         calls to MONO_EMIT_NULL_CHECK which is automatically done by the new macros.
1865
1866         * mini-llvm.c: Only generate volatile loads from load instructions which have
1867         the MONO_INST_FAULT flag set.
1868
1869 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
1870
1871         * unwind.c (mono_unwind_decode_fde): Fix the decoding of the LSDA offset on
1872         64 bit platforms.
1873
1874 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
1875
1876         * mini.c (mono_save_seq_point_info): Fix the handling of bblocks without
1877         sequence points. Fixes #571236.
1878
1879 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
1880
1881         * debugger-agent.c (mono_debugger_agent_init): Call appdomain_unload at the
1882         end of the appdomain unload process, after assemblies have been unloaded.
1883         Fixes #574842.
1884
1885 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
1886
1887         * abcremoval.c (process_block): Fix the if (region) check so abcrem actually
1888         works.
1889
1890         * mini-amd64.c: Make the soft debugger work on platforms without MAP_32BIT.
1891         Fixes #573988.
1892
1893 2010-01-26  Zoltan Varga  <vargaz@gmail.com>
1894
1895         * dwarfwriter.c (emit_type): Treat MONO_TYPE_PTR as 'I' not 'I4'.
1896
1897 2010-01-26  Geoff Norton  <gnorton@novell.com>
1898
1899         * aot-compiler.c: Fix a logic error introduced when guarding against enums
1900         with struct marshalability.
1901
1902 2010-01-24  Zoltan Varga  <vargaz@gmail.com>
1903
1904         * mini.c (mini_method_compile): Improve the processing MONO_VERBOSE_METHOD so
1905         it supports class names as well.
1906
1907         * mini.h (MonoCompile): Add a few flags to control JIT behavior which are
1908         needed by the GC map code.
1909
1910         * mini.c (mini_method_compile): Call a function in mini-gc.c to set the new
1911         flags if needed.
1912
1913         * method-to-ir.c (mono_method_to_ir): Emit initialization code for ref variables
1914         if cfg->init_ref_vars is set.
1915
1916         * liveness.c (optimize_initlocals): Disable the initlocals opt for ref vars if
1917         cfg->disable_initlocals_op_refs is set.
1918
1919         * method-to-ir.c (mono_spill_global_vars): Compute more precise live ranges
1920         using liveness info if cfg->compute_precise_live_ranges is set.
1921
1922         * mini-gc.c: Ongoing work. Improve logging and debugging support. Handle
1923         volatile variables correctly. Add comments about the live ranges. Not enabled
1924         yet.
1925
1926 2010-01-24  Zoltan Varga  <vargaz@gmail.com>
1927
1928         * mini.h (MonoDebugOptions): Add an option to init stack frames by writing
1929         0x2a into them in method prologs.
1930
1931         * mini-amd64.c (mono_arch_emit_prolog): Implement it.
1932
1933 2010-01-22  Zoltan Varga  <vargaz@gmail.com>
1934
1935         * mini-llvm-cpp.cpp: Remove uses of dynamic_cast, it no longer works with llvm
1936         classes, since llvm is compiled with -fno-rtti.
1937
1938         * mini.h (COMPILE_SOFT_FLOAT): New macro, similar to COMPILE_LLVM.
1939
1940         * method-to-ir.c ir-emit.h: Use if (COMPILE_SOFT_FLOAT) in a few places since
1941         llvm does not require it.
1942
1943         * aot-runtime.c (load_method): Print the full name of the last aot method.
1944
1945 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
1946
1947         * exceptions-amd64.c (mono_arch_notify_pending_exc): Avoid a crash if the
1948         thread has not fully started yet.
1949
1950 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
1951
1952         * aot-compiler.c (can_marshal_struct): Allow marshalling enums.
1953
1954 2010-01-21  Miguel de Icaza  <miguel@novell.com>
1955
1956         * driver.c: Do not abort if LLVM is not supported, print a
1957         warning and add the information to the Mono JIT information.
1958
1959 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
1960
1961         * ir-emit.h (MONO_EMIT_NULL_CHECK): Don't emit an OP_IMPLICIT_EXCEPTION when
1962         using explicit null checks.
1963
1964 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
1965
1966         * xdebug.c: New file extracted from aot-compiler.c, containing the XDEBUG
1967         related code.
1968
1969         * aot-compiler.c (encode_method_ref): Use mono_marshal_wrapper_info_from_wrapper
1970         () in one place.
1971         (mono_aot_wrapper_name): Remove the special handling of delegate invoke wrappers,
1972         its no longer needed.
1973
1974         * method-to-ir.c (mono_method_to_ir): Fix a warning.
1975
1976         * exceptions-<ARCH>.c: Introduce a MONO_ARCH_HAVE_THROW_EXCEPTION_BY_NAME
1977         define for platforms still using it (s390). Get rid of the
1978         mono_arch_get_throw_exception_by_name () routines on all other platforms.
1979
1980         * exceptions-x86.c: Rework the throw trampolines so there is only one function
1981         which can generate throw/rethrow/corlib trampolines for llvm/not llvm code.
1982
1983         * exceptions-x86.c: Add LLVM specific throw trampolines which doesn't assume
1984         the caller pushed the arguments.
1985
1986         * mini-llvm.c: Enable throwing exceptions on x86.
1987
1988         * mini-posix.c (SIG_HANDLER_SIGNATURE): Avoid
1989         "Thread (nil) may have been prematurely finalized" messages if this is called
1990         on a thread not registered with the runtime.
1991
1992         * mini-exceptions.c (mono_handle_native_sigsegv): Ditto.
1993
1994 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
1995
1996         * jit-icalls.c (mono_array_new_3): New jit icall.
1997
1998         * aot-compiler.c aot-runtime.c: Add support for ElementAddr wrappers.
1999
2000         * arrays.cs: Add a test for 3 dimensional arrays.
2001
2002 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
2003
2004         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Emit xdebug info.
2005         (mono_arch_find_jit_info_ext): Disable the popping of arguments when LLVM is
2006         used.
2007
2008         * mini-llvm.c (emit_cond_system_exception): Abort when an implicit exception is
2009         thrown on x86.
2010
2011         * unwind.c (mono_unwind_decode_fde): Fix an assert on x86.
2012
2013         * mini-x86.h (MONO_CONTEXT_SET_LLVM_EXC_REG): Define this for x86.
2014
2015         * mini-llvm.c: Disable OP_THROW on x86, it doesn't work yet.
2016
2017 2010-01-18  Bill Holmes  <billholmes54@gmail.com>
2018
2019         * debugger-agent.c : Changing the PLATFORM_WIN32 preprocessor check to
2020           HOST_WIN32.  Also including winsock2. to define struct in_addr.
2021
2022         * mini-amd64.h : Changing the PLATFORM_WIN32 preprocessor check to HOST_WIN32.
2023
2024         * mini-x86.h : Changing the PLATFORM_WIN32 preprocessor check to HOST_WIN32.
2025
2026         Code is contributed under MIT/X11 license.
2027
2028 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
2029
2030         * mini.h (MonoCompile): Add 'disable_out_of_line_bblocks' flag.
2031
2032         * branch-opts.c (mono_optimize_branches): Honor the new flag.
2033
2034         * mini.c (mini_method_compile): Set the new flag when running under the
2035         debugger.
2036
2037 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
2038
2039         * mini-gc.c: Change the GC map to use a ref/noref/pin value instead of just
2040         a ref/noref value + a global pin flag, so parts of stack frames can still be
2041         precisely marked even if they include stuff which needs pinning. Improve logging.
2042         Fix many bugs. Not enabled yet.
2043
2044         * gc-test.cs: Add a few tests.
2045
2046         * liveness.c (mono_analyze_liveness): Make the debug output controllable by
2047         the normal -v options. Avoid propagating liveness information through bblocks
2048         which end with a NOT_REACHED opcode.
2049
2050         * mini.c (mono_jit_compile_method_inner): Avoid reading cfg->prof_options
2051         after cfg has been freed.
2052
2053 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
2054
2055         * branch-opts.c (mono_branch_optimize_exception_target): Stop the optimization
2056         if a clause is skipped because it uses the exception object, since it could
2057         have caught the exception.
2058
2059         * exceptions.cs: Add a test.
2060
2061 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2062
2063        * mini-trampolines.c (mono_create_static_rgctx_trampoline): Add an assert.
2064
2065         * aot-runtime.c (mono_aot_get_method): Handle ftnptr's correctly for the
2066         ICollection<T> wrappers.
2067
2068 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2069
2070         * debugger-agent.c (decode_value): Fix the decoding of I/U/PTR.
2071
2072 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2073
2074         * mini-amd64.c (emit_call_body): Always use near calls when AOTing even if
2075         NOMAP32BIT or optimize_for_xen is set.
2076
2077 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2078
2079         * aot-compiler.c aot-runtime.c: Get rid of mono_aot_str_hash (), use
2080         mono_metadata_str_hash () instead.
2081
2082 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2083
2084         * ir-emit.h (MONO_EMIT_NEW_ICOMPARE_IMM): Use sizeof (mgreg_t) instead of
2085         sizeof (void*).
2086
2087         * unwind.c (mono_unwind_frame): Use mgreg_t instead of gssize.
2088
2089 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2090
2091         * ir-emit.h (MONO_EMIT_NEW_CHECK_THIS): Emit an explicit null check if the
2092         flag is set.
2093
2094         * mini-ppc.c (mono_arch_emit_exceptions): Compute the size of the exception
2095         throwing code correctly.
2096
2097         * mini.h (MONO_AOT_FILE_VERSION): Bump this because of the IMT hashing changes.
2098
2099 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2100
2101         * aot-runtime.c (mono_aot_plt_resolve): Reenable the previous assert for
2102         ftnptrs created by us, handle RGCTX_FETCH correctly.
2103         (mono_aot_get_lazy_fetch_trampoline): Add an ftnptr.
2104
2105         * mini-trampolines.c (mono_create_generic_class_init_trampoline): Remove the
2106         ftnptr added by mono_aot_get_named_code ().
2107
2108 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
2109
2110         * mini-arm.c: Fix a few LLVM problems.
2111
2112         * mini-llvm.c (simd_class_to_llvm_type): Fix compilation on !x86/amd64.
2113
2114 2010-01-13  Mark Probst  <mark.probst@gmail.com>
2115
2116         * method-to-ir.c (mini_emit_stobj): Use EMIT_NEW_CLASSCONST when
2117         AOT compiling.
2118
2119 Wed Jan 13 15:54:53 CET 2010 Paolo Molaro <lupus@ximian.com>
2120
2121         * jit.h, method-to-ir.c: added ability to set the policy for
2122         inserting breakpoints from the break IL instruction or the
2123         Debugger.Break () API call.
2124
2125 2010-01-13  Zoltan Varga  <vargaz@gmail.com>
2126
2127         * aot-runtime.c (load_aot_module): Add more comments to explain why referenced
2128         assemblies need to be eagerly loaded.
2129
2130 2010-01-12  Zoltan Varga  <vargaz@gmail.com>
2131
2132         * dwarfwriter.c (emit_line_number_info): Fix the eglib case so it doesn't crash.
2133
2134 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
2135
2136         * debugger-agent.c (mono_debugger_agent_parse_options): Allow onthrow without
2137         an argument which matches any exception.
2138
2139 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2140
2141         * method-to-ir.c (mono_emit_method_call_full): Avoid the virt->nonvirt
2142         optimization if the called method is gshared and marshalbyref, since gshared
2143         methods can' have wrappers. Fixes #569390.
2144
2145         * generics.cs: Add a test.
2146
2147 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2148
2149         * mini-exceptions.c (mono_print_thread_dump_from_ctx): New helper function
2150         callable from gdb.
2151
2152 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2153
2154         * mini.c (mono_print_method_from_ip): Fix the lookup of trampolines.
2155
2156 2010-01-09  Zoltan Varga  <vargaz@gmail.com>
2157
2158         * debugger-agent.c (transport_connect): comment out freeaddrinfo calls under win32,
2159         since it is not supported in win2000.
2160
2161 2010-01-08  Zoltan Varga  <vargaz@gmail.com>
2162
2163         * aot-runtime.c (load_image): Add a SET_ERROR argument to set the loader
2164         error if loading an assembly fails.
2165         (mono_aot_plt_resolve): Return NULL instead of asserting if loading fails.
2166
2167         * mini-trampolines.c (mono_aot_plt_trampoline): Throw a pending loader error
2168         if exists.
2169
2170         * aot-runtime.c (decode_exception_debug_info): Set jinfo->from_llvm for LLVM
2171         compiled methods.
2172
2173         * mini-llvm-cpp.cpp: Remove the unused ctx variable.
2174
2175         * mini-llvm.c (mono_llvm_emit_method): Add some comments about why aot+clauses
2176         is not supported yet.
2177
2178         * unwind.c (DW_EH_PE_absptr): Add more DW_EH_PE_ constants.
2179
2180 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2181
2182         * method-to-ir.c: All types with variant arguments must fallback to the
2183         slow path. This makes cast of variant delegates work.
2184
2185         * mini-trampolines.c (mono_get_vcall_slot_addr): Add new variance_used out
2186         argument that is set to TRUE is the returned vtable slot is for a variant
2187         interface. Changed a g_print + g_assert_not_reached to a g_error.
2188
2189         * mini-trampilines.c (common_call_trampoline): Handle variant interfaces in
2190         a similar fashion of generic virtual methods.
2191
2192 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2193
2194         * helpers.c (mono_disassemble_code): Fix a g_hash_table warning
2195         when cfg is null.
2196
2197         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Convert a given
2198         method using a variance aware function.
2199
2200         * mini-x86.c: Add support for dumping IMT thunks if DEBUG_IMT is defined.
2201
2202 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2203
2204         * method-to-ir.c (mono_method_to_ir): Casts to variant interfaces
2205         do an icall for now.
2206
2207 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2208
2209         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add an ugly hack to fix #564695.
2210         If LLVM decides to set the code model to Large, reset it to Default.
2211
2212 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2213
2214         * aot-compiler.c (mono_xdebug_flush): Export it so it is present in
2215         stripped binaries as well.
2216
2217 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2218
2219         * mini-trampolines.c (common_call_trampoline): Add an rgctx trampoline if a shared
2220         method is called from LLVM compiled code, as that code can't pass an rgctx arg.
2221
2222         * mini-llvm.c (mono_llvm_emit_method): Enable calls to methods needing an rgctx
2223         reg.
2224
2225 2010-01-06  Zoltan Varga  <vargaz@gmail.com>
2226
2227         * mini.c (mini_method_compile): Extract the JIT info creation code into a
2228         separate function.
2229
2230         * mini-llvm.c (mono_llvm_emit_method): Pass the info in MonoExceptionClause
2231         as the type info to llvm.eh.selector.
2232         (exception_cb): Use the type info for filling out some fields of
2233         MonoJitExceptionInfo like the flags and the exception class. This is needed
2234         because the LLVM produced exception handling clauses might not match the original
2235         IL clauses, i.e. there might be more than one LLVM clause for one IL clause.
2236
2237         * unwind.c (mono_unwind_decode_fde): Extract the LSDA decoding code into a
2238         separate function. Add an extra argument which returns the type infos
2239         corresponding to the exception clauses.
2240
2241         * mini.c (mini_method_compile): Enable LLVM compilation of methods having
2242         exception handling clauses.
2243
2244 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2245
2246         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call
2247         mono_method_get_vtable_slot () instead of accessing imt_method->slot directly,
2248         to fix an AOT case.
2249
2250 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2251
2252         * mini.c (mono_compile_is_broken): Skip methods from serialization's
2253         internal assembly.
2254
2255 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2256
2257         * mini.c (mini_method_compile): Fix a few memory leaks introduced by the
2258         llvm code.
2259
2260 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2261
2262         * mini.c (mini_method_compile): Verify the method before calling
2263         mono_compile_create_vars as this might crash since it uses method
2264         information.
2265
2266         Fixes #560196.
2267
2268 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2269
2270         * method-to-ir.c (mono_method_to_ir): Avoid calling mono_class_vtable () in
2271         one case if AOTing, since the class might not be a concrete class.
2272
2273 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2274
2275         * mini-codegen.c abcremoval.c: Remove the duplicate g_slist_append_mempool
2276         functions which are now defined in mempool-internals.h.
2277
2278         * mini.c (mini_free_jit_domain_info): Free the seq point hash tables.
2279
2280         * mini-llvm.c (mono_llvm_emit_method): Handle OP_ABS.
2281
2282 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2283
2284         * mini.c:
2285         * method-to.ir.c:
2286         * mini-*.c: Properly handle generic enums.
2287
2288         Fixes #566294
2289
2290 2009-12-28  Zoltan Varga  <vargaz@gmail.com>
2291
2292         * method-to-ir.c (mono_method_to_ir): Handle the failure of mono_class_vtable ()
2293         in a few more places.
2294
2295 2009-12-27  Zoltan Varga  <vargaz@gmail.com>
2296
2297         * aot-compiler.c (add_wrappers): Don't use dyn runtime invoke for methods with
2298         nullable parameters. Fixes #567351.
2299
2300 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2301
2302         * mini-trampolines.c (common_call_trampoline): Add assert for NULL resolved generic method.
2303
2304 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
2305
2306         * mini-trampolines.c: Use mono_arch_get_this_arg_from_call () to avoid the slow
2307         mono_get_generic_context_from_code () call.
2308
2309         * mini-<ARCH>.c: Get rid of mono_arch_find_this_arg (), it is no longer used.
2310
2311 2009-12-25  Zoltan Varga  <vargaz@gmail.com>
2312
2313         * aot-runtime.c (decode_klass_ref): Don't call mono_class_init (), its not
2314         needed.
2315
2316 2009-12-24  Sebastien Pouliot  <sebastien@ximian.com>
2317
2318         * method-to-ir.c (mono_method_to_ir): Avoid SIGSEGV when
2319         mono_method_get_signature returns NULL. Fix #567084
2320
2321 2009-12-25  Zoltan Varga  <vargaz@gmail.com>
2322
2323         * aot-runtime.c (find_extra_method): Call mono_aot_wrapper_name only once,
2324         instead of once for each module.
2325
2326 2009-12-22  Zoltan Varga  <vargaz@gmail.com>
2327
2328         * debugger-agent.c (ss_start): Implement step over for the last sequence
2329         point in methods.
2330
2331         * mini.c (mono_save_seq_point_info): Don't link sequence points which don't
2332         have the STEP_LOC flag set.
2333
2334         * aot-runtime.c (decode_klass_ref): Avoid a crash if a decode_klass_ref () call
2335         fails. Fixes #566689.
2336
2337 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2338
2339         * mini.c (mono_add_seq_point): New helper function.
2340         (mono_save_seq_point_info): New function to save sequence point info, extracted
2341         from mini_method_compile ().
2342
2343         * mini-<ARCH>.c: Call mono_add_seq_point to remember sequence points.
2344
2345         * mini.h (MonoSeqPointInfo): New structure containing information about
2346         the sequence points of a JITted method.
2347         (MonoBasicBlock): Add 'seq_points' and 'last_seq_point' fields. Remove unused
2348         'bucket' field.
2349
2350         * mini.c debugger-agent.c aot-compiler.c aot-runtime.c: Change the way sequence
2351         point information is stored, use a MonoSeqPointInfo structure instead of a
2352         GPtrArray. For each seq point, compute a list of successor seq points.
2353
2354         * debugger-agent.c: Use the successor list to implement step-over more
2355         efficiently: instead of single stepping until a different line/IL offset is
2356         reached, place breakpoints into all successor seq points.
2357
2358         * mini.h: Bump AOT file format version.
2359
2360 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2361
2362         * Makefile.am (AM_CFLAGS): Include LLVM_CFLAGS.
2363
2364         * mini-llvm.c: Avoid defining the __STDC_... macros if already defined.
2365
2366 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2367
2368         * exceptions-ppc.c (mono_ppc_set_func_into_sigctx): Fix the cross-compiler
2369         build.
2370
2371 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2372
2373         * mini-x86.c (mono_arch_get_argument_info): Allocate memory for CallInfo using
2374         alloca as g_malloc is not signal safe.
2375
2376 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2377
2378         * tramp-x86.c (mono_arch_patch_callsite): Fix the call to
2379         VALGRIND_DISCARD_TRANSLATIONS.
2380
2381         * *.c: Include mono/utils/memcheck.h, and remove #ifdef HAVE_VALGRIND_MEMCHECK_H
2382         checks, they are no longer needed.
2383
2384         * exceptions-ppc.c (mono_ppc_set_func_into_sigctx): New helper function to set
2385         a function into a sigctx which can handle function pointers.
2386
2387         * mini-ppc.c: Implement soft debugger support on ppc64.
2388
2389         * mini-ppc.c: Implement soft debugger support.
2390
2391 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2392
2393         * mini-llvm.c: Handle OP_LADD_OVF_UN. Place all alloca's into the entry bb.
2394
2395 2009-12-17  Marek Habersack  <mhabersack@novell.com>
2396
2397         * mini.c (mono_get_runtime_build_info): include Mono version in
2398         the returned value.
2399
2400         * driver.c (mono_main): VERSION is now included in the string
2401         returned from mono_get_runtime_build_info()
2402
2403 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2404
2405         * method-to-ir.c (mono_method_to_ir): Add support for CALLI with unmanaged
2406         signatures. Fixes #565143.
2407
2408         * jit-icalls.c (mono_get_native_calli_wrapper): New JIT icall.
2409
2410 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2411
2412         * aot-compiler.c (arch_emit_autoreg): Align code to 4 in the ppc case.
2413
2414 2009-12-16 Rodrigo Kumpera  <rkumpera@novell.com>
2415
2416         * mini-x86.h: Forgot to add a 0x to MONO_ARCH_MAX_FRAME_SIZE define
2417         making max stack 10x smaller.
2418
2419 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2420
2421         * mini.c (mono_resolve_patch_target): Comment out an assert which could be hit.
2422
2423 2009-12-15 Rodrigo Kumpera  <rkumpera@novell.com>
2424
2425         * method-to-ir.c (mini_emit_memcpy): Assert if size is too big.
2426
2427 2009-12-15 Rodrigo Kumpera  <rkumpera@novell.com>
2428
2429         * mini-x86.c (mono_arch_allocate_vars): Fail compilation if the frame size is
2430         bigger than MONO_ARCH_MAX_FRAME_SIZE.
2431
2432         * mini-x86.c (mono_arch_emit_prolog): Handle huge frames.
2433
2434         * mini-x86.h: Define MONO_ARCH_MAX_FRAME_SIZE to be 1Mb.
2435
2436         * mini-amd64.c / mini-amd64.h: Same fixes as of above.
2437
2438         * mini.c (mini_method_compile): Check if mono_arch_allocate_vars failed
2439         the compilation.
2440
2441 2009-12-14  Miguel de Icaza  <miguel@novell.com>
2442
2443         * method-to-ir.c (mono_method_to_ir): CEE_UNUSUED opcodes now
2444         raise an invalid program exception.   
2445
2446         For other opcodes that we might not handle use a g_warning and
2447         raise the exception.   Beats termination.
2448
2449         Fixes #561724
2450
2451 2009-12-14  Zoltan Varga  <vargaz@gmail.com>
2452
2453         * method-to-ir.c (mono_emit_rgctx_method_call_full): Fix a warning.
2454
2455         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix the LLVM support
2456         by merging the LLVM and !MAP_32BIT cases.
2457
2458 2009-12-13 Jonathan Chambers <joncham@gmail.com>
2459
2460         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Handle a NULL
2461         sigctx being passed in, as we have no CONTEXT available in the APC.
2462
2463         (mono_debugger_agent_cleanup): Use explicit cond wait implementation
2464         for now.
2465
2466         Code contributed under MIT/X11 license.
2467
2468 2009-12-13  Zoltan Varga  <vargaz@gmail.com>
2469
2470         * method-to-ir.c mini-llvm.c: Fix support for monitor enter/exit trampolines
2471         in the LLVM backend on AMD64.
2472
2473         * aot-runtime.c (decode_eh_frame): Initialize the clauses from the info in the
2474         FDE.
2475
2476         * unwind.c (mono_unwind_decode_fde): Implement decoding of a couple more formats.
2477
2478         * mini-llvm.c: Export mono_personality for AOT.
2479
2480         * mini.c (mini_method_compile): Fix some problems with llvm+aot+clauses.
2481
2482         * mini-ops.h (OP_IMPLICIT_EXCEPTION): New opcode marking the place where an
2483         implicit exception can occur.
2484
2485         * ir-emit.h (MONO_EMIT_NEW_IMPLICIT_EXCEPTION): New macro to emit an
2486         OP_IMPLICIT_EXCEPTION instruction.
2487
2488         * ir-emit.h (MONO_EMIT_NEW_CHECK_THIS): New macro.
2489
2490         * method-to-ir.c: Use MONO_EMIT_NEW_CHECK_THIS in a few places.
2491
2492         * mini-llvm.c: Handle OP_IMPLICIT_EXCEPTION by disabling llvm if it occurs
2493         inside a protected block.
2494
2495         * mini-llvm.c: Revert the last change, the signature of monitor entry/exit
2496         trampolines doesn't include the argument.
2497
2498         * mini-llvm.c (mono_llvm_emit_method): Enable calls to monitor entry/exit
2499         trampolines on amd64.
2500
2501         * mini-amd64.h (MONO_ARCH_MONITOR_OBJECT_REG): Use MONO_AMD64_ARG_REG1 instead
2502         of RDI.
2503
2504         * mini.c (mini_method_compile): Add some comments as to why LLVM is currently
2505         disabled for methods with clauses.
2506
2507         * mini-llvm.c: Enable support for catch clauses.
2508
2509         * mini-exceptions.c (mono_resume_unwind): New function to resume unwinding at the
2510         end of an LLVM compiled finally clause.
2511         (mono_handle_exception_internal): Save the exception handling state in TLS
2512         before calling an LLVM compiled finally clause, so mono_resume_unwind () can
2513         resume unwinding from that point.
2514
2515         * unwind.c (mono_unwind_get_ops_from_fde): Rename this to
2516         mono_unwind_decode_fde, decode the Language Specific Data Area (LSDA) too,
2517         to obtain the addresses of the exception handling regions.
2518
2519         * mini-llvm.c: Add beginnings of support for exception handling, currently only
2520         finally clauses are supported.
2521
2522         * mini.c (mini_method_compile): Add support for LLVM code with exception
2523         handlers.
2524
2525 2009-12-12  Zoltan Varga  <vargaz@gmail.com>
2526
2527         * mini-llvm.c (mono_llvm_emit_method): Allocate the 'pindexes' array with the
2528         proper size.
2529
2530 2009-12-12  Zoltan Varga  <vargaz@gmail.com>
2531
2532         * debugger-agent.c: Encode the this argument of vtype methods as a struct, not
2533         as a primitive type.
2534
2535 2009-12-11  Zoltan Varga  <vargaz@gmail.com>
2536
2537         * driver.c: Applied patch from Matt McClellan (matt@mc-c.net). Add a check
2538         for 2 parameter sched_setaffinity in older glibc versions. Fixes
2539         #564000.
2540
2541 2009-12-11  Marek Habersack  <mhabersack@novell.com>
2542
2543         * method-to-ir.c (mini_redirect_call): do not redirect the
2544         InternalAllocateStr internal call if string profiling is enabled.
2545
2546 2009-12-10  Zoltan Varga  <vargaz@gmail.com>
2547
2548         * aot-compiler.c (add_wrappers): Avoid generating synchronized wrappers for
2549         generic methods.
2550
2551         * unwind.h: Rename this to mini-unwind.h to avoid conflicts with the gcc
2552         unwind.h header file.
2553
2554         * tramp-x86.c (mono_arch_patch_callsite): Patch the code when using valgrind,
2555         newer valgrind versions seems to handle this fine.
2556
2557 2009-12-09  Zoltan Varga  <vargaz@gmail.com>
2558
2559         * debugger-agent.c (start_runtime_invoke): Fix a crash if this is called
2560         on the debugger thread.
2561
2562 2009-12-08  Zoltan Varga  <vargaz@gmail.com>
2563
2564         * mini-llvm.c (mono_llvm_emit_method): Add more SIMD opcodes.
2565
2566         * mini.c (mono_print_method_from_ip): Fix the lookup of trampolines.
2567
2568         * mini-codegen.c (mono_local_regalloc): Allow non-call opcodes with cloc:c.
2569
2570         * cpu-<ARCH>.md: Make call_handler clob:c.
2571
2572         * mini.c: Reenable SSA for methods with clauses.
2573
2574         * mini.c (mini_method_compile): Disable SSA for now for methods with clauses,
2575         as it causes failures on x86.
2576
2577 2009-12-08  Sebastien Pouliot  <sebastien@ximian.com>
2578
2579         * driver.c: Fail gracefully with --compile-all if mono_method_signature
2580         returns NULL (e.g. a bad assembly).
2581
2582 2009-12-08  Geoff Norton  <gnorton@novell.com>
2583
2584         * debugger-agent.c:  Refactor the mono_runtime_invoke guarding against
2585         stepping out into native code.  There were issues with nested invokes
2586         like .cctors.
2587
2588 2009-12-07  Zoltan Varga  <vargaz@gmail.com>
2589
2590         * mini.c (mini_method_compile): Do the disable_llvm checks early
2591         and avoid the LLVM compile pass if the checks fail.
2592
2593         * mini.c ssa.c abcremoval.c: Enable SSA for methods with exception clauses.
2594
2595         * mini-llvm.c: Put our methods/globals into the 'llvm.used' array, so the
2596         LLVM optimizations don't try to remove them.
2597
2598         * aot-compiler.c (emit_llvm_file): Save the result of opt into a
2599         different file so the original remains.
2600
2601 2009-12-06  Zoltan Varga  <vargaz@gmail.com>
2602
2603         * mini-llvm.c mini.c: Fix alignment issues with SIMD vars.
2604
2605         * aot-runtime.c (decode_arm_exidx): Handle most descriptors created by gas.
2606
2607         * aot-runtime.c (decode_arm_exidx): Refactor this into two functions, add
2608         support for non-inline unwind descriptors.
2609
2610 2009-12-07  Geoff Norton  <gnorton@novell.com>
2611
2612         * debugger-agent.c:  Darwin can colesce signals, so we need to handle
2613         the interrupt_count slightly differently.  Native threads were never
2614         marked as resumed.
2615
2616 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2617
2618         * aot-runtime.c (decode_arm_exidx): New function to initialize a MonoJitInfo
2619         based on the contents of the ARM .exidx section. Not yet used since llvm doesn't
2620         yet generate this info.
2621
2622         * mini-llvm.c: Fix the conversion of call results if they are unsigned.
2623
2624         * debugger-agent.c (buffer_add_value): Treat I/U as a valuetype, so the
2625         client can distinguish between intptrs and longs.
2626
2627 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2628
2629         * aot-compiler.c (emit_trampoline): Emit the trampoline info into the global
2630         blob.
2631
2632         * aot-runtime.c (load_function): Update after the change above.
2633
2634         * mini.h: Bump AOT file format version.
2635
2636         * method-to-ir.c (mono_method_to_ir): Disallow the delegate optimization
2637         if the delegate class is dynamic.
2638
2639         * method-to-ir.c (handle_delegate_ctor): Allow the method_code optimization
2640         in gshared code too using the new rgctx info type
2641         MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
2642
2643 2009-12-04  Geoff Norton  <gnorton@novell.com>
2644
2645         * debugger-agent.c: When doing a func-eval invoke on a suspended runtime,
2646         we need to track the original suspend count so the thread properly
2647         wakes up in resume_thread.
2648
2649 2009-12-04  Zoltan Varga  <vargaz@gmail.com>
2650
2651         * method-to-ir.c (handle_delegate_ctor): Add support for using this from gshared
2652         code.
2653
2654         * generics.cs: Add a test.
2655
2656         * method-to-ir.c (emit_get_rgctx_method): Make this work even if context_used
2657         is 0. Simplify a lot of code using this.
2658
2659         * mini-trampolines.c (mono_delegate_trampoline): Call
2660         mono_create_static_rgctx_trampoline () before saving the final address in
2661         delegate->method_code, to avoid calling it each time a delegate is first called.
2662
2663         * method-to-ir.c (mono_method_to_ir): Allow fast delegate creation for methods
2664         which need static rgctx trampolines.
2665
2666         * mini-trampolines.c (mono_create_static_rgctx_trampoline): Use a cache
2667         keyed on the method+addr pair, since addr could be either the method addr or
2668         an unbox trampoline in the AOT case. Fixes #560246.
2669
2670 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2671
2672         * mini.c (mini_method_compile): Call handle_exception_clauses () in the same
2673         place it was called before too.
2674
2675 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2676
2677         * mini.c (mono_jit_runtime_invoke): Avoid the call to mono_class_setup_vtable ()
2678         if no security manager is present, to speed up the AOT case. Call
2679         mono_class_vtable () full with raise_on_error == TRUE instead.
2680
2681 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2682
2683         * mini.c (mini_method_compile): Call handle_exception_clauses earlier so
2684         the local optimization passes can take its result into account. Fixes
2685         #559876.
2686
2687         * exceptions.cs: Add a test.
2688
2689 2009-01-24  Steven Munroe  <munroesj@us.ibm.com>
2690
2691         This patch is contributed under the terms of the MIT/X11 license
2692
2693         * cpu-ppc64.md (load_memindex): Add loadi8_memindex.
2694
2695 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2696
2697         * mini.h (MonoInst): Remove unused 'ssa_op' field.
2698
2699         * debugger-agent.c: Rework the handling of stack traces of running threads to
2700         avoid crashes if compute_frames () tries to walk the stack of running thread.
2701
2702         * mini.c (mono_print_method_from_ip): Use mini_jit_info_table_find.
2703
2704         * mini-exceptions.c (mono_jit_walk_stack_from_ctx_in_thread): Set frame->lmf.
2705
2706         * mini.h (StackFrameInfo): Add an 'lmf' field.
2707
2708 2009-12-02  Zoltan Varga  <vargaz@gmail.com>
2709
2710         * debugger-agent.c (suspend_current): Always set really_suspended.
2711
2712         * debugger-agent.c (clear_event_request): Clear method entry/exit requests too.
2713
2714         * exceptions-x86.c (mono_arch_get_restore_context): Restore EAX too.
2715
2716 2009-12-01  Zoltan Varga  <vargaz@gmail.com>
2717
2718         * debugger-agent.c (vm_commands): Don't allow invokes on threads which are not
2719         really suspended.
2720
2721 2009-12-01  Zoltan Varga  <vargaz@gmail.com>
2722
2723         * cpu-ppc64.md (store_memindex): Add storei8_memindex.
2724
2725 2009-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
2726
2727         * mini-trampolines.c: Fix MSVC build.
2728
2729 2009-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
2730
2731         * mini-trampolines.c: Check for mono_method_get_vtable_slot failures.
2732
2733 2009-11-30  Zoltan Varga  <vargaz@gmail.com>
2734
2735         * mini-arm.c (mono_arch_lowering_pass): Fix an assert which is hit when
2736         the instruction following an OP_FCOMPARE is optimized away.
2737
2738 2009-11-30  Zoltan Varga  <vargaz@gmail.com>
2739
2740         * aot-compiler.c (arch_emit_autoreg): Extract the auto-registration code from
2741         emit_autoreg () into this arch-specific function.
2742
2743         * aot-compiler.c (emit_exception_debug_info): Don't emit the length of the
2744         code, it is no longer needed.
2745
2746         * aot-runtime.c (decode_exception_debug_info): Don't read the code length.
2747
2748         * mini.h: Bump AOT file format version.
2749
2750         * aot-runtime.c (mono_aot_find_jit_info): Compute the length of the method
2751         using the sorted_code_offsets array, instead of reading it from the
2752         exception debug info.
2753         (load_method): Call mono_aot_find_jit_info instead of
2754         decode_exception_debug_info ().
2755
2756         * aot-compiler.c (emit_exception_debug_info): Emit whenever the method was
2757         LLVM compiled as a flag.
2758
2759 2009-11-29  Zoltan Varga  <vargaz@gmail.com>
2760
2761         * debugger-agent.c (resume_thread): Fix a warning.
2762
2763         * aot-compiler.c: Add an option to set the number of static rgctx trampolines
2764         generated.
2765
2766 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
2767
2768         * aot-compiler.c aot-runtime.c: Get rid of a few global symbols, move their
2769         contents to MonoAotFileInfo.
2770
2771 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
2772
2773         * aot-compiler.c aot-runtime.c: Reorganize the AOT file format once again.
2774         Put all binary data into a giant blob, similarly to the way .net assemblies
2775         store binary data. Emit offset tables in a compact form to reduce their size.
2776
2777         * mini.h: Bump AOT file format version.
2778
2779         * aot-compiler.c (emit_globals_table): Use temp_prefix instead of .L in a few
2780         places.
2781
2782         * aot-compiler.c (emit_globals_table): Emit a hash table for the globals, to
2783         avoid linear searches at runtime.
2784
2785         * aot-runtime.c (find_symbol): Update this to use the hash.
2786
2787         * mini.h: Bump AOT file format version.
2788
2789 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
2790
2791         * aot-compiler.c (emit_klass_info): Save whenever the class has a generic
2792         container.
2793
2794         * aot-runtime.c (decode_cached_class_info): Set the is_generic_container field
2795         too.
2796
2797         * aot-compiler.c (mono_compile_assembly): Add a 'stats' option to print out
2798         the distribution of got slot types.
2799
2800         * mini.h (MonoDebugOptions): Add 'explicit_null_checks' option.
2801
2802         * method-to-ir.c: Add support for generating explicit null checks.
2803
2804 2009-11-25  Zoltan Varga  <vargaz@gmail.com>
2805
2806         * debugger-agent.c (vm_commands): Implement EXIT by invoking Environment.Exit ()
2807         on a random thread if possible.
2808
2809         * aot-runtime.c (mono_aot_plt_resolve): Clean up the handling of function
2810         descriptors a bit, add comments, handle RGCTX_FETCH/GENERIC_CLASS_INIT_TRAMPOLINE
2811         correctly.
2812
2813         * exceptions-ppc.c (mono_arch_find_jit_info_ext): Use mgreg_t as the type of
2814         regs. Pass the real size of the regs array to mono_unwind_frame ().
2815
2816         * unwind.c (mono_unwind_frame): Remove an incorrect assert, add more correct
2817         ones instead.
2818
2819 2009-11-24  Geoff Norton  <gnorton@novell.com>
2820
2821         * mini-darwin.c: Work around apple bug rdar://7209349  See
2822         http://openradar.appspot.com/7209349 for details.  Synopsis,
2823         CoreFoundation SIGTRAP's if you dlopen it off the main thread if its
2824         never been initialized before.
2825
2826 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2827
2828         * tramp-arm.c: Use blx instead of mov pc, reg to improve support for thumb.
2829
2830         * mini-arm.c (mono_arm_thumb_supported): New helper function.
2831
2832 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2833
2834         * cfold.c (mono_constant_fold_ins): Fix a problem in the previous change,
2835         OP_SHL_IMM is not 32 bit.
2836
2837 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2838
2839         * aot-compiler.c (encode_patch): Fix the encoding of R8 on big-endian systems.
2840
2841 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2842
2843         * aot-compiler.c: Avoid infinite recursion when generic virtual recursion is
2844         encountered.
2845
2846         * debugger-agent.c (resume_vm): Signal the suspend_cond even if suspend_count
2847         > 0 since some threads can resume if their resume_count is > 0.
2848         (invoke_method): Avoid reading freed memory.
2849
2850         * debugger-agent.c (process_suspend): Extract the suspend code from
2851         process_single_step_inner () to a separate function. Rework the code to prevent
2852         races between this function and thread interrupts.
2853
2854         * debugger-agent.c (suspend_current): Check the resume_count field instead
2855         of resume_one so suspends+resumes during single threaded invokes work
2856         correctly.
2857
2858 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
2859
2860         * aot-compiler.c (emit_llvm_file): Enable some llvm optimizations which seem
2861         to make the generated code smaller.
2862
2863         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Add a code
2864         sequence generated by recent LLVM versions.
2865
2866         * mini-llvm.c: Add support for a few simple cases which weren't supported
2867         before.
2868
2869         * mini-trampolines.c (mono_magic_trampoline): Don't call
2870         mono_arch_get_vcall_slot () when llvm is enabled.
2871
2872         * aot-compiler.c (emit_llvm_file): Add code to run the 'opt' llvm tool.
2873
2874         * mini-trampolines.c (mono_magic_trampoline): Extract the bulk of this function
2875         into a new function called common_call_trampoline () which is used by the
2876         llvm vcall trampoline as well.
2877
2878         * debugger-agent.c: Implement single threaded invokes.
2879
2880         * debugger-agent.c: Revert change which broke the agent on linux.
2881
2882         * method-to-ir.c (inline_method): Prevent infinite recursion. Fixes
2883         #557606.
2884
2885         * generics.cs: Add a test.
2886
2887 2009-11-22  Zoltan Varga  <vargaz@gmail.com>
2888
2889         * debugger-agent.c: Fix the cygwin build.
2890
2891 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
2892
2893         * cprop.c: Remove this unused file.
2894
2895 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
2896
2897         * cfold.c (mono_constant_fold_ins): Fix constant folding of shr_imm. Fixes
2898         #557262.
2899
2900         * basic.cs: Add a test.
2901
2902 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
2903
2904         * method-to-ir.c (mono_method_to_ir): Use mono_use_llvm instead of ENABLE_LLVM
2905         in one more place.
2906
2907 2009-11-20  Zoltan Varga  <vargaz@gmail.com>
2908
2909         * mini.c mini-trampolines.c driver.c: Add a 'mono_use_llvm' flag to control
2910         whenever the runtime uses LLVM code. Add a '--llvm' command line option to set
2911         it. Use this flag to control llvm related code paths instead of #ifdef
2912         ENABLE_LLVM, so a runtime configured without --enable-llvm can use LLVM compiled
2913         AOT code.
2914
2915         * aot-runtime.c aot-compiler.c: Add a 'flag' field to MonoAotFileInfo.
2916
2917         * mini.h: Bump AOT file format version.
2918
2919         * tramp-ppc.c (mono_arch_create_generic_class_init_trampoline_full): These
2920         receive their argument in MONO_ARCH_VTABLE_REG, not in the first argument reg.
2921
2922         * debugger-agent.c (create_event_list): Fix a crash if an empty assembly list
2923         was used as an assembly filter.
2924
2925 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
2926
2927         * unwind.c: Fix support for ppc.
2928
2929         * exceptions-ppc.c (mono_arch_find_jit_info): Change this to use dwarf frame
2930         unwind info. Change to the mono_arch_find_jit_info_ext () interface.
2931
2932 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
2933
2934         * mini-ppc.c (mono_arch_emit_prolog): Fix a copy-paste error to fix the ppc64
2935         port.
2936         (mono_arch_cpu_init): Don't set cpu_hw_flags to 0 at the end, this was somehow
2937         added by the ps3 changes.
2938
2939 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
2940
2941         * mini-gc.c: Resurrect this, so at least it compiles.
2942
2943         * debugger-agent.c (assembly_commands): Implement GET_NAME command.
2944
2945 2009-11-18  Zoltan Varga  <vargaz@gmail.com>
2946
2947         * debugger-agent.c (mono_debugger_agent_handle_exception): Pass a MonoJitInfo to
2948         create_event_list () so assembly filters can be used.
2949
2950         * exceptions-ppc.c (mono_arch_find_jit_info): Fix the restoration of registers
2951         from the LMF.
2952
2953 2009-11-17  Zoltan Varga  <vargaz@gmail.com>
2954
2955         * debugger-agent.c (mono_debugger_agent_breakpoint_hit): Fix a warning.
2956         (mono_debugger_agent_thread_interrupt): Make this return FALSE if the agent
2957         is disabled.
2958
2959         * aot-compiler.c (add_generic_instances): Emit instances of common generic
2960         classes for char/bool too.
2961
2962         * debugger-agent.c (DebuggerTlsData): Honor the DISABLE_SOFT_DEBUG option.
2963
2964         * debugger-agent.c (DebuggerTlsData): Add a 'really_suspended' flag, not yet
2965         used.
2966
2967         * debugger-agent.c: Add some definitions to make backporting to 2.6 easier.
2968         Fix warnings.
2969
2970 2009-11-15  Andreas Faerber  <andreas.faerber@web.de>
2971
2972         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Signature fix.
2973         
2974         Code contributed under MIT/X11 license.
2975
2976 2009-11-14  Zoltan Varga  <vargaz@gmail.com>
2977
2978         (mono_debugger_agent_thread_interrupt): Save the context so stacktraces for
2979         threads in native code work.
2980
2981         * debugger-agent.c: Pass the 'flags' argument to VM_INVOKE_METHOD earlier in
2982         the parameter list, so it can be acted upon by vm_commands (). Bump protocol
2983         version.
2984
2985 2009-11-13 Jonathan Chambers <joncham@gmail.com>
2986
2987         * debugger-agent.c: Implementation for Windows platform.
2988
2989         * mini-x86.c: Add support for Windows. Use mono-* synchronization
2990         primitives. Use SEH to implement breakpoints and single stepping.
2991
2992         * mini-x86.h: Enable soft debugger on Windows.
2993
2994         Code contributed under MIT/X11 license.
2995
2996 2009-11-13  Zoltan Varga  <vargaz@gmail.com>
2997
2998         * mini-amd64.c (emit_call_body): Disable usage of near calls when running
2999         under XEN. Fixes #522894.
3000
3001         * patch-info.h: Add LLVM_IMT_TRAMPOLINE.
3002
3003         * mini-llvm.c aot-compiler.c aot-runtime.c mini.c: Add support for making
3004         interface calls in LLVM AOT code.
3005
3006         * aot-compiler.c mini-llvm.c: Abort llvm compilation if a non-encodable patch
3007         is found.
3008
3009         * mini-llvm.c: Add support for OP_VPHI.
3010
3011         * objects.cs: Add a test.
3012
3013 2009-11-13  Zoltan Varga  <vargaz@gmail.com>
3014
3015         * debugger-agent.c (mono_debugger_agent_single_step_event): Avoid a crash if
3016         this is called on the debugger thread.
3017
3018 2009-11-12  Zoltan Varga  <vargaz@gmail.com>
3019
3020         * mini-llvm.c: Add soft-float support.
3021
3022         * method-to-ir.c (mono_decompose_soft_float): Restart after decomposing an
3023         FCALL which returns an R4.
3024
3025         * driver.c (mono_main): Add a missing '\n'.
3026
3027         * mini-trampolines.c (mono_create_llvm_imt_trampoline): Fix the build on
3028         platforms which doesn't support the LLVM IMT trampoline.
3029
3030 2009-11-11  Zoltan Varga  <vargaz@gmail.com>
3031
3032         * mini-llvm.c (mono_llvm_emit_method): Fix LOCALLOC.
3033
3034         * mini-llvm-cpp.cpp: Update to latest LLVM SVN.
3035
3036         * mini-llvm.c (mono_llvm_emit_method): Avoid creating plt entries for
3037         virtual calls.
3038
3039         * aot-runtime.c: Don't define HAVE_DL_ITERATE_PHDR, configure now does that.
3040
3041 2009-11-10  Zoltan Varga  <vargaz@gmail.com>
3042
3043         * aot-compiler.c aot-runtime.c: Change how mono_arch_find_jit_info () works.
3044         Instead of emitting a method_order table, sort the contents of the code_offsets
3045         table and do a binary search in the sorted table. The previous approach doesn't
3046         work with LLVM which emits methods in a arbitrary order.
3047
3048         * aot-runtime.c: Add support for creating MonoJitInfo structures by searching
3049         in the .eh_frame section in ELF files.
3050
3051         * mini.h: Bump corlib file format version.
3052
3053         * mini-llvm.c aot-compiler.c: Add support for AOT to the LLVM back end.
3054
3055         * exceptions-arm.c (mono_arch_get_call_filter_full): Update after the
3056         LDMIA->LDM macro name change.
3057
3058 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
3059
3060         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Fix and enable this for
3061         x86.
3062
3063         * mini-llvm-cpp.cpp (JITMemoryManager): Fix compilation with LLVM 2.7
3064         SVN.
3065
3066         * aot-compiler.c: Ditto.
3067
3068         * mini-arm.c (mono_arch_allocate_vars): Fix the previous change by passing
3069         &align to mini_type_stack_size_full ().
3070
3071         * mini-arm.c (mono_arch_emit_prolog): Implement support for varargs.
3072
3073         * mini-ops.h: Add documentation for the OP_ARGLIST opcode.
3074
3075 2009-11-08  Zoltan Varga  <vargaz@gmail.com>
3076
3077         * mini-arm.c: Compute the stack space used by arguments using
3078         mini_type_stack_size_full ().
3079
3080 2009-11-08  Zoltan Varga  <vargaz@gmail.com>
3081
3082         * optflags-def.h: Remove dead TREEPROP optimization.
3083
3084 2009-11-08  Rodrigo Kumpera  <rkumpera@novell.com>
3085
3086         * mini-ppc.h: Make mono compiler under FreeBSD/ppc64. 
3087
3088         Patch by Justin Hibbits <chmeeedalf@gmail.com>.
3089
3090 2009-11-07  Zoltan Varga  <vargaz@gmail.com>
3091
3092         * driver.c (mono_jit_parse_options): New public API function to parse options
3093         as done by the runtime executable.
3094
3095         * debugger-agent.c (buffer_add_cattrs): Fix reading an uninitialized variable
3096         when handling named arguments.
3097
3098 2009-11-07  Zoltan Varga  <vargaz@gmail.com>
3099
3100         * mini-arm.c: Implement support for returning vtypes in registers, fix support
3101         for passing small vtypes in registers, make the CallInfo structures more
3102         similar to the code on the other platforms.
3103
3104         * mini-arm.c (mono_arch_allocate_vars): Align small vtypes to 4 bytes too since
3105         the code in the prolog requires it.
3106
3107 2009-11-06  Zoltan Varga  <vargaz@gmail.com>
3108
3109         * mini-arm.c debugger-agent.c: Android changes from Koushik K. Dutta
3110         (koush@koushikdutta.com).
3111
3112         * mini-arm.c (handle_thunk): Add a domain argument to control the domain
3113         where the thunk memory should be allocated from. Fixes appdomain unloading
3114         on arm.
3115
3116 2009-11-06  Zoltan Varga  <vargaz@gmail.com>
3117
3118         * mini-arm.c exceptions-arm.c: Make ctx->regs map directly to the 16 hardware
3119         registers, instead of r4..r11,ip,lr. Make restore_context () restore r0..r3 too.
3120
3121 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3122
3123         * mini-amd64.c (mono_arch_output_basic_block): Don't allow OP_SEQ_POINT in
3124         AOT, as it is not implemented yet.
3125
3126         * mini-x86.c (mono_arch_output_basic_block): Ditto.
3127
3128 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3129
3130         * debugger-agent.c: Fix windows build.
3131
3132 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3133
3134         * debugger-agent.c (debugger_thread): Call mono_set_is_debugger_attached ()
3135         after the client connects/disconnects.
3136
3137         * debugger-agent.c: Add an 'onthrow' option to start the debugger agent
3138         when an exception of a given type is thrown.
3139
3140         * debugger-agent.c: Add a 'onuncaught' option to start the debugger agent
3141         only on an uncaught exception.
3142
3143         * mini-exceptions.c: Notify the debugger agent on an uncaught exception.
3144
3145         * debugger-agent.c: Add a 'launch' option.
3146
3147 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3148
3149         * debugger-agent.c: Add a 'timeout' option.
3150
3151 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3152
3153         * debugger-agent.c: Implement the 'server' and 'suspend' options supported by
3154         the JDWP agent.
3155
3156 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3157
3158         * debugger-agent.c (set_breakpoint): Emit a log message.
3159
3160 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3161
3162         * mini-arm.c: Fix the arm build.
3163
3164 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3165
3166         * aot-compiler.c: don't leak the value returned from
3167         mono_type_full_name().
3168
3169 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3170
3171         * debugger-agent.c: defer including mono-mutex.h until we know the
3172         agent is supported.
3173
3174 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3175
3176         * debugger-agent.c: Changes to build on windows. Use mono-mutex instead
3177         of pthreads directly.
3178
3179         * mini.c (mono_sigfpe_signal_handler): Changed signature of Windows
3180         exception handlers. Pass info argument.
3181
3182         * mini.h: Adjust signatures of soft debugger functions to pass void*
3183         instead of siginfo_t. Adjust SIG_HANDLER_SIGNATURE on Windows.
3184
3185         * mini-amd64.c (mono_arch_is_single_step_event): Adjust signature to pass void*
3186         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3187         (mono_arch_is_breakpoint_event): Adjust signature to pass void*
3188         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3189
3190         * mini-amd64.h: Adjust MonoW32ExceptionHandler signature.
3191
3192         * mini-x86.c (mono_arch_is_single_step_event): Adjust signature to pass void*
3193         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3194         (mono_arch_is_breakpoint_event): Adjust signature to pass void*
3195         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3196
3197         * mini-x86.h: Adjust MonoW32ExceptionHandler signature.
3198
3199         * exceptions-x86.c: Adjust W32_SEH_HANDLE_EX for new signature.
3200
3201         * exceptions-amd64.c: Adjust W32_SEH_HANDLE_EX for new signature.
3202
3203         * mono-semaphore.h: Skeleton implementation for Windows.
3204
3205         Code contributed under MIT/X11 license.
3206
3207 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3208
3209         * simd-intrinsics.c (simd_intrinsic_emit_setter): Unfix my fix.
3210
3211         Code contributed under MIT/X11 license.
3212
3213 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3214
3215         * simd-intrinsics.c (simd_intrinsic_emit_setter): Fix windows build.
3216
3217         Code contributed under MIT/X11 license.
3218
3219 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3220
3221         * aot-compiler.c (mono_save_xdebug_info): Bump the threshold for flushing
3222         debug info to 100 because 10 still slows down gdb too much.
3223
3224         * method-to-ir.c (mono_method_to_ir): Avoid rethrowing thread abort exceptions
3225         inside runtime invoke wrappers. This avoids the need to call ResetAbort () on
3226         them in the wrappers.
3227
3228 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3229
3230         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add an assert.
3231
3232         * simd-intrinsics.c (simd_intrinsic_emit_setter): Fix a warning.
3233
3234         * aot-runtime.c (mono_aot_get_method): Refactor some code into a new helper
3235         function mono_aot_get_array_helper_from_wrapper ().
3236
3237         * aot-compiler.c (add_generic_class): Refactor the code a bit, really emit
3238         array helper methods.
3239
3240 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3241
3242         * simd-intrinsics.c (load_simd_vreg): Add extra argument to signal if
3243         the value was loaded from memory.
3244
3245         * simd-intrinsics.c (simd_intrinsic_emit_setter): Store back to memory if
3246         the value was loader from there.
3247
3248         * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Fail correctly for Shuffle
3249         without constant swizzle.
3250
3251 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3252
3253         * mini-amd64.c: Put soft debugger functions behind a
3254         #ifdef MONO_ARCH_SOFT_DEBUG_SUPPORTED.
3255
3256         * mini-amd64.h: disable the soft debugger in windows.
3257
3258         Code contributed under MIT/X11 license.
3259
3260 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3261
3262         * mini-x86.c: Put soft debugger functions behind a
3263         #ifdef MONO_ARCH_SOFT_DEBUG_SUPPORTED.
3264
3265         Code contributed under MIT/X11 license.
3266
3267 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3268
3269         * exceptions-x86.c (win32_handle_stack_overflow): Fix parameters
3270         to mono_arch_find_jit_info_ext.
3271
3272         Code contributed under MIT/X11 license.
3273
3274 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3275
3276         * debugger-agent.c: Include netinet/in.h to fix the bsd build.
3277
3278         * debugger-agent.c: Add support for filtering events by assemblies.
3279
3280         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Return false if
3281         the agent is not enabled.
3282
3283 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3284
3285         * exceptions-x86.c: hopefully last change to fix the windows build.
3286         This one courtesy of Jonathan Chambers.
3287
3288 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3289
3290         * debugger-agent.c: remove unused function.
3291
3292 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3293
3294         * debugger-agent.c: add #ifdefs for a few header files.
3295         * mini-x86.h: disable the soft debugger in windows.
3296         Step 1 of 2 to make this compile on windows with gcc.
3297
3298 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3299
3300         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Comment this out for now
3301         as it breaks the build.
3302
3303 2009-07-01  Zoltan Varga  <vargaz@gmail.com>
3304
3305         Merge the soft debugger branch.
3306
3307         * debugger-agent.h debugger-agent.c: New files containing the soft
3308         mode debugger module.
3309
3310         * method-to-ir.c (mono_method_to_ir): Generate OP_SEQ_POINT opcodes
3311         at the appropriate locations.
3312
3313         * mini-<ARCH>.c (mono_arch_output_basic_block): Handle OP_SEQ_POINT
3314         opcode.
3315
3316         * mini-<ARCH>.c: Add new arch-specific functions to set/clear breakpoints,
3317         enable/disable single stepping.
3318
3319         * exceptions-<ARCH>.c (mono_arch_find_jit_info_ext): New stack unwinding api
3320         which returns all information in a StackFrameInfo structure, and can handle the
3321         LMF frames added by the debugger.
3322
3323         * mini-<ARCH>.h (MonoLMFExt): New structure containing additional information
3324         about an LMF frame.
3325
3326         * mini-exceptions.c (mono_jit_walk_stack_from_ctx_in_thread): New stack
3327         walker function which works on a specific thread and passes a StackFrameInfo
3328         structure to its callback.
3329
3330         * mini.c (mini_init): Initialize the debugger agent.
3331
3332         * aot-compiler.c aot-runtime.c: Add soft-debug support.
3333
3334         * mini-ops.h: Add OP_SEQ_POINT opcode.
3335
3336         * driver.c (mono_main): Add new '--debugger-agent' option for passing
3337         arguments to the debugger agent.
3338
3339 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3340
3341         * mini.c (mini_method_compile): Disable llvm for methods with an lmf here to
3342         speed things up.
3343
3344         * mini-llvm.c (mono_llvm_emit_method): Add support for OP_LOCALLOC.
3345
3346         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Implement this for x86.
3347
3348         * mini.c (mini_init): Avoid using the IMT trampoline in the LLVM case.
3349
3350         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add a static rgctx trampoline
3351         if needed.
3352         (mono_create_llvm_imt_trampoline): New function to create a trampoline which
3353         sets the IMT argument and makes a virtual call.
3354
3355         * mini-llvm.c: Enable interface calls using the llvm imt trampoline.
3356
3357 2009-11-01  Zoltan Varga  <vargaz@gmail.com>
3358
3359         * Makefile.am (llvm_sources): Enable the llvm option since it no longer breaks
3360         the windows build.
3361
3362 2009-10-30  Zoltan Varga  <vargaz@gmail.com>
3363
3364         * mini.c (mini_cleanup): Call profiler shutdown before shutting down the
3365         runtime. Fixes #551228.
3366
3367 2009-10-29  Zoltan Varga  <vargaz@gmail.com>
3368
3369         * mini-x86.c (mono_arch_output_basic_block): Fix % 1. Fixes #550970.
3370
3371         * basic.cs: Add a test.
3372
3373         * method-to-ir.c (mono_method_to_ir): Use EMIT_NEW_LOAD_MEMBASE_TYPE to
3374         load vtypes instead if OP_LOADV_MEMBASE in the implementation of
3375         CONSTRAINED. Fixes #550964.
3376
3377         * generics.cs: Add a test.
3378
3379 2009-10-28  Mark Probst  <mark.probst@gmail.com>
3380
3381         * mini-posix.c (add_signal_handler): Use
3382         mono_gc_get_suspend_signal() instead of GC_get_suspend_signal().
3383
3384 2009-10-28 Jerry Maine <crashfourit@gmail.com>
3385
3386         Contributed under the terms of the MIT/X11 license by
3387         Jerry Maine <crashfourit@gail.com>.
3388
3389         * mini-x86.c (mono_arch_cpu_enumerate_simd_versions): Added code to detect
3390         sse4a for simd intrinsics.
3391
3392         * mini-amd64.c (mono_arch_cpu_enumerate_simd_versions): Added code to detect
3393         sse4a for simd intrinsics.
3394
3395 2009-10-27  Zoltan Varga  <vargaz@gmail.com>
3396
3397         * ir-emit.h method-to-ir.c: Change a few _IMM macros to assign to inst_imm
3398         instead of inst_p1 which is not the same on ILP32 platforms.
3399
3400 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3401
3402         * mini-ppc.c (mono_arch_emit_prolog): Load the current got address,
3403         not the mscorlib one before calling mono_get_lmf_addr.
3404
3405         * tramp-ppc.c (mono_arch_create_trampoline_code_full): Fix the storing
3406         of the ip to the LMF.
3407
3408         * method-to-ir.c (mono_method_to_ir): Fix the handling of the
3409         immediate in the op->op_imm optimization.
3410
3411         * mini-ppc.c: Add a 'vtregs' field to ArgInfo to make the code easier to
3412         understand. VTypes now work, but are not abi compliant, as they are
3413         split into 4 byte parts instead of 8.
3414         (emit_memcpy): Fix the unrolled case to work on the PS3.
3415
3416         * mini-ppc.c (get_delegate_invoke_impl): Fix this for the PS3.
3417
3418         * aot-compiler.c (mono_compile_assembly): Make the autoreg option
3419         the default when static linking.
3420
3421         * mini-ppc.c (mono_arch_emit_prolog): Fix handling of I8 arguments.
3422
3423         * aot-compiler.c: Add an autoreg option to automatically register
3424         statically linked aot modules using ELF .ctors.
3425
3426         * genmdesc.pl: Add __ppc64__ to allowed defines.
3427
3428 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
3429
3430         * mini-posix.c (add_signal_handler): Delay the GC suspend signal while
3431         executing a SIGSEGV handler on an altstack, since libgc can't handle that.
3432
3433 2009-10-24  Mark Probst  <mark.probst@gmail.com>
3434
3435         * exceptions-x86.c (mono_arch_find_jit_info): Fix build.
3436
3437 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3438
3439         * mini-exceptions.c (mini_jit_info_table_find): Add an 'out_domain' argument
3440         which will contain the domain where the method was found.
3441
3442         * exceptions-<ARCH>.c mini-exceptions.c: Update callers of
3443         mini_jit_info_table_find ().
3444
3445         * aot-compiler.c (xdebug_end_emit): Remove so stray debug code.
3446
3447         * branch-opts.c (mono_if_conversion): Avoid running deadce if it is disabled.
3448
3449 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3450
3451         * mini-x86.c (mono_arch_emit_prolog): Disable aot for methods with save_lmf
3452         set, its not supported yet.
3453
3454 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3455
3456         * aot-runtime.c (mono_aot_get_method): Avoid asserting if a array generic
3457         iface wrapper is not found.
3458         (mono_aot_get_method): Ditto for GetGenericValueImpl.
3459
3460 2009-10-21  Zoltan Varga  <vargaz@gmail.com>
3461
3462         * aot-runtime.c (mono_aot_get_method): Fix support for the IList<T> wrappers,
3463         which have a different name.
3464
3465         * aot-runtime.c (mono_aot_get_method): Special case the array generic iface
3466         wrappers and Array.GetGenericValueImpl ().
3467
3468         * aot-compiler.c: Avoid emitting some wrappers which are not needed anymore
3469         because of the change above.
3470
3471         * generics.cs: Add a test for full aot + generic array ifaces.
3472
3473 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
3474
3475         * aot-compiler.c (emit_plt): Remove duplicate 'debug_sym' variable 
3476         that hides the previous one.
3477
3478 2009-10-18  Zoltan Varga  <vargaz@gmail.com>
3479
3480         * aot-compiler.c (can_marshal_struct): Allow some System.dll structs to be
3481         marshalled. Fixes #541623.
3482
3483 2009-10-16  Zoltan Varga  <vargaz@gmail.com>
3484
3485         * aot-compiler.c (emit_extra_methods): Remove some asserts which are not needed.
3486
3487 2009-10-15  Zoltan Varga  <vargaz@gmail.com>
3488
3489         * mini.c (mono_op_imm_to_op): Handle OP_AND/OR/XOR_IMM.
3490
3491 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3492
3493         * mini-posix.c (sigprof_signal_handler):
3494         Implemented support for building stat call chans in different ways.
3495
3496 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3497
3498         * mini-exceptions.c (mono_find_jit_info):
3499         Also check that a jit info has been found (fixes a profiler crash).
3500
3501 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3502
3503         * mini.c (mono_codegen):
3504         Call mono_profiler_code_buffer_new with correct code address.
3505
3506 2009-10-14  Zoltan Varga  <vargaz@gmail.com>
3507
3508         * driver.c (mono_main): Change the date in the copyright.
3509
3510 2009-10-14  Mark Probst  <mark.probst@gmail.com>
3511
3512         * method-to-ir.c (mono_method_to_ir): Don't use a managed array
3513         allocator in shared generic code for open classes, because we
3514         can't get those classes' vtables.  We need to make managed
3515         allocators not depend on the vtable at compile-time to solve this.
3516
3517 2009-10-13  Martin Baulig  <martin@ximian.com>
3518
3519         * debug-mini.c (mono_debugger_trampoline_compiled): Add
3520         `const guint8 *trampoline' argument; send both the old and the new
3521         notification.
3522
3523 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
3524
3525         * aot-compiler.c (add_wrappers): Add a runtime invoke wrapper which is used by
3526         mono_runtime_capture_context () without calling mono_runtime_invoke ().
3527         (can_marshal_struct): Skip structures with auto layout.
3528
3529         * tramp-arm.c (GEN_TRAMP_SIZE): Increase this by 4.
3530
3531 2009-10-02  Zoltan Varga  <vargaz@gmail.com>
3532
3533         * mini-sparc.c (mono_arch_emit_setret): Emit long return values using OP_LMOVE.
3534         (mono_arch_create_vars): Instead of allocating a stack slot by hand, allocate
3535         a variable to hold the stack slot used by the int<->float conversion opcodes.
3536
3537         * mini-sparc.c (mono_arch_build_imt_thunk): Implement support for fail_tramp.
3538
3539 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
3540
3541         * aot-compiler.c (add_generic_class): Only add GetGenericValueImpl wrappers
3542         when using full-aot.
3543
3544 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
3545
3546         * aot-compiler.c (add_generic_class): Add an instance of GenericComparer<T> for
3547         each instance of Comparer<T>.
3548
3549         * generics.cs: Add a new test.
3550
3551 2009-10-09  Zoltan Varga  <vargaz@gmail.com>
3552
3553         * driver.c (parse_debug_options): Add a 'gdb' option.
3554
3555         * mini.c (mini_parse_debug_options): Add a 'gdb' option.
3556
3557         * image-writer.c: Add support for emitting the image into a memory buffer.
3558
3559         * dwarfwriter.c: Add support for sharing one IL file between multiple images.
3560
3561         * aot-compiler.c: Add support for registering debug info with GDB using the
3562         new JIT debugging interface in GDB 7.0. It can be turned on by setting
3563         MONO_XDEBUG to 'gdb'.
3564
3565 2009-10-10  Zoltan Varga  <vargaz@gmail.com>
3566
3567         * aot-compiler.c (mono_save_trampoline_xdebug_info): Implement this for the
3568         gdb mode.
3569
3570 2009-10-11  Zoltan Varga  <vargaz@gmail.com>
3571
3572         * aot-compiler.c (mono_save_xdebug_info): Emit a symbol for the method which
3573         can be used to set breakpoints in gdb.
3574
3575         * image-writer.c (bin_writer_emit_writeout): Add support for setting the text
3576         segment to an absolute address.
3577
3578 2009-10-13  Mark Probst  <mark.probst@gmail.com>
3579
3580         * method-to-ir.c: Use the managed array allocator method if
3581         available.
3582
3583 2009-10-13  Bill Holmes  <billholmes54@gmail.com>
3584
3585         * aot-compiler.c : Fix the MSVC builds
3586
3587         Code is contributed under MIT/X11 license.
3588
3589 2009-10-13  Zoltan Varga  <vargaz@gmail.com>
3590
3591         * aot-compiler.c (mono_save_xdebug_info): Group methods into groups of 10 to
3592         avoid registering 1 symbol file per method with gdb.
3593
3594 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
3595
3596         * mini-sparc.c: Fix the handling of enums with base type long.
3597
3598         * mini-sparc.c (mono_arch_output_basic_block): Fix IREM_UN_IMM.
3599
3600         * mini-sparc.c (mono_arch_allocate_vars): Use mono_class_from_mono_type ()
3601         instead of using type->data.klass as the later doesn't work with generics.
3602
3603 2009-09-25  Mark Probst  <mark.probst@gmail.com>
3604
3605         * method-to-ir.c, mini.h, mini-alpha.c, mini-amd64.c, mini-arm.c,
3606         mini-hppa.c, mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c,
3607         mini-s390x.c, mini-sparc.c, mini-x86.c: Thread.get_CurrentThread
3608         works differently now and we don't handle it in the JIT anymore.
3609
3610         * mini.c, mini-exceptions.c, mini-posix.c, debug-debugger.c,
3611         debug-mini.c, tramp-amd64.c, tramp-x86.c: Changes resulting from
3612         the Thread class split.
3613
3614 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
3615
3616         * driver.c: Don't run tests with the obsolete treeprop optimization.
3617
3618         * mini-sparc.c (mono_arch_create_vars): Make the component vars of a long ret
3619         variable volatile. Fixes #541577.
3620
3621         * basic-calls.cs: Add a new test.
3622
3623         * basic-long.cs: Remove tests which are now in basic-calls.cs.
3624
3625 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
3626
3627         * dwarfwriter.c (emit_debug_info_end): Disable this as it doesn't seem to
3628         work/required with recent iphone sdk versions.
3629
3630         * aot-compiler.c (add_wrappers): Generate PtrToStructure wrappers for more
3631         structures.
3632
3633         * decompose.c (mono_decompose_vtype_opts): Avoid reading uninitialized memory
3634         in the VCALL decomposition code.
3635
3636 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
3637
3638         * mini-ia64.c (mono_arch_output_basic_block): Fix ISHR/ISHR_IMM.
3639
3640         * basic.cs: Add a test.
3641
3642         * mini-ia64.c (mono_arch_build_imt_thunk): Implement support the virtual
3643         generic invokes.
3644
3645         * mini-exceptions.c (mini_jit_info_table_find): New helper function which
3646         searches all the domains of the current thread.
3647
3648         * exceptions-<ARCH>.c: Use it. Fixes #539394.
3649
3650 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
3651
3652         * exceptions-arm.c (mono_arm_throw_exception): Set ctx->ebp to fp instead of sp
3653         so catching exceptions thrown in the same method works. Fixes exception17.exe.
3654
3655         * tramp-arm.c (mono_arch_create_trampoline_code_full): Store NULL into lmf->method
3656         for non-jit trampolines.
3657
3658         * mini.c (mono_jit_runtime_invoke): Allow string ctors with dyn runtime invoke.
3659
3660         * aot-compiler.c (add_wrappers): Ditto.
3661
3662         * mini-arm.c: Implement support for passing vtypes and floats, and increase
3663         the size of the param area used by dyn_call to 6 which covers the majority of
3664         methods.
3665
3666         * mini.c aot-compiler.c: Allow dyn_call for string methods except ctors.
3667
3668         * mini-arm.c: Implement support for passing/receiving
3669         longs and receiving floats in the dyn_call code.
3670
3671         * mini-amd64.c: Implement support for receiving vtypes in registers in
3672         the dyn_call code.
3673
3674         * mini.c mini-amd64.c: Implement partial support for passing vtypes in
3675         the dyn_call code.
3676
3677 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
3678
3679         * mini-arm.c (get_call_info): Return more precise information in
3680         ArgInfo->regtype.
3681         (dyn_call_supported): Use the information in CallInfo.
3682
3683         * mini-arm.c: Enable support for returning vtypes in the dyn_call code.
3684
3685         * mini.c mini-amd64.c: Enable support for returning vtypes in the dyn_call
3686         code.
3687
3688         * mini-arm.c: Update after the dyn_call api changes.
3689
3690         * mini.c (mini_create_jit_domain_info): Register a destructor function
3691         for the runtime_invoke_hash.
3692
3693         * mini-amd64.c (mono_arch_get_dyn_call_args): Rename this to
3694         'mono_arch_dyn_call_start'. Pass the pointer to the return value buffer to
3695         this function.
3696         (mono_arch_get_dyn_call_ret): Rename this to 'mono_arch_dyn_call_finish'.
3697         (dyn_call_supported): Simplify this by using get_call_info ().
3698         (mono_arch_dyn_call_free): New destructor function.
3699
3700         * generics.cs: Remove a printf.
3701
3702         * method-to-ir.c (mono_method_to_ir): Allocate some param area for DYN_CALL.
3703
3704         * mini-arm.c: Add support for enum return values and passing a few arguments
3705         on the stack.
3706         
3707         * mini.c (mono_jit_runtime_invoke): Add support for enum return values to
3708         dyn invoke.
3709
3710         * mini-amd64.c (mono_arch_get_dyn_call_ret): Ditto.
3711
3712         * aot-compiler.c (add_wrappers): Add a few restrictions for the use of
3713         the dynamic invoke wrappers.
3714
3715         * mini-arm.c: Implement OP_DYN_CALL for arm.
3716
3717         * aot-compiler.c (add_wrappers): Avoid aot-ing runtime invoke wrappers
3718         supported by the dynamic runtime invoke wrapper.
3719
3720         * aot-compiler.c aot-runtime.c: Add support for encoding the dynamic
3721         runtime invoke wrapper.
3722
3723         * mini.c (mono_jit_runtime_invoke): Use the dynamic runtime invoke wrappers
3724         if possible when running with full-aot.
3725
3726         * mini-ops.h: Add OP_DYN_CALL opcode.
3727
3728         * mini-amd64.c method-to-ir.c: Add infrastructure for making method calls
3729         with dynamic arguments lists similar to libffi.
3730
3731 2009-09-19  Zoltan Varga  <vargaz@gmail.com>
3732
3733         * method-to-ir.c: Fix the previous change on 64 bit platforms.
3734         
3735         * method-to-ir.c: Applied patch from Rodrigo Kumpera. Allow an i8 argument
3736         to NEWARR.
3737
3738         * iltests.il.in: Add a new test.
3739         
3740 2009-09-18  Zoltan Varga  <vargaz@gmail.com>
3741
3742         * aot-compiler.c (add_generic_instances): Add more instances of
3743         GenericEqualityComparer.
3744
3745 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
3746
3747         * mini.c: Add asserts for mono_class_vtable calls that are not meant to fail.
3748
3749 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
3750
3751         * method-to-ir.c: Handle failures from mono_class_vtable. Added some
3752         comments on some functions that now can fail.
3753
3754 2009-09-17  Andrew Jorgensen  <ajorgensen@novell.com>
3755
3756         * Makefile.am: Add Info.plist to EXTRA_DIST
3757
3758 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
3759
3760         * method-to-ir.c (mono_method_to_ir): Allow AOT for CEE_LDTOKEN in
3761         static synchronized wrappers. Fixes #539500.
3762
3763 2009-09-14  Rodrigo Kumpera  <rkumpera@novell.com>
3764
3765         * jit-icalls.c (mono_class_static_field_address): handle vtable failure
3766         properly.
3767
3768 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
3769
3770         * mini-exceptions.c (mono_handle_exception_internal): Store the computed
3771         lmf before calling filter clauses as well. Fixes #539550.
3772
3773         * exceptions.cs: Add a test.
3774         
3775 2009-09-14  Zoltan Varga  <vargaz@gmail.com>
3776
3777         * aot-compiler.c (add_generic_class): Add instances of
3778         Array.GetGenericValueImpl as well.
3779
3780         * Makefile.am (fullaotcheck): Copy and aot more assemblies so linq
3781         can be tested too.
3782
3783         * generics.cs: Add a fullaot linq test.
3784
3785 2009-09-10  Zoltan Varga  <vargaz@gmail.com>
3786
3787         * aot-compiler.c (arch_emit_static_rgctx_trampoline): Don't clobber argument
3788         reg r1 on arm.
3789
3790 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
3791
3792         * mini-trampolines.c (mono_delegate_trampoline) : Call
3793           mono_cominterop_get_invoke if the delegate target object
3794           is a COM object.
3795
3796         Code is contributed under MIT/X11 license.
3797
3798 2009-09-09  Sebastien Pouliot  <sebastien@ximian.com>
3799
3800         * method-to-ir.c: For CoreCLR throw a SecurityException if an 
3801         internal call is defined outside platform code. Reduce code 
3802         duplication with existing [Method|Field]AccessException
3803
3804 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
3805
3806         * mini-x86.c (mono_arch_emit_call): Don't reduce stack usage by 4
3807         if the return value is a small struct passed on regs.
3808
3809 2009-09-09  Zoltan Varga  <vargaz@gmail.com>
3810
3811         * cpu-arm.md mini-arm.c: Remove unused opcodes.
3812
3813         * mini-codegen.c: Enable the cpu description validation for arm.
3814
3815 2009-09-08  Zoltan Varga  <vargaz@gmail.com>
3816
3817         * basic-calls.cs: Move the test_0_float_load_and_store_with_big_offset ()
3818         test which depends on structs to objects.cs.
3819         
3820         * basic-calls.cs: Remove calls to Console.WriteLine and throws, since those
3821         require object model related stuff working.
3822
3823         * cpu-x86.md mini-x86.c: Remove more unused opcodes.
3824
3825         * mini-ops.h: Fix OP_BIGMUL instruction descriptions.
3826
3827         * mini-codegen.c (mono_local_regalloc): Validate the cpu description 
3828         against the instruction metadata in mini-ops.h. amd64 only for now.
3829
3830         * mini-ops.h: Fix some instruction descriptions.
3831
3832         * mini-ops.h mini-x86.c mini-amd64.c cpu-<ARCH>.md: Remove some
3833         unused instructions.
3834
3835 2009-09-06  Zoltan Varga  <vargaz@gmail.com>
3836
3837         * exceptions.cs: Add a new test.
3838
3839 2009-09-05  Rodrigo Kumpera  <rkumpera@novell.com>
3840
3841         * mini-x86.c (needs_stack_frame): OSX requires full frames to keep proper alignment.
3842
3843 2009-09-06  Zoltan Varga  <vargaz@gmail.com>
3844
3845         * mini-llvm.c (mono_llvm_emit_method): Add a few more missing casts,
3846         skip empty phi opcodes.
3847         
3848         * mini-llvm.c (mono_llvm_emit_method): Handle unsigned volatile variables
3849         correctly by zero extending after loads. Skip methods containing calls
3850         to the monitor enter/exit trampolines.
3851
3852         * tramp-x86.c (mono_arch_create_trampoline_code): Align the stack
3853         when calling mono_thread_force_interruption_checkpoint ().
3854
3855         * mini.c (mini_method_compile): Disable llvm when AOT compiling.
3856
3857         * tramp-amd64.c (mono_arch_patch_callsite): Add support for 32 bit ->
3858         64 bit thunks.
3859         (mono_arch_nullify_class_init_trampoline): Read 'buf' instead of 'code'.
3860
3861         * mini-llvm.c (mono_llvm_emit_method): Add a few missing conversions so a 
3862         bootstrap could run.
3863
3864 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
3865
3866         * mini.c (mini_init): Set callbacks.get_runtime_build_info ().
3867
3868 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
3869
3870         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Pass the start
3871         of the method to
3872         mono_breakpoint_clean_code () when using LLVM as the prologues generated by
3873         LLVM might be very short.
3874
3875         * mini-x86.c (mono_arch_output_basic_block): Maintain stack alignment
3876         in OP_THROW/RETHROW.
3877
3878         * exceptions-x86.c: Rewrite the throw trampolines so they maintain stack
3879         alignment on osx.
3880
3881 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
3882
3883         * mini-amd64.c (mono_arch_get_vcall_slot): Pass the start of the method to
3884         mono_breakpoint_clean_code () when using LLVM as the prologues generated by
3885         LLVM might be very short.
3886
3887 2009-09-01  Zoltan Varga  <vargaz@gmail.com>
3888
3889         * exceptions-x86.c (throw_exception): Fix the previous change by substracting
3890         the alignment for the value of sp.
3891
3892 2009-09-01  Geoff Norton  <gnorton@novell.com>
3893
3894         * mini.c (mono_get_lmf_addr): Fix jit_thread_attach for native to 
3895         managed wrappers in full aot.
3896
3897 2009-08-31  Zoltan Varga  <vargaz@gmail.com>
3898
3899         * exceptions-x86.c (get_throw_exception): Align the stack on osx.
3900
3901 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
3902
3903         * mini-llvm-cpp.cpp mini-llvm.c: Update to latest llvm api.
3904
3905 2009-08-25  Zoltan Varga  <vargaz@gmail.com>
3906
3907         * aot-compiler.c (emit_exception_debug_info): Emit ei->flags too.
3908
3909         * aot-runtime.c (decode_exception_debug_info): Decode ei->flags from the
3910         saved info.
3911
3912         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
3913
3914         * aot-runtime.c aot-compiler.c: Emit exception causes fully so we don't
3915         depend on the info MonoMethodHeader which could be missing in IL stripped
3916         assemblies.
3917
3918 2009-08-25  Zoltan Varga  <vargaz@gmail.com>
3919
3920         * mini-arm.c (add_general): Fix the passing of 64 bit values on darwin, where
3921         they are only 4 byte aligned.
3922
3923 2009-08-21  Zoltan Varga  <vargaz@gmail.com>
3924
3925         * mini-arm.c (mono_arch_allocate_vars): Use FP as the frame pointer as
3926         was done previously, since using SP causes too many problems.
3927
3928         * exceptions-arm.c: Fix the handling of sp/fp so unwinding through
3929         frames without a frame pointer works.
3930
3931         * mini-arm.c (mono_arch_get_global_int_regs): Avoid using V5 as a
3932         global register in methods with calls, since the calls can go through
3933         a static rgctx trampoline which doesn't save it.
3934
3935 2009-08-19  Zoltan Varga  <vargaz@gmail.com>
3936
3937         * mini-arm.c (mono_arch_context_get_int_reg): Handle SP as well.
3938
3939 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
3940
3941         * aot-compiler.c (add_generic_instances): Fix the net 1.1 build.
3942
3943 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3944
3945         * method-to-ir.c: Fix warnings for uninitialized variables.
3946
3947 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3948
3949         * mini-exceptions.c:
3950         * aot-compiler.c: Fix printf warnings.
3951
3952 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
3953
3954         * aot-compiler.c (add_generic_instances): Add string[] wrapper methods.
3955         Add GetGenericValueImpl<string>.
3956         
3957         * aot-compiler.c (add_generic_instances): Add instances of
3958         GenericEqualityComparer<T> for primitive types. Only emit the array
3959         wrappers into the mscorlib image.
3960
3961 2009-08-15  Zoltan Varga  <vargaz@gmail.com>
3962
3963         * aot-runtime.c (load_method): Rename 'aot_module' -> 'amodule'. Allocate
3964         the methods_loaded array using amodule->info->nmethods.
3965
3966         * mini.h (MonoAotFileInfo): Add an 'nmethods' field.
3967         (MONO_AOT_FILE_VERSION): Bump this.
3968
3969         * aot-compiler.c: Emit more generic instances allowing some parts of linq
3970         to work.
3971
3972         * aot-runtime.c (mono_aot_get_unwind_info): Handle the case when the
3973         MonoJitInfo doesn't belong to its methods aot image.
3974
3975 2009-08-14  Zoltan Varga  <vargaz@gmail.com>
3976
3977         * mini-arm.c (mono_arch_allocate_vars): Use SP as the default frame reg.
3978
3979         * mini-arm.c: Fix warnings.
3980         
3981         * mini-arm.c (mono_arm_emit_load_imm): Only emit a movt if needed.
3982
3983         * mini-arm.c (mono_arm_emit_load_imm): Use movt/movw if the cpu
3984         supports it.
3985
3986 2009-08-12  Zoltan Varga  <vargaz@gmail.com>
3987
3988         * aot-compiler.c (arch_emit_imt_thunk): Rework the arm code to
3989         avoid clobbering IP.
3990
3991         * mini-trampolines.c (mono_magic_trampoline): Allocate a local to
3992         hold the trampoline argument, so its initial value is available during
3993         debugging.
3994
3995 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3996
3997         * exceptions-arm.c:
3998         * exceptions-hppa.c:
3999         * mini.c:
4000         * exceptions-s390x.c:
4001         * exceptions-mips.c:
4002         * exceptions-ppc.c:
4003         * exceptions-sparc.c:
4004         * exceptions-alpha.c:
4005         * aot-runtime.c:
4006         * mini-trampolines.c:
4007         * exceptions-x86.c:
4008         * exceptions-s390.c: add and use #define's instead of sizeof()
4009         for MonoJitInfo and MonoJitInfoTable.
4010
4011 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
4012
4013         * tramp-arm.c:
4014         * tramp-amd64.c:
4015         * tramp-ppc.c:
4016         * tramp-x86.c: use a #define instead of sizeof() for a few
4017         structures that use a zero-length array.
4018
4019 2009-08-07  Rodrigo Kumpera  <rkumpera@novell.com>
4020
4021         * method-to-ir.c (mono_method_to_ir/CEE_CONSTRAINED_): Handle the
4022         case when the method is dynamic. Fixes #529238.
4023
4024 2009-08-06  Zoltan Varga  <vargaz@gmail.com>
4025
4026         * mini.c (mono_jit_compile_method_inner): Throw an exception instead
4027         of asserting when a method is JIT compiled in full-aot mode.
4028
4029 2009-08-03  Jerry Maine  <crashfourit@gmail.com>
4030         
4031         Contributed under the terms of the MIT/X11 license by
4032         Jerry Maine <crashfourit@gail.com>.
4033         
4034         * fixed wrong dates in changelog.
4035
4036 2009-08-03  Jerry Maine  <crashfourit@gmail.com>
4037         
4038         Contributed under the terms of the MIT/X11 license by
4039         Jerry Maine <crashfourit@gail.com>.
4040
4041         * basic-simd.cs: added test for packed double square root.
4042         * cpu-amd64.md: added opcode info for packed double square root.
4043         * cpu-x86.md: added opcode info for packed double square root.
4044         * mini-ops.h: added IR opcode for packed double square root.
4045         * mini-x86.c: added IR to native translation code for packed double square root.
4046         * mini-amd64.c: removed todo for packed double square root.
4047         * simd-intrinsics.c: added method to IR opcode converstion for
4048         packed double square root.
4049
4050 2009-08-03 Jerry Maine <crashfourit@gmail.com>
4051
4052         Contributed under the terms of the MIT/X11 license by
4053         Jerry Maine <crashfourit@gail.com>.
4054
4055         * mini-amd64.c: Added a change to help tell the difference as 
4056         to what perpose the xmm register is being used--mainly to help
4057         with debuging.
4058         * mini-amd64.h: Changed callee regs to use 15 out of 16 
4059         (one used for special cases) xmm registers for both fp
4060         and simd ops. Added define to turn on new feature in the regalloc
4061         that allows fp and simd ops to share the xmm regs happily.
4062         * codegen.c: Added code to detect for which perpose an xmm reg is
4063         being used (fp or simd) and to translate back and forth to the
4064         correct logical reg bank (fp or simd) for 'spill load's.
4065
4066 2009-08-03 Jerry Maine <crashfourit@gmail.com>
4067
4068         Contributed under the terms of the MIT/X11 license by
4069         Jerry Maine <crashfourit@gail.com>.
4070
4071         * basic-simd.cs: Added tests for stressing the regalloc when running with
4072         16 simd regs and when simd and fp ops share the same reg bank.
4073
4074 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4075
4076         * method-to-ir.c (mini_emit_stobj): If we call mono_value_copy()
4077         in shared generic code, we might have to look up the class in the
4078         RGCTX.  If we use the class directly, compute its GC descriptor.
4079
4080 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4081
4082         * mini.c (mono_jit_runtime_invoke): Fix a warning.
4083
4084 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4085
4086         * mini.c (mono_jit_runtime_invoke): Initialize the class and
4087         check for errors. Fixed the case when the class with the Main
4088         method is broken.
4089
4090 2009-07-31 Jerry Maine <crashfourit@gmail.com>
4091
4092         Contributed under the terms of the MIT/X11 license by
4093         Jerry Maine <crashfourit@gail.com>.
4094
4095         * cpu-amd64.md: Fixed simple bug in machine discrition file.
4096
4097 2009-07-31  Zoltan Varga  <vargaz@gmail.com>
4098
4099         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_IREM_UN_IMM.
4100
4101 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
4102
4103         * method-to-ir.c: Fix naming of stelem and ldelem.
4104
4105 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
4106
4107         * driver.c (main_thread_handler): Check that the assembly loaded
4108         matches the filename when doing AOT.
4109
4110 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4111
4112         * mini.c: get_ip_from_sigctx installer has been removed, so don't
4113         call it anymore.
4114
4115         * mini-x86.h, mini-amd64.h, mini-ppc.h: UCONTEXT macros moved (to
4116         utils/mono-sigcontext.h).
4117
4118         * exceptions-amd64.c: Use the UCONTEXT_GREGS macro instead of an
4119         #ifdef.
4120
4121 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
4122
4123         * mini.c (mono_codegen):
4124         Call profiler hook to keep track of method code buffers.
4125
4126 2009-07-27  Mark Probst  <mark.probst@gmail.com>
4127
4128         * method-to-ir.c: Invoke write barriers for the
4129         Interlocked.(Compare)Exchange JIT intrinsics.
4130
4131 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
4132
4133         * Makefile.am (version.h): Fix issues when built out of tree.
4134         Remove some redundant 'grep's piped through 'sed's.
4135
4136 Fri Jul 24 17:28:37 CEST 2009 Steven Munroe  <munroesj@us.ibm.com>
4137
4138         This patch is contributed under the terms of the MIT/X11 license
4139
4140         * mini-ppc.c (mono_arch_output_basic_block):
4141         (OP_STOREI1_MEMBASE_REG): Handle 32-bit offsets combining addis
4142         for bits 32-47 with signed load/store diplacements for bits
4143         48-63.  Use prefered base/offset order for indexed form.
4144         (OP_STOREI2_MEMBASE_REG, OP_STORE_MEMBASE_REG): Same.
4145         (OP_LOAD_MEMBASE, OP_LOADI4_MEMBASE, OP_LOADU4_MEMBASE,
4146         OP_LOADI1_MEMBASE, OP_LOADU1_MEMBASE, OP_LOADU2_MEMBASE,
4147         OP_LOADI2_MEMBASE): Same.
4148         (OP_STORER8_MEMBASE_REG, OP_LOADR8_MEMBASE,
4149         OP_STORER4_MEMBASE_REG, OP_LOADR4_MEMBASE): Same.
4150         (OP_STOREI1_MEMINDEX): Use prefered base/offset order for
4151         indexed form.
4152         (OP_STOREI2_MEMINDEX, OP_STORE_MEMINDEX): Same.
4153         (OP_LOAD_MEMINDEX, OP_LOADI4_MEMINDEX, OP_LOADU4_MEMINDEX,
4154         OP_LOADU2_MEMINDEX, OP_LOADI2_MEMINDEX, OP_LOADU1_MEMINDEX,
4155         OP_LOADI1_MEMINDEX): Same
4156         (OP_LOADR4_MEMINDEX, OP_LOADR8_MEMINDEX, OP_STORER4_MEMINDEX,
4157         OP_STORER8_MEMINDEX): Same
4158         (OP_JMP): Use addis/addi sequence for int cfg->stack_usage
4159         computations.
4160         (mono_arch_emit_prolog): Handle 32-bit offsets combining addis
4161         for bits 32-47 with signed load/store diplacements for bits
4162         48-63.  Use prefered base/offset order for indexed form.
4163
4164 Fri Jul 24 16:57:12 CEST 2009 Steven Munroe  <munroesj@us.ibm.com>
4165
4166 This patch is contributed under the terms of the MIT/X11 license
4167
4168         * mini-ppc.c: Define PPC_MOVE_FPR_GPR and PPC_ISA_64.
4169         (mono_arch_get_vcall_slot): Fx pointer to int cast warning.
4170         (mono_arch_decompose_opts): Make OP_ICONV_TO_R4 and
4171         OP_ICONV_TO_R8 decompose conditional on !PPC_ISA_64.
4172         (mono_arch_output_basic_block) [OP_JMP]: Use ppc_load32 for
4173         cfg->stack_usage to avoid size warnings.
4174         (mono_arch_output_basic_block) [__mono_ppc64__]: Replace
4175         store/load sequence with mffgpr if PPC_MOVE_FPR_GPR is true.
4176         (mono_arch_output_basic_block) [!__mono_ppc64__]: For
4177         OP_ICONV_TO_R4 or OP_ICONV_TO_R8 and PPC_ISA_64 use fcfid
4178         to convert.
4179         (mono_arch_emit_prolog): Move mono_emit_unwind_op_def_cfa 
4180         after code varible is initialized.
4181         Add g_assert ppc_is_imm16 for ainfo->offset. Handle
4182         ainfo->size == 8 when ainfo->offset !ppc_is_imm16.
4183         (mono_arch_emit_epilog): 
4184         Move Use ppc_load32 for cfg->stack_usage to avoid size
4185         warnings.
4186
4187 2009-07-24  Mark Probst  <mark.probst@gmail.com>
4188
4189         * method-to-ir.c: The write barrier doesn't do the store anymore,
4190         so we have always to emit it.  Also, emit the wbarrier after the
4191         store.
4192
4193 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
4194
4195         * mini-arm.c (mono_arch_get_delegate_invoke_impls): Add a trampoline
4196         for argument count 3 too.
4197
4198 2009-07-23  Zoltan Varga  <vargaz@gmail.com>
4199
4200         * mini.c (mono_jit_compile_method_with_opt): Add an 'ex' argument to let
4201         the caller handle the exceptions.
4202         (mono_jit_runtime_invoke): Handle exceptions thrown while compiling the
4203         method. Fixes #524498.
4204
4205 2009-07-22  Geoff Norton  <gnorton@novell.com>
4206
4207         * mini-exceptions.c: Fix build on ia64.
4208
4209 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4210
4211         * mini-exceptions.c (ves_icall_get_frame_info): Use write
4212         barriers.
4213
4214 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
4215
4216         * mini-arm.c (mono_arch_emit_prolog): Fix thread attaching in aot
4217         code.
4218
4219 2009-07-20  Zoltan Varga  <vargaz@gmail.com>
4220
4221         * basic-simd.cs (Main): Pass args to the test driver.
4222
4223 2009-07-20  Geoff Norton  <gnorton@novell.com>
4224
4225         * mini-x86.h: Fix the x86 version guards to use Apple's
4226         properly defined macros.
4227
4228 2009-07-20  Geoff Norton  <gnorton@novell.com>
4229
4230         * mini-x86.c: Fix --trace on darwin-x86 and other systems which require
4231         aligned access.
4232
4233 2009-07-20  Zoltan Varga  <vargaz@gmail.com>
4234
4235         * mini.c (mono_jit_runtime_invoke): Speed this up by adding a hash to
4236         MonoJitDomainInfo which maps MonoMethod's to a structure containing all
4237         the information which is needed for invokes, so only one locking+hash table
4238         lookup is needed.
4239
4240         * aot-compiler.c: Add a 'tool-prefix' option to be used when cross-compiling.
4241         
4242         * aot-compiler.c (add_generic_instances): Emit instances of 
4243         GenericComparer<T> for primitive types.
4244
4245 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
4246
4247         * mini-posix.c: Fix linux build.
4248
4249 2009-07-19  Geoff Norton  <gnorton@novell.com>
4250
4251         * mini.h: Add prototypes for mono_runtime_syscall_fork and
4252         mono_gdb_render_native_backtraces
4253         * mini-darwin.c: Apple's syscall(SYS_fork) is very weird on x86,
4254         so we implement the sane semantics to the runtime here
4255         (mono_gdb_render_native_backtraces).  Apple also uses an ancient gdb
4256         so we need to call it differently (mono_gdb_render_native_backtraces)
4257         * mini-posix.c: Move the old semantics from mini.c to the prototypes
4258         here for default implementations.
4259         * mini.c: Refactor mono_handle_native_sigsegv so that we can properly
4260         support Apple's weird syscall (SYS_fork) implementation and not busy
4261         loop in abort() on native crashes on OSX anymore.
4262
4263 2009-07-18  Zoltan Varga  <vargaz@gmail.com>
4264
4265         * aot-runtime.c (load_method): Change the handling of the
4266         MONO_LASTAOT env variable so MONO_LASTAOT=0 means that no aot methods
4267         are used.
4268
4269         * mini.c (mono_patch_info_equal): Really fix the handling of RGCTX_FETCH.
4270
4271 2009-07-17  Zoltan Varga  <vargaz@gmail.com>
4272
4273         * mini.c (mono_patch_info_equal): Revert the last change for now as it
4274         seems to break the aot tests.
4275         
4276         * mini.c (mono_patch_info_equal): Fix the handling of 
4277         MONO_PATCH_INFO_RGCTX_FETCH.
4278
4279 2009-07-16  Zoltan Varga  <vargaz@gmail.com>
4280
4281         * unwind.c: Use TARGET_AMD64 instead of __x86_64__.
4282
4283         * mini.c (mono_patch_info_hash): Fix the handling of 
4284         MONO_PATCH_INFO_INTERNAL_METHOD.
4285         (mono_patch_info_equal): Ditto.
4286
4287 2009-07-16  Zoltan Varga  <vargaz@gmail.com>
4288
4289         * mini-llvm.c (mono_llvm_emit_method): Use module instead of ctx->module
4290         in a few places.
4291         
4292         * mini-llvm.c: Add some infrastructure for AOT support.
4293
4294 2009-07-15  Zoltan Varga  <vargaz@gmail.com>
4295
4296         * mini-llvm-cpp.c: Update to the latest llvm api.
4297         
4298         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Set the EnablePrettyStackTrace
4299         option to false to prevent llvm from installing signal handlers which
4300         trip up the gc.
4301         
4302 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4303
4304         * cpu-x86.md:
4305         * cpu-amd64.md: Revert previous change as those instructions
4306         take 2 separate arguments. Remember to read the arch docs more
4307         carefully next time.
4308
4309 2009-07-15  Zoltan Varga  <vargaz@gmail.com>
4310
4311         * mini-llvm-cpp.cpp (mono_llvm_build_alloca): Update to latest llvm api.
4312
4313 Wed Jul 15 17:20:27 CEST 2009 Paolo Molaro <lupus@ximian.com>
4314
4315         * mini-ppc.c: exploit multiple load/store units if available (rest of
4316         the change from Steven Munroe (<munroesj@us.ibm.com>) first patch at 
4317         http://bugzilla.novell.com/show_bug.cgi?id=487846).
4318
4319 Wed Jul 15 16:24:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
4320
4321         * mini-ppc.c: integrate most of Steven Munroe (<munroesj@us.ibm.com>)
4322         first patch at http://bugzilla.novell.com/show_bug.cgi?id=487846.
4323
4324 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
4325
4326         * cpu-x86.md: Fix missing clobbering from trancendental simd
4327         ops.
4328
4329         * cpu-amd64.md: Same.
4330
4331 2009-07-14 Jerry Maine <crashfourit@gmail.com>
4332
4333         Contributed under the terms of the MIT/X11 license by
4334         Jerry Maine <crashfourit@gail.com>.
4335
4336         * basic-simd.cs: Added tests for single and doulble indexers.
4337
4338         * cpu-amd64.md: Added simd opcode information.
4339
4340         * mini-amd64.c: Added IR to native simd generation code.
4341         Added simd register names and function that returns them.
4342
4343         * mini-amd64.h: Added marcos to turn on simd code compilation in
4344         amd64. Added max simd register count marco. Added caller/callee
4345         register mask marcos. Added marcos to use simd register bank.
4346
4347         * mini.h: Added helper marco for shufling dwords and simple
4348         floats.
4349
4350 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
4351
4352         * mini-llvm-cpp.cpp: Update to latest llvm SVN api.
4353
4354         * Makefile.am (mono_LDADD): Pass LLVM_LDFLAGS to the linked.
4355
4356         * unwind.c (mono_unwind_get_ops_from_fde): Make this return
4357         the length of the native code as well.
4358
4359         * basic-simd.cs: Add a test for #521662.
4360
4361 Mon Jul 13 17:58:50 CEST 2009 Paolo Molaro <lupus@ximian.com>
4362
4363         * mini-ppc.c: fixed bug introduced by Steven's TLS changes.
4364
4365 2009-07-13  Mark Probst  <mark.probst@gmail.com>
4366
4367         * mini.c: Register function for getting the IP from a signal
4368         context with metadata.
4369
4370 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
4371
4372         * method-to-ir.c (mono_method_to_ir): When calling a gshared method,
4373         call a generic class init trampoline if needed. Fixes #519336.
4374
4375         * generics.cs: Add a test.
4376         
4377 2009-07-09  Mark Probst  <mark.probst@gmail.com>
4378
4379         * method-to-ir.c: When doing a call which might be remote from
4380         shared generic code to other shared code with open type arguments,
4381         get the remoting invoke wrapper from the RGCTX and do an indirect
4382         call to it.
4383
4384 2009-07-03  Zoltan Varga  <vargaz@gmail.com>
4385
4386         * mini-trampolines.c (get_unbox_trampoline): Add an rgctx trampoline
4387         after the unbox trampoline in the full-aot case.
4388
4389 2009-07-02  jonas echterhoff <jonas@unity3d.com>
4390         
4391         * mini.c: Move initialization of jit_mutex before debugger initialization
4392         
4393         to avoid crashes.
4394         
4395         
4396         * Info.plist: added Info.plist and link flag to enable the mono executable
4397         to access other processes. Requires codesigning of the executable to work.
4398         
4399         * mdb-debug-info32-darwin.s: The same as mdb-debug-info32.s, changed to 
4400         
4401         compile on OS X.
4402         
4403
4404 2009-06-30  Zoltan Varga  <vargaz@gmail.com>
4405
4406         * driver.c (mini_regression): Handle loading errors. Fixes #508869.
4407
4408 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
4409
4410         * mini-exceptions.c (get_generic_context_from_stack_frame): Fix the case
4411         when the generic instance is an instantiation of a subclass of the
4412         methods class. Fixes #517166.
4413
4414 2009-06-26  Zoltan Varga  <vargaz@gmail.com>
4415
4416         * mini-amd64.c (mono_arch_emit_prolog): Fix thread attaching in AOTed
4417         code.
4418
4419         * mini.c (mono_jit_thread_attach): Allow domain to be NULL for calls from
4420         AOTed code.
4421
4422         * CMakeLists.txt: Add minimal support for installation.
4423
4424 2009-06-25  Zoltan Varga  <vargaz@gmail.com>
4425
4426         * aot-compiler.c (emit_and_reloc_code): Factor out the code to
4427         determine whenever a method is directly callable to a separate function.
4428
4429         * mini-<ARCH>.c tramp-<ARCH>.c: Remove needless casts and add new
4430         needed ones as a result of the previous change.
4431
4432         * mini-<ARCH>.c tramp-<ARCH>.c: Use mgreg_t* as the
4433         type of register arrays.
4434
4435         * mini-trampolines.c tramp-<ARCH>.c aot-runtime.c: Use mgreg_t* as the
4436         type of register arrays.
4437
4438 2009-06-24  Jerry Maine  <crashfourit@gmail.com>
4439         
4440         Contributed under the terms of the MIT/X11 license by
4441         Jerry Maine <crashfourit@gail.com>.
4442
4443         * mini-amd64.c: Added code to convert simd IR to native amd64 sse.
4444
4445 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4446
4447         * aot-compiler.c (emit_plt): Define debug labels for most plt entries.
4448
4449 2009-06-24  Neale Ferguson <neale@sinenomine.net>
4450
4451         * mini-s390x.c: Correct LCONV_TO_Ix and ICONV_TO_Ix routines. Fix leave_method
4452         dump of structure return value. Fix some formatting.
4453         * cpu-s390x.md: Fix lengths of instruction sequences.
4454         * mini-s390.c: Minor formatting changes.
4455
4456 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4457
4458         * mini-x86.h: Applied patch from Romain Tartiere (romain@blogreen.org).
4459         Use sigaction on freebsd as well.
4460
4461 2009-06-23  Zoltan Varga  <vargaz@gmail.com>
4462
4463         * mini.h: Don't define MONO_ARCH_HAVE_TLS_GET to 0, as some code
4464         uses #ifdef on it.
4465         
4466         * mini.c (mini_init): Revert a change which breaks cross-compilation.
4467
4468 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4469
4470         * mini-ppc.c, cpu-ppc.md: Enable TLS on Darwin/G4.
4471
4472 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4473
4474         * mini.c, mini.h: Tell the runtime whether we support MONO_TLS.
4475
4476 2009-06-20  Martin Baulig  <martin@ximian.com>
4477
4478         * debug-mini.c
4479         (MonoDebuggerThreadFlags): New enum typedef.
4480         (MonoDebuggerThreadInfo): Added `guint32 thread_flags'.
4481         (mono_debugger_thread_created): Added `gpointer func' argument;
4482         initialize the new `thread_flags' field.
4483
4484 2009-06-18  Martin Baulig  <martin@ximian.com>
4485
4486         * debug-debugger.h (MonoDebuggerRuntimeFlags): New enum typedef.
4487         (MonoDebuggerInfo): Renamed the `dummy' field info `runtime_info'.
4488
4489         * debug-debugger.c
4490         (mini_debugger_set_attach_ok): New function; sets the attach-ok
4491         flag in `MONO_DEBUGGER__info.runtime_info'.
4492
4493         * driver.c
4494         (mono_main): Call mini_debugger_set_attach_ok() if generics
4495         sharing is disabled.
4496
4497 2009-06-22  Zoltan Varga  <vargaz@gmail.com>
4498
4499         * aot-compiler.c (add_wrappers): Fix a warning.
4500
4501         * mini-ppc.c tramp-ppc.c exceptions-ppc.c aot-compiler.c: Update after
4502         the ppc load/store macro changes.
4503
4504 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
4505
4506         * tramp-ppc.c (mono_arch_patch_plt_entry): Implement this.
4507
4508         * aot-compiler.c (mono_compile_assembly): Sanitize the plt symbol too,
4509         not just the got symbol.
4510
4511         * mini-ppc.c aot-compiler.c unwind.c: Implement generation of unwind info
4512         on ppc.
4513
4514         * aot-compiler.c unwind.c: Add infrastructure for unwind support on
4515         ppc.
4516         
4517         * aot-compiler.c: Remove some fixmes.
4518
4519         * driver.c (mono_main): Print a helpful message when cross-compiling.
4520
4521         * mini.c (mini_init): Disable signal handlers when cross-compiling.
4522
4523         * method-to-ir.c (initialize_array_data): Do the optimization if the
4524         target byte order is little endian, instead of the host byte order.
4525
4526         * aot-compiler.c: Emit sizes for most symbols, only emit runtime-invoke
4527         wrappers into the mscorlib image, Emit a unique plt symbol for each
4528         image, emit symbols for plt entries.
4529
4530         * image-writer.c (img_writer_emit_symbol_size): New function to emit
4531         a .size directive.
4532         
4533 2009-06-20  Zoltan Varga  <vargaz@gmail.com>
4534
4535         * aot-compiler.c (add_wrappers): Avoid calling 
4536         mono_marshal_get_type_info () since it can assert for some types.
4537
4538         * method-to-ir.c (mono_method_to_ir): Disable aot when some forms of 
4539         ldtoken are used inside wrappers.
4540
4541         * helpers.c: Add support for prefixing tools with the arch name.
4542
4543         * mini.h (OP_LOADR_MEMBASE): New opcodes to load/store pointer sized
4544         quantities when using ilp32.
4545
4546         * mini-codegen.c: Use OP_LOADR_MEMBASE/OP_STORER_MEMBASE for loading/storing
4547         spill slots. Use sizeof(mgreg_t) for the spill slot size.
4548
4549         * image-writer.c: Use .long on ilp32.
4550
4551         * aot-compiler.c: Use 32 bit loads on ilp32.
4552         
4553 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
4554
4555         * tramp-ppc.c (mono_arch_create_trampoline_code): Fix the ppc build.
4556
4557         * mini-ops.h: Use TARGET_POWERPC define for consistency.
4558
4559         * patch-info.h: Add 'MSCORLIB_GOT_ADDR' patch type.
4560
4561         * aot-compiler.c aot-runtime.c: Put the mscorlib got address into the 
4562         second got slot of every aot image.
4563         
4564         * aot-compiler.c aot-runtime.c mini-trampolines.c: Add support for
4565         aot on platforms with function pointers.
4566
4567         * mini-ppc.h mini-ppp.c cpu-ppc.md exceptions-ppc.c tramp-ppc.c: Add
4568         support for aot/full aot on ppc/ppc64.
4569         
4570         * tramp-<ARCH>.c (mono_arch_patch_plt_entry): Add 'got' and 'regs'
4571         arguments which are needed on ppc.
4572
4573         * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Add 'regs'
4574         argument.
4575
4576         * mini-trampolines.c aot-runtime.c: Update after the above changes.
4577         
4578         * liveness.c (BITS_PER_CHUNK): Use MONO_BITSET_BITS_PER_CHUNK.
4579
4580         * regalloc2.c (BITS_PER_CHUNK): Ditto.  
4581
4582         * aot-compiler.c (emit_got_info): Fix reading unused memory.
4583
4584         * ir-emit.h (alloc_dreg): Add a 'return -1' to quiet some compilers.
4585
4586 2009-06-17  Geoff Norton  <gnorton@novell.com>
4587
4588         * aot-compiler.c: Ensure we dont try to close a null dwarf writer.
4589
4590 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
4591
4592         * dwarfwriter.c (mono_dwarf_writer_create): Add an 'appending' parameter
4593         to control whenever the dwarf writer is in xdebug or aot mode.
4594         (emit_class_dwarf_info): Use a separate abbrev for structures without
4595         children.
4596
4597         * aot-compiler.c: Pass the appending parameter to 
4598         mono_dwarf_writer_create ().
4599
4600         * branch-opts.c (mono_merge_basic_blocks): Fix the case when bbn
4601         falls through to its next bblock. Fixes #513931.
4602
4603         * iltests.il: Add a test.
4604
4605         * dwarfwriter.c (mono_dwarf_writer_emit_base_info): Emit some line number
4606         infor even if emit_line is FALSE, as the apple linker seems to require it.
4607
4608         * image-writer.c (asm_writer_emit_symbol_diff): Call get_label ().
4609
4610         * dwarfwriter.c (emit_cie): Emit a separate symbol for the cie start, as
4611         gcc does.
4612         (emit_fde): Ditto.
4613
4614 2009-06-15  Zoltan Varga  <vargaz@gmail.com>
4615
4616         * exceptions-mips.c (mono_arch_get_throw_exception_by_name): Fix the
4617         mips build.
4618
4619 2009-06-13  Zoltan Varga  <vargaz@gmail.com>
4620
4621         * mini.h (struct MonoBasicBlock): Add 'has_jump_table' and 
4622         'has_call_handler' fields.
4623
4624         * method-to-ir.c (mono_method_to_ir): Set them if needed.
4625
4626         * branch-opts.c (mono_merge_basic_blocks): Avoid iterating through the
4627         first bblock if not needed. Fixes #512790.
4628         
4629 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4630
4631         * aot-compiler.c (mono_compile_assembly): Fix a warning.
4632         
4633         * aot-compiler.c (add_wrappers): Don't emit remoting-invoke-with-check
4634         wrappers.
4635
4636         * aot-runtime.c (mono_aot_get_method): Use the original method's code for
4637         remoting-invoke-with-check wrappers, which are not needed when running with
4638         full-aot, since it doesn't support remoting.
4639         
4640 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4641
4642         * aot-compiler.c (emit_got_info): Don't emit offsets for the plt got entries.
4643
4644         * aot-compiler.c aot-runtime.c: Don't emit the first got offset in the
4645         method info, it is not used anymore.
4646
4647         * mini.h: Bump AOT file format version.
4648         
4649         * aot-compiler.c (arch_emit_plt_entry): Make the arm plt entries one
4650         word smaller.
4651
4652         * aot-runtime.c (mono_aot_get_plt_info_offset): Update after the
4653         change above.
4654         
4655         * tramp-arm.c (mono_arch_patch_plt_entry): Ditto.
4656
4657         * mini.h: Bump AOT file format version.
4658         
4659 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4660
4661         * image-writer.c (asm_writer_emit_symbol_diff): Disable the 
4662         TARGET_ASM_APPLE stuff for now, as it doesn't seem to work on the
4663         iphone.
4664
4665         * mini-arm.c (mono_arch_output_basic_block): Fix the implementation
4666         of CKFINITE and FBGE for VFP.
4667
4668 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
4669
4670         * aot-compiler.c: Don't align code to 16 bytes on arm.
4671         
4672         * aot-compiler.c (emit_method_code): Emit the unbox trampolines right
4673         before the methods they belong to.
4674
4675         * aot-runtime.c (mono_aot_plt_resolve): Avoid creating trampolines in
4676         the full-aot case if possible, since the trampoline will be called right 
4677         away.
4678
4679         * aot-compiler.c (mono_compile_assembly): Decrease the number of full aot
4680         trampolines to 1024 after the change above.
4681
4682         * aot-compiler.c (arch_emit_specific_trampoline): Rework the arm
4683         trampoline to save 8 bytes per trampoline.
4684
4685         * tramp-arm.c (mono_arch_create_trampoline_code_full): Update after the
4686         change above.
4687
4688 2009-06-08  Zoltan Varga  <vargaz@gmail.com>
4689
4690         * aot-compiler.c: Use acfg->temp_prefix instead of .L to prefix labels.
4691
4692 2009-06-08  Martin Baulig  <martin@ximian.com>
4693
4694         * debug-mini.c
4695         (MonoDebuggerExceptionAction): Moved into debug-mini.h.
4696         (_mono_debugger_throw_exception): Don't make this static.
4697         (_mono_debugger_unhandled_exception): Likewise.
4698         (mono_debugger_handle_exception): Moved to mini-exceptions.c
4699
4700         * debug-mini.c
4701         (MonoDebuggerExceptionAction): Moved here from debug-mini.c.
4702         (_mono_debugger_throw_exception): Add function prototype.
4703         (_mono_debugger_unhandled_exception): Likewise.
4704
4705         * mini-exceptions.c
4706         (mono_handle_exception_internal): Added `MonoJitInfo **out_ji'
4707         arg; return the first exception handler if the exception is caught
4708         and we're running inside the debugger.
4709         (mono_debugger_handle_exception): Moved here from debug-mini.c;
4710         improve exception handle inside runtime-invoke, check whether the
4711         exception is actually caught in the method being invoked and not
4712         by the runtime-invoke-wrapper.
4713
4714 2009-06-08  Zoltan Varga  <vargaz@gmail.com>
4715
4716         * image-writer.c: Improve support for the osx assembler.
4717
4718         * dwarfwriter.c: Avoid the usage of subsections if the assembler doesn't
4719         support them.
4720
4721 2009-06-08  Martin Baulig  <martin@ximian.com>
4722
4723         * debug-mini.c
4724         (MonoDebuggerExceptionAction): Moved into debug-mini.h.
4725         (_mono_debugger_throw_exception): Don't make this static.
4726         (_mono_debugger_unhandled_exception): Likewise.
4727         (mono_debugger_handle_exception): Moved to mini-exceptions.c
4728
4729         * debug-mini.c
4730         (MonoDebuggerExceptionAction): Moved here from debug-mini.c.
4731         (_mono_debugger_throw_exception): Add function prototype.
4732         (_mono_debugger_unhandled_exception): Likewise.
4733
4734         * mini-exceptions.c
4735         (mono_handle_exception_internal): Added `MonoJitInfo **out_ji'
4736         arg; return the first exception handler if the exception is caught
4737         and we're running inside the debugger.
4738         (mono_debugger_handle_exception): Moved here from debug-mini.c;
4739         improve exception handle inside runtime-invoke, check whether the
4740         exception is actually caught in the method being invoked and not
4741         by the runtime-invoke-wrapper.
4742
4743 2009-06-07  Zoltan Varga  <vargaz@gmail.com>
4744
4745         * image-writer.c (append_subsection): Don't align subsections of the
4746         debug_line section as a workaround.
4747
4748         * dwarfwriter.c: Emit line number info in the AOT case as well.
4749
4750 2009-06-06  Steven Munroe  <munroesj@us.ibm.com>
4751
4752         This patch is contributed under the terms of the MIT/X11 license
4753
4754        * mini-ppc.c (mono_arch_emit_exceptions): Change assert to
4755        code_len <= code_size
4756
4757 2009-06-06  Zoltan Varga  <vargaz@gmail.com>
4758
4759         * mini-mips.c (mips_emit_exc_by_name): Fix the mips build.
4760
4761 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4762
4763         * aot-compiler.c aot-runtime.c: Delete references to static rgctx
4764         invoke wrappers, we now use trampolines instead.
4765
4766 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4767
4768         * mini-darwin.c: The exception thread must not be registered with
4769         the GC.
4770
4771 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4772
4773         * mini-gc.c: Disable the code because it makes SGen crash.
4774
4775 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
4776
4777         * aot-compiler.c (mono_compile_assembly): Handle file open errors gracefully
4778         instead of asserting.
4779
4780 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4781
4782         * aot-compiler.c (mono_compile_assembly): Move the creation of the
4783         output file after the code has been compiled.
4784
4785 2009-05-30  Zoltan Varga  <vargaz@gmail.com>
4786
4787         * tramp-ppc.c (mono_arch_get_static_rgctx_trampoline): Fix 64 bit support.
4788
4789 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4790
4791         * aot-compiler.c aot-runtime.c: Get rid of the shared/non-shared got
4792         entries distinction to simplify the code.
4793
4794         * mini.h: Bump AOT file format version.
4795         
4796 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
4797
4798         * objects.cs: Fix the signature of one of the tests.
4799
4800         * mini.c (mini_create_ftnptr): New helper function, moved here from
4801         object.c.
4802         (mini_get_addr_from_ftnptr): Ditto.
4803         (mini_init): Install the new helpers.
4804
4805 2009-05-28  Martin Baulig  <martin@ximian.com>
4806
4807         Correctly initialize the debugger when embedding Mono.
4808
4809         * mdb-debug-info32.s, mdb-debug-info64.s: Add a global variable
4810         `MONO_DEBUGGER__using_debugger' to the `.mdb_debug_info' section;
4811         see documentation in mini_debug_running_inside_mdb().
4812
4813         * debug-debugger.c
4814         (mini_debug_running_inside_mdb): New function to check whether
4815         we're running inside mdb.
4816
4817         * mini.c (mini_init): Call mini_debugger_init() if we're running
4818         inside the debugger.
4819
4820         * driver.c (mono_main): Moved the call to mini_debugger_init()
4821         into mini_init() to make this work when embedding Mono.
4822
4823         * debug-debugger.c (mini_debugger_init): Warn about duplicate
4824         calls to mini_debugger_init().
4825
4826         * mini.h: Rename mono_debugger_init() -> mini_debugger_init(),
4827         mono_debugger_main() -> mini_debugger_main() and put them inside a
4828         `MONO_DEBUGGER_SUPPORTED' conditional.
4829
4830 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
4831
4832         * mini-trampolines.c: Kill mono_find_delegate_trampoline_by_addr as
4833         this is no longer in use.
4834         * mini.h: Same.
4835
4836 2009-05-26  Zoltan Varga  <vargaz@gmail.com>
4837
4838         * mini-sparc.c (add_outarg_load): Fix the sparc build.
4839
4840         * aot-compiler.c (emit_method_code): Always write out C style symbols for
4841         methods.
4842
4843 2009-05-27  Martin Baulig  <martin@ximian.com>
4844
4845 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4846
4847         * mini-x86.c (mono_arch_output_basic_block): Fix the precision of
4848         long_conv_to_r_un to 64 bits.
4849
4850         * cpu-x86.md: Increase the instruction size due to the changes.
4851
4852         * iltests.il.in: Add regression test.
4853
4854         Fixes #467201.
4855
4856 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4857
4858         * objects.cs: Move the previous test from basic.cs to here.
4859
4860 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4861
4862         * basic.cs: Add regression test for #506915.
4863
4864 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4865
4866         * method-to-ir.c (mono_method_to_ir): When doing the ldobj+stobj
4867         optimization we must check the bb of the first byte of stobj as
4868         it's the only one set in cil_offset_to_bb.
4869
4870         Fixes #506915.  
4871
4872 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
4873
4874         * image-writer.c: Fix pointer directive on ppc64.
4875
4876 2009-05-24  Zoltan Varga  <vargaz@gmail.com>
4877
4878         * image-writer.c (asm_writer_emit_section_change): Avoid using
4879         .bss subsections on ppc too.
4880
4881 2009-05-23  Zoltan Varga  <vargaz@gmail.com>
4882
4883         * image-writer.c: Fix the definition of TARGET_ASM_....
4884         
4885         * image-writer.c: Fix the emission of assembler directives in the last
4886         change.
4887
4888         * mini-ppc.c (mono_arch_emit_exceptions): Increase the size of the
4889         exception throwing code to accomodate ppc64.
4890
4891         * tramp-ppc.c (mono_arch_get_nullified_class_init_trampoline): Increase the
4892         size to work on ppc64 too.
4893
4894         * mini-ppc.h (MonoCompileArch): Enable static rgctx trampolines on ppc64
4895         too.
4896
4897         * image-writer.c: Clean up the #ifdef hell a bit by adding defines for
4898         the assembler dialect instead of using platform specific defines.
4899
4900 2009-05-22  Geoff Norton  <gnorton@novell.com>
4901
4902         * mini-arm.c (get_call_info): If a structure is split between the stack
4903         and argument registers, we should not advance the stack pointer by the entire
4904         native size, but just by the amount that spilled.
4905
4906 2009-05-22  Zoltan Varga  <vargaz@gmail.com>
4907
4908         * mini-arm.c (get_call_info): Handle structures with alignment requirements
4909         correctly.
4910
4911 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
4912
4913         * aot-compiler.c (emit_extra_methods): Encode direct runtime invoke
4914         wrappers normally.
4915         
4916         * aot-compiler.c (add_extra_method): Fix up the collection of extra
4917         methods so wrapper don't get added twice.
4918         (add_generic_instances): Don't add methods of arrays.
4919
4920         * generics.cs: Mark one test as !FULLAOT.
4921
4922 2009-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
4923
4924         * mini-x86.c (emit_move_return_value): Remove unused vars.
4925
4926 2009-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
4927
4928         * mini-x86.c (mono_arch_emit_call): The decompose code now supports
4929         decomposing 8 bytes structs into a LCALL.
4930
4931         * mini-x86.c (emit_move_return_value): We no longer push the vtype
4932         pointer for where to store the returned regs.
4933
4934         * decompose.c (mono_decompose_vtype_opts): Fix the comment to properly
4935         state the concern.
4936
4937         Fixes #471747, #471751 and #4734530 (in fact, it's a bunch of dups).
4938
4939 2009-05-20  Miguel de Icaza  <miguel@novell.com>
4940
4941         * aot-runtime.c (mono_aot_init): Use g_getenv to work on systems
4942         without getenv.
4943
4944 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
4945
4946         * aot-compiler.c (add_wrappers): Add StructureToPtr/PtrToStructure wrappers.
4947
4948         * basic.cs: Move the test_2_cprop_bug () test to generics.cs as it involves
4949         generics.
4950
4951 2009-05-20 Rodrigo Kumpera  <rkumpera@novell.com>
4952
4953         * local-propagation.c (mono_local_cprop): Avoid local propagation
4954         across paired add/sub if the first instruction dest reg is it's
4955         source reg. For example:
4956
4957         int_add_imm R12 <- R12 [1] clobbers: 1
4958         int_sub_imm R42 <- R12 [1] clobbers: 1
4959
4960         The cprop pass would wrongly const prop + 1 to int_sub_imm which doesn't
4961         maintain the math identify.
4962
4963         Fixes #505375.
4964
4965 2009-05-20  Andreia Gaita  <avidigal@novell.com>
4966
4967         * Makefile.am: avoid going on the network just to get the revision,
4968         use git log instead
4969
4970 2009-05-19  Massimiliano Mantione  <massi@ximian.com>
4971
4972         Fixed estimate for short branches on amd64 (they were off mark, and
4973         enabling call prolog-epilog instrumentations caused assertions).
4974         * mini.h (struct MonoBasicBlock): added max_length field to hold the
4975         estimate for the maximum length of this basic block.
4976         * mini-amd64.c:
4977         - mono_arch_emit_prolog: compute max_length for each basic block
4978           (instead of max_offset), and inflate size estimate also for entry bb
4979           in case of code instrumentation.
4980         - mono_arch_output_basic_block: get rid of "cpos" (the current
4981           estimated "position" in the code), and always use "offset" instead,
4982           which is accurate; at the beginning of the function quickly recompute
4983           max_offset for all the remaining blocks, starting from the current
4984           cfg->code_len (which is correct, and not estimated) and using the
4985           estimated block lengths computed previously.
4986
4987 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
4988
4989         * exceptions-ppc.c: Remove the caching from the trampoline creation 
4990         functions, it is already done in the caller.
4991
4992         * mini-trampolines.c (mono_llvm_vcall_trampoline): Fix the llvm build.
4993
4994         * mini-ppc.h mini-arm.h mini-x86.h mini-amd64.h: Add 
4995         MONO_ARCH_GSHARED_SUPPORTED define.
4996
4997         * mini.c (mini_init): Use the MONO_ARCH_GSHARED_SUPPORTED define.
4998
4999         * mini-arm.c mini.c: Get rid of the unused mono_arch_fixup_jinfo ()
5000         function.
5001
5002 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
5003
5004         * jit-icalls.c (mono_helper_compile_generic_method): Get rid of the 
5005         call to mono_marshal_get_rgctx_invoke ().
5006
5007         * mini.c method-to-ir.c mini-trampolines.c: Get rid of the usage of
5008         mono_marshal_get_static_rgctx_invoke (), all platforms which support
5009         gshared use the static rgctx trampolines now.
5010         
5011         * mini.c (mini_init): Call mono_set_generic_sharing_supported () if the
5012         platform supports it.
5013
5014 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5015
5016         * mini-arm.c (mono_arch_allocate_vars): Correctly save R5 when using AOT.
5017
5018         * aot-compiler.c (emit_method_code): Avoid duplicate labels for methods.
5019
5020 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5021
5022         * mini-ppc.c (mono_arch_emit_exceptions): Nullify the processed patches.
5023
5024         * tramp-ppc.c (mono_arch_nullify_class_init_trampoline): Implement this
5025         for ppc.
5026
5027 2009-05-15  Massimiliano Mantione  <massi@ximian.com>
5028
5029         Made it possible for mono_arch_instrument_epilog to preserve
5030         argument registers, otherwise instrumenting the "epilogue" before
5031         a tail call would clobber them.
5032         * mini.h: Added "mono_arch_instrument_epilog_full" prototype, which
5033         if like mono_arch_instrument_epilog but with an additional parameter
5034         that states if argument registers must be preserved.
5035         * mini.c: implemented mono_arch_instrument_epilog as a call to
5036         mono_arch_instrument_epilog_full without asking to preserve argument
5037         registers (this makes the existing code work as usual).
5038         * mini-amd64.c:
5039         - mono_arch_instrument_epilog: add parameter to transform it into
5040         mono_arch_instrument_epilog_full, and preserve argument registers
5041         when required.
5042         - mono_arch_output_basic_block, OP_TAILCALL case: call
5043         mono_arch_instrument_epilog_full.
5044         * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
5045         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c, mini-x86.c:
5046         only transformed mono_arch_instrument_epilog into
5047         mono_arch_instrument_epilog_full.
5048
5049 2009-05-15  Geoff Norton  <gnorton@novell.com>
5050
5051         * mini-darwin.c: This works on arm now.
5052
5053 2009-05-14  Geoff Norton  <gnorton@novell.com>
5054
5055         * jit.h, driver.c: Allow full-aot to be decided programatically by the
5056         embedding api.
5057
5058 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5059
5060         * aot-compiler.c (emit_method_code): Skip a few more characters in the debug
5061         label names.
5062
5063         * mini-trampolines.c (mono_magic_trampoline): Handle static rgctx invoke
5064         wrappers during full aot mode correctly.
5065
5066         * aot-runtime.c (mono_aot_get_unbox_trampoline): Handle shared generic
5067         methods correctly.
5068
5069         * aot-compiler.c (mono_aot_method_hash): Use our internal version of
5070         mono_metadata_type_hash ().
5071
5072 2009-05-14  Massimiliano Mantione  <massi@ximian.com>
5073
5074         * mini.h, mini-codegen.c, mini-alpha.c, mini-amd64.c, mini-arm.c,
5075         mini-hppa.h, mini-hppa.c, mini-ia64.c, mini-mips.h, mini-mips.c,
5076         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c, mini-886.c:
5077         Removed MONO_INST_BRLABEL from the instruction flags, and the
5078         remaining code that used it, because we do not support branches inside
5079         basic blocks (and branch target labels) anymore.
5080         * Makefile.am: As part of the above cleanup, remove reference to
5081         BURG files which don't exist anymore.
5082
5083 2009-05-14  Zoltan Varga  <vargaz@gmail.com>
5084
5085         * image-writer.c (asm_writer_emit_local_symbol): Make this a nop on
5086         osx.
5087
5088         * mini-mips.c mini-mips.h exceptions-mips.c: Transition the mips backend
5089         to use mono_arch_throw_corlib_exception.
5090
5091         * mini-ppc.c mini-ppc.h exceptions-ppc.c: Use 
5092         mono_arch_throw_corlib_exception for throwing corlib exceptions.
5093
5094         * aot-runtime.c (decode_patch): Allocate the data for R4/R8 from the
5095         domain mempool.
5096
5097         * mini.c (mono_patch_info_dup_mp): Copy the table of switch targets too.
5098
5099         * aot-compiler.c: Emit a local symbol prefixed with the assembly name 
5100         for the got to make debugging easier and to avoid confusing it with the
5101         system got.
5102         
5103         * aot-compiler.c (emit_method_code): Emit a C style symbol for each
5104         method so a breakpoint can be set when using gdb.
5105
5106 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
5107
5108         * aot-compiler.c (mono_aot_method_hash): Implement this properly based
5109         on mono_method_get_imt_slot ().
5110
5111         * aot-runtime.c (find_extra_method_in_amodule): Get rid of the
5112         num_decodes variables.
5113
5114         * aot-compiler.c (mono_aot_method_hash): Revert part of the last
5115         change as it doesn't seem to work.
5116         
5117         * aot-compiler.c (mono_aot_method_hash): Improve the hashing of
5118         wrappers.
5119
5120 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
5121
5122         * aot-compiler.c mini.c mini-amd64.h mini-arm.h: Kill 
5123         MONO_ARCH_FULL_AOT_IMT_SUPPORTED define, both platforms now support imt.
5124
5125         * mini.c (mini_init): Install mono_aot_get_imt_thunk as the IMT thunk
5126         builder when using full aot.
5127
5128         * mini-amd64.c (mono_arch_build_imt_thunk): Don't handle the full-aot case
5129         here, it is already handled.
5130         
5131         * mini-arm.c (mono_arch_emit_imt_argument): Pass the dynamic imt arg
5132         correctly for IMT.
5133
5134         * aot-compiler.c (arch_emit_imt_thunk): Implement this for ARM.
5135
5136         * mini-arm.h: Enable IMT for full aot.
5137         
5138         * aot-compiler.c (mono_compile_assembly): Don't emit imt thunk if the
5139         arch doesn't support it.
5140
5141         * mini.c (mini_init): Don't disable IMT for full aot if the
5142         architecture supports it.
5143
5144         * mini.h (MonoAotTrampoline): New enum containing the different types
5145         of 'numerous' trampolines.
5146         (MONO_AOT_FILE_VERSION): Bump this.
5147
5148         * aot-compiler.c aot-runtime.c: Unify the handling of specific and
5149         static rgctx trampolines. Add support for full-aot IMT thunks.
5150
5151         * mini-amd64.h: Enable IMT for full aot.
5152
5153         * TestDriver.cs: Add a CategoryAttribute class and an --exclude option
5154         to exclude tests belonging to a category.
5155
5156         * generics.cs: Mark some tests with a !FULLAOT category.
5157
5158         * Makefile.am (fullaotcheck): Run tests with --exclude !FULLAOT. Include
5159         generics tests.
5160
5161 2009-05-11  Zoltan Varga  <vargaz@gmail.com>
5162
5163         * aot-compiler.c (emit_and_reloc_code): Move the implementation of
5164         MONO_PATCH_INFO_GOT_OFFSET to a separate arch-specific function.
5165         (emit_plt): Fix a warning.
5166
5167 2009-05-10  Zoltan Varga  <vargaz@gmail.com>
5168
5169         * aot-compiler.c aot-runtime.c: Fix the build by moving is_shared_got_patch
5170         back into aot-compiler.c to a place where the other functions shared by
5171         the runtime and aot compiler are.
5172         
5173         * aot-compiler.c aot-runtime.c: Emit the got addr using a separate symbol,
5174         as done previously, instead of in MonoAotFileInfo, since pointers might have
5175         alignment requirements.
5176
5177         * mini.h: Bump AOT file format version.
5178
5179 2009-05-10  Miguel de Icaza  <miguel@novell.com>
5180
5181         * aot-runtime.c (mono_aot_is_shared_got_patch): Move this routine
5182         that is used at runtime from the aot-compiler.c, this makes it
5183         work on setups that remove the AOT compiler from the output
5184         image. 
5185
5186 2009-05-09  Zoltan Varga  <vargaz@gmail.com>
5187
5188         * tramp-ppc.c (mono_arch_get_static_rgctx_trampoline): Implement this for
5189         PPC.
5190
5191         * mini-ppc.h: Enable static rgctx trampolines for ppc.
5192
5193         * mini-<ARCH>.h: Kill the MONO_ARCH_ENABLE_EMIT_STATE_OPT define.
5194
5195         * decompose.c (mono_decompose_long_opts): Move the ppc/sparc specific 
5196         stuff to mono_arch_decompose_long_opts ().
5197         (mono_decompose_opcode): Remove some dead code.
5198
5199 2009-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
5200
5201         * method-to-ir.c (mono_method_to_ir): Fix boostrap of non amd64 builds
5202         cmethod can be null for quite a some reasons.
5203
5204 2009-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
5205
5206         * method-to-ir.c (mono_method_to_ir): Fix non amd64 builds.
5207
5208 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5209
5210         * aot-compiler.c (arch_emit_got_access): Fix the aot-not-supported build.
5211
5212 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5213
5214         * method-to-ir.c (mono_emit_call_args): Add a 'tail' flag argument.
5215         (mono_method_to_ir): Use MONO_ARCH_USE_OP_TAIL_CALL macro to determine
5216         whenever to make tail calls using OP_TAIL_CALL. Enable support for tail
5217         calls returning structures by addr on amd64.
5218
5219         * mini-amd64.h (MONO_ARCH_USE_OP_TAIL_CALL): New arch-specific macro.
5220
5221         * iltests.il.in: Restructure the tail call tests a bit.
5222         
5223 2009-05-07  Zoltan Varga  <vargaz@gmail.com>
5224
5225         * aot-compiler.c (add_wrappers): Add remoting-invoke-with-check wrappers
5226         for virtual methods too.
5227
5228 2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
5229
5230         * method-to-ir.c (mono_method_to_ir): Revert change of 2009-05-02
5231         due to regression in verifying System.dll.
5232
5233 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5234
5235         * debug-mini.c (mono_debugger_method_has_breakpoint): Allow breakpoints
5236         in dynamic methods.
5237
5238         * dwarfwriter.c (emit_class_dwarf_info): Add support for generic
5239         instances.
5240
5241         * aot-compiler.c aot-runtime.c: Use our own hash function instead of
5242         g_str_hash () which can change.
5243
5244         * driver.c (mini_regression): Disable optimizations not supported by
5245         the cpu. Fixes #500019.
5246
5247         * aot-runtime.c (mono_aot_get_unwind_info): Fix the --enable-minimal=aot
5248         build.
5249
5250 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5251
5252         * mini-llvm.c (mono_llvm_emit_method): Update the OP_TLS_GET implementation
5253         to the latest LLVM code.
5254
5255 2009-05-05  Zoltan Varga  <vargaz@gmail.com>
5256
5257         * genmdesc.pl (load_opcodes): Fix this after the TARGET_... changes.
5258
5259 2009-05-04  Zoltan Varga  <vargaz@gmail.com>
5260
5261         * mini-llvm.c (mono_llvm_emit_method): Implement TLS support on 
5262         x86/amd64.
5263
5264         * aot-compiler.c (encode_patch_list): Simplify this considerably as we are
5265         no longer saving offsets, so just save the patch types along with the other
5266         info.
5267         * aot-runtime.c (load_patch_info): Update after the changes to 
5268         encode_patch_list ().
5269         (decode_got_entry): Removed, merged into load_patch_info ().
5270         (is_shared_got_patch): Removed, call the same function from
5271         aot-compiler.c.
5272
5273         * mini.h: Bump aot file format version.
5274         
5275         * aot-compiler.c aot-runtime.c: Resurrect static linking support. Kill the
5276         half-finished no-dlsym code.
5277
5278         * aot-runtime.c (load_method): Kill the old and bit-rotten use_loaded_code
5279         option.
5280
5281         * mini-<ARCH>.h mini-trampolines.c aot-runtime.c: Kill the 
5282         MONO_ARCH_HAVE_CREATE_TRAMPOLINE_FROM_TOKEN define.
5283
5284 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
5285
5286         * tramp-amd64.c (mono_arch_get_static_rgctx_trampoline): Increase the
5287         buffer length to work with AOT code.
5288
5289         * method-to-ir.c (mono_method_to_ir): Handle loading errors in the
5290         ldfld/stfld opcodes.
5291
5292         * exceptions-x86.c (mono_arch_get_throw_exception_by_name): Simplify this
5293         as it is not used.
5294
5295         * mini-llvm.c mini-x86.c: Implement 32 bit and x86 support.
5296
5297         * ssa.c (mono_ssa_compute): Don't skip I8 values when using LLVM.
5298
5299         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Update to the latest
5300         LLVM API.
5301
5302         * mini.c (mini_method_compile): Set the from_llvm flag in MonoJitInfo
5303         if needed. Don't decompose long operations when using llvm.
5304
5305 2009-05-01  Zoltan Varga  <vargaz@gmail.com>
5306
5307         * aot-compiler.c aot-runtime.c: Use mono_pagesize () instead of the
5308         PAGESIZE constant.
5309
5310         * aot-runtime.c (load_aot_module): Get rid of another mprotect call.
5311
5312 2009-05-03  Martin Baulig  <martin@ximian.com>
5313
5314         * debug-debugger.c (debugger_insert_source_breakpoint): Don't call
5315         mono_debugger_insert_method_breakpoint() since the class init
5316         handler we're inserting at the top of the method already gives us
5317         a notification.
5318
5319 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
5320
5321         * decompose.c (mono_decompose_long_opts): Move the implementation of LNEG
5322         to mono_arch_decompose_long_opts () for x86 and arm.
5323
5324 2009-04-29  Zoltan Varga  <vargaz@gmail.com>
5325
5326         * mini-codegen.c (mono_regstate_alloc_int): Use __x86_64__ instead of
5327         TARGET_AMD64 here.
5328
5329 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
5330
5331         * *.h *.c: Use TARGET_<ARCH> defines instead of __<arch>__ defines in the
5332         JIT code.
5333
5334 2009-04-26  Zoltan Varga  <vargaz@gmail.com>
5335
5336         * aot-runtime.c (mono_aot_create_specific_trampoline): Add a stat for the
5337         number of trampolines used in full-aot mode.
5338
5339         * aot-compiler.c: Add an ntrampolines option to set the number of 
5340         trampolines emitted in full-aot mode.
5341
5342 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
5343
5344         * mini-llvm.c (mono_llvm_emit_method): Implement OP_CHECK_THIS using
5345         a volatile load. Get rid of get_tempname (), llvm assigns names
5346         automatically.
5347
5348         * mini-llvm-cpp.cpp (mono_llvm_build_volatile_load): New instruction
5349         builder function.
5350
5351         * mini-llvm.c (mono_llvm_emit_method): Don't call LLVMGetParam on
5352         a value.
5353
5354         * abcremoval.c (REPORT_ABC_REMOVAL): Don't output messages at verbose
5355         level 1.
5356
5357         * mini-codegen.c (mono_local_regalloc): Prevent sreg1/dreg to be allocated
5358         to the same register as a fixed sreg2. Fixes #497271.
5359
5360         * iltests.il.in: Add a new test.
5361
5362 2009-04-26  Zoltan Varga  <vargaz@gmail.com>
5363
5364         * mini-amd64.c: Use moves instead of pushes for passing arguments on the
5365         stack, since pushes complicate exception handling.
5366
5367         * exceptions-amd64.c (mono_arch_find_jit_info): Don't pop the arguments of
5368         the stack if they are passed using moves.
5369
5370         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add an assert.
5371
5372         * method-to-ir.c (mono_method_to_ir): Disable fast virtual generic methods
5373         when using llvm.
5374
5375         * mini-llvm.c (mono_llvm_emit_method): Call jit icall wrappers, not the 
5376         icalls themselves. Convert arguments of FCOMPARE. Convert the destination
5377         of FMOVE if it is an R4.
5378
5379 2009-04-25  Zoltan Varga  <vargaz@gmail.com>
5380
5381         * mini-ops.h: Add OP_LLVM_OUTARG_VT opcode.
5382
5383         * mini.h (LLVMCallInfo): New structure to store calling convention 
5384         information for the LLVM back end similar to the CallInfo structures in 
5385         the back-ends.
5386
5387         * mini-amd64.c (mono_arch_get_llvm_call_info): New arch function to return
5388         call information in a format usable by LLVM.
5389         (mono_arch_emit_call): Move the LLVM handling code to mono_llvm_emit_call ().
5390
5391         * method-to-ir.c (mono_emit_call_args): Emit calls using 
5392         mono_llvm_emit_call () when compiling using LLVM.
5393
5394         * mini-llvm.c: Implement support for passing/receiving valuetypes. Add
5395         comments to all functions. Fix memory leaks. Add a public init/cleanup
5396         function.
5397
5398         * mini.c: Call the llvm init/cleanup functions in mini_init()/cleanup().
5399
5400         * method-to-ir.c (handle_array_new): Disable llvm when calling the vararg
5401         mono_array_new_va () jit icall.
5402         
5403 Fri Apr 24 16:44:08 CEST 2009 Paolo Molaro <lupus@ximian.com>
5404
5405         * Makefile.am, genmdesc.c, genmdesc.pl: tiny refactor to allow
5406         multiple machine description files to be specified.
5407         * mini-ops.h: fixes for cross-compilation.
5408
5409 2009-04-22  Miguel de Icaza  <miguel@novell.com>
5410
5411         * aot-runtime.c (make_writable): Use mono_mprotect to simplify
5412         some porting work.
5413
5414 2009-04-22  Zoltan Varga  <vargaz@gmail.com>
5415
5416         * method-to-ir.c (mono_method_to_ir): Force init_locals to be TRUE
5417         to prevent asserts in various passes. Fixes #497220.
5418
5419 2009-04-21  Zoltan Varga  <vargaz@gmail.com>
5420
5421         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove
5422         a racy assert.
5423
5424         * aot-compiler.c aot-runtime.c: Emit the unwind info into a separate
5425         table to avoid duplicates.
5426
5427         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5428         
5429         * aot-compiler.c (emit_method_code): Avoid writing symbols if the nodebug
5430         option is used.
5431
5432 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5433
5434         * mini.c (mini_method_verify): Fail fulltrust code if the exception
5435         is for method or field access.
5436
5437 2009-04-20  Zoltan Varga  <vargaz@gmail.com>
5438
5439         * mini-llvm-cpp.cpp (mono_llvm_dump_value): New helper function to print
5440         a Value to stdout.
5441
5442         * mini-llvm.c (mono_llvm_emit_method): Use it.
5443         
5444         * mini-llvm.c (type_to_llvm_type): Fix the mapping of enums.
5445         (mono_llvm_emit_method): Add support for CAS. Fix handling of CSET opcodes
5446         on volatile values.
5447
5448         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add support for 
5449         synchronized methods.
5450
5451         * mini.c (mini_method_compile): Disable LLVM for dynamic methods.
5452
5453         * mini.c (mini_method_compile): Enable ABCREM when running with LLVM.
5454
5455         * mini-llvm.c (mono_llvm_emit_method): Add support for OP_LOADI4_MEM/
5456         OP_LOADI8_MEM.
5457
5458         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add a MONO_LLVM env variable
5459         allowing some options to be set dynamically.
5460
5461 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
5462
5463         * mini-llvm.c (mono_llvm_emit_method): Handle compares followed by an
5464         unconditional branch.
5465
5466         * mini.h (MonoTrampolineType): Add new trampoline type 
5467         'MONO_TRAMPOLINE_LLVM_VCALL' which handles virtual calls made from LLVM
5468         compiled code.
5469
5470         * mini-trampolines.c (mono_llvm_vcall_trampoline): New C trampoline 
5471         function.
5472
5473         * mini-trampolines.c (mono_create_llvm_vcall_trampoline): New trampoline
5474         creation function.
5475
5476         * mini.c (mini_init): Avoid using the common vtable trampoline when LLVM
5477         is enabled. Instead, use the llvm vcall trampoline.
5478         
5479         * mini-trampolines.c (mono_get_vcall_slot_addr): New helper function.
5480
5481         * mini-trampolines.c tramp-amd64.c tramp-x86.c: Use it.
5482         
5483         * mini-<ARCH>.c: Get rid of the identical mono_arch_get_vcall_slot_addr ()
5484         functions.
5485
5486         * mini-<ARCH>.h mini-trampolines.c mini.c: Get rid of 
5487         MONO_ARCH_COMMON_VTABLE_TRAMPOLINE, it is supported by all archs.
5488
5489         * mini-ia64.c (mono_arch_lowering_pass): Null out the sregs of the
5490         OP_IA64_CSET opcode.
5491
5492         * mini.c: Fix a warning.
5493
5494         * mini-llvm.c (mono_llvm_emit_method): Convert arguments of SWITCH and
5495         THROW to the appropriate llvm type.
5496
5497 2009-04-18  Zoltan Varga  <vargaz@gmail.com>
5498
5499         * mini.c (mini_method_compile): Add statistics for methods JITted
5500         with/without LLVM.
5501
5502 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5503
5504         * method-to-ir.c: Fix the computation of ins_sreg_counts for ia64
5505         OP_IA64_CMP_<cond>_IMM opcodes.
5506
5507 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5508
5509         * mini-llvm.c (emit_cond_system_exception): Implement throwing of
5510         corlib exceptions.
5511
5512         * dwarfwriter.c (mono_dwarf_writer_emit_method): Handle --regression
5513         correctly.
5514
5515         * mini-llvm.c (type_to_llvm_type): Avoid accessing t->data.klass for
5516         GENERICINST.
5517
5518 2009-04-17  Atsushi Enomoto  <atsushi@ximian.com>
5519
5520         * mini-exceptions.c : add thread id to EXCEPTION trace message.
5521
5522 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5523
5524         * tramp-amd64.c (mono_arch_get_static_rgctx_trampoline): Fix AOT
5525         support.
5526
5527         * tramp-x86.c (mono_arch_get_unbox_trampoline): Implement static
5528         rgctx invoke trampolines for x86.
5529
5530         * mini-x86.c (mono_arch_output_basic_block): Add a few nops before
5531         indirect calls to simplify get_vcall_slot_addr (). Fixes #494567.
5532         (mono_arch_get_vcall_slot): Simplify this.
5533
5534 2009-04-16  Zoltan Varga  <vargaz@gmail.com>
5535
5536         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Move the calls to
5537         mono_debug_add_delegate_trampoline () to get_delegate_invoke_impl ().
5538
5539 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5540
5541         * aot-compiler.c tramp-arm.c mini-arm.c: Implement static rgctx 
5542         trampolines for ARM. Add full-aot support for delegate invokes for ARM.
5543
5544         * mini-trampolines.c (mono_magic_trampoline): Fix the build.
5545
5546         * liveness.c (visit_bb): Remove a needless assert.
5547
5548 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
5549
5550         * mini-trampolines.c (mono_create_delegate_trampoline): Delegate the
5551         full aot support to the arch specific code.
5552
5553         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Add full-aot support.
5554
5555         * aot-compiler.c (emit_trampolines): Emit delegate invoke impl trampolines.
5556
5557         * aot-compiler.c (emit_named_code): Rename this to 'emit_trampoline'.
5558         
5559         * mini-amd64.c (mono_arch_get_delegate_invoke_impls): New function to
5560         collect information about the delegate invoke impl trampolines.
5561
5562         * mini.h (MonoAotTrampInfo): New structure collecting the information needed
5563         to save trampolines during full-aot mode.
5564
5565         * mini-trampolines.c (mono_create_static_rgctx_trampoline): New trampoline
5566         creation function which returns a trampoline which sets the rgctx
5567         argument.
5568         (mono_magic_trampoline): Use the rgctx trampoline instead of an rgctx
5569         wrapper if possible.
5570         (mono_delegate_trampoline): Ditto.
5571
5572         * mini.c (mono_jit_runtime_invoke): Ditto.
5573
5574         * tramp-amd64.c: Add an implemention of static rgctx trampolines for AMD64.
5575         
5576         * aot-compiler.c aot-runtime.c: Add support for static rgctx trampolines.
5577
5578         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5579         
5580 2009-04-12  Zoltan Varga  <vargaz@gmail.com>
5581
5582         * mini-ia64.c (mono_arch_lowering_pass): Use NULLIFY_INS instead of
5583         just setting the opcode to OP_NOP.
5584
5585 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
5586
5587         * mini.c (mini_method_compile): Put the last change inside an 
5588         #ifdef MONO_ARCH_HAVE_LIVERANGE_OPS.
5589         
5590         * mini.c (mini_method_compile): Disable sharing of stack slots/registers
5591         and extend live ranges to cover the whole method when using xdb.
5592
5593         * jit-icalls.c (ldvirtfn_internal): Avoid creating rgctx wrappers here,
5594         do it in the trampolines.
5595
5596         * mini-trampolines.c (mono_magic_trampoline): Add an rgctx wrapper if
5597         needed.
5598
5599         * mini-trampolines.c (mono_delegate_trampoline): Ditto.
5600         
5601         * method-to-ir.c (mono_method_to_ir): Avoid using the fast virtual method
5602         call code in full-aot mode since IMT is disabled there.
5603         (mono_method_to_ir): Inline ldfld wrappers which return structures too, the
5604         new JIT no longer has that restriction.
5605
5606         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5607
5608         * aot-compiler.c (emit_extra_methods): Emit the wrapper method names in
5609         a more compact format.
5610         (mono_aot_wrapper_name): New function to return a unique name for a
5611         wrapper method, also used by the AOT runtime.
5612
5613         * aot-runtime.c (find_extra_method_in_amodule): Update after the changes to
5614         aot-compiler.c.
5615
5616         * aot-compiler.c (add_generic_class): Add the helper methods from T[]
5617         when a ICollection<T> etc is encountered.
5618         (add_generic_instances): Process method arguments/locals too.
5619         (emit_trampolines): Emit unbox trampolines for extra methods too. Shorten
5620         trampoline names.
5621
5622         * aot-runtime.c (mono_aot_get_unbox_trampoline): Handle extra methods too.
5623         
5624 2009-04-10  Zoltan Varga  <vargaz@gmail.com>
5625
5626         * aot-compiler.c: Disable the AOT compiler if the JIT is disabled.
5627
5628         * dwarfwriter.c (emit_type): Emit byref to reference types as 'int' for now.
5629
5630         * decompose.c (mono_decompose_opcode): Make this return a MonoInst*
5631         representing the result of the decomposition. Nullify instructions
5632         instead of setting them to OP_NOP since nops can't have registers
5633         set.
5634
5635 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
5636
5637         * aot-compiler.c (mono_compile_assembly): Split this huge function into
5638         smaller parts. Add 'nodebug' option to prevent generation of DWARF debug
5639         info. Strip 'mapping symbols' on ARM.
5640
5641         * iltests.il.in (test_0_fconv_to_i): Disable this on ARM too.
5642         
5643         * genmdesc.pl: Applied patch by Martin Fuzzey (mfuzzey@parkeon.com). Sync
5644         this with the native genmdesc.
5645
5646 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
5647
5648         * aot-runtime.c:  Fixing the MSVC build.
5649
5650         Code is contributed under MIT/X11 license.
5651
5652 2009-04-08  Zoltan Varga  <vargaz@gmail.com>
5653
5654         * mini-llvm.c (mono_llvm_emit_method): Pass i1/i2 arguments as i4 since 
5655         JITted code depends on it.
5656
5657 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5658
5659         * aot-compiler.c: Use new MonoGenericParam accessors.
5660
5661 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5662
5663         Reduce memory usage and improve correctness wrt MonoGenericParam
5664         * aot-runtime.c (decode_klass_ref): Simplify generic parameter
5665         handing.  Avoid allocating MonoGenericParams, but use the ones in
5666         the container itself.
5667
5668 2009-04-07  Miguel de Icaza  <miguel@novell.com>
5669
5670         * tasklets.c: Return exceptions in the out argument.
5671
5672 2009-04-08  Zoltan Varga  <vargaz@gmail.com>
5673
5674         * mini-llvm.c (mono_llvm_emit_method): Fix alignment in the LOCALLOC_IMM
5675         opcode. Use pointer types in more places instead of casting them to 
5676         integers.
5677
5678         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Create a pass manager to run
5679         optimizations.
5680         (mono_llvm_optimize_method): New helper function to optimize a method.
5681
5682         * method-to-ir.c (mono_emit_widen_call_res): Extract the call result 
5683         widening code so it could be called from more places.
5684         (mono_method_to_ir): Call mono_emit_widne_call_res () in several more
5685         code paths in the call opcodes.
5686
5687 Mon Apr 6 14:19:54 CEST 2009 Paolo Molaro <lupus@ximian.com>
5688
5689         * exceptions-amd64.c, mini-amd64.h: amd64 support code for continuations.
5690
5691 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
5692
5693         * dwarfwriter.c: Use _ to separate class name 
5694         components as gdb can't handle '.'. Represent reference variables
5695         as 'class <NAME>&'.
5696         
5697         * mini.h (MonoCompile): Add locals_min_stack_offset/locals_max_stack_offset.
5698
5699         * mini-amd64.c (mono_arch_allocate_vars): Save min/max stack offset.
5700         
5701         * mini-gc.c: New file, contains the SGEN GC related parts of the JIT.
5702
5703         * gc-test.cs: New file with GC stack marking tests.
5704         
5705         * mini-arm.c (mono_arch_output_basic_block): Fix int->float conversion of
5706         negative numbers for vfp.
5707
5708         * basic-float.cs: Add a test.
5709         
5710 Mon Apr 6 14:12:10 CEST 2009 Paolo Molaro <lupus@ximian.com>
5711
5712         * exceptions-x86.c, mini-x86.h: x86 support code for continuations.
5713
5714 Mon Apr 6 14:09:53 CEST 2009 Paolo Molaro <lupus@ximian.com>
5715
5716         * tasklets.h, tasklets.c, mini.h, mini.c, Makefile.am: arch-indep
5717         part of tasklet/continuation support.
5718
5719 2009-04-05  Zoltan Varga  <vargaz@gmail.com>
5720
5721         * mini-llvm.c (mono_llvm_emit_method): Move the handling of
5722         amd64 opcodes inside an ifdef.
5723
5724         * dwarfwriter.c: Emit inheritance information for classes, emit fields
5725         of complex types.
5726         
5727         * dwarfwriter.c (emit_type): Emit the class info for classes.
5728
5729 2009-04-04  Zoltan Varga  <vargaz@gmail.com>
5730
5731         * Makefile.am (AM_CXXFLAGS): Add GLIB_CFLAGS to this.
5732
5733         * mini-llvm-cpp.h: New header file for mini-llvm-cpp.cpp.
5734
5735         * mini-llvm.c: Remove unused fields from EmitContext, fix memory leaks.
5736
5737         * ssa.c (mono_ssa_compute): Fix some memory leaks.
5738
5739 2009-04-03  Zoltan Varga  <vargaz@gmail.com>
5740
5741         * mini.c mini-amd64.c method-to-ir.c: Use COMPILE_LLVM in a few more places.
5742
5743         * mini-llvm.c: Update comments.
5744
5745         * mini.h (COMPILE_LLVM): New macro.
5746
5747         * decompose.c (mono_decompose_opcode): Use the COMPILE_LLVM macro.
5748
5749         * ssa.c (mono_ssa_compute): Ditto.
5750         
5751         * unwind.c (mono_unwind_get_ops_from_fde): New helper function to extract
5752         the unwind ops from a DWARF FDE.
5753
5754         * mini-llvm.c: Implement generation of unwind info for LLVM compiled
5755         methods by extracting the dwarf unwind ops from the unwind info generated
5756         by LLVM.
5757         
5758         * mini-llvm.c (mono_llvm_emit_method): Enable support for non-IMT virtual
5759         calls.
5760
5761         * mini-amd64.c (mono_arch_get_vcall_slot): Handle more kinds of the SIB
5762         addressing modes.
5763
5764 2009-04-02  Zoltan Varga  <vargaz@gmail.com>
5765
5766         * Makefile.am (llvm_sources): Enable this.
5767
5768         * mini.c (mini_method_compile): Add support for compiling with LLVM, 
5769         failing back to the JIT if something cannot be handled.
5770
5771         * mini-amd64.c (mono_arch_emit_call): Emit the arguments more simple when
5772         compiling with LLVM.
5773
5774         * decompose.c (mono_decompose_opcode): Avoid decomposing some opcodes when
5775         compiling with LLVM.
5776
5777         * method-to-ir.c (mono_method_to_ir): Avoid decomposing SWITCH when 
5778         compiling with LLVM.
5779
5780         * mini-ops.h: Add a few opcodes needed by LLVM.
5781
5782         * dwarfwriter.c (mono_dwarf_writer_emit_method): Avoid crashes if the method
5783         has no unwind info.
5784
5785         * mini-llvm.c mini-llvm-cpp.cpp: New files containing the experimental llvm
5786         backend.
5787
5788         * mini-arm.c (mono_arch_output_basic_block): Fix the ARM_FPU_NONE build.
5789
5790         * mini-arm.h mini-arm.c cpu-arm.md: Finish VFP support.
5791
5792 2009-04-01  Mark Probst  <mark.probst@gmail.com>
5793
5794         * regalloc.h, mini-codegen.c: Make vassign members gint32 to fix
5795         ridiculously large methods.
5796
5797 2009-03-31  Martin Baulig  <martin@ximian.com>
5798
5799         * debug-debugger.c (debugger_remove_breakpoint): Call
5800         mono_debugger_remove_class_init_callback ().
5801
5802 2009-03-31  Zoltan Varga  <vargaz@gmail.com>
5803
5804         * aot-compiler.c (mono_compile_assembly): Call img_writer_emit_start ()
5805         right before emitting code, not at the start.
5806
5807         * mini.c (mono_postprocess_patches): Extract this into a separate function
5808         from mono_codegen ().
5809
5810         * ssa.c (mono_ssa_compute): Set ins->klass for every PHI node, handle
5811         byref types correctly.
5812
5813 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
5814
5815         * dwarfwriter.c (mono_dwarf_writer_emit_method): Fix a crash introduced
5816         by the last change.
5817
5818 2009-03-29  Zoltan Varga  <vargaz@gmail.com>
5819
5820         * mini-amd64.c (mono_arch_output_basic_block): Emit a few nops before 
5821         indirect calls, this avoids problems where get_vcall_slot () would get
5822         confused by the native code for the instruction preceeding the call.
5823         (mono_arch_get_vcall_slot): Simplify this.
5824         (mono_arch_emit_imt_argument): Remove this, it is no longer needed.
5825
5826         * mini-ops.h: Fix the definitions of the OP_IA64 opcodes, since the local
5827         register allocator now seems to depend on them instead of the data in
5828         cpu-<ARCH>.md.
5829
5830         * mini.c (mini_method_compile): Throw the correct type of exception if
5831         mono_method_get_header () fails because of a loading error.
5832
5833 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
5834
5835         * mini.c (mini_method_compile): Clear the loader error if the method
5836         header cannot be decoded.
5837
5838         * mini-trampolines.c (mono_magic_trampoline): Handle generic virtual 
5839         interface methods on proxies correctly.
5840
5841         * dwarfwriter.c (mono_dwarf_writer_emit_method): Fix handling of the
5842         this argument for vtype methods. Add precise liveness info for arguments.
5843
5844         * mini-codegen.c (mono_print_ins_index): Print the vreg of the
5845         LIVERANGE_START/END opcodes.
5846
5847         * method-to-ir.c (mono_spill_global_vars): Fix liverange calculation
5848         for arguments and values in registers.
5849
5850 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
5851
5852         * method-to-ir.c (mono_method_to_ir): Disable tail calls for calls which
5853         return a valuetype. Fixes #487518.
5854
5855         * iltests.il: Add a test.
5856         
5857         * aot-compiler.c: Use mono_thread_create () to create helper threads.
5858
5859         * mini-trampolines.c (mono_delegate_trampoline): Handle static delegates
5860         closed over a null reference correctly.
5861
5862 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5863
5864         * method-to-ir.c (mono_handle_global_vregs): Fix support for ternary ops.
5865
5866 2009-03-25  Mark Probst  <mark.probst@gmail.com>
5867
5868         * mini-codegen.c (mono_local_regalloc): Don't let sregs get
5869         allocated to the same registers as fixed sregs.
5870
5871 2009-03-24  Mark Probst  <mark.probst@gmail.com>
5872
5873         * mini-ops.h: New ternary ATOMIC_CAS ops replace the old
5874         ATOMIC_CAS_IMM ops.
5875
5876         * method-to-ir.c: Handle more cases for
5877         Interlocked.CompareExchange.
5878
5879         * cpu-x86.md, mini-x86.c, mini-x86.h, cpu-amd64.md, mini-amd64.c,
5880         mini-amd64.h, cpu-ppc.md, cpu-ppc64.md, mini-ppc.c, mini-ppc.h:
5881         ATOMIC_CAS implementations for x86, AMD64, PPC and PPC64.
5882
5883 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5884
5885         * aot-runtime.c (decode_method_ref): Fix a warning.
5886
5887         * unwind.c (mono_unwind_frame): Ditto.  
5888
5889 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
5890
5891         * aot-compiler.c (arch_emit_unbox_trampoline): Fix the binary writer support.
5892         (mono_compile_assembly): Enable the binary writer for full-aot as well.
5893
5894         * image-writer.c (do_reloc): Add support for the JUMP24 relocation,
5895         fix the handling of large values in the ALU_PC_G0_NC relocation.
5896
5897 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
5898
5899         * local-propagation.c method-to-ir.c local-propagation.c: Fix warnings.
5900
5901 2009-03-22  Mark Probst  <mark.probst@gmail.com>
5902
5903         * method-to-ir.c (mono_spill_global_vars): Support for ternary
5904         ops.
5905
5906 2009-03-22  Mark Probst  <mark.probst@gmail.com>
5907
5908         * method-to-ir.c: MINI_OP3 needs a comma.
5909
5910         * method-to-ir.c, mini.h, mini.c: Remove
5911         mono_init_op_sreg_counts ().
5912
5913 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
5914
5915         * mini-arm.c (mono_arch_output_basic_block): Fix aot support in
5916         OP_JMP.
5917         
5918         * mini-arm.c (mono_arch_build_imt_thunk): Disable the !fail_tramp
5919         assertion.
5920
5921         * mini-ops.h: Fix arguments of the MEMINDEX opcodes.
5922
5923         * mini-amd64.c (mono_arch_build_imt_thunk): Simplify the fail handling
5924         code somewhat.
5925
5926 2009-03-21  Mark Probst  <mark.probst@gmail.com>
5927
5928         * cfold.c, cprop.c, decompose.c, genmdesc.c, helpers.c, ir-emit.h,
5929         liveness.c, local-propagation.c, method-to-ir.c, mini-codegen.c,
5930         mini.c, mini.h, simd-intrinsics.c, ssa.c: Support for ternary IR
5931         operations.
5932
5933 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
5934
5935         * driver.c: Change location of gc_wrapper.h.
5936
5937         * method-to-ir.c (mono_find_block_region): Handle try clauses nested
5938         inside finally clauses correctly. Fixes #485721.
5939
5940         * mini.c (mono_find_spvar_for_region): This needs to handle try regions
5941         after the change above.
5942
5943         * exceptions.cs: Add a test.
5944         
5945 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5946
5947         * unwind.c (mono_unwind_ops_encode): Increase the size of the encode buffer.
5948
5949         * mini-amd64.c (mono_arch_emit_epilog): Remove the encoding of stack size
5950         into cfg->used_int_regs, it is not needed with the dwarf unwinder.
5951         (mono_arch_compute_omit_fp): Remove the emit_epilog () workaround.
5952
5953         * mini-amd64.c (mono_arch_compute_omit_fp): Add another check to avoid hitting
5954         the stack_alloc_size < (1 << 16) assertion in emit_prolog ().
5955
5956 2009-03-19  Sebastien Pouliot  <sebastien@ximian.com>
5957
5958         * method-to-ir.c: Allow CoreCLR to throw FieldAccessException. 
5959         Simplify logic for ensure_method_is_allowed_to_call_method. 
5960         Handle wrappers on callers.
5961
5962 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5963
5964         * Makefile.am (fullaotcheck): Don't run the generics tests, some of
5965         them don't run yet.
5966
5967         * basic-simd.cs: Fix the names of some test methods.
5968
5969 2009-03-18  Geoff Norton  <gnorton@novell.com>
5970
5971         * mini.c: Only chain sigfpe if it wasn't generated in mangaed code.
5972
5973 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
5974
5975         * dwarfwriter.c (token_handler): Fix a crash caused by the last change.
5976
5977 2009-03-17  Jb Evain  <jbevain@novell.com>
5978
5979         * driver.c: remove now uneeded call to mono_gc_base_init before
5980         mono_profiler_load.
5981
5982 2009-03-17  Jb Evain  <jbevain@novell.com>
5983
5984         * dwarfwriter.c (token_handler): handle more cases.
5985
5986 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com> 
5987
5988         * method-to-ir.c: Remove more dead code (that was required only
5989         because of method_is_safe). Fix compiler warnings.
5990
5991 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5992
5993         * method-to-ir.c: Remove unneeded/useless method_is_safe
5994         http://lists.ximian.com/archives/public/mono-devel-list/2009-March/031404.html
5995
5996 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5997
5998         * mini.c (mini_method_compile): Print the method been compiled with
5999         verbose level 1 instead of 3 as this helps a lot debugging JIT crashes
6000         for people not familiar with the runtime.
6001
6002 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
6003
6004         * mini-exceptions.c (get_generic_info_from_stack_frame): Avoid returning
6005         a managed object which is later put into a GList. Return its class instead.
6006
6007         * mini.c (mono_allocate_stack_slots_full): Avoid sharing ref and non-ref
6008         stack slots when using sgen.
6009
6010 2009-03-16  Zoltan Varga  <vargaz@gmail.com>
6011
6012         * dwarfwriter.c (emit_line_number_info): Really fix the eglib build.
6013
6014 2009-03-14  Zoltan Varga  <vargaz@gmail.com>
6015
6016         * local-propagation.c (reg_is_softreg_no_fpstack): Use >= instead of
6017         > so it works on the first vreg as well.
6018
6019 2009-03-13  Zoltan Varga  <vargaz@gmail.com>
6020
6021         * dwarfwriter.c (emit_line_number_info): Disable an assert which seems to
6022         trigger randomly.
6023
6024         * aot-compiler.c: Get rid of xdebug_lock (), use the loader lock instead.
6025         
6026         * dwarfwriter.c (emit_line_number_info): Fix eglib build as eglib doesn't
6027         implement GArray.
6028
6029 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
6030
6031         * dwarfwriter.c (emit_line_number_info): Optimize the computation of the
6032         native->IL offset mapping.
6033
6034 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
6035
6036         * mini-amd64.c (mono_arch_output_basic_block): Fix % 1. Fixes #484323.
6037
6038         * basic.cs: Add a test.
6039
6040 2009-03-11  Mark Probst  <mark.probst@gmail.com>
6041
6042         * mini-x86.c (mono_arch_output_basic_block): Use different
6043         registers in case the ones we want to overwrite are used by the
6044         other operand.  Fixes regression in #480807.
6045
6046 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
6047
6048         * aot-compiler.c (mono_compile_assembly): Make the output less verbose.
6049
6050         * dwarfwriter.c (emit_line_number_info): The line number info for
6051         IL code was off by one. Fix that.
6052
6053         * mini-s390x.c: Fix support for vtypes whose addresses are passed on the
6054         stack.
6055
6056 2009-03-09  Mark Probst  <mark.probst@gmail.com>
6057
6058         Contributed under the terms of the MIT/X11 license by Steven
6059         Munroe <munroesj@us.ibm.com>.
6060
6061         * mini-ppc.c: Correct handling of OP_LOADI4_MEMINDEX for ppc64.
6062         Fixes #483462.
6063
6064 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
6065
6066         * dwarfwriter.c (token_handler): Decode method references in non-wrappers
6067         as well.
6068
6069 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
6070
6071         * method-to-ir.c (mono_method_to_ir): Check for type load exceptions in
6072         the delegate ctor handling code. Fixes #482638.
6073         
6074         * method-to-ir.c (mini_emit_memset): Fix the handling of size '3'. Fixes
6075         #481458.
6076
6077         * iltests.il.in: Add a test.
6078         
6079         * mini-darwin.c (mono_chain_signal): Remove this, it is already in
6080         mini-posix.c.
6081
6082 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6083
6084         * mini-trampolines.c (mono_create_jump_trampoline): If the method
6085         is shared generic code, return the trampoline, even if the method
6086         has already been compiled.  Fixes #479763.
6087
6088         * mini.c, mini.h: New function
6089         mono_jit_find_compiled_method_with_jit_info() which is the same as
6090         mono_jit_find_compiled_method() but also returns the jit info.
6091
6092 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6093
6094         * method-to-ir.c (mono_method_to_ir): Only force the vtable var
6095         for methods which actually have one.  For all other methods, make
6096         sure the this argument var is live the whole method.
6097
6098         * mini.c (mini_method_compile): Every shared method has a
6099         this/vtable/mrgctx info.  Fixes #480807.
6100
6101 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6102
6103         * mini-ppc.c (mono_arch_build_imt_thunk): Add support for mixed
6104         generic/imt thunks where some entries branch through the vtable,
6105         while other entries branch directly.
6106
6107 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
6108
6109         * mini-darwin.c (mono_chain_signal): Define this to fix the build.
6110
6111         * mini-windows.c: Ditto.
6112         
6113         * mini.c (mono_jit_runtime_invoke): Speed up the invoking of parameterless
6114         ctors.
6115
6116 2009-03-04  Zoltan Varga  <vargaz@gmail.com>
6117
6118         * dwarfwriter.c (emit_line_number_info): Add some debug code to help track
6119         down an assert.
6120
6121 2009-03-04  Mark Probst  <mark.probst@gmail.com>
6122
6123         * method-to-ir.c: Don't inline methods that use JMP.  Fixes
6124         #481403.
6125
6126 2009-03-04  Mark Probst  <mark.probst@gmail.com>
6127
6128         * exceptions-x86.c: Include debug-mini.h - fixes build.
6129
6130 2009-03-04  Martin Baulig  <martin@ximian.com>
6131
6132         * debug-mini.c: Clean up the exception API and add documentation.
6133         (mono_debugger_handle_exception): New public method; this is
6134         called when throwing an exception or encountering an unhandled one.
6135         (mono_debugger_call_exception_handler): Formerly known as
6136         mono_debugger_handle_exception(); this is used to tell the
6137         debugger that we're about to invoke an exception handler.
6138
6139 2009-03-04  Martin Baulig  <martin@ximian.com>
6140
6141         * debug-mini.c (mono_debugger_runtime_invoke): Moved here from
6142         ../metadata/mono-debug-debugger.c; save and reset exception state.
6143
6144 2009-03-02  Martin Baulig  <martin@ximian.com>
6145
6146         * debug-mini.c: Moved the debugger exception handling here from
6147         ../metadata/mono-debug-debugger.c.
6148
6149         * debug-mini.h
6150         (MonoDebuggerExceptionAction): New exception typedef.
6151
6152         * debug-mini.c
6153         (MonoDebuggerThreadInfo): Added `MonoObject *last_exception'.
6154
6155         * exceptions-amd64.c
6156         (mono_amd64_throw_exception): Use the new debugger exception
6157         handling code.
6158
6159         * mini-exceptions.c
6160         (mono_handle_exception_internal): Don't call
6161         mono_debugger_unhandled_exception() here.
6162
6163 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6164
6165         * mini.c aot-compiler.c: Update after the changes to 
6166         mono_marshal_get_runtime_invoke ().
6167
6168         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): 
6169         Virtual generic methods might not have method->slot set, work around
6170         that.
6171
6172         * generics.cs: Add a test.
6173
6174 2009-03-02  Geoff Norton  <gnorton@novell.com>
6175
6176         * mini.c:
6177         * driver.c: Allow signal chaining of SIGFPE as well.
6178
6179 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
6180
6181         * mini-trampolines.c (mono_generic_virtual_remoting_trampoline): Update
6182         this since it now receives the method not its generic context in the
6183         IMT reg.
6184
6185         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for mixed
6186         generic/imt thunks where some entries branch through the vtable, while
6187         other entries branch directly.
6188
6189         * mini-x86.c (mono_arch_build_imt_thunk): Ditto.
6190
6191         * method-to-ir.c (mono_method_to_ir): Enable fast virtual generic call 
6192         support for interface methods as well.
6193
6194         * mini-trampolines.c: Add support for virtual generic methods in interfaces
6195         using the normal IMT thunks.
6196
6197         generics.cs: Add new tests.
6198         
6199         * method-to-ir.c (mono_method_to_ir): Pass the method instead of
6200         the generic inst to the generic imt thunks. This fixes AOT support, 
6201         improves consistency with the normal IMT thunks, and makes it easier to
6202         add support for interface generic virtual methods later.
6203
6204         * mini-trampolines.c (mono_magic_trampoline): Ditto.    
6205         
6206 2009-02-28  Zoltan Varga  <vargaz@gmail.com>
6207
6208         * driver.c (mono_set_signal_chaining): New public API function to enable
6209         signal chaining on POSIX platforms.
6210
6211         * mini-posix.c mini.c: Applied a variant of a patch by Simon Rowland 
6212         (si@lindenlab.com) to implement signal chaining. The original patch was
6213         contributed under the MIT X/11 license:
6214         https://bugzilla.novell.com/show_bug.cgi?id=318894
6215
6216 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
6217
6218         * iltests.il.in (test_0_implicit_float_to_double_conversion): Disable this
6219         too until it can be made to run on amd64.
6220
6221 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
6222
6223         * mini-x86.c (mono_arch_get_this_arg_from_call): Avoid expensive calls
6224         to  get_generic_context_from_code () + get_call_info () if possible.
6225
6226 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
6227
6228         * mini-exceptions.c (mono_handle_native_sigsegv): Implement the
6229         suspend-on-sigsegv functionality.
6230
6231         * mini.c (mini_parse_debug_options): Add a new 'suspend-on-sigsegv' option
6232         to suspend when a native SIGSEGV is received. This is useful for debugging
6233         crashes which don't happen under gdb, since a live process contains more
6234         information than a core file.
6235
6236         * mini-exceptions.c (mono_print_thread_dump): Use 
6237         MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX instead of platform defines.
6238
6239         * mini-x86.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): New define.
6240
6241         * mini-amd64.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): Ditto.
6242         
6243         * basic-float.cs: Disable the tests which currently fail on amd64.
6244
6245         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Pass a non-null 
6246         value to mono_arch_patch_callsite () to fix crashes.
6247         
6248         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix a warning.
6249
6250 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6251
6252         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Replace the
6253         nop code by patching the call address to point to the nullified class init
6254         trampoline, as the former does not seem to be safe on SMP machines.
6255
6256 2009-02-23  Mark Probst  <mark.probst@gmail.com>
6257
6258         * mini-ops.h: Fix the argument types for a few x86 opcodes where
6259         they were wrong.
6260
6261 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6262
6263         * basic-float.cs basic-calls.cs: Fix warnings.
6264
6265 2009-02-22  Mark Probst  <mark.probst@gmail.com>
6266
6267         * tramp-ppc.c (mono_arch_create_trampoline_code): Store the
6268         correct frame pointer in the LMF.  Should fix #478394.
6269
6270 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
6271
6272         * Makefile.am (fullaotcheck): Copy Mono.Simd.dll as well.
6273
6274         * image-writer.c: Make the binary writer less verbose.
6275
6276 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
6277
6278         * method-to-ir.c (mono_method_to_ir): Don't assert if string ctors
6279         are called from runtime invoke wrappers.
6280
6281 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
6282
6283         * cpu-ppc.md (store_memindex): Increase the size of this.
6284
6285 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6286
6287         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6288
6289         * cpu-x86.md: Fix the sizes for long_conv_to_r_un and long_conv_to_r_un_2.
6290
6291         * mini-x86.c (mono_arch_output_basic_block): Use only 64bits of precision for
6292         OP_LCONV_TO_R_UN.
6293
6294         Last fix for of #467201.
6295
6296
6297 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6298
6299         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6300
6301         * cpu-x86.md: Fix the sizes for fcall(_reg,_membase), long_conv_to_r4_2
6302         and long_conv_to_r8_2:
6303
6304         Fixed part of #467201.
6305
6306 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6307
6308         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6309
6310         * mini-x86.c (mono_arch_output_basic_block): Adjust precision of int to float
6311         conversion to 32 bits.
6312
6313         * cpu-x86.md: Increase the size of int_conv_to_r4.
6314
6315         * basic-float.cs: Add a test for this.
6316
6317         Fixed part of #467201.
6318
6319 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6320
6321         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6322
6323         * mini-x86.c (mono_arch_output_basic_block): Adjust precision of long to double
6324         conversion to 64 bits.
6325
6326         * basic-float.cs: Add a test for this.
6327
6328         Fixed part of #467201.
6329
6330 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6331
6332         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6333
6334         * mini-x86.c (emit_move_return_value): Don't reduce precision of functions returning float.
6335         This behavior is compatible with MS.
6336
6337         * iltest.il.in: Add a test for this.
6338
6339         Fixed part of #467201.
6340
6341 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6342
6343         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6344
6345         * mini-x86.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_R4, it must
6346         change the precision of the value.
6347
6348         * cpu-x86.md: Define len for float_conv_to_r4.
6349
6350         * basic-float.cs: Add a test for this.
6351
6352         Fixed part of #467201.
6353
6354 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6355
6356         * mini.c: Adjust locking order to the new semantics where the loader lock
6357         comes first.
6358
6359 2009-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
6360
6361         * aot-runtime.c:
6362         * mini-amd64.c:
6363         * mini-arm.c:
6364         * mini-ia64.c:
6365         * mini-mips.c:
6366         * mini-ppc.c:
6367         * mini-sparc.c:
6368         * mini-trampolines.c:
6369         * mini-x86.c:
6370         * mini.c:
6371         * tramp-alpha.c:
6372         * tramp-amd64.c:
6373         * tramp-arm.c:
6374         * tramp-hppa.c:
6375         * tramp-ia64.c:
6376         * tramp-mips.c:
6377         * tramp-ppc.c:
6378         * tramp-s390.c:
6379         * tramp-s390x.c:
6380         * tramp-sparc.c:
6381         * tramp-x86.c: Use mono_domain_code_* functions instead of using MonoDomain::code_mp directly.
6382
6383 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6384
6385         * mini-codegen.c (mono_local_regalloc): Remove a ! from if (!dest_sreg1)
6386         as it is incorrect.
6387
6388 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6389
6390         * aot-compiler.c (add_generic_class): Only add rgctx invoke wrappers
6391         for cctors if needed.
6392
6393 2009-02-17  Mark Probst  <mark.probst@gmail.com>
6394
6395         * mini-ppc.c: Fix build on Darwin.
6396
6397 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6398
6399         * dwarfwriter.c (mono_dwarf_writer_emit_base_info): Use 2 as the DWARF
6400         version instead of 3 as valgrind doesn't like version 3.
6401
6402         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
6403
6404         * aot-compiler.c (mono_aot_method_hash): New function to return a hash
6405         usable for hashing methods.
6406         (emit_extra_methods): Use the new hash to avoid putting every method in the
6407         same hash bucket.
6408
6409         * aot-runtime.c (find_extra_method_in_amodule): Use the new hash.
6410
6411         * aot-runtime.c (can_method_ref_match_method): New function to quickly check
6412         whenever a method ref could match a method.
6413         
6414         * aot-runtime.c (load_image): Revert the previous change, it causes an AOT
6415         test to fail.
6416         
6417         * aot-runtime.c (find_extra_method_in_amodule): Add a cache for decoded 
6418         methods refs.
6419
6420         * aot-runtime.c (load_image): Pass our basedir to mono_assembly_load.
6421
6422         * aot-compiler.c (emit_exception_debug_info): Bump the maximum size of
6423         the encoding buffer.
6424
6425         * method-to-ir.c (mono_method_check_inlining): Avoid calling 
6426         mono_method_get_header () on inflated methods as an optimization.
6427
6428 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6429
6430         * ssa.c (fold_ins): Fix another crash if the instruction following the
6431         switch was optimized away.
6432
6433 2009-02-16  Mark Probst  <mark.probst@gmail.com>
6434
6435         Contributed under the terms of the MIT/X11 license by Steven
6436         Munroe <munroesj@us.ibm.com>.
6437
6438         * mini-ppc.c, mini-ppc.h: Implement TLS for PPC64.
6439
6440 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6441
6442         * mini.c method-to-ir.c mini-trampolines.c aot-runtime.c: Remove locking
6443         around the mono_domain_alloc calls, it is now done by the functions
6444         themselves.
6445
6446         * aot-compiler.c (compile_method): Only add wrappers referenced by
6447         the method if compiling with full AOT.
6448         (mono_compile_assembly): Error out if --aot=full is specified on
6449         a platform where it is not supported.
6450
6451         * aot-compiler.c (emit_trampolines): Emit generic class init trampolines
6452         on ARM too.
6453
6454         * tramp-arm.c (mono_arch_create_generic_class_init_trampoline_full): Add
6455         AOT support.
6456
6457         * aot-runtime.c (load_named_code): Handle 
6458         mono_arm_throw_exception_by_token.
6459
6460         * mini-arm.h: Add declaration of mono_arm_throw_exception_by_token.
6461
6462         * image-writer.c (asm_writer_emit_pointer_unaligned): Make this really
6463         unaligned.
6464
6465         * Makefile.am (fullaotcheck): Exit if a test fails.
6466
6467         * aot-compiler.c (mono_compile_assembly): Use the ASM writer for full aot
6468         on ARM.
6469         (mono_compile_assembly): Handle the assembler failing.
6470
6471         * image-writer.c (asm_writer_emit_section_change): Handle ARM gas not
6472         accepting subsections of .bss.
6473
6474         * ssa.c (visit_inst): Fix a crash if the instruction following a switch
6475         was optimized away.
6476
6477         * aot-compiler.c: Remove some unused includes.
6478         
6479         * aot-compiler.c (MonoAotCompile): Remove some unused fields which are
6480         now in MonoImageWriter.
6481
6482         * mini-x86.c (mono_arch_get_vcall_slot): Handle yet another
6483         code sequence which matches a non-virtual call. Fixes #472654.
6484
6485 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
6486
6487         * aot-compiler.c: Use xdebug_lock ()/unlock () macros for locking in the
6488         xdebug code.
6489         
6490         * aot-compiler.c: Make the xdebug code not depend on the AOT compiler,
6491         use the image/dwarf writers directly.
6492
6493         * image-writer.c (struct _MonoImageWriter): Remove the unused 'image'
6494         field.
6495
6496         * aot-compiler.c (MonoAotCompile): Remove fields which are now in
6497         MonoDwarfWriter.
6498
6499         * image-writer.h: Fix some typos.
6500
6501         * dwarfwriter.h dwarfwriter.c: New files.
6502         
6503         * aot-compiler.c: Extract the DWARF info writing functionality into a 
6504         separate module.
6505
6506         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add a 'out_unwind_ops'
6507         argument to return unwind info.
6508
6509         * tramp-arm.c (mono_arch_create_trampoline_code_full): Ditto.
6510
6511         * aot-compiler.c: Emit unwind info for trampolines in full-aot mode.
6512         
6513         * aot-runtime.c (decode_method_ref): Add a case for 
6514         MONO_AOT_METHODREF_WRAPPER_NAME.
6515
6516         * mini.h: Add constants for the magic numbers used in encode_method_ref ()
6517         for AOT.
6518
6519         * aot-compiler.c (encode_method_ref): Use the new constants.
6520
6521         * aot-runtime.c (decode_method_ref): Ditto.
6522
6523         * aot-compiler.c (compile_method): For generic icalls, queue the wrapper to
6524         be compiled, not the icall itself.
6525
6526 2009-02-14  Zoltan Varga  <vargaz@gmail.com>
6527
6528         * aot-runtime.c (find_extra_method_in_amodule): Avoid decoding wrapper names
6529         using decode_method_ref ().
6530
6531         * method-to-ir.c (mini_emit_ldelema_1_ins): If the array index is a long,
6532         convert it to an in32. Fixes #475859.
6533
6534         * arrays.cs: Add a test.
6535
6536 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6537
6538         * mini-s390x.c (mono_arch_output_basic_block): Fix the shift amounts in 
6539         OP_LCONV_TO_U2.
6540
6541         * basic-long.cs: Add a test.
6542
6543 2009-02-12  Mark Probst  <mark.probst@gmail.com>
6544
6545         * mini-x86.c, mini-x86.h: Very simple frame pointer removal.  We
6546         remove the frame pointer in leaf methods which don't receive any
6547         arguments, don't throw exceptions and don't do dynamic stack
6548         allocations.
6549
6550 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6551
6552         * mini-amd64.c (mono_arch_build_imt_thunk): Fix size calculation after
6553         the fail_tramp changes. Hopefully fixes #475132.
6554
6555 2009-02-12  Rodrigo Kumpera  <rkumpera@novell.com>
6556
6557         * method-to-ir.c (mono_emit_method_call_full): Use mono_metadata_signature_dup_mempool
6558         instead of mono_metadata_signature_dup_full.
6559
6560 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6561
6562         * ssa.c (fold_ins): Use MONO_IS_JUMP_TABLE () and MONO_JUMP_TABLE_FROM_INS ()
6563         for processing jump tables. Fixes #473787.
6564
6565 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6566
6567         * mini-generic-sharing.c: mini_method_get_context() just calls
6568         mono_method_get_context_general() now.
6569
6570         * mini.c, mini.h: Moved get_object_generic_inst(),
6571         construct_object_context_for_method() and
6572         mono_domain_lookup_shared_generic() to metadata/generic-sharing.c.
6573
6574 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6575
6576         * branch-opts.c (mono_if_conversion): Handle the case where the merged 
6577         basic block fell through to its successor bblock without a branch. Fixes
6578         #474718.
6579
6580         * iltests.il.in: Add a test.
6581         
6582         * aot-compiler.c (encode_method_ref): Encode methods of array types.
6583         (can_encode_patch): We can now handle arrays of generic parameters and
6584         array methods.
6585
6586         * aot-runtime.c (decode_method_ref_2): Handle methods of array types.
6587
6588         * aot-compiler.c aot-runtime.c: Emit the size of specific trampolines into
6589         the AOT file to avoid some #ifdefs in aot-runtime.c
6590
6591         * mini.h: Bump AOT file format version.
6592
6593 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6594
6595         * Makefile.am (fullaotcheck): Make this run the tests.
6596
6597         * aot-compiler.c: Make the printing of skipped methods runtime configurable.
6598
6599 2009-02-10  Mark Probst  <mark.probst@gmail.com>
6600
6601         * mini-x86.c (mono_arch_context_get_int_reg): Handle all registers
6602         individually.  Fixes #473482.
6603
6604 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6605
6606         * mini-arm.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
6607
6608 2009-02-09  Jeffrey Stedfast  <fejj@novell.com>
6609
6610         * aot-compiler.c (arch_emit_plt_entry): Fixed to compile.
6611         (mono_compile_assembly): Hush compile warnings about
6612         uninitialized [tmp_]outfile_name variables in the !use_bin_writer
6613         code path.
6614
6615 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6616
6617         * exceptions-arm.c (mono_arch_find_jit_info): Fix aot support.
6618
6619         * mini-arm.c: Checkin unwind related changes missing from an earlier commit.
6620
6621         * aot-compiler.c: Fix arm support.
6622
6623         * image-writer.c: Move the R_ARM constants to image-writer.h. Export a
6624         img_writer_emit_unset_mode () function.
6625
6626         * unwind.c (mono_unwind_get_dwarf_data_align): New helper function.
6627         (mono_unwind_get_dwarf_pc_reg): Ditto.
6628
6629         * aot-compiler.c (emit_dwarf_abbrev): Another large reorganization.
6630         Move almost all platform specific code to a set of arch_ functions, 
6631         and document them to ease porting.
6632         
6633         * aot-compiler.c (mono_xdebug_init): Fix xdebug support.
6634
6635         * image-writer.h image-writer.c: New files, extracted from aot-compiler.c.
6636
6637         * aot-compiler.c: Extract the image writing functionality into a separate
6638         module to reduce the size of this file.
6639
6640 2009-02-09  Geoff Norton  <gnorton@novell.com>
6641
6642         * mini-s390.c: Fix the signature of emit_sig_cookie.
6643
6644 2009-02-09  Zoltan Varga  <vargaz@gmail.com>
6645
6646         * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_IMAGE.
6647
6648         * aot-runtime.c (is_shared_got_patch): Ditto.
6649
6650         * aot-runtime.c (load_named_code): Cope with the fact that 
6651         decode_got_entry () won't decode the patch fully if its corresponding got
6652         entry is already filled.
6653         
6654         * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full): 
6655         Initialize *ji.
6656         (mono_arch_create_monitor_exit_trampoline_full): Ditto.
6657
6658         * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full): Use 'code'
6659         as the moving pointer instead of 'buf' for consistency with the rest of the
6660         codebase.
6661         (mono_arch_create_monitor_exit_trampoline): Ditto.
6662
6663         * aot-compiler.c (emit_trampolines): Add throw_pending_exception/
6664         generic_class_init trampolines.
6665         (add_generic_class): Extract some code from add_generic_instances () into a
6666         separate function so it can be called from other places too.
6667         (compile_method): Call add_generic_class () for the classes of inflated methods
6668         referenced by the method.
6669         (can_encode_patch): Allow references to generic parameters.
6670
6671         * aot-runtime.c: Add support the patches required by the new trampolines.
6672         
6673         * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Add full-aot
6674         support.
6675
6676         * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline_full): Add
6677         full-aot support.
6678
6679         * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Rename
6680         this from get_throw_pending_exception, make the signature full aot compatible.
6681
6682         * Makefile.am (fullaotcheck): New target to run full-aot tests.
6683
6684         * method-to-ir.c (inline_method): Save/Restore cfg->ret_var_set too.
6685
6686         * exceptions.cs: Add a test.
6687
6688 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6689
6690         * unwind.c (mono_unwind_frame): Eliminate the data_align_factor argument,
6691         use the DWARF_DATA_ALIGN constant instead.
6692
6693         * exception-<ARCH>.c: Update after the above change.
6694
6695         * exceptions-arm.c (mono_arch_find_jit_info): Transition this to use the
6696         dwarf unwinder.
6697
6698         * mini-arm.c: Enable the dwarf unwinder.
6699
6700         * mini-trampolines.c (mono_magic_trampoline): Use mono_class_get_vtable_entry ()
6701         instead of mono_class_setup_vtable ().
6702
6703 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6704
6705         * exceptions-x86.c (mono_arch_find_jit_info): Transition this to use the
6706         dwarf unwinder.
6707
6708         * mini-x86.h: Enable the dwarf unwinder.
6709
6710 2009-02-06  Raja R Harinath  <harinath@hurrynot.org>
6711
6712         Fix mcs/tests/test-7.cs
6713         * mini-amd64.c (mono_arch_allocate_vars): Revert change from
6714         2009-02-03.
6715
6716 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6717
6718         * mini.c (print_jit_stats): Remove some unused statistics.
6719
6720 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6721
6722         * aot-compiler.c (emit_klass_info): Update after MonoClass changes.
6723
6724 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6725
6726         * jit-icalls.c (mono_helper_compile_generic_method): Don't inflate
6727         the method we get from mono_object_get_virtual_method() because
6728         that function does it properly, now.
6729
6730 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6731
6732         * unwind.c (mono_unwind_ops_encode): Handle offsets greater than 32 between
6733         opcodes. Fixes #472775.
6734
6735 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6736
6737         * mini-exceptions.c (ves_icall_get_frame_info): Account for the
6738         fact that mono_find_jit_info() sometimes returns the context
6739         corresponding to the jit info in new_ctx.  Fixes #472600.
6740
6741 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6742
6743         * method-to-ir.c mini-hppa.c mini.c trace.c mini-s390x.c aot-compiler.c
6744         mini-s390.c: Use mono_class_enum_basetype () instead of accessing
6745         klass->enum_basetype directly.
6746
6747         * aot-compiler.c (emit_class_dwarf_info): Add support for all possible
6748         enum subtypes.
6749
6750         * unwind.c: Avoid 0 sized arrays.
6751
6752 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6753
6754         * mini-exceptions.c (mono_setup_altstack): Use a more reasonable altstack
6755         size on systems with 64k pages. Fixes #471389.
6756
6757 2009-02-04  Mark Probst  <mark.probst@gmail.com>
6758
6759         Contributed under the terms of the MIT/X11 license by Steven
6760         Munroe <munroesj@us.ibm.com>.
6761
6762         * mini-ppc.c (mono_arch_output_basic_block): Generate better code
6763         for LOADI4_MEMBASE.  Use addi instead of addic if it's not
6764         necessary.
6765
6766 2009-02-04  Mark Probst  <mark.probst@gmail.com>
6767
6768         Contributed under the terms of the MIT/X11 license by Steven
6769         Munroe <munroesj@us.ibm.com>.
6770
6771         * exceptions-ppc.c (mono_arch_get_restore_context): Code size
6772         comparison fix.
6773
6774         * tramp-ppc.c (mono_arch_create_generic_class_init_trampoline):
6775         The trampoline can be longer on PPC64.
6776
6777 2009-02-04  Mark Probst  <mark.probst@gmail.com>
6778
6779         Contributed under the terms of the MIT/X11 license by Steven
6780         Munroe <munroesj@us.ibm.com>.
6781
6782         * mini-ppc.c: Compiler warning fixes and trivial code
6783         simplifications.
6784
6785 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6786
6787         * method-to-ir.c (mono_spill_global_vars): Fix problems caused by reading
6788         ins->dreg which could be a hardware register, not a vreg.
6789
6790         * aot-compiler.c (emit_method_dwarf_info): Ditto.
6791         
6792         * mini.h (MonoCompile): Remove vreg_to_var_num array, it is no longer used.
6793         (struct MonoMethodVar): Add a vreg field, holding the vreg of variable.
6794
6795         * mini.c (mono_compile_create_var_for_vreg): Set var->vreg.
6796         
6797         * mini-amd64.c (mono_arch_output_basic_block): Avoid reading cfg->varinfo[..]
6798         ->dreg, that is not the vreg we are looking for.
6799
6800         * mini-amd64.h mini-x86.h: Enable MONO_ARCH_LIVENESS_OPS again.
6801
6802         * mini-x86.c (mono_arch_output_basic_block): Add support for LIVERANGE_START/
6803         LIVERANGE_END.
6804
6805         * method-to-ir.c (mono_spill_global_vars): Add an assert to help track down
6806         strange crashes.
6807
6808 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6809
6810         * mini-x86.c (mono_arch_emit_prolog): Emit unwind info.
6811
6812         * aot-compiler.c (emit_line_number_info): Fix line number emission when
6813         the line diff is 0.
6814
6815         * aot-compiler.c: Add xdebug support on x86.
6816
6817         * unwind.c: Add x86 support.
6818         
6819         * aot-compiler.c (emit_exception_debug_info): Control the emission of
6820         unwind info using a new MONO_ARCH_HAVE_XP_UNWIND define.
6821
6822         * mini.c (mini_method_compile): Ditto.
6823         
6824         * mini-amd64.c (mono_arch_allocate_vars): Avoid setting cfg->ret->dreg to
6825         the variable index.
6826
6827         * aot-compiler.c: Add emit_push_section ()/emit_pop_section () helper functions
6828         which mimic .push_section/.pop_section in GAS.
6829         
6830         * aot-compiler.c: Emit precise live range information for variables.
6831
6832         * mini-amd64.c (mono_arch_output_basic_block): Add OP_LIVERANGE_START/END.
6833
6834         * method-to-ir.c (mono_spill_global_vars): Compute the instructions marking
6835         the live ranges of variables, and emit OP_LIVERANGE_START/END opcodes for
6836         them.
6837
6838         * mini-ops.h: Add OP_LIVERANGE_START/END opcodes to mark
6839         the live ranges of variables.
6840
6841         * mini.h (struct MonoMethodVar): Add two fields containing the live range
6842         of the variable in terms of native offsets.
6843
6844 2009-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
6845
6846         * arrays.cs: Test for Get/SetValue of array with negate lower bounds.
6847         
6848 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6849
6850         Contributed under the terms of the MIT/X11 license by Steven
6851         Munroe <munroesj@us.ibm.com>.
6852
6853         * exceptions-ppc.c (restore_regs_from_context): Correct operand
6854         order (offset then base reg) for ppc_load_multiple_regs.
6855         (emit_save_saved_regs) Correct operand order for
6856         ppc_store_multiple_regs.
6857         (mono_arch_get_call_filter): Correct operand order for
6858         ppc_load_multiple_regs.
6859
6860         * mini-ppc.c (emit_memcpy): Fix operand order for
6861         ppc_load_reg_update and ppc_store_reg_update.
6862         (mono_arch_output_basic_block): Correct operand order for ppc_lha.
6863         (mono_arch_emit_epilog): Correct operand order for
6864         ppc_load_multiple_regs.
6865
6866         * tramp-ppc.c (mono_arch_create_trampoline_code): Correct operand
6867         order for ppc_store_multiple_regs and ppc_load_multiple_regs.
6868
6869 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6870
6871         * cpu-ppc64.md: Fixed storer4_memindex length.
6872
6873 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6874
6875         * aot-compiler.c (emit_line_number_info): Optimize the size of the emitted
6876         line number info.
6877         
6878         * aot-compiler.c (emit_line_number_info): Optimize this.
6879
6880 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6881
6882         * aot-compiler.c: Disassemble tokens in the IL disassembly.
6883         
6884         * aot-compiler.c: Add debug info for methods without debug info by
6885         emitting an IL file and having the line number info referencing that file.
6886
6887         * aot-compiler.c: Optimize the size of the generated line number info.
6888
6889         * aot-compiler.c: Emit line number info in xdebug mode.
6890
6891         * aot-compiler.c (mono_save_xdebug_info): Receive a MonoCompile instead of a
6892         million arguments.
6893
6894 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6895
6896         * aot-compiler.c (emit_method_dwarf_info): Emit names for local variables.
6897
6898         * driver.c (mono_main): Enable debugging support automatically if XDEBUG
6899         is used.
6900
6901 2009-01-31  Rodrigo Kumpera  <rkumpera@novell.com>
6902
6903         * basic-calls.cs: Test for the weird crash found on arm.
6904         
6905 2009-01-31  Rodrigo Kumpera  <rkumpera@novell.com>
6906
6907         * cpu-arm.md: Increase the size of storer8_membase_reg and
6908         loadr8_membase_reg to 24 bytes to accomodate the extra add.
6909
6910         * mini-arm.c (mono_arch_output_basic_block): Under FPA, when emitting
6911         OP_STORER8_MEMBASE_REG and OP_LOADR8_MEMBASE_REG, add the original
6912         reg to LR otherwise we'll be loading/storing from just the offset.
6913
6914 2009-01-30  Miguel de Icaza  <miguel@novell.com>
6915
6916         Question: if we are storing gint32's inside the "*native_offset",
6917         should we change the signature to "gint32 *native_offset" to
6918         ensure that we do not have type definition problems?
6919         
6920         * mini-exceptions.c (ves_icall_get_frame_info): Cast the gint32 to
6921         an int * as this is what the other function expects, causes
6922         problems with Freescale's compiler that defined int32_t to be a
6923         long and makes int incompatible 
6924
6925 2009-01-30  Miguel de Icaza  <miguel@novell.com>
6926
6927         * Rename generic-sharing.c to mini-generic-sharing.c to avoid the
6928         filename conflict with bjam.
6929
6930 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
6931
6932         * cpu-arm.md: Increase the size of storer8_membase_reg to 20 bytes
6933         as it might use decomposed ops.
6934
6935 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
6936
6937         * jit-icalls.c (mono_imul_ovf): Fix one of the literals.
6938
6939         * mini.c (mini_init): Emulate mul.ovf opcodes if MONO_ARCH_EMULATE_MUL_OVF
6940         is defined.
6941
6942         * mini-arm.h (MONO_ARCH_EMULATE_MUL_OVF): New define.
6943
6944         * mini-arm.c (mono_arch_build_imt_thunk): Rewrite this to allow large vtable
6945         offsets.
6946
6947         * mini-arm.c (mono_arch_context_get_int_reg): Adapt this to the "clever"
6948         way registers are stored in MonoContext on arm.
6949
6950         * unwind.c: Rewrite the handling of the cached_info array to use hazard pointers
6951         instead of locking so mono_get_cached_unwind_info () becomes signal safe.
6952
6953         * mini.c (mini_init): Emuate OP_FCONV_TO_I when using soft float.
6954
6955         * mini-arm.c (emit_load_volatile_arguments): Avoid an unneccesary assert.
6956
6957         * mini.c (mini_init): Register mono_isfinite.
6958
6959         * jit-icalls.c (mono_isfinite): New jit icall.
6960
6961         * method-to-ir.c (mono_decompose_soft_float): Add support for OP_CKFINITE.
6962         
6963         * exceptions-arm.c (mono_arch_find_jit_info): When unwinding using the LMF,
6964         set esp to ARMREG_FP instead of R12, since R12 stores the value of sp for
6965         the parent frame.
6966
6967 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
6968
6969         * exceptions-arm.c (mono_arch_find_jit_info): The frame layout on arm have
6970         separate frame and stack pointers, so we must use FP to find the register
6971         spill area.
6972         The FP reg is retrieved from the MonoContext::regs array.
6973
6974 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
6975
6976         * mini-arm.c (mono_arch_output_basic_block): Emit two cond ops for OP_FBGE
6977         as FPA requires it.
6978
6979 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
6980
6981         * mini-arm.c (mono_arch_emit_setret): Emit OP_FMOVE for methods that
6982         return R4 and R8 when not running under softfloat.
6983
6984         Fixes basic-calls.exe
6985
6986 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
6987
6988         * mini-arm.c: Implement some overflow opcodes.
6989
6990 2009-01-29  Miguel de Icaza  <miguel@novell.com>
6991
6992         * ssa.c: handle another alloca.h
6993
6994         * mini-exceptions.c (mono_handle_native_sigsegv): Do not use
6995         PLATFORM_WIN32 for detecting if we have sigaction.   Instead use
6996         MONO_ARCH_USE_SIGACTION. 
6997
6998         * aot-runtime.c, mini-exceptions.c: Replace platform define with
6999         capability defines.
7000
7001         * method-to-ir.c (mono_method_to_ir): Type cast fix on some platforms.
7002
7003         * mini-ppc.h (MONO_ARCH_USE_SIGACTION): Do not define this for all
7004         PPC targets as sigaction does not exist on all platforms, define
7005         this on a per-platform basis.
7006
7007         Instead of erroring out if the platform is not defined, include
7008         mini-ppc-os.h, and expect that the OS specific setting provides
7009         the required information.   
7010
7011 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7012
7013         * aot-compiler.c: Fix --enable-minimal=aot.
7014
7015 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7016
7017         * exceptions-arm.c (mono_arch_get_throw_exception_generic): Fix the
7018         previous change.
7019
7020 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7021
7022         * exceptions-arm.c: Fix warnings.
7023
7024         * tramp-arm.c aot-compiler.c unwind.h unwind.c: Implement xdebug support for
7025         ARM.
7026
7027         * mini-x86.c: Fix --enable-minimal=jit build.
7028
7029         * mini.c: Really fix --enable-minimal=jit build.
7030         
7031         * mini.c (construct_object_context_for_method): Move this outside
7032         the DISABLE_JIT block to fix the --enable-minimal=jit build.
7033
7034         "Backported" of r124984 from 2.0 branch.
7035         
7036         * aot-compiler.c aot-runtime.c: Add full-aot support delegate BeginInvoke/EndInvoke.
7037
7038         "Backport" of r124977 + r124978 from 2.0 branch.
7039         
7040         * exceptions-arm.c (mono_arm_throw_exception_by_token): New helper function
7041         to avoid calling mono_exception_from_token () from the throw trampoline.
7042         (mono_arch_get_throw_exception_generic): call throw_exception_by_token
7043         for throwing corlib exceptions, this fixes full-aot support for corlib
7044         exceptions.
7045
7046         * aot-compiler.c (compile_method): Make a copy of cfg->locals to fix the build.
7047
7048 2009-01-29  Miguel de Icaza  <miguel@novell.com>
7049
7050         * mini-darwin.c, mini-windows.c, mini-posix.c: Commit the first
7051         part of the changes to split the code in mini into operating
7052         system specific files.
7053
7054         This patch was done by copying mini.c to the respective files to
7055         preserve SVN history.
7056
7057 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7058
7059         * aot-compiler.c (emit_method_dwarf_info): Add minimal support for locals.
7060
7061 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
7062
7063         * method-to-ir.c (mono_method_to_ir): Avoid generic sharing for calls made to
7064         remoting-invoke-with-check wrappers of shared methods.
7065
7066         * mini.c (print_jit_stats): Print out major gc count/time for libgc too.
7067
7068 2009-01-27  Mark Probst  <mark.probst@gmail.com>
7069
7070         * method-to-ir.c (emit_stloc_ir): Only apply the reg-reg move
7071         optimization if the top of stack is the last instruction in the
7072         bblock.  Otherwise it might have been used after its definition.
7073         Fixes #469742.
7074
7075 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
7076
7077         * mini-trampolines.c (mono_magic_trampoline): Print out the caller
7078         method as well when get_vcall_slot () fails to match a code sequence.
7079
7080         * mini-arm.c: Fix the android build, which doesn't have
7081         __aeabi_read_tp.
7082
7083 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7084
7085         * mini-s390x.c: Remove a stray declaration of emit_sig_cookie () to fix
7086         the s390x build.
7087
7088 2009-01-26  Rodrigo Kumpera  <rkumpera@novell.com>
7089
7090         * unwind.c (mono_unwind_cleanup): Don't crash if cached_info is NULL.
7091
7092 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7093
7094         * mini.c (mini_method_compile): Save the unwind info generated by the JIT
7095         and put its id into jinfo->used_regs. This is only used on amd64,
7096         which is currently the only platform generating unwind info.
7097
7098         * exceptions-amd64.c: Instead of unwinding based on a register mask, use
7099         the dwarf unwinder. This is required to correctly handle async exceptions
7100         like thread abort and stack overflows, which can happen while a method
7101         is in the middle of its prolog or epilog.
7102         
7103         * aot-runtime.c (mono_aot_get_unwind_info): New helper function to obtain
7104         the unwind info belonging to an AOTed method.
7105
7106         * aot-compiler.c aot-runtime.c: Save/Load the unwind info emitted by the JIT
7107         into cfg->unwind_ops.
7108         
7109         * unwind.c (mono_unwind_frame): Use <= instead of < for the loop exit check.
7110
7111         * mini.c (mini_init): Call mono_unwind_init ().
7112         (mini_cleanup): Call mono_unwind_cleanup ().
7113
7114         * unwind.c: Add functions for managing a set of unwind info entries, allowing
7115         unwind info to be shared between methods.
7116
7117         * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info for the registers
7118         saved in the LMF.
7119
7120         * exceptions-amd64.c (mono_arch_exceptions_init): Call 
7121         get_throw_pending_exception () to avoid initialization races.
7122
7123         * mini-exceptions.c (mono_exceptions_init): Call an arch specific
7124         mono_arch_exceptions_init () function.
7125
7126         * mini.h (MONO_INST_NEW): Remove duplicate setting of cil_code.
7127
7128 2009-01-25  Zoltan Varga  <vargaz@gmail.com>
7129
7130         * mini.c (mono_get_domain_intrinsic): New helper function.
7131         (mono_get_thread_intrinsic): Ditto.
7132
7133         * mini-arm.c mini-ia64.c: Use the new helper functions.
7134         
7135         * method-to-ir.c (mono_method_to_ir): Fix the comment for
7136         the last constrained_call change, since it is needed in the non-AOT
7137         case as well.
7138
7139         * mini-arm.c: Implement OP_TLS_GET on arm eabi linux.
7140         
7141         * mini-arm.c (mono_arch_emit_prolog): Add an inlined version of 
7142         mono_get_lmf_addr () on arm eabi linux.
7143
7144 2009-01-24  Zoltan Varga  <vargaz@gmail.com>
7145
7146         * mini-amd64.c (mono_arch_get_vcall_slot): Handle yet another
7147         code sequence which matches a non-virtual call.
7148
7149 2009-01-23  Mark Probst  <mark.probst@gmail.com>
7150
7151         * mini-ppc.c (mono_arch_context_get_int_reg): Allow access to the
7152         stack pointer (r1).
7153
7154 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
7155
7156         * aot-compiler.c aot-runtime.c: Treat delegate-invoke wrappers similarly to
7157         runtime-invoke wrappers, since they are also shared based on signature.
7158
7159 2009-01-22  Mark Probst  <mark.probst@gmail.com>
7160
7161         * mini-exceptions.c (ves_icall_get_frame_info): Fetch the generic
7162         info from the (correct) context.
7163
7164 2009-01-22  Zoltan Varga  <vargaz@gmail.com>
7165
7166         * unwind.c (mono_unwind_frame): Remove a stray g_free ().
7167         
7168         * unwind.c (mono_unwind_frame): New function to unwind through a frame
7169         using dwarf unwinding info. Not yet used.
7170
7171         * mini.c (mini_init): When using xdebug, disable freeing of domains.
7172
7173 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7174
7175         * mini-ppc.c (mono_arch_delegate_invoke_impl): Return function
7176         descriptors.
7177
7178         * mini-trampolines.c (mono_delegate_trampoline): Remove the PPC64
7179         special case and handle mono_arch_delegate_invoke_impl() returning
7180         function descriptors.
7181
7182         * tramp-ppc.c (mono_arch_create_trampoline_code): Delegate
7183         trampolines return function descriptors, too.
7184
7185 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7186
7187         * method-to-ir.c (handle_alloc): Avoid generic instances in the
7188         out_of_line optimization.
7189
7190 2009-01-21  Martin Baulig  <martin@ximian.com>
7191
7192         * mini.h
7193         (MonoCompile): Added `disable_deadce_vars' to disable removing
7194         unused variables.
7195
7196         * mini.c
7197         (mini_method_compile): Set `cfg->disable_deadce_vars' when running
7198         inside the debugger.
7199
7200         * liveness.c (mono_analyze_liveness): Don't remove any unused
7201         variables if `cfg->disable_deadce_vars' is set.
7202
7203 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7204
7205         * method-to-ir.c: Only apply exception constructor optimization if
7206         the the method actually belongs to an exception class.  Fixes
7207         #467456.
7208
7209 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7210
7211         * mini-trampolines.c (mono_delegate_trampoline): Put back the previous
7212         change inside a #ifdef __mono_ppc64__.
7213
7214         * aot-compiler.c (compile_method): Remove the previous limitation.
7215
7216         * method-to-ir.c (method-to-ir.c): Add support for the constrained prefix
7217         on type variables in AOTed code.
7218         
7219         * aot-compiler.c (compile_method): Skip generic methods having type 
7220         constraints on their generic parameters.
7221
7222         * aot-compiler.c (compile_method): Check for methods which cannot be
7223         encoded inside RGCTX_FETCH patches as well.
7224
7225         * mini-exceptions.c (mono_print_thread_dump): Fix the windows
7226         build.
7227
7228 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7229
7230         * method-to-ir.c: Force the vtable variable in shared generic code
7231         for the case that they might show up on a stack trace where they
7232         are needed.
7233
7234         * mini-exceptions.c: Save and use generic sharing info as well as
7235         IP in stack traces to resolve shared generic instantiations.
7236
7237 2009-01-20  Zoltan Varga  <vargaz@gmail.com>
7238
7239         * mini-trampolines.c (mono_delegate_trampoline): Revert the change which
7240         added a mono_get_addr_from_ftnptr () as it breaks the ia64 build.
7241
7242 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7243
7244         * method-to-ir.c: Do generic sharing for array constructors.
7245
7246 2009-01-20  Rodrigo Kumpera  <rkumpera@novell.com>
7247
7248         * mini-exceptions.c (mono_print_thread_dump): Add information
7249         about the thread state using wapi_current_thread_desc.
7250
7251 2009-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
7252
7253         * basic-simd.cs: Tests for the new constructors. 
7254
7255 2009-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
7256
7257         * mini-ops.h: Added OP_EXPAND_*
7258
7259         * cpu-x86.md: Same.
7260
7261         * mini-x86.c (mono_arch_output_basic_block): Same.
7262         
7263         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for single element constructors.
7264
7265 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
7266
7267         * iltests.il.in: Add a test for #467385.
7268
7269 2009-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
7270
7271         * mini.c (mini_thread_cleanup): Don't cleanup TLS storage if the
7272         thread been cleaned up is not the same currently in execution.
7273
7274         Fixes appdomain-unload crashes on windows, osx and linux variants
7275         without the __thread keyword.
7276
7277 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
7278
7279         * mini-arm.c (mono_arch_flush_icache): Applied patch from Koushik Dutta
7280         (koush@koushikdutta.com). Implement this for android.
7281
7282         * helpers.c (mono_disassemble_code): Avoid assembler errors if the id
7283         begins with a digit.
7284
7285         * method-to-ir.c: Call mono_gc_get_write_barrier () instead of
7286         mono_marshal_get_write_barrier ().
7287
7288 2009-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
7289
7290         * decompose.c (mono_decompose_vtype_opts): Fix the decomposition
7291         of OP_VCALL_* ops for 8 bytes vtypes on 32 bits archs and platorms
7292         that pass them on a register pair.
7293
7294         This affects windows, OSX and FreeBSD. The mono/tests/handleref.exe
7295         test was crashing due to that.
7296
7297 Fri Jan 16 15:21:21 CET 2009 Paolo Molaro <lupus@ximian.com>
7298
7299         * exceptions-ppc.c: tweaks from malc (OV-Soft) to fix the size of the
7300         trampoline code. Include ucontext.h only if available.
7301
7302 2009-01-15  Mark Probst  <mark.probst@gmail.com>
7303
7304         * mini.c: mono_domain_lookup_shared_generic() takes an open method
7305         and doesn't check whether it's sharable, like it was before
7306         removing the shared generics hash.  This brings IronPython
7307         performance back to what it was before that change.
7308
7309 2009-01-14  Mark Probst  <mark.probst@gmail.com>
7310
7311         * method-to-ir.c: Handle delegate invocation optimization earlier,
7312         otherwise it would be handled (much more slowly) by the
7313         final/sealed optimization.
7314
7315 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7316
7317         * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes when the current thread or
7318         domain is not set. Fixes #465864.
7319
7320 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7321
7322         * method-to-ir.c: Don't stop sharing of generic methods with catch
7323         clauses - we already handle those.
7324
7325 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7326
7327         * mini.c, mini.h: lookup_generic_method() is now
7328         mono_domain_lookup_shared_generic() and uses the jit_code_hash,
7329         making the shared_generics_hash obsolete.
7330
7331 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7332
7333         * mini-ppc.c, exceptions-ppc.c, cpu-ppc.md, cpu-ppc64.md: Don't
7334         use the red zone.  Make room on the stack first and then use it,
7335         not the other way around.
7336
7337 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7338
7339         * mini.c (mini_init): Call mono_xdebug_init ().
7340
7341         * aot-compiler.c (mono_xdebug_init): Make this non-static.
7342
7343 2009-01-11  Zoltan Varga  <vargaz@gmail.com>
7344
7345         * TestDriver.cs: Add an --iter argument to run tests multiple times.
7346
7347         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Emit debug info for
7348         trampolines.
7349
7350         * aot-compiler.c (mono_save_trampoline_xdebug_info): New function to emit
7351         debug+unwind info for trampolines.
7352
7353         * mini.c (mono_create_unwind_op): New helper function.
7354
7355         * unwind.h: Add macros for emitting unwind ops without a MonoCompile.
7356
7357 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
7358
7359         * aot-compiler.c: Fix the build.
7360
7361 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7362
7363         * Makefile.am: Update dtrace-prelink.sh location.
7364
7365 2009-01-08  Zoltan Varga  <vargaz@gmail.com>
7366
7367         * method-to-ir.c (mono_method_to_ir): Fix the check for the mscorlib ldstr 
7368         optimization. Fixes #464520.
7369
7370 2009-01-07  Bill Holmes  <billholmes54@gmail.com>
7371
7372         * mini-amd64.c : Adding code to save/restore non-volatile registers
7373            on Winx64.
7374
7375         * exceptions-amd64.c : Adding code to save/restore non-volatile 
7376           registers on Winx64.
7377
7378         Contributed under MIT/X11 license.
7379
7380 2009-01-07  Zoltan Varga  <vargaz@gmail.com>
7381
7382         * mini-arm.c (mono_arch_flush_icache): Use __GNUC_PREREQ instead of checking
7383         __GNUC_MINOR__ which can break when the major version changes.
7384
7385 2009-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
7386
7387         * basic-simd.cs: Add tests for usage of the sizeof opcode.
7388
7389 2009-01-07  Geoff Norton  <gnorton@novell.com>
7390
7391         * helpers.c:  Allow mono -v -v -v to work on darwin.
7392
7393 2009-01-05  Bill Holmes  <billholmes54@gmail.com>
7394
7395         * mini-amd64.c (mono_arch_get_vcall_slot) : Handle an additional instruction
7396           pattern. 
7397
7398         Contributed under MIT/X11 license.
7399
7400 2009-01-05  Zoltan Varga  <vargaz@gmail.com>
7401
7402         * mini.c (mono_allocate_stack_slots_full2): Use mono_class_from_mono_type
7403         instead of directly accessing type->data.klass. Fixes #462016.
7404         (mono_allocate_stack_slots_full): Ditto.
7405
7406         * mini-arm.c (mono_arch_flush_icache): Applied patch from Riku Voipio 
7407         <novell@kos.to>. Fix cache flush on kernels without OLDABI compat option.
7408
7409         * aot-compiler.c (emit_plt): Fix ARM build.
7410
7411 2009-01-04  Zoltan Varga  <vargaz@gmail.com>
7412
7413         * branch-opts.c (mono_if_conversion): Optimize this using ins->prev.
7414         
7415         * branch-opts.c (mono_if_conversion): Fix an assert introduced by the last
7416         change.
7417
7418         * branch-opts.c (mono_if_conversion): Use branch->inst_true_bb/inst_false_bb
7419         instead of bblock->out_bb [0]/[1], the two might not be the same. Fixes
7420         #463357.
7421
7422         * iltests.il.in: Add a regression test.
7423
7424 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7425
7426         * mini-codegen.c (mono_print_ins_index): Pretty print XPHI and VPHI.
7427
7428 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7429
7430         * basic-simd.cs: Add a regression test for #462457.
7431
7432 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7433
7434         * mini-ops.h: Add a definition of XPHI.
7435
7436         * mini.h (MONO_IS_PHI): Make is aware of simd instrincs. 
7437
7438         * ssa.c (op_phi_to_move): Handle XPHI.
7439
7440         * ssa.c (mono_ssa_compute): Generate a XPHI for simd intrinsics instead of VPHI.
7441
7442         Fixes #462457
7443
7444 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7445
7446         * method-to-ir.c (mono_emit_rgctx_calli): Fix a warning.
7447
7448 2008-12-31  Geoff Norton  <gnorton@novell.com>
7449
7450         * mini-ppc.c: The prolog size allocated can be too small for darwin
7451         ppc32 under certain circumstances.  Also fix a small logic bug.
7452
7453 2008-12-29  Zoltan Varga  <vargaz@gmail.com>
7454
7455         * mini.c (mono_jit_compile_method_inner): Avoid holding the domain lock
7456         while loading AOT methods.
7457
7458         * mini-exceptions.c: Check jit_tls->class_cast_from instead of class_cast_to
7459         since only the former is nulled out after a successful cast. This prevents
7460         crashes with rethrown exceptions when using --debug=casts.
7461
7462 2008-12-24  Mark Probst  <mark.probst@gmail.com>
7463
7464         * mini.h: New macro for checking whether a method is final,
7465         i.e. whether the method or its class is marked final.
7466
7467         * method-to-ir.c: Use the new macro for all final-checks
7468         consistently.  Fixes the crash in the System.ServiceModel tests.
7469
7470 2008-12-23  Mark Probst  <mark.probst@gmail.com>
7471
7472         * mini-exceptions.c (get_exception_catch_class): Corrected another
7473         overly strict assertion.
7474
7475 2008-12-23  Mark Probst  <mark.probst@gmail.com>
7476
7477         * mini-ppc.c (mono_arch_build_imt_thunk): Save and restore r11.
7478         Clobbering it is not allowed because the caller might use it as
7479         the vtable register in the interface call.
7480
7481 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7482
7483         * mini-exceptions.c (get_exception_catch_class): Corrected an
7484         overly strict assertion.
7485
7486 2008-12-18  Mark Mason  <mmason@upwardaccess.com>
7487         
7488         * method-to-ir.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P or sizeof(gpointer) when appropriate.
7489
7490         * mini.h: Move typedef to mgreg_t up above include of mini-arch.h
7491
7492         * local-propogation.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P when appropriate
7493
7494         * cpu-mips.md: correct lengths for certain long_ opcodes.
7495
7496         * mini-mips.h: Only emulate long operations when SIZEOF_REGISTER==4. Add missing func decl.
7497
7498         * 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().
7499         
7500 2008-12-17  Mark Mason  <mmason@upwardaccess.com>
7501
7502         * exceptions-mips.c (mono_arch_find_jit_info): decode sd instructions as well when looking for registers.
7503         
7504 2008-12-17  Mark Mason  <mmason@upwardaccess.com>
7505         
7506         * mini-mips.c (mono_arch_output_basic_block): OP_JUMP_TABLE stores patch type in inst_c1, not inst_i1.
7507         
7508 2008-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
7509
7510         * branch-opts.c (remove_block_if_useless): Even if BB0 falls through, don't add a br to the
7511         next basic block.
7512         
7513 2008-12-16  Mark Mason  <mmason@upwardaccess.com>
7514
7515         * 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
7516
7517         * 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)
7518         
7519 2008-12-15  Mark Mason  <mmason@upwardaccess.com>
7520         
7521         * trace.c (mono_trace_enter_method): correctly handle arguments smaller than the stack slot size on big endian systems.
7522         
7523 2008-12-14  Zoltan Varga  <vargaz@gmail.com>
7524
7525         * liveness.c (mono_analyze_liveness): Avoid eliminating the 'this' var in
7526         gshared code. Fixes #458947.
7527
7528         * generics.cs: Add a test.
7529
7530 2008-12-12  Mark Mason  <mmason@upwardaccess.com>
7531         
7532         * method-to-ir.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7533         
7534         * mini-mips.c: first pass n32 code generation.
7535
7536         * mini-mips.h: datatypes and defines for n32 support.
7537
7538         * exceptions-mips.c: first pass n32 code generation.
7539         
7540         * tramp-mips.c: first pass n32 code generation.
7541         
7542         * cpu-mips.md: add long_ opcodes.
7543         
7544 2008-12-12  Mark Mason  <mmason@upwardaccess.com>
7545
7546         * liveness.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7547
7548         * cfold.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7549         
7550         * local-propogation.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7551         
7552         * regalloc2.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7553
7554         * mini.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7555
7556         * mini-codegen.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7557
7558         * ssa.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7559
7560         * decompose.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7561
7562         * helpers.c: for mips/n32, don't pass -mips32 to objdump
7563
7564 2008-12-12  Zoltan Varga  <vargaz@gmail.com>
7565
7566         * mini-arm.c tramp-arm.c: Fix calls to mono_arch_flush_icache.
7567
7568 2008-12-12  Andres G. Aragoneses  <aaragoneses@novell.com>
7569
7570         * driver.c: Sync --help-trace with man page (EXPR,EXPR).
7571
7572 2008-12-12  Mark Probst  <mark.probst@gmail.com>
7573
7574         * mini-ppc.h, exceptions-ppc.c, tramp-ppc.c: Create function
7575         descriptors for helper functions directly in front of the code.
7576
7577 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7578
7579         * method-to-ir.c: Removed an unnecessary assertion.
7580
7581 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7582
7583         * method-to-ir.c: Merge SGEN changes from the old JIT.
7584
7585 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7586
7587         * driver.c (compile_all_methods_thread_main): Handle failure of
7588         mono_get_method ().
7589
7590 2008-12-10  Mark Probst  <mark.probst@gmail.com>
7591
7592         * mini-ppc.c: Merged with mini-ppc64.c.
7593
7594         * mini-ppc.h: Define PPC_MINIMAL_PARAM_AREA_SIZE on all targets.
7595
7596         * Makefile.am: Use the same sources for PPC and PPC64.
7597
7598         * mini-ppc64.c: Removed.
7599
7600 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7601
7602         * branch-opts.c (remove_block_if_useless): Extract fall through detection
7603         code to mono_bb_is_fall_through.
7604         
7605         * branch-opts.c (mono_remove_critical_edges): Same.
7606
7607 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7608
7609         * ssa.c (fold_ins): branch opt can kill dummy switch ops so we can't
7610         expect that an OP_BR_REG will be there.
7611
7612 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7613
7614         * branch-opts.c (remove_block_if_useless): Use MONO_IS_BRANCH_OP instead of checking
7615         for the many branch ops. The original check miss OP_BR_REG.
7616
7617         Fixes #457574.
7618         
7619 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7620
7621         * mini-mips.h mini-mips.c exceptions-mips.c tramp-mips.c: first round of changes necessary to eventually support n32.
7622
7623 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7624
7625         * aot-runtime.c (load_method): Avoid calling decode_exception_debug_info
7626         while holding the aot lock.
7627
7628 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7629
7630         * mini-mips.c (mono_arch_output_basic_block): use mfc1/lwc1 instead of mfc1d/ldc1
7631         
7632 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7633
7634         * mini.c (mini_cleanup) : Adding a call to cominterop_release_all_rcws 
7635           to release all runtime callable wrappers held by the runtime.
7636
7637         Contributed under MIT/X11 license.
7638
7639 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7640
7641         * tramp-amd64.c (mono_arch_create_trampoline_code_full) : Increase the code size for
7642           for Winx64.
7643
7644         Contributed under MIT/X11 license.
7645
7646 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7647
7648         * aot-runtime.c (decode_exception_debug_info): Acquire the domain
7649         lock when calling mono_domain_alloc (). Hopefully fixes #415608.
7650
7651 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7652
7653         * cpu-mips.md: fix ckfinite length
7654
7655         * mini-mips.c: at least recognize n32 ABI when used (not yet supported)
7656         (mono_arch_lowering_pass): cleanup, rearrange for clarity
7657         (mono_arch_output_basic_block): implement OP_CKFINITE, add more asserts
7658         
7659 2008-12-08  Mark Mason   <mmason@upwardaccess.com>
7660
7661         * exceptions-mips.c (mono_arch_find_jit_info): init new_ctx with ctx, dont' call setup_context.
7662         
7663 2008-12-08  Geoff Norton  <gnorton@novell.com>
7664
7665         * tramp-amd64.c: r120895 stores RAX, so we need to increase the window
7666         size by 8 bytes as well.
7667
7668 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7669
7670         * basic-simd.cs: Fix method names for Vector16b.
7671         
7672 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7673
7674         * basic-simd.cs: Fix method names for Vector16sb.
7675
7676 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7677
7678         * basic-simd.cs: Fix method names for Vector8us.
7679         
7680 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7681
7682         * basic-simd.cs: Fix method names for Vector8s.
7683         
7684 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7685
7686         * basic-simd.cs: Fix method names for Vector4ui.
7687
7688 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7689
7690         * basic-simd.cs: Fix method names for Vector2l.
7691
7692 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7693
7694         * basic-simd.cs: Fix method names for Vector2d.
7695
7696 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7697
7698         * simd-intrinsics.c (mono_emit_simd_intrinsics): Add support for intrinsics
7699         that are extension methods.
7700
7701 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7702
7703         * basic-simd.cs: Fix method names for Vector4f.
7704
7705 2008-12-08  Zoltan Varga  <vargaz@gmail.com>
7706
7707         * mini-exceptions.c (mono_print_thread_dump): Mark threadpool threads
7708         as such. Fixes #456669.
7709
7710 2008-12-07  Mark Mason   <mmason@upwardaccess.com>
7711
7712         * mini-mips.c (mono_arch_emit_call): narrow float arguments when passing as args.
7713         
7714 2008-12-07  Mark Mason   <mmason@upwardaccess.com>
7715
7716         * mini-mips.c (mono_arch_lowering_pass): don't handle OP_ICONV_TO_R* or OP_R*CONST
7717         (mono_arch_emit_setret): use OP_MIPS_CVTSD to return SP floats
7718         (mono_arch_output_basic_block): simplify FP load/store, handle OP_MIPS_FBLT_UN
7719         (mips_adjust_stackframe): handle FP spills
7720                 
7721         * mini-ops.h: add mips_mtc1_s2
7722         
7723         * cpu-mips.md: add mips_mtc1_s2
7724         
7725 2008-12-07  Zoltan Varga  <vargaz@gmail.com>
7726
7727         * unwind.c: New file, move the unwind info encoding functions here from
7728         aot-compiler.c, so they could be used at runtime too.
7729
7730 2008-12-05  Mark Mason   <mmason@upwardaccess.com>
7731
7732         * mini-mips.c (mono_arch_lowering_pass): handle OP_IMUL_IMM as well
7733         (mono_arch_output_basic_block): fix OP_LOCALLOC code generation
7734         
7735 2008-12-05  Mark Mason   <mmason@upwardaccess.com>
7736
7737         * mini-mips.c: cleanup warnings
7738         (mono_arch_lowering_pass): handle OP_LOCALLOC_IMM
7739         (mips_adjust_stackframe): handle case of taking the address of stack locals
7740         
7741 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
7742
7743         * aot-compiler.c: Implement a few functions missing from the asm writer.
7744         (emit_method_code): Only write symbols for methods when using the bin
7745         writer, since the assembler can't deal with the characters in our method
7746         names.
7747
7748         * aot-compiler.c (is_plt_patch): ICALL_ADDR is also a plt patch.
7749
7750         * method-to-ir.c (mono_method_to_ir): Transform aotconst+calli into a direct
7751         call.
7752
7753         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Rework the code
7754         a bit to also restore %rax.
7755
7756 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7757
7758         * mini-ppc.c: Some simple merges from mini-ppc64.c.
7759
7760 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
7761
7762         * ssa.c (mono_ssa_compute): Only add an implicit reference at start for
7763         arguments.
7764
7765 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7766
7767         * exceptions-ppc.c: Merged with exceptions-ppc64.c.
7768
7769         * mini-ppc.c, mini-ppc.h: Remove PPC_STACK_ALIGNMENT and use
7770         MONO_ARCH_FRAME_ALIGNMENT.  Struct for PPC64 function descriptors.
7771
7772         * exceptions-ppc64.c: Removed.
7773
7774         * Makefile.am: Use exceptions-ppc.c instead of exceptions-ppc64.c.
7775
7776 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7777
7778         * tramp-ppc.c, mini-ppc.c, mini-ppc.h: Merged tramp-ppc.c with
7779         tramp-ppc64.c.
7780
7781         * Makefile.am: Use tramp-ppc.c instead of tramp-ppc64.c.
7782
7783         * tramp-ppc64.c: Removed.
7784
7785 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
7786
7787         * aot-compiler.c (add_generic_instances): Skip non-generic classes in
7788         the TYPESPEC table.
7789
7790 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7791
7792         * mini-ppc.h: Merged mini-ppc64.h with mini-ppc.h.
7793
7794         * exceptions-ppc64.c, tramp-ppc64.c, mini-arch.h, Makefile.am: Use
7795         mini-ppc.h instead of mini-ppc64.h.
7796
7797         * mini-ppc64.h: Removed.
7798
7799 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7800
7801         * mini-mips.c: introduce USE_LDC_SDC: use ldc1/sdc1 to load/store doubles, disabled by default
7802         
7803         * mini-mips.c (mono_arch_emit_outarg_vt): fix offset calculation for memcpy in structure passing.
7804         
7805 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7806
7807         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c:
7808         Removed FIRST/LAST_[GF]REG macros, to make merging PPC64 with PPC
7809         code easier.
7810
7811 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7812
7813         * basic-simd.cs: Tests for operator == and != on  Vector8us and Vector16b.
7814
7815 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7816
7817         * simd-intrinsics.c: Add support for operator == and != to Vector8(u)s and Vector16(s)b.
7818
7819 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7820
7821         * basic-simd.cs: Tests for operator == and != on Vector4f.
7822
7823 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7824
7825         * simd-intrinsics.c (simd_intrinsic_emit_equality): Adapt to support Vector4f.
7826
7827         * simd-intrinsics.c: Kill useless enum.
7828
7829 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7830
7831         * cpu-mips.md: add long_conv_to_ovf_i4_2
7832         * mini-mips.c: update/add various _OVF_ opcodes to fix test failures
7833
7834 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7835
7836         * mini-mips.c: ifdef protect automatic promotions of R4 to R8.
7837         
7838         * mini-mips.c (mono_arch_emit_setret): handle R4 case with FCONV_TO_R4 instead of FMOVE
7839
7840 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7841
7842         * mini-mips.c (mono_arch_output_basic_block): fix codegen for OP_OR_IMM/OP_IOR_IMM
7843         
7844 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
7845
7846         * basic-simd.cs: Add tests for new methods.
7847
7848 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
7849
7850         * simd-intrinsics.c: Add support for operator == and !=
7851         on Vector4(u)i.
7852
7853         * simd-methods.h: Add SN_op_Inequality and SN_op_Equality.
7854
7855 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
7856
7857         * simd-intrinsics.c: Remove ExtractByteMask intrinsics.
7858
7859 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
7860
7861         * aot-compiler.c (add_wrappers): Add pinvoke wrappers.
7862
7863         * mini.c (mono_resolve_patch_target): Allow pinvoke methods in 
7864         MONO_PATCH_INFO_ICALL_ADDR.
7865
7866         * aot-runtime.c (MonoAotFileInfo): Correct order of fields.
7867
7868         * aot-compiler.c: Resurrect full-aot support.
7869
7870 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7871
7872         * mini-mips.c (mono_arch_lowering_pass): handle OP_COMPARE and OP_ICOMPARE
7873         
7874 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7875
7876         * mini-mips.c (mono_arch_output_basic_block): fix OP_IREM_UN code generation
7877         
7878 2008-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
7879
7880         * basic-simd.cs: Fix tests to work under ppc.
7881         Remove tests for methods that will be removed.
7882
7883 2008-12-03  Mark Probst  <mark.probst@gmail.com>
7884
7885         * method-to-ir.c (mono_method_to_ir): Handle ldtoken of an open
7886         generic type (via a typedef or typeref) correctly.
7887
7888 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
7889
7890         * mini-trampolines.c (mono_magic_trampoline): Add some debugging code to help
7891         diagnose an assertion failure.
7892
7893 2008-12-02  Mark Probst  <mark.probst@gmail.com>
7894
7895         * tramp-ppc64.c (mono_arch_create_rgctx_lazy_fetch_trampoline):
7896         Fix trampoline size.
7897
7898         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: A few floating point
7899         conversion opcodes are implemented natively instead via emulation.
7900
7901 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
7902
7903         * cpu-mips.md: remove mips_xori
7904
7905         * mini-ops.h:  remove mips_xori
7906
7907         * mini-mips.h: replace OP_MIPS_XORI with OP_IXOR
7908
7909         * mini-mips.c (mono_arch_decompose_long_opts): Add ladd_imm, lsub, lsub_imm, lneg, lsub_ovf, lsub_ovf_un.
7910         
7911         * mini-mips.c (mono_arch_lowering_pass, mono_arch_output_basic_block): fix IXOR handling
7912         
7913 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
7914
7915         * cpu-mips.md: fix instruction lengths.
7916
7917         * mini-mips.h: define MONO_ARCH_NO_IOV_CHECK
7918
7919         * mini-mips.c: move most instruction rewriting into decompose_ops. Implement conditional branches and exceptions. Fix jump table patch handling. Implement add/sub OVF.
7920
7921         * mini-ops.h: fix slti / sltiu op profiles.
7922         
7923 2008-12-02  Martin Baulig  <martin@ximian.com>
7924
7925         * method-to-ir.c (mono_method_to_ir): Disable debugging
7926         information for the init locals block to make the debugger stop
7927         after all locals have been initalized.
7928
7929 2008-12-02  Martin Baulig  <martin@ximian.com>
7930
7931         * mini.c (mini_method_compile): Disable MONO_OPT_DEADCE when
7932         running inside the debugger.
7933
7934 2008-12-01  Zoltan Varga  <vargaz@gmail.com>
7935
7936         * mini.c (mini_method_compile): Only run local deadce if MONO_OPT_DEADCE
7937         is enabled.
7938
7939         * method-to-ir.c (mono_method_to_ir): Fix invalid code generated by the 
7940         alu->alu imm optimization which only shows if deadce is disabled.
7941
7942         * aot-compiler.c: Rename the function names for the binary and asm writers
7943         so they can coexist in the same process. Rework the xdebug code to use the
7944         asm writer. This avoids the need to call into the runtime to dump the
7945         debugging info. Add more debugging info for types.
7946
7947         * mini-<ARCH>.h: Kill MONO_ARCH_HAVE_NORMALIZE_OPCODES define.
7948
7949         * genmdesc.c genmdesc.pl mini.h: Don't put the CEE_ opcodes into the
7950         cpu description tables, they can't occur in cpu-<ARCH>.md.
7951
7952         * method-to-ir.c (mono_method_to_ir): Set the type of the value pushed on
7953         the stack in CEE_LDFLDA. Fixes #450542.
7954
7955         * generics.cs: Add a new test.
7956
7957 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
7958
7959         * mini-ops.h: updated MIPS opcodes
7960         * mini-mips.c: decompose long opts
7961         * mini-mips.h: decompose long opts
7962         
7963 2008-11-29  Mark Mason   <mmason@upwardaccess.com>
7964
7965         * cpu-mips.md: fix length on int_rem_un
7966         * mini-mips.c (mips_stackframe_adjust): fix insertion of spillvars region in MIPS stackframes.
7967         
7968 2008-11-29  Zoltan Varga  <vargaz@gmail.com>
7969
7970         * mini.h aot-runtime.c: Fix building with DISABLE_AOT.
7971
7972         * mini-codegen.c (mono_print_ins_index): Handle OP_VOIDCALL_MEMBASE.
7973
7974 2008-11-29  Martin Baulig  <martin@ximian.com>
7975
7976         * mini-exceptions.c (mono_handle_native_sigsegv): Check
7977         mono_debug_using_mono_debugger() in addition to the
7978         `no_gdb_backtrace' flag in the `MonoDebugOptions'.
7979
7980 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
7981
7982         * mini-ops.h: updated more MIPS opcodes
7983         * mini-mips.c: FP compare/branch working again, clean up last of CEE_ -> OP_ mappings
7984         * cpu-mips.md: Added MIPS versions of new FP compare/branch opcodes.
7985         
7986 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7987
7988         * mini-ppc64.c: Patch the RGCTX fetch trampoline correctly.
7989
7990 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
7991
7992         * mini-mips.c (mono_arch_emit_call): adding missing conversion to fp single when passing in integer arg register.
7993         * mini-mips.c (mips_adjust_stackframe): compensate for spill-down logic.
7994         * mini-ops.h: correct selected mips opcode entries
7995         
7996 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7997
7998         * mini-ppc64.c, mini-ppc64.h: Enable generalized IMT thunks and
7999         make them work.
8000
8001 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8002
8003         * mini-ppc64.h, tramp-ppc64.c: Make generic code sharing work.
8004
8005 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
8006
8007         * method-to-ir.c, mini-trampolines.c: protect IMG code with #ifdef MONO_ARCH_HAVE_IMT to fix compile errors.
8008         * mini-mips.c: Fixup stackframe assignments after allocation of spillvars.
8009         * mini-mips.h: disable IMT
8010         * tramp-mips.c (mono_arch_get_vcall_slot): fix offset extraction
8011         
8012 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8013
8014         * mini-ppc64.c, mini-ppc64.h: Don't emulate long ops.
8015
8016 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8017
8018         * mini-ppc64.c, exceptions-ppc64.c: Several fixes.
8019
8020 2008-11-28  Zoltan Varga  <vargaz@gmail.com>
8021
8022         * method-to-ir.c (handle_isinst): Use PCONST instead of ICONST for
8023         consistency.
8024
8025 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8026
8027         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
8028         for Set/GetVector aligned versions.
8029
8030 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8031
8032         * basic-simd.cs: Add tests for Get/SetVector.
8033
8034 2008-11-27  Mark Probst  <mark.probst@gmail.com>
8035
8036         * mini.c: Removed g_slist_append_mempool().  Now in
8037         metadata/mempool.c.
8038
8039 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8040
8041         * simd-intrinsics.c (mono_emit_vector_ldelema): Extract the element
8042         size properly and make the bounds check optional.
8043
8044         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
8045         for SetVector and IsAligned.
8046
8047 2008-11-27  Zoltan Varga  <vargaz@gmail.com>
8048
8049         * mini.c: Remove unused mono_normalize_opcodes () function.
8050
8051 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8052
8053         * method-to-ir.c (mini_emit_inst_for_method): Small fix: we're
8054         using the new atomic add ops now.
8055
8056         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Implemented atomic
8057         add.
8058
8059 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8060
8061         * mini-ppc64.c: Several fixes.
8062
8063 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8064
8065         * cpu-mips.md: added jump_table
8066         * mini-mips.c: added jump_table. Eliminate compare-imm when lowering. Remove dead function.             
8067
8068 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8069
8070         * mini-mips.c, mini-mips.h, tramp-mips.c, cpu-mips.md: Initial upgrade of MIPS port to new IR.
8071
8072 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8073
8074         * mini-ops.h: corrected a handful of MIPS opcodes.
8075
8076 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8077
8078         * aot-compiler.c: MIPS to use ELF writer
8079
8080 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8081
8082         * mini-codegen.c: remove MIPS specific assert.
8083
8084 2008-11-25  Mark Probst  <mark.probst@gmail.com>
8085
8086         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Several
8087         fixes.  PPC64 now passes most of the runtime regressions.
8088
8089 2008-11-24  Zoltan Varga  <vargaz@gmail.com>
8090
8091         * regalloc2.c: Distinguish between use/def positions. Optimize the creation of
8092         volatile intervals a bit.
8093
8094 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8095
8096         * basic-long.cs: New test case.
8097
8098 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
8099
8100         * mini.c (mini_method_compile): Disable globalra for large methods for 
8101         now.
8102
8103         * regalloc2.c (order_moves): Add fp support.
8104
8105         * branch-opts.c (mono_remove_critical_edges): Split non-critical edges whose
8106         source bblock ends with an OP_BR_REG.
8107
8108         * ratests.cs: Add a new test.
8109
8110 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8111
8112         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c: Disable generic code
8113         sharing.  PPC64 now passes generics.exe.
8114
8115 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8116
8117         * mini-ppc64.c: Several fixes.  PPC64 now runs iltests.exe.
8118
8119 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
8120
8121         * exceptions-x86.c (mono_arch_find_jit_info): Avoid reading uninitialized
8122         memory when mono_jit_info_table_find () can't find the method in the
8123         LMF case.
8124
8125         * aot-compiler.c (mono_save_xdebug_info): Emit complete debug info for
8126         AOTed code too.
8127         
8128         * aot-compiler.c (mono_save_xdebug_info): Make this work with the assembly
8129         writer too.
8130
8131 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8132
8133         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, cpu-ppc64.md:
8134         Several fixes.  PPC64 now runs exceptions.exe and
8135         devirtualization.exe.
8136
8137 2008-11-22  Mark Probst  <mark.probst@gmail.com>
8138
8139         * mini-ppc64.c, tramp-ppc64.c: Small fixes.  PPC64 now runs
8140         arrays.exe and basic-math.exe.
8141
8142 2008-11-22  Mark Probst  <mark.probst@gmail.com>
8143
8144         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c,
8145         cpu-ppc64.md: Several fixes.  PPC64 now runs objects.exe.
8146
8147 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8148
8149         * simd-intrinsics.c: Add support ArrayExtension intrinsics.
8150
8151 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8152
8153         * method-to-ir.c: Move bounds checking macros to ir-emit.h
8154
8155         * ir-emit.h: Move macros from method-to-ir.c to here.
8156
8157 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8158
8159         * mini-ops.h: Correct the long simd ops to use LREG.
8160
8161 2008-11-21  Zoltan Varga  <vargaz@gmail.com>
8162
8163         * mini-ops.h: Correct the dreg type of OP_LOADI8_MEMBASE.
8164         
8165         * mini-ops.h: Correct the dreg type of a few long opcodes.
8166
8167         * mini-amd64.h: Applied patch from Mihai Chelaru <kefren@ngnetworks.ro>.
8168         Add netbsd support.
8169
8170 Fri Nov 21 12:52:23 CET 2008 Paolo Molaro <lupus@ximian.com>
8171
8172         * mini-ppc.c: remove negative stack references in epilog
8173         for platforms that don't support the red zone.
8174
8175 2008-11-21  Mark Probst  <mark.probst@gmail.com>
8176
8177         * mini-ppc64.h, cpu-ppc64.md: Fixed caller/callee saved floating
8178         point regs.  Now PPC64 passes basic-calls.exe.
8179
8180 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8181
8182         * basic-simd.cs: Add tests for accessors of Vector2l.
8183
8184 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8185
8186         * mini-ops.h: Added OP_INSERTX_I8_SLOW,.
8187
8188         * mini-x86.c (mono_arch_decompose_long_opts): Decompose OP_INSERTX_I8_SLOW.
8189         
8190         * simd-intrinsics.c: Add support for Vector2l and Vector2ul.
8191
8192 2008-11-21  Mark Probst  <mark.probst@gmail.com>
8193
8194         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Several fixes.  Now
8195         PPC64 passes basic-long.exe.
8196
8197 2008-11-20  Mark Probst  <mark.probst@gmail.com>
8198
8199         * decompose.c: Decompose carry and overflow add on PPC64 like on
8200         other 64 bit archs.  Don't decompose sub at all on PPC64.
8201
8202         * mini-ppc64.c, exceptions-ppc64.c, tramp-ppc64.c, cpu-ppc64.md:
8203         Several fixes and new opcodes.  Now PPC64 runs (but doesn't pass)
8204         basic-long.exe.
8205
8206 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8207
8208         * basic-simd.cs: Add tests for accessors of Vector2d.
8209
8210 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8211
8212         * mini-ops.h: Added OP_INSERTX_R8_SLOW,.
8213
8214         * cpu-x86.md: Same.
8215
8216         * mini-x86.c (mono_arch_output_basic_block): Same.
8217         
8218         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector2d.
8219
8220 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8221
8222         * basic-simd.cs: Add tests for accessors of Vector4f.
8223
8224 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8225
8226         * mini-ops.h: Added OP_INSERTX_R4_SLOW,.
8227
8228         * cpu-x86.md: Same.
8229
8230         * mini-x86.c (mono_arch_output_basic_block): Same.
8231         
8232         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4f.
8233
8234 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8235
8236         * basic-simd.cs: Add tests for accessors of Vector4i and Vector4ui.
8237
8238 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8239
8240         * mini-ops.h: Added OP_INSERTX_I4_SLOW,.
8241
8242         * cpu-x86.md: Same.
8243
8244         * mini-x86.c (mono_arch_output_basic_block): Same.
8245         
8246         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4i and Vector4ui.
8247
8248 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8249
8250         * cpu-x86.md: Use reasonable sizes for extractx_u2 and insertx_u1_slow.
8251
8252 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8253
8254         * simd-intrinsics.c: Enable setters for Vector16sb.
8255
8256 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8257
8258         * mini-ops.h: Added OP_EXTRACTX_U2, OP_INSERTX_U1_SLOW.
8259
8260         * cpu-x86.md: Same.
8261
8262         * mini-x86.c (mono_arch_output_basic_block): Same.
8263         
8264         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector16b.
8265
8266 2008-11-19  Rodrigo Kumpera  <rkumpera@novell.com>
8267
8268         * simd-intrinsics.c: Implement setter for Vector8us.
8269
8270 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
8271
8272         * aot-compiler.c (mono_save_xdebug_info): Emit correct location info
8273         for dead variables.
8274
8275 Wed Nov 19 18:27:41 CET 2008 Paolo Molaro <lupus@ximian.com>
8276
8277         * mini-ppc.c: remove references to the red zone in the prolog
8278         (for systems that don't support it).
8279
8280 2008-11-19  Mark Probst  <mark.probst@gmail.com>
8281
8282         * cpu-ppc64.md: Fixed a few instruction lengths.
8283
8284         * mini-ppc64.c: Don't emit SETLRET.  PPC64 passes basic-float.exe,
8285         now.
8286
8287 2008-11-19  Mark Probst  <mark.probst@gmail.com>
8288
8289         * mini-ppc64.c, cpu-ppc64.md: Fixed some opcodes.  PPC64 passes
8290         basic.exe now.
8291
8292 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
8293
8294         * aot-compiler.c (mono_save_xdebug_info): Add more parameter types.
8295
8296 2008-11-18  Rodrigo Kumpera  <rkumpera@novell.com>
8297
8298         * mini-ops.h: Added OP_INSERT_I2.
8299
8300         * cpu-x86.md: Same.
8301
8302         * mini-x86.c (mono_arch_output_basic_block): Same.
8303         
8304         * simd-intrinsics.c: Implement setter for Vector8s.
8305
8306         * simd-methods.h: Add the names of get setters of Vector8s.
8307
8308 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8309
8310         * aot-compiler.c (mono_save_xdebug_info): Add support for parameters.
8311         
8312         * aot-compiler.c (mono_save_xdebug_info): Add preliminary support for
8313         parameters.
8314
8315         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
8316
8317 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8318
8319         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Changes
8320         for PPC64.  An empty program runs now.
8321
8322 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8323
8324         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
8325
8326         * aot-compiler.c mini.c mini.h: Add a JIT debugging mode modelled after
8327         a similar mode in Kaffe: When the the MONO_XDEBUG env var is set, debugging
8328         info for JITted code is emitted into a shared library, loadable into gdb.
8329
8330 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8331
8332         * Makefile.am: Changes to build PPC64.
8333
8334         * mini-arch.h: Include mini-ppc64.h on PPC64.
8335
8336 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8337
8338         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Updated with changes
8339         in PPC code up to r119147.
8340
8341 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8342
8343         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
8344         cpu-ppc64.md: Changes for PPC64.
8345
8346         Based on code submitted by andreas.faerber@web.de at
8347         https://bugzilla.novell.com/show_bug.cgi?id=324134 under the
8348         X11/MIT license.
8349
8350 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8351
8352         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
8353         cpu-ppc64.md: Copied from the corresponding PPC files from
8354         r118846.
8355
8356 2008-11-18  Scott Peterson  <lunchtimemama@novell.com>
8357
8358         * mini-ops.h: Added OP_ROUND.
8359
8360         * cpu-x86.md: Added round.
8361
8362         * mini-x86.c: Added support for intrinsicing Math.Round (double).
8363
8364         * basic-math.cs: Added test_0_round to test rounding.
8365
8366         Contributed under MIT/X11 license.
8367
8368 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8369
8370         * aot-compiler.c : Fix the Winx64 build.
8371
8372         Contributed under MIT/X11 license.
8373
8374 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8375
8376         * mini-x86.c (mono_arch_output_basic_block): Use movsd instead of monvups
8377         in OP_EXTRACT_R8 to avoid possible stack corruption.
8378
8379 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8380
8381         * mini-ops.h: Added OP_EXTRACT_R8/I8.
8382
8383         * cpu-x86.md: Added extract_r8.
8384
8385         * mini-x86.c (mono_arch_output_basic_block): Emmit OP_EXTRACT_R8.
8386         
8387         * mini-x86.c: Added mono_arch_decompose_long_opts to break OP_EXTRACT_I8 into
8388         a couple of OP_EXTRACT_I4.
8389
8390         * mini-x86.h: Define MONO_ARCH_HAVE_DECOMPOSE_LONG_OPTS if simd is enabled.
8391
8392         * simd-intrinsics.c: Implement getters for Vector2l/2ul/2d.
8393
8394 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8395
8396         * simd-intrinsics.c (vector2l_intrinsics): CompareGreaterThan requires sse 4.2
8397         and not 4.1. 
8398
8399 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
8400
8401         * method-to-ir.c (handle_delegate_ctor): Emit the address of the delegate
8402         trampoline as an AOT const of the proper type instead of MONO_PATCH_INFO_ABS.
8403
8404         * mini.c (mono_codegen): Remove the handling of delegate trampolines, they
8405         are not needed any more.
8406
8407         * mini.h: Remove the unused INS_LIST macros.
8408
8409         * mini.c (mini_method_compile): Remove a disable globalra case which is no
8410         longer needed.
8411
8412         * *.h *.c: Remove duplicate MonoInst emission macros, use the ones in
8413         ir-emit.h.
8414
8415         * regalloc.h *.c: Remove references to mono_regstate_next_int (), use
8416         mono_alloc_ireg () instead.
8417
8418         * mini-<ARCH>.c: Include ir-emit.h. Remove duplicate MonoInst emission
8419         macros.
8420
8421         * mini-amd64.c (emit_load_volatile_arguments): Removed, not needed
8422         on amd64.
8423
8424         * aot-runtime.c (load_aot_module): Disable AOT when running under
8425         CAS.
8426
8427         * mini-amd64.h: Change the monitor fastpath defines to check for
8428         !PLATFORM_WIN32 so they work on *bsd too.
8429
8430         * mini.h mini.c mini-hhpa.c: Remove more unused code.
8431
8432         * mini-s390.c mini-s390x.c: Remove !cfg->new_ir code.
8433
8434         * mini.h (MonoCompile): Remove new_ir flag.
8435
8436         * regalloc.h regalloc.c: Remove unused code.
8437
8438         * cpu-*.md: Remove more unused opcodes.
8439
8440         * simple-cee-ops.h simple-mini-ops.h: Removed.
8441
8442         * mini-ops.h *.c cpu-<ARCH>.md: Remove more unused opcodes.
8443         
8444 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
8445
8446         * aliasing.h: Removed.
8447
8448         * *.c: Remove references to aliasing.h and inssel.h.
8449
8450         * mini.c: Remove additional unused functions.
8451
8452         * mini-ops.h cpu-*.md: Remove unused opcodes.
8453
8454 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
8455
8456         Remove the old JIT code.
8457
8458         * inssel*.brg: Removed.
8459
8460         * ssa.c abcremoval.c aliasing.c: Removed.
8461
8462         * ssa2.c: Renamed to ssa.c.
8463
8464         * abcremoval2.c: Renamed to abcremoval.c.
8465
8466         * *.c: Removed all !cfg->new_ir code.
8467
8468         * mini-<ARCH>.c: Removed mono_arch_call_opcode (), 
8469         mono_arch_emit_this_vret_args (), and mono_arch_get_inst_for_method ().
8470
8471         * mini.c: Removed the old mono_method_to_ir () and all the code used by it.
8472         
8473 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
8474
8475         * aot-compiler.c aot-runtime.c: Emit most of the non-table data in a structure
8476         to simplify the code and cut back on the number of global symbols in the AOT
8477         file.
8478         
8479         * aot-compiler.c aot-runtime.c: Get rid of the unused plt_jump_table.
8480
8481 2008-11-15  Zoltan Varga  <vargaz@gmail.com>
8482
8483         * aot-runtime.c aot-compiler.c: Unify the plt_jump_table/plt_info tables
8484         with the got/got_info tables.
8485
8486         * mini.h: Bump AOT file format version.
8487         
8488         * unwind.h: New file, contains definitions for stack unwinding.
8489
8490         * mini.c (mono_emit_unwind_op): New helper function to append an unwind op
8491         to cfg->unwind_ops.
8492         
8493         * aot-compiler.c: Generalize the emitting of unwind information to use the
8494         information in cfg->unwind_ops.
8495
8496         * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info.
8497
8498         * aot-compiler.c: Emit dwarf unwind information so gdb can unwind through
8499         AOT method frames. Enable writing symbols for methods by default.
8500
8501 2008-11-14  Rodrigo Kumpera  <rkumpera@novell.com>
8502
8503         * simd-intrinsics.c (simd_intrinsic_emit_getter): Generalize this code
8504         and make it work with vectors of element sizes 1, 2 and 4.
8505
8506         * simd-intrinsics.c: Enable getter for all vectors with element size
8507         1, 2 or 4.
8508
8509         * simd-methods.h: Add the names of other getters.
8510
8511         * mini-ops.h: Added OP_EXTRACT_I2/U2/I1/U1.
8512
8513         * cpu-x86.md: Same.
8514
8515         * mini-x86.c: Same.
8516
8517 Fri Nov 14 15:54:18 CET 2008 Paolo Molaro <lupus@ximian.com>
8518
8519         * mini-ppc.h: portability fix.
8520
8521 Fri Nov 14 15:39:50 CET 2008 Paolo Molaro <lupus@ximian.com>
8522
8523         * mini-ppc.h, mini-ppc.c: avoid using the red zone as some kernels are
8524         buggy and will overwrite it.
8525
8526 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8527
8528         * aot-compiler.c: Add functionality to emit local symbols to the elf writer.
8529         Use it to emit local symbols for all methods so AOTed methods show up with
8530         their full name in gdb/valgrind output.
8531
8532 Fri Nov 14 12:56:27 CET 2008 Paolo Molaro <lupus@ximian.com>
8533
8534         * mini-ppc.c: portability fixes.
8535
8536 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8537
8538         * mini-trampolines.c (mono_magic_trampoline): Move the patching of plt
8539         entries out of the if (!generic_shared...) code so it is always done.
8540         (mono_class_init_trampoline): Do the patching when running under valgrind
8541         too, newer versions of valgrind have no problems with it.
8542
8543 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
8544
8545         * aot-compiler.c (emit_writeout): Rework this to make it easier to add
8546         further sections.
8547
8548 2008-11-13  Mark Probst  <mark.probst@gmail.com>
8549
8550         * mini-ppc.c, cpu-ppc.md: Reserve space for the parameter area in
8551         filters.
8552
8553 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8554
8555         * simd-intrinsics.c: Add getter support for Vector4i and Vector4ui. 
8556
8557 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8558
8559         * mini-ops.h: Kill diplicated ops OP_SHUFLEPS.
8560
8561         * cpu-x86.md: Same.
8562
8563         * mini-x86.c: Same.
8564
8565         * simd-intrinsics.c: Same.
8566
8567 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8568
8569         * simd-intrinsics.c: Enable constructor intrinsics for all types.
8570
8571 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8572
8573         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Generalize this method
8574         to work with more Vector types.
8575
8576 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8577
8578         * simd-intrinsics.c (simd_intrinsic_emit_ctor): If the target is already a pointer
8579         store the elemens directly instead of using and intermediate.
8580
8581 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
8582
8583         * mini-amd64.c (emit_call_body): Avoid aligning call sites in AOTed code.
8584
8585         * tramp-x86.c (mono_arch_create_trampoline_code): Rework the return sequence
8586         to preserve %eax for aot plt trampolines.
8587
8588         * aot-compiler.c (compile_method): Don't skip synchronized methods.
8589         (encode_method_ref): Flag synchronized methods so they won't go through
8590         the AOT trampoline.
8591
8592         * aot-compiler.c: Additional work to support AOTing synchronized methods/
8593         wrappers.
8594
8595         * cpu-ia64.md (jmp): Increase max length.
8596
8597 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
8598
8599         * aot-runtime.c (load_method): Avoid calling runtime_class_init () for
8600         open generic classes.
8601
8602         * aot-compiler.c: Enable the ELF writer on ELF platforms.
8603
8604         * method-to-ir.c (mono_method_to_ir2): Revert the last change to the
8605         box+brtrue optimization since it causes test failures on x86.
8606
8607 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
8608
8609         * mini-ops.h: Remove OP_PUSH_R4 and OP_LOADX_STACK.
8610
8611         * cpu-x86.md: Same.
8612
8613         * mini-x86.c: Same.
8614
8615         * mini.h (struct MonoCompile): Add simd_ctor_var to be used as storage
8616         for simd ctor values. 
8617
8618         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Use simd_ctor_var for the constructor
8619         instead of directly pushing the values on stack. This saves about 15 bytes of generated code.
8620
8621 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
8622
8623         * simd-methods.h: Rename SubWithSaturation, ArithmeticRightShift and
8624         LogicalRightShift.
8625
8626         * simd-instrincs.c: Same.
8627
8628         * basic-simd.cs: Same.
8629
8630 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
8631
8632         * ratests.cs: Add more tests.
8633
8634         * regalloc2.c (add_spill_code): Handle more corner cases.
8635
8636 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
8637
8638         * regalloc2.c (INS_POS_INTERVAL): Decrease this to 8 to avoid overflows.
8639         (update_liveness): Avoid holes in the liveness ranges of hregs if they are
8640         both the source an destination of an instruction.
8641
8642 Tue Nov 11 19:30:50 CET 2008 Paolo Molaro <lupus@ximian.com>
8643
8644         * jit-icalls.c, local-propagation.c, mini.c, ssa.c, ssapre.c, trace.c,
8645         wapihandles.c: more portability changes.
8646
8647 Tue Nov 11 18:56:33 CET 2008 Paolo Molaro <lupus@ximian.com>
8648
8649         * aot-compiler.c, aliasing.c, abcremoval.c: portability changes.
8650         * mini.c mini.h, aot-runtime.c: the aot segfault-handling code is not
8651         safe to execute in a signal handler and the kernel provides better
8652         the info in /proc/self/smaps. Avoid the assert on sigaction during
8653         cleanup.
8654
8655 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
8656
8657         * method-to-ir.c (mono_method_to_ir2): In the box+brtrue optimization, only
8658         do the bblock linking hack if it is actually needed.
8659
8660         * Makefile.am (patch-libtool): New helper target to patch libtool to speed
8661         up linking.
8662
8663         * liveness.c (ENABLE_LIVENESS2): Reenable this for 64 bit archs as the
8664         crash problem is fixed.
8665
8666         * branch-opts.c (mono_remove_critical_edges): Link up newly added
8667         bblocks.
8668
8669         * mini.c (mini_method_compile): Compute unreachable bblocks properly even
8670         for catch clauses.
8671         (mini_method_compile): Set the starting value of next_vreg to 
8672         MAX_IREGS + MAX_FREGS when using globalra.
8673
8674         * method-to-ir.c (mono_method_to_ir2): Mark bblocks starting
8675         filter clauses with BB_EXCEPTION_HANDLER.
8676
8677         * regalloc2.c (assign_spill_slots): Set cfg->rgctx_var.
8678
8679 2008-11-10  Mark Probst  <mark.probst@gmail.com>
8680
8681         * mini-x86.c (mono_arch_get_argument_info): Don't align argument
8682         space for stdcall.  Fixes regressions on Win32.
8683
8684 2008-11-10  Zoltan Varga  <vargaz@gmail.com>
8685
8686         * regalloc2.c (handle_reg_constraints): Avoid adding code to unreachable
8687         bblocks.
8688         (linear_scan): Remove an assert which doesn't seem to be needed.
8689
8690         * local-propagation.c (mono_local_deadce): Avoid a call to
8691         MONO_DELETE_INS which would screw up the instruction linking.
8692
8693         * mini.c (mono_decompose_op_imm): Make this work with globalra.
8694
8695         * regalloc2.c: Upgrade to work the current JIT code.
8696
8697 2008-11-09  Zoltan Varga  <vargaz@gmail.com>
8698
8699         * method-to-ir.c (inline_method): Merge more basic blocks to help the AOT
8700         case.
8701
8702         * aot-runtime.c: Remove some dead code.
8703
8704         * tramp-arm.c: Use 'code' as the runnning pointer in code generation for
8705         consistency.
8706         (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Implement aot support.
8707
8708         * aot-runtime.c (load_named_code): Decode the offset of lazy fetch
8709         trampolines using sscanf since atoi doesn't work on large unsigned values.
8710
8711         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): 
8712         Initialize code_size.
8713
8714 2008-11-08  Mark Probst  <mark.probst@gmail.com>
8715
8716         * method-to-ir.c (mini_emit_inst_for_method): Make
8717         Interlocked.CompareExchange work for Int arguments on 32 bit
8718         archs, as well.
8719
8720 2008-11-07  Mark Probst  <mark.probst@gmail.com>
8721
8722         * method-to-ir.c (mono_method_to_ir2): Fixed a funny commit error.
8723
8724 2008-11-06  Bill Holmes  <billholmes54@gmail.com>
8725
8726         * main.c Fix MSVC build.
8727
8728         Contributed under MIT/X11 license.
8729
8730 2008-11-06  Mark Probst  <mark.probst@gmail.com>
8731
8732         * mini-x86.c (mono_arch_allocate_vars): Make sure locals that need
8733         alignment larger than 8 bytes are aligned correctly, too.
8734
8735         * mini.c: Honor the min_align field of MonoClass when laying out
8736         the stack.
8737
8738 2008-11-06  Zoltan Varga  <vargaz@gmail.com>
8739
8740         * method-to-ir.c (mono_method_to_ir2): Fix AOT support for CEE_SWITCH on arm.
8741
8742         * aot-compiler.c (emit_plt): Fix a warning.
8743         
8744         * aot-compiler.c: Implement ARM support in the binary writer.
8745
8746 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
8747
8748         * basic-simd.cs: Add test for getter with byref arg.
8749         Fix the naming of a few tests.
8750         Add missing checks to a test.
8751
8752 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
8753
8754         * aot-compiler.c (emit_plt): Make the arm code work with the binary writer.
8755
8756         * aot-compiler.c aot-runtime.c mini-trampolines.c tramp-amd64.c: Implement
8757         most of the full-aot support for monitor enter/exit trampolines.
8758
8759         * tramp-x86.c tramp_amd64.c: Add AOT compatible variants of the monitor
8760         enter/exit trampoline creation functions.
8761
8762         * Makefile.am: Fix the generation of buildver.h so it is not invoked during
8763         make dist.
8764
8765 Wed Nov 5 16:28:53 CET 2008 Paolo Molaro <lupus@ximian.com>
8766
8767         * mini.h, aot-compiler.c, method-to-ir.c, aot-runtime.c: remove the
8768         incorrectly added MONO_WRAPPER_MONITOR_* (in r117651-r117652) and
8769         implement the needed functionality without adding crap to the runtime.
8770
8771 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
8772
8773         * mini-trampolines.c (mono_create_monitor_enter_trampoline): Fix the
8774         non-x86 builds.
8775
8776         * mini.c (mono_build_date): New global version holding the build date in
8777         string format.
8778         
8779         * Makefile.am (buildver.c): Generate a file containing the build date.
8780
8781         * main.c: Set the build date from the generated file.
8782
8783         * mini.c (mono_get_runtime_build_info): New helper function returning build
8784         information in a string format.
8785         
8786         * driver.c (mono_main): Print the build date in --version.
8787
8788         * aot-compiler.c aot-runtime.c: Embed the build information into the AOT
8789         file when the bind-to-runtime-version option is used.
8790
8791 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
8792
8793         * simd-intrinsics.c: Fix bug when using getters and byref args. 
8794
8795 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
8796
8797         * simd-methods.h: Rename prefetch methods.
8798
8799         * simd-intrinsics.c: Same.      
8800
8801 2008-11-05  Mark Probst  <mark.probst@gmail.com>
8802
8803         * tramp-amd64.c: Enlarge the Monitor.Enter/Exit trampoline code
8804         sizes.
8805
8806 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8807
8808         * aot-compiler.c: Use the bundled elf header files instead of depending on
8809         the system one.
8810         
8811         * aot-compiler.c (emit_symbol_diff): Allocate memory from the acfg
8812         mempool.
8813
8814         * method-to-ir.c (mono_method_check_inlining): Avoid a getenv () call
8815         on every call.
8816
8817 2008-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
8818
8819         * cpu-x86.md: Add store nta ops.
8820
8821         * mini-ops.h: Same.
8822
8823         * mini-x86.c: Same.
8824
8825         * mini.h: Add an enum for simd prefetch modes.
8826
8827         * simd-methods.h: Refactor the store_aligned code to handle multiple kinds
8828         of store. Use the changed code to support store nta.
8829
8830         * simd-intrinsics.c: Add prefetch ops for all vector types.
8831
8832 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8833
8834         * aot-compiler.c: Add an option for JIT compiling the methods by multiple 
8835         threads.
8836         
8837         * aot-compiler.c: Use statically allocated buffers for constructing symbol 
8838         names.
8839
8840         * aot-runtime.c aot-compiler.c: Add support for the MONITOR_ENTER/EXIT
8841         trampolines.
8842
8843 2008-11-04  Mark Probst  <mark.probst@gmail.com>
8844
8845         * mini-x86.c: Fixed commit.
8846
8847 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8848
8849         * aot-compiler.c (emit_plt): Align the plt section only on x86.
8850
8851 2008-11-04  Mark Probst  <mark.probst@gmail.com>
8852
8853         * mini-trampolines.c, mini.h: Two new trampolines: MONITOR_ENTER
8854         and MONITOR_EXIT, for the ASM fastpaths.
8855
8856         * method-to-ir.c: Use the ASM fastpath for Monitor.Enter/Exit if
8857         available.
8858
8859         * mini.c, patch-info.h: Signature and patch infos for
8860         Monitor.Enter/Exit trampolines.
8861
8862         * mini-amd64.c, mini-x86.c: Make emit_tls_get() non-static.
8863
8864         * tramp-amd64.c, tramp-x86.c, mini-amd64.h, mini-amd64.h:
8865         Monitor.Enter/Exit ASM fastpath for Linux.
8866
8867 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8868
8869         * mini.c (mono_method_to_ir): Fix soft-float support in Array.Get/Set.
8870
8871         * objects.cs: Add a new test.
8872         
8873         * aot-compiler.c: Use mono_100ns_ticks () for computing the profiling info.
8874
8875         * aot-runtime.c (load_method): Run class initialization in the PLT case even
8876         if MONO_LOG_LEVEL is set.
8877
8878         * debug-mini.c (serialize_variable): Fix the encoding of dead variables.
8879
8880         * aot-runtime.c (mono_aot_get_method): Skip out-of-date AOT modules.
8881
8882         * aot-compiler.c (emit_and_reloc_code): Speed this up a little.
8883         
8884         * aot-compiler.c: Change the relocation code to use virtual addresses instead
8885         of file offsets. Align the sections belonging to the data segment to 
8886         PAGESIZE.
8887
8888 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
8889
8890         * aot-compiler.c: Simplify the elf writer by depending on the definitions in
8891         elf.h. Port it to amd64.
8892
8893 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
8894
8895         * driver.c: Enable SIMD by default.
8896
8897 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
8898
8899         * cpu-x86.md: Add prefetch op.
8900
8901         * mini-ops.h: Same.
8902
8903         * mini-x86.c: Same.
8904
8905         * mini.h: Add an enum for simd prefetch modes.
8906
8907         * simd-methods.h: Add prefetch function names.
8908
8909         * simd-intrinsics.c: Add prefetch ops for all vector types.
8910
8911 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
8912
8913         * aot-compiler.c (emit_bytes): Speed this up a little.
8914
8915 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
8916
8917         * aot-compiler.c: Add JIT time etc. statistics.
8918         
8919         * aot-compiler.c (compile_method): Fix the copying of the cfgs array.
8920
8921         * mini.h (MonoCompile): Add 'got_offset' field.
8922
8923         * aot-compiler.c: Store the got offset in MonoCompile, get rid of the
8924         method_got_offsets array.
8925
8926         * aot-compiler.c aot-runtime.c: Add support for the monitor enter/exit
8927         wrappers.
8928
8929         * aot-compiler.c (compile_method): Add generic method instances referenced
8930         by the method to the list of methods to be compiled, this is required so if
8931         A<T> references B<T>, and another assembly references A<int>, then it will
8932         also get a copy of B<int>.
8933
8934         * method-to-ir.c (mini_emit_inst_for_method): Use the proper wrapper type
8935         when checking for monitor enter/exit.
8936
8937 2008-10-30  Mark Probst  <mark.probst@gmail.com>
8938
8939         * method-to-ir.c (mini_emit_inst_for_method): Use the IL fastpaths
8940         for Monitor.Enter and Monitor.Exit if enabled.
8941
8942         * mini-x86.h, mini-amd64.h: Enable the IL fastpaths for Linux and
8943         Solaris.
8944
8945 2008-10-30  Zoltan Varga  <vargaz@gmail.com>
8946
8947         * method-to-ir.c (type_from_op): Convert CEE_CONV_U on OP_ICONV_TO_U instead
8948         of an OP_MOVE. Fixes #440046.
8949
8950         * basic-long.cs: Add a new test.
8951
8952 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
8953
8954         * mini.h: Add synchronization note for the managed counter-part.
8955
8956         * simd-intrinsics.c: Add SimdRuntime.get_AccelMode intrinsic that
8957         returns the simd caps of the current cpu.
8958
8959 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
8960
8961         * basic-simd.cs: Remove Console.WriteLine.
8962
8963 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8964
8965         * basic-simd.cs: New tests for Vector2ul.
8966
8967 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8968
8969         * simd-intrinsics.c: Add new vector type Vector2ul.
8970
8971 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8972
8973         * basic-simd.cs: New tests for Vector2l.
8974
8975 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8976
8977         * cpu-x86.md: Add long version of most packed int ops.
8978
8979         * mini-ops.h: Same.
8980
8981         * mini-x86.h: Same.
8982
8983         * simd-intrinsics.c: Add new vector type Vector2l.
8984
8985 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8986
8987         * simd-intrinsics.c: Replace SN_op_BitwiseXor with SN_op_ExclusiveOr.
8988
8989         * simd-methods.h: Remove SN_op_BitwiseXor.
8990
8991 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
8992
8993         * mini.c (mono_allocate_stack_slots_full): Align the size of vtypes to their
8994         alignment.
8995
8996 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
8997
8998         * basic-simd.cs: Test for Vector2d.
8999
9000         * basic-simd.cs (test_vector8s_pack_signed_sat): Fixed broken
9001         value.
9002
9003 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9004
9005         * cpu-x86.md: Add double version of all packed float ops.
9006
9007         * mini-ops.h: Same.
9008
9009         * mini-x86.h: Same.
9010
9011         * simd-intrinsics.c: Add new vector type Vector2d.
9012
9013         * simd-intrinsics.c (vector4f_intrinsics): Fix ordering.
9014
9015         * simd-methods.h: Add Duplicate.
9016
9017 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9018
9019         * basic-simd.cs: Test for packing with signed saturation.
9020
9021 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
9022
9023         * aot-compiler.c (add_generic_instances): Add all methods of generic instances
9024         found in the TYPESPEC table.
9025
9026 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
9027
9028         * aot-runtime.c (mono_aot_get_method): Log not found methods for extra methods
9029         too.
9030
9031         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
9032
9033         * mini.c (mono_method_to_ir): For MONO_PATCH_INFO_RVA, save field the token
9034         instead of the RVA, since the RVA can be changed by tools like the cil 
9035         stripper.
9036
9037         * method-to-ir.c (mono_method_to_ir2): Ditto.
9038
9039         * debug-mini.c (serialize_variable): Handle ADDRESS_MODE_DEAD.
9040         (deserialize_variable): Ditto.
9041
9042 2008-10-25  Martin Baulig  <martin@ximian.com>
9043
9044         * debug-mini.c (write_variable): Use
9045         `MONO_DEBUG_VAR_ADDRESS_MODE_DEAD' for dead variables.
9046
9047 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9048
9049         * cpu-x86.md: Add unsigned variants of packd and packw.
9050
9051         * mini-ops.h: Same.
9052
9053         * mini-x86.h: Emit the right instruction for packd and packw.
9054         Add unsigned variants of packd and packw.
9055
9056         * simd-intrinsics.c: Packd and packw were used in place of their
9057         unsigned variants. Change that.
9058         Add intrinsics for (Signed)PackWithSignedSaturation.
9059
9060         * simd-methods.h: Add (Signed)PackWithSignedSaturation.
9061
9062 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9063
9064         * simd-intrinsics.c (vector4i_intrinsics): New table of intrinsic type.
9065
9066 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9067
9068         * mini-ops.h: Remove dword packed add/sub with saturation ops.
9069
9070         * cpu-x86.md: Remove dword packed add/sub with saturation ops.
9071
9072         * simd-intrinsics.c (vector4ui_intrinsics): Remove methods without
9073         sse instructions.
9074
9075         * simd-intrinsics.c (vector8s_intrinsics): Fix ordering.
9076
9077 2008-10-24  Mark Probst  <mark.probst@gmail.com>
9078
9079         * method-to-ir.c, mini.c: Special casing for the synchronized
9080         wrapper for the ldtoken+GetTypeFromHandle case.
9081
9082 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
9083
9084         * mini.c (mono_replace_ins): Move this to branch-opts.c.
9085
9086         * mini.c (mono_replace_ins): Propagate has_array_access flag to the newly
9087         created/split bblocks.
9088
9089 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9090
9091         * mini-ops.h: Add packed signed mul high.
9092         
9093         * cpu-x86.md: Same.
9094
9095         * mini-x86.c (mono_arch_output_basic_block): Same.
9096
9097         * simd-methods.h: Add PackWithUnsignedSaturation and ShiftRightLogic.
9098
9099         * simd-intrinsics.c (vector8s_intrinsics): New table of intrinsic type.
9100
9101 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9102
9103         * basic-simd.cs: Tests for Vector16sb.
9104
9105 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
9106
9107         * inssel.brg (stmt): Fix OP_HARD_NOP rule.
9108
9109 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9110
9111         * mini-ops.h: Add packed signed min, max and compare greater.
9112         
9113         * cpu-x86.md: Same.
9114
9115         * mini-x86.c (mono_arch_output_basic_block): Same. Add packed add/sub with
9116         saturation.
9117
9118         * simd-methods.h: Add CompareGreaterThan.
9119
9120         * simd-methods.h: Remove CompareEquals.
9121
9122         * simd-intrinsics.c: Add new TODO entry and some cosmetic changes.
9123
9124         * simd-intrinsics.c (vector16sb_intrinsics): New table of intrinsic type.
9125
9126         * simd-intrinsics.c (vector4f_intrinsics): Rename CompareEquals to
9127         CompareEqual.
9128
9129 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9130
9131         * basic-simd.cs: Fix tests due to change in the API.
9132
9133 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9134
9135         * mini.c method-to-ir.c: Use mono_field_get_name () for accessing field->name.
9136
9137 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9138
9139         * basic-simd.cs: Fix name change in Vector4f::CompareEqual.
9140
9141         * simd-intrinsics.c (simd_intrinsic_emit_store_aligned): Don't use
9142         inst_offset as this has invalid values for LDADDR.
9143
9144 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9145
9146         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
9147
9148         * simd-intrinsics.c (vector4ui_intrinsics): Add SignedPackWithUnsignedSaturation.
9149
9150 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9151
9152         * method-to-ir.c (initialize_array_data): Use mono_field_get_data ()
9153         for accessing field->data.
9154
9155 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9156
9157         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
9158
9159 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9160
9161         * simd-methods.h: Add SignedPackWithUnsignedSaturation.
9162
9163         * simd-intrinsics.c (vector8us_intrinsics): Add SignedPackWithUnsignedSaturation.
9164
9165 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9166
9167         * dominators.c (mono_compute_natural_loops): Allocate GList enties
9168         from the cfg mempool.
9169
9170 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
9171
9172         * basic-simd.cs: Tests for new methods in Vector8us.
9173
9174 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
9175
9176         * mini-ops.h: Add multiply and store high.
9177         
9178         * cpu-x86.md: Same.
9179
9180         * mini-x86.c (mono_arch_output_basic_block): Same.
9181
9182         * simd-methods.h: Same.
9183
9184         * simd-intrinsics.c (vector8us_intrinsics): Add MultiplyStoreHigh
9185         and CompareEqual.
9186
9187 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9188
9189         * method-to-ir.c (mono_emit_method_call_full): Remove a needless call to
9190         mono_class_setup_vtable ().
9191
9192         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Use
9193         mono_class_get_vtable_entry () for accessing klass->vtable.
9194
9195         * aot-runtime.c (load_method): Avoid a crash when using MONO_LOG_LEVEL.
9196
9197         * aot-compiler.c (add_generic_instances): Avoid a crash if a class is not
9198         found.
9199
9200         * method-to-ir.c (mono_save_token_info): Don't save references made from
9201         wrappers.
9202
9203         * aot-compiler.c (add_generic_instances): Add static rgctx wrappers for cctors
9204         of generic instances.
9205
9206         * aot-runtime.c (find_extra_method): Search in all loaded AOT images.
9207
9208 2008-10-19  Mark Probst  <mark.probst@gmail.com>
9209
9210         * cpu-ppc.md, mini-ppc.c: The length of the code generated for
9211         OP_JMP depends on the method signature.  Calculate it properly.
9212
9213 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9214         
9215         * aot-runtime.c (mono_aot_find_jit_info): Handle extra methods which are
9216         called directly.
9217
9218         * aot-compiler.c (emit_and_reloc_code): Allow direct calling of generic
9219         instances.
9220         (emit_extra_methods): Add another table mapping method indexes to 
9221         offsets in the extra_method_info table.
9222
9223         * mini.h: Bump AOT file format version.
9224         
9225         * aot-runtime.c: Merge most of the code from mono_aot_get_method
9226         and mono_aot_get_method_from_token () into one function.
9227
9228 2008-10-19  Mark Probst  <mark.probst@gmail.com>
9229
9230         * mini-ppc.c (emit_load_volatile_arguments): Inner loop needs a
9231         separate counter.
9232
9233 2008-10-18  Zoltan Varga  <vargaz@gmail.com>
9234
9235         * aot-compiler.c aot-runtime.c: Fix the hash function used for the extra
9236         methods.
9237
9238         * method-to-ir.c (mono_method_to_ir2): Change a !compile_aot assert to
9239         disable_aot.
9240
9241         * mini.c (mono_patch_info_equal): Compare the generic context as well.
9242
9243         * mini.h: Bump aot file format version.
9244
9245         * aot-compiler.c aot-runtime.c: Generalize the wrapper handling code so the
9246         AOT file can contain native code for methods which are not in the METHOD
9247         table. Generate code for non-sharable generic instances of generic methods
9248         found in the METHODSPEC table.
9249         
9250         * method-to-ir.c (mono_method_to_ir2): Remove the aot restriction when
9251         encoding generic type handles.
9252
9253         * ir-emit.h (NEW_AOTCONST_TOKEN): Add a generic_context argument.
9254         (NEW_TYPE_FROM_HANDLE_CONST): Add a generic_context argument.
9255
9256         * ir-emit.h: Rewrite the EMIT_NEW_XXXCONST macros to use the NEW_XXXCONST
9257         macros + MONO_ADD_INS.
9258
9259         * mini.c (mono_jump_info_token_new2): New function which takes a generic
9260         context as well.
9261
9262         * mini.h (MonoJumpInfoToken): Include fields for a generic context.
9263
9264         * mini.h: Bump aot file format version.
9265
9266         * aot-compiler.c aot-runtime.c: Update after changes to MonoJumpInfoToken.
9267
9268 2008-10-17  Mark Probst  <mark.probst@gmail.com>
9269
9270         * mini-x86.h, mini-x86.c, exceptions-x86.c: Align stack on all
9271         platforms, with definable stack alignment value.  Set to 16 now
9272         for all platforms.
9273
9274         * mini.c, mini.h, driver.c: Command line option for disabling
9275         stack alignment.
9276
9277 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9278
9279         * basic-simd.cs: Tests for new methods in Vector4ui.
9280
9281 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9282
9283         * mini-ops.h: Add packed int shuffle.
9284         
9285         * cpu-x86.md: Same.
9286
9287         * mini-x86.c (mono_arch_output_basic_block): Same.
9288
9289         * simd-intrinsics.c (vector4ui_intrinsics): Add compare equal,
9290         extract mask, max, min, shuffle.
9291
9292         * simd-intrinsics.c (vector8us_intrinsics): Add max and min.
9293
9294 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9295
9296         * basic-simd.cs: Tests for new methods in Vector8us.
9297
9298 2008-10-17  Mark Probst  <mark.probst@gmail.com>
9299
9300         * method-to-ir.c (mono_method_to_ir2): "refanytype" produces a
9301         RuntimeTypeHandle, not a TypedReference.
9302
9303 Fri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus@ximian.com>
9304
9305         * simd-intrinsics.c: remove relocations.
9306
9307 2008-10-17  Zoltan Varga  <vargaz@gmail.com>
9308
9309         * mini-amd64.c (mono_arch_output_basic_block): Port the IREM_IMM 
9310         optimizations from the x86 backend.
9311
9312 Fri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus@ximian.com>
9313
9314         * simd-methods.h, simd-intrinsics.c: debloat method names and
9315         prepare for no relocations.
9316
9317 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9318
9319         * mini-ops.h: Add packed min/equal and sum of absolute differences.
9320         
9321         * cpu-x86.md: Same.
9322
9323         * mini-x86.c (mono_arch_output_basic_block): Same.
9324
9325         * simd-intrinsics.c (vector16b_intrinsics): Add average, compare equal,
9326         extract mask, max, min and sum of absolute differences.
9327
9328         * simd-intrinsics.c: Increase SIMD_INTRINSIC_NAME_MAX due to new huge
9329         method name.
9330
9331 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9332
9333         * basic-simd.cs: Test for the other mono_simd_simplify_indirection bug.
9334         Renamed one test for consistency.
9335
9336 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9337
9338         * simd-intrinsics.c (mono_simd_simplify_indirection): Apply the previous
9339         fix to the code that deal with other blocks.
9340
9341 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9342
9343         * basic-simd.cs: Test for the mono_simd_simplify_indirection bug.
9344
9345 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9346
9347         * simd-intrinsics.c (mono_simd_simplify_indirection): Simplify the code
9348         that deals with vreg interference. Explicitly check for OP_LDADDR to be
9349         able to process the source reg.
9350
9351 2008-10-16  Martin Baulig  <martin@ximian.com>
9352
9353         * mini-ops.h, cpu-amd64.md, cpu-x86.md: Added new `hard_nop' opcode.
9354
9355         * inssel.brg: Add `OP_HARD_NOP'.
9356
9357         * mini.h (MonoCompile): Added `keep_cil_nops' flag.
9358
9359         * mini.c (mono_method_to_ir): In `CEE_NOP': generate a
9360         `OP_HARD_NOP' instruction when running inside the debugger.
9361
9362         * method-to-ir.c (mono_method_to_ir2): In `CEE_NOP': generate a
9363         `OP_HARD_NOP' instruction when running inside the debugger.
9364
9365 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9366
9367         * simd-intrinsics.c (get_simd_vreg): Using sreg1 of OP_XMOVE
9368         now works. The issue with the regalloc tripping up no longer
9369         happens.
9370
9371         * simd-intrinsics.c (load_simd_vreg): Same.
9372
9373 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9374         
9375         * basic-simd.cs: Tests for new Vector8ui methods.
9376
9377 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9378
9379         * simd-intrinsics.c (get_simd_vreg): Simplify code and test
9380         only for type. This fixes crashes where MonoInst::klass is checked
9381         for ops of type != VTYPE or OBJ.
9382
9383         * simd-intrinsics.c (load_simd_vreg): Same.
9384
9385 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9386
9387         * mini-ops.h: Add ops for packed shuffle/max/avg and
9388         extract mask.
9389         
9390         * cpu-x86.md: Same.
9391
9392         * mini-x86.c (mono_arch_output_basic_block): Same.
9393
9394         * simd-intrinsics.c (vector8us_intrinsics): Add avg, shuffle and
9395         extract mask.
9396
9397         * simd-intrinsics.c (simd_intrinsic_emit_extract_mask): New function
9398         to emit extract mask op.
9399
9400         * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Retrofic this function
9401         to emit word shuffles.
9402
9403 2008-10-15  Mark Probst  <mark.probst@gmail.com>
9404
9405         * mini.c (mono_allocate_stack_slots_full): Align stack frame to
9406         the largest alignment needed by a variable, but at least
9407         sizeof(gpointer).
9408
9409 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9410
9411         * basic-simd.cs: Tests for the fixes in the last commit.
9412
9413 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9414
9415         * simd-intrinsics.c (get_simd_vreg): Drop the is_this_ptr, this function
9416         no longer handles STACK_PTR input.
9417
9418         * simd-intrinsics.c (get_simd_vreg): Don't crash when MonoInst::klass == -1.
9419
9420         * simd-intrinsics.c (load_simd_vreg): New function that works like 
9421         get_simd_vreg   but handles STACK_PTR input.
9422
9423         * simd-intrinsics.c (simd_intrinsic_emit_getter): Use load_simd_vreg
9424         as the input can be an arbitrary pointer.
9425
9426         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Try the
9427         LDADDR local optimization directly otherwise use a store op.
9428
9429 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9430
9431         * basic-simd.cs: Tests for dup low and dup high.
9432
9433 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9434
9435         * mini-ops.h: Add dup low and dup high ops.
9436         
9437         * cpu-x86.md: Same.
9438
9439         * mini-x86.c (mono_arch_output_basic_block): Same.
9440
9441         * simd-intrinsics.c (vector4f_intrinsics): Same.
9442
9443 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9444
9445         * basic-simd.cs: Tests for recently added functionality.
9446
9447 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9448
9449         * mini-ops.h: Add remaining sse1 fp ops.
9450         
9451         * cpu-x86.md: Add remaining sse1 fp ops.
9452
9453         * mini-x86.c (mono_arch_output_basic_block): Same.
9454
9455         * mini.h: Add enum for simd FP compare conditions.
9456
9457         * simd-intrinsics.c (vector4f_intrinsics): Add all new ops.
9458
9459         * simd-intrinsics.c (simd_intrinsic_emit_binary): Set inst_c0 to flags
9460         so the backed can generate the appropriate op.
9461
9462 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9463         This patch squeese one more byte from the SimdIntrinsc struct.
9464
9465         * mini-x86.c (mono_arch_cpu_enumerate_simd_versions: Use the version number
9466         a a shift amount intead of simply or'ing it.
9467
9468         * mini.h: Change SIMD_VERSION_* values to be sequential intead of masks.
9469
9470         * simd-intrinsics.c (struct SimdIntrinsc): Squeese simd_version and simd_emit_mode into a single
9471         byte so we can have an aditional flags field without increasing struct size.
9472
9473         * simd-intrinsics.c (emit_intrinsics): Use the value of simd_version as a shift amount before checking
9474         against the simd_supported_versions bitmask.
9475
9476         * simd-intrinsics.c: Set SIMD_INTRINSIC_NAME_MAX to an appropriate value.
9477
9478 Mon Oct 13 10:58:10 CEST 2008 Paolo Molaro <lupus@ximian.com>
9479
9480         * mini.c: remove rawbuffer code (the only use here is unsafe because
9481         it takes locks during signal handling and the kernel now provides much
9482         better info in proc/pid/smaps these days).
9483
9484 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
9485
9486         * mini-amd64.c (mono_arch_output_basic_block): Fix the changes to
9487         OP_X86_PUSH_OBJ. Fixes #434620.
9488
9489         * objects.cs: Add a test.
9490         
9491 2008-10-12  Rodrigo Kumpera  <rkumpera@novell.com>
9492
9493         * basic-simd.cs: Remove PackWithUnsignedSaturation tests as it turns out
9494         that the packuswb/packusdw don't work with unsigned numbers for what
9495         would be negative numbers in signed format.
9496
9497         * cpu-x86.md: Add doubleword forms of many ops and packing ones.
9498         Fix the len of fconv_to_r8_x and xconv_r8_to_i4.
9499
9500         * mini-ops.h: Add doubleword forms of many ops and packing ones.
9501
9502         * mini-x86.c: Emit doubleword forms of many ops and packing ones.
9503
9504         * simd-intrinsics.c (SimdIntrinsc): Rename the flags field to simd_version.
9505
9506         * simd-intrinsics.c (vector4f_intrinsics): Use simd_version field for sse3 ops.
9507
9508         * simd-intrinsics.c (vector4u_intrinsics): Rename to vector4ui_intrinsics and
9509         add more ops.
9510
9511         * simd-intrinsics.c (simd_version_name): New function, returns the name of the
9512         version as the enum in mini.h.
9513
9514         * simd-intrinsics.c (emit_intrinsics): Instead of having a special emit mode
9515         for sse3 ops, check the simd_version field if present. This way the code
9516         works with all versions of sse.
9517
9518 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9519
9520         * simd-intrinsics.c: Fixed intrinsic name typo.
9521
9522         * mini.h: Added missing simd exported function.
9523
9524         * basic-simd.cs: Added tests for Vector4ui.
9525         Fixed broken test for Vector16b.
9526
9527 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
9528
9529         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Increase
9530         the max length to 64.
9531
9532 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9533
9534         * method-to-ir.c: Only do the fast virtual generic method call for
9535         non-wrapper methods.
9536
9537         * mini.h, mini-trampolines.c: The new generic virtual remoting
9538         trampoline handles virtual method calls via the vtable (as done by
9539         the fast virtual generic method calls) to remoting proxies.
9540
9541         * mini.c (mono_jit_create_remoting_trampoline): For generic
9542         methods reate a generic virtual remoting trampoline.
9543
9544         * mini-amd64.h: Enable fast virtual generic method calls again.
9545
9546 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9547
9548         * mini-ppc.c: Use SP (r1), not frame_reg (which might be r31) to
9549         restore registers when doing tail calls.
9550
9551 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9552
9553         * simd-intrinsics.c (emit_intrinsics): Vector4u was renamed to
9554         Vector4ui.
9555
9556 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9557
9558         * basic-simd.cs: Add test for Vecto16b.PackWithUnsignedSaturation.
9559
9560 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9561
9562         * simd-intrinsics.c (emit_intrinsics): Retrofit to new type names.
9563
9564 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9565
9566         * basic-simd.cs: Retrofit for API changes.
9567
9568 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9569
9570         * mini-ppc.c: Handle integer stack arguments for tail calls.
9571
9572 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9573
9574         * optflags-def.h: Removed sse3 optimization.
9575
9576         * driver.c: Same.
9577
9578         * mini-x86.c (mono_arch_cpu_optimizazions): Remove detection of
9579         sse3.
9580
9581         * mini-x86.c: Added mono_arch_cpu_enumerate_simd_versions.
9582
9583         * mini.h: Added enumeration with simd versions.
9584
9585         * simd-intrinsics.c (emit_intrinsics): Use the new static var
9586         for detecting SSE3.
9587
9588         * simd-intrinsics.c: Added mono_simd_intrinsics_init.
9589
9590         * mini.c (mini_init): Call mono_simd_intrinsics_init.
9591
9592 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9593
9594         * basic-simd.cs: Added tests for Vector8u and Vector16u.
9595
9596         * basic-simd.cs: Fixed test naming.
9597
9598 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9599
9600         * mini-ops.h: Added ops for packed and saturated math, shifts
9601         and packing/unpacking.
9602
9603         * cpu-x86.md: Added descriptors for the above ops.
9604
9605         * mini-x86.c: Added code to emmit the above ops.
9606
9607         * simd-intrinsics.c: Added support for Vector16u and Vector8u.
9608
9609 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
9610
9611         * aot-compiler.c (compile_method): Enable AOT for generic code.
9612
9613         * ir-emit.h (NEW_DOMAINCONST): Use domainvars in AOT code as well.
9614
9615 Wed Oct 8 16:35:43 CEST 2008 Paolo Molaro <lupus@ximian.com>
9616
9617         * mini.c: add a workaround for a common screwup that ends up blamed
9618         to mono (other processes blocking signal delivery).
9619
9620 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9621
9622         * method-to-ir.c (mono_method_to_ir2): Clear ins_flag on all code paths
9623         in the LDFLD/STFLD opcodes. Fixes #432673.
9624
9625         * iltests.il.in: Add a new test.
9626
9627 Tue Oct 7 19:59:07 CEST 2008 Paolo Molaro <lupus@ximian.com>
9628
9629         * mini-arm.c: attach the thread in unmanaged->managed transitions
9630         using delegates (bug #433148).
9631
9632 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
9633
9634        * basic-simd.cs: Use new ShuffleSel constants.
9635
9636 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
9637
9638         * driver.c (opt_sets): Added combinations of simd, sse2 and sse3.
9639
9640         * mini-x86.c (mono_arch_cpu_optimizazions): Detect sse3 and now
9641         only disable simd intrinsics if no sse2 is detected.
9642
9643         * optflags-def.h: Added sse3.
9644
9645         * simd-intrinsics.c: Avoid generated sse3 intrinsics if the optimization
9646         is disabled.
9647
9648 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9649
9650         * aot-compiler.c (add_wrappers): Fix Delegate/MulticastDelegate classes
9651         when adding delegate-invoke wrappers.
9652
9653 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9654
9655         * Makefile.am: Reenable the simd tests.
9656
9657 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9658
9659         * mini-amd64.c (mono_arch_emit_outarg_vt) : In the ArgValuetypeAddrInIReg case,
9660           add a call to mono_call_inst_add_outarg_reg for the arg->dreg to make sure that no
9661           other vreg is allocated to that hreg.
9662
9663         Contributed under MIT/X11 license.
9664
9665 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9666
9667         * Makefile.am: Disable the simd tests for now as Mono.Simd is not
9668         yet checked in.
9669
9670 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
9671
9672         * basic-simd.cs: New test suite for SIMD intrinsics.
9673
9674         * Makefile.am: Added new tests.
9675
9676 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
9677
9678         * cpu-x86.md: Added new instructions to handle float to int using SSE regs.
9679
9680         * mini-ops.h: Same.
9681
9682         * mini-x86.h: Enable mono_arch_decompose_opts if simd intrinsics are enabled.
9683
9684         * mini-x86.c (mono_arch_decompose_opts): Decompose float to int conversion
9685         using SSE2 aware opcodes.
9686
9687         * mini-x86.c (emit_float_to_int): Disable the SSE2 optimization if OPT_SIMD
9688         is enabled, this code path is only reachable if conversion ops are emmited after
9689         mono_method_to_ir.
9690
9691         * mini.h: Added MonoCompile::fconv_to_r8_x_var to hold the float to int var.
9692
9693         This optimization saves 6 bytes per conversion against the old version.
9694
9695 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9696
9697         * aot-compiler.c (compile_method): Don't skip methods referencing 
9698         generic methods without a corresponding entry in token_info_hash, since
9699         encode_method_ref () can handle all generic methods now.
9700
9701         * method-to-ir.c (mono_save_token_info): Don't save the token info if a 
9702         generic context is set.
9703         
9704         * method-to-ir.c (mono_method_to_ir2): Put back a disable_aot for
9705         generic sharing of LDTOKEN.
9706
9707 2008-10-06  Mark Probst  <mark.probst@gmail.com>
9708
9709         * mini-amd64.h: Temporarily disabled fast virtual generic method
9710         calls because it breaks the System.Runtime.Remoting tests.
9711
9712 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9713
9714         * aot-compiler.c (add_wrappers): Add delegate-invoke wrappers.
9715
9716         * method-to-ir.c (check_inline_called_method_name_limit): Return TRUE
9717         so inlining actually works.
9718         (check_inline_caller_method_name_limit): Ditto.
9719
9720 Mon Oct 6 11:04:38 CEST 2008 Paolo Molaro <lupus@ximian.com>
9721
9722         * mini-ppc.c: mono_arch_flush_icache () cast pointer using gsize for
9723         64 bit safety (from Olaf Hering and Andreas Farber).
9724
9725 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9726         
9727         * mini-trampolines.c (mono_aot_trampoline): Delegate processing to
9728         mono_magic_trampoline () if aot_get_method_from_token () fails. Remove
9729         unused virtual call support code.
9730
9731         * aot-runtime.c (decode_method_ref): Add a 'no_aot_trampoline' out argument.
9732         
9733         * aot-runtime.c (mono_aot_get_method_from_vt_slot): Return NULL for methods
9734         which can't use aot trampolines.
9735         (decode_patch): Don't create aot trampolines for methods which can't use
9736         them.
9737
9738         * aot-compiler.c (encode_method_ref): Add a marker for methods which can't
9739         use aot trampolines.
9740
9741         * mini.h: Bump AOT image format version.
9742         
9743 2008-10-05  Zoltan Varga  <vargaz@gmail.com>
9744
9745         * method-to-ir.c (mono_method_to_ir2): Pass cil_method instead of cmethod
9746         to save_token_info () since cmethod is inflated for constrained calls.
9747
9748         * mini-<ARCH>.h mini-x86.c: Remove some unused defines.
9749
9750 2008-10-04  Andreas Farber  <andreas.faerber@web.de>
9751
9752         * Makefile.am: Add build rules for ppc64.
9753         This avoids the build failing at pedump with unresolved symbols
9754         due to lack of arch_sources. Instead it will now fail earlier
9755         due to lack of cpu-ppc64.md.
9756
9757         Contributed under MIT/X11 license.
9758
9759 2008-10-04  Mark Probst  <mark.probst@gmail.com>
9760
9761         * mini-amd64.c (mono_arch_emit_call): Support stack arguments for
9762         tail calls.
9763
9764         * iltests.il.in: Add test case for tail call with many arguments.
9765
9766 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
9767
9768         * method-to-ir.c (mono_method_to_ir2): Add an !cfg->compile_aot assert
9769         to the fast virtual generic method code until the aot case is fixed.
9770
9771 2008-10-03  Mark Probst  <mark.probst@gmail.com>
9772
9773         * mini-ppc.c, mini-ppc.h: Implement generic virtual method thunks.
9774
9775 2008-10-03  Mark Probst  <mark.probst@gmail.com>
9776
9777         * mini-amd64.c, mini-amd64.h: Implement generic virtual method
9778         thunks.
9779
9780 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
9781         
9782         * simd-intrinsics.c: Forgot to add this one.
9783
9784         * mini-codegen.c: Fix macro in case SIMD is not supported.
9785
9786 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
9787         
9788         This patch land initial JIT support for simd intrinsics.
9789
9790         * mini-x86.h: Added new define to make --enable_minimal work on x86.
9791
9792         * Makefile.am: Added simd-intrinsics.c
9793
9794         * simd-intrinsics.c: New file with simd instrinsic related
9795         code.
9796
9797         * cfold.c (mono_constant_fold_ins2): Fold XZERO.
9798
9799         * cpu-x86.md: Add simd related instructions.
9800
9801         * driver.c: Added MONO_OPT_SIMD to the default set of optimizations.
9802
9803         * driver.c: Added two new --regression variants.
9804
9805         * ir-emit.h (MONO_EMIT_NEW_VZERO): Emit XZERO if the type is a simd intrinsic.
9806
9807         * local-propagation.c (mono_local_cprop2): Eliminate useless XMOVE.
9808
9809         * local-propagation.c (mono_local_deadce): Use new macro MONO_IS_NON_FP_MOVE and
9810         extract some complicated logic to helper functions.
9811
9812         * method-to-ir.c (mono_type_to_regmove): Handle simd intrinsics.
9813
9814         * method-to-ir.c (mini_emit_inst_for_method): Emit simd intrinsics.
9815
9816         * method-to-ir.c (mono_handle_global_vregs): If a simd intrinsic was found, apply
9817         the specialized simplification pass.
9818
9819         * method-to-ir.c (mono_spill_global_vars): Use new macro.
9820
9821         * mini-codegen.c: Added SIMD constants to all regbanks arrays.
9822
9823         * mini-codegen.c: Added reg_bank_table_init to initialize the reg desc -> bank
9824         table.
9825
9826         * mini-codegen.c: Define a version of the reg_bank macro that uses desc_to_reg_type
9827         if MONO_ARCH_NEED_SIMD_BANK is defined.
9828
9829         * mini-ops.h: Added the new simd ops.
9830
9831         * mini-x86.c: Added mono_arch_xregname.
9832
9833         * mini-x86.c (mono_arch_cpu_optimizazions): Disable MONO_OPT_SIMD if SSE3 is not detected.
9834
9835         * mini-x86.c (mono_arch_output_basic_block): Add simd related opcodes.
9836
9837         * mini-x86.h: Define simd related MONO_ARCH macros.
9838
9839         * mini.c (mono_type_to_load_membase): Handle simd intrinsics.
9840
9841         * mini.c (mono_type_to_store_membase): Handle simd intrinsics.
9842
9843         * mini.h: Added new macros MONO_IS_NON_FP_MOVE, MONO_IS_REAL_MOVE, MONO_IS_ZERO and
9844         MONO_CLASS_IS_SIMD to deal with simd related IR.
9845
9846         * mini.h (MonoInst): Added spill_var to the backend union.
9847
9848         * mini.h (MonoCompile): Added uses_simd_intrinsics and iconv_raw_var.
9849
9850         * mini.h: Added forward declarations of the new simd fuctions.
9851
9852         * optflags-def.h: Added new optimization names SIMD.
9853
9854         * regalloc.c (mono_regstate_reset): Set next vreg to be the max value of the 3 reg banks.
9855
9856         * regalloc.h: Added support for working with 3 register banks.
9857
9858         * regalloc.h (MonoRegState): Added xsymbolic field if a third regbank is required.
9859
9860         * ssa2.c (mono_ssa_deadce2): Use new MONO_IS_ZERO macro.
9861
9862 Fri Oct 3 16:03:22 CEST 2008 Paolo Molaro <lupus@ximian.com>
9863
9864         * mini-exceptions.c: remove 64 bit related ifdef clutter.
9865
9866 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
9867
9868         * mini-exceptions.c (mono_handle_soft_stack_ovf): Unprotect two pages
9869         instead of one on 64 bit systems.
9870
9871         * method-to-ir.c: Remove unused includes.
9872
9873 2008-10-02  Zoltan Varga  <vargaz@gmail.com>
9874
9875         * aot-compiler.c (emit_exception_debug_info): Use jinfo->used_regs instead of
9876         cfg->used_int_regs, since the two are different on arm.
9877
9878 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9879
9880         * method-to-ir.c, inssel.brg, mini-trampolines.c: Use
9881         mono_method_get_vtable_index() to get the vtable index.
9882
9883 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9884
9885         * method-to-ir.c (mono_method_to_ir2): Don't create native
9886         wrappers for array methods, because they're never called (and if
9887         they were called they wouldn't work).
9888
9889 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9890
9891         * method-to-ir.c (mono_method_to_ir2): Array methods are
9892         special-cased and must not be invoked indirectly via the (M)RGCTX
9893         when generic sharing is turned on.  Fixes #431413.
9894
9895 2008-10-01  Mark Probst  <mark.probst@gmail.com>
9896
9897         * method-to-ir.c: When generic sharing is active, call
9898         non-interface virtual generic methods via the standard trampoline.
9899
9900         * mini-trampolines.c: Handle virtual generic shared methods.
9901
9902         * mini.h, mini-x86.c, mini-x86.h: New argument for
9903         mono_arch_build_imt_thunk() which is non-NULL for virtual generic
9904         method thunks and which is the trampoline to call if the lookup
9905         fails.  Enable the virtual generic method thunk for x86.
9906
9907         * mini-amd64.c, mini-arm.c, mini-ia64.c, mini-sparc.c,
9908         mini-ppc.c (mono_arch_build_imt_thunk): Add the additional
9909         argument but assert that it's NULL, because these archs don't yet
9910         implement the virtual generic method thunk.  Changes in the IMT
9911         thunk data structures.
9912
9913 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
9914
9915         * aot-compiler.c (emit_globals): Avoid invalid characters in
9916         the static linking symbol.
9917
9918         * objects.cs: Add a test for the range check optimization. Fix warnings.
9919
9920         * branch-opts.c (mono_if_conversion): Add back the 'optimize range checks'
9921         optimization from the current JIT.
9922
9923         * method-to-ir.c (mini_emit_inst_for_method): Decompose String.Length
9924         later in decompose_array_access_opts () to allow more optimizations.
9925
9926         * method-to-ir.c (mono_handle_soft_float): Rename this to 
9927         mono_decompose_soft_float () for consistency.
9928
9929         * mini-ops.h: Fix arguments of OP_STRLEN.
9930
9931         * method-to-ir.c (save_cast_details): Extract the cast details saving code
9932         into a separate function.
9933         (reset_cast_details): Ditto.
9934         (handle_unbox): Save cast details. Fixes #431254.
9935
9936         * method-to-ir.c: Remove some obsolete FIXMEs.
9937
9938 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
9939
9940         * ir-emit.h (alloc_dreg): Write a warning before crashing.
9941
9942 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
9943
9944         * mini-codegen.c: More work on macros to make them
9945         ready for multiple regbanks.
9946
9947 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
9948
9949         * method-to.ir.c (mono_type_to_regmove): Remove static modifier.
9950
9951         * mini.h: Export mono_type_to_regmove. Fix signature of mono_regname_full.
9952
9953 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
9954
9955         * mini-codegen.c (mono_spillvar_offset): Proper support for
9956         multiple regbanks.
9957
9958 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
9959
9960         * mini-amd64.c (mono_arch_emit_epilog): Remove some duplicated code from
9961         the stack overflow changes.
9962
9963 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
9964
9965         * mini-codegen.c: Make all bank macros depend on reg_bank.
9966
9967         * mini-codegen.c (mono_local_regalloc): Make free mask
9968         initialization regbank aware.
9969
9970 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
9971
9972         * mini-codegen.c (mono_local_regalloc): Extract callee
9973         mask selection to a function and make it regbank aware.
9974
9975 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
9976
9977         * mini-codegen.c (mono_local_regalloc): Changed the cloberring
9978         code to deal with many regbanks.
9979
9980 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
9981
9982         * mini-codegen.c: More fp->regbank changes.
9983
9984 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
9985
9986         * mini-codegen.c: Change asserts to use MONO_NUM_REGBANKS instead
9987         of a hardcoded constant.
9988
9989 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
9990
9991         * method-to-ir.c (type_from_stack_type): Fix typo.
9992
9993 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
9994
9995         * mini-ia64.c (emit_move_return_value): Convert float return values to
9996         double.
9997
9998         * objects.cs: Add a new test.
9999         
10000         * mini-ia64.c (mono_arch_allocate_vars): Disable fp elimination for
10001         VARARG methods to fix an assert later.
10002
10003         * mini-mips.h mini-mips.c mini-ops.h cpu-mips.md: Update the mips back
10004         end so it at least compiles.
10005
10006 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
10007
10008         * method-to-ir.c (emit_optimized_ldloca_ir): Fix this.
10009
10010 2008-09-28  Rodrigo Kumpera  <rkumpera@novell.com>
10011
10012         * method-to-ir.c (mono_method_to_ir2): Extract the ldloca + initobj
10013         optimization to a new function (emit_optimized_ldloca_ir) and enable
10014         it for both ldloca and ldloca_s.
10015
10016 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
10017
10018         * method-to-ir.c (mono_method_to_ir2): Remove an unnecessary assert in the
10019         gshared CASTCLASS code.
10020
10021         * driver.c (mono_main): Add a workaround for shutdown crashes seen on
10022         amd64, where the libc stack unwinder encounters stack frames referring to
10023         native code in unmapped memory.
10024
10025         * method-to-ir.c (mini_emit_check_array_type): Add support for generic
10026         sharing.
10027
10028         * generics.cs: Add new test.
10029
10030 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
10031
10032         * mini-arm.h driver.c: Print the fp model when using --version on arm. Also,
10033         add a check that one of the ARM_FPU_ constants is defined.
10034
10035         * mini-exceptions.c (mono_handle_soft_stack_ovf): Really fix the build.
10036         
10037         * mini-exceptions.c: Fix build on non-altstack platforms.
10038
10039         * method-to-ir.c (mono_method_to_ir2): Fix aot support for the
10040         sharing of vtypes.
10041
10042         * ir-emit.h: Add a comment to NEW_PCONST.
10043
10044         * mini-exceptions.c (mono_altstack_restore_prot): Fix a warning.
10045
10046         * mini.h (MonoJitDomainInfo): Move some fields here from MonoDomain.
10047
10048         * mini.c aot-runtime.c method-to-ir.c driver.c mini-trampolines.c: Update
10049         after the changes to MonoJitDomainInfo.
10050
10051 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10052
10053         * mini-ppc.c, tramp-ppc.c, mini-ppc.h: Implement generic code sharing.
10054
10055 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10056
10057         * mini-ppc.c: Compiler warning fixes.
10058
10059 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10060
10061         * mini-ppc.c: Special handling for 1/2 byte structs on Darwin only
10062         for pinvokes.
10063
10064 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10065
10066         * exceptions-ppc.c, mini-ppc.h: Compile
10067         mono_arch_handle_altstack_exception() on Darwin, too.
10068
10069 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10070
10071         * method-to-ir.c (mono_emit_rgctx_method_call_full): Must also
10072         work on archs which don't have generic sharing implemented, only
10073         without the vtable_arg.
10074
10075 2008-09-26  Mark Probst  <mark.probst@gmail.com>
10076
10077         * mini.c: Added comment explaining why delegate ctor icall
10078         wrappers are compiled.
10079
10080 2008-09-26  Mark Probst  <mark.probst@gmail.com>
10081
10082         * mini.c: Don't produce trampolines to delegate ctor icall
10083         wrappers but compile them upfront.
10084
10085 Fri Sep 26 17:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
10086
10087         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: amd64 support code for calling a
10088         runtime-set function when going back to managed code. Currently this
10089         is used to set back the protection on the soft ovf pages and/or to
10090         throw the stack overflow exception that happened in unmanaged code.
10091
10092 Fri Sep 26 16:46:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
10093
10094         * tramp-x86.c, mini-x86.h, mini-x86.c: x86 support code for calling a
10095         runtime-set function when going back to managed code. Currently this
10096         is used to set back the protection on the soft ovf pages and/or to
10097         throw the stack overflow exception that happened in unmanaged code.
10098
10099 Fri Sep 26 16:34:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
10100
10101         * mini.h, mini.c, mini-trampolines.c, mini-exceptions.c: added
10102         the support code for restoring stack protection after stack overflows
10103         that happen in unmanaged code. Don't set the exec permission on the
10104         soft overflow area.
10105
10106 2008-09-26  Zoltan Varga  <vargaz@gmail.com>
10107
10108         * mini-trampolines.c (mono_delegate_trampoline): Add wrappers even if
10109         delegate->method_ptr is set. Fixes #428054.
10110
10111 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10112
10113         * tests.cs: Rename to ratests.cs.
10114
10115         * method-to-ir.c: Merge the emit_get_rgctx () calls into the 
10116         emit_get_rgctx_... functions.
10117
10118 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10119
10120         * method-to-ir.c: Eliminated macro EMIT_GET_RGCTX.
10121
10122 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10123
10124         * mini-trampolines.c (mono_magic_trampoline): Unwrap wrappers
10125         before asserting that method is sharable.
10126
10127 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10128
10129         * method-to-ir.c, mini.c, jit-icalls.c: New function for checking
10130         whether method needs a static RGCTX wrapper used instead of
10131         complex conditions.
10132
10133         * generic-sharing.c, mini.h: A few functions moved to
10134         metadata/generic-sharing.c.
10135
10136 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10137
10138         * method-to-ir.c, mini.c, mini-exceptions.c, mini-trampolines.c:
10139         Generic code sharing for value types, which essentially means
10140         treating value type methods like static methods.  The RGCTX is
10141         passed in the same way.
10142
10143 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10144
10145         * method-to-ir.c (mono_method_to_ir2): Avoid an assert in the NEWOBJ
10146         opcode when creating multi-dimensional arrays of open types.
10147
10148         * generic-sharing.c (mono_method_check_context_used): Handle arrays of
10149         open generic types.
10150
10151         * generics.cs: Add a test.
10152
10153         * mini-codegen.c: Use macros everywhere for checking floats instead of == 'f'.
10154
10155 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
10156
10157         * mini.h (MonoCompile): Add 'disable_vreg_to_lvreg' flag.
10158
10159         * mini.c (mini_method_compile): Set it when running under the debugger. 
10160
10161         * method-to-ir.c (mono_handle_global_vregs): Disable global->local
10162         vreg optimization if the flag is set.
10163
10164         * driver.c (mono_main): Add --attach= option to pass options to
10165         the attach agent.
10166
10167         * mini.c (sigquit_signal_handler): Start the attach agent.
10168
10169         * ssapre.c: Disable this to save space since it is not yet ported to
10170         linear IR.
10171
10172         * regalloc2.c: Disable this to save space.
10173
10174         * mini.h (MonoJitStats): Remove unused analyze_stack_repeat.
10175
10176 Wed Sep 24 16:01:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
10177
10178         * decompose.c, method-to-ir.c, mini-codegen.c, regalloc2.c: make
10179         the -v option useful again.
10180
10181 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
10182
10183         * mini-amd64.c (mono_arch_output_basic_block): Add support for
10184         --break-at-bb.
10185
10186         * inssel.brg (mini_emit_castclass): Avoid the szarray!=array checks for
10187         arrays of arrays. Fixes #428406.
10188
10189         * method-to-ir.c (mini_emit_castclass): Ditto.
10190
10191         * objects.cs: Add new test.
10192         
10193 2008-09-23  Rodrigo Kumpera  <rkumpera@novell.com>
10194
10195         * method-to-ir.c (type_to_eval_stack_type): The code path for the new JIT
10196         was wrong at it choked against target_type_is_incompatible for byref types.
10197
10198 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
10199
10200         * mini-codegen.c: Use 'bank' macros instead of 'is_fp' macros in most 
10201         places.
10202
10203 Tue Sep 23 15:31:45 CEST 2008 Paolo Molaro <lupus@ximian.com>
10204
10205         * mini-exceptions.c: update a few more exceptions-related counters.
10206
10207 Tue Sep 23 15:28:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
10208
10209         * aot-runtime.c, method-to-ir.c, mini.c, mini-trampolines.c: use the
10210         new functions to allocate from persistent mempools.
10211
10212 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
10213
10214         * mini.h regalloc.h mini-codegen.c: Generalize the regalloc code to allow 
10215         multiple register banks in the future.
10216
10217         * mini-codegen.c (mono_local_regalloc): Fix a warning.
10218
10219 2008-09-22  Rodrigo Kumpera  <rkumpera@novell.com>
10220
10221         * mini.c (type_to_eval_stack_type): Remove duplicated function.
10222
10223         * method-to-ir.c (type_to_eval_stack_type): Make this version compatible with both JIT.
10224
10225         * mini.h: Export type_to_eval_stack_type.
10226
10227         This function was nearly duplicated in method-to-ir.c and mini.c. The difference
10228         is only ins->klass of byref types.
10229
10230 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
10231
10232         * method-to-ir.c (mini_emit_memset): Use a default alignment of 4.
10233         (mini_emit_memcpy2): Ditto.
10234
10235         * mini-amd64.c: Fix a warning.
10236
10237 2008-09-21  Mark Probst  <mark.probst@gmail.com>
10238
10239         * exceptions-ppc.c (mono_arch_get_call_filter): Fixed stack frame
10240         linking.
10241
10242 2008-09-19  Rodrigo Kumpera  <rkumpera@novell.com>
10243
10244         * method-to-ir.c: Extract stloc micro-optimization to a
10245         function and apply it to all cases.
10246
10247 2008-09-19  Mark Probst  <mark.probst@gmail.com>
10248
10249         * method-to-ir.c: Don't fail generic code sharing in cases we
10250         already support.
10251
10252 2008-09-18  Mark Probst  <mark.probst@gmail.com>
10253
10254         * mini-ppc.c: Handle structs in tailcalls on Darwin.
10255
10256 Tue Sep 16 21:07:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
10257
10258         * *.c, *.md, mini-ops.h: introduced relaxed_nop opcode for spin wait
10259         implementation.
10260
10261 Tue Sep 16 16:39:16 CEST 2008 Paolo Molaro <lupus@ximian.com>
10262
10263         * trace.c: make tracing more useful and correct, with per-thread
10264         id and indent info.
10265
10266 2008-09-15  Mark Probst  <mark.probst@gmail.com>
10267
10268         * mini-ppc.c (mono_arch_emit_call): Convert floats to R4 when
10269         doing a method call and the argument is an R4.
10270
10271 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
10272
10273         * aot-compiler.c (add_wrappers): Do not generate runtime invoke wrappers for
10274         generic methods.
10275
10276 2008-09-13  Mark Probst  <mark.probst@gmail.com>
10277
10278         * mini-ppc.c: Convert result to single for OP_ICONV_TO_R4.
10279
10280 2008-09-12  Zoltan Varga  <vargaz@gmail.com>
10281
10282         * mini.h (MONO_IS_JUMP_TABLE): Handle GOT_ENTRY.
10283         (MONO_JUMP_TABLE_FROM_INS): Ditto.
10284
10285 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
10286
10287         * driver.c: Add a --agent argument (not supported yet) to load managed
10288         agent assemblies before loading the main assembly, similarly to how the
10289         Java VM handles agents.
10290
10291 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10292
10293         * mini-ppc.c (mono_arch_allocate_vars): Use arch-independent
10294         function to do stack layout of local variables.
10295
10296 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10297
10298         * mini-ppc.c (calculate_sizes): Bugfix in sigcookie position
10299         calculation.
10300
10301 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
10302
10303         * method-to-ir.c ssa2.c mini.c mini-amd64.c decompose.c ssa.c abcremoval.c
10304         abcremoval2.c branch-opts.c driver.c dominators.c: Disable parts of the
10305         JIT if DISABLE_JIT is defined.
10306
10307         * Makefile.am: Avoid compiling/linking in inssel.c if DISABLE_JIT is
10308         defined.
10309
10310 2008-09-10  Mark Probst  <mark.probst@gmail.com>
10311
10312         * iltests.il.in: Disable the fconv test on PPC (the result is
10313         undefined according to ECMA).
10314
10315 2008-09-10  Mark Probst  <mark.probst@gmail.com>
10316
10317         * iltests.il.in: Enable tail call tests for PPC.
10318
10319         * mini.h: Add variable for storing incoming valuetype argument
10320         addresses for tail calls.
10321
10322         * mini-ppc.c: Implement valuetype arguments and return values for
10323         tailcalls on Linux.
10324
10325 2008-09-09  Mark Probst  <mark.probst@gmail.com>
10326
10327         * mini-ppc.c: Partially implement tail calls (struct arguments and
10328         return values not supported).
10329
10330         * method-to-ir.c: Enable tail calls on PPC.
10331
10332 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
10333
10334         * aot-compiler.c (emit_wrapper_info): Omit the klass name from
10335         runtime-invoke wrappers to work around the problem of them getting
10336         assigned to a random class.
10337
10338         * aot-runtime.c (mono_aot_get_method): Ditto.
10339         
10340 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
10341
10342         * mini-exceptions.c mini-mips.h mini-s390.h exceptions-mips.c: Kill
10343         the CUSTOM_EXCEPTION_HANDLING and CUSTOM_STACK_WALK defines.
10344
10345 2008-09-07  Mark Probst  <mark.probst@gmail.com>
10346
10347         * method-to-ir.c (mono_method_to_ir2): Disable tail calls for PPC
10348         until they're implemented properly.
10349
10350         * exceptions-ppc.c: Use arch-independent exception-handling code
10351         instead of custom one.
10352
10353         * exceptions-ppc.c, mini-ppc.c, mini-ppc.h: Bug fixes and changes
10354         for Linear IR.
10355
10356         * tramp-ppc.c, mini-ppc.c: Fixed warnings.
10357
10358         * decompose.c, aot-runtime.c, aot-compiler.c: PPC code also
10359         applies when __powerpc__ is defined.
10360
10361 2008-09-06  Zoltan Varga  <vargaz@gmail.com>
10362
10363         * aot-runtime.c (mono_aot_get_method): Add another cache mapping wrapper
10364         methods to their code to avoid computing the full name of wrappers and
10365         doing a lookup in a string hash table.
10366
10367 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
10368
10369         * method-to-ir.c: Remove the CHECK_BBLOCK () stuff it is not needed since
10370         we identify bblocks before method_to_ir () is ran.
10371
10372         * branch-opts.c (mono_optimize_branches): Avoid nullifying the exit bblock.
10373         Also avoid optimizing branches pointing to themselves.
10374
10375         * mini.c (mini_method_compile): Ditto. Fixes #422947.
10376
10377 2008-09-05  Rodrigo Kumpera  <rkumpera@novell.com>
10378
10379         * driver.c (mono_main): Enable the new verifier under core-clr and cas.
10380
10381 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
10382
10383         * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Implement this.
10384         (mono_arch_patch_plt_entry): Fix the calculation of the jump_entry.
10385         (mono_arch_get_nullified_class_init_trampoline): Return 'code' instead of
10386         'buf'.
10387
10388         * aot-compiler.c (emit_plt): Fix the arm plt entries, previously they all 
10389         jumped to the same entry in plt_jump_table.
10390
10391 2008-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
10392
10393         * method-to-ir.c (initialize_array_data): Handle field with RVA from
10394         dynamic images.
10395
10396 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
10397
10398         * method-to-ir.c (handle_isinst): Do the assignment at the beginning, so the
10399         other assignment can be if converted. Saves 1.5% on corlib size and fixes
10400         #421807.
10401
10402 2008-08-29  Geoff Norton  <gnorton@novell.com>
10403
10404         * aot-compiler.c: The Mach/ARM compiler doesn't understand the bss
10405         segment, and doesn't properly handle .space as .text.  Fixes
10406         AOT Mach/ARM
10407
10408 2008-08-29  Geoff Norton  <gnorton@novell.com>
10409
10410         * mini.c: Disable the mach exception handler when running on 
10411         ARM
10412
10413 2008-08-29  Geoff Norton  <gnorton@novell.com>
10414
10415         * aot-compiler.c: Patch from Renaldas Zioma to properly register 
10416         globals on Darwin/ARM
10417
10418 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
10419
10420         * mini.c: Avoid not initializing the runtime when doing AOT compilation, 
10421         since too many things depend on it. Instead, call 
10422         mono_runtime_set_no_exec ().
10423         
10424         * mini.c (mono_create_tls_get): Call mono_alloc_preg (cfg) when running with
10425         the new JIT.
10426
10427         * aot-compiler.c: Add an 'asm-only' AOT option.
10428
10429         * mini.c: Avoid initializing the runtime when doing AOT compilation.
10430                 
10431         * aot-compiler.c (compile_method): Disable gshared support for now as it
10432         doesn't yet work.
10433
10434 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
10435
10436         * mini-amd64.h : Fix a compiler warning.
10437
10438         * exceptions-amd64.c (mono_arch_unwindinfo_install_unwind_info) :
10439           Changed to use a callback function to retrieve the unwind info.
10440           This avoids problems observed when code blocks were removed by
10441           unloading an app domain.
10442
10443         * mini-amd64.c (mono_arch_cpu_optimizazions) : Removing the peephole 
10444           and branch excludes for Winx64.  The fix in exceptions-amd64.c allows them
10445           to work properly.
10446
10447         Contributed under MIT/X11 license.
10448
10449 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
10450
10451         * mini-amd64.c (mono_arch_output_basic_block) : Fix the OP_X86_PUSH_OBJ
10452           case to keep the stack aligned to 8.
10453
10454         Contributed under MIT/X11 license.
10455
10456 2008-08-26  Zoltan Varga  <vargaz@gmail.com>
10457
10458         * aot-runtime.c (mono_aot_get_method): Add a cache for wrapper names to
10459         avoid repeated linear searches.
10460
10461 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
10462
10463         * aot-compiler.c (add_wrappers): Avoid calling get_runtime_invoke with
10464         methods it can't handle.
10465         
10466         * aot-compiler.c (add_method): Avoid adding a method twice.
10467         (add_wrappers): Add runtime invoke wrappers for all methods.
10468
10469         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): New
10470         function to create an aot-compatible version of this trampoline.
10471
10472         * aot-compiler.c aot-runtime.c: Add support for AOT rgctx fetch trampolines.
10473
10474 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
10475
10476         * aot-compiler.c (compile_method): Skip wrappers of generic icalls.
10477
10478         * method-to-ir.c (mono_method_to_ir2): Replace an assert in UNBOX_ANY
10479         with a generic sharing failure.
10480
10481         * aot-compiler.c (emit_klass_info): Call mono_class_get_nested_types ().
10482
10483         * method-to-ir.c (mono_method_to_ir2): Rethrow the correct exception in
10484         CEE_RETHROW. Fixes #419634.
10485
10486         * mini.c (mono_method_to_ir): Ditto.
10487
10488         * exceptions.cs: Add a new test.
10489         
10490         * generic-sharing.c (mini_type_stack_size): Always pass TRUE as allow_open
10491         to mono_type_stack_size_internal () since some callers might not pass in
10492         an rgctx.
10493
10494         * mini-x86.c (mono_arch_emit_prolog): Store the rgctx before calling
10495         instrument_prolog. Fixes #419878.
10496
10497         * mini.c (mono_compile_create_var_for_vreg): Make the lvars representing
10498         doubles in soft float mode volatile.
10499
10500 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
10501
10502         * ir-emit.h (NEW_ARGSTORE): Use cfg->args and cfg->arg_types to fix the build.
10503
10504         * method-to-ir.c (mono_save_args): Use ARGSTORE instead of TEMPSTORE
10505         to handle soft float correctly.
10506
10507         * tramp-arm.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Implement
10508         the fast path.
10509
10510         * mini.h (struct MonoCallInst): Add dynamic_imt_arg boolean field.
10511
10512         * exceptions-arm.c (mono_arch_find_jit_info): Set ctx->regs [ARMREG_R11]
10513         to sp, since the generics catch code requires it.
10514
10515         * mini-arm.h (MONO_ARCH_VTABLE_REG): Use R0 for this to avoid needless
10516         copying.
10517
10518         * method-to-ir.c (emit_imt_argument): Pass imt_arg to 
10519         mono_arch_emit_imt_argument ().
10520
10521         * mini-<ARCH>.c (mono_arch_emit_imt_argument): Add an 'imt_arg' argument.
10522
10523         * mini-arm.c tramp-arm.c: Generic sharing updates.
10524
10525 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
10526
10527         * mini-arm.c: Fix the arm build.
10528
10529         * generic-sharing.c (mini_type_get_underlying_type): New helper function
10530         handling enums, generic instances and generic sharing.
10531         (mini_type_stack_size_full): Ditto.
10532
10533         * mini-amd64.c mini-x86.c mini-arm.c: Use the new functions.
10534         
10535         * mini.h (struct): Add 'uses_rgctx_reg' and 'uses_vtable_reg' fields.
10536
10537         * method-to-ir.c: Set the new fields when using RGCTX_REG/VTABLE_REG.
10538
10539         * tramp-arm.c: Implement the rgctx fetch and the generic class init 
10540         trampolines.
10541
10542         * mini-arm.c: Various small generic sharing changes.
10543
10544         * tramp-x86.c (mono_arch_create_generic_class_init_trampoline): Implement
10545         this for x86.
10546         (mono_arch_create_trampoline_code): Remove most of the GENERIC_CLASS_INIT
10547         custom code.
10548
10549         * mini-trampolines.c (mono_create_generic_class_init_trampoline): New
10550         helper function to return a generic class init trampoline.
10551
10552         * method-to-ir.c mini.c: Use it.
10553         
10554         * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline): New
10555         arch-specfic function to return a generic class init trampoline.
10556
10557         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Remove most of
10558         the GENERIC_CLASS_INIT custom code.
10559
10560         * method-to-ir.c (mono_method_to_ir2): If RGCTX_REG is not defined, that is
10561         a fatal error, not a sharing failure.
10562
10563         * tramp-<ARCH>.c (mono_arch_get_rgctx_lazy_fetch_offset): Removed, no longer
10564         needed.
10565
10566         * mini-trampolines.c (mono_rgctx_lazy_fetch_trampoline): Get the additional
10567         trampoline argument from MONO_ARCH_VTABLE_REG.
10568
10569         * tramp-x86.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
10570         order of the arguments to the C trampoline: pass 'slot' as the trampoline
10571         argument, and pass the vtable in VTABLE_REG.
10572
10573         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
10574         order of the arguments to the C trampoline: pass 'slot' as the trampoline
10575         argument, and pass the vtable in VTABLE_REG.
10576         (mono_arch_create_trampoline_code_full): Remove some special casing for
10577         the rgctx fetch trampoline.
10578
10579         * mini.c (mono_method_to_ir): Fix the STELEM_ANY+null value optimization.
10580         Fixes #419273.
10581
10582         * iltests.il: Add a test for it.
10583
10584 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
10585
10586         * aot-compiler.c (compile_method): Enable AOT support for generics sharing.
10587
10588         * method-to-ir.c (mono_method_to_ir2): Remove an aot restriction which is
10589         no longer needed.
10590
10591         * mini-trampolines.c (mono_magic_trampoline): Add a sync wrapper here,
10592         use mono_jit_info_table_find () to avoid recursion.
10593         (mono_delegate_trampoline): Add a sync wrapper here.
10594
10595         * method-to-ir.c (mono_method_to_ir2): Don't call mono_ldftn_nosyc
10596         here.
10597
10598         * mini.c (mono_method_to_ir): Ditto.
10599         
10600         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Remove
10601         add_sync_wrapper argument. Don't add a sync wrapper here.
10602         (mono_create_jump_trampoline): Don't add a sync wrapper here.
10603
10604         * jit-icalls.c (mono_ldftn_nosync): Removed, no longer needed.
10605         
10606 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
10607
10608         * exceptions-amd64.c (seh_handler):  For Winx64 adding missing copy 
10609           of nonvolatile registers back from MonoContext to CONTEXT.
10610
10611         Contributed under MIT/X11 license.
10612
10613 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
10614
10615         * mini-amd64.c (mono_arch_get_delegate_invoke_impl):  When shifting the
10616           arguments on Winx64 there are only 4 argument registers.  For this
10617           logic to work the last argument must be pulled from the stack.  
10618
10619         Contributed under MIT/X11 license.
10620
10621 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
10622
10623         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
10624
10625         * aot-runtime.c aot-compiler.c patch-info.h mini.c: Get rid of
10626         MONO_PATCH_INFO_WRAPPER, encode/decode wrapper methods like the others in
10627         encode/decode_method_ref ().
10628
10629         * aot-compiler.c (encode_patch): Handle STATIC_RGCTX_INVOKE wrappers.
10630
10631         * aot-runtime.c (decode_patch): Ditto.  
10632
10633         * mini.c (mono_resolve_patch_target): Handle RGCTX_FETCH sub-patches of type
10634         MONO_PATCH_INFO_METHOD.
10635
10636         * aot-runtime.c (decode_exception_debug_info): Decode the contents of
10637         MonoGenericJitInfo.
10638
10639         * aot-compiler.c (emit_exception_debug_info): Emit the contents of
10640         MonoGenericJitInfo.
10641
10642         * method-to-ir.c (emit_imt_argument): Fix AOT+gshared support.
10643
10644         * mini-amd64.c (add_valuetype): Use a dummy gsctx if we didn't receive
10645         one from the caller.
10646
10647         * aot-runtime.c (decode_generic_inst): New function to decode and
10648         return a interned generic inst.
10649         (decode_klass_ref): Use it.
10650         (decode_method_ref): Ditto.
10651
10652         * aot-compiler.c (emit_exception_debug_info): Save 
10653         jinfo->has_generic_jit_info too.
10654
10655 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
10656
10657         * mini-ia64.c (mono_arch_output_basic_block): Add OP_FCONV_TO_I.
10658
10659         * iltests.il.in: Add a test for fconv_to_i.
10660
10661         * liveness.c: Disable the liveness2 pass for now to save space.
10662
10663         * regalloc2.c: Include mempool-internals.h to fix warnings.
10664
10665         * aot-compiler.c (encode_method_ref): Encode the context of generic
10666         instance methods.
10667
10668         * aot-runtime.c (decode_method_ref): Inflate generic methods using
10669         the context saved in the aot file.
10670
10671         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
10672
10673         * mini-x86.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
10674
10675         * method-to-ir.c (mono_method_to_ir2): When using CEE_JMP, make arguments
10676         volatile so they won't be optimized away.
10677
10678 2008-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
10679
10680         * ssa.c:
10681         * ssa2.c:
10682         * mini.c:
10683         * regalloc2.c:
10684         * dominators.c: Remove duplicated functions that now are in
10685         mempool-internals.h.
10686
10687 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
10688
10689         * aot-compiler.c: Fix warnings.
10690
10691         * aot-runtime.c (decode_klass_ref): Add support for VARs/MVARs.
10692
10693         * aot-compiler.c (encode_klass_ref): Encode is_method too for VARs/MVARs.
10694
10695         * method-to-ir.c (emit_get_rgctx_method): Use MONO_PATCH_INFO_METHODCONST
10696         as the patch type.
10697
10698         * mini.c (mono_resolve_patch_target): Ditto.
10699         
10700         * aot-compiler.c (encode_patch): Add support for RGCTX_FETCH.
10701         (encode_klass_ref): Add support for encoding VARs/MVARs.
10702
10703         * mini.c (mono_patch_info_dup_mp): Handle RGCTX_FETCH.
10704
10705         * aot-runtime.c (decode_patch_info): Rename to 'decode_patch'. Split out
10706         the handling of the got entries into a separate 'decode_got_entry' function.
10707         Add support for RGCTX_FETCH.
10708
10709         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RDI since RAX is
10710         clobbered by the trampoline code.
10711
10712         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RAX since that is
10713         not clobbered by the indirect calling code.
10714
10715 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
10716
10717         * mini-x86.c (mono_arch_patch_code): Handle RGCTX_FETCH/GENERIC_CLASS_INIT
10718         to fix the build.
10719
10720 2008-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
10721
10722         * method-to-ir.c (mono_emit_method_call_full): Alloc the constructor
10723         signature using the compilation mempool otherwise we would leak it.
10724
10725 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
10726
10727         * method-to-ir.c (mono_method_to_ir2): Emit the generic class inits using
10728         mono_emit_abs_call ().
10729
10730         * patch-info.h: Add GENERIC_CLASS_INIT.
10731
10732         * mini.c (mono_resolve_patch_target): Handle GENERIC_CLASS_INIT.
10733
10734         * mini-amd64.c (emit_call_body): Treat abs calls which have a patch info
10735         as their target as a near call.
10736
10737         * mini.c (mono_codegen): Handle patches stored in cfg->abs_patches in the
10738         ABS handling code.
10739         (mono_resolve_patch_target): Add support for MONO_PATCH_INFO_RGCTX_FETCH.
10740
10741         * method-to-ir.c (mono_emit_abs_call): New helper function which emits a
10742         call to a runtime function described by a patch.
10743
10744         * method-to-ir.c: Emit rgctx entry fetches and class init trampolines using
10745         mono_emit_abs_call, this has the advantage that the ABS handling code in
10746         mono_codegen () can handle them both, and can handle other stuff in the
10747         future without additional code.
10748
10749         * mini.h (struct MonoJumpInfoRgctxEntry): New structure describing an rgctx
10750         entry.
10751         (MonoCompile): Add 'abs_patches' hashtable, which contains patches describing
10752         abs addresses.
10753
10754         * mini.h: Add missing bblock related prototypes.
10755
10756         * mini.h (MonoCompile): Remove unused reverse_inst_list and
10757         reverse_inst_list_len fields.
10758
10759         * mini.c: Refactor this file a bit by moving branch optimizations to 
10760         branch-opts.c.
10761
10762         * method-to-ir.c: Merge generic sharing changes missed earlier.
10763
10764         * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST.
10765
10766         * aot-runtime.c (decode_patch_info): Refactor the code dealing with the
10767         shared patches. Process METHODCONST as a shared patch.
10768
10769         * liveness.c (mono_analyze_liveness): Disable the liveness2 code for now
10770         as it crashes on the 2.0 mscorlib.
10771
10772         * aot-compiler.c (is_shared_got_patch): Revert the last change as it seems
10773         to cause crashes.
10774         
10775         * aot-compiler.c: Use is_plt_patch () in a few additional places.
10776         (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST, which is generated
10777         by IMT.
10778
10779         * aot-compiler.c: Reorganize the got handling code to be a bit more
10780         understandable.
10781
10782 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
10783
10784         * aot-compiler.c: Make the patch_to_plt_offset hash table use 
10785         mono_patch_info_equals/hash, and use it to massively simplify
10786         get_plt_index ().
10787
10788         * mini.c (mono_patch_info_hash): Simplify this and add support for
10789         more patch types.
10790
10791         * patch-info.h: Rename RGCTX_LAZY_FETCH_TRAMPOLINE to just RGCTX_FETCH.
10792
10793         * mini.c aot-compiler.c aot-runtime.c: Revert the LAZY_FETCH_TRAMPOLINE
10794         handling code, since an offset is not enough to identify a trampoline.
10795
10796         * method-to-ir.c: Remove some g_assert (!cfg->compile_aot) lines.
10797
10798 2008-08-17  Mark Probst  <mark.probst@gmail.com>
10799
10800         * mini.c (mono_op_imm_to_op): Add case for OP_IMUL_IMM.
10801
10802         * method-to-ir.c (mono_method_to_ir2): Decompose OP_CKFINITE.
10803
10804         * mini-ops.h: Argument and result types for OVF_CARRY ops.
10805
10806         * decompose.c: PPC decompositions for various ops.
10807
10808         * cpu-ppc.md, inssel-ppc.brg, mini-ppc.c: PPC changes for Linear IL.
10809
10810 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
10811
10812         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Make this
10813         call the generic trampoline code using a call, instead of a jump, to
10814         remove some special casing from the generic trampoline code.
10815
10816         * mini.c (mono_resolve_patch_target): Handle LAZY_FETCH_TRAMPOLINE.
10817         (mono_codegen): Ditto.
10818
10819         * aot-compiler.c aot-runtime.c: Ditto.
10820
10821         * patch-info.h: Add MONO_PATCH_INFO_RGCTX_LAZY_FETCH_TRAMPOLINE.
10822
10823         * mini-trampolines.c (mono_find_rgctx_lazy_fetch_trampoline_by_addr): New
10824         helper function to find the offset corresponding to a lazy fetch trampoline.
10825
10826         * mini.h (MonoCompile): Add 'orig_method' field to hold the original method
10827         when doing generic sharing.
10828
10829         * aot-compiler.c: Use cfg->orig_method instead of cfg->method in a lot of
10830         places.
10831         
10832         * mini.c (mono_create_rgctx_lazy_fetch_trampoline): Move this to
10833         mini-trampolines.c to be with the other trampoline creation functions.
10834
10835         * method-to-ir.c (mono_emit_method_call): Remove the 'signature' argument
10836         as it is equal to method->signature in most cases, add a 
10837         mono_emit_method_call_full variant which takes a signature and an imt
10838         argument as well.
10839
10840 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
10841
10842         * jit-icalls.c (mono_helper_compile_generic_method): Don't pass the context
10843         to this function, since it could be computed easily from the method 
10844         argument.
10845         (mono_helper_compile_generic_method_wo_context): Removed, not needed any
10846         more.
10847
10848         * method-to-ir.c mini.c: Remove references to 
10849         compile_generic_method_wo_context.
10850
10851         * method-to-ir.c (mono_method_to_ir2): Enable AOT for virtual
10852         generic method calls.
10853         
10854         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_1 for 1
10855         dimensional non-szarrays.
10856
10857         * mini.c (mini_init): Register mono_array_new_1.
10858
10859         * jit-icalls.c (mono_array_new_1): New jit icall.
10860
10861         * mini-trampolines.c (mono_magic_trampoline): For jumps, patch the GOT entries
10862         pointing to the method.
10863
10864         * aot-runtime.c (mono_aot_get_method_from_token): Register GOT slots holding
10865         method addresses belonging to METHOD_JUMP patches in the 
10866         jump_target_got_slot_hash.
10867         (mono_aot_load_method): Ditto.
10868
10869         * aot-compiler.c (compile_method): Allow AOT compilation of methods with
10870         METHOD_JUMP patches.
10871
10872         * mini.c (mini_create_jit_domain_info): New helper function which 
10873         initializes/frees domain->runtime_info.
10874         (mini_free_jit_domain_info): Ditto.
10875         (mini_init): Install the domain hook functions with the runtime.
10876
10877         * mini.h (MonoJitDomainInfo): New structure which stores the domain specific
10878         information maintained by the JIT.
10879
10880         * mini.c (mono_resolve_patch_target): For PATCH_INFO_METHOD_JUMP, move the
10881         insertion into jump_table_hash into mono_codegen (), also implement proper
10882         locking.
10883
10884         * method-to-ir.c (mono_method_to_ir2): Don't disable AOT for CEE_JMP and
10885         tail calls, it is already done by the aot code.
10886         
10887         * method-to-ir.c (mono_method_to_ir2): Handle CEE_JMP using the tail call
10888         mechanism on amd64.
10889
10890         * iltests.il.in: Make the jmp test a bit more complex.
10891
10892         * aot-compiler.c (encode_method_ref): Handle references to normal methods of
10893         generic instances which doesn't have a token.
10894
10895         * aot-runtime.c (decode_method_ref): Ditto.
10896         
10897         * method-to-ir.c (handle_unbox_nullable): Don't disable AOT, the aot code
10898         can handle this case now.
10899         (handle_box): Ditto.
10900
10901 2008-08-15  Geoff Norton  <gnorton@novell.com>
10902
10903         * mini-x86.c: Fix alignment on Apple x86, and re-disable the alignment
10904         debugging check.
10905
10906 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
10907
10908         * method-to-ir.c (mono_method_to_ir2): Allow AOT compilation of methods
10909         calling generic methods.
10910
10911         * aot-compiler.c (encode_patch): Handle MONO_PATCH_INFO_METHOD_RGCTX.
10912
10913         * aot-runtime.c (decode_patch_info): Ditto.
10914
10915         * mini.c (mono_resolve_patch_target): Ditto.
10916         
10917         * patch-info.h: Add METHOD_RGCTX.
10918
10919         * mini-amd64.c (mono_arch_output_basic_block): Optimize LOCALLOC_IMM.
10920
10921 2008-08-14  Zoltan Varga  <vargaz@gmail.com>
10922
10923         * mini-amd64.c (mono_arch_emit_call): Nullify call->vret_var if returning
10924         arguments in registers.
10925
10926         * decompose.c (mono_decompose_vtype_opts): Create a var for the vreg in
10927         OP_VCALL too, don't depend on OP_OUTARG_VTRETADDR doing it.
10928
10929         * mini.c (mini_method_compile): Abort aot compilation for generic
10930         methods if generic sharing is disabled.
10931         
10932         * mini.c (mono_method_to_ir): Disable AOT for virtual calls requiring
10933         an mrgctx.
10934
10935         * method-to-ir.c (mono_method_to_ir2): Disable AOT for virtual calls 
10936         requiring an mrgctx.
10937
10938         * decompose.c (mono_decompose_vtype_opts): Emit the correct sized
10939         store instructions when converting a vcall to a normal call.
10940
10941         * mini.c (sigprof_signal_handler): Call mono_find_jit_info instead of
10942         mono_arch_find_jit_info.
10943
10944 2008-08-13  Zoltan Varga  <vargaz@gmail.com>
10945
10946         * method-to-ir.c (check_inline_called_method_name_limit): Optimize this to
10947         avoid calling mono_method_full_name () for every method even if the
10948         env var is not set.
10949         (check_inline_caller_method_name_limit): Ditto.
10950
10951 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
10952
10953         * driver.c (main_thread_handler): Allow AOT compilation of multiple 
10954         assemblies in one run.
10955
10956         * aot-compiler.c (mono_compile_assembly): Only print out a count of
10957         skipped methods if it is not 0.
10958
10959         * Makefile.am (aotcheck): AOT compile all test assemblies in one run.
10960
10961 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
10962
10963         * mini.c (mono_codegen):  Changing a preprocessor check from WIN64 to
10964           MONO_ARCH_HAVE_UNWIND_TABLE.
10965
10966         Contributed under MIT/X11 license.
10967
10968 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
10969
10970         * mini-amd64.c (mono_arch_cpu_optimizazions):  Remove peephole and branch
10971           from default optimizaton list on Winx64.
10972
10973         * mini-amd64.c (emit_tls_get):  Added Winx64 specific implementation for GetTLS.
10974
10975         * mini-amd64.c (mono_arch_emit_prolog):  Adding an offset on Winx64 to get
10976           the LMF from the MonoJitTlsData structure.
10977
10978         * mini-amd64.c (mono_arch_setup_jit_tls_data):  Added Winx64 implementation.
10979
10980         Contributed under MIT/X11 license.
10981
10982 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
10983
10984         * mini.c (sigsegv_signal_handler): Fix the build.
10985
10986         * mini-amd64.c (emit_call_body): Use image->aot_module instead of 
10987         assembly->aot_module.
10988
10989         * aot-runtime.c: Use image->aot_module instead of searching in the aot_modules
10990         hash table. This simplifies and speeds up a lot of code, and fixes support
10991         for .netmodules.
10992
10993         * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes if the thread is not registered
10994         with the runtime.
10995
10996         * mini-exceptions.c: Ditto.
10997         
10998         * exceptions-*c.c (mono_arch_find_jit_info): Remove unused 'trace' and
10999         'native_offset' argument, since these are computed in the 
11000         mono_find_jit_info () function.
11001
11002         * mini-exceptions.c (mono_find_jit_info): Make this non-static, as it
11003         is used by exceptions-ppc.c.
11004
11005         * exceptions-ppc.c: Call mono_find_jit_info () instead of 
11006         mono_arch_find_jit_info ().
11007         
11008         * mini-ppc.h exceptions-ppc.c mini-mips.h mini-mips.c exceptions-mips.c
11009         mini-exceptions.c: Get rid of the CUSTOM_STACK_WALK stuff, use the
11010         generic code in mini-exceptions.c.
11011
11012 2008-08-11  Zoltan Varga  <vargaz@gmail.com>
11013
11014         * mini-ppc.c (mono_arch_flush_register_windows): Add this for ppc.
11015
11016         * aot-runtime.c (mono_aot_get_plt_info_offset): Fix a warning.
11017         
11018         * aot-runtime.c (mono_aot_get_method): Avoid doing all the loading inside
11019         the aot lock, to avoid deadlocks when mono_aot_get_class_from_name () is
11020         called while holding the loader lock. Fixes #415608.
11021         (mono_aot_get_method_from_token_inner): Ditto.
11022
11023 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
11024
11025         * exceptions-ppc.c (mono_jit_walk_stack): Use MONO_INIT_CONTEXT_FROM_CURRENT
11026         to reduce differences between this and the generic implementation in
11027         mini-exceptions.c.
11028         (ves_icall_get_frame_info): Ditto.
11029
11030         * mini-ppc.h (MONO_INIT_CONTEXT_FROM_CURRENT): Define this for ppc too.
11031
11032         * mini-exceptions.c (mono_exceptions_init): Remove an #ifdef which is no
11033         longer neccesarry.
11034
11035         * exceptions-ppc.c (arch_get_call_filter): Rename this to 
11036         mono_arch_get_call_filter () and make it non-static, for consistency with the
11037         other architectures.
11038
11039 2008-08-09  Rodrigo Kumpera  <rkumpera@novell.com>
11040
11041         * mini.c:
11042         * local-propagation.c:
11043         * mini-x86.c: Correct the name of arch defines.
11044
11045 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
11046
11047         * method-to-ir.c (mono_op_to_op_imm_noemul): Correct name of
11048         NO_EMULATE_LONG_SHIFT_OPS define.
11049
11050 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
11051
11052         * method-to-ir.c (mono_method_to_ir2): Remove some code from CEE_MONO_LDPTR
11053         now that aot-ed icall wrappers use CEE_MONO_ICALL_ADDR.
11054
11055         * aot-compiler.c aot-runtime.c: Add support for static aot compilation.
11056         MACH fixes. Merged from the 2.0 branch.
11057
11058         * method-to-ir.c (mono_method_to_ir2): Handle CEE_MONO_ICALL_ADDR.
11059
11060         * mini.c (mono_resolve_patch_target): Error out if an icall is not found.
11061         (mono_method_to_ir): Handle CEE_MONO_ICALL_ADDR.
11062
11063         * exceptions-arm.c (mono_arch_get_throw_exception_generic): Add AOT support.
11064
11065         * method-to-ir.c mini.c driver.c aot-compiler.c: Update after
11066         mono_marshal_get_native_wrapper () signature changes.
11067
11068 2008-08-07  Rodrigo Kumpera  <rkumpera@novell.com>
11069
11070         * jit-icalls.c (mono_fconv_ovf_u8): Work around soft-float double to long
11071         conversion bug under arm.
11072
11073 2008-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
11074
11075         * cpu-arm.md: Increase long_conv_to_ovf_i4_2 max length to 36.
11076
11077         * mini-arm.c (mono_arch_output_basic_block): Implement long to int conversion
11078         with overflow checking.
11079
11080 2008-08-05  Marek Habersack  <mhabersack@novell.com>
11081
11082         * Makefile.am (GENMDESC_PRG): when cross-compiling use full path
11083         to the genmdesc.pl file
11084
11085 2008-08-05  Zoltan Varga  <vargaz@gmail.com>
11086
11087         * ir-emit.h (EMIT_NEW_ARGSTORE): Fix the usage of param_types and
11088         arg_array in the soft-float versions of the LOAD/STORE macros.
11089
11090         * method-to-ir.c (mono_method_to_ir2): Fix a warning in the arm switch
11091         implementation.
11092
11093         * ir-emit.h (NEW_VARLOADA): Handle SOFT_FLOAT correctly.
11094
11095 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
11096
11097         * mini-ia64.c (add_valuetype): Only reserve half parameter slot for each member of
11098         a float HFA. Fixes #413621.
11099
11100 2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
11101
11102         * mini-x86.c (mono_arg_get_argument_info): Rename last occurrence of
11103         frame_size to args_size. Fixes build.
11104
11105 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
11106
11107         * mini-x86.c (mono_arch_get_argument_info): Rename frame_size to args_size,
11108         and don't align it to MONO_ARCH_FRAME_ALIGNMENT.
11109
11110         * mini-x86.h: Change MONO_ARCH_FRAME_ALIGNMENT to 8 so doubles stored on
11111         the stack are not unaligned. Fixes #413247.
11112         
11113 Fri Aug 1 18:46:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
11114
11115         * mini.c: update jitted methods performance counters.
11116
11117 Fri Aug 1 16:30:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
11118
11119         * mini-exceptions.c: increase the exceptions thrown performance
11120         counter in mono_handle_exception ().
11121
11122 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
11123
11124         * aot-runtime.c: Use MonoImage's as keys in the aot_modules hash so the aot
11125         can work with netmodules.
11126
11127 2008-07-28  Geoff Norton  <gnorton@novell.com>
11128
11129         * mini-x86.h: Correct the frame alignment on OSX.  Fixes the jit 
11130         regression tests.
11131
11132 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
11133
11134         * mini-x86.c (mono_arch_emit_call): Emi the osx stack alignment at the
11135         correct place.
11136
11137 2008-07-28  Bill Holmes  <billholmes54@gmail.com>
11138
11139         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
11140           The float param registers and other param registers must be the 
11141           same index on Windows x64.
11142
11143         * mini-amd64.c (mono_arch_allocate_vars) : Implementing the 
11144           ArgValuetypeAddrInIReg argument case.  Setting the argument
11145           op to OP_VTARG_ADDR (OP_REGOFFSET)).
11146
11147         * mini-amd64.c (mono_arch_call_opcode) : Winx64 fix.  Use the size
11148           variable computed above as the copy length for arguments of storage
11149           type ArgValuetypeAddrInIReg.
11150
11151         * mini-amd64.c (mono_arch_emit_call) :  Implementing the 
11152           ArgValuetypeAddrInIReg argument case.  This case will rely on
11153           mono_arch_emit_outarg_vt to emit the correct code later in the process.
11154
11155         * mini-amd64.c (mono_arch_emit_call) :  On Winx64 there always needs to be
11156           a 32 byte stack allocation for all calls.  We will omit the adjustment for
11157           jump and tail call instructoins as they do not follow the typical call behavior.
11158
11159         * mini-amd64.c (mono_arch_emit_outarg_vt) :  Implementing the case for
11160           ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
11161           local variable and pass the local variable by reference to the called method.
11162
11163         * mini-amd64.c (mono_arch_emit_prolog, emit_load_volatile_arguments) :
11164           Implementing the ArgValuetypeAddrInIReg argument case.  When the address
11165           of a struct is passed in a register it must be saved with the other
11166           volatile argument on the stack.
11167
11168         * mini-amd64.c (mono_arch_emit_prolog) : Winx64 fix.  When omitting the
11169           frame pointer the stack adjustment value must be saved to the unwind 
11170           info structure.
11171
11172         Contributed under MIT/X11 license.
11173
11174 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
11175
11176         * inssel-x86.brg (stmt): Add missing OP_X86_OUTARG_ALIGN_STACK rule
11177         which got lost in the merge.
11178
11179 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
11180
11181         * method-to-ir.c: Make the helper_sig variables extern to fix the ppc
11182         build.
11183
11184         * mini-amd64.c (emit_call_body): Add a no_patch case missed earlier.
11185         
11186         * mini-amd64.c (emit_call_body): Avoid aligning the call instruction on
11187         icalls, since they won't be patched.
11188
11189         * exceptions-amd64.c (mono_arch_get_restore_context_full): Use a slightly
11190         different code sequence when running under valgrind to prevent some valgrind
11191         errors.
11192
11193         * iltests.il.in: Add new regression test.
11194
11195         * method-to-ir.c (mono_method_to_ir2): Fix handling of inlined methods which
11196         end with a throw.
11197
11198         * method-to-ir.c (mono_method_to_ir2): Use get_vreg_to_inst () instead of
11199         accessing cfg->vreg_to_inst directly to prevent a crash in LDFLD.
11200
11201         * iltests.il.in: Add new test.
11202
11203         * aot-compiler.c: Fix some warnings.
11204
11205         * decompose.c (mono_decompose_long_opts): Implement OP_ICONV_TO_OVF_I8_UN.
11206         Fixes #412494.
11207
11208 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
11209
11210         * driver.c (mono_main): Fix the --gc=none build. Fixes #412482.
11211         (mini_usage_jitdeveloper): Add a missing --wapi option.
11212
11213 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11214
11215         * mini-codegen.c: Simplify the is_fp macros.
11216         (free_up_ireg): Remove, use free_up_reg instead.
11217         (free_up_reg): Fix the fp case.
11218
11219 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
11220
11221         * cpu-arm.md (loadr8_membase): Increase the length of this as this is not
11222         lowered earlier.
11223
11224         * exceptions-x86.c: Merge some changes which seemed to have got lost
11225         in the linear-ir merge.
11226
11227         * liveness.c: Disable the liveness2 pass on 32 bit platforms.
11228
11229         * method-to-ir.c (mono_handle_global_vregs): Make the component vregs of a
11230         long vreg volatile even if the variable was already created.
11231
11232         * liveness.c (update_liveness2): Avoid eliminating dead definitions of
11233         volatile variables.
11234
11235 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
11236
11237         * cpu-x86.md (fcall_membase): Increase the size of the fcall opcodes.
11238
11239         * mini.c (mono_jit_compile_method_inner): Add support for 
11240         MONO_EXCEPTION_BAD_IMAGE.
11241
11242         * method-to-ir.c (mono_method_to_ir2): Avoid a crash if 
11243         mini_method_get_context () returns NULL. Fixes #356531.
11244
11245         * mini.c (mono_method_to_ir): Ditto.
11246         
11247         * method-to-ir.c (mono_method_to_ir2): Create a variable if needed when
11248         accessing a field of a valuetype in LDFLD/STFLD. Fixes #412399.
11249
11250 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11251
11252         * method-to-ir.c (mono_method_to_ir2): Initialize an uninitialized variable
11253         in the LDFTN implementation.
11254
11255 2008-07-25  Mark Probst  <mark.probst@gmail.com>
11256
11257         * mini-trampolines.c (mono_magic_trampoline): When sharing generic
11258         code, patch calls to icalls, too, even if they're not in the
11259         shared generic code hash.  Fixes #411962.
11260
11261 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11262
11263         * cpu-x86.md: Increase the length of the fcall opcodes.
11264
11265         * mini-x86.c (emit_move_return_value): Avoid some precision issues for
11266         calls returning floats.
11267
11268         * method-to-ir.c (mono_method_to_ir2): Remove the generic sharing restrictions
11269         on NEWARR.
11270         
11271         * method-to-ir.c (mono_method_to_ir2): Merge some LDFTN gsharing changes
11272         missed earlier.
11273
11274         * method-to-ir.c (handle_delegate_ctor): Avoid putting dynamic methods
11275         into the domain->method_code_hash.
11276
11277         * aot-compiler.c: Fix win32 build.
11278
11279         * method-to-ir.c (EMIT_GET_RGCTX): Call EMIT_NEW_LDARG in emit_get_rgctx ().
11280         
11281         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_specific in the
11282         gshared NEWARR implementation.
11283
11284         * cpu-sparc.md: Remove duplicate localloc_imm opcode.
11285
11286         * ir-emit.h (NEW_ARGLOAD): Use cfg->args and cfg->arg_types so this macro
11287         can be used outside of method_to_ir.
11288
11289         * mini.h (MonoCompile): Add arg_types field.
11290
11291         * method-to-ir.c (inline_method): Save/Restore cfg->args and cfg->arg_types.
11292         
11293         * method-to-ir.c (mono_method_to_ir2): Set cfg->args and cfg->arg_types to
11294         the values of the local arg_array and param_types array.
11295
11296 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
11297
11298         * method-to-ir.c (mono_method_to_ir2): Allocate a GOT var for NEWOBJ, since
11299         got accesses might only get generated later when NEWOBJ is decomposed.
11300         
11301         * method-to-ir.c (handle_delegate_ctor): Add an optimization to avoid
11302         looking up the native code of the target method when a delegate is called
11303         for the first time.
11304
11305         * mini-trampolines.c (mono_delegate_trampoline): Add the other half of the
11306         optimization.
11307
11308         * debug-debugger.c (MONO_DEBUGGER__debugger_info): Fix a warning.
11309
11310         * aot-runtime.c aot-compiler.c: Add a new option 'no-dlsym' which makes
11311         AOT work on platforms without a working dlsym implementation.
11312
11313         * mini.h: Bump AOT image format version.
11314         
11315 2008-07-24  Mark Probst  <mark.probst@gmail.com>
11316
11317         * mini-exceptions.c: Free a MonoType with
11318         mono_metadata_free_type() instead of g_free().
11319
11320         * aot-runtime.c: Free a MonoType.
11321
11322 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
11323
11324         * method-to-ir.c (mono_method_to_ir2): Add a comment for the box+brtrue
11325         optimization.
11326
11327         * mini-codegen.c (mono_local_regalloc): Remove the remaining items from the
11328         fp stack on x86.
11329
11330 2008-07-23  Massimiliano Mantione  <massi@ximian.com>
11331         * mini.c (sigprof_signal_handler): call the new "runtime initialized"
11332         profiler hook.
11333
11334 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
11335
11336         * method-to-ir.c (mono_method_to_ir2): Set the stack type properly for
11337         NEWOBJ calls on valuetypes.
11338
11339         * iltests.il.in: Add new test.
11340
11341         * mini-x86.c (mono_arch_emit_call): Use mini_type_stack_size ().
11342
11343 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
11344
11345         * mini-exceptions.c: Fix some warnings. Remove one ia64 special case as it
11346         is no longer needed.
11347
11348         * mini-ia64.c (mono_arch_emit_prolog): In native-to-managed wrappers, widen
11349         non register sized integer arguments.
11350         (mono_arch_call_opcode): Add support for ArgInFloatRegR4.
11351         (mono_arch_emit_outarg_vt): Pass a more reasonable alignment to 
11352         emit_memcpy2 ().
11353
11354         * method-to-ir.c (mono_method_to_ir2): Handle the ret_var_is_local case in
11355         CEE_MONO_RETOBJ.
11356         
11357         * method-to-ir.c (ADD_WIDEN_OP): New macro to insert a widening op when
11358         two a binop with different sized arguments is emitted.
11359
11360         * mini.c (mono_bblock_insert_after_ins): Properly link up with the next
11361         instruction in the ins==NULL case.
11362
11363 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
11364
11365         * mini-ops.h: Add OP_X86_OUTARG_ALIGN_STACK.
11366
11367         * mini-x86.c: Fix osx build.
11368
11369         * mini-amd64.c (mono_arch_output_basic_block): Handle varargs in the CALL_REG
11370         opcodes as well.
11371
11372         * method-to-ir.c (mono_spill_global_vars): Avoid fusing a load+store into the
11373         instruction for non int sized variables.
11374
11375         * method-to-ir.c (mono_method_to_ir2): Fix an assert in the LDFLD
11376         implementation.
11377
11378 2008-07-23  Robert Jordan  <robertj@gmx.net>
11379
11380         * method-to-ir.c: Fix MSVC build.
11381
11382 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
11383
11384         * method-to-ir.c (mono_method_to_ir2): When calling native code which returns
11385         a non int sized type, widen it to an int since newer versions of gcc seem to
11386         generate code which needs this.
11387
11388         * ssa2.c abcremoval2.c: Fix warnings.
11389
11390         * *: Merge the Linear IR branch.
11391
11392         The original branch is at trunk/branches/vargaz/mini-linear-il, and
11393         the ChangeLog file there describes all the changes done over the years. 
11394         Further documentation can be found at www.mono-project.com/Linear_IL.
11395
11396 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
11397
11398         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
11399           The float param registers and other param registers must be the 
11400           same index on Windows x64.
11401
11402         Contributed under MIT/X11 license.
11403
11404 2008-07-21  Rodrigo Kumpera  <rkumpera@novell.com>
11405
11406         * mini.c: Make the previous fix GC safe.
11407
11408 2008-07-21  Raja R Harinath  <harinath@hurrynot.org>
11409
11410         * Makefile.am (version.h): Allow a trailing '/' in the repository URL.
11411
11412 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
11413
11414         * mini-amd64.c (get_call_info): Correcting the case for MONO_TYPE_TYPEDBYREF
11415           on Winx64.  This type will not be passed on the stack (ArgOnStack), but 
11416           ArgValuetypeAddrInIReg instead.
11417
11418         Contributed under MIT/X11 license.
11419
11420 2008-07-21  Zoltan Varga  <vargaz@gmail.com>
11421
11422         * mini-codegen.c (get_register_spilling): Fix a warning.
11423
11424 2008-07-17  Rodrigo Kumpera  <rkumpera@novell.com>
11425
11426         * mini.c: Use mono_runtime_class_init_full to avoid leaking memory
11427         for types which the initialization fails. Raises the provided exception
11428         at the right stop after cleanup.
11429
11430 2008-07-16  Zoltan Varga  <vargaz@gmail.com>
11431
11432         * aot-compiler.c: Free most of the memory allocated during compilation.
11433
11434         * mini.c (mini_parse_debug_options): Fix a leak.
11435         
11436         * mini.c (mini_method_compile): Don't add the method to the jit info tables
11437         during aot compilation.
11438
11439 2008-07-14  Zoltan Varga  <vargaz@gmail.com>
11440
11441         * mini.c (mono_method_to_ir): Disable aot for code using CCASTCLASS on x86 as 
11442         it has too much register pressure.
11443
11444 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
11445
11446         * inssel.brg (CEE_CASTCLASS): Remove some dead code.
11447
11448 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
11449
11450         * mini-x86.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
11451         on x86.
11452
11453         * mini-amd64.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
11454         on amd64 similar to the way it is done on arm.
11455
11456         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
11457
11458         * aot-runtime.c (load_aot_module): Rename 'info' to 'amodule' for 
11459         consistency, normalize error messages, avoid loading aot-only modules in
11460         normal mode.
11461
11462         * driver.c (mono_main): Rename --aot-only command line option to --full-aot
11463         for consistency.
11464
11465         * aot-compiler.c aot-runtime.c tramp-arm.c: Implement aot-only support.
11466
11467 2008-07-11  Martin Baulig  <martin@ximian.com>
11468
11469         * debug-debugger.h
11470         (MonoDebuggerInfo): Add `interruption_request'.
11471
11472 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
11473
11474         * aot-compiler.c (emit_plt): Remove some dead code.
11475
11476         * exceptions-arm.c (mono_arch_get_call_filter_full): Initialize ji.
11477
11478         * aot-runtime.c (mono_aot_get_plt_info_offset): New helper function to
11479         return the plt info offset belonging to a given plt entry.
11480
11481         * mini-trampolines.c (mono_aot_plt_trampoline): Use 
11482         mono_aot_get_plt_info_offset.
11483         
11484         * aot-runtime.c aot-compiler.c tramp-arm.c: Change the arm plt code to be
11485         similar to the amd64 code by makeing jumps through a separate jump table 
11486         instead of embedding the jump addresses into the code.
11487
11488 2008-07-11  Zoltan Varga  <vargaz@gmail.com>
11489
11490         * mini.c (mono_method_to_ir): Disable aot for calling ldtoken in a generic
11491         method.
11492
11493 2008-07-10  Martin Baulig  <martin@ximian.com>
11494
11495         * mini.c (mini_method_compile): Disable generics sharing when
11496         running in the debugger.
11497
11498 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
11499
11500         * mini.c (mono_method_to_ir): Create the got var in CEE_REFANYVAL.
11501
11502         * inssel.brg (CEE_CASTCLASS): Avoid reusing temporary registers to prevent
11503         the local register allocator from running out of registers on x86 when 
11504         using aot.
11505
11506 2008-07-10  Bill Holmes  <billholmes54@gmail.com>
11507
11508         * inssel-long.brg For OP_LCONV_TO_OVF_I4 an int cast is needed when 
11509         expressing IntMin for the VS Compiler.  See Compiler Warning (level 2) 
11510         C4146.
11511
11512         Contributed under MIT/X11 license.
11513
11514 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
11515
11516         * aot-compiler.c: Get rid of whitespace in the generated assembly file to
11517         speed up the assembler.
11518
11519 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
11520
11521         * mini-arm.h tramp-arm.c exceptions-arm.c aot-compiler.c: Beginnings of aot-only
11522         support.
11523
11524         * mini.c: Move the soft float handling macros a bit earlier, add 
11525         NEW_TEMPSTORE_SOFT_FLOAT macro, fix warnings, add soft-float support in one
11526         place.
11527
11528         * mini.h: Add prototype for mono_arch_fixup_jinfo.
11529
11530         * mini.c (mini_init): In aot-only mode, set the root domain code manager to
11531         read-only to help catch code allocation requests.
11532         
11533         * mini.c inssel.brg aot-compiler.c: Make the use of IMT runtime configurable,
11534         and turn it off when using --aot-only or when compiling with --aot=full.
11535
11536         * mini.c (mono_resolve_patch_target): In aot-only mode, allocate the
11537         jump table for switches from the normal domain mempool, not the code
11538         manager.
11539
11540         * mini-trampolines.c (get_unbox_trampoline): New function to return an
11541         unbox trampoline which handles aot-only mode too.
11542
11543         * aot-runtime.c (mono_aot_get_unbox_trampoline): New function to lookup
11544         an AOTed unbox trampoline.
11545
11546         * aot-compiler.c (emit_trampolines): Emit unbox trampolines.
11547
11548 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
11549
11550         * wapihandles.c: Fixing MSVC builds.  Include statement changed from <> to
11551         ""
11552
11553         Contributed under MIT/X11 license.
11554
11555 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
11556
11557         * mini.c (mono_codegen):  Allocate space at the end of the code block and store
11558           the unwind information for the method at the end of the allocated block.
11559           
11560         * mini-amd64.h: Added declarations for the unwind routines and adding field to 
11561           MonoCompileArch to hold the unwind info for SEH on Winx64
11562         
11563         * mini-amd64.c (mono_arch_emit_prolog): Calls to the unwind routines added to store
11564           frame pointer info for the method being compiled.
11565           
11566         * exceptions-amd64.c (mono_arch_get_throw_corlib_exception): Added a stack adjustment before
11567           the call to mono_exception_from_token.
11568           
11569         * exceptions-amd64.c: Added mono_arch_unwindinfo* implementations.  This code is responsible
11570           storing the method prolog information in a format that the Winx64 SEH can understand.  This
11571           information is stored a the end of the method block because it is all 32-bit offset based.
11572
11573         Contributed under MIT/X11 license.
11574
11575 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
11576
11577         * mini.h: Remove duplicate definitions of the mini_wapi_ functions.
11578
11579         * wapihandles.c: Fix warnings.
11580
11581         * aot-runtime.c (load_aot_module): Add a missing error message in aot-only
11582         mode.
11583
11584         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Avoid calling 
11585         mono_jit_compile_method in aot-only mode since that calls the type 
11586         initializer.
11587         
11588         * mini-trampolines.c (mono_create_delegate_trampoline): Avoid calling
11589         get_delegate_invoke_impl in aot-only mode.
11590
11591         * mini.c (mono_global_codeman_reserve): Reenable the aot-only check.
11592
11593 2008-07-08  Zoltan Varga  <vargaz@gmail.com>
11594
11595         * trace.c (mono_trace_enter_method): Fix printing of Type instances.
11596
11597         * aot-compiler.c (compile_method): Disable the check for GSHARED since it
11598         is on by default.
11599
11600         * inssel-long.brg (reg): Add a rule for LCALL_REG (OP_I8CONST).
11601
11602         * tramp-amd64.c (mono_arch_nullify_plt_entry): Read the nullified class
11603         init trampoline from the AOT file as well.
11604
11605         * mini-amd64.c (mono_arch_register_lowlevel_calls): Register
11606         mono_amd64_throw_exception as a jit icall since it is needed by the aot-only
11607         code.
11608
11609         * mini.c (mini_init): Move the call to mono_exceptions_init () after 
11610         mono_init.
11611
11612         * exceptions-amd64.c: Add _full variants for the remaining exception code
11613         creation functions as well, allow emission of relocatable code, remove
11614         caching since that is now done by the caller.
11615
11616         * mini-exceptions.c: Add _full variants for the remaining exception code
11617         creation functions as well, add aot-only support.
11618
11619         * aot-compiler.c (compile_method): Allow calls to methods of constructed types
11620         if we can determine a proper token for them.
11621         (add_wrappers): Add a few more wrappers.
11622         (emit_method_code): Remove some dead code.
11623         (emit_trampolines): Emit exception code too.
11624
11625         * mini.c (mono_method_to_ir): Call mono_array_new_2 if possible.
11626
11627         * jit-icalls.c (mono_array_new_2): New jit icall, specialized version of
11628         mono_array_new_va which avoids varargs.
11629
11630         * mini-exceptions.c (mono_exceptions_init): Fix the ppc build.
11631
11632         * mini-trampolines.c: Call mono_create_specific_trampoline () instead of
11633         mono_arch_create_specific_trampoline () in all places.
11634
11635         * aot-compiler.c aot-runtime.c: Refactor the trampoline emitting/loading code
11636         a bit so it can be used for other things as well.
11637         
11638         * mini-exceptions.c (mono_exceptions_init): Initialize throw_exception_by_name
11639         on demand as well.
11640
11641         * exceptions-amd64.c: Rename the caching from the exception code creation
11642         functions, it is done by the caller instead.
11643         
11644         * exceptions-amd64.c: Change the signature of the exception code creation 
11645         functions to allow the creation of relocatable code later.
11646
11647         * mini-exceptions.c: Add a set of functions to query the various 
11648         runtime-generated exception functions.
11649
11650         * mini.c mini-exceptions.c: Use the newly added functions instead of the
11651         mono_arch_.. () functions.
11652         
11653 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
11654
11655         * mini-trampolines.c (mono_aot_get_trampoline_code): Removed, no longer used.
11656
11657         * aot-runtime.c aot-compiler.c: AOT the generic trampolines in aot-only mode.
11658
11659         * mini.c (mini_get_imt_trampoline): Call mono_create_specific_trampoline ().
11660         (mini_get_vtable_trampoline): Ditto.
11661
11662         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Create relocatable
11663         code in the AOT case by returning the code size and a list of relocations to
11664         the caller.
11665
11666         * mini-trampolines.c (mono_create_specific_trampoline): New helper function.
11667
11668 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
11669
11670         * mini-amd64.c:  On Winx64 the calling convention always requires the caller to 
11671           clean the stack.
11672
11673         Contributed under MIT/X11 license.
11674
11675 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
11676
11677         * aot-compiler.c (emit_exception_debug_info): Serialize the debug info first
11678         so the buffer size can be computed correctly. Fixes #404735.
11679
11680         * debug-mini.c (mono_debug_serialize_debug_info): Lookup the debug info
11681         normally as cfg->debug_info is already freed.
11682
11683 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
11684
11685         * mini-amd64.c: For calls returning vtypes in registers, don't store
11686         the return address on the stack, instead allocate a separate local for
11687         it. Fixes #404729.
11688
11689 2008-07-05  Mark Probst  <mark.probst@gmail.com>
11690
11691         * mini-trampolines.c, mini.h: Add an argument to
11692         mono_create_jit_trampoline_in_domain() for turning off the adding
11693         of the sync wrapper.
11694
11695         * mini.c: Use the JIT trampoline without sync instead of
11696         ldftn_nosync in static RGCTX invoke wrappers so that the call can
11697         be patched.
11698
11699 2008-07-04  Mark Probst  <mark.probst@gmail.com>
11700
11701         * driver.c: Turn on GSHARED optimization by default.
11702
11703 2008-07-04  Zoltan Varga  <vargaz@gmail.com>
11704
11705         * mini-trampolines.c mini.c mini.h tramp-<ARCH>.c: Rename MONO_TRAMPOLINE_GENERIC
11706         to MONO_TRAMPOLINE_JIT since it better reflects what it does.
11707
11708         * mini-trampolines.c (mono_get_aot_trampoline_code): New internal function to
11709         create a variant of the generic trampoline code callable from AOTed trampolines.
11710
11711         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add support for generic
11712         trampoline code callable from AOTed trampolines.
11713
11714         * aot-compiler.c aot-runtime.c: Add support for AOTing trampolines.
11715
11716 2008-07-04  Mark Probst  <mark.probst@gmail.com>
11717
11718         * inssel.brg, mini-ops.h: New opcode for doing CHECK_THIS in a
11719         pass-through manner.
11720
11721         * mini.c: Generic method sharing.  Pass MRGCTX to generic methods
11722         and don't fail sharing for them anymore.
11723
11724         * mini-exceptions.c: Handle exceptions in shared generic methods.
11725
11726         * generic-sharing.c: When checking the context of a generic
11727         method, also check its class's context.  Don't treat wrappers as
11728         sharable.
11729
11730         * mini-trampolines.c: Some code factored out to
11731         metadata/generic-sharing.c.  Handle the MRGCTX case.
11732
11733         * jit-icalls.c, jit-icalls.h: ldvirtfn icall for generic sharing -
11734         we must deal with the method being of another instantiation of the
11735         class.  Add static rgctx invoke wrappers to generic methods.
11736
11737 2008-07-04  Mark Probst  <mark.probst@gmail.com>
11738
11739         * mini.c: Provide all jit infos of generic shared methods with a
11740         generic jit info.
11741
11742         * mini-exceptions.c: Handle the new situation that a generic info
11743         might be available, but not info about the this/vtable/mrgctx
11744         variable.
11745
11746 2008-07-03  Mark Probst  <mark.probst@gmail.com>
11747
11748         * mini.c: Don't accept ldftn and ldvirtftn with uninstantiated
11749         generic methods.
11750
11751 2008-07-03  Zoltan Varga  <vargaz@gmail.com>
11752
11753         * dominators.c (check_dominance_frontier): Fix a warning.
11754
11755         * mini.h: Add some missing prototypes.
11756
11757         * ssa.c local-propagation.c debug-debuger.c: Fix warnings.
11758
11759         * driver.c (mono_jit_init_version): Correct the comments since the first
11760         argument should be the name of the root domain, not a filename.
11761
11762         * aot-runtime.c (make_writable): Error out if this is called while running
11763         with --aot-only.
11764         (load_aot_module): Ditto.
11765
11766         * aot-compiler.c: Really fix the computation of method indexes.
11767
11768         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Remove the previous 
11769         optimizations as this is no longer called frequently.
11770
11771         * mini-trampolines.c (mono_create_delegate_trampoline): Precompute the invoke
11772         method and the invoke impl code and pass it to the delegate trampoline instead of
11773         just the delegate class.
11774
11775 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
11776
11777         * aot-compiler.c: Fixup the computation of method indexes.
11778         (add_wrappers): Create the base methods of the runtime invoke wrappers using
11779         the method builder infrastructure.
11780
11781         * aot-runtime.c (decode_exception_debug_info): Don't crash if the method
11782         has no header.
11783
11784         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): In aot-only
11785         mode, load the method right away instead of creating a trampoline.
11786
11787         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Eliminate locking.
11788
11789         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Eliminate locking, speed up
11790         some checks a bit.
11791
11792 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
11793
11794         * aot-runtime.c (decode_patch_info): Don't create trampolines in aot_only mode.
11795         (mono_aot_load_method): Use method_index instead of method->token.
11796
11797         * mini.c (mono_jit_compile_method_inner): Move the aot_only check down, so it
11798         can handle icalls etc. properly.
11799
11800         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
11801
11802         * aot-compiler.c aot-runtime.c: Allow AOTing many wrapper types.
11803
11804         * mini.c (mono_resolve_patch_target): Handle JIT_ICALL_ADDR.
11805         (mono_codegen): Convert calls made by JIT icall wrappers to the icalls into
11806         JIT_ICALL_ADDR patch type.
11807
11808         * patch-info.h: Add JIT_ICALL_ADDR patch type.
11809
11810         * mini.c (mono_method_to_ir): Allow AOTing methods which access the interruption
11811         request flag.
11812         (mono_resolve_patch_target): Handle INTERRUPTION_REQUEST_FLAG.
11813
11814         * patch-info.h: Add INTERRUPTION_REQUEST_FLAG.
11815
11816 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
11817
11818         * mini.c: Use domain->jit_code_hash_lock for controlling access to
11819         domain->jit_code_hash.
11820
11821 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
11822
11823         * mini.c (mini_parse_debug_options): Add 'dont-free-domains' option.
11824
11825 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
11826
11827         * mini-trampolines.c (mono_delegate_trampoline): Don't pass a gsctx to
11828         get_this_arg_from_call, let it compute it when needed.
11829
11830         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'code' argument, compute
11831         gsctx from code only when needed.
11832
11833         * mini-trampolines.c (get_generic_context): Rename this to 
11834         mono_get_generic_context_from_code (), and move it to generic-sharing.c, where
11835         it can be called by the arch backends.
11836
11837         * mini-exceptions.c (mono_print_thread_dump): Allow the argument to be NULL.
11838
11839 2008-06-26  Zoltan Varga  <vargaz@gmail.com>
11840
11841         * driver.c (mono_main): Add experimental --aot-only command line option.
11842
11843         * mini.c: Error out when creating trampolines or JIT compiling if --aot-only is
11844         set.
11845
11846 2008-06-26  Kornel Pal  <kornelpal@gmail.com>
11847
11848         * driver.c (DllMain): Remove mono_module_handle.
11849
11850         Contributed under MIT/X11 license.
11851
11852 2008-06-25  Zoltan Varga  <vargaz@gmail.com>
11853
11854         * aot-compiler.c: Add not-yet-usable 'full' option. Add some infrastructure code
11855         for emitting methods which are not in the source assembly. Detect and report
11856         failure of assembling+linking.
11857         
11858         * aot-compiler.c (emit_klass_info): Call mono_class_setup_vtable ().
11859
11860         * aot-compiler.c: Move the contents of the has_glot_slots array to MonoCompile.
11861
11862 2008-06-24  Rodrigo Kumpera  <rkumpera@novell.com>
11863
11864         * mini.c: Check if stats is enabled so we don't allocate memory when not needed.
11865
11866 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
11867
11868         * mini.h: Remove some obsolete prototypes.
11869
11870         * mini.c: Avoid storing MonoMethod pointers in the JIT stats, store their string format instead.
11871
11872 2008-06-24  Mark Probst  <mark.probst@gmail.com>
11873
11874         * mini.c (get_object_generic_inst): Variable-sized arrays are not
11875         supported by Visual Studio, so use alloca().
11876
11877 2008-06-23  Zoltan Varga  <vargaz@gmail.com>
11878
11879         * mini-ia64.c (add_valuetype): Increase *gr too when passing a HFA to be in sync with the ABi.
11880         Fixes #402585.
11881
11882 2008-06-23  Mark Probst  <mark.probst@gmail.com>
11883
11884         * mini.c: Fail sharing of a generic method if it contains an open
11885         catch clause (because we don't pass MRGCTXs yet).
11886
11887 2008-06-23  Mark Probst  <mark.probst@gmail.com>
11888
11889         * mini.c: When compiling a method with generic sharing, insert the
11890         method instantiated with an all-Object generic context into the
11891         jit info table, instead of the context of the first instantiation
11892         of the method we happen to compile.
11893
11894 2008-06-18  Martin Baulig  <martin@ximian.com>
11895
11896         * debug-debugger.h (MonoDebuggerInfo): Replaced `version' with
11897         `major_version' and `minor_version'.
11898
11899 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11900
11901         * generic-sharing.c, mini.c, mini.h, aot-runtime.c:
11902         mono_method_is_generic_sharable_impl() takes an additional
11903         argument specifying whether to treat type variables as reference
11904         types.
11905
11906 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11907
11908         * mini.h: Removed obsolete prototypes.
11909
11910 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11911
11912         * mini.c: Don't fail generic sharing for initobj and sizeof - we
11913         already handle them.
11914
11915 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11916
11917         * mini.h, mini-trampolines.c, tramp-alpha.c, tramp-amd64.c,
11918         tramp-arm.c, tramp-hppa.c, tramp-ia64.c, tramp-mips.c,
11919         tramp-ppc.c, tramp-s390.c, tramp-s390x.c, tramp-sparc.c,
11920         tramp-x86.c: Added a MonoGenericContext* argument to
11921         mono_arch_get_unbox_trampoline() so that it can call other
11922         functions which require it.
11923
11924 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11925
11926         * mini.h, mini-trampolines.c, mini-amd64.c, mini-x86.c,
11927         mini-alpha.c, mini-arm.c, mini-ia64.c, mini-ppc.c:
11928         mono_arch_get_this_arg_from_call() takes a
11929         MonoGenericSharingContext* as well.
11930
11931 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11932
11933         * mini.c: Factor out code for emitting unbox into emit_unbox() and
11934         implement generic sharing of unbox.
11935
11936 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11937
11938         * mini.c: Don't compute the vtable to determine whether a field is
11939         special static, because it might not work for open types.
11940
11941 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11942
11943         * mini.c: Removed the unused token_type and token_source arguments
11944         from get_runtime_generic_context_ptr().
11945
11946 2008-06-17  Marek Habersack  <mhabersack@novell.com>
11947
11948         * mini.c (ADD_BINOP): fix the build
11949
11950 2008-06-16  Zoltan Varga  <vargaz@gmail.com>
11951
11952         * mini.c (ADD_BINOP): When operating on a native int and an int32, insert
11953         a widening op.
11954
11955 2008-06-16  Mark Probst  <mark.probst@gmail.com>
11956
11957         * mini.h: Removed class relations enum that's not used anymore.
11958
11959 2008-06-16  Mark Probst  <mark.probst@gmail.com>
11960
11961         * tramp-x86.c, tramp-amd64.c: Slot access code for MRGCTXs.
11962
11963         * mini-trampolines.c: Distinguish between RGCTXs and MRGCTXs in
11964         the lazy fetch trampoline access code.
11965
11966 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
11967
11968         * mini-codegen.c (mono_local_regalloc): Add some micro optimizations.
11969
11970 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
11971
11972         * mini.c: Fix some soft-float bugs. Fixes #378735 and #398348.
11973
11974         * mini.h (MONO_INST_LIST_ENTRY): Fix warnings on arm.
11975
11976         * mini.c (mono_method_to_ir): Check call signature for NEWOBJ as well.
11977
11978 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
11979
11980         * mini-x86.c inssel-x86.brg cpu-x86.md: Implement unsigned min/max
11981         intrinsics.
11982
11983         * mini-ops.h: Add MIN/MAX_UN opcodes.
11984
11985         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Implement unsigned min/max
11986         intrinsics.
11987
11988         * basic-math.cs: Add more min/max tests.
11989
11990         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
11991
11992 2008-06-13  Mark Probst  <mark.probst@gmail.com>
11993
11994         * mini.c: Small fix in the prologue of emit_castclass.
11995
11996 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
11997
11998         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
11999
12000         * mini.c (mini_get_inst_for_method): Remove the Min/Max intrinsics, they
12001         do not work even for unsigned types. Fixes #400014.
12002
12003         * basic-math.cs: Add regression tests for unsigned Min/Max.
12004
12005 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12006
12007         * mini.c: Added additional context_used argument to several
12008         functions, which will be needed for sharing generic methods.  Use
12009         GET_RGCTX macro wherever appropriate.  Declare only one
12010         context_used in mono_method_to_ir().
12011
12012 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12013
12014         * mini.c, generic-sharing.c: Removed generic class relations.
12015
12016         * mini.c, tramp-amd64.c, tramp-x86.c: Additional arguments to
12017         functions due to MRGCTX changes.
12018
12019 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12020
12021         * inssel.brg, inssel-long.brg, inssel-long32.brg, mini-ops.h,
12022         graph.c, local-propagation.c, aliasing.c: New opcodes for calls
12023         with calculated IMT.
12024
12025         * mini.c: Generic sharing of calls via generic interfaces.
12026
12027         * jit-icalls.c, jit-icalls.h: Helper function for compiling a
12028         generic method with non-constant MonoGenericContext*.  Instead,
12029         the context is taken out of the method itself.
12030
12031 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12032
12033         * mini.c: Generic sharing of ldvirtftn.
12034
12035 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12036
12037         * mini.c: Generic sharing of ldftn.
12038
12039 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12040
12041         * mini.c: Do pass VTable/RGCTX argument to static generic methods.
12042
12043 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12044
12045         * mini.c: Generic sharing of the special case of ldtoken followed
12046         by a call to GetTypeFromHandle.
12047
12048 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12049
12050         * mini.c: Generic sharing of box for nullable types.
12051
12052 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
12053
12054         * mini-s390x.c (add_stackParm): Fix computation of offsets when arguments
12055         are passed on the stack. Fixes #324807.
12056
12057 2008-06-12  Bill Holmes  <billholmes54@gmail.com>
12058
12059         * mini-amd64.c:add_valuetype: Adding Winx64 code to fill the ArgInfo
12060         for the ArgValuetypeAddrInIReg case.
12061
12062         * mini-amd64.c:mono_arch_allocate_vars:  Adding a case for 
12063         ArgValuetypeAddrInIReg to avoid asserts.  Code needs to be added here.
12064
12065         * mini-amd64.c: mono_arch_call_opcode:  Adding Winx64 code for an ArgInfo of 
12066         type ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
12067         local variable and pass the local variable by reference to the called method.
12068           
12069         * mini-amd64.c: mono_arch_emit_prolog:  Adjust the stack for calls to
12070         mono_jit_thread_attach and mono_get_lmf_addr for Winx64.
12071
12072         Contributed under MIT/X11 license.
12073
12074 2008-06-10  Rodrigo Kumpera  <rkumpera@novell.com>
12075
12076         * debug-mini.c (mono_debug_free_method_jit_info): Moved to metadata/mono-debug.c.
12077
12078         * debug-mini.c (mono_debug_print_vars): Release memory after printing
12079         everything.
12080
12081 2008-06-10  Martin Baulig  <martin@ximian.com>
12082
12083         * debug-mini.c
12084         (mono_debug_close_method): Check whether `cfg->epilogue_begin != NULL'.
12085
12086 2008-06-09  Kornel Pal  <kornelpal@gmail.com>
12087
12088         * main.c: Add and set argv [argc] to NULL to match C specification that fixes
12089         possible error when no arguments are passed.
12090
12091         Contributed under MIT/X11 license.
12092
12093 2008-06-09  Rodrigo Kumpera  <rkumpera@novell.com>
12094
12095         * mini-exceptions.c (ves_icall_get_trace): Skip source locations
12096         where the file name is NULL.
12097
12098 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
12099
12100         * mini.c: Fix s390 build.
12101
12102 2008-06-08  Zoltan Varga  <vargaz@gmail.com>
12103
12104         * trace.c (mono_trace_parse_options): Fix warnings.
12105
12106         * mini-amd64.c: Revert most of the last patch for now as it breaks the build.
12107
12108 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
12109
12110         * mini.c (remove_block_if_useless): Avoid printing the method name.
12111         
12112         * mini.c: Remove needless setting of ins->cil_code which is now done by 
12113         MONO_INST_NEW.
12114
12115         * mini-amd64.c: Add some code to avoid saving callee saved registers in the
12116         LMF. Not yet used.
12117
12118         * tramp-amd64.c (mono_arch_patch_callsite): Tell valgrind to discard the
12119         translated code after it has been patched.
12120
12121 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
12122
12123         * mini-amd64.c (emit_call_body): Align the call displacement to 4 bytes to
12124         avoid problems during code patching on SMP systems.
12125         (emit_call): Avoid adding a patch info which is already added by 
12126         emit_call_body.
12127         (mono_arch_emit_exceptions): Ditto.
12128
12129 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
12130
12131         * tramp-*.c (mono_arch_get_unbox_trampoline): No need to check for ret->byref,
12132         MONO_TYPE_ISSTRUCT already checks for it.
12133
12134 2008-06-05  Bill Holmes  <billholmes54@gmail.com>
12135
12136         * mini-amd64.c:merge_argument_class_from_type: When marshaling 
12137           structs with floats on Winx64 the float registers are not used.  
12138           The integer registers are always used..
12139         * mini-amd64.c:add_valuetype:  When marshaling structs on Winx64 
12140           only one register will be used and only if the size of the struct 
12141           is 1,2,4, or 8 bytes.
12142
12143         * tramp-amd64.c :  Adjusting size used for mono_global_codeman_reserve
12144           to work for Winx64.
12145
12146         Contributed under MIT/X11 license.
12147
12148 2008-06-05  Martin Baulig  <martin@ximian.com>
12149
12150         * debug-debugger.c (debugger_lookup_class): Also call
12151         mono_class_setup_methods() here; we're only called from RTI.
12152
12153 2008-06-05  Andreas Farber  <andreas.faerber@web.de>
12154
12155         * mini.c (mini_init): Add DTrace probes ves-init-{begin,end}.
12156         (mini_method_compile) Add DTrace probes method-compile-{begin,end}.
12157         * Makefile.am (libmono_la_LIBADD,libmono_static_la_LIBADD,mono_LDADD):
12158         Post-process object files and add dtrace-generated object, if necessary.
12159
12160         Contributed under MIT/X11 license.
12161
12162 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12163
12164         * inssel.brg, mini-ops.h: Added opcode for unboxcast with computed
12165         element class.
12166
12167         * mini.c: Generic sharing for unbox.any and castclass.
12168
12169 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12170
12171         * mini.c: Ignore tailcall prefix in shared generic code and when
12172         doing calls which require a vtable/rgctx argument.
12173
12174 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12175
12176         * mini.c: Don't free the JIT info.
12177
12178         * driver.c: Changes in the JIT info table testing code.
12179
12180 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
12181
12182         * tramp-arm.c (mono_arch_create_trampoline_code): Check for thread 
12183         interruption. Fix some warnings.
12184
12185         * tramp-*.c (mono_arch_create_trampoline_code): Call the _force_ variant of
12186         interruption_checkpoint.
12187
12188 Tue Jun 3 13:07:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
12189
12190         * jit.h, mini.h, trace.c, driver.c: introduce an API to enable tracing
12191         from embedding applications.
12192
12193 2008-06-02  William Holmes  <billholmes54@gmail.com>
12194
12195         * mini-amd64.c :  Correcting some of the issues for Winx64 dealing with
12196           reserving 32 bytes on the stack when making calls. 
12197
12198         Contributed under MIT/X11 license.
12199
12200 2008-06-01  Zoltan Varga  <vargaz@gmail.com>
12201
12202         * mini-arm.c (mono_arch_output_basic_block): Merge some small fixes from
12203         the linear IL branch.
12204
12205         * driver.c: Print out more information for --version on arm.
12206
12207 2008-05-30  Zoltan Varga  <vargaz@gmail.com>
12208
12209         * mini-amd64.c (mono_arch_emit_prolog): Increase max_offset when processing
12210         bb_exit instead, since out of line bblocks might not actually be emitted
12211         out-of-line.
12212         
12213         * mini-amd64.c (mono_arch_emit_prolog): Increase bb->max_offset by the
12214         maximum epilog size for out of line bblocks if tracing is enabled.
12215
12216         * iltests.il.in: Merge tests/long-shift.regalloc.il into this file.
12217
12218 2008-05-28  Rodrigo Kumpera  <rkumpera@novell.com>
12219
12220         * arrays.cs: Regression tests for allocating arrays with negative sizes.
12221
12222 2008-05-28  Zoltan Varga  <vargaz@gmail.com>
12223
12224         * mini-x86.h mini-x86.c inssel-x86.brg cpu-x86.md: Add support for
12225         CAS instrinsics. Optimize the implementation of the ATOMIC_EXCHANGE 
12226         opcodes.
12227
12228 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
12229
12230         * mini.c (mini_get_inst_for_method): Add support for CAS instrinsics when
12231         the 'value' to store is a constant.
12232
12233         * mini-ops.h: Add OP_ATOMIC_CAS_IMM opcodes.
12234
12235         * mini-amd64.c (mono_arch_output_basic_block): Optimize the the implementation
12236         of ATOMIC_EXCHANGE opcodes, add support for the CAS opcodes.
12237
12238 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
12239
12240         * mini.c generic-sharing.c jit-icalls.c aot-compiler.c: Use accessor functions
12241         for accessing method->generic_container.
12242
12243 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
12244
12245         * mini.c (mono_method_check_inlining): Avoid creating vtables if possible.
12246         
12247         * mini.c (SIG_HANDLER_SIGNATURE): Fix sparc build too.
12248
12249         * mini.c (SIG_HANDLER_SIGNATURE): Fix IA64 build.
12250
12251         * mini.c (mono_jit_compile_method_inner): Avoid a crash if mono_class_vtable ()
12252         fails.
12253
12254 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
12255
12256         * driver.c (mono_main): Set mono_setup_vtable_in_class_init to FALSE.
12257
12258         * mini.c: Handle the case when mono_class_vtable () fails.
12259
12260 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
12261         * mini.c (sigprof_signal_handler): Support call chains (backtrace) in
12262         the stat profiler.
12263
12264 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12265
12266         * mini.c, jit-icalls.c, jit-icalls.h: Make generic sharing work
12267         together with domain sharing.
12268
12269 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12270
12271         * mini.c: Treat callvirts to final methods like non-virtual calls
12272         when doing generic sharing, i.e. look them up in the runtime
12273         generic context.
12274
12275 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12276
12277         * inssel.brg, mini-ops.h: Added opcodes for mkrefany and refanyval
12278         with computed types (for generic sharing).
12279
12280         * mini.c: Generic sharing for mkrefany and refanyval.
12281
12282 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
12283
12284         * inssel.brg (mini_emit_virtual_call): Avoid constructing a generic vtable if
12285         possible.
12286
12287         * mini-trampolines.c (mono_magic_trampoline): Avoid calling setup_methods () in
12288         the generic sharing code.
12289         
12290         * mini-trampolines.c (mono_magic_trampoline): Call mono_class_setup_methods ()
12291         when needed.
12292
12293 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12294
12295         * mini.h: Remove the declaration of mono_aot_init_vtable ().
12296
12297 2008-05-21  C.J. Adams-collier <cjac@colliertech.org>
12298
12299         * driver.c: updated copyright date
12300
12301 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12302
12303         * aot-runtime.c mini.c: Remove the AOT init_vtable stuff as it is no longer
12304         needed.
12305
12306 2008-05-19  Martin Baulig  <martin@ximian.com>
12307
12308         * debug-debugger.h (MonoDebuggerInfo): Add `using_mono_debugger'
12309         pointing to the new `_mono_debug_using_mono_debugger' variable.
12310
12311         * driver.c
12312         (mono_main): Check mono_debug_using_mono_debugger() rather than
12313         the `MONO_INSIDE_MDB' environment variable to check whether we're
12314         inside the debugger.
12315
12316 2008-05-19  Zoltan Varga  <vargaz@gmail.com>
12317
12318         * mini.c (mini_method_compile): Use cfg->args [0] for accessing the this
12319         argument.
12320
12321 2008-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
12322
12323         * declsec.h: Move MONO_SECMAN_FLAG to metadata/metadata-internals.h.
12324
12325         * mini.c: Added mini_assembly_can_skip_verification. This
12326         function checks if the assembly requested to skip verification. 
12327         Fixes part of #387274.
12328
12329 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
12330
12331         * mini.c (mini_get_method): Disable the check for open generic classes when
12332         using generic sharing.
12333
12334         * generics.cs: Add a test for #387034.
12335
12336         * mini.c (mini_get_method): Check whenever the method class is an open generic
12337         type, and return NULL in that case, causing a verification error. Fixes
12338         #384123.
12339
12340 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12341
12342         * driver.c (mono_main): Revert r102623. The right
12343         thing to do is to enable the verifier under verifiable
12344         unless a --security flag was passed.
12345
12346         We need this non-trivial behavior for --verify-all otherwise
12347         mcs-compileall won't be able to use it. As it needs everything to
12348         be verified under validil.
12349
12350 2008-05-06  Martin Baulig  <martin@ximian.com>
12351
12352         Fix #383749.
12353
12354         * debug-mini.c (mono_debugger_thread_created): Add proper locking.
12355         (mono_debugger_thread_cleanup): Likewise.
12356         (mono_debugger_extended_notification): Likewise.
12357
12358 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12359
12360         * mini.c (mono_method_to_ir): Verify visibility of call related opcodes
12361         against both inflated and non-inflated methods. We need to check against the
12362         generic definition for cases where the instantiated method is not visible.
12363         We need to check against the inflated types for cases where the instantiation
12364         changes any super type. This fixes #382986.
12365
12366         Note that this doesn't need to be applied to other parts of mono_method_to_ir
12367         that check for visibiliy as generic params only appears as the type subject
12368         of tokens on call opcodes. Field manipulation and ldftn must always
12369         target an exact type.
12370
12371 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12372
12373         * driver.c (mono_main): Using --verify-all enables the verifier under validil mode
12374         if no related --security flag is passed.
12375
12376 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12377
12378         * mini-arch.h: Prepare support for ppc64.
12379
12380         Contributed under MIT/X11 license.
12381
12382 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12383
12384         * aot-runtime.c: Prepare support for ppc64.
12385
12386         Contributed under MIT/X11 license.
12387
12388 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12389
12390         * mini-ops.h: Prepare support for ppc64.
12391
12392         Contributed under MIT/X11 license.
12393
12394 2008-05-04  Andreas Farber  <andreas.faerber@web.de>
12395
12396         * helpers.c: Add support for OSX/ppc64 and Linux/ppc64 (dis)assemblers.
12397
12398         Contributed under MIT/X11 license.
12399
12400 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
12401
12402         * aot-runtime.c (load_aot_module): Avoid trying to load aot code for dynamic
12403         assemblies, since aot_name is not a full path, causing us to load MS.NET 
12404         assemblies on windows.
12405
12406 ?2008-04-28  Kornel Pal  <kornelpal@gmail.com>
12407
12408         * mini.c (mono_jit_compile_method_inner): Use g_warning instead of g_error
12409         for unsupported METHOD_IMPL_ATTRIBUTE_NATIVE.
12410         * main.c: Use UTF-8 encoded command line instead of Windows default code
12411         page on Windows to support Unicode.
12412         * driver.c (DllMain): New function for mixed-mode assembly support.
12413         * Makefile.am: Add -Wl,--kill-at to libmono_la_LDFLAGS on Windows to
12414         export __stdcall functions without decoration.
12415
12416         Contributed under MIT/X11 license.
12417
12418 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12419
12420         * tramp-amd64.c, mini-amd64.c: Preserve R11 in the trampoline by
12421         saving it very early.
12422
12423 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12424
12425         * mini.h, mini.c: Lots of code for accessing the old RGCTX
12426         deleted.  The only way to access the new RGCTX is via the
12427         trampline.
12428
12429         * mini.c, mini-amd64, mini-x86.c, mini-exceptions.c: Pass the
12430         vtable instead of the RGCTX to static methods.
12431
12432         * mini-tramplines.c, tramp-amd64.c, tramp-x86.c: Trampoline for
12433         accessing the new RGCTX.
12434
12435         * generic-sharing.c: There is no separation between self, type
12436         arguments and other types in the RGCTX anymore.
12437
12438 2008-04-25  Jonathan Chambers <joncham@gmail.com>
12439
12440         * mini-amd64.c (add_general): Remove previous stack adjustment.
12441         (mono_arch_call_opcode): Remove OP_OUTARG_MEMBASE and instead simply
12442         adjust stack pointer after pushing args. Adjust ARGS_OFFSET to account
12443         for 32 bytes of stack space reserved for all calls.
12444         
12445         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Remove.
12446         (OP_AMD64_OUTARG_ALIGN_STACK): Take argument to specify size of stack 
12447         adjustment.
12448         
12449         Code contributed under MIT/X11 license.
12450
12451 2008-04-23  Rodrigo Kumpera  <rkumpera@novell.com>
12452
12453         * mini.c (mini_method_verify): Only verify non-inflated methods, check
12454         against the root definition, peeling out method and type instantiations.
12455         Cache verify success results, code that fails verification is still
12456         checked multiple times.
12457
12458 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
12459
12460         * mini.c (mono_method_to_ir): Avoid inserting write barriers for stores of null.
12461
12462 2008-04-23  Jonathan Chambers <joncham@gmail.com>
12463
12464         * mini-amd64.c (add_general): Always increment stack on Win64.
12465         (mono_arch_call_opcode): Use OP_OUTARG_MEMBASE instead of OP_OUTARG
12466         on Win64.
12467         
12468         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Add OP_OUTARG_MEMBASE for 
12469         stack based argument handling on Win64.
12470         
12471         Code contributed under MIT/X11 license.
12472
12473 2008-04-23  Raja R Harinath  <harinath@hurrynot.org>
12474
12475         * Makefile.am (version.h): Add support for git-svn.
12476
12477 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
12478
12479         * mini-exceptions.c (mono_handle_native_sigsegv): Rework the gdb calling code
12480         so instead of calling g_spawn_command_line_sync, we do everything by hand, 
12481         avoiding allocations and libc functions which might deadlock.
12482         
12483         * mini-exceptions.c (mono_handle_native_sigsegv): Avoid calling gdb if the
12484         'no-gdb-backtrace' option is set.
12485
12486         * mini.c (mini_parse_debug_options): Parse 'no-gdb-backtrace' option.
12487
12488         * mini.h (MonoDebugOptions): Add 'no_gdb_backtrace' option.
12489
12490 2008-04-21  Martin Baulig  <martin@ximian.com>
12491
12492         * debug-debugger.h (MonoDebuggerInfo): Removed `attach', `detach'
12493         and `get_lmf_addr'; `notification_address' is no longer a pointer.
12494
12495 2008-04-21  Martin Baulig  <martin@ximian.com>
12496
12497         * debug-debugger.h (MonoDebuggerInfo): Added `thread_vtable_ptr',
12498         `thread_vtable', `event_handler_ptr' and `event_handler'.
12499
12500 2008-04-21  Martin Baulig  <martin@ximian.com>
12501
12502         * debug-debugger.h (MonoDebuggerInfo): Added `init_code_buffer';
12503         allows delayed initialization of the `executable_code_buffer' when
12504         attaching.
12505
12506 2008-04-21  Martin Baulig  <martin@ximian.com>
12507
12508         * mini.h (mono_debugger_create_notification_function): Removed.
12509         * tramp-*.c (mono_debugger_create_notification_function): Removed.
12510
12511         * mdb-debug-info64.s
12512         (MONO_DEBUGGER__notification_function): Added this in the .text section.
12513
12514         * mdb-debug-info32.s
12515         (MONO_DEBUGGER__notification_function): Added this in the .text section.
12516
12517         * Makefile.am: Fix the mdb-debug-info*.s logic; the debugger
12518         currently only works on x86 and x86_64, so don't create it on ppc.
12519
12520 2008-04-21  Martin Baulig  <martin@ximian.com>
12521
12522         * mini.h (MonoDebugOptions): Added `mdb_optimizations'.
12523
12524         * mini.c
12525         (mini_method_compile): In the fp elimination check, check
12526         `debug_options.mdb_optimizations' in addition to
12527         mono_debug_using_mono_debugger().       
12528
12529         * driver.c (mono_main): Added `--debug=mdb-optimizations' option to
12530         disable some JIT optimizations which are only disabled when
12531         running inside the debugger.
12532         Added `--help-debug' option to describe the debugging options.
12533         (parse_debug_options): New static function to parse the `--debug'
12534         options, so we can easily add more stuff in future.
12535
12536 2008-04-20  Zoltan Varga  <vargaz@gmail.com>
12537
12538         * mini.c (set_exception_type_from_invalid_il): Avoid reading invalid memory when
12539         the method has no body.
12540
12541 2008-04-19  Jonathan Chambers <joncham@gmail.com>
12542
12543         * mini-amd64.c (cpuid): Implement with MSVC intrinsic as inline
12544         assembly is not allowed in MSVC 64-bit compiler. 
12545         (mono_arch_cpu_init): Don't set floating point precision on MSVC build
12546         as we get floating point exceptions everywhere.
12547         
12548         * exceptions-amd64.c (get_throw_trampoline): Push empty args on stack to
12549         correctly align arguments for call to throw_exception.
12550         (prepare_for_guard_pages): Cast to guint64 instead of unsigned long.
12551         
12552         Code contributed under MIT/X11 license.
12553
12554 2008-04-19  Zoltan Varga  <vargaz@gmail.com>
12555
12556         * mini-amd64.c (amd64_patch): Make the check for (%rip) addressing more strict.
12557
12558 2008-04-17  Zoltan Varga  <vargaz@gmail.com>
12559
12560         * inssel.brg (OP_SWITCH): Use (gint64) instead of (long) to cast a large constant.
12561
12562         * mini-amd64.c (NEW_INS): Set cil_code.
12563
12564         * mini.c (mini_method_compile): Move the disabling of fp elimination to here
12565         from mini-amd64.c so all debugger related logic is in one place.
12566
12567         * mini.c: Set cfg->ip to NULL after passes which set it so instructions created
12568         later won't have a random ip assigned to them.
12569
12570 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
12571
12572         * mini-trampolines.c (mono_create_jump_trampoline): Add an assert to check that
12573         the arch specific function initializes code_size.
12574         (mono_create_delegate_trampoline): Ditto.
12575
12576         * mini-mips.h mini-mips.c inssel-mips.brg inssel-long32-mips.brg cpu-mips.md
12577         tramp-mips.c: Resurrect MIPS port and also fix the issues on little-endian
12578         platforms.
12579
12580         * liveness.c (mono_analyze_liveness): Disable the initlocals optimization if 
12581         running under the debugger.
12582
12583         * linear-scan.c (mono_linear_scan): Avoid sharing registers if running under the
12584         debugger.
12585
12586         * mini.c (mini_method_compile): Set a few flags in cfg if running under the
12587         debugger. Also move the disabling of optimizations here from driver.c.
12588         (mono_allocate_stack_slots_full): Avoid sharing stack slots if running under the
12589         debugger.
12590
12591         * mini.h (MonoCompile): Add a few new flags.
12592
12593 2008-04-15  Zoltan Varga  <vargaz@gmail.com>
12594
12595         * mini.c (mono_method_to_ir): Set cfg->ip before processing an IL instruction
12596         so the cil_code field of created MonoInst's is properly set.
12597         (mini_select_instructions): Ditto.
12598
12599         * mini.h (MONO_INST_NEW): Initialize the cil_code field using cfg->ip.
12600         (MONO_INST_NEW_CALL): Ditto.
12601
12602         * mini.c inssel.brg inssel-x86.brg inssel-amd64.brg: Use MONO_INST_NEW ()
12603         in many places so the ins->cil_code field is properly initialized.
12604
12605         * mini.c (mono_bblock_add_inst): Call MONO_ADD_INS () so the logic is in one
12606         place.
12607
12608 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
12609
12610         * mini.c (mini_method_compile): Print a different message when compiling a 
12611         shared method.
12612         
12613         * mini.c (GENERIC_SHARING_FAILURE): Print a failure message when verbose_level
12614         > 1.
12615
12616 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
12617
12618         * mini-amd64.c (mono_arch_output_basic_block): Implement OP_ABS directly using
12619         SSE2 instructions.
12620
12621         * basic-math.cs: Fix warnings. Add a test for Math.Abs ().
12622         
12623 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
12624
12625         * mini.c (handle_stack_args): Make this return void since its return value was
12626         never used. Also set cfg->unverifiable for invalid IL instead of calling
12627         G_BREAKPOINT ().
12628
12629 2008-04-10  Mark Probst  <mark.probst@gmail.com>
12630
12631         * mini.c: Make sure "this" is live in catch clauses with type
12632         variables in shared generic code.
12633
12634 2008-04-08  Mark Probst  <mark.probst@gmail.com>
12635
12636         * mini.c: Replaced uses of MONO_TYPE_IS_REFERENCE with calls to
12637         generic_class_is_reference_type() to ensure the proper behaviour
12638         when sharing generic code and the type in question is a type
12639         argument.
12640
12641 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
12642
12643         * mini-exceptions.c: Applied patch from Mark Spruiell (mes@zeroc.com). Fix
12644         race conditions when printing thread dumps. Fixes #377738.
12645
12646 2008-04-08  Massimiliano Mantione  <massi@ximian.com>
12647         
12648         aliasing.c (update_aliasing_information_on_inst): Fixed a bug which
12649         shows up when both MonoInst arguments can cause aliasig.
12650         There is likely no way in the current JIT to trigger this problem, but
12651         it showed up in the development of generics sharing, when in a new
12652         opcode both args of an OP_GROUP can be aliases (addresses of a local).
12653         When the generics sharing code will be committed, its tests will be
12654         valid also for this bug.
12655
12656 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
12657
12658         * aot-runtime.c (decode_patch_info): Always transform PATCH_INFO_WRAPPER to
12659         PATCH_INFO_METHOD.
12660
12661         * mini.c (mono_resolve_patch_target): Fix a crash in the AOT case if method is
12662         NULL.
12663
12664 2008-04-07  Zoltan Varga  <vargaz@gmail.com>
12665
12666         * mini-exceptions.c (mono_handle_exception_internal): When --debug=casts is used,
12667         use a more detailed exception message for InvalidCastException.
12668
12669         * mini.h (MonoJitTlsData): Add 'class_cast_from' and 'class_cast_to' fields.
12670
12671         * driver.c (mono_main): Add --debug=casts option to turn on better 
12672         InvalidCastException message details.
12673
12674         * mini.c (mini_get_debug_options): New helper function to return the address of
12675         the debug_options variable.
12676
12677         * mini.c (mono_get_jit_tls_intrinsic): New helper function to create a load of
12678         the jit_tls TLS variable.
12679
12680         * mini.c (mono_jit_tls): New TLS variable.
12681
12682         * inssel.brg: Save the details of a cast to a TLS variable when the --debug=casts
12683         option is used.
12684
12685 2008-04-07  Rodrigo Kumpera  <rkumpera@novell.com>
12686
12687         * mini.h: Removed verifer related stuff. This code was moved to verify.c
12688
12689         * mini.c: Removed verifer related stuff, code moved to verify.c.
12690
12691         * driver.c: Using code from verify.c instead of mini.c.
12692
12693 2008-04-05  Zoltan Varga  <vargaz@gmail.com>
12694
12695         * mini.c (check_for_method_verify): Remove the mscorlib comment since it is no
12696         longer valid.
12697
12698 2008-04-04  Rodrigo Kumpera  <rkumpera@novell.com>
12699
12700         * mini.c (check_for_method_verify): Enabling verification of
12701         corlib if mono_verify_all is set. Bugs in the verifier preventing that
12702         have been fixed.
12703
12704 2008-04-04  Zoltan Varga  <vargaz@gmail.com>
12705
12706         * exceptions-amd64.c (throw_exception): Unify the win32/non-win32 cases, save
12707         caller saved registers as well.
12708         
12709         * exceptions-amd64.c (mono_arch_get_restore_context): Restore most caller
12710         saved registers as well.
12711
12712 2008-03-30  Zoltan Varga  <vargaz@gmail.com>
12713
12714         * mini-x86.c cpu-x86.md inssel-x86.brg: Add min/max intrinsics.
12715
12716         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of the non-SSE2 floating point
12717         code.
12718
12719 2008-03-27  Zoltan Varga  <vargaz@gmail.com>
12720
12721         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'gsctx' argument and pass it
12722         to get_call_info.
12723         (get_call_info): Take a gsctx argument instead of 'cfg'.
12724
12725 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
12726
12727         * mini.c (check_for_method_verify): Avoid verifying mscorlib methods even if
12728         mono_verify_all is set.
12729
12730         * driver.c (compile_all_methods_thread_main): Don't exit at the first error.
12731
12732         * mini.c mini.h: Remove the unused and incomplete stack merge verification code.
12733
12734 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
12735
12736         * driver.c (compile_all_methods_thread_main): Error out if compilation fails with
12737         an exception.
12738
12739         * driver.c mini.c mini.h: Add a --verify-all development option to test the
12740         verifier and the code generated by the compiler.
12741
12742 2008-03-25  Mark Probst  <mark.probst@gmail.com>
12743
12744         * mini.c: Generic sharing of the non-nullable case of the box
12745         instruction.
12746
12747 2008-03-24  Zoltan Varga  <vargaz@gmail.com>
12748
12749         * inssel.brg: Fix the build.
12750
12751         * iltests.il.in: Add a test for lconv.ovf.u8.un.
12752
12753 2008-03-24  Rodrigo Kumpera  <rkumpera@novell.com>
12754
12755         * mini.c (mono_method_to_ir): Implement readonly for ldelema and
12756         Array:Address. Fixes #372410.
12757
12758         * iltests.il.in: New tests for readonly prefix.
12759
12760 2008-03-23  Zoltan Varga  <vargaz@gmail.com>
12761
12762         * mini.h mini.c mini-trampolines.c: Move trampoline related code to 
12763         mini-trampolines.c.
12764
12765         * mini.h mini.c mini-exceptions.c: Move mini_init_exceptions () to 
12766         mini-exceptions.c.
12767
12768         * mini-amd64.c mini-s390.c (mono_arch_lowering_pass): Use mono_decompose_op_imm ().
12769         
12770         * mini.c (mono_decompose_op_imm): New helper function.
12771
12772         * mini-s390x.c (calculate_sizes): Rename this to get_call_info for consistency
12773         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
12774         return value.
12775
12776         * mini-s390x.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
12777         mono_arch_output_basic_block. Fix warnings.
12778
12779         * inssel-s390x.brg: Remove the unneccesary OP_LMUL_IMM rule to fix the s390x build
12780         for now.
12781
12782 2008-03-22  Zoltan Varga  <vargaz@gmail.com>
12783
12784         * mini-exceptions.c (ves_icall_get_frame_info): Remove the ia64/s390 workarounds
12785         since the extra frame is now detected automatically inside the loop.
12786
12787         * mini-s390.c (mono_arch_peephole_pass_2): Remove the arch independent peephole 
12788         opts which are now in mono_peephole_ins ().
12789         
12790         * mini-s390.c (mono_arch_output_basic_block): Fix OP_FCALL_MEMBASE.
12791
12792         * mini-exceptions.c (ves_icall_get_frame_info): Skip native-to-managed wrapper
12793         frames and skip duplicate managed-to-native frames. Fixes #367665.
12794
12795         * mini-x86.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
12796         opts which are now in mono_peephole_ins ().
12797         (mono_arch_peephole_pass_2): Ditto.
12798
12799         * mini-codegen.c (mono_peephole_ins): Fix a problem on 32 bit platforms.
12800
12801         * mini-codegen.c (mono_peephole_ins): New helper function containing the
12802         arch independent peephole optimizations.
12803
12804         * mini-amd64.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
12805         opts which are now in mono_peephole_ins ().
12806
12807         * mini-amd64.c (mono_arch_peephole_pass_2): Ditto.
12808         
12809         * mini-s390.c (mono_arch_output_basic_block): Fix build.
12810
12811         * tramp-s390.c (mono_arch_get_vcall_slot): Handle an additional instruction
12812         pattern.
12813
12814         * mini-s390.c (mono_arch_output_basic_block): Handle big offsets in the
12815         CALL_MEMBASE opcodes. Fix setting of the destination in the OP_LCONV_TO_OVF_I
12816         opcode. 
12817
12818 2008-03-21  Zoltan Varga  <vargaz@gmail.com>
12819
12820         * mini-s390.c (calculate_sizes): Rename this to get_call_info for consistency
12821         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
12822         return value.
12823
12824         * mini-s390.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
12825         mono_arch_output_basic_block. Fix warnings.
12826
12827 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
12828
12829         * inssel-long32.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
12830         conv.ovf.u.un.
12831
12832 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
12833
12834         * inssel-long.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
12835         conv.ovf.u.un.
12836
12837         * iltests.il: Add new tests.
12838
12839 2008-03-20  Kornel Pal  <kornelpal@gmail.com>
12840
12841         * mini.c: Removed Windows version macros.
12842
12843 2008-03-20  Mark Probst  <mark.probst@gmail.com>
12844
12845         * generic-sharing.c: Put reflection types in the extensible part
12846         of the runtime generic context.
12847
12848         * mini.c: Generic sharing of the GetTypeHandle special case of the
12849         ldtoken instruction.
12850
12851 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
12852
12853         * mini.h (MONO_BB_FOR_EACH_INS_SAFE): New helper macro.
12854
12855         * mini-<ARCH>.c: Use the new macro instead in the peephole/lowering passes.
12856         
12857         * mini.h (MONO_DEL_INS): Rename to MONO_DELETE_INS and Add a 'bb' argument for 
12858         consistency with the other version on the linear IR branch.
12859
12860         * mini-<ARCH>.c: Update callers of MONO_DEL_INS.
12861
12862         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i/conv.ovf.u.
12863
12864         * iltests.il.in: Add new tests.
12865
12866 2008-03-19  Zoltan Varga  <vargaz@gmail.com>
12867
12868         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i.un/conv.ovf.u.un.
12869
12870         * iltests.il.in: Add new tests.
12871
12872 2008-03-19  Mark Probst  <mark.probst@gmail.com>
12873
12874         * mini.c: Two variables with the same name were declared in
12875         nesting contexts and one wasn't initialized.  Fixed.
12876
12877 2008-03-19  Mark Probst  <mark.probst@gmail.com>
12878
12879         * mini.c: Generic sharing of the initobj instruction.
12880
12881 Tue Mar 18 20:18:02 CET 2008 Paolo Molaro <lupus@ximian.com>
12882
12883         * mini.c: make the test to optimize ldtoken from typeof() more
12884         precise.
12885
12886 2008-03-18  Mark Probst  <mark.probst@gmail.com>
12887
12888         * mini.c: Generic sharing of the initobj instruction for reference
12889         types.
12890
12891 Tue Mar 18 12:39:27 CET 2008 Paolo Molaro <lupus@ximian.com>
12892
12893         * mini.h, mini-amd64.c, mini-x86.c, tramp-amd64.c, tramp-x86.c: change
12894         the mono_breakpoint_clean_code() code to perform bound checks.
12895
12896 Tue Mar 18 11:50:14 CET 2008 Paolo Molaro <lupus@ximian.com>
12897
12898         * mini.h, mini-trampolines.c, tramp-*.c: change the signature of
12899         mono_arch_patch_callsite() to include the start of the managed method
12900         to be able to perform bound checks.
12901
12902 2008-03-17  Mark Probst  <mark.probst@gmail.com>
12903
12904         * mini.c: Generic sharing for the isinst instruction.
12905
12906 2008-03-17  Mark Probst  <mark.probst@gmail.com>
12907
12908         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
12909         inssel-long32-mips.brg: Added opcodes for doing indirect calls
12910         with the runtime generic context argument.
12911
12912         * mini.c: Share calls to several types of unsharable methods by
12913         putting the address of the method code in the runtime generic
12914         context and doing an indirect call.
12915
12916         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
12917         to switches.
12918
12919 2008-03-16  Mark Probst  <mark.probst@gmail.com>
12920
12921         * generic-sharing.c: Change due to a change in the runtime genric
12922         context API.
12923
12924 2008-03-15  Martin Baulig  <martin@ximian.com>
12925
12926         * tramp-x86.c
12927         (mono_arch_nullify_class_init_trampoline): Add call to
12928         mono_breakpoint_clean_code() to make things work when running
12929         inside the debugger.
12930
12931         * tramp-amd64.c
12932         (mono_arch_nullify_class_init_trampoline): Add call to
12933         mono_breakpoint_clean_code() to make things work when running
12934         inside the debugger.
12935
12936 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
12937
12938         * inssel-long.brg (reg): Fix 64 bit build.
12939
12940 2008-03-14  Mark Probst  <mark.probst@gmail.com>
12941
12942         * mini.c, mini.h: Share static generic code by passing it an
12943         implicit argument pointing to the runtime generic context.
12944
12945         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
12946         inssel-long32-mips.brg: New opcodes for calling shared static,
12947         which need to be passed the runtime generic context.
12948
12949         * mini-amd64.c, mini-x86.c: Save the runtime generic context
12950         argument on the stack in the prologue if needed.  New function for
12951         finding the runtime generic context argument from the registers
12952         saved by the trampoline.
12953
12954         * mini-amd64.h, mini-x86.h: Specify which register to use for the
12955         runtime generic context argument.
12956
12957         * tramp-amd64.c: Also restore the register used for the runtime
12958         generic context argument.
12959
12960         * mini-trampoline.c: Resolve shared static calls by consulting the
12961         runtime generic context via the new argument.
12962
12963         * generic-sharing.c: Add an argument to sharability-checking
12964         functions that specifies whether type variables should be treated
12965         as sharable type arguments.
12966
12967         * inssel-x86.brg: Removed a superfluous, buggy rule.
12968
12969         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
12970         to switches.
12971
12972 2008-03-14  Martin Baulig  <martin@ximian.com>
12973
12974         * debug-debugger.c (main_thread_handler): Call
12975         mono_runtime_run_main() without sending any notifications.
12976
12977         * debug-debugger.h (MonoDebuggerInfo): Added `get_method_signature.
12978
12979 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
12980
12981         * mini-trampolines.c (mono_magic_trampoline): Fix build on platforms without IMT.
12982
12983 2008-03-14  Mark Probst  <mark.probst@gmail.com>
12984
12985         * tramp-x86.c: Fixed register restore offsets in the trampoline
12986         code for ECX and EDX.
12987
12988 2008-03-12  Geoff Norton  <gnorton@novell.com>
12989
12990         * mini-arm.h: Add some #defines for locating sp, pc, r4 with
12991         different ucontext_t implementations.
12992         * exceptions-arm.c: Use the above defines to get exceptions working on 
12993         iPhone (based on a patch by Luke Howard lukeh@padl.com)
12994         * mini-arm.c: Implement iPhone icache support (based on a patch by
12995         Luke Howard lukeh@padl.com)
12996
12997 2008-03-12  Mark Probst  <mark.probst@gmail.com>
12998
12999         * mini.c: Enable generic sharing of calls to non-static
13000         non-interface non-generic non-value-type methods.
13001
13002         * mini-trampolines.c: Resolve calls from shared generic code.
13003
13004 2008-03-11  Zoltan Varga  <vargaz@gmail.com>
13005
13006         * Makefile.am il2tests.il iltests.il.in: Delete il2tests, merge it into iltests.
13007
13008         * tramp-amd64.c (mono_arch_create_trampoline_code): Correctly save RBP as well.
13009
13010 Mon Mar 10 11:59:34 CET 2008 Paolo Molaro <lupus@ximian.com>
13011
13012         * mini.c: some fixes for the AOT compiler.
13013
13014 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
13015
13016         * cpu-amd64.md: Add clob:1 to some float opcodes.
13017
13018 2008-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
13019
13020         * mini.h: Added MiniVerifierMode enumeration.
13021
13022         * mini.c: Added mini_verifier_set_mode to control
13023         the usage of the new verifier.
13024
13025         * mini.c (mono_method): Integrated the new verifier.
13026
13027         * driver.c: Extended --security option with validil and
13028         verifiable options to activate the new verifier.
13029
13030 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
13031
13032         * mini.c jit-icalls.h jit-icalls.c: Generalize the exception creation 
13033         optimization to ctors taking 0 or 2 arguments too.
13034
13035         * mini.c (mono_method_to_ir): Optimalize the size of the exception throwing code
13036         a bit.
13037
13038         * jit-icalls.h (mono_create_corlib_exception): New JIT icall.
13039
13040         * mini-amd64.c (mono_arch_emit_prolog): Improve the first_bb optimization a bit.
13041
13042 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
13043
13044         * mini.c (mono_method_to_ir): Apply one of the ldstr optimizations in the
13045         non-aot case as well.
13046
13047         * cpu-amd64.md: Reduce the max size of some frequently used opcodes.
13048
13049         * aot-runtime.c (decode_patch_info): Update this after the ldfld/stfld wrapper
13050         changes.
13051
13052         * aot-compiler.c (encode_patch): Ditto.
13053
13054         * mini.h (G_MININT32): Fix the definition of this.
13055
13056 2008-03-05  Zoltan Varga  <vargaz@gmail.com>
13057
13058         * mini.h: Define G_MININT32/G_MAXINT32 if using an older glib version.
13059
13060         * cfold.c: Remove definition of G_MININT32 which is now in mini.h.
13061
13062 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13063
13064         * mini-amd64.c (mono_arch_compute_omit_fp): Don't disable fp elimination for 
13065         methods returning vtypes in registers.
13066         (mono_arch_allocate_vars): Ditto.
13067
13068         * mini-amd64.c (mono_arch_get_this_arg_reg): New arch specific helper function.
13069
13070         * tramp-amd64.c (mono_arch_get_unbox_trampoline): Use mono_arch_get_this_arg_reg ().    
13071
13072         * generics.cs: Add a test from the linear IR branch.
13073
13074         * mini-amd64.c (emit_load_volatile_arguments): Handle vtypes passed in regs too.
13075
13076         * mini.c (inline_method): Cache failed inline attempts.
13077
13078 2008-03-04  Mark Probst  <mark.probst@gmail.com>
13079
13080         * mini.c: For shared methods of generic classes put the location
13081         of "this" into the MonoGenericJitInfo.
13082
13083         * mini-x86.c, mini-amd64.c, mini.h: Added function for fetching a
13084         register out of a MonoContext by register number.  Add the generic
13085         sharing context as an argument to mono_arch_find_this_argument().
13086
13087         * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
13088         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c: Added stub
13089         for new arch function.
13090
13091         * mini-exception.c: Handle open exception clauses in shared
13092         generic code.
13093
13094         * mini-trampolines.c: Supply additional argument to
13095         mono_arch_find_this_argument().
13096
13097 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13098
13099         * Makefile.am (regtests): Run the bench.exe tests last.
13100
13101 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
13102
13103         * mini-amd64.c (mono_arch_emit_prolog): Improve the first bblock optimization
13104         a bit.
13105
13106 2008-03-02  Zoltan Varga  <vargaz@gmail.com>
13107
13108         * mini.c (mono_method_to_ir): Allow callvirt on static methods for compatibility
13109         with MS.
13110
13111         * mini-amd64.c (mono_arch_emit_prolog): Fix tracing after the last change.
13112         
13113         * mini-amd64.c (mono_arch_emit_prolog): Avoid saving dead arguments.
13114
13115         * mini.c (mono_method_check_inlining): Avoid disabling inlining for methods
13116         whose class has no cctor.
13117
13118         * liveness.c (mono_analyze_liveness): Mark dead arguments with MONO_INST_IS_DEAD.
13119
13120 2008-03-01  Zoltan Varga  <vargaz@gmail.com>
13121
13122         * mini.c (mono_method_to_ir): Report calling a static method using callvirt as
13123         unverified.
13124
13125 2008-02-29  Zoltan Varga  <vargaz@gmail.com>
13126
13127         * mini-ops.h: Remove OP_SPARC_INARG_VT, add a new OP_VTARG_ADDR opcode instead
13128         to be in sync with the code on the linear IR branch.
13129
13130         * mini-sparc.c inssel-sparc.brg: Use OP_VTARG_ADDR.
13131
13132         * inssel-s390.brg (OP_SETRET (freg)): Set dreg correctly.
13133
13134 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
13135
13136         * mini-mips.c: Use cfg->vret_addr instead of cfg->ret.
13137
13138         * mini-s390x.c: Use cfg->vret_addr instead of cfg->ret.
13139
13140         * mini-s390.c: Use cfg->vret_addr instead of cfg->ret.
13141
13142         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_VARS define.
13143
13144         * mini-<ARCH>.c (mono_arch_create_vars): Define this for all architectures.
13145         
13146         * mini.c (mono_method_to_ir): Avoid invalid memory reads for methods without a
13147         body.
13148
13149 2007-11-14  Yoichi NAKAYAMA  <nakayama@pixela.co.jp>
13150
13151         * inssel-mips.brg (OP_OUTARG_MEMBASE (CEE_LDIND_R4 (base))): Add missing
13152         OP_LOADR4_MEMBASE emission.
13153
13154         * mini-codegen.c (mono_spillvar_offset_int): Remove assertion.
13155         (mono_spillvar_offset_float): Ditto.
13156
13157         * mini-mips.c (mono_arch_emit_prolog): Ditto.
13158
13159         * inssel-long32-mips.brg: Fix wrong branching, reduce redundant code
13160         emission.
13161
13162         * basic-long.cs: Add regression tests for them.
13163
13164         * mini-mips.c (add_float32_arg): Respect o32 calling convention in gr
13165         use.
13166         (mono_arch_allocate_vars): Fix representation of single-precision float
13167         argument.
13168         (mono_arch_output_basic_block): Ditto.
13169
13170         * inssel-mips.brg: Ditto, remove duplicate items.
13171
13172         * mini-mips.c (emit_load_volatile_arguments): New function to handle
13173         arguments of tail calls as on other platforms.
13174         (mono_arch_output_basic_block): Handle tail calls.
13175
13176         * inssel-mips.brg (OP_OUTARG_VT (CEE_LDOBJ (base))): Correct destination
13177         register.
13178
13179         * objects.cs (test_5_pass_static_struct): Add test for it.
13180
13181         Contributed under MIT/X11 license.
13182
13183 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
13184
13185         * Makefile.am: Use gmcs for compiling the regression tests.
13186
13187         * *.2.cs *.2.il: Rename to *.cs and *.il.
13188
13189 2008-02-24  Zoltan Varga  <vargaz@gmail.com>
13190
13191         * regalloc.h: Make the vassign array smaller.
13192
13193         * mini.c (mini_method_compile): Remove an unused field in cfg.
13194
13195         * mini-codegen.c: Add a bunch of micro optimizations.
13196
13197 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
13198
13199         * regalloc.h: Remove some unused fields.
13200
13201 2008-02-22  Zoltan Varga  <vargaz@gmail.com>
13202
13203         * mini-amd64.c (mono_arch_patch_code): Fix a warning.
13204
13205         * ssa.c (mono_ssa_remove): Avoid declaring volatile variables dead.
13206
13207 2008-02-22  Mark Probst  <mark.probst@gmail.com>
13208
13209         * mini.h: New trampoline type (RGCTX_LAZY_FETCH).
13210
13211         * mini-trampolines.c, tramp-amd64.c, tramp-x86.c: RGCTX lazy fetch
13212         trampoline: Fetch an entry from the runtime generic context.  If
13213         it's NULL, jump to the actual trampoline to fill the runtime
13214         generic context.  Otherwise, return it.
13215
13216         * mini.c: Call the lazy fetch trampoline to get entries out of the
13217         runtime generic context.
13218
13219         * tramp-ia64.c, tramp-arm.c, tramp-alpha.c, tramp-s390.c,
13220         tramp-s390x.c, tramp-ppc.c, tramp-hppa.c, tramp-mips.c,
13221         tramp-sparc.c: Stubs for the lazy fetch trampoline.
13222
13223 2008-02-21  Mark Probst  <mark.probst@gmail.com>
13224
13225         * mini.c: Fetch data out of the extensible part of the runtime
13226         generic context instead of calling a helper function.
13227
13228         * generic-sharing.c: Some functions moved into
13229         metadata/generic-sharing.c.  Helper function for fetching other
13230         types now checks and asserts against extensible rgctx (just for
13231         debugging purposes - the helper function isn't called anymore
13232         unless for debugging).
13233
13234 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
13235
13236         * mini-arm.c (mono_arch_output_basic_block): Implement proper argument passing
13237         for tail calls up to the point that the tests in iltests.exe run. Also add a
13238         dummy CKFINITE implementation.
13239         (mono_arch_emit_prolog): Avoid saving the method in the LMF since it is only
13240         needed for trampoline LMF frames.
13241
13242         * exceptions-arm.c (mono_arch_find_jit_info): Only read lmf->method for 
13243         trampoline LMF frames.
13244
13245 2008-02-21  Rodrigo Kumpera  <rkumpera@novell.com>
13246
13247         * mini.c (inline_method): clean any pending loader error when inlining fail.
13248         Otherwise loader errors in mono_method_to_ir leaks and cause spurious errors.
13249
13250 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
13251
13252         * aot-compiler.c (encode_patch): Handle ICALL_ADDR patch type.
13253
13254         * aot-runtime.c (decode_patch_info): Ditto.
13255
13256         * mini.c (mono_resolve_patch_target): Ditto.
13257         
13258         * aot-compiler.c (compile_method): Add some experimental code for AOT compiling
13259         icall wrappers.
13260
13261         * patch-info.h (PATCH_INFO): Add 'ICALL_ADDR' patch type.
13262         
13263         * mini.c (mono_method_to_ir): Convert a CEE_MONO_LDPTR opcode to an AOT constant
13264         if it references an icall address.
13265
13266 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
13267
13268         * cpu-s390x.md: Remove some more unused opcodes.
13269         
13270         * cpu-s390x.md: Remove some unused opcodes.
13271
13272         * mini-ia64.c (mono_arch_lowering_pass): Add some more opcodes. Use
13273         mono_op_imm_to_op ().
13274
13275         * mini-sparc.c (opcode_to_sparc_cond): Use the mono_opcode_to_cond () functions
13276         instead of a switch statement.
13277         
13278         * mini-sparc.c (mono_arch_allocate_vars): Allocate a stack slot for use by
13279         the int<->float conversion opcodes instead of using mono_spillvar_offset_float ().
13280
13281         * mini-codegen.c: Eliminate rassign macro which is no longer needed.
13282         
13283         * mini-codegen.c: Remove unused mono_regstate2_... functions.
13284
13285         * mini-codegen.c (mono_print_ins_index): Avoid printing an index when it is
13286         -1.
13287
13288 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
13289
13290         * driver.c (mono_main): Improve error reporting when an assembly cannot be
13291         opened. Fixes #362607.
13292
13293         * cpu-ia64.md cpu-s390x.md: Remove some unused opcodes.
13294
13295         * iltests.il.in: Add a test for static methods in interfaces.
13296
13297 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
13298
13299         * genmdesc.c (build_table): Fix a crash on older glib versions.
13300
13301         * cpu-sparc.md: Remove some unused opcodes.
13302         
13303         * genmdesc.c: Error out if the .md contains CEE_ opcodes if 
13304         MONO_ARCH_ENABLE_NORMALIZE_OPCODES is defined.
13305
13306         * cpu-amd64.md: Remove some unused opcodes.
13307
13308         * mini.h mini-ops.h mini.c: Define the OP_Ccc opcodes in mini-ops.h normally
13309         like the other opcodes.
13310
13311 2008-02-17  Zoltan Varga  <vargaz@gmail.com>
13312
13313         * mini-ia64.c: Use cfg->vret_addr instead of cfg->ret.
13314
13315         * mini-arm.h mini-arm.c: Use cfg->vret_addr instead of cfg->ret.
13316
13317         * mini-sparc.c: Use cfg->vret_addr instead of cfg->ret. Name the MonoCompile
13318         variables 'cfg' instead of 'm' for consistency.
13319
13320         * mini-x86.c: Use cfg->vret_addr instead of cfg->ret.
13321
13322         * mini.h (MonoCompile): Add new 'vret_addr' field which represents the hidden
13323         argument holding the vtype return address, to avoid the ambigious use of
13324         cfg->ret for this purpose.
13325
13326         * mini.c (NEW_RETLOADA): Use vret_addr if set.
13327
13328         * mini-amd64.c: Use cfg->vret_addr instead of cfg->ret.
13329         
13330         * mini-codegen.c (mono_print_ins): Rename to mono_print_ins_index (), Add a
13331         new mono_print_ins () function which only takes one argument.
13332
13333 2008-02-15  Zoltan Varga  <vargaz@gmail.com>
13334
13335         * mini-s390.h (MONO_OUTPUT_VTR): Use cfg instead of s, avoid assignments to
13336         macro arguments.
13337
13338 2008-02-14  Zoltan Varga  <vargaz@gmail.com>
13339
13340         * mini-ops.h: Get rid of OP_SPARC_LOCALLOC_IMM.
13341
13342         * mini-sparc.c inssel-sparc.brg: Use OP_LOCALLOC_IMM instead of OP_SPARC_LOCALLOC_IMM.
13343
13344         * mini-x86.c: Sync with the version on the linear IR branch by adding new 
13345         opcodes and other small changes.
13346
13347         * mini-ops.h: Add some new opcodes from the linear IR branch.
13348
13349         * mini-ops.h: Get rid of the OP_X86_..._MEMBASE opcodes.
13350
13351         * mini-x86.c inssel-x86.brg cpu-x86.md: Get rid of the confusing _MEMBASE
13352         opcodes, use the REG_MEMBASE opcodes instead.
13353         
13354         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Get rid of the confusing _MEMBASE
13355         opcodes, use the REG_MEMBASE opcodes instead.
13356         
13357         * mini-amd64.c (mono_arch_output_basic_block): Sync with the version on the
13358         linear IR branch.
13359
13360         * mini.c (mono_op_imm_to_op): New helper function.
13361
13362         * mini-ops.h: Add some opcodes from linear IR branch.
13363
13364 2008-02-13  Zoltan Varga  <vargaz@gmail.com>
13365
13366         * mini-alpha.h mini-alpha.c tramp-alpha.c: Alpha port updates from Sergey Tikhonov 
13367         <tsv@solvo.ru>.
13368
13369 2008-02-12  Zoltan Varga  <vargaz@gmail.com>
13370
13371         * mini.c (mono_normalize_opcodes): Always convert CEE_CONV_R4/R8 to 
13372         OP_ICONV_TO_R4/R8.
13373
13374         * mini-ia64.c cpu-ia64.md: Add OP_ICONV_TO_R4/R8.
13375
13376 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
13377
13378         * aot-compiler.c (emit_method_code): Add an assert.
13379
13380         * mini-arm.h mini-arm.c exceptions-arm.c: Modify the exception throwing code and
13381         the IMT code so it is AOT friendly. Enable AOT for methods which call interface
13382         methods.
13383
13384 2008-02-08  Zoltan Varga  <vargaz@gmail.com>
13385
13386         * mini-arm.c (mono_arch_output_basic_block): Fix the ordering of arguments for 
13387         some load/store opcodes so they are consistent. 
13388         (mono_arch_emit_prolog): Simplify some code.
13389
13390         * aot-runtime.c (mono_aot_get_plt_entry): Fix a warning.
13391
13392         * objects.cs: Add tests for large argument offsets on ARM.
13393
13394         * mini-arm.c (mono_arch_emit_prolog): Fix handling of arguments with large 
13395         stack offsets. Fixes #359651.
13396
13397         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R4/R8 properly.
13398
13399         * cpu-s390x.md: Add OP_LCONV_TO_R4/R8.
13400
13401         * cpu-ia64.md mini-ia64.h mini-ia64.c: Get rid of CEE_ opcodes.
13402
13403         * mini-ops.h: Add OP_ICONV_TO_R_UN opcode.
13404
13405         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R_UN too.
13406
13407         * cpu-s390x.md cpu-s390.md mini-s390x.c mini-arm.c cpu-arm.md mini-s390.c: Get
13408         rid of CEE_CONV_R_UN.
13409
13410         * mini-s390x.c mini-s390x.h cpu-s390x.md inssel-s390x.brg: Get rid of CEE_ opcodes.
13411
13412 2008-02-07  Zoltan Varga  <vargaz@gmail.com>
13413
13414         * mini-s390.c mini-s390.h cpu-s390.md: Get rid of CEE_ opcodes.
13415
13416         * mini.c (mono_normalize_opcodes): Add some more opcodes.
13417
13418         * mini-arm.c mini-arm.h cpu-arm.md: Get rid of CEE_ opcodes.
13419
13420         * cpu-amd64.md: Remove some unused opcodes.
13421
13422         * mini-sparc.c mini-sparc.h cpu-sparc.md: Get rid of CEE_ opcodes.
13423
13424         * mini-x86.c mini-x86.h cpu-x86.md: Get rid of CEE_ opcodes.
13425
13426         * mini.c mini-<ARCH>.c: Remove mono_arch_local_regalloc (), instead make 
13427         arch specific functions for its parts. Call the peephole pass after local
13428         regalloc so the prolog can compute a more accurate max_offset.
13429         
13430         * mini.c (mono_normalize_opcodes): New mini pass to convert CEE_ opcodes to
13431         the corresponding OP_I/OP_L opcodes.
13432
13433         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of CEE_ opcodes.
13434
13435         * mini-sparc.c (mono_arch_output_basic_block): Fix the sparc build.
13436
13437 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
13438
13439         * mini-s390.c (mono_arch_get_inst_for_method): Remove the Interlocked cases
13440         as they are handled in mini.c.
13441
13442         * mini-s390x.c (mono_arch_get_inst_for_method): Ditto.
13443         
13444         * mini-<ARCH>.c (mono_arch_get_inst_for_method): Remove the MemoryBarrier
13445         case since it is handled in mini.c.
13446
13447         * cpu-sparc.md (sparc_setfreg_float): Fix the sparc build.
13448
13449         * mini-ops.h: Add new opcodes OP_CALL/OP_CALLVIRT.
13450
13451         * *.c: Use the new opcodes in the IR and back end code.
13452
13453         * mini-ops.h cpu-<ARCH>.md: Correct the name of the bgt_un opcodes.
13454
13455         * mini-amd64.c (emit_call_body): Use a far-call for calling dynamic methods.
13456
13457 2008-02-06  Mark Probst  <mark.probst@gmail.com>
13458
13459         * mini-trampolines.c (mono_generic_class_init_trampoline): Removed
13460         an assert because it has a race condition.
13461
13462 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
13463
13464         * tramp-amd64.c (mono_arch_patch_callsite): Add more diagnostics.
13465
13466         * inssel.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused CEE_RET opcode.
13467
13468         * mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused LDIND/STIND opcodes.
13469
13470         * *.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of OP_SETREG/OP_SETFREG/OP_SETREGIMM,
13471         use OP_MOVE/OP_FMOVE/OP_ICONST instead.
13472
13473 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
13474
13475         * cpu-amd64.md (move): Correct the maximum size of move.
13476
13477 2008-02-05  Mark Probst  <mark.probst@gmail.com>
13478
13479         * tramp-amd64.c, tramp-x86.c, mini-trampolines.c: Added a check in
13480         the generic class init trampoline to return quickly if the class
13481         is already inited.
13482
13483 2008-02-04  Zoltan Varga  <vargaz@gmail.com>
13484
13485         * tramp-amd64.c (mono_arch_patch_callsite): Add some diagnostics to help debug
13486         issues where an 32 bit callsite cannot be patched by a 64 bit address.
13487
13488 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
13489
13490         * generics.2.cs generics-variant-types.2.il: Merge some tests from the linear IR
13491         branch.
13492
13493 2008-01-31  Zoltan Varga  <vargaz@gmail.com>
13494
13495         * objects.cs: Add some soft-float tests.
13496
13497         * mini.c: Fix a couple more soft-float issues.
13498
13499         * helpers.c (mono_disassemble_code): Fix disassembly on ARM.
13500
13501         * mini-amd64.c (peephole_pass): Use IXOR instead of LXOR for zeroing a register to
13502         avoid a REX prefix.
13503
13504 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
13505
13506         * exceptions-x86.c (mono_arch_find_jit_info): Fix stack unwinding when an
13507         exception happens while compiling a virtual method.
13508
13509 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
13510
13511         * mini-sparc.c (mono_arch_emit_epilog): Fix folding of negative return values.
13512         
13513         * mini-sparc.c: Fix build.
13514
13515         * mini-sparc.c (get_call_info): Add support for generic sharing.
13516
13517         * mini-exceptions.c: Add a FIXME.
13518
13519 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
13520
13521         * mini-exceptions.c (mono_handle_exception_internal): Remove the old style
13522         altstack handling code.
13523
13524         * mini-s390.c (mono_arch_emit_exceptions): Really fix a warning.
13525         
13526         * mini-s390.c (mono_arch_emit_exceptions): Fix a warning.
13527
13528         * mini-s390.c: Add support for generic sharing.
13529
13530         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
13531         Fix CAS on s390.
13532         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
13533
13534         * mini-s390x.c (mono_arch_emit_exceptions): Fix a warning.
13535
13536         * mini-s390x.c: Add support for generic sharing.
13537         
13538         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
13539         Fix CAS on ia64.
13540         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
13541
13542         * mini-s390x.c: Use is_imm16 instead of is_uimm16 when checking whenever s390_aghi
13543         can be used since it takes a 16 bit signed immediate.
13544
13545         * inssel-s390x.brg: Fix OP_SETRET.
13546
13547         * mini-s390x.c (mono_arch_output_basic_block): Fix OP_BREAK.
13548
13549         * mini-codegen.c (mono_opcode_to_cond): Fix a warning.
13550
13551         * mini-s390x.c cpu-s390x.md: Implement sext.i4 properly by sign extension.
13552
13553         * mini.c (mono_create_delegate_trampoline): Don't use mono_create_ftpntr here.
13554
13555         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_addr_from_ftnptr
13556         in one place.
13557
13558         * mini-ia64.h mini-ia64.c: Add minimal support for the delegate trampoline 
13559         stuff.
13560
13561         * mini.h inssel-x86.brg inssel-amd64.brg tramp-alpha.c tramp-ia64.c: Get rid
13562         of the unused mono_arch_patch_delegate_trampoline stuff.
13563
13564 2008-01-26  Zoltan Varga  <vargaz@gmail.com>
13565
13566         * basic-long.cs: Move the fp related tests to basic-float.cs.
13567
13568         * mini-ops.h (OP_OUTARG_FREG_R4): New opcode.
13569
13570         * mini-ia64.c inssel-ia64.brg: Implement proper R4 argument passing.
13571
13572         * basic-calls.cs: Add a test for proper float argument passing.
13573
13574         * mini-ia64.h (mono_ia64_context_get_ip): Do not substract 1 from the ip
13575         if the context corresponds to an exception received through a signal.
13576
13577         * exceptions.cs: Add a test for nullref handling at the start of a try
13578         clause.
13579
13580         * mini-ia64.c (mono_arch_call_opcode): Fix ia64 argument passing.
13581
13582         * jit-icalls.c (mono_break): New JIT icall.
13583
13584         * mini-<ARCH>.c: Use mono_break instead of mono_arch_break.
13585
13586         * mini-arm.c (arm_patch): Add support for patching the blx calling sequence.
13587
13588 2008-01-25  Zoltan Varga  <vargaz@gmail.com>
13589
13590         * cpu-*.md: Get rid of unused opcodes.
13591
13592         * cpu-g4.md: Rename this to cpu-ppc.md for consistency with other archs.
13593
13594         * Makefile.am: Move mini-trampolines.c to $(common_sources) since it is now used
13595         by all platforms.
13596
13597         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE
13598         define.
13599
13600         * mini-s390x.h tramp-s390x.c Makefile.am: Rework the s390x trampoline code to use
13601         the arch independent trampoline code in mini-trampolines.c.
13602
13603         * aot-runtime.c (mono_aot_init_vtable): Fix a warning.
13604
13605         * mini.c (get_runtime_generic_context_ptr): Fix a warning.
13606
13607         * mini-s390.h: Remove an unused define.
13608         
13609         * mini-s390.h tramp-s390.c Makefile.am: Rework the s390 trampoline code to use
13610         the arch independent trampoline code in mini-trampolines.c.
13611
13612         * mini-arm.c (mono_arch_emit_prolog): Fix build.
13613
13614 2008-01-24  Zoltan Varga  <vargaz@gmail.com>
13615
13616         * mini-sparc.c (mono_arch_output_basic_block): Remove some unecessary code.
13617
13618         * mini-s390.c (mono_arch_emit_prolog): Fix build.
13619
13620         * mini-s390x.c (mono_arch_emit_prolog): Fix build.
13621
13622         * mini-ppc.c (mono_arch_emit_prolog): Fix build.
13623
13624         * cpu-amd64.md: Use smaller sizes for int opcodes.
13625
13626         * *.c: Get rid of the NOT_IMPLEMENTED define which is now in mini.h.
13627
13628         * *.cs: Add some tests from the linear-ir branch. Move structs tests to 
13629         objects.cs.
13630
13631         * driver.c (mono_main): Add a --break-at-bb command line argument for JIT
13632         debugging.
13633
13634         * mini.h *.c: Change cfg->vars to contain the MonoMethodVar entries directly
13635         instead of though a pointer to save an indirection when accessing elements of
13636         the array.
13637
13638         * mini.h (MONO_IS_COND_BRANCH_OP): Move these macros here from mini.c. Fix
13639         some typos.
13640         (NOT_IMPLEMENTED): New helper macro.
13641         (MONO_BB_FOR_EACH_INS): New helper macro to iterate through the instructions
13642         of a bb.
13643
13644         * *.c: Use the new helper macro.
13645
13646 2008-01-21  Zoltan Varga  <vargaz@gmail.com>
13647
13648         * mini-x86.h (MONO_ARCH_AOT_SUPPORTED): Disable AOT for apple x86.
13649
13650 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
13651
13652         * mini-amd64.c (mono_arch_emit_prolog): Optimize the omit fp case to save two
13653         stack slots.
13654
13655 2008-01-18  Zoltan Varga  <vargaz@gmail.com>
13656
13657         * mini-amd64.c (mono_arch_emit_prolog): Disable the new optimization if
13658         profiling is enabled.
13659         
13660         * mini-amd64.c (mono_arch_call_opcode): Emit the save_sp_to_lmf instruction at
13661         the end.
13662         (mono_arch_emit_prolog): Add more first bblock optimizations.
13663
13664         * mini-amd64.c (mono_arch_call_opcode): Keep assignments to the arg registers
13665         in order if possible.
13666         (mono_arch_emit_prolog): Optimize assignments to arg registers in the first
13667         bblock, since the arguments are still in their original registers.
13668
13669         * mini.c (type_from_op): Calling add.ovf on floats is not valid IL code.
13670
13671 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
13672
13673         * mini.c (mono_method_to_ir): Use the no-spilling optimization for CEE_CALLI
13674         as well.
13675
13676         * mini-amd64.c (mono_arch_emit_prolog): Save an instruction if the LMF is at
13677         offset 0.
13678
13679         * mini-amd64.h (MONO_ARCH_HAVE_NOTIFY_PENDING_EXC): Turn on this for amd64.
13680
13681         * exceptions-amd64.c (mono_arch_notify_pending_exc): New function to 
13682         process async exceptions received while in unmanaged code.
13683
13684         * mini.c (mini_init): Install a callback with the runtime which will be called
13685         when a thread receives an async exception while in unmanaged code.
13686
13687         * mini.c driver.c: Update after mono_get_native_wrapper () signature change.
13688
13689         * mini-s390x.c (mono_arch_output_basic_block): Fix s390x build.
13690
13691 2008-01-16  Wade Berrier  <wberrier@novell.com>
13692
13693         * cpu-g4.md:
13694         * cpu-arm.md:
13695         * cpu-s390x.md:
13696         fix build
13697
13698 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
13699
13700         * mini-x86.c (mono_arch_output_basic_block): Remove some gccism which prevents
13701         compilation with sun cc.
13702
13703         * cpu-*.md: Fix the build.
13704
13705         * cpu-x86.md: Fix the length of some load membase opcodes. Fixes #354241.
13706
13707         * mini-amd64.h: Add some comments to the MonoLMF structure.
13708
13709         * mini-ops.h cpu-amd64.c: Add a OP_AMD64_SAVE_SP_TO_LMF opcode.
13710         
13711         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Avoid setting the rip field
13712         in the LMF structure if possible. This saves two instructions in the
13713         managed->native wrappers.
13714
13715         * mini-ops.h *.md: Make some opcodes names uniform by removing the op_ prefix.
13716
13717 2008-01-16  Mark Probst  <mark.probst@gmail.com>
13718
13719         * generic-sharing.c: New type argument lookup code which uses the
13720         runtime generic context template.
13721
13722 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
13723
13724         * mini.c (mono_method_to_ir): Avoid emitting a write barrier when storing NULL.
13725
13726         * mini-arm.c (add_general): Fix arm eabi parameter passing.
13727         (mono_arch_output_basic_block): Fix localloc implementation.
13728
13729         * mini-amd64.c (peephole_pass): Sync store+load optimizations with the x86 version.
13730
13731         * mini-ia64.c (peephole_pass): Fix ia64 build.
13732
13733         * mini-amd64.c (peephole_pass): Fix a warning.
13734         
13735         * mini-amd64.c (mono_arch_allocate_vars): Make sure the LMF is always stored
13736         at a constant offset from sp/fp.
13737
13738         * exceptions-amd64.c (mono_arch_find_jit_info): Compute the LMF address from fp/sp
13739         instead of obtaining it from *lmf in the managed method case.
13740
13741 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
13742
13743         * exceptions-amd64.c (mono_arch_find_jit_info): Remove some duplicate code.
13744
13745 Mon Jan 14 12:33:06 CET 2008  David S. Miller  <davem@davemloft.net>
13746
13747         * mini.h (MonoInstList): New type.
13748         (MONO_INST_LIST_INIT, MONO_INST_LIST_EMPTY,
13749         __MONO_INST_LIST_ADD, MONO_INST_LIST_ADD,
13750         MONO_INST_LIST_ADD_TAIL, __MONO_INST_LIST_DEL,
13751         __MONO_INST_LIST_SPLICE, MONO_INST_LIST_SPLICE,
13752         MONO_INST_LIST_SPLICE_TAIL, MONO_INST_LIST_SPLICE_INIST,
13753         MONO_INST_LIST_SPLICE_TAIL_INIT, mono_container_of,
13754         MONO_INST_LIST_ENTRY, MONO_INST_LIST_FIRST_ENTRY,
13755         MONO_INST_LIST_LAST_ENTRY, MONO_INST_LIST_FOR_EACH,
13756         MONO_INST_LIST_FOR_EACH_PREV, MONO_INST_LIST_FOR_EACH_SAFE,
13757         MONO_INST_LIST_FOR_EACH_PREV_SAFE,
13758         MONO_INST_LIST_FOR_EACH_ENTRY,
13759         MONO_INST_LIST_FOR_EACH_ENTRY_REVERSE,
13760         MONO_INST_LIST_FOR_EACH_ENTRY_SAFE,
13761         mono_inst_list_first, mono_inst_list_last,
13762         mono_inst_list_next, mono_inst_list_prev): New instruction
13763         list handling interfaces.
13764         (MonoBasicBlock): Remove 'last_ins' and 'code', replace with
13765         list head 'ins_list'.
13766         (MonoInst): Replace next pointer with list head 'node'.
13767         (MonoCallInst): Make 'out_args' a MonoInstList.
13768         (MONO_INST_NEW_CALL): Explicitly init ->out_args.
13769         (MonoCompile): Delete reverse_inst_list and
13770         reverse_inst_list_len.
13771         * mini-hppa.c (mono_arch_call_opcode, NEW_INS,
13772         mono_arch_lowering_pass, mono_arch_local_regalloc,
13773         mono_arch_output_basic_block, mono_arch_emit_prolog):
13774         Convert to new instruction lists.
13775         (insert_after_ins): Delete.
13776         * inssel.brg (MONO_EMIT_NEW_BRANCH_BLOCK): Convert to new
13777         instruction lists.
13778         * mini-hppa.h (MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Likewise.
13779         * mini.c (NEW_BBLOCK, ADD_BBLOCK, CHECK_BBLOCK,
13780         split_bblock, mono_add_ins_to_end, mono_emit_call_args,
13781         mono_emulate_opcode, mono_emit_load_got_addr,
13782         inline_method, mono_method_to_ir, mono_print_bb_code,
13783         print_dfn, decompose_pass, nullify_basic_block,
13784         replace_out_block_in_code, remove_block_if_useless,
13785         merge_basic_blocks, move_basic_block_to_end,
13786         try_unsigned_compare, optimize_branches, mono_print_code,
13787         mini_select_instructions, remove_critical_edges): Likewise.
13788         * mini-amd64.c (emit_sig_cookie, mono_arch_call_opcode,
13789         peephole_pass_1, peephole_pass, mono_arch_lowering_pass,
13790         mono_arch_output_basic_block, mono_arch_emit_prolog):
13791         Likewise.
13792         * mini-mips.c (mono_arch_call_opcode, peephole_pass,
13793         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
13794         mono_arch_output_basic_block): Likewise.
13795         (inst_list_prepend, insert_after_ins): Delete.
13796         * mini-mips.h (MONO_EMIT_NEW_BRANCH_NONZERO_LABEL,
13797         MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Convert to new
13798         instruction lists.
13799         * mini-x86.c (emit_sig_cookie, mono_arch_call_opcode,
13800         peephole_pass_1, peephole_pass, mono_arch_output_basic_block,
13801         mono_arch_emit_prolog): Likewise.
13802         * cfold.c (mono_constant_fold): Likewise.
13803         * liveness.c (visit_bb, mono_analyze_liveness,
13804         optimize_initlocals): Likewise.
13805         * ssapre.c (dump_code, process_bb, code_motion): Likewise.
13806         * graph.c (mono_draw_code_cfg): Likewise.
13807         * ssa.c (mono_ssa_rename_vars, mono_ssa_compute,
13808         mono_ssa_remove, mono_ssa_avoid_copies, mono_ssa_create_def_use,
13809         mono_ssa_cprop): Likewise.
13810         * abcremoval (get_relations_from_previous_bb, process_block):
13811         Likewise.
13812         * local-propagation (mono_cprop_invalidate_values,
13813         mono_local_cprop_bb): Likewise.
13814         * mini-s390x.c (mono_arch_call_opcode, emit_sig_cookie,
13815         peephole_pass, mono_arch_output_basic_block,
13816         mono_arch_emit_prolog): Likewise.
13817         * mini-arm.c (mono_arch_call_opcode, peephole_pass,
13818         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
13819         mono_arch_emit_prolog): Likewise.
13820         (insert_after_ins): Delete.
13821         * aliasing.c (print_code_with_aliasing_information,
13822         mono_build_aliasing_information, mono_aliasing_deadce):
13823         Convert to new instruction lists.
13824         * mini-ia64.c (emit_sig_cookie, mono_arch_call_opcode,
13825         peephole_pass, NEW_INS, mono_arch_lowering_pass,
13826         mono_arch_local_regalloc, mono_arch_output_basic_block):
13827         Likewise.
13828         (insert_after_ins): Delete.
13829         * mini-sparc.c (emit_sig_cookie, mono_arch_call_opcode,
13830         peephole_pass, mono_arch_output_basic_block): Convert to
13831         new instruction lists.
13832         * mini-codegen (InstList, inst_list_prepend,
13833         insert_after_ins): Delete.
13834         (insert_before_ins, get_register_force_spilling,
13835         get_register_spilling, free_up_ireg, free_up_reg,
13836         create_copy_ins, create_spilled_store, alloc_int_reg,
13837         alloc_float_reg, alloc_reg, mono_local_regalloc): Convert
13838         to new instruction lists.
13839         * mini-ppc.c (mono_arch_call_opcode, peephole_pass,
13840         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
13841         mono_arch_output_basic_block, mono_arch_emit_prolog): Likewise.
13842         (insert_after_ins): Delete.
13843         * mini-alpha.c (NEW_INS, peephole_pass, mono_arch_lowering_pass,
13844         mono_arch_local_regalloc, mono_arch_output_basic_block,
13845         mono_arch_call_opcode): Convert to new instruction lists.
13846         (insert_after_ins): Delete.
13847         * mini-s390.c (mono_arch_call_opcode, emit_sig_cookie,
13848         peephole_pass, mono_arch_output_basic_block,
13849         mono_arch_emit_prolog): Convert to new instruction lists.
13850
13851 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
13852
13853         * mini-amd64.c (mono_arch_output_basic_block): Use a 4 byte load in OP_CHECK_THIS.
13854
13855         * mini-sparc.c (mono_arch_output_basic_block): Use a byte load in CHECK_THIS.
13856         Fixes #353182.
13857
13858         * Makefile.am (version.h): Make this work with non-bash shells.
13859
13860 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
13861
13862         * mini.c (handle_delegate_ctor): Optimize away setting of NULL target.
13863
13864 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
13865
13866         * mini.c (mono_method_to_ir): Fix possible reading of invalid memory in 
13867         the InitializeArray optimization.
13868
13869 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
13870
13871         * mini.c driver.c: Don't include os/gc_wrapper.h.
13872
13873 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
13874
13875         * mini.c (print_jit_stats): Print GC statistics if available.
13876
13877 2008-01-04  Zoltan Varga  <vargaz@gmail.com>
13878
13879         * mini-amd64.c (mono_arch_allocate_vars): Align argument storage offsets to 8.
13880
13881 2007-12-29  Zoltan Varga  <vargaz@gmail.com>
13882
13883         * mini-ppc.c (mono_arch_get_delegate_invoke_impl): Fix flushing of icache.
13884
13885 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
13886
13887         * mini.c (mini_init): Move the setting of GC_stackbottom to mono_gc_base_init ().
13888         
13889         * mini.c (mini_init): Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
13890
13891         * driver.c (mono_main): Ditto.
13892
13893 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
13894
13895         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_delegate_invoke ().
13896
13897         * aot-compiler.c (emit_klass_info): Avoid emitting info if one of the methods
13898         in the vtable can't be encoded.
13899         (compile_method): Ditto.
13900
13901 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
13902
13903         * mini.c (setup_jit_tls_data): Use the MONO_ARCH_INIT_TOP_LMF_ENTRY macro if
13904         defined.
13905
13906         * mini-amd64.h mini-amd64.c exceptions-amd64.c tramp-amd64.c: Rename lmf->ebp to 
13907         lmf->rbp.
13908
13909         * exceptions-amd64.c (mono_arch_find_jit_info): Fix the detection of whenever
13910         the top LMF entry belongs to the current method.
13911
13912         * mini.c: Update after renaming of mono_thread_get_pending_exception ().
13913
13914 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
13915
13916         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix a warning.
13917         
13918         * tramp-ia64.c (mono_arch_create_trampoline_code): Ditto.
13919
13920         * tramp-sparc.c (mono_arch_create_trampoline_code): Check for thread interruption.
13921
13922         * tramp-amd64.c (mono_arch_create_trampoline_code): Ditto.
13923
13924         * tramp-x86.c (mono_arch_create_trampoline_code): Check for thread interruption.
13925
13926         * cpu-amd64.md mini-amd64.h mini-amd64.c inssel-amd64.brg: Add ulong->double 
13927         implementation.
13928
13929         * basic-float.cs: Add an ulong->double cast test.
13930
13931 2007-12-15  Zoltan Varga  <vargaz@gmail.com>
13932
13933         * mini.c (mono_method_to_ir): Fix a warning.
13934
13935 2007-12-14  Zoltan Varga  <vargaz@gmail.com>
13936
13937         * mini-ops.h: Add OP_SWITCH.
13938
13939         * mini.c graph.c ssa.c aliasing.c mini-<ARCH>.c inssel-<ARCH>.brg: Avoid using
13940         CEE_SWITCH in back-end code, use OP_SWITCH instead.
13941
13942 2007-12-11  Geoff Norton  <gnorton@novell.com>
13943
13944         * mini-s390x.c: Minor change to the MAX() define to allow
13945         it to compile with other gcc versions.
13946
13947 2007-12-11  Geoff Norton  <gnorton@novell.com>
13948
13949         * cpu-s390x.md:
13950         * mini-s390x.c: Implement sext_i4 to fix the build on s390x
13951
13952 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
13953
13954         exceptions-arm.c (mono_arch_get_restore_context): Restore
13955         the frame pointer.
13956
13957         exceptions-arm.c (throw_exception): Save the frame pointer.
13958         This is a partial fix for #323747. Only the client side is
13959         fixed.
13960
13961 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
13962
13963         * mini.c (mono_method_to_ir): Verbose message in CEE_NEWOBJ
13964         was using an unrelated variable to log the class which
13965         needed the cctor to be called. This was crashing on arm.
13966
13967 2007-12-09  Robert Jordan  <robertj@gmx.net>
13968
13969         * mini-x86.c (mono_arch_emit_epilog):
13970         Consider all kinds of 64-bit types. Fixes #323114.
13971
13972 2007-12-08  Zoltan Varga  <vargaz@gmail.com>
13973
13974         * tramp-amd64.c (mono_arch_create_trampoline_code): Clean up the code a bit.
13975
13976 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
13977
13978         * mini-amd64.c (peephole_pass): Add a missing instruction check.
13979
13980 Fri Dec 7 22:08:23 CET 2007 Paolo Molaro <lupus@ximian.com>
13981
13982         * mini.c: run type ctor before allocating an object, not only
13983         when running it's constructor method (fixes at least part of bug #342507).
13984
13985 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
13986         
13987         * mini-trampolines.c (mono_delegate_trampoline): Fix a warning.
13988         
13989         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove a debug printf.
13990         * mini.h mini-amd64.c mini-x86.c: Get rid of the mono_arch_find_vtable () 
13991         function.
13992
13993         * tramp-x86.c tramp-amd64.c mini-trampolines.c: Pass the vtable argument to
13994         mono_generic_class_init_trampoline () the same as it is done with the other
13995         trampolines.
13996
13997         * mini-arm.h mini-arm.c tramp-arm.c inssel-arm.brg cpu-arm.md 
13998         aot-runtime.c aot-compiler.c: Implement AOT support.    
13999
14000 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14001
14002         * mini-trampolines.c (mono_generic_class_init_trampoline): Fixed
14003         build for archs which don't have the vtable trampoline defined
14004         yet.
14005
14006 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
14007
14008         * tramp-x86.c (mono_arch_create_trampoline_code): Fix the build.
14009
14010         * tramp-ppc.c (mono_arch_create_trampoline_code): Use the new helper function.
14011
14012         * mini-trampolines.c (mono_get_trampoline_func): New helper function.
14013
14014         * tramp-<ARCH>.c: Use the new helper function.
14015
14016 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14017
14018         * inssel.brg: Added a pattern for the OP_TRAMPCALL_VTABLE
14019         trampoline call, which takes a vtable argument.
14020
14021         * graph.c, mini-ops.h, local-propagation.c, aliasing.c: Treat
14022         OP_TRAMPCALL_VTABLEs like other calls.
14023
14024         * mini-amd64.c, mini-amd64.h, mini-x86.c, mini-x86.h: Designated a
14025         register to hold the vtable argument to the OP_TRAMPCALL_VTABLE
14026         call.  Implemented a support function which fetches the vtable
14027         from a register set.
14028
14029         * mini.c, mini.h, tramp-amd64.c, tramp-x86.c, mini-trampolines.c:
14030         Implemented a generic class init trampoline, using the
14031         OP_TRAMPCALL_VTABLE opcode.
14032
14033         * mini.c: Implemented static field access when sharing generic
14034         code.  This implies initing the class using the new
14035         OP_TRAMPCALL_VTABLE call.
14036
14037 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14038
14039         * mini.c: Don't compile methods with sharing enabled if their
14040         classes are disabled for sharing.
14041
14042 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
14043
14044         * inssel.brg: Add a missing sign extension to the GETCHR and array access
14045         opcodes. Fixes #346563.
14046
14047         * objects.cs: Add a new test.
14048
14049         * aot-compiler.c (emit_method_code): Put back an #ifdef which is needed.
14050
14051         * mini-<ARCH>.h mini.c aot-compiler.c aot-runtime.c: Get rid of the
14052         HAVE_PIC_AOT define and use AOT_SUPPORTED instead.
14053
14054 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
14055
14056         * mini-arm.h mini-arm.c: Add support for the common vtable trampoline.
14057
14058 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
14059
14060         * mini-arm.c (mono_arch_emit_exceptions): Avoid uninitialized memory in the
14061         code stream.
14062
14063 2007-12-02  Zoltan Varga  <vargaz@gmail.com>
14064
14065         * patch-info.h (PATCH_INFO): Add DELEGATE_TRAMPOLINE.
14066
14067         * mini.c aot-compiler.c aot-runtime.c: Implement the delegate creation 
14068         optimization in the AOT case.
14069         
14070 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
14071
14072         * aot-runtime (mono_aot_get_method_from_vt_slot): Add support for multi-byte method ref encodings.
14073         
14074         * aot-runtime.c (decode_klass_ref): Implement decoding of generic instances.
14075
14076         * aot-compiler.c (encode_klass_ref): Implement proper encoding of generic instances.
14077
14078         * mini.c (mono_method_to_ir): Optimize the common ldftn+create delegate combination.
14079
14080         * mini-trampolines.c (mono_delegate_trampoline): Add some code to handle the case when the delegate
14081         is created by the inlined delegate ctor.
14082
14083         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.  
14084
14085         * mini.c (mono_jit_compile_method_inner): Replace calls to delegate invoke with the trampoline here too.
14086
14087 2007-11-29  Zoltan Varga  <vargaz@gmail.com>
14088
14089         * cpu-x86.md: Fix the length of ckfinite.
14090
14091 2007-11-28  Zoltan Varga  <vargaz@gmail.com>
14092
14093         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.
14094         
14095         * mini-x86.c (mono_arch_output_basic_block): Clean up the fp stack properly in CKFINITE.
14096         (mono_arch_output_basic_block): Get rid of unused last_ins and last_offset.
14097
14098         * mini-x86.c (mono_arch_output_basic_block): Add some micro optimizations.
14099
14100         * mini-x86.c inssel-x86.brg cpu-x86.md: Move the implementation of the 
14101         OP_START_HANDLER/OP_ENDFINALLY/OP_ENDFILTER opcodes to mini-x86.c.
14102
14103 2007-11-28  Martin Baulig  <martin@ximian.com>
14104
14105         * mini-x86.c
14106         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline()
14107         after creating the trampoline.
14108
14109 2007-11-27  Zoltan Varga  <vargaz@gmail.com>
14110
14111         * aot-runtime.c (load_aot_module): Check runtime version if needed.
14112
14113         * aot-compiler.c: Add bind-to-runtime-version for producing AOT files which only load into a runtime with
14114         the same version.
14115
14116         * generic-sharing.c (mono_helper_get_rgctx_other_ptr): Change the signature to take the calling class
14117         instead of the calling method to help AOT.
14118
14119         * mini.c (get_runtime_generic_context_other_ptr): Update after the change.
14120
14121 2007-11-26  Zoltan Varga  <vargaz@gmail.com>
14122
14123         * aot-runtime.c (mono_aot_init_vtable): Simplify this if MONO_ARCH_COMMON_VTABLE_TRAMPOLINE
14124         is defined.
14125
14126 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
14127
14128         * aot-compiler.c (emit_class_name_table): Properly encode generic class names.
14129         
14130         * aot-compiler.c (compile_method): Correct check for generic method definitions.
14131         (encode_method_ref): No need to handle generic method definitions specially.
14132
14133         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
14134
14135         * aot-runtime.c (decode_klass_ref): Clean this up and rename from 
14136         decode_klass_info.
14137
14138         * aot-compiler.c (encode_klass_ref): Clean this up and rename from
14139         encode_klass_info.
14140         (compile_method): Enable generic sharing.
14141
14142 2007-11-22  Zoltan Varga  <vargaz@gmail.com>
14143
14144         * mini.c (get_runtime_generic_context_other_ptr): Disable AOT here.
14145         (mini_method_compile): Add preliminary support for AOTing shared generic code.
14146
14147         * aot-compiler.c (compile_method): Add preliminary support for AOTing shared
14148         generic code.
14149
14150         * mini-trampolines.c: Fix a warning.
14151
14152         * mini.c (get_runtime_generic_context_other_ptr): Use NEW_METHODCONST instead of
14153         NEW_PCONST.
14154         (mono_method_to_ir): Use NEW_DOMAINCONST in one place.
14155         (generic_class_is_reference_type): Remove unused function.
14156
14157         * mini-trampolines.c (mono_magic_trampoline): Avoid loading metadata if possible
14158         in the generic vtable trampoline case.
14159
14160         * aot-runtime.c (mono_aot_init_vtable): Use the generic vtable trampoline.
14161         
14162         * aot-runtime.c (mono_aot_get_method_from_vt_slot): New helper function to
14163         return an AOT method based on a vtable slot.
14164
14165         * aot-compiler.c (compile_method): Avoid AOTing synchronized methods for now.
14166
14167         * mini.c (mini_get_vtable_trampoline): Export this.
14168
14169 2007-11-22  Martin Baulig  <martin@ximian.com>
14170
14171         * debug-debugger.h
14172         (MonoDebuggerInfo): Move `debugger_version' up.
14173
14174 2007-11-22  Martin Baulig  <martin@ximian.com>
14175
14176         * mini-amd64.c
14177         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline().
14178
14179         * mini-trampolines.c
14180         (mono_delegate_trampoline): Call mono_debugger_trampoline_compiled()
14181         after compiling the method.
14182
14183 2007-11-20  Martin Baulig  <martin@ximian.com>
14184
14185         * debug-mini.c
14186         (mono_debugger_insert_method_breakpoint): Moved into mono-debug-debugger.c.
14187         (mono_debugger_remove_breakpoint): Likewise.
14188         (mono_debugger_check_breakpoints): Likewise.
14189
14190         * debug-debugger.c: Implement the new breakpoint interface here.
14191
14192 2007-11-18  Zoltan Varga  <vargaz@gmail.com>
14193
14194         * mini-amd64.c (mono_arch_output_basic_block): Unify the implementation of
14195         CEE_CONV_I1/SEXT_I1 and I2 since they are the same.
14196
14197         * mini-x86.c (mono_arch_output_basic_block): Ditto.     
14198
14199 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
14200
14201         * mini-amd64.c (mono_arch_output_basic_block): Fix a typo.
14202
14203         * mini-x86.c (mono_arch_get_inst_for_method): Remove code which is now in
14204         mini.c.
14205
14206         * mini-ia64.c (mono_arch_get_inst_for_method): Remove code which is now in
14207         mini.c.
14208
14209         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for methods
14210         returning a vtype in a register.
14211
14212         * mini.c (mini_get_inst_for_method): Move the handling of the atomic operations
14213         here from the arch specific code.
14214
14215         * mini-amd64.c (mono_arch_get_inst_for_method): Remove code which is now in
14216         mini.c.
14217
14218         * mini-amd64.c (mono_arch_output_basic_block): Add some micro optimizations.
14219         (mono_arch_emit_prolog): Increment maximum prolog size.
14220
14221         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Move the implementation of the
14222         START_HANDLER/ENDFINALLY/ENDFILTER opcodes to mini-amd64.c.
14223
14224         * mini-x86.c (get_call_info): Receive a MonoCompile instead of a 
14225         MonoGenericSharingContext.
14226
14227         * mini-ia64.c (get_call_info): Receive a MonoCompile instead of a 
14228         MonoGenericSharingContext. Allocate memory from the cfg mempool.
14229
14230 2007-11-15  Mark Probst  <mark.probst@gmail.com>
14231
14232         * mini.c, mini.h, generic-sharing.c: Functions for producing code
14233         which extract fields out of the runtime generic context.  Full
14234         sharing of the NEWARR opcode.
14235
14236 Thu Nov 15 14:20:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14237
14238         * abcremoval.c, mini.c, ssa.c, ssapre.c: updated to implement
14239         --enable-minimal=ssa.
14240
14241 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
14242
14243         * mini-trampolines.c (mono_delegate_trampoline): Update after 
14244         mono_marshal_get_delegate_invoke () signature change.
14245
14246 2007-11-13  Mark Probst  <mark.probst@gmail.com>
14247
14248         * mini.c: Removed the shared context in favor of the generic
14249         sharing context.  Allocate the MonoJitInfo structure with room for
14250         the generic sharing context if it's needed.
14251
14252         * mini.h: Remove MonoGenericSharingContext declaration.  It's in
14253         domain-internals.h now.
14254
14255         * mini-x86.c: Pass the generic sharing context to get_call_info ().
14256
14257         * generic-sharing.c: Several changes for working without a shared
14258         context and instead operating on open types instead.
14259
14260 2007-11-12  David S. Miller  <davem@davemloft.net>
14261
14262        * inssel-sparc.brg: Fix double instruction emit.
14263
14264 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
14265
14266         * mini.c (mono_jit_runtime_invoke): Avoid trying to compile the Array 
14267         Get/Set/Address methods.
14268         
14269         * mini.c debug-debugger.c mini-trampolines.c: Update after 
14270         mono_marshal_get_delegate_invoke signature change.
14271
14272 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
14273
14274         * cpu-arm.md: Increase the max size of OP_THROW to 24 bytes.
14275         This can happens with dynamic methods. Fixes the other bug in #322722.
14276
14277 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
14278
14279         * tramp-arm.c (mono_arch_patch_callsite): Support patching
14280         BX call sequence.
14281
14282         * mini-arm.c (arm_patch): Implement patching of BX call
14283         sequence. Fixes one of the bugs in #322722.
14284
14285 2007-11-03  David S. Miller  <davem@huronp11.davemloft.net>
14286
14287        * mini-sparc.c (mono_arch_flush_icache): Make more efficient
14288        under Linux.  We only need to flush every 32-byte cache line.    
14289
14290 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
14291
14292         * mini.c:
14293         move_basic_block_to_end: Add branches when needed, eventually creating
14294         a new BB.
14295         optimize_branches: added a parameter that tells if it's ok to create
14296         new BBs (doing is "df_visit" has been called is (IMHO) a nightmare),
14297         and avoid calling move_basic_block_to_end when it's not ok.
14298         Fixes bug 318677.
14299
14300 2007-11-07  Mark Probst  <mark.probst@gmail.com>
14301
14302         * mini.c: Abort inlining call to InitializeArray if something
14303         looks wrong.  Let the icall handle it, which now has proper safety
14304         checks.
14305
14306 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
14307
14308         * mini.c (mono_spill_call): add support for soft-float.
14309
14310         * mini.c (mono_method_to_ir): add support for soft-float
14311         to inlined functions that return float.
14312
14313         * mini.c (mono_method_to_ir): add support for soft-float
14314         to cee_stsfld opcode on float fields.
14315
14316 2007-11-05  Geoff Norton  <gnorton@novell.com>
14317
14318         * mini-x86.h: Fix the structure access for X86 Leopard.
14319
14320
14321 2007-11-05  Martin Baulig  <martin@ximian.com>
14322
14323         * mini-trampolines.c
14324         (mono_magic_trampoline): Call mono_debugger_trampoline_compiled()
14325         after compiling the method to notify the debugger.
14326
14327 2007-11-05  Martin Baulig  <martin@ximian.com>
14328
14329         * debug-debugger.h (MonoDebuggerInfo): Use the new breakpoint tables.
14330
14331 2007-11-02  Zoltan Varga  <vargaz@gmail.com>
14332
14333         * mini-sparc.c (EMIT_COND_SYSTEM_EXCEPTION_GENERAL): Applied patch from
14334         David Miller <davem@davemloft.net>. Allow larger offsets in branches.
14335
14336 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
14337
14338         * mini-amd64.c (mono_arch_emit_prolog): Check the domain as well for
14339         native-to-managed wrappers.
14340         
14341 2007-11-01  Geoff Norton  <gnorton@novell.com>
14342
14343         * mini-ppc.h, mini-x86.h:  Handle Leopards renaming of some structure 
14344         members.
14345
14346 Wed Oct 31 20:23:14 CET 2007 Paolo Molaro <lupus@ximian.com>
14347
14348         * mini.c, mini-x86.c: when getting back from unmanaged code
14349         to managed via a marshaled delegate we also need to set the
14350         right domain.
14351
14352 Wed Oct 31 19:53:33 CET 2007 Paolo Molaro <lupus@ximian.com>
14353
14354         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: breakpoint table support
14355         for amd64.
14356
14357 Wed Oct 31 19:29:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14358
14359         * mini.c, mini.h, mini-x86, tramp-x86.c, mini-x86.h: added API to
14360         let the debugger or other external agents to tell the JIT when
14361         a sw breakpoint has been inserted in the code that the JIT needs
14362         to be able to inspect.
14363
14364 2007-10-31  Martin Baulig  <martin@ximian.com>
14365
14366         * debug-debugger.h
14367         (MonoDebuggerInfo): Remove `runtime_class_init'.
14368
14369 2007-10-30  Martin Baulig  <martin@ximian.com>
14370
14371         * debug-mini.h
14372         (mono_debugger_thread_created): Added `MonoThread *' argument.
14373         (mono_debugger_extended_notification): New public method.
14374         (mono_debugger_trampoline_compiled): New public method.
14375
14376         * debug-mini.c
14377         (MonoDebuggerThreadInfo): Added `thread' and
14378         `extended_notifications' fields.
14379
14380         * debug-debugger.c
14381         (debugger_executable_code_buffer): New static variable.
14382
14383         * debug-debugger.h
14384         (MonoDebuggerInfo): Added `executable_code_buffer',
14385         `executable_code_buffer_size', `breakpoint_info_area',
14386         `breakpoint_table' and `breakpoint_table_size'.
14387
14388 2007-10-26  Rodrigo Kumpera  <rkumpera@novell.com>
14389
14390         * mini-arm.c (mono_arch_build_imt_thunk): Take the advantage
14391         that IP  either is an unused value or the vtable pointer. IMT 
14392         calls use vtable + offset now. Reduced by almost half the size
14393         of IMT entries.
14394
14395 2007-10-26  Jonathan Chambers <joncham@gmail.com>
14396
14397         * mini-amd64.c: Begin Win64 port. Use AMD64_ARG_REG#
14398         defines to access param registers. Replace long usage with
14399         gsize as sizeof(long) != sizeof(void*) on Win64.
14400
14401         * mini-amd64.h: Add %rdi and %rsi to MonoLMF structure
14402         on Win64. Fix intrinsic, use _AddressOfReturnAddress
14403         instead of non-existant _GetAddressOfReturnAddress.
14404
14405         * tramp-amd64.c: Use AMD64_ARG_REG#     defines to access 
14406         param registers. Save/restore %rdi and %rsi in MonoLMF.
14407
14408         * exceptions-amd64.c: Use AMD64_ARG_REG# defines to access 
14409         param registers. Modify (throw_exception) signature to take 
14410         %rdi and %rsi on Win64. 
14411
14412         Code is contributed under MIT/X11 license.
14413
14414 Thu Oct 25 23:06:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14415
14416         * helpers.c: unlink debugging output files.
14417
14418 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
14419
14420         * mini.c: Move mono_create_ftnptr () to object.c.
14421
14422 2007-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
14423
14424         * helpers.c (mono_disassemble_code): MonoCompile parameter is now
14425         optional. This function can now be used to disassemble code generated
14426         outside the JIT such as trampolines and IMT thunks.
14427
14428         * mini-arm.h: defined MONO_ARCH_HAVE_IMT.
14429
14430         * mini-arm.c (decode_vcall_slot_from_ldr): added, extract the
14431         vtable pointer from a ldr instruction.
14432
14433         * mini-arm.c (mono_arch_get_vcall_slot_addr): support the
14434         new IMT call sequence.
14435
14436         * mini-arm.c (mono_arch_output_basic_block): emit the IMT
14437         call sequence for interface invocations.
14438
14439         * mini-arm.c (mono_arch_emit_imt_argument): added, required
14440         for imt support. This function is empty since IMT on ARM requires no
14441         special handling on the IR side.
14442
14443         * mini-arm.c (mono_arch_find_imt_method): added, required for
14444         imt support.
14445
14446         * mini-arm.c (mono_arch_find_this_argument): added, required
14447         for imt support.
14448
14449         * mini-arm.c (arm_emit_value_and_patch_ldr): added, patches
14450         a ldr instruction to load a value stored in the code stream.
14451
14452         * mini-arm.c (mono_arch_build_imt_thunk):added, required
14453         for imt support.
14454
14455
14456 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
14457
14458         * mini.c (mini_init): Install the jump trampoline callback.
14459
14460 Tue Oct 23 17:07:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14461
14462         * mini-trampolines.c: handle synchronized methods with the common
14463         vtable trampoline (bug #335601).
14464
14465 2007-10-17  Zoltan Varga  <vargaz@gmail.com>
14466
14467         * mini-ia64.h mini-amd64.c: Add support for the common vtable trampoline.
14468
14469         * inssel.brg (mini_emit_virtual_call): Fix the computation of ins->inst_offset on
14470         64 bit platforms.
14471
14472         * mini-ia64.h mini-ia64.c: Add support for IMT.
14473
14474         * mini-x86.c (mono_arch_emit_prolog): Increase the size allocated for the
14475         prolog. Fixes #331958.
14476
14477 2007-10-15  Zoltan Varga  <vargaz@gmail.com>
14478
14479         * mini-sparc.h mini-sparc.c: Add support for the common vtable trampoline.
14480
14481 Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14482
14483         * mini-ppc.c, mini-ppc.h: ppc support for the common vtable
14484         trampoline.
14485
14486 Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14487
14488         * mini-amd64.c, mini-amd64.h: amd64 support for the common vtable
14489         trampoline.
14490
14491 Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>
14492
14493         * mini-x86.c, mini-x86.h: x86 support for the common vtable
14494         trampoline.
14495
14496 Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14497
14498         * mini-trampolines.c: changed the magic rampoline to understand
14499         the common vtable trampoline method: the method to invoke is
14500         determined by the vtable displacement of the call.
14501
14502 Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
14503
14504         * mini.c, mini.h: register the common vtable trampoline if the
14505         architecture supports it.
14506
14507 Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14508
14509         * cpu-amd64.md: use the correct max length for tls_get.
14510
14511 2007-10-14  Zoltan Varga  <vargaz@gmail.com>
14512
14513         * mini.c (mono_method_to_ir): Use mini_get_class in CEE_LDELEM_ANY and
14514         CEE_STELEM_ANY. Fixes #333696.
14515
14516 Thu Oct 11 18:04:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
14517
14518         * exceptions-x86.c: provide more graceful handling of the case where
14519         we followed a bogus function pointer from managed code (bug #332866).
14520
14521 2007-10-11  Mark Probst  <mark.probst@gmail.com>
14522
14523         * mini.h, mini.c: Introduced the MonoGenericSharingContext, which
14524         replaces the generic_shared flag and will carry more information
14525         in the future.
14526
14527         * generic-sharing.c: Added mini_type_stack_size() which allows
14528         allows open types if given a generic sharing context.
14529         mini_get_basic_type_from_generic() takes a
14530         MonoGenericSharingContext* instead of a MonoCompile* now.
14531
14532         * mini-alpha.c, mini-amd64.c, mini-arm.c, mini-hppa.c,
14533         mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c, mini-s390x.c,
14534         mini-sparc.c, mini-x86.c: Trivial changes required by the two
14535         changes above.  Just passing arguments through to the right
14536         places.
14537
14538 Wed Oct 10 19:44:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14539
14540         * mini-arm.c: unify the call emission to emit_code_seq().
14541
14542 Wed Oct 10 13:05:46 CEST 2007 Paolo Molaro <lupus@ximian.com>
14543
14544         * tramp-arm.c: reduced the trampoline size.
14545
14546 2007-10-10  Mark Probst  <mark.probst@gmail.com>
14547
14548         * generic-sharing.c, mini.h, mini-amd64.c, mini-x86.c: Moved type
14549         variable handling out of arch-specific code.
14550
14551 Wed Oct 10 10:49:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
14552
14553         * mini-arm.c: implemented fast delegate dispatch.
14554
14555 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
14556
14557         * mini-amd64.c (mono_arch_compute_omit_fp): Add more checks to ensure
14558         that fp elimination is turned off if the space required by locals is too
14559         big. Fixes #331958.
14560
14561 Tue Oct 9 21:01:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
14562
14563         * Makefile.am, mini-arm.c, mini-arm.h, tramp-arm.c: ported
14564         ARM to the new style trampoline.
14565
14566 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
14567
14568         * tramp-amd64.c: Rework the specific trampoline code to make it smaller.
14569
14570         * mini-amd64.h mini-amd64.c: Export amd64_patch as mono_amd64_patch.
14571
14572 2007-10-09  Martin Baulig  <martin@ximian.com>
14573
14574         * debug-debugger.h
14575         (MonoDebuggerMetadataInfo): Added `field_info_type_offset' and
14576         `field_info_offset_offset'.     
14577
14578 Tue Oct 9 09:47:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
14579
14580         * mini-ppc.c, mini-ppc.h, mini-ops.h, inssel-ppc.brg, cpu-g4.md:
14581         removed more internal usage of the r11 register and made it available
14582         to the register allocator.
14583
14584 2007-10-08  Mark Probst  <mark.probst@gmail.com>
14585
14586         * mini.c, mini-amd64.c, mini-x86.c: Allow open generic contexts
14587         when sharing generics and treat type variables as references.
14588
14589 Mon Oct 8 10:55:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14590
14591         * mini-ppc.c: started removing the internal uses of register r11
14592         to eventually allow the register allocator to manage it as an
14593         additional available register.
14594
14595 Mon Oct 8 14:25:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
14596
14597         * tramp-amd64.c: fixed memory corruption in the trampoline generation.
14598
14599 Mon Oct 8 12:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14600
14601         * tramp-ppc.c, tramp-x86.c: reduce the alignment requirements for
14602         specific trampolines as they are not performance critical as a jump
14603         target (maybe align as before only for AOT code?). This saves about
14604         200 KB of native code on x86 for monodevelop startup.
14605
14606 Mon Oct 8 10:04:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14607
14608         * tramp-ppc.c: reduce the size of the trampolines, saves 160KB on
14609         monodevelop startup.
14610
14611 2007-10-06  Zoltan Varga  <vargaz@gmail.com>
14612
14613         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Allow signed displacements.
14614
14615         * mini-sparc.h mini-sparc.c: Implement IMT support.
14616
14617         * tramp-sparc.c (mono_arch_create_trampoline_code): Rework the trampoline code so
14618         its smaller and doesn't clobber sparc_g1.
14619
14620         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Update after trampoline changes.
14621
14622 Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14623
14624         * mini-ppc.c: optimized the size of the IMT thunks a bit.
14625
14626 Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
14627
14628         * mini-ppc.c: implemented fast delegate invocation.
14629
14630 Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14631
14632         * mini-ppc.h, mini-ppc.c: IMT support for the PPC architecture.
14633
14634 Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14635
14636         * mini-ppc.c, mini-ppc.h, tramp-ppc.c, Makefile.am: port the PPC
14637         code to the new style trampoline in preparation for IMT support.
14638
14639 Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
14640
14641         * mini-ppc.c, tramp-ppc.c: don't use r13 as it's used by the PPC EABI
14642         systems already. This also reduces the specific trampiline sizes and
14643         prepares for the use of r12 as the IMT identifier register.
14644
14645 Thu Oct 4 16:38:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14646
14647         * mini-mips.h: endianess fix (simplified from a patch by
14648         Thomas Kunze <thommy@tabao.de>, bug #323737).
14649
14650 Thu Oct 4 14:43:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14651
14652         * exceptions-ppc.c, mini-ppc.h: refactor to use macros
14653         to access ucontext fields and enable netbsd support
14654         (partially from Magnus Henoch <mange@freemail.hu>).
14655
14656 Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14657
14658         * genmdesc.pl: patch from Henryk Plotz <henryk@openmoko.org> to
14659         use the preprocessor from the CPP env var if it is set.
14660
14661 Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14662
14663         * mini-trampolines.c: fixed an assertion and moved it earlier in the
14664         code, before interface_offset gets used.
14665
14666 2007-10-02  Zoltan Varga  <vargaz@gmail.com>
14667
14668         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call 
14669         mono_class_setup_vtable () before accessing klass->vtable.
14670
14671 2007-10-01  Zoltan Varga  <vargaz@gmail.com>
14672
14673         * aot-compiler.c (get_plt_index): Rework the handling of wrappers to be not so
14674         hackish.
14675
14676 Mon Oct 1 15:00:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14677
14678         * mini.c, mini-trampolines.c, mini.h: enable the lazy filling of the
14679         IMT slots (this saves hundreds of KB of memory in programs like
14680         IronPython and Monodevelop).
14681
14682 Mon Oct 1 14:44:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
14683
14684         * mini.c: print the delegate counter.
14685
14686 Mon Oct 1 14:36:50 CEST 2007 Paolo Molaro <lupus@ximian.com>
14687
14688         * mini-x86.c: make it easier to enable the debugging code for IMT
14689         slots.
14690
14691 2007-09-28  Martin Baulig  <martin@ximian.com>
14692
14693         * debug-debugger.h
14694         (MonoDebuggerMetadataInfo): Add `klass_image_offset',
14695         `mono_method_klass_offset' and `mono_method_token_offset'.
14696
14697 2007-09-20  Mark Probst  <mark.probst@gmail.com>
14698
14699         * mini.c: First generics sharing implementation.  Can only share
14700         in very simple cases.  If sharing doesn't work it falls back to
14701         dedicated compilation.
14702
14703         * mini.h: Flag in MonoCompile to specify whether generic
14704         compilation is shared.  Flags enum for marking which generic inst
14705         of a context is used.  Prototypes for helper functions.
14706
14707         * generic-sharing.c: Helper functions for generic method sharing.
14708
14709         * optflags-def.h: Optimization flag (gshared) for enabling generic
14710         method sharing added.
14711
14712         * Makefile.am: generic-sharing.c added.
14713
14714 2007-09-19 Daniel Nauck <dna@mono-project.de>
14715
14716         * mini.c (mono_thread_abort): fixed typo in r86014. It should be '==' instead of '!='.
14717
14718 2007-09-19  Massimiliano Mantione  <massi@ximian.com>
14719         * mini.c (mono_thread_abort): Correctly handle ThreadAbortException,
14720         fixes bug 325507.
14721
14722 2007-09-19  Martin Baulig  <martin@ximian.com>
14723
14724         * mini.c (mini_cleanup): Only call mono_debugger_cleanup() here;
14725         mono_debug_cleanup() is now part of mono_cleanup().
14726
14727 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
14728
14729         * driver.c (mono_main): Fix a warning.
14730
14731 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
14732
14733         * aot-compiler.c: Optimize various parts when processing large assemblies.
14734         Fixes ##325568.
14735
14736         * mini.c (mono_patch_info_hash): Improve hash function.
14737
14738 2007-09-14  Jonathan Chambers <joncham@gmail.com>
14739
14740         * mini-exceptions.c: Add HAVE_UNISTD_H check around include.
14741         
14742         Code is contributed under MIT/X11 license.
14743
14744 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14745
14746         * mini.c (mini_init): Fix a leak.
14747
14748         * debug-mini.c (mono_debug_free_method_jit_info): Fix a leak.
14749
14750 Fri Sep 14 12:53:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
14751
14752         * mini.c: redirect string.InternalAllocStr() to the managed allocator.
14753
14754 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14755
14756         * mini-amd64.c (mono_arch_find_imt_method): Add support for AOT code.
14757
14758 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14759
14760         * Makefile.am generics-variant-types.2.il generics.cs: Add some generics
14761         variance tests.
14762
14763         * inssel.brg: Reorganize the isinst/castclass code to reduce code duplication.
14764
14765         * mini.c (handle_alloc): Enable managed allocators in AOT code.
14766
14767         * aot-compiler.c (encode_patch): Add support for MONO_WRAPPER_ALLOC.
14768
14769         * aot-runtime.c (decode_patch_info): Ditto.
14770
14771 2007-09-12  Jonathan Chambers <joncham@gmail.com>
14772
14773         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement
14774         static case. Cache delegates in architecture specific code, 
14775         based on number of parameters.
14776         
14777         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Cache delegates
14778         in architecture specific code, based on number of parameters.
14779         
14780         * mini-trampolines.c (mono_delegate_trampoline): Architecture specific 
14781         caching happen in architecture specific code now.
14782         
14783         Code is contributed under MIT/X11 license.
14784
14785 2007-09-12  Jonathan Chambers <joncham@gmail.com>
14786
14787         * mini.h, mini.c, mini-x86.c, mini-amd64.c, mini-hppa.c, mini-mips.c,
14788         mini-s390x.c, mini-arm.c, mini-ia64.c, mini-sparc.c, mini-ppc.c, mini-alpha.c,
14789         mini-s390.c: Add mono_arch_init and mono_arch_cleanup methods.
14790
14791         Code is contributed under MIT/X11 license.
14792
14793 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
14794         * mini.c: (mono_thread_abort) Fixed bug #82416.
14795
14796 Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
14797
14798         * mini.: hook the new managed GC allocation feature into the JIT.
14799
14800 Tue Sep 11 16:14:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
14801
14802         * mini.c: implementation for the new runtime tls opcode.
14803
14804 2007-09-11  Martin Baulig  <martin@ximian.com>
14805
14806         * debug-debugger.h
14807         (MonoDebuggerMetadataInfo): Add `mono_method_flags_offset' and
14808         `mono_method_inflated_offset'.
14809
14810 2007-09-07  Zoltan Varga  <vargaz@gmail.com>
14811
14812         * driver.c mini.h mini.c: Add a new devel command line option for injecting
14813         async exceptions into a method.
14814
14815         * mini-amd64.h mini-amd64.c: Implement injecting of async exceptions for the
14816         purpose of testing whenever the unwinder works at every instruction.
14817
14818 Thu Sep 6 12:42:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14819
14820         * mini.c: check accessibility of method used in ldftn (fixes
14821         bug #82635).
14822
14823 2007-09-04  Zoltan Varga  <vargaz@gmail.com>
14824
14825         * mini-amd64.c (mono_arch_output_basic_block): Fix a warning.
14826
14827         * inssel.brg: Fix a warning.
14828
14829 2007-09-03  Martin Baulig  <martin@ximian.com>
14830
14831         * debug-debugger.c: `MONO_DEBUGGER_EVENT_INITIALIZE_MANAGED_CODE'
14832         now takes the `main_method' as argument.
14833
14834 2007-09-02  Zoltan Varga  <vargaz@gmail.com>
14835
14836         * cpu-sparc.md (endfilter): Add missing src1:i argument.
14837
14838 2007-08-30  Jonathan Chambers <joncham@gmail.com>
14839
14840         * driver.c: include the cil-coff.h header on Windows.
14841         
14842         Code is contributed under MIT/X11 license.
14843
14844 Thu Aug 30 16:17:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
14845
14846         * mini.c, driver.c: don't include the cil-coff.h header.
14847
14848 Thu Aug 30 14:50:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
14849
14850         * mini.c: flag places that needs fixes fo soft-float support.
14851
14852 Wed Aug 29 18:26:20 CEST 2007 Paolo Molaro <lupus@ximian.com>
14853
14854         * mini.h, inssel-float.brg: fix soft-float constant loads on big
14855         endian systems (partially from Dean Jenkins, bug #81924).
14856
14857 2007-08-28  Mark Probst  <mark.probst@gmail.com>
14858
14859         * mini.c (check_linkdemand): Remove embedded reference object in
14860         call to LinkDemandSecurityException.
14861         (mono_jit_compile_method_inner): Call LinkDemandSecurityException
14862         with an IntPtr instead of a reference object.
14863
14864 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
14865
14866         * mini.c (handle_initobj): Handle alignment properly.
14867
14868         * inssel.brg (mini_emit_memset): Ditto. 
14869
14870         * inssel.brg (mini_emit_memcpy): Ditto. 
14871
14872         * inssel-sparc.brg: Ditto.              
14873
14874         * mini.h mini.c inssel-*.brg: Pass alignment information to OP_MEMCPY/MEMSET.
14875
14876 2007-08-26  Zoltan Varga  <vargaz@gmail.com>
14877
14878         * mini-exceptions.c (mono_handle_exception_internal): Skip the first frame for
14879         exceptions raised in unmanaged code. Fixes part of #82594.
14880
14881 2007-08-24  Mark Probst  <mark.probst@gmail.com>
14882
14883         * mini.c (mono_method_to_ir), declsec.c
14884         (mono_declsec_linkdemand_aptc): Fixed custom attr leaks.
14885
14886 2007-08-22  Martin Baulig  <martin@ximian.com>
14887
14888         * debug-mini.h
14889         (MonoDebuggerThreadInfo): New typedef.
14890         (mono_debugger_thread_table): New global variable.
14891         (mono_debugger_thread_created): New public function.
14892         (mono_debugger_thread_cleanup): New public function.
14893
14894         * debug-debugger.h
14895         (MonoDebuggerInfo):
14896         - removed `get_current_thread' and `lookup_assembly'.
14897         - removed `data_table'.
14898         - added `thread_table'.
14899
14900         * mini.c
14901         (mono_thread_start_cb): Call mono_debugger_thread_created().
14902         (mono_thread_attach_cb): Likewise.
14903         (mini_thread_cleanup): Call mono_debugger_thread_cleanup().
14904         (mini_cleanup): Move mono_debug_cleanup() down, after free'ing the
14905         initial domain.
14906
14907         * driver.c (mono_main): Move mono_debug_init() up, before calling
14908         mini_init(); mono_debug_init_1() and mono_debug_init_2() are gone.
14909
14910 Tue Aug 21 16:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
14911
14912         * mini-x86.c, inssel-x86.brg: group multiple stack adjustments
14913         together when passing several arguments of type double (gives a small
14914         speedup and saves a few bytes of generated code).
14915
14916 2007-08-20  Jb Evain  <jbevain@novell.com>
14917
14918         * mini.c (mono_method_to_ir): fix leak on InvalidProgramException.
14919
14920 2007-08-20  Jb Evain  <jbevain@novell.com>
14921
14922         * mini.c (mono_method_to_ir): throw MethodAccessException
14923         and FieldAccessException instead of InvalidProgramException.
14924
14925 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14926
14927         * mini.c: CoreCLR security checks.
14928
14929         * mini.h: Removed MonoSecurityMode (moved to
14930         metadata/security-manager.h) and mono_security_mode global var
14931         (replaced by set/get functions in security-manager.h).
14932
14933         * driver.c: Added "core-clr-test" security mode for testing.  Used
14934         set-function for setting security mode.
14935
14936 2007-08-17  Mark Probst  <mark.probst@gmail.com>
14937
14938         * mini.c: MonoJitInfo's are freed hazardously now.  Statistics for
14939         the new jit_info_table.
14940
14941         * driver.c: Test code for the new jit_info_table (enabled by the
14942         define MONO_JIT_INFO_TABLE_TEST).
14943
14944 2007-08-14  Zoltan Varga  <vargaz@gmail.com>
14945
14946         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
14947         detection of call <REG> instruction sequence. Fixes build on freebsd.
14948
14949 2007-08-13  Zoltan Varga  <vargaz@gmail.com>
14950
14951         * mini-exceptions.c: Fix a warning.
14952
14953 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
14954
14955         * exceptions-amd64.c (mono_arch_handle_altstack_exception): Enable the new
14956         stack overflow handling code on amd64 too.
14957
14958         * mini-exceptions.c (mono_setup_altstack): Make this use 
14959         mono_thread_get_stack_bounds ().
14960
14961         * mini-x86.h: Disable sigaltstack on solaris x86.
14962
14963 2007-08-10  Zoltan Varga  <vargaz@gmail.com>
14964
14965         * mini-exceptions.c (mono_setup_altstack): Enable this to work on solaris x86.
14966
14967 2007-08-10  Geoff Norton  <gnorton@customerdna.com>
14968
14969         * tramp-x86.c: Remove some unneeded alignment changes on Apple.  Fixes #82387.
14970
14971 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
14972
14973         * mini-exceptions.c (mono_print_thread_dump): Enable this on amd64 too.
14974
14975         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Fix a warning.
14976
14977 2007-08-03  Neale Ferguson <neale@sinenomine.net>
14978
14979         * mini-s390.c (add_general): Adjust offset calculation to take into account of rounding up
14980         due to alignment.
14981
14982 Thu Aug 2 17:36:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
14983
14984         * mini-ppc.c: avoid an invalid encoding of unsigned right shift by 0
14985         to be emitted (bug #82281).
14986
14987 2007-08-01  Martin Baulig  <martin@ximian.com>
14988
14989         Merged the `debugger-dublin' branch.
14990
14991         * debug-debugger.h (MonoDebuggerInfo):
14992         Removed the `old_*' compatibility entries.
14993         Added `debugger_version' and `data_table'.
14994         Renamed `get_method_addr_or_bpt' -> `insert_breakpoint'.
14995         Renamed `remove_method_breakpoint' -> `remove_breakpoint'.
14996
14997         * debug-mini.c
14998         (MiniDebugMethodBreakpointInfo): Add `address_list'.
14999         (mono_debugger_check_breakpoints): Take a `MonoDebugMethodAddress *'
15000         instead of a `gconstpointer'.
15001         (mono_debugger_insert_method_breakpoint): Return a
15002         `MonoDebugMethodAddressList *'.
15003
15004 2007-06-28  Martin Baulig  <martin@ximian.com>
15005
15006         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
15007
15008 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
15009
15010         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Avoid using 
15011         __builtin_frame_address () since it is broken on older gcc versions.
15012
15013 Tue Jul 31 17:34:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
15014
15015         * mini.c, mini.h, mini-exceptions.c: added a bit of documentation
15016         on the stack overflow handling and made the managed stack overflows
15017         catchable in most cases using soft guard pages.
15018         * exceptions-x86.c: added code to restore the protection in the soft
15019         guard pages at the end of exception handling.
15020
15021 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
15022
15023         * mini.c (SIG_HANDLER_SIGNATURE): Fix a warning.
15024
15025 Mon Jul 30 17:43:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
15026
15027         * exceptions-ppc.c, mini-ppc.h: arch-specific stack overflow
15028         exception handling.
15029
15030 Mon Jul 30 17:38:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
15031
15032         * mini-alpha.h, mini-ia64.h, mini-sparc.h: disable the altstack
15033         signal handling support until it has been ported to the new mechanism.
15034         * mini.c: fixed stack overflow detection and use the new
15035         architecture code  to handle signals on the altstack.
15036
15037 Mon Jul 30 17:33:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
15038
15039         * exceptions-amd64.c, mini-amd64.h: amd64 code to handle
15040         stack overflows on the alt stack.
15041
15042 Mon Jul 30 17:29:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
15043
15044         * exceptions-x86.c, mini-x86.h, mini.h: new code to handle
15045         stack overflows on the alt stack.
15046
15047 Mon Jul 30 11:50:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
15048
15049         * exceptions-ppc.c: cleanup preparing for altstack support.
15050
15051 Mon Jul 30 11:31:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
15052
15053         * exceptions-arm.c: cleanup preparing for altstack support.
15054
15055 2007-07-27  Mark Probst  <mark.probst@gmail.com>
15056
15057         * mini.c (print_jit_stats): Output hazard pointer stats.
15058
15059 2007-07-26  Mark Probst  <mark.probst@gmail.com>
15060
15061         * driver.c, mini.c: Replaced security mode flags with a single
15062         enum variable.
15063
15064 Thu Jul 26 20:12:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15065
15066         * mini.c, mini-exceptions.c: cleanup the sigaltstack code.
15067
15068 2007-07-25  Mark Probst  <mark.probst@gmail.com>
15069
15070         * mini.c, mini.h, driver.c (mono_main): Added command-line flag
15071         (which doesn't do anything yet) for activating Core CLR
15072         (Silverlight) security.
15073
15074 Tue Jul 24 21:16:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
15075
15076         * mini-codegen.c: work around a possible gcc bug on arm.
15077
15078 Tue Jul 24 17:20:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
15079
15080         * driver.c, mini-x86.h, mini-amd64.h: print a nice error
15081         message for platforms that don't support AOT compilation.
15082
15083 Mon Jul 23 10:29:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
15084
15085         * mini.h, mini.c, driver.c: temporary smcs hack.
15086
15087 Mon Jul 23 09:29:34 CEST 2007 Paolo Molaro <lupus@ximian.com>
15088
15089         * mini-arm.h, mini-arm.c: arm EABI fixes.
15090
15091 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
15092
15093         * exceptions-x86.c (mono_arch_find_jit_info): Handle the lmf->method == NULL
15094         case.
15095
15096         * tramp-x86.c (mono_arch_create_trampoline_code): Only set lmf->method for
15097         trampolines taking a method argument.
15098
15099         * mini-x86.h (MonoLMF): Add an 'esp' field plus comments.
15100
15101         * mini-x86.c (mono_arch_emit_prolog): Update after changes to the LMF structure.
15102         * tramp-x86.c (mono_arch_create_trampoline_code): Ditto.
15103
15104         * exceptions-x86.c (mono_arch_get_jit_info): Properly clean up the stack after
15105         JIT compilation throws an exception. Fixes #82050.
15106
15107 2007-07-19  Mark Probst  <mark.probst@gmail.com>
15108
15109         * mini.c: Removed the MonoLoaderErrorKind enum and replaced it
15110         with the MONO_EXCEPTION_ defines.
15111
15112 2007-07-17  Zoltan Varga  <vargaz@gmail.com>
15113
15114         * mini-amd64.c (mono_arch_find_imt_method): Handle mov reg,IMM64 case. Fixes
15115         #82117.
15116         
15117         * mini-amd64.c (mono_arch_find_imt_method): Add some debug code to help find out
15118         the cause of an assertion.
15119
15120 Mon Jul 16 19:31:21 CEST 2007 Paolo Molaro <lupus@ximian.com>
15121
15122         * mini.c, jit-icalls.c: mono_get_inflated_method() is obsolete,
15123         removed.
15124
15125 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
15126
15127         * mini-amd64.c (mono_arch_build_imt_thunk): Remove the non-32bit MonoMethod
15128         assert. Should fix #82103.
15129
15130 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
15131
15132         * mini-exceptions.c (mono_jit_walk_stack_from_ctx): Use MONO_CONTEXT_GET_SP ()
15133         here too. Fixes #82095.
15134
15135         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for non-32bit MonoMethod
15136         addresses.
15137
15138         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a couple asserts.
15139
15140         * mini-amd64.h: Enable IMT for amd64.
15141         
15142         * mini-amd64.c (mono_arch_build_imt_thunk): Optimize IMT thunk size.
15143
15144 2007-07-12  Zoltan Varga  <vargaz@gmail.com>
15145
15146         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for IMT call sequences.
15147
15148 2007-07-12  Mark Probst  <mark.probst@gmail.com>
15149
15150         * mini.c (check_linkdemand, mono_method_to_ir): Abort compilation
15151         as soon as check_linkdemand sets an exception_type.
15152
15153 Thu Jul 12 12:18:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15154
15155         * mini-x86.c: fixed offsets for IMT call sequence.
15156         * mini-x86.h: enable IMT again.
15157
15158 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15159
15160         * trace.c (mono_trace_enter_method): Decode MonoType too.
15161
15162         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Handle signed displacements too.
15163
15164         * mini.h mini-x86.h mini-trampolines.c: Change the signature of mono_arch_find_imt_method () to pass the calling code address too.
15165
15166         * mini-amd64.c: Add preliminary IMT implementation.
15167         
15168 Wed Jul 11 18:21:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
15169
15170         * mini-x86.c: adjusted mono_arch_get_vcall_slot_addr () to
15171         understand the new IMT-base interface invocation (thanks to
15172         Daniel Nauck for the report and the remote debugging session).
15173
15174 Wed Jul 11 14:54:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
15175
15176         * mini-x86.c: size and speed optimizations for the IMT bsearch.
15177
15178 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15179
15180         * Makefile.am (aotcheck): Make this actually use the AOTed code.
15181
15182 Wed Jul 11 12:41:32 CEST 2007 Paolo Molaro <lupus@ximian.com>
15183
15184         * mini-trampolines.c: implement AOT IMT support.
15185         * mini-x86.h: enable IMT support for wider testing.
15186
15187 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15188
15189         * inssel.brg (emit_imt_argument): Add aot support here.
15190
15191         * aot-runtime.c (decode_patch_info): Fix reading of MONO_PATCH_INFO_METHOD.
15192
15193 Tue Jul 10 17:50:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
15194
15195         * mini-x86.c, mini-x86.h, tramp-x86.c: x86 arch-specific changes
15196         of the IMT implementation, partially from massi, with my
15197         implementation of the bsearch sequence. Disabled by default until
15198         the AOT code is implemented.
15199
15200 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15201
15202         * cpu-x86.md: The source argument of sext_i1/i2 must by a byte reg.
15203
15204         * inssel-x86.brg: Add reg:ldind.i1(regvar) rules. Fixes #82056.
15205
15206 Tue Jul 10 17:33:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15207
15208         * inssel.brg, mini.c, mini.h, mini-trampolines.c:
15209         arch-independent IMT JIT code from Massimiliano
15210         Mantione (massi@ximian.com) with small cleanups from me.
15211
15212 Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
15213
15214         * Makefile.am: fix svn invocation to get the svn revision to be
15215         independent of the local language (build fix).
15216
15217 2007-07-09  Mark Probst  <mark.probst@gmail.com>
15218
15219         * mini.c (inline_method): Reset cfg->exception_type if the
15220         inlining is aborted.  Fixes: 82049.
15221
15222 Mon Jul 9 17:26:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
15223
15224         * mini.c: remove assert from exception handling code when exception_ptr
15225         is not set.
15226
15227 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15228
15229         * mini.c (mono_codegen): Add an assert.
15230
15231         * mini-x86.c (mono_arch_emit_prolog): Allocate space for the profiler method 
15232         enter and leave code.
15233         * mini-amd64.c (mono_arch_emit_prolog): Likewise.
15234
15235 Thu Jul 5 20:12:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
15236
15237         * mini-ppc.c: fixed memory corruption for localloc(0)
15238         (bug #81852).
15239
15240 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15241         
15242         * mini.c: Fix warnings.
15243
15244 Wed Jul 4 15:30:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
15245
15246         * optflags-def.h, mini-x86.c: added sse2 optimization flag and use it
15247         to emit better double->int conversions.
15248
15249 Tue Jul 3 19:42:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
15250
15251         * mini.c: the provided Min/Max optimizations are valid for unisgned
15252         ints.
15253
15254 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
15255
15256         * 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
15257
15258 2007-06-28  Miguel de Icaza  <miguel@novell.com>
15259
15260         * mini.c (mono_running_on_valgrind): Add support for reporting the
15261         method and  its boundaries to valgrind.
15262
15263 2007-06-28  Martin Baulig  <martin@ximian.com>
15264
15265         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
15266
15267 2007-06-25  Zoltan Varga  <vargaz@gmail.com>
15268
15269         * ssa.c (visit_inst): Add support for OP_BR. Fixes #81946.
15270
15271         * generic.2.cs: Add new test case.
15272
15273 2007-06-25  Martin Baulig  <martin@ximian.com>
15274
15275         Merged the `debugger-dublin' branch.
15276
15277         * debug-mini.c
15278         (mono_debugger_insert_method_breakpoint): New public method.
15279         (mono_debugger_remove_method_breakpoint): Likewise.
15280         (mono_debugger_check_breakpoints): New static method.
15281         (mono_debug_close_method): Call mono_debugger_check_breakpoints().
15282
15283         * debug-debugger.h (MonoDebuggerInfo):
15284         Renamed (to keep backward compatibility in the vtable):
15285         `insert_breakpoint' -> `old_insert_breakpoint'.
15286         `remove_breakpoint' -> `old_remove_breakpoint'.
15287         `create_string' -> `old_create_string'.
15288         `lookup_class' -> `old_lookup_class'.
15289         `lookup_type' -> removed; changed into a dummy field.
15290         `lookup_assembly' -> `old_lookup_assembly'.
15291         Added (same functionality, but different signature):
15292         `create_string', `lookup_class', `lookup_assembly'
15293         Added new:
15294         `get_method_addr_or_bpt', `remove_method_breakpoint',
15295         `runtime_class_init'.
15296
15297         * debug-debugger.c: Merged the `debugger-dublin' branch.
15298
15299 2007-06-23  Zoltan Varga  <vargaz@gmail.com>
15300
15301         * mini-amd64.c (peephole_pass_1): Optimize away moves at the beginning of the bb as
15302         well.
15303         (peephole_pass): Likewise.
15304
15305 Fri Jun 22 09:17:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
15306
15307         * driver.c: hopefully make setaffinity work also for ancient
15308         versions of linux.
15309
15310 2007-06-22  Atsushi Enomoto  <atsushi@ximian.com>
15311
15312         * driver.c : win32 build fix.
15313
15314 Thu Jun 21 19:24:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
15315
15316         * driver.c: check for the MONO_NO_SMP env var and bind to a single
15317         processor if it is set.
15318
15319 2007-06-21  Martin Baulig  <martin@ximian.com>
15320
15321         * debug-mini.h: New file.
15322
15323         * debug-mini.c
15324         (mono_debugger_insert_breakpoint_full): Moved here from
15325         ../metadata/mono-debug-debugger.c.
15326         (mono_debugger_remove_breakpoint): Likewise.
15327         (mono_debugger_breakpoint_callback): Likewise.
15328
15329 2007-06-15  Raja R Harinath  <rharinath@novell.com>
15330
15331         * jit-icalls.c (mono_helper_compile_generic_method): Update to
15332         changes in MonoGenericClass.
15333
15334 2007-06-14  Zoltan Varga  <vargaz@gmail.com>
15335
15336         * mini-codegen.c (mono_opcode_to_type): Fix ia64 build.
15337
15338 2007-06-14  Raja R Harinath  <rharinath@novell.com>
15339
15340         * jit-icalls.c (mono_helper_compile_generic_method): Update to
15341         removal of MonoGenericMethod.
15342
15343 Thu Jun 14 12:42:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15344
15345         * mini-exceptions.c: hooks for the exception events profiling API.
15346
15347 2007-06-14  Randolph Chung  <tausq@debian.org>
15348
15349         * Makefile.ma: Add hppa target.
15350         * mini-arch.h: Include mini-hppa.h
15351         * cpu-hppa.md, exceptions-hppa.c, inssel-hppa.brg, mini-hppa.c,
15352         mini-hppa.h, tramp-hppa.c: New files for 32-bit HPPA port.
15353         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15354
15355 2007-06-14  Randolph Chung  <tausq@debian.org>
15356
15357         * inssel.brg: Add rules for "chained" compare-branch operations so that
15358         a single compare op can affect multiple branches.  Adjust cost for
15359         OP_CEQ/OP_CGT/OP_CGT_UN/OP_CLT/OP_CLT_UN.
15360         * inssel-long32.brg: Update rules to use compare-branch macros.  Adjust
15361         cost for some rules so that they can more easily be overridden by
15362         per-arch rules (with fixes from lupus).
15363         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15364
15365 2007-06-13  Randolph Chung  <tausq@debian.org>
15366
15367         * mini-ops.h: Reorder branch ops so that they match the order of the
15368         corresponding CEE_* ops.  The code expects them this way.
15369         Add new ops for HPPA target.
15370         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15371
15372 2007-06-13  Randolph Chung  <tausq@debian.org>
15373
15374         * mini-exceptions.c: Handle cases where the stack grows towards
15375         larger addresses.
15376         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15377
15378 Wed Jun 13 19:13:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
15379
15380         * jit-icalls.c, mini.h, mini.c: added virtual generic invoke
15381         counter.
15382         * driver.c: explain where a non-matching corlib is found.
15383
15384 2007-06-13  Mark Probst  <mark.probst@gmail.com>
15385
15386         * mini.c (print_jit_stats): Output dynamic code allocation stats.
15387
15388 2007-06-10  Sanghyeon Seo <sanxiyn@gmail.com>
15389
15390         * mini-exceptions.c: Generate a method profile leave event during
15391         an exception to ensure that the profiler gets notified.
15392
15393 2007-06-07  Zoltan Varga  <vargaz@gmail.com>
15394
15395         * mini-amd64.c (peephole_pass): Merge some small changes from the linear-ir 
15396         branch.
15397
15398         * cpu-amd64.md: Add long_and/or/xor opcodes.
15399
15400 2007-06-06  Wade Berrier  <wberrier@novell.com>
15401
15402         * cpu-s390x.md (shr_imm): Correct the length of shr_imm instruction.
15403         (./class/lib/monolite/mcs.exe:25498): WARNING **: wrong maximal instruction 
15404         length of instruction shr_imm (expected 8, got 10)
15405
15406 2007-06-06  Zoltan Varga  <vargaz@gmail.com>
15407
15408         * mini-ia64.c (mono_arch_output_basic_block): Really fix the build.
15409
15410 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15411
15412         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
15413         MonoInternalHashTable again (fixed bug in the internal hash table
15414         code).
15415
15416 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15417
15418         * mini.c, driver.c: Reverted the MonoInternalHashTable changes.
15419         Have to figure out what makes it crash the SWF regression.
15420
15421 2007-06-05  Zoltan Varga  <vargaz@gmail.com>
15422
15423         * mini-ia64.c (mono_arch_lowering_pass): Fix ia64 build.
15424
15425 Tue Jun 5 17:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15426
15427         * mini.c: optimize out the type check when storing null in a
15428         reference array.
15429
15430 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15431
15432         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
15433         MonoInternalHashTable.
15434
15435 Mon Jun 4 11:29:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
15436
15437         * inssel.brg, mini.c, mini-ops.h: optimized Math.Mini/Max
15438         signed integer methods.
15439
15440 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
15441
15442         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case 
15443         permanently since the current approach doesn't work.
15444
15445 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
15446
15447         * inssel.brg (stmt): Only call delegate->invoke_impl if 
15448         MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE is defined.
15449
15450 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
15451
15452         * mini-amd64.c (mono_arch_output_basic_block): Unify div/rem opcodes and handle
15453         the sreg2==rdx case.
15454         
15455         * mini-amd64.c cpu-amd64.md: Correct length of r4const instruction and take into
15456         account if it contains a rex prefix.
15457         (peephole_pass): Handle OP_FMOVE as well.
15458
15459 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
15460
15461         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case for now
15462         as it causes regressions.
15463
15464 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
15465
15466         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement support for the
15467         static case as well.
15468
15469         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix ia64 build.
15470
15471         * mini-x86.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
15472         (mono_arch_get_this_arg_from_call): Ditto.
15473
15474         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Removed.
15475
15476         * inssel.brg (mini_emit_virtual_call): Call delegate->Invoke through the delegate's
15477         invoke_impl field.
15478
15479         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
15480         (mono_arch_get_this_arg_from_call): Ditto.
15481
15482         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Removed.
15483         
15484         * mini-trampolines.c (mono_delegate_trampoline): Complete rewrite. On first call,
15485         try to create optimized invoke code and use that for further invocations. 
15486         Otherwise, use the original mono_marshal_get_delegate_invoke () implementation.
15487
15488         * mini-x86.h mini-ia64.h: Remove MONO_ARCH_HAS_CREATE_DELEGATE_TRAMPOLINE for now.
15489
15490 2007-05-29  Rodrigo Kumpera  <kumpera@gmail.com>
15491
15492         * inssel.brg (mini_emit_virtual_call): Statically dispatch virtual calls to
15493         sealed classes or methods.
15494         *devirtualization.cs: tests for the new optimization
15495
15496 2007-05-29  Zoltan Varga  <vargaz@gmail.com>
15497
15498         * liveness.c (update_gen_kill_set): No need to set VOLATILE flags here, it is done
15499         by the update_volatile () function.
15500
15501 2007-05-27  Zoltan Varga  <vargaz@gmail.com>
15502
15503         * driver.c (mono_main): Call g_thread_init () early since newer glib versions
15504         require it.
15505
15506         * abcremoval.c (mono_perform_abc_removal): Avoid using alloca.
15507
15508 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15509
15510         * mini.c: Add configure checks for header files.
15511         * mini-x86.c: Add configure checks for header files.
15512         * trace.c: Add configure checks for header files.
15513         * aot-runtime.c: Add configure checks for header files.
15514         * aot-compiler.c: Add configure checks for header files.
15515         * driver.c: Add configure checks for header files.
15516         * mini-codegen.c: Add configure checks for header files.
15517         
15518         Code is contributed under MIT/X11 license.
15519
15520 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
15521
15522         * mini-ia64.c (mono_arch_lowering_pass): Fix the handling of
15523         icompare_imm -128 + op_iclt. Fixes #81703.
15524
15525 2007-05-19  Zoltan Varga  <vargaz@gmail.com>
15526
15527         * mini-codegen.c (mono_local_regalloc): Fix long-shift-regalloc on amd64.
15528
15529 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15530
15531         * inssel.brg: added "mini_emit_load_intf_bit_reg_vtable", and used it
15532         inside "mini_emit_isninst_iface_cast" and "mini_emit_castclass_iface"
15533         so that all isinst checks now use "interface_bitmap".
15534
15535 2007-05-15  Zoltan Varga  <vargaz@gmail.com>
15536
15537         * cpu-amd64.md (jmp): Fix a warning.
15538
15539         * inssel.brg (CEE_SWITCH): Hopefully fix #80738.
15540
15541         * basic.cs: Add new regression test.
15542
15543         * basic.cs: Remove test which is now in basic-long.cs.
15544
15545         * mini-ia64.c (mono_arch_output_basic_block): Sign extend in CEE_CONV_I8/CEE_CONV_I.
15546
15547         * basic-long.cs: Add new test.
15548         
15549 2007-05-13  Zoltan Varga  <vargaz@gmail.com>
15550
15551         * mini-sparc.c (mono_spillvar_offset_float): Fix sparc build.
15552
15553 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
15554
15555         * cpu-x86.md minix-86.c: Add a peephole_pass_1 () as on amd64.
15556
15557         * mini-x86.c (mono_arch_output_basic_block): Use mono_opcode_to_cond () in a few
15558         places.
15559         
15560         * mini-x86.c (mono_arch_emit_exceptions): Decrease the size of the exception 
15561         throwing code a bit.
15562
15563         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Decrease the size of 
15564         the exception throwing code a bit.
15565
15566         * mini-x86.c (get_call_info): Allocate result from a mempool.
15567
15568 2007-05-11  Zoltan Varga  <vargaz@gmail.com>
15569
15570         * aot-compiler.c (find_typespec_for_class): Fix the assert.
15571
15572         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
15573
15574         * mini.h (MonoCompile): Add 'token_info_hash' field.
15575
15576         * mini.c: Save token->method associations during compilation so the AOT 
15577         compiler can use it.
15578         
15579         * aot-compiler.c aot-runtime.c: Add support for compiling non-generic methods
15580         which reference generic classes and methods.
15581
15582 2007-05-10  Zoltan Varga  <vargaz@gmail.com>
15583
15584         * mini.h mini-<ARCH>.h: Get rid of MONO_ARCH_HAS_XP_LOCAL_REGALLOC.
15585
15586         * aot-compiler.c (compile_method): Fix a typo in a comment.
15587
15588         * aot-runtime.c (decode_cached_class_info): Skip generic types.
15589
15590         * aot-compiler.c: Add minimal support for AOTing generic code by skipping 
15591         everything generic.
15592
15593         * mini.c (mono_method_to_ir): Disable AOT when calling helper_compile_generic_method.
15594
15595 2007-05-09  Zoltan Varga  <vargaz@gmail.com>
15596
15597         * mini.h (MonoCompile): Add 'args' field.
15598
15599         * mini.c (mono_compile_create_vars): Store variables representing the arguments
15600         into cfg->args.
15601
15602         * mini-<ARCH>.c: Use cfg->args for accessing the method arguments.
15603
15604 2007-05-08  Zoltan Varga  <vargaz@gmail.com>
15605
15606         * mini.c (mono_compile_get_interface_var): Remove this unused function.
15607
15608         * mini-ops.h inssel.brg mini-<ARCH>.c: Add a new opcode for ckfinite as well.
15609
15610         * mini-ops.h: Introduce new opcodes used in the IR instead of the original CEE_
15611         opcodes for some opcodes.
15612
15613         * mini.h *.brg *.c: Use the new opcodes.
15614
15615 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15616
15617         * mini.h: Bumped aot revision.
15618
15619         * inssel.brg: modified code generation of type checks for interfaces
15620         to use the new "MonoClass.interface_bitmap" instead of the old
15621         "MonoClass.interface_offsets".
15622
15623 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
15624
15625         * cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.
15626
15627 2007-04-29  Zoltan Varga  <vargaz@gmail.com>
15628
15629         * abcremoval.c (summarize_integer_value): Handle OP_LCONV_TO_I4 to fix abcrem on
15630         64 bit platforms.
15631
15632 2007-04-27  Neale Ferguson <neale@sinenomine.net>
15633
15634         * mini-s390x.c: Fix MONO_TYPE_VALUETYPE processing.
15635
15636 2007-04-27  Wade Berrier  <wberrier@novell.com>
15637
15638         * mini-s390x.c: Remove redeclaration of CompRelation and CompType (defined in 
15639         mini.h) to fix build.
15640
15641 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
15642
15643         * mini-amd64.c (peephole_pass_1): Fix and reenable this pass.
15644         
15645         * mini-amd64.c (mono_arch_local_regalloc): Disable the new peephole_pass_1 as it
15646         causes the corlib unit tests to fail.
15647
15648 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15649
15650         * mini-codegen.c (mono_opcode_to_type): Fix a bug in the previous patch.
15651
15652         * mini-amd64.c (peephole_pass_1): New pass to perform before local regalloc.
15653
15654         * mini-codegen.c (mono_opcode_to_cond): New helper function to convert conditional 
15655         opcodes to the comparison relations.
15656
15657         * mini-codegen.c (mono_opcode_to_type): New helper function to convert conditional 
15658         opcodes to their types.
15659         
15660         * mini-ia64.c mini-amd64.c: Use mono_opcode_to_cond and mono_opcode_to_type.
15661
15662         * mini-amd64.c (get_call_info): Allocate the result from the cfg mempool and cache 
15663         it in cfg->arch.cinfo.
15664
15665         * local-propagation.c (mono_local_cprop_bb): Fix a warning.
15666
15667         * mini.h mini.c branch-opts.c: Change bbhash to be an array and store it in 
15668         cfg->cil_offset_to_bb.
15669
15670 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
15671
15672         * liveness.c (optimize_initlocals): New mini-pass to optimize away dead assignments
15673         created becase of initlocals.
15674
15675 2007-04-23  Zoltan Varga  <vargaz@gmail.com>
15676
15677         * mini-alpha.c cpu-alpha.md: More alpha port work from 
15678         Sergey Tikhonov <tsv@solvo.ru>.
15679
15680 2007-04-21  Andreas Faerber  <andreas.faerber@web.de>
15681
15682         * Makefile.am (BUILT_SOURCES): Fix for automake 1.6.x. Fixes #81417.
15683
15684 2007-04-19  Zoltan Varga  <vargaz@gmail.com>
15685
15686         * cpu-s390.md (break): Correct the length of break instruction.
15687
15688 Thu Apr 19 16:28:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
15689
15690         * mini.c: fix a couple of soft-float issues and comments.
15691
15692 2007-04-15  Miguel de Icaza  <miguel@novell.com>
15693
15694         * trace.c (is_filenamechar): - is also a filename char.
15695
15696 2007-04-15  Neale Ferguson <neale@sinenomine.net>
15697
15698         * mini-s390.c: Correct checking for enum type in return value processing.
15699
15700 2007-04-14  Raja R Harinath  <rharinath@novell.com>
15701
15702         * Makefile.am (BUILT_SOURCES): Add 'version.h'.
15703         (version.h): Makefile is in the build directory.
15704
15705 2007-04-06  Andreas Faerber  <andreas.faerber@web.de>
15706
15707         * mini-amd64.h: fix for assertion failure on Solaris/amd64
15708
15709 2007-04-11  Martin Baulig  <martin@ximian.com>
15710
15711         * mini.c (can_access_member): Fix handling of generic classes;
15712         fixes #81259.
15713
15714 2007-04-10  Zoltan Varga  <vargaz@gmail.com>
15715
15716         * aot-runtime.c (mono_aot_plt_resolve): Fix disabling of AOT. Fixes #81316.
15717
15718 2007-04-05  Zoltan Varga  <vargaz@gmail.com>
15719
15720         * aot-runtime.c: Fix disabling of AOT. Fixes #81316.
15721
15722 Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15723
15724         * mini-codegen.c: make sure the right spill amount is
15725         used for fp or integer registers (fixes the float_sub_spill() on ppc).
15726
15727 Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>
15728
15729         * mini-ppc.c: fixes for the fp_branch_nan test.
15730
15731 2007-03-23  Zoltan Varga  <vargaz@gmail.com>
15732
15733         * basic.cs: Comment out new test which still fails on ia64.
15734
15735 Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15736
15737         * mini.c: immediate shifted or fix (mono_metadata_user_string assert).
15738
15739 Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15740
15741         * mini-ppc.c, mini-ppc.h: struct passing ABI fix (bug #77968).
15742
15743 2007-03-22  Zoltan Varga  <vargaz@gmail.com>
15744
15745         * cfold.c (FOLD_BINOP): Cast the result to gint32 to prevent overflow problems
15746         on 64 bit machines. Fixes part of #80738.
15747
15748         * basic.cs: Add regression test.
15749
15750 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
15751
15752         * inssel.brg basic.cs: Revert previous change to fix build.
15753
15754         * inssel.brg (SWITCH): Clean out the upper word of the switch value on 64 bit
15755         platforms.
15756         
15757         * inssel.brg (SWITCH): Use an integer comparison. Fixes #80738.
15758
15759         * basic.cs: Add new regression test.
15760
15761 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
15762
15763         * mini-ia64.c (mono_arch_emit_prolog): Fix an assert when a function has too
15764         many arguments.
15765
15766 2007-03-16  Neale Ferguson <neale@sinenomine.net>
15767
15768         * cpu-s390x.md: Correct length of break instruction.
15769
15770 2007-03-16  Neale Ferguson <neale@sinenomine.net>
15771
15772         * mini-s390x.c, cpu-s390x.md: Fix #80507 for s390x.
15773         * mini-s390.c, cpu-s390.md: Fix #80507 for s390.
15774
15775 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
15776
15777         * *.c: Begin WIN64 port.
15778         * mini.c:  Use correct register in profiler.
15779         * mini-amd64.c: No inline assembly on Win64.
15780         * mini-amd64.h: Implement MONO_INIT_CONTEXT_FROM_FUNC for Win64.
15781         Only define MONO_ARCH_USE_SIGACTION on non-windows platforms.
15782         * exceptions-amd64.c: Only need gregs_from_ucontext if MONO_ARCH_USE_SIGACTION
15783         is defined. Implement mono_arch_sigctx_to_monoctx, mono_arch_monoctx_to_sigctx, and
15784         mono_arch_ip_from_context for Win64.
15785         
15786         Contributed under MIT/X11 license.
15787
15788 2007-03-15  Zoltan Varga  <vargaz@gmail.com>
15789
15790         * exceptions-amd64.c (seh_handler): Ditto.
15791
15792         * exceptions-x86.c (seh_handler): Fix a memory leak.
15793
15794 Thu Mar 15 13:47:59 CET 2007 Paolo Molaro <lupus@ximian.com>
15795
15796         * mini-arm.c, mini-mips.c, mini-ppc.c, mini-s390.c,
15797         mini-s390x.c: fixed peephole optimizations to deal
15798         correctly with 1 and 2 byte reload avoidance.
15799
15800 Thu Mar 15 10:17:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15801
15802         * cpu-s390.md, cpu-s390x.md: update localloc length.
15803
15804 Wed Mar 14 21:00:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15805
15806         * cpu-g4.md: added missing descriptions.
15807
15808 2007-03-14  Miguel de Icaza  <miguel@novell.com>
15809
15810         *  Makefile.am: Add support so the tail tests are not executed on
15811         PowerPC as that is a known limitation of the PowerPC port.
15812
15813 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15814
15815         * runmdesc.bat:  Move to msvc directory.
15816         
15817 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15818
15819         * runmdesc.bat:  Run executable that was produced by the current
15820         target and sent via an argument.
15821         
15822 2007-03-11  Zoltan Varga  <vargaz@gmail.com>
15823
15824         * mini.c (mono_method_to_ir): Fix box+brtrue optimization. Fixes
15825         #81102.
15826
15827         * generics.2.cs: Add regression test.
15828
15829 2007-03-09  Wade berrier  <wberrier@novell.com>
15830
15831         * mini-ppc.h: Undo typo of MONO_CONTEXT_SET_SP (ppc doesn't define this symbol)
15832
15833 2007-03-09  Zoltan Varga  <vargaz@gmail.com>
15834
15835         * aot-runtime.c (load_aot_module): Load all dependent assemblies eagerly since all
15836         AOT code depends on this.
15837
15838 Thu Mar 8 19:36:13 CET 2007 Paolo Molaro <lupus@ximian.com>
15839
15840         * mini.c: more precise tracking of types in the eval stack
15841         (part of fix for bug #81044).
15842
15843 2007-03-07  Zoltan Varga  <vargaz@gmail.com>
15844
15845         * aot-runtime.c (mono_aot_get_class_from_name): Add a cache.
15846
15847         * aot-compiler.c (encode_patch): Remove an obsolete comment.
15848
15849 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15850
15851         * mini-exceptions.c (mono_handle_native_sigsegv): Fix a warning.
15852
15853         * mini.c (mono_method_to_ir): Add a workaround for bug #80733.
15854
15855 2007-02-22  Zoltan Varga  <vargaz@gmail.com>
15856
15857         * mini.c (type_from_op): Convert CEE_CONV_U to OP_LCONV_TO_U when the argument is
15858         a pointer on 64 bit systems. Fixes #80190.
15859
15860         * iltests.il: Add new regression test.
15861
15862 Tue Feb 20 11:33:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15863
15864         * mini.c: inline a constant for Environment.IsRunningOnWindows.
15865
15866 2007-02-19  Geoff Norton  <gnorton@customerdna.com>
15867
15868         * trace.c: Remove an erroneous alignemnt check when tracing.
15869           Fixes --trace on OSX86.
15870
15871 Wed Feb 14 19:45:56 CET 2007 Paolo Molaro <lupus@ximian.com>
15872
15873         * mini-$(arch).h: initialize SP in context for all the archs.
15874
15875 2007-02-14  Sebastien Pouliot  <sebastien@ximian.com>
15876
15877         * mini-x86.h: Initialize SP in MONO_INIT_CONTEXT_FROM_FUNC. Fix CAS
15878         regressions in the thread tests.
15879
15880 2007-02-14  Zoltan Varga  <vargaz@gmail.com>
15881
15882         * *-alpha.*: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>:
15883         - fixed implementation of LOCALLOC opcode
15884         - implemented non-un compare for floats
15885         - code cleanup
15886         - implementation of FDIV and CKFINITE opcodes
15887         - fixes for latest mono updates
15888         - additional arch opcodes
15889
15890 Mon Feb 12 11:54:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15891
15892         * Makefile.am: simplify and merge rules for cross-compilation.
15893
15894 2007-02-07  Massimiliano Mantione  <massi@ximian.com>
15895
15896         * local-propagation.c: Actually *apply* the fix for bug 80591...
15897
15898 Tue Feb 6 19:03:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15899
15900         * mini-exceptions.c: backuot part of the last change
15901         (fixes cas tests on amd64 related to GetExecutingAssembly ()).
15902
15903 2007-02-06  Massimiliano Mantione  <massi@ximian.com>
15904         * inssel.brg: Fix bug 59286.
15905
15906
15907 Tue Feb 6 12:23:50 CET 2007 Paolo Molaro <lupus@ximian.com>
15908
15909         * mini-exceptions.c: patch from Zoltan to correctly check for
15910         stack boundaries (using the stack register, not the frame register),
15911         fixes bugs #80724, #79717.
15912
15913 2007-02-03  Zoltan Varga  <vargaz@gmail.com>
15914
15915         * mini-ia64.c inssel-sparc.brg mini-sparc.c cpu-sparc.md: Get rid of OP_SETREG/
15916         OP_SETREGIMM, use OP_MOVE/OP_ICONST instead.
15917
15918         * mini-amd64.c (mono_arch_output_basic_block): Fix ATOMIC_EXCHANGE in the
15919         presence of frame pointer elimination.
15920
15921 2007-02-01  Geoff Norton  <gnorton@customerdna.com>
15922         
15923         * mini-x86.h: NetBSD UCONTEX_REG defines.
15924
15925 2007-02-01  Zoltan Varga  <vargaz@gmail.com>
15926
15927         * inssel-amd64.brg: Fix amd64 build.
15928
15929 Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>
15930
15931         * mini.h: remove extern to workaround what looks likes gcc bug 26905
15932         on amd64.
15933
15934 2007-01-31  Zoltan Varga  <vargaz@gmail.com>
15935
15936         * mini-codegen.c (mono_is_regsize_var): New helper function usable by the back
15937         ends.
15938
15939         * mini-<ARCH>.c: Use mono_is_regsize_var ().
15940
15941 2007-01-30 Mark Mason <mason@broadcom.com>
15942
15943            * exceptions-mips.c: Lots of exception handling fixes, LMFs now work, some cleanups.
15944            * mini-mips.h: Add LMF magic numbers, and fix context set/get macros.
15945            * mini-mips.c: Cleanups, LMF handling now works, optimize store of zero, implement localloc
15946            beginning support for CEE_JMP [not quite working yet]
15947            * tramp-mips.c: LMF handling now works
15948         
15949 2007-01-30  Zoltan Varga  <vargaz@gmail.com>
15950
15951         * mini-amd64.c (peephole_pass): Optimize code common in initlocals blocks.
15952
15953         * mini.h (NULLIFY_INS): New macro.
15954
15955 Tue Jan 30 16:33:33 CET 2007 Paolo Molaro <lupus@ximian.com>
15956
15957         * mini.c: statistical profiler fix for windows, patch
15958         from Tor Lillqvist (tml@novell.com).
15959
15960 2007-01-30  Massimiliano Mantione  <massi@ximian.com>
15961         * local-propagation.c: Fix bug 80591.
15962
15963 Mon Jan 29 12:14:34 CET 2007 Paolo Molaro <lupus@ximian.com>
15964
15965         * Makefile.am: put back the --export-dynamic option as with
15966         the previous gmodule flags (thanks to Robert Jordan).
15967
15968 2007-01-28  Zoltan Varga  <vargaz@gmail.com>
15969
15970         * mini-sparc.c (peephole_pass): Fix #80622 for sparc as well.
15971
15972         mini.h *.c: Allocate fp vregs from the same pool as the int vregs. Use this to
15973         simplify and speed up the local register allocator. Also rename some fields
15974         like iassign->vassign.
15975         
15976         * regalloc.c: Remove some functions which are no longer used since their
15977         inlined version is in mini-codegen.c.
15978         
15979         * mini-codegen.c: Rename mono_regstate2_ functions to mono_regstate_.
15980
15981         * basic.cs objects.cs iltests.il: Merge tests from the linear IL branch.
15982
15983 2007-01-27  Zoltan Varga  <vargaz@gmail.com>
15984
15985         * mini-amd64.c (peephole_pass): Remove optimizations which omit a 
15986         narrowing. Fixes #80622.
15987
15988         * iltests.il: Add new regresssion test. 
15989
15990 Fri Jan 26 18:31:45 CET 2007 Paolo Molaro <lupus@ximian.com>
15991
15992         * mini.h, mini-trampolines.c, aliasing.c, mini-codegen.c,
15993         debug-debugger.c, debug-debugger.h: warning fixes.
15994         * driver.c: updated copyright year and made it fit in one line.
15995
15996 Fri Jan 26 12:48:39 CET 2007 Paolo Molaro <lupus@ximian.com>
15997
15998         * aot-runtime.c: updated to use mono-dl instead of gmodule.
15999
16000 2007-01-25  Zoltan Varga  <vargaz@gmail.com>
16001
16002         * mini-x86.c (mono_arch_output_basic_block): Fix #80507 for x86.
16003
16004         * mini-amd64.c (mono_arch_output_basic_block): Fix #80507 for amd64.
16005
16006         * iltests.il: Add new test for bug #80507.
16007
16008 Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16009
16010         * mini-arm.h: use soft-float also on vfp for now.
16011
16012 Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16013
16014         * mini.c: fix some more soft-float issues.
16015
16016 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
16017
16018         * mini-sparc.h (MONO_ARCH_FRAME_ALIGNMENT): Fix sparc build.
16019
16020 2007-01-24  Massimiliano Mantione  <massi@ximian.com>
16021         * mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
16022         mini-ia64.c, mini-sparc.c, mini-alpha.c: Introduced
16023         MONO_ARCH_LOCALLOC_ALIGNMEENT to fix bug 80498.
16024
16025 Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>
16026
16027         * mini-arm.c: typo fix.
16028
16029 2007-01-23  Neale Ferguson <neale@sinenomine.net>
16030
16031         * mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
16032
16033 2007-01-21  Zoltan Varga  <vargaz@gmail.com>
16034
16035         * mini.c (mono_allocate_stack_slots_full): Allocate memory from the cfg mempool.
16036         Share stack slots for scalar types. Avoid expensive g_list_free () calls.
16037
16038         * mini-x86.c (mono_arch_allocate_vars): Don't free the result of allocate_stack_slots_full.
16039
16040         * mini-amd64.c mini-ia64.c mini-alpha.c: Ditto. 
16041
16042         * mini.h (MonoJitStats): Add a new JIT statistics: locals_stack_size.
16043         
16044         * inssel.brg: Fix a warning.
16045
16046         * mini.h (MonoBasicBlock): Make bb->dominated a GSList.
16047
16048         * abcremoval.c ssa.c ssapre.c: Update after this change.
16049         
16050         * dominators.c (compute_dominators): Allocate bb->dominated from the cfg mempool.
16051
16052         * dominators.c (df_set): Use mono_bitset_union_fast.    
16053
16054 Sat Jan 20 16:59:01 CET 2007 Paolo Molaro <lupus@ximian.com>
16055
16056         * mini.h, genmdesc.c, genmdesc.pl, mini-${arch}.c, cprop.c,
16057         mini-codegen.c: reduce relocations and memory usage for the cpu
16058         description.
16059
16060 2007-01-20  Zoltan Varga  <vargaz@gmail.com>
16061
16062         * mini-codegen.c (mono_regstate2_alloc_int): Optimize this using bsfq on amd64.
16063
16064         * genmdesc.c genmdesc.pl mini.h: Remove some unused fields from the mdesc tables
16065         to reduce their size.
16066
16067 2007-01-19 Mark Mason <mason@broadcom.com>
16068
16069         * exceptions-mips.c: fix mono_arch_ip_from_context(), increase exception debug support.
16070         * mini-mips.c: more configuration macros, support long conditional branches, additional
16071         asserts, fix epilog instrumentation.
16072         * mini-mips.h: use standard stack walk
16073         * cpu-mips.md: increase size of div, rem and conditional branches
16074         
16075 Fri Jan 19 17:23:32 CET 2007 Paolo Molaro <lupus@ximian.com>
16076
16077         * mini.h, mini-codegen.c, mini-$(arch).h: claenup references
16078         to cpu spec data.
16079
16080 2007-01-19  Zoltan Varga  <vargaz@gmail.com>
16081
16082         * aot-compiler.c (encode_klass_info): Allow classes of the form <Type>[][].
16083         (compile_method): Ditto.
16084
16085         * aot-runtime.c (decode_klass_info): Ditto.
16086
16087         * mini.c (mono_method_to_ir): Call mono_get_got_var () in a place where it is
16088         needed by the code generated by inssel.brg. Also fix a warning.
16089
16090 Thu Jan 18 17:55:22 CET 2007 Paolo Molaro <lupus@ximian.com>
16091
16092         * mini.c: deal with enums that become genericinsts by
16093         being nested in a generic class (bug #79956).
16094
16095 Thu Jan 18 16:52:56 CET 2007 Paolo Molaro <lupus@ximian.com>
16096
16097         * mini.c: match the generic definition to check for
16098         private access with generic types (bug #78431).
16099
16100 Thu Jan 18 11:50:13 CET 2007 Paolo Molaro <lupus@ximian.com>
16101
16102         * genmdesc.pl, Makefile.am: perl implementation of genmdesc,
16103         to make life easier for people cross-compiling that insist on not
16104         using scratchbox.
16105
16106 2007-01-17 Mark Mason <mason@broadcom.com>
16107
16108         * inssel-long.brg: patch to deal with mips missing flags
16109         * inssel-long32-mips.brg: implement overflow checks
16110         * insset-mips.brg: implement overflow checks
16111         * mini-mips.h: implement conditional exception handling
16112         * mini-mips.c: add mips_emit_exc_by_name(), implement conditional exception handling.
16113           Remove unused code, minor cleanups.
16114         * exceptions-mips.c: minor cleanups
16115         * mini-ops.h: add mips conditional exception ops
16116         * cpu-mips.md: add mips conditional exception ops
16117
16118         
16119 Wed Jan 17 19:22:34 CET 2007 Paolo Molaro <lupus@ximian.com>
16120
16121         * inssel.brg: patch from Mark Mason <mason@broadcom.com>
16122         to deal with mips missing of flags.
16123
16124 Tue Jan 16 20:01:01 CET 2007 Paolo Molaro <lupus@ximian.com>
16125
16126         * exceptions-ppc.c: execute fault handlers.
16127
16128 Tue Jan 16 19:54:44 CET 2007 Paolo Molaro <lupus@ximian.com>
16129
16130         * mini-ppc.c: handle missing call locationss with FORCE_INDIR_CALL.
16131
16132 Tue Jan 16 13:14:31 CET 2007 Paolo Molaro <lupus@ximian.com>
16133
16134         * mini.c: handle also floating point values in initialize_array.
16135
16136 Tue Jan 16 12:42:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16137
16138         * mini.c, aot-runtime.c, aot-compiler.c: enable aot compilation of
16139         array initialization and make it conditional on the intrins option.
16140
16141 Tue Jan 16 11:28:45 CET 2007 Paolo Molaro <lupus@ximian.com>
16142
16143         * mini.h, patch-info.h, Makefile.am, aot-compiler.c: reduce
16144         relocations and put the patch info names close to the enum definition.
16145
16146 2007-01-15 Mark Mason <mason@broadcom.com>
16147
16148         * basic.cs, exceptions.cs: break up large tests to increase debugability.
16149
16150 Mon Jan 15 18:57:14 CET 2007 Paolo Molaro <lupus@ximian.com>
16151
16152         * mini.c: optimized RuntimeHelpers::InitializeArray () calls.
16153
16154 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16155
16156         * mini.c (mono_method_to_ir): Use new MonoGenericContext accessor.
16157
16158 Thu Jan 11 11:16:42 CET 2007 Paolo Molaro <lupus@ximian.com>
16159
16160         * Makefile.am: distribute the mips sources.
16161
16162 Wed Jan 10 19:49:33 CET 2007 Paolo Molaro <lupus@ximian.com>
16163
16164         * mini-codegen.h: handle bug #80489 here, by excluding ecx
16165         directly.
16166
16167 Wed Jan 10 19:08:05 CET 2007 Paolo Molaro <lupus@ximian.com>
16168
16169         * cpu-x86.md: back out for now as this triggers other regressions.
16170
16171 Wed Jan 10 18:33:16 CET 2007 Paolo Molaro <lupus@ximian.com>
16172
16173         * cpu-x86.md: force src1 and dest regpair for long shift instructions
16174         to eax:edx, so ecx can't get allocated to them (bug #80489).
16175
16176 Tue Jan 9 12:36:11 CET 2007 Paolo Molaro <lupus@ximian.com>
16177
16178         * mini.c, mini-exceptions.c: enabled running fault handlers
16179         (bug #80469).
16180
16181 2007-01-03  Miguel de Icaza  <miguel@novell.com>
16182
16183         * driver.c: If nothing fail, do not use the string "failed",
16184         because it makes it very annoying to view test result logs on the
16185         web. 
16186
16187 2006-12-30  Miguel de Icaza  <miguel@novell.com>
16188
16189         * debug-debugger.c (mono_debugger_main): Rename "main" to
16190         "main_method" to prevent a warning.
16191
16192         Remove a warning for unused field.
16193
16194 2006-12-28  Martin Baulig  <martin@ximian.com>
16195
16196         * debug-debugger.c
16197         (MONO_DEBUGGER__debugger_info): Add `get_lmf_addr'.
16198
16199 2006-12-22  Martin Baulig  <martin@ximian.com>
16200
16201         * mdb-debug-info32.s, mdb-debug-info64.s: New files.
16202         Put a pointer to the `MONO_DEBUGGER__debugger_info' into a
16203         seperate `.mdb_debug_info' section, so we can access it from the
16204         debugger even if the binary is stripped.
16205
16206         * debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
16207         from the `.mdb_debug_info' here to prevent the linker from
16208         removing that section.
16209
16210         * Makefile.am (mono_debugger_sources): Add mdb-debug-info32.s /
16211         mdb-debug-info64.s.
16212
16213 2006-12-19  Robert Jordan  <robertj@gmx.net>
16214
16215         * mini-x86: enable the code to return small structures in
16216         registers for FreeBSD as well. Fixes bug #80278.
16217         * aot-runtime.c: Include sys/wait.h for WEXITSTATUS/WIFEXITED.
16218
16219 Mon Dec 18 19:47:17 CET 2006 Paolo Molaro <lupus@ximian.com>
16220
16221         * mini-x86.c: align the stack when calling the profiler
16222         function instrumenting the prolog (on OSX).
16223
16224 Thu Dec 14 15:22:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16225
16226         * mini.c: emit a break opcode where Debugger.Break () is called.
16227
16228 2006-12-13  Miguel de Icaza  <miguel@novell.com>
16229
16230         * mini.c (mono_method_to_ir): Provide useful information on this
16231         assert, to prevent others from debugging like I did.
16232
16233 Tue Dec 12 17:01:38 CET 2006 Paolo Molaro <lupus@ximian.com>
16234
16235         * mini.c: enable code which was incorrectly commented
16236         (bug #80235).
16237
16238 Tue Dec 12 16:28:15 CET 2006 Paolo Molaro <lupus@ximian.com>
16239
16240         * mini-x86.c: enable on OSX, too, the code to return small
16241         structures in registers.
16242
16243 Mon Dec 11 19:22:35 CET 2006 Paolo Molaro <lupus@ximian.com>
16244
16245         * mini-x86.c: remove the use of the dynamic code manager here, too.
16246
16247 Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus@ximian.com>
16248
16249         * mini.h, debug-debugger.c, tramp-*.c: fixed 
16250         mono_debugger_create_notification_function() to use
16251         mono_global_codeman_reserve () instead of a dynamic code manager.
16252
16253 Tue Dec 5 17:54:50 CET 2006 Paolo Molaro <lupus@ximian.com>
16254
16255         * mini.c, jit-icalls.h, jit-icalls.c: remove the 
16256         ves_array_element_address() jit icall and use a generated
16257         managed method instead (which is about 4 times faster for a rank 3
16258         array access).
16259
16260 2006-11-29  Mark Mason  <mason@broadcom.com>
16261
16262         * basic-calls.cs: additional tests for passing
16263         structures as function arguments.
16264
16265 2006-11-29  Mark Mason  <mason@broadcom.com>
16266
16267         * mini-mips.h: disable custom exception handling
16268         * mini-mips.c: throw/rethrow should use jalr to call
16269         exception stubs.  Fixed bug with passing structures
16270         by value. More support for tracing floating point
16271         functions.
16272
16273 Wed Nov 29 20:28:17 CET 2006 Paolo Molaro <lupus@ximian.com>
16274
16275         * mini.c: fixed typo in the soft-float ldind.r4 handling
16276         (bug #80086).
16277
16278 Wed Nov 29 11:33:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16279
16280         * mini.c, mini.h, driver.c: added --runtime command line
16281         option to select a different runtime than the autodetected one.
16282         * jit.h: added API for embedders to initialize with a specific
16283         runtime version.
16284
16285 Tue Nov 28 21:24:55 CET 2006 Paolo Molaro <lupus@ximian.com>
16286
16287         * mini.c: handle also boxing of r4 values (bug #80024).
16288
16289 Tue Nov 28 19:45:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16290
16291         * mini-ppc.c: force indirect calls until we reserve
16292         enough address space for all the generated code.
16293
16294 Tue Nov 28 20:04:34 GMT 2006 Paolo Molaro <lupus@ximian.com>
16295
16296         * exceptions-arm.c: workaround bugs in the libc definition
16297         of struct ucontext.
16298
16299 Mon Nov 27 15:13:41 CET 2006 Paolo Molaro <lupus@ximian.com>
16300
16301         * inssel.brg: fixes from me and Mark Mason.
16302
16303 2006-11-23  Dick Porter  <dick@ximian.com>
16304
16305         * wapihandles.c (mini_wapi_seminfo): No need to adjust the counter
16306         semaphore display now we've fixed the initial value
16307
16308 Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16309
16310         * inssel.brg: partially revert the last change to fix the build.
16311
16312 2006-11-21  Mark Mason  <mason@broadcom.com>
16313
16314         * inssel.brg: Add and use compare-and-branch macros to support
16315         architectures that do not have condition code registers (ie. MIPS).
16316         * *-mips.{c,brg,md}: Fix copyright statements
16317
16318 2006-11-20  Mark Mason  <mason@broadcom.com>
16319
16320         * Makefile.am: remove mini-codegen.c from list of MIPS sources
16321         * mini.c: Allow GET_CONTEXT to be specified by the arch port
16322         * mini.h: Added declaration for mono_print_ins()
16323         * mini-codegen.c: added ins_spec initializer for MIPS
16324         * mini-codegen.c (mono_call_inst_add_outarg_reg): added asserts for
16325         vreg to be virtual and hreg to be non-virtual.
16326         * mini-codegen.c (mono_spillvar_offset): assert if MIPS - spilling
16327         is not yet working/implemented correctly.
16328         * mini-codegen.c (print_ins): rename to mono_print_ins(), make
16329         non-static, fixup calls to print_ins() from other parts in the file.
16330
16331 2006-11-20  Mark Mason  <mason@broadcom.com>
16332
16333         * basic-calls.cs: added tests for passing structures as arguments
16334         to calls.
16335
16336 Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
16337
16338         * inssel-long32.brg: optimize signed division by power of two.
16339
16340 Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
16341
16342         * mini-arm.c: added support for interworking with thumb code
16343         (mono must be still be built using the ARM instruction encoding).
16344
16345 2006-11-19  Miguel de Icaza  <miguel@novell.com>
16346
16347         * mini.c (type_from_op): Separate the conditions for OP_EQ as the
16348         verifier has different rules for it.   Fixes a few verifier issues
16349         in the test suite.
16350
16351         * mini-exceptions.c (mono_handle_native_sigsegv): Put the message
16352         at the end, so people know what happened.
16353
16354 Thu Nov 16 14:07:18 CET 2006 Paolo Molaro <lupus@ximian.com>
16355
16356         * brach-opts.c: in optimize_exception_target() make sure we
16357         are in a catch clause (fixes bug #79871).
16358
16359 Thu Nov 16 12:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16360
16361         * jit-icalls.c, jit-icalls.h, mini-arm.c, mini.c:
16362         more soft-float support fixes.
16363
16364 Wed Nov 15 18:45:47 GMT 2006 Paolo Molaro <lupus@ximian.com>
16365
16366         * mini-arm.c, inssel-arm.brg: ABI fix for longs and doubles
16367         that are passed half on the stack and half in registers.
16368
16369 Wed Nov 15 17:00:27 CET 2006 Paolo Molaro <lupus@ximian.com>
16370
16371         * mini-ops.h, mini-arch.h, helpers.c, Makefile.am:
16372         more mips integration work from Mark E Mason 
16373         <mark.e.mason@broadcom.com>.
16374
16375 Wed Nov 15 16:34:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16376
16377         * exceptions-mips.c, inssel-mips.brg, mini-mips.h,
16378         cpu-mips.md, inssel-long32-mips.brg, mini-mips.c,
16379         tramp-mips.c: added sources for the mips port, not
16380         integrated in the build yet. Contributed by
16381         Mark E Mason <mark.e.mason@broadcom.com>.
16382
16383 2006-11-14  Neale Ferguson <neale@sinenomine.net>
16384
16385         * mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
16386
16387 Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16388
16389         * Makefile.am, inssel-float.brg, inssel-softfloat.brg:
16390         put the soft-float rules in its own file since it seems to
16391         break s390 compilation.
16392
16393 Mon Nov 13 15:54:38 CET 2006 Paolo Molaro <lupus@ximian.com>
16394
16395         * mini-arm.c: fixed wrnings.
16396
16397 Fri Nov 10 19:18:32 CET 2006 Paolo Molaro <lupus@ximian.com>
16398
16399         * mini-arm.c, mini-arm.h, cpu-arm.md, inssel-float.brg,
16400         inssel-arm.brg: ARM support for soft-float.
16401
16402 Fri Nov 10 18:38:15 CET 2006 Paolo Molaro <lupus@ximian.com>
16403
16404         * mini.c, jit-icalls.c, jit-icalls.h: added first cut at handling
16405         loads and stores of 32 bit fp values.
16406
16407 2006-11-10  Zoltan Varga  <vargaz@gmail.com>
16408
16409         * mini-sparc.c (is_regsize_var): Support PTR/FNPTR too.
16410
16411         * tramp-sparc.c (mono_arch_patch_callsite): Fix this function so it actually
16412         works. Fixes #79852 and #79463.
16413
16414 Thu Nov 9 16:56:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16415
16416         * mini.c, mini-codegen.c, jit-icalls.c, jit-icalls.h:
16417         more soft-float support WIP and fixes.
16418
16419 Wed Nov 8 16:40:02 CET 2006 Paolo Molaro <lupus@ximian.com>
16420
16421         * mini-arm.c: some VFP updates.
16422
16423 Tue Nov 7 19:45:51 CET 2006 Paolo Molaro <lupus@ximian.com>
16424
16425         * mini-exceptions.c: 0 is a valid local var offset in some
16426         architectures, don't assert (bug #78508).
16427
16428 Tue Nov 7 18:17:52 GMT 2006 Paolo Molaro <lupus@ximian.com>
16429
16430         * exceptions-arm.c: fixed off by one error in stack walk code.
16431
16432 Tue Nov 7 11:27:26 CET 2006 Paolo Molaro <lupus@ximian.com>
16433
16434         * mini.h, mini.c: more precise tracking of type load exceptions.
16435
16436 2006-11-03  Robert Jordan  <robertj@gmx.net>
16437
16438         * Makefile.am: [WIN32] Add monow.exe target.
16439         * driver.c: [WIN32] Don't detach the console when debugging.
16440         Fixes bug #79797.
16441         
16442 2006-10-30  Miguel de Icaza  <miguel@novell.com>
16443
16444         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Eliminate warning.
16445
16446 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16447
16448         * aot-compiler.c (emit_method_info): Add a case missed earlier.
16449
16450         * driver.c (mini_regression): Fix --regression with AOT.
16451
16452         * aot-compiler.c (emit_method_info): Fix AOT on amd64.
16453
16454 2006-10-17  Zoltan Varga  <vargaz@gmail.com>
16455
16456         * mini.c (GET_CONTEXT): Correct the definition of this for sparc/linux.
16457
16458         * mini-sparc.h: Don't use sigaction on sparc/linux.
16459
16460         * exceptions-sparc.c: Call mono_arch_flush_icache () in a couple of places.
16461
16462         * mini-sparc.c (mono_sparc_flushw): Call mono_arch_flush_icache ().
16463
16464         * mini-exceptions.c: Add proper include files for getpid ().
16465
16466 2006-10-16  Zoltan Varga  <vargaz@gmail.com>
16467
16468         * aot-runtime.c (mono_aot_get_method): Change this to return the native code
16469         address instead of a MonoJitInfo* to avoid decoding the exception info for the
16470         method.
16471
16472         * aot-runtime.c aot-compiler.c: Use uint16 instead of uint32 entries in the
16473         name cache to reduce its size.
16474
16475         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
16476
16477 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16478
16479         * mini-x86.c: Save/restore the current LMF structure more efficiently using
16480         the mono_lmf TLS variable.
16481
16482         * exceptions-x86.c (mono_arch_find_jit_info): Only access lmf->method in 
16483         trampoline lmf frames.  
16484
16485         * mini-sparc.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Define this on sparc as well.
16486
16487 2006-10-14  Zoltan Varga  <vargaz@gmail.com>
16488
16489         * mini-amd64.c: Save/restore the current LMF structure more efficiently using
16490         the mono_lmf TLS variable.
16491
16492         * mini-exceptions.c: Access the LMF structure through accessors.
16493
16494         * mini.c: Allow the backends the option for storing the lmf in a dedicated TLS 
16495         variable instead of in jit_tls->lmf.
16496
16497         * mini-x86.c mini-amd64.c: Update after lmf->lmf_addr name change.
16498         
16499         * exceptions-amd64.c (mono_arch_find_jit_info): Only access lmf->method in 
16500         trampoline lmf frames.
16501
16502         * mini-amd64.c (mono_arch_emit_prolog): Do not set lmf->method as it is not needed.
16503
16504 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16505
16506        * mini.c trace.c mini-x86.c: Revert these too.
16507         
16508        * mini.c trace.c mini-x86.c: Remove warning workarounds after the mono_type_size ()
16509        signature change.
16510
16511 Tue Oct 10 11:35:20 CEST 2006 Paolo Molaro <lupus@ximian.com>
16512
16513         * genmdesc.c: removed now dead code.
16514
16515 2006-10-09  Robert Jordan <robertj@gmx.net>
16516
16517         * mini.c: Disable the CrashReporter on MacOS X; Fixes #74869
16518
16519 Mon Oct 9 17:06:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16520
16521         * mini.h: do not leave gaps in the opcode values.
16522
16523 Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
16524
16525         * jit-icalls.h: flag functions as internal here, too.
16526
16527 Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus@ximian.com>
16528
16529         * mini.h, aliasing.h, declsec.h, regalloc.h, trace.h: mark internal
16530         functions with the internal attribute.
16531
16532 Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus@ximian.com>
16533
16534         * aot-compiler.c: fclose the file descriptor in the profile read loop.
16535
16536 Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16537
16538         * mini.c, jit-icalls.c, inssel-float.brg: beginnings of support
16539         for soft-float.
16540
16541 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16542
16543         * mini-x86.c (emit_load_volatile_arguments): New function to handle arguments of
16544         tail calls as on other platforms.
16545
16546         * mini.c (mono_method_to_ir): Fix a few tailcall problems. Fixes #79557.
16547
16548         * iltests.il: Add a few tailcall tests.
16549
16550 Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16551
16552         * driver.c: fix loop for old compilers (bug #79521).
16553
16554 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16555
16556         * mini-exceptions.c (ves_icall_get_trace): Remove debug printf.
16557
16558         * aot-runtime.c (mono_aot_get_class_from_name): Avoid a memory allocation.
16559
16560         * aot-compiler.c: Add a new option 'metadata-only' to only emit the cached
16561         metadata without any code.
16562
16563         * mini-exceptions.c (mono_handle_native_sigsegv): Add some code to print out
16564         more precise debugging information using gdb.
16565
16566 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16567
16568         * inssel-ia64.brg: Make the helper methods static.
16569
16570 Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
16571
16572         * inssel-x86.brg: make the helper methods static.
16573
16574 Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus@ximian.com>
16575
16576         * inssel-amd64.brg, mini-amd64.c: small cleanup, use inst_call.
16577
16578 Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
16579
16580         * mini.c: updates for monoburg changes.
16581         * inssel.brg: make a few helper functions static as they should.
16582
16583 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16584
16585         * Makefile.am: Move mini-codegen.c to common_sources.
16586
16587 Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16588
16589         * mini.h: instroduce inst_call in MonoInst for use in OUTARG
16590         instructions.
16591         * Makefile.am, cpu-g4.md, inssel-ppc.brg, mini-codegen.c, mini-ppc.c,
16592         mini-ppc.h: port to use the common local register allocator.
16593
16594 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16595
16596         * mini.h: Remove the comment too then.
16597
16598 Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus@ximian.com>
16599
16600         * mini.h: put back backend.data which is to be used shortly and
16601         doesn't increase the size of MonoInst. If any 64 bit arch aligned
16602         pointers on 4 byte boundaries it'd have much bigger issues running
16603         and you can ifdef it out anyway.
16604
16605 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16606
16607         * mini.h (MonoInst): Remove backend.data field since it is unused and increases
16608         MonoInst size by 4 bytes on 64 bit machines.
16609
16610 Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16611
16612         * *.{c,h,brg}: long due removal of the unused field in MonoInst and
16613         replacement with more meaningful field names. Arch maintainers, please
16614         check the assigned names are good enough for your arch.
16615
16616 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16617
16618         * cpu-ia64.md mini-ia64.c inssel-ia64.brg mini-ops.h: Get rid of the 
16619         OP_IA64_FETCHADD opcodes, use OP_ATOMIC_ADD_IMM_NEW opcodes instead.
16620
16621 Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
16622
16623         * mini.h, driver.c, optflags-def.h, Makefile.am: reduce runtime
16624         relocations and memory requirements, put the optimization flags
16625         definitions in their own file.
16626
16627 2006-09-24  Zoltan Varga  <vargaz@gmail.com>
16628
16629         * jit-icalls.c (mono_helper_stelem_ref): Remove this unused helper function.
16630
16631         * mini.c (mini_init): Remove reference to mono_helper_stelem_ref.
16632
16633 2006-09-22  Zoltan Varga  <vargaz@gmail.com>
16634
16635         * mini-amd64.c (add_valuetype): Fix an uninitialized memory issue.
16636
16637 Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus@ximian.com>
16638
16639         * inssel.brg: use the correct function to get the size of an item
16640         in an array, given an element class.
16641         * aot-compiler.c: do not access class->class_size directly.
16642
16643 Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16644
16645         * mini.h, debug-mini.c: added a debugging function to print
16646         info about local variables and arguments in a jitted method.
16647
16648 2006-09-20  Zoltan Varga  <vargaz@gmail.com>
16649
16650         * mini-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
16651
16652         * exceptions-ia64.c: Fix some problems reported by Bill Seurer <seurer@us.ibm.com>.
16653
16654 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
16655
16656         * mini-ia64.c (mono_arch_call_opcode): Avoid using the same loop index in the
16657         inner and outer loops when passing vtypes.
16658
16659 Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus@ximian.com>
16660
16661         * mini-ppc.c: take into account the cpu errata for cache flushing
16662         which caused some random errors (bug #79381).
16663
16664 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
16665
16666         * mini-amd64.c (mono_arch_emit_exceptions): Emit the call to 
16667         mono_arch_throw_corlib_exception using emit_call () too. Fixes #79271.
16668
16669 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
16670
16671         * aot-runtime.c (load_aot_module): Return immeditely if the AOT module was already
16672         loaded.
16673
16674         * exceptions-amd64.c (gregs_from_ucontext): Apply another patch from the
16675         freebsd ports tree.
16676
16677         * mini-amd64.c (emit_call): Avoid near calls on freebsd.
16678         (mono_arch_patch_code): Remove the unused handling of MONO_PATCH_INFO_CLASS_INIT.
16679
16680         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix check for 32 bitness of
16681         displacement.
16682
16683 2006-09-13  Zoltan Varga  <vargaz@gmail.com>
16684
16685         * aot-runtime.c (load_aot_module_from_cache): Fix PPC build.
16686
16687 2006-09-12  Zoltan Varga  <vargaz@gmail.com>
16688
16689         * mini.c (UNVERIFIED): Add a 'break-on-unverified' MONO_DEBUG option so this 
16690         macro does not have to be changed during debugging.
16691
16692         * 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>.
16693
16694         * cpu-pentium.md: Rename this to cpu-x86.md for consistency with other platforms.
16695
16696         * Makefile.am mini-x86.c mini-codegen.c: Rename pentium_desc to x86_desc.
16697         
16698         * mini.c (mini_get_ldelema_ins): Allow ldelema2d optimization if 
16699         MONO_ARCH_NO_EMULATE_MUL is defined.
16700
16701         * mini-ia64.h (MONO_ARCH_CALLEE_FREGS): Reserve f33 for use by instructions.
16702
16703         * mini-ia64.h: Define MONO_ARCH_NO_EMULATE_MUL.
16704
16705         * mini-ia64.c: Implement CEE_MUL based on gcc emitted code.
16706
16707         * mini-ia64.c (mono_arch_lowering_pass): Optimize store_membase_imm with offset==0.
16708         
16709 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16710
16711         * mini-x86.h mini-amd64.h mini-exceptions.c: Move the bsd specific MAP_ANON
16712         stuff to mini-exceptions.c where it is used.
16713
16714         * mini-sparc.c (mono_arch_setup_jit_tls_data): Remove the duplicate altstack
16715         setup code, the real one is in mini-exceptions.c.
16716
16717         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Move all dependencies on the
16718         layout of ucontext_t to helper functions in exceptions-amd64.c, as on x86. Add
16719         some changes from the freebsd ports tree.
16720
16721         * mini-amd64.h exceptions-amd64.c: Fix the amd64 build. Get rid of the SC_
16722         constants.
16723         
16724         * mini-amd64.h: Freebsd has MAP_ANON instead of MAP_ANONYMOUS.
16725
16726 Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
16727
16728         * mini.c: on Linux, check for /proc to be mounted
16729         (bug# 79351, novell bug#201204).
16730
16731 Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
16732
16733         * mini.c: handle cases where pthread_attr_getstack() behaves
16734         incorrectly (bug #78096).
16735
16736 Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
16737
16738         * mini-arm.c: support larger stack frames (bug #79272).
16739
16740 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16741
16742         * aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.
16743
16744         * aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef 
16745         tokens.
16746
16747         * aot-runtime.c (mono_aot_get_class_from_name): New function used by 
16748         mono_class_from_name () to find a class from its name.
16749
16750         * mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.
16751
16752 2006-09-07  Zoltan Varga  <vargaz@gmail.com>
16753
16754         * mini-amd64.c (emit_call): Avoid strstr () call if possible.
16755
16756 2006-09-05  Kornel Pal  <kornelpal@gmail.com>
16757
16758         * Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
16759
16760 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16761
16762         * mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
16763         callinfo->trampoline.
16764
16765         * mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
16766         fixes #79271.
16767         (mono_arch_patch_code): Add some debug code to help track down similar failures in the
16768         future.
16769
16770 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16771
16772         * aot-runtime.c (mono_aot_plt_resolve): Add an assert.
16773
16774 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
16775
16776         * tramp-x86.c (mono_arch_create_specific_trampoline): Don't increase
16777         stats.method_trampolines, it is already done by the generic trampoline code.
16778
16779         * tramp-amd64.c (mono_arch_create_specific_trampoline): Ditto.
16780         
16781 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16782
16783         * mini.c: Remove some references to mono_compile_aot, and use cfg->compile_aot instead.
16784
16785         * aot-runtime.c: Add some tweaks to the MONO_AOT_CACHE functionality.
16786
16787         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix a FIXME.
16788
16789         * mini.c (print_jit_stats): Print mscorlib mempool size too.
16790         
16791         * mini.c (print_jit_stats): Print new stats.
16792
16793         * *-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
16794
16795 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16796
16797         * mini.c (mini_get_ldelema_ins): Fix verifier error when calling
16798         Address on two dimensional arrays. Fixes #78729.
16799
16800         * mini.h (MonoCompile): Add a 'skip_visibility' field.
16801
16802         * mini.c (method_to_ir): Disable visibility checks if skip_visibility is set on
16803         a method.
16804
16805         * mini-amd64.c (mono_arch_emit_exceptions): Fix assertion introduced by the last change.
16806
16807         * mini.c (mono_runtime_cleanup_handlers): Clean up signal handlers on unix. Fixes
16808         #79130.
16809         
16810         * mini.c (handle_array_new): Applied patch from "briaeros007". Fix
16811         a race condition.
16812         (mini_get_ldelema_ins): Ditto.
16813
16814 2006-08-30  Zoltan Varga  <vargaz@gmail.com>
16815
16816         * mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
16817         (mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation. 
16818         Fixes #79213.
16819
16820 2006-08-29 Neale Ferguson <neale@sinenomine.net>
16821
16822         * mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0 arguments. Add
16823         mono_arch_get_patch_offset as a dummy entry point to allow successful link. 
16824
16825         * exceptions-s390x.c: Cosmetic change.
16826
16827         * tramp-s390.c: Fix warning.
16828
16829         * cpu-s390.md: Correct length of mul_imm.
16830
16831 Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
16832
16833         * aot-compiler.c: added binary writer with ELF backend
16834         implementation (only on Linux/x86 for now).
16835
16836 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
16837
16838         * Makefile.am: Don't run net 2.0 AOT tests.
16839
16840         * aot-compiler.c (compile_method): Skip methods with tail calls as well.
16841         (mono_compile_assembly): Skip net 2.0 assemblies as well.
16842
16843         * aot-runtime.c (load_patch_info): Fix an uninitialized memory error.
16844
16845 Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
16846
16847         * aot-compiler.c: simplified and refactored the asm-writing code
16848         to allow different backends.
16849
16850 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
16851
16852         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
16853
16854         * aot-compiler.c aot-runtime.c: Reorg the GOT slot allocation code a 
16855         little. Share patches of type TYPE_FROM_HANDLE as well.
16856
16857         * mini.c (mono_patch_info_equal): New helper function.
16858         (mono_patch_info_hash): Ditto.
16859
16860         * aot-compiler.c (emit_method_code): Fix s390 build.
16861
16862         * mini.c (mono_allocate_stack_slots_full): Fix yet another place where byref
16863         is not handled because it is stored as a flag and not as a type ctor. Fixes
16864         #79016.
16865
16866 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16867
16868         * aot-compiler.c: Fix computation of GOT slot statistics.
16869         
16870         * aot-compiler.c aot-runtime.c: Implement sharing of GOT slots for classes/fields.
16871         Also remove support for not PIC AOT.
16872
16873         * mini.h: Bump AOT file format version.
16874
16875         * objects.cs: Add a test for #78990.
16876
16877         * mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
16878         (peter.dettman@iinet.net.au). Fixes #79087.
16879
16880         * basic-long.cs: Add a test for the above.
16881
16882 2006-08-16  Zoltan Varga  <vargaz@gmail.com>
16883
16884         * aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.
16885         
16886         * aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
16887         code somewhat.
16888
16889 2006-08-15  Zoltan Varga  <vargaz@gmail.com>
16890
16891         * mini.c (mini_init): Fix registration of idiv/imul opcodes which can throw
16892         exceptions.
16893
16894 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
16895
16896         * mini.c: Don't verify COM proxy invoke calls
16897         
16898
16899 2006-08-10  Dick Porter  <dick@ximian.com>
16900
16901         * wapihandles.c (mini_wapi_seminfo): More info, to help track down
16902         which process is holding semaphores locked.
16903
16904 2006-08-08  Zoltan Varga  <vargaz@gmail.com>
16905
16906         * mini-ia64.c mini-amd64.c: Fix #79027.
16907
16908         * mini-sparc.c (mono_arch_call_opcode): Fix the previous patch.
16909
16910         * mini-sparc.c (mono_arch_call_opcode): Fix #79027.
16911
16912         * mini-x86.c (mono_arch_call_opcode): Handle the case where there are no
16913         implicit arguments in a vararg call. Fixes #79027.
16914
16915 2006-08-07  Zoltan Varga  <vargaz@freemail.hu>
16916
16917         * mini.c (mono_get_element_address_signature): Use CDECL calling convention on windows. Fixes #78969.
16918         (mono_get_array_new_va_signature): Ditto.
16919
16920 2006-08-05  Zoltan Varga  <vargaz@gmail.com>
16921
16922         * aot-runtime.c: Call init_plt lazily.
16923
16924         * inssel-long.brg: Fix unsigned long->int conversion.
16925
16926         * aot-runtime.c (init_plt): Remove a redundant make_writable () call.
16927
16928         * aot-compiler.c aot-runtime.c: Reorganize the file structure in the amd64 case so
16929         that most data is now in the .rss/.data section.
16930
16931 2006-08-04  Zoltan Varga  <vargaz@gmail.com>
16932
16933         * aot-compiler.c: Correct the computation of the 'direct-calls' statistic.      
16934
16935         * aot-compiler.c: Print the number of methods without GOT slots as a statistics.
16936
16937         * aot-compiler.c aot-runtime.c tramp-amd64.c: Resurrect amd64 AOT support.
16938
16939         * tramp-amd64.c (mono_arch_patch_callsite): Fix a warning.
16940
16941         * jit-icalls.c (mono_helper_compile_generic_method): Unbox vtypes since this is a
16942         virtual call. Fixes #79010.
16943
16944         * mini.c (mono_method_to_ir): Pass an additional out arg to compile_generic_method 
16945         and use the result as the this argument in the real call.
16946
16947         * generics.2.cs: Add a new test for #79010.
16948         
16949 2006-08-03  Zoltan Varga  <vargaz@gmail.com>
16950
16951         * mini-x86.c: Fix a warning.
16952
16953         * aot-compiler.c: Add a bunch of statistics.
16954
16955         * mini.c (inline_method): Disable inlining in out-of-line bblocks.
16956
16957 2006-08-02  Zoltan Varga  <vargaz@gmail.com>
16958
16959         * mini-arch.h Makefile.am mini-ops.h mini-codegen.c: More alpha updates.
16960
16961 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
16962
16963         * 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>.
16964
16965 2006-07-13  Miguel de Icaza  <miguel@novell.com>
16966
16967         * mini.c (mono_method_to_ir): Obtain the original method in the
16968         CIL stream and use this to perform validation.
16969
16970         Fixed: #78816
16971
16972 2006-07-19  Zoltan Varga  <vargaz@gmail.com>
16973
16974         * mini-x86.c (mono_arch_get_argument_info): Fix a warning.
16975         (mono_arch_call_opcode): Ditto.
16976
16977         * mini.c (mono_method_to_ir): Clear ins_flag at the end of CEE_CALL. Fixes
16978         #78826.
16979
16980         * mini.c (mono_patch_info_dup_mp): New helper function.
16981         
16982         * aot-compiler.c (compile_method): Fix some of the memory allocated during
16983         compilation. Fixes #78827.
16984
16985 2006-07-18  Kornel Pal  <kornelpal@gmail.com>
16986
16987         * declsec.c: Use original security informations for
16988           MONO_WRAPPER_MANAGED_TO_MANAGED.
16989
16990 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
16991
16992         * mini.c: Allow Com Interop methods/classes and
16993         don't verify COM wrapper calls
16994         
16995
16996 2006-07-13  Zoltan Varga  <vargaz@gmail.com>
16997
16998         * inssel-long32.brg: Fix long->i4 checked conversion.
16999
17000         * exceptions.cs: Add a test for the above.
17001
17002 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
17003
17004         * mini-exceptions.c (mono_setup_altstack): Fix a memory leak.
17005
17006         * mini.c: Applied patch from Joachim Ante (joe@otee.dk). Fix some shutdown 
17007         leaks.
17008
17009         * helpers.c (mono_disassemble_code): Avoid using fixed temporary files. Fixes
17010         #78775.
17011
17012 2006-07-03  Zoltan Varga  <vargaz@gmail.com>
17013
17014         * mini.c: Fix solaris/x86 exception handling.
17015
17016         * Makefile.am: Get rid of $(ICU_LIBS).
17017
17018 2006-07-02  Zoltan Varga  <vargaz@gmail.com>
17019
17020         * mini-exceptions.c: Fix handling of unhandled SIGSEGV exceptions on ia64.
17021         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Use MONO_INIT_CONTEXT_FROM_CURRENT.
17022         (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): Ditto.
17023
17024         * mini-ia64.h (MONO_CONTEXT_SET_FUNC): New macro.
17025
17026         * mini-exceptions.c (mono_handle_native_sigsegv): Prevent infinite loops if
17027         this function causes a SIGSEGV.
17028
17029 2006-06-22  Zoltan Varga  <vargaz@gmail.com>
17030
17031         * mini.c: Remove unused solaris/x86 includes.
17032
17033 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17034
17035         * jit.h: Add G_BEGIN_DECLS/G_END_DECLS.
17036
17037 2006-06-20  Jb Evain  <jbevain@gmail.com>
17038
17039         * cpu-g4.md: fix max length of start_handler instruction.
17040
17041 2006-06-20  Massimiliano Mantione  <massi@ximian.com>
17042         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
17043
17044 2006-06-16  Massimiliano Mantione  <massi@ximian.com>
17045         * ssa.c: Fixed bug 78653 for SSA based deadce.
17046         * mini.h: added MONO_INST_DEFINITION_HAS_SIDE_EFFECTS flag go
17047         MonoInst.flags, used in SSA based deadce.
17048         * aliasing.c: Fixed bug 78653 for "fastpath" deadce.
17049         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78653.
17050
17051 Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17052
17053         * tramp-ppc.c: don't use malloc () for trampoline code, sometimes
17054         it can end up using non executable memory on ppc64 systems
17055         running ppc32 userspace (fix from Johannes Berg).
17056
17057 2006-06-14  Dick Porter  <dick@ximian.com>
17058
17059         * wapihandles.c: Fix a bunch of signed/unsigned warnings from gcc
17060         4.1.1
17061
17062 2006-06-13  Massimiliano Mantione  <massi@ximian.com>
17063         * mini.c: Made so that inline is locally disabled if it would
17064         trigger a .cctor, because too many apps depend on this behavior
17065         (which seems to be also the one of the MS CLR).
17066
17067 2006-06-13  Zoltan Varga  <vargaz@gmail.com>
17068
17069         * mini-amd64.c (mono_emit_stack_alloc): Fix initialization of localloc'ed memory.
17070         No idea why this worked before.
17071
17072         * branch-opts.c (mono_branch_optimize_exception_target): Avoid branches
17073         which branch to outer exception clauses since they could skip the
17074         inner finally clauses. Fixes #78633.
17075
17076         * exceptions.cs: Add a test for the above.
17077
17078         * mini.c (merge_basic_blocks): Nullify the branch at the end of the first bb.
17079         Fixes #78629.
17080
17081         * iltests.il: Add a test for the above.
17082
17083 2006-06-12  Zoltan Varga  <vargaz@gmail.com>
17084
17085         * mini.c (remove_block_if_useless): Do not remove the bblock immediately
17086         after the end of a try bblock, to prevent asserts in mini_method_compile ().
17087
17088         * iltests.il: Add a test for the above.
17089
17090 2006-06-10  Zoltan Varga  <vargaz@gmail.com>
17091
17092         * mini-ia64.c (mono_arch_lowering_pass): Remove some code duplication.
17093         
17094         * mini-ia64.c inssel-ia64.brg: Implement the new net 2.0 Interlocked.Add
17095         methods as instrinsics.
17096
17097 2006-06-09  Wade Berrier <wberrier@novell.com>
17098
17099         * Makefile.am: Fix sources list for svn rename so that make dist succeeds
17100         (simple-cee-ops.h ssapre-mini-ops.h)
17101
17102 2006-06-09  Neale Ferguson <neale@sinenomine.net>
17103
17104         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
17105         * mini-s390x.c, mini-s390.c: Correct ATOMIC operations (incorrect register for CS
17106         instruction).
17107         * mini-s390x.h, mini-s390.h: Simplify MCONTEXT_GET_BP.
17108         * cpu-s390x.md: Fix max. length values for a couple of instructions.
17109
17110 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17111
17112         * mini-exceptions.c: Minor fix for building mono in Visual Studio.
17113
17114 2006-06-08  Massimiliano Mantione  <massi@ximian.com>
17115
17116         * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
17117         * simple-cee-ops.h: Was "ssapre-cee-ops.h" (renamed).
17118         * ssapre-mini-ops.h: Renamed as "simple-mini-ops.h"
17119         * simple-mini-ops.h: Was "ssapre-mini-ops.h" (renamed).
17120         * local-propagation.c: In mono_cprop_invalidate_values use a whitelist
17121         of opcodes, so that bug 78549 should not happen again.
17122         * ssapre.c: Updated to use the renamed files.
17123
17124 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17125
17126         * mini-amd64.c (mono_arch_output_basic_block): Fix a wrong reg-reg move 
17127         in OP_ATOMIC_EXCHANGE_I4.
17128
17129 2006-06-07  Wade Berrier <wberrier@novell.com>
17130
17131         * tramp-s390.c: Fix s390 build (add missing pointer declarations 
17132         in mono_debugger_create_notification_function)
17133
17134 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
17135
17136         * mini.c (NEW_AOTCONST_TOKEN): Fix amd64 build.
17137         
17138         * mini.c (type_from_stack_type): Disable some changes which do not
17139         seem to work.
17140
17141         * driver.c: Reenable opts.
17142
17143         * mini.h (MonoStackSlot): New structure to keep track of the verification state
17144         of the evaluation stack.
17145         
17146         * mini.h (MonoBasicBlock): Add a 'stack_state' field to keep track of the
17147         evaluation stack trace at entry to the bblock.
17148
17149         * mini.c (merge_stacks): New function to perform verification of stack merges.
17150         Turned off by default.
17151
17152         * mini.c: Fill up ins->klass for instructions whose type is STACK_OBJ or
17153         STACK_MP.
17154         
17155 2006-06-06  Massimiliano Mantione  <massi@ximian.com>
17156
17157         * local-propagation.c: Fixed bug 78549.
17158
17159 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
17160
17161         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on ia64.
17162
17163 2006-06-02  Miguel de Icaza  <miguel@novell.com>
17164
17165         * tramp-sparc.c, tramp-ppc.c, tramp-s390.c, tramp-s390x.c,
17166         tramp-arm.c, tramp-ia64.c
17167         (mono_debugger_create_notification_function): Update signature to
17168         new signature and use new protocol for creating the notification
17169         function.  
17170
17171         Should fix the build.
17172
17173 2006-06-02  Geoff Norton  <gnorton@customerdna.com>
17174
17175         * exceptions-ppc.c (mono_jit_walk_stack)
17176         (ves_icall_get_frame_info): Fix the build
17177
17178 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17179
17180         * mini.c (mono_set_defaults): Fix the handling of -O=-all.
17181
17182 2006-05-31  Raja R Harinath  <rharinath@novell.com>
17183
17184         * il2tests.2.il: New file for generics CIL tests.  Add test for
17185         #78019.
17186         * Makefile.am: Update.
17187
17188         Fix #78019
17189         * mini.c (mono_method_to_ir): Don't apply box+brtrue optimization
17190         to nullable types.
17191
17192 2006-05-30  Massimiliano Mantione  <massi@ximian.com>
17193
17194         * aliasing.c: Fixed bug 78311.
17195
17196 2006-05-29  Martin Baulig  <martin@ximian.com>
17197
17198         * mini-exceptions.c (mono_find_jit_info): When computing the
17199         native offset, check whether we're actually inside the method's
17200         code; call mono_debug_print_stack_frame() to format the frame.
17201         (ves_icall_System_Exception_get_trace): Call
17202         mono_debug_print_stack_frame() to format the stack frame.
17203         (ves_icall_get_trace): Update to the new debugging API.
17204         (mono_jit_walk_stack_from_ctx): Likewise.
17205         (ves_icall_get_frame_info): Likewise.
17206
17207         * mini.c (get_method_from_ip): Use the new debugging API.
17208         (mono_print_method_from_ip): Likewise.
17209
17210         * exceptions-ppc.c
17211         (mono_jit_walk_stack): Use the new debugging API.
17212         (ves_icall_get_frame_info): Likewise.   
17213
17214 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17215
17216         * mini-amd64.c (mono_arch_output_basic_block): Fix MONO_PROFILE_COVERAGE.
17217
17218 2006-05-25  Massimiliano Mantione  <massi@ximian.com>
17219
17220         * mini.c: Added "limitator" to inline for debugging.
17221
17222 2006-05-24  Martin Baulig  <martin@ximian.com>
17223
17224         * debug-debugger.c (mono_debugger_init): Create a private,
17225         malloc()-based code manager for the notification function and
17226         intentionally leak it on exit.  This fixes the crash-on-exit race
17227         condition.
17228
17229         * tramp-amd64.c
17230         (mono_debugger_create_notification_function): Added
17231         `MonoCodeManager *' argument.
17232
17233         * tramp-x86.c
17234         (mono_debugger_create_notification_function): Added
17235         `MonoCodeManager *' argument.
17236
17237 2006-05-23  Massimiliano Mantione  <massi@ximian.com>
17238
17239         * aliasing.c: Fixed 64 bit issue.
17240         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
17241         default since all known bugs are fixed (one more time!).
17242
17243 Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17244
17245         * mini.c: write barrier support.
17246
17247 2006-05-23  Martin Baulig  <martin@ximian.com>
17248
17249         * debug-debugger.c: Revert Paolo's change.  Add comment and #error
17250         check at the top of the file.
17251
17252 Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
17253
17254         * debug-debugger.c: fix the build. Again. Hopefully Martin will stop
17255         reverting changes without reason and without changelog entries.
17256
17257 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17258
17259         * mini-sparc.c (mono_arch_output_basic_block): Add support for large stack offets
17260         to a few opcodes. Fixes #78439.
17261
17262         * mini-sparc.c: Rename mono_sparch_break () to mono_arch_break () to improve
17263         consistency with other archs.
17264
17265         * mini-ia64.c (mono_arch_emit_prolog): Remove debug stuff left in by mistake.
17266
17267 Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17268
17269         * debug-debugger.c: fix the build.
17270
17271 2006-05-17  Martin Baulig  <martin@ximian.com>
17272
17273         * debug-debugger.c
17274         (debugger_thread_vtable): Moved here from ../metadata/threads.c.
17275         (debugger_init_threads): Formerly known as mono_debugger_init_threads().
17276         (debugger_finalize_threads): Formaly known as mono_debugger_finalize_threads().
17277         (debugger_attach): Call GC_mono_debugger_add_all_threads().
17278
17279 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17280
17281         * mini.c (mini_init): Call pthread_attr_destroy () to fix a small memory leak.
17282
17283 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17284
17285         * mini-x86.c (mono_arch_instrument_epilog): Fix handling of 
17286         MONO_TYPE_GENERICINST.
17287         
17288         * mini-amd64.c (mono_arch_instrument_epilog): Fix handling of 
17289         MONO_TYPE_GENERICINST.
17290
17291 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17292
17293         * mini-x86.c (mono_arch_get_vcall_slot_addr): Add a missing call sequence. Fixes
17294         #78325.
17295
17296 2006-05-08  Zoltan Varga  <vargaz@gmail.com>
17297
17298         * mini.c (mono_create_jump_trampoline): Allocate MonoJitInfo from the domain
17299         mempool.
17300         (mono_jit_free_method): Remove the method from jump_trampoline_hash as well.
17301
17302 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17303
17304         * mini.c (mini_cleanup): Applied patch from Joachim Ante (joe@otee.dk). Call
17305         mono_trace_cleanup ().
17306
17307         * iltests.il: Fix problem with the newly added test.
17308
17309         * mini-codegen.c (mono_local_regalloc): When changing the dreg of an instruction
17310         due to register constraints, free up the previous hreg. Fixes #78314.
17311
17312         * iltests.il: Add new test for #78314.  
17313
17314         * mini-x86.c (mono_arch_get_inst_for_method): Use OP_ATOMIC_ADD_NEW_I4 for
17315         Interlocked.Add. Fixes #78312.
17316
17317         * mini-amd64.c (mono_arch_get_inst_for_method): Ditto.
17318         
17319 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17320
17321         * inssel.brg (mini_emit_virtual_call): Fix a warning.
17322
17323 2006-05-05  Martin Baulig  <martin@ximian.com>
17324
17325         * debug-mini.c (mono_debug_open_block): New method.
17326
17327         * mini-amd64.c
17328         (mono_arch_output_basic_block): Call mono_debug_open_block() at
17329         the beginning of each basic block.
17330
17331         * mini-x86.c
17332         (mono_arch_output_basic_block): Call mono_debug_open_block() at
17333         the beginning of each basic block.
17334
17335 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
17336
17337         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
17338         default until I understand why they break the build on amd64.
17339
17340 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17341
17342         * mini.c (mini_cleanup): Call mono_cleanup ().
17343
17344         * mini.c (UNVERIFIED): New macro to make it easier to track down verification
17345         errors.
17346
17347 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
17348
17349         * aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
17350         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
17351         default since all known bugs are fixed, and I cannot reproduce bug
17352         77944... I'm asking Matt Hargett to test again after this commit.
17353
17354 2006-04-28  Massimiliano Mantione  <massi@ximian.com>
17355
17356         * mini-codegen.c: Fixed typo that thrashed inline.
17357
17358 2006-04-28  Zoltan Varga  <vargaz@gmail.com>
17359
17360         * dominators.c (compute_dominators): Avoid using a worklist since
17361         it is not correct in some cases. Instead, iterate over all bblocks as
17362         in the original paper. Fixes --compile-all -O=all System.Xml.dll.
17363
17364 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17365
17366         * mini.c (mono_jit_compile_method_inner): Use
17367         mono_prepare_exception_from_error that resets the value
17368         internally.
17369
17370 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17371
17372         * mini.c: Move the mini_loader_error_to_exception to metadata. 
17373         
17374 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
17375
17376         * aliasing.c: Fixed bug 78210.
17377
17378 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
17379
17380         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
17381         default until all their problems (or the ones they trigger) are fixed.
17382
17383 2006-04-26  Zoltan Varga  <vargaz@gmail.com>
17384
17385         * aot-runtime.c (mono_aot_get_method_from_token_inner): Fix the previous patch.
17386         
17387         * aot-runtime.c (mono_aot_get_method_from_token_inner): Mark the method
17388         as loaded only after resolving patches since that could invoke the same method.
17389
17390         * aot-runtime.c (mono_aot_plt_resolve): Fix ppc etc. builds.
17391
17392         * aot-compiler.c: Refactor mono_aot_compile_aot () into a bunch of smaller
17393         functions.
17394
17395         * aot-runtime.c (init_plt): Use a normal trampoline to transfer code to the
17396         AOT loader.
17397
17398         * aot-compiler.c (emit_plt): Pass the plt offset in %eax instead of on the
17399         stack.
17400
17401         * mini-trampolines.c (mono_aot_plt_trampoline): New trampoline to handle calls
17402         made from AOT code through the PLT table.
17403
17404         * mini-x86.h mini-amd64.h: Define MONO_ARCH_AOT_PLT_OFFSET_REG to the register
17405         holding the plt offset when a call is made to the aot plt trampoline.
17406         
17407 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
17408
17409         * aot-runtime.c aot-compiler.c cpu-amd64.md mini-amd64.c: Update parts of the 
17410         amd64 AOT support.
17411
17412         * Makefile.am (common_sources): Fix build breakage.
17413
17414         * aot-runtime.c aot-compiler.c: Reorganize the AOT code yet again: Make all
17415         calls through a jump table similar to the ELF PLT table. Avoid indirect calls for
17416         intra-assembly calls if possible.
17417         
17418         * tramp-*.c: Add new functions for patching/nullifying PLT entries.
17419
17420         * mini-trampolines.c: Handle PLT entries.
17421
17422         * mini.c: Avoid creating a GOT var for calls.
17423
17424         * jit-icalls.c (helper_ldstr_mscorlib): New helper function for loading strings
17425         from mscorlib code.
17426
17427         * jit-icalls.c (helper_newobj_mscorlib): New helper function to create objects
17428         from mscorlib code.
17429
17430         * mini.c (mono_method_to_ir): Use the new helper functions in throw bblocks in
17431         AOT code.       
17432
17433         * mini.h: Bump AOT file format version.
17434         
17435         * mini.c (get_basic_blocks): Fix the calculation of bb->out_of_line so it
17436         covers more cases.
17437
17438 2006-04-25  Martin Baulig  <martin@ximian.com>
17439
17440         * driver.c: Disable copyprop, consprop and inline when running
17441         inside the debugger.
17442
17443 2006-04-25  Martin Baulig  <martin@ximian.com>
17444
17445         * debug-debugger.h (MonoDebuggerInfo): Replaced `get_thread_id'
17446         with `get_current_thread' and added `detach'.
17447         (MonoDebuggerMetadataInfo): Added `thread_size',
17448         `thread_tid_offset', `thread_stack_ptr_offset' and
17449         `thread_end_stack_offset'.
17450
17451 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
17452
17453         * aot.c Makefile.am: Split aot.c into two new files aot-compiler.c and 
17454         aot-runtime.c.
17455
17456         * inssel.brg (mini_emit_load_intf_reg_vtable): Use a new kind of AOT constant
17457         ADJUSTED_IID to avoid the need for adjusting the IID at runtime.
17458
17459         * mini.h (MonoJumpInfoType): Add MONO_PATCH_INFO_ADJUSTED_IID.
17460
17461         * mini.c (mono_resolve_patch_target): Handle ADJUSTED_IID.
17462
17463         * aot.c: Add support for ADJUSTED_IID.  
17464
17465 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17466
17467         * aot.c (emit_method_order): Don't align method_order_end.
17468
17469         * inssel.brg (stmt): Fix interface calls in AOT code which got broken by
17470         the interface ID changes.
17471
17472 2006-04-21  Dick Porter  <dick@ximian.com>
17473
17474         * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
17475         cleaning up a thread.  Fixes the new part of bug 77470.
17476
17477 2006-04-20  Geoff Norton  <gnorton@customerdna.com>
17478
17479         * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
17480         to managed wrapper.
17481                      
17482 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17483
17484         * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
17485         
17486         * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
17487         SIGSEGV. Fixes #78072.
17488
17489         * mini-exceptions.c (mono_handle_native_sigsegv): Add a 'signal' argument,
17490         unregister our SIGABRT handler.
17491
17492 2006-04-19  Massimiliano Mantione  <massi@ximian.com>
17493
17494         * mini.c: Disabled inline where it can alter the call stack in a
17495         way visible from managed code.
17496         * driver.c: enabled inline,consprop,copyprop,treeprop,deadce by
17497         default.
17498
17499 2006-04-16  Zoltan Varga  <vargaz@gmail.com>
17500
17501         * mini-amd64.c (mono_arch_emit_prolog): Attach the thread to the runtime as it is done
17502         on other platforms. Fixes #78089.
17503
17504 2006-04-13  Martin Baulig  <martin@ximian.com>
17505
17506         * driver.c: Also check a `MONO_INSIDE_MDB' environment variable to
17507         determine whether we're inside the debugger.
17508
17509         * debug-debugger.h
17510         (MonoDebuggerMetadataInfo): Added all offsets from `MonoDefaults'.
17511
17512 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17513
17514         * mini.c (mono_method_to_ir): Handle multiple LEAVE statements inside a single
17515         handler clauses. Fixes #78024.
17516
17517         * mini-sparc.c (mono_arch_output_basic_block): Handle large offsets
17518         in the CALL_MEMBASE opcodes. Fixes #78088.
17519         (mono_arch_get_vcall_slot_addr): Ditto.
17520
17521 2006-04-10  Martin Baulig  <martin@ximian.com>
17522
17523         * debug-debugger.c: The thread handling code has now been moved
17524         into ../metadata/threads.c.
17525
17526 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17527
17528         * driver.c (mono_main): Fix --with-gc=none build.
17529
17530         * mini-codegen.c (mono_spillvar_offset): Improve alignment.
17531         (mono_spillvar_offset_float): Ditto.
17532         (mono_local_regalloc): Only do the OP_MOVE optimization if ins->dreg is a local
17533         hreg, not when its !global, since on ia64, there is a third category: stacked
17534         registers.      
17535
17536 Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus@ximian.com>
17537
17538         * mini.c: set MonoInst->klass for load field address and a few other
17539         places.
17540
17541 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17542
17543         * helpers.c (mono_disassemble_code): Emit debug info on amd64 as well.
17544
17545 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
17546
17547         * dominators.c (compute_dominators): Fix yet another bug which surfaced after
17548         the branch opt changes.
17549
17550 2006-04-06  Dick Porter  <dick@ximian.com>
17551
17552         * wapihandles.c (mini_wapi_semdel): Fix parameters in semctl () call.
17553         
17554         * wapihandles.c (mini_wapi_seminfo): 
17555         * driver.c (mono_main): Add semaphore info option
17556
17557 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
17558
17559         * dominators.c (compute_dominators): Fix a bug which surfaced after the recent
17560         branch optimization changes. Fixes #78009.
17561
17562 Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17563
17564         * mini.c: ignore accessibility of methods in managed->native wrappers.
17565
17566 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
17567
17568         * mini.c (mini_cleanup): Call print_jit_stats () earlier since it accesses metadata.
17569         
17570         * mini.c (mini_cleanup): Free 'emul_opcode_map' as well.
17571
17572 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17573
17574         * mini.c: Modify the branch optimizations to preserve the invariant that
17575         the entries inside the in_bb and out_bb arrays are unique.
17576         (mono_unlink_bblock): Avoid creation of new arrays.
17577
17578 2006-04-02  Zoltan Varga  <vargaz@gmail.com>
17579
17580         * mini.c (mono_unlink_bblock): Fix regression caused by previous
17581         change (#77992).
17582
17583 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
17584
17585         * mini.c (optimize_branches): Remove the "optimizations" in
17586         the cbranch1/cbranch2 -> branch cases which were causing several
17587         problems in the past. Fixes #77986.
17588
17589 2006-03-31  Chris Toshok  <toshok@ximian.com>
17590
17591         * driver.c (DEFAULT_OPTIMIZATIONS): back out the new set of
17592         default optimizations :(
17593
17594 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
17595
17596         * inssel-x86.brg mini-codegen.c mini.c: Merge some changes/fixes from linear-il
17597         branch.
17598
17599 2006-03-31  Massimiliano Mantione  <massi@ximian.com>
17600
17601         * local-propagation.c: Added comments to structs and removed
17602         "Mono" prefixes from local tree mover types.
17603
17604 2006-03-30  Zoltan Varga  <vargaz@gmail.com>
17605
17606         * Makefile.am (arch_sources): Define this for each architecture so 
17607         libmono_la_SOURCES is defined in one place.
17608
17609 Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17610
17611         * driver.c, wapihandles.c, Makefile.am: integrate the io-layer utils
17612         from handles/.
17613
17614 Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus@ximian.com>
17615
17616         * driver.c: print the GC name supplied by configure.
17617
17618 2006-03-29  Massimiliano Mantione  <massi@ximian.com>
17619
17620         * local-propagation.c: Added tree mover, and moved here all the
17621         local propagation code from mini.c
17622         * mini.c: Added support for treeprop, and moved all the local
17623         propagation code to local-propagation.c
17624         * mini.h: Added support for treeprop
17625         * driver.c: Added support for treeprop, enabled consprop, copyprop,
17626         treeprop, inline and deadce by default
17627         * Makefile.am: Added local-propagation.c
17628
17629 2006-03-25  Zoltan Varga  <vargaz@gmail.com>
17630
17631         * exceptions-sparc.c: Applied patch from David S. Miller  <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
17632
17633 Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus@ximian.com>
17634
17635         * debug-debugger.c: make it compile without the Boehm GC.
17636
17637 Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus@ximian.com>
17638
17639         * mini.c: fixed issue with mismatch when an icall is registered
17640         with multiple names but same address.
17641
17642 Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus@ximian.com>
17643
17644         * declsec.c, mini-exceptions.c: use write barrier to set reference
17645         fields of managed objects.
17646
17647 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
17648
17649         * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
17650         (can_access_internals): Fix a warning.
17651
17652         * mini.c (print_method_from_ip): Rename this to 
17653         mono_print_method_from_ip so it gets exported.
17654
17655         * trace.c: Deal with strings inside StringBuilder's containing garbage
17656         and fix memory leaks. Fixes #77848.
17657
17658 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
17659
17660         * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
17661         fixes #77787.
17662
17663 2006-03-16 Neale Ferguson <neale@sinenomine.net>
17664         
17665         * mini-s390.c: Remove OP_X86_TEST_NULL.
17666
17667 Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
17668
17669         * mini.c: use the correct GetHashCode() for the moving collector.
17670
17671 2006-03-16  Massimiliano Mantione  <massi@ximian.com>
17672
17673         * liveness.c: Regalloc spill cost tuning.
17674
17675 2006-03-15 Neale Ferguson <neale@sinenomine.net>
17676         
17677         * mini-s390x.h: Correct S390_LONG macro.
17678
17679         * mini-s390x.c: Cleanup unused code.
17680
17681 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
17682
17683         * jit-icalls.h: New file.
17684
17685         * Makefile.am mini.c jit-icalls.c: Use a proper include file for the jit
17686         icalls and include that instead of including jit-icalls.c.
17687
17688         * mini-ppc.c (mono_arch_output_basic_block): Remove references to
17689         OP_X86 opcodes.
17690
17691 Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus@ximian.com>
17692
17693         * mini.c: when checking for member accessibility, also check for
17694         friend assemblies and for explicit interface implementations.
17695
17696 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
17697
17698         * mini-codegen.c (mono_local_regalloc): Remove incorrect g_free () calls.
17699
17700         * cpu-arm.md cpu-g4.md: Remove x86_ opcodes.
17701
17702         * mini-x86.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
17703         common cases are done first.    
17704
17705         * mini-ops.h: Only define platform specific opcodes on the given platform.
17706
17707         * mini.h regalloc.h mini-codegen.c: Merge optimizations from the linear-il
17708         branch.
17709         
17710 2006-03-14  Martin Baulig  <martin@ximian.com>
17711
17712         Revert Paolo's change from r57348:
17713
17714         * mini.h: don't use gboolean for bitfields.
17715         * mini.c: verifier changes for fields and methods accessibility.
17716
17717 2006-03-13  Neale Ferguson <neale@sinenomine.net>
17718
17719         * mini-s390.h, mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
17720
17721         * mini-s390x.c: Fix conv_r_un.
17722
17723         * cpu-s390, cpu-s390x.md: Fix lengths.
17724
17725 Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus@ximian.com>
17726
17727         * mini.c: nested types have access to all the nesting
17728         levels, not just the enclosing types.
17729
17730 Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus@ximian.com>
17731
17732         * mini.c: added a few more verification checks.
17733
17734 2006-03-12  Zoltan Varga  <vargaz@gmail.com>
17735
17736         * liveness.c: Merge optimizations from the linear-il branch.
17737
17738 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17739
17740         * mini-ia64.c (emit_call): Add a comment.
17741
17742         * tramp-ia64.c (mono_arch_patch_callsite): Handle indirect calls as well.
17743
17744         * tramp-ia64.c: Fix some warnings.
17745
17746 Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus@ximian.com>
17747
17748         * mini.h: don't use gboolean for bitfields.
17749         * mini.c: verifier changes for fields and methods accessibility.
17750
17751 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17752
17753         * mini.c (mono_icall_get_wrapper): Fix an ia64 bug introduced by the
17754         lazy icall wrapper changes.
17755
17756         * dominators.c: Replace all the dominator algorithms with faster
17757         ones from the linear-il branch.
17758
17759         * inssel-*.brg: Allocate call->out_ireg_args and call->out_freg_args from
17760         the mempool.
17761
17762         * mini-amd64.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
17763         common cases are done first.
17764
17765         * mini-amd64.c: Fix some warnings.
17766
17767         * mini-codegen.c mini-*.c: Allocate call->out_ireg_args and call->out_freg_args
17768         from the mempool.
17769
17770         * mini.c (mono_jit_compile_method_with_opt): Fix a race in the newly
17771         added code.
17772
17773         * mini.h: Add a missing prototype.
17774
17775 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
17776
17777         * mini.c: Compile icall wrappers lazily.
17778
17779         * mini-codegen.c: Use printf instead of g_print since its much faster.
17780
17781         * mini.h (mono_bitset_foreach_bit): Use the faster mono_bitset_find_start ()
17782         function.
17783
17784         * mini.c (optimize_branches): Cache the negative result from 
17785         remove_block_if_useless ().
17786
17787         * mini.c (optimize_branches): Avoid restarting the iteration after each change. 
17788         Also fix some bblock linking issues.
17789
17790         * helpers.c (mono_disassemble_code): Reduce the size of the temporary
17791         assembly files.
17792
17793         * mini.h: Define G_LIKELY/G_UNLIKELY macros for older glib versions.
17794
17795         * mini.h (MonoBasicBlock): Reorganize the fields, putting more frequently
17796         accessed fields first, for better cache behavior.
17797         
17798 Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus@ximian.com>
17799
17800         * mini.c: speedup IList<T> array accesses.
17801
17802 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
17803
17804         * mini.c (mono_method_to_ir): Handle large methods overflowing the 
17805         inline_costs counter. Fixes #77190.
17806
17807 2006-03-06  Zoltan Varga  <vargaz@gmail.com>
17808
17809         * mini-exceptions.c: Call mono_trace_is_enabled () before printing
17810         trace messages. Fixes #77706.
17811
17812 2006-03-04  Martin Baulig  <martin@ximian.com>
17813
17814         * tramp-amd64.c, tramp-x86.c
17815         (mono_debugger_create_notification_function): Use
17816         mono_global_codeman_reserve() to allocate a buffer at runtime and
17817         return it.
17818
17819         * debug-debugger.h (MonoDebuggerInfo): Added `initialize'.
17820
17821         * debug-debugger.c (mono_debugger_init): Dynamically allocate the
17822         notification function at runtime and then call `initialize' in the
17823         `MONO_DEBUGGER__debugger_info' vtable.
17824
17825 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
17826
17827         * iltests.il: Fix a visibility problem.
17828
17829 Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus@ximian.com>
17830
17831         * driver.c, mini.c: add hooks for the counters API.
17832
17833 Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus@ximian.com>
17834
17835         * driver.c: show disabled options.
17836
17837 Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus@ximian.com>
17838
17839         * linear-scan.c: always use cost-driven selection.
17840
17841 2006-02-28  Raja R Harinath  <rharinath@novell.com>
17842
17843         * jit-icalls.c (helper_compile_generic_method): Revert change from
17844         2006-02-24.
17845
17846 Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus@ximian.com>
17847
17848         * cpu-arm.md, mini-arm.c: implemented MemoryBarrier.
17849
17850 Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus@ximian.com>
17851
17852         * inssel.brg: style fixes, mostly to force the updated monoburg
17853         to run for people using svn.
17854
17855 Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus@ximian.com>
17856
17857         * mini.c: match monoburg changes.
17858
17859 Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus@ximian.com>
17860
17861         * mini.h, mini.c, abcremoval.c, aliasing.c, liveness.c,
17862         ssapre.c, graph.c, ssa.c: put the mono_burg_arity[]
17863         declaration in the header file.
17864
17865 Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17866
17867         * helpers.c: reduce relocations and mem usage.
17868
17869 Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus@ximian.com>
17870
17871         * mini.h, mini-codegen.c: disable logging features if
17872         requested by configure.
17873
17874 Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus@ximian.com>
17875
17876         * mini.c: tiny verifier changes.
17877
17878 Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus@ximian.com>
17879
17880         * mini-ops.h, inssel-x86.brg, tramp-x86.c, mini-x86.c,
17881         cpu-pentium.md: stack alignment changes for osx/x86,
17882         partially from Geoff Norton <gnorton@customerdna.com>.
17883
17884 2006-02-24  Raja R Harinath  <harinath@gmail.com>
17885
17886         * jit-icalls.c (helper_compile_generic_method): Update to changes
17887         in metadata/class.c.
17888
17889 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
17890         
17891         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a missing check.
17892         
17893         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for
17894         interface calls with large offsets.
17895
17896 2006-02-23  Raja R Harinath  <rharinath@novell.com>
17897
17898         * jit-icalls.c (helper_compile_generic_method): Document the
17899         special-case we depend on so that we can inflate the method twice
17900         with the same context with no bad side-effects.
17901
17902 Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus@ximian.com>
17903
17904         * mini-x86.c, mini-amd64.c: fix for case when xen support
17905         is disabled.
17906
17907 Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus@ximian.com>
17908
17909         * mini-x86.c, mini-amd64.c: generate code to access tls items
17910         in a faster way for Xen systems.
17911
17912 Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus@ximian.com>
17913
17914         * exceptions-x86.c, mini-x86.h, driver.c, mini-codegen.c:
17915         updates and compilation fixes for the OSX/x86 port, mostly from
17916         Geoff Norton <gnorton@customerdna.com>.
17917
17918 Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus@ximian.com>
17919
17920         * inssel.brg: faster interface call implementation
17921         to sync with the interface_offsets MonoVTable changes.
17922
17923 Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus@ximian.com>
17924
17925         * mini.c: more verification checks.
17926
17927 Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus@ximian.com>
17928
17929         * mini.c: added a few more verification checks.
17930
17931 2006-02-17      Neale Ferguson <neale@sinenomine.net>
17932
17933         * mini-s390x.c, mini-s390x.h: Check for presence of long displacement
17934         facility on the processor and use it if available.
17935
17936 Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus@ximian.com>
17937
17938         * driver.c, aot.c, mini.c: throw exception if the IL code is
17939         invalid or unverifiable.
17940
17941 2006-02-17  Raja R Harinath  <rharinath@novell.com>
17942
17943         * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
17944         m.StructField.
17945
17946 2006-02-16  Zoltan Varga  <vargaz@gmail.com>
17947
17948         * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
17949
17950 Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian.com>
17951
17952         * mini-s390x.c, mini-s390.c, mini.c, mini-amd64.c, mini-arm.c,
17953         mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
17954         handling of instantiated generic valuetypes.
17955
17956 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
17957
17958         * mini-exceptions.c mini-x86.h mini-x86.c: Get rid of 
17959         MONO_INIT_CONTEXT_FROM_CALLER, and use MONO_INIT_CONTEXT_FROM_FUNC
17960         instead.
17961
17962         * generics.2.cs: Revert the nullable reftypes tests.
17963
17964 2006-02-10  Zoltan Varga  <vargaz@gmail.com>
17965
17966         * mini-exceptions.c (MONO_INIT_CONTEXT_FROM_CALLER): Avoid
17967         using __builtin_frame_address (1) as it doesn't work in the presence
17968         of optimizations. Hopefully fixes #77273.
17969
17970         * Makefile.am generics.cs generics.2.cs: Revert the generics.2.cs
17971         -> generics.cs change as it doesn't work with some automake versions.
17972
17973 Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17974
17975         * mini.c: handle systems that sue a different way to
17976         retrieve the stack address of the current thread.
17977
17978 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
17979
17980         * Makefile.am generics.2.cs: Rename this to generics.cs and handle
17981         it specially in the makefile.
17982
17983         * generics.2.cs: Add tests for nullable reference types.
17984
17985 Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus@ximian.com>
17986
17987         * mini.c: always handle the case when mono_jit_init()
17988         is called in a thread different from the main thread,
17989         confusing libgc (bug #77309).
17990
17991 Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus@ximian.com>
17992
17993         * mini-ppc.c: fix handling of exceptions in large methods (bug #74932).
17994
17995 Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus@ximian.com>
17996
17997         * mini.c: change optimize_branches () to use a single loop
17998         and introduce a new optimization to simplify some range checks.
17999
18000 2006-02-03  Martin Baulig  <martin@ximian.com>
18001
18002         * debug-debugger.c (debugger_thread_manager_thread_created): Removed
18003         and merged with debugger_thread_manager_add_thread().
18004         (mono_debugger_main): Call debugger_thread_manager_add_thread() to
18005         inform the debugger about the main thread.
18006
18007 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
18008
18009         * basic.cs: Add test for div.un/rem.un constant folding.
18010
18011 2006-02-03  Neale Ferguson <neale@sinenomine.net>
18012
18013         * cpu-s390x.md: correct int_xor_imm length
18014
18015 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
18016
18017         * generics.2.cs: New test for #77442.
18018
18019         * jit-icalls.c (helper_compile_generic_method): Check for null. Fixes
18020         #77442.
18021
18022 2006-02-02  Martin Baulig  <martin@ximian.com>
18023
18024         * tramp-x86.c, tramp-amd64.c: It's now safe to #include
18025         <mono/metadata/mono-debug-debugger.h>   
18026
18027         * debug-mini.c: Don't #define _IN_THE_MONO_DEBUGGER.
18028
18029 2006-02-02  Martin Baulig  <martin@ximian.com>
18030
18031         * debug-debugger.h: New header file for debug-debugger.c.
18032
18033         * debug-debugger.c: Big API cleanup; don't run the managed Main()
18034         function is a separate thread anymore; add support for attaching.
18035
18036 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18037
18038         * tramp-x86.c: Fix a warning.
18039
18040 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18041
18042         * mini-amd64.c (mono_arch_compute_omit_fp): Avoid hitting an assertion
18043         on very large methods.
18044
18045         * aot.c (load_patch_info): Fix a warning.
18046
18047 Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus@ximian.com>
18048
18049         * cpu-pentium.md, mini-x86.c, inssel.brg, inssel-x86.brg,
18050         mini-ops.h: alu membase optimizations.
18051
18052 Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus@ximian.com>
18053
18054         * mini-ops.h, mini.c, inssel.brg, inssel-x86.brg: opcode
18055         to speedup StringBuilder.
18056
18057 2006-01-27  Zoltan Varga  <vargaz@gmail.com>
18058
18059         * dominators.c (mono_compute_natural_loops): Fix detection of
18060         loop body start blocks.
18061
18062         * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
18063
18064 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18065
18066         * mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
18067         #75145.
18068
18069 2006-01-25  Massimiliano Mantione  <massi@ximian.com>
18070
18071         * aliasing.c: Fixed aliasing issue on 64 bit archs.
18072
18073 2006-01-25  Martin Baulig  <martin@ximian.com>
18074
18075         * debug-debugger.c: Moved the `MonoDebuggerManager' and
18076         `MonoDebuggerThread' typedefs here from mono-debug-debugger.h and
18077         started to cleanup this file a little bit.
18078
18079 Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus@ximian.com>
18080
18081         * mini.c: optimize a codepath frequently happening in generics code.
18082
18083 2006-01-23  Martin Baulig  <martin@ximian.com>
18084
18085         * Makefile.am: Only compile debug-debugger.c on supported platforms.
18086
18087         * debug-debugger.c: Kill the IO_LAYER() hack and use the io-layer
18088         functions directly.
18089
18090         * driver.c: debug-debugger.c is only available if
18091         `MONO_DEBUGGER_SUPPORTED' is defined.   
18092
18093 2006-01-23  Martin Baulig  <martin@ximian.com>
18094
18095         * debug-debugger.c: Only enable this on platforms where the Mono
18096         Debugger is working (x86 and x86_64).
18097
18098 2006-01-21  Martin Baulig  <martin@ximian.com>
18099
18100         The Mono Debugger is now using the normal `mono' instead of the
18101         `mono-debugger-mini-wrapper' when executing managed code.
18102
18103         * debug-debugger.c: New file; previously known as
18104         debugger/wrapper/wrapper.c.
18105
18106         * debug-mini.c (mono_init_debugger): Removed.
18107
18108         * driver.c (mono_main): Added new `--inside-mdb' command line
18109         argument which is used when running inside the debugger.
18110
18111 2006-01-20  Zoltan Varga  <vargaz@gmail.com>
18112
18113         * liveness.c (mono_analyze_liveness): Remove some unused data
18114         structures.
18115
18116 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
18117
18118         * mini.h: Move mono_bitset_test_fast macro to monobitset.h where it belongs.
18119
18120 2006-01-16  Zoltan Varga  <vargaz@gmail.com>
18121
18122         * mini.h (mono_bitset_test_fast): Disable the 'fast' implementation which
18123         depends on implementation details of monobitset.
18124
18125         * mini.c (mini_get_ldelema_ins): Fix handling of 1 dimensional arrays.
18126         Fixes #77271.
18127
18128 2006-01-15  Zoltan Varga  <vargaz@gmail.com>
18129
18130         * liveness.c: Update after monobitset changes.
18131
18132 2006-01-14  Zoltan Varga  <vargaz@gmail.com>
18133
18134         * mini-amd64.c (mono_arch_compute_omit_fp): Fix a leak.
18135
18136 2006-01-11 Neale Ferguson <neale@sinenomine.net>
18137
18138         * inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
18139
18140         * mini-s390x.c: Remove warning messages.
18141
18142 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18143
18144         * mini.c: pass the jitinfo to mono_profiler_method_end_jit.
18145
18146 2006-01-10  Zoltan Varga  <vargaz@gmail.com>
18147
18148         * generics.2.cs: Add ldelem/stelem_any test.
18149
18150 2006-01-10 Neale Ferguson <neale@sinenomine.net>
18151
18152         * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
18153
18154 2006-01-07  Zoltan Varga  <vargaz@gmail.com>
18155
18156         * inssel-long.brg: Fix int->long ovf conversion rules. Fixes #77172.
18157         
18158 2006-01-06  Zoltan Varga  <vargaz@gmail.com>
18159
18160         * generics.2.cs: Reenable vtype tests.
18161
18162         * inssel-x86.brg: Remove an icorrect valuetype rule.
18163
18164 2006-01-06 Neale Ferguson <neale@sinenomine.net>
18165
18166         * mini-s390x.c, inssel-s390x.brg, cpu-s390x.md: Fix ATOMIC_I8 operations. Provide
18167         initial support for OP_ABS.
18168
18169 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18170
18171         * mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
18172
18173 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18174
18175         * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int 
18176         conversion and implement LADD/LSUB.
18177
18178         * exceptions-s390.c: Standardize mono_arch_find_jit_info to match other
18179         architectures.
18180
18181 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18182
18183         * mini-s390x.c, mini-s390x.h: Fix r8 to unsigned int conversion.
18184
18185         * exceptions-s390x.c: Standardize mono_arch_find_jit_info to match other
18186         architectures.
18187
18188 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18189
18190         * mini-s390x.c, mini-s390x.h, mini-s390.c, mini-s390.h: Fix lmf handling when 
18191         localloc is encountered.  Fixes crash in test-183.cs when using gmcs 
18192         (stack walk problem).
18193
18194 2006-01-04  Zoltan Varga  <vargaz@gmail.com>
18195
18196         * aot.c (mono_aot_load_method): Fix a warning.
18197
18198 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18199
18200         * mini-s390x.h, exceptions-s390x.c, inssel-s390x.brg: Fix compiler warnings
18201
18202 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18203
18204         * iltests.il: Add test for #77148.
18205
18206         * mini.c (mini_get_ldelema_ins): Handle arrays with rank 1 too. Fixes
18207         #77148.
18208
18209 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18210
18211         * mini-s390x.c, inssel-s390x.brg: Remove debug statements
18212
18213 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18214
18215         * mini-s390x.c, mini-s390x.h, exceptions-s390x.c, tramp-s390x.c, inssel-s390x.brg,
18216         cpu-s390x.md, mini-codegen.c, Makefile.am: add 64-bit s390 support to JIT.
18217
18218         * basic-long.cs: Add lconv-to-r4/r8 tests.
18219
18220 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18221
18222         * mini.c (mono_method_to_ir): Fix DynamicMethod support in some opcodes.
18223
18224         * mini-sparc.c (mono_arch_call_opcode): Use mono_class_value_size ()
18225         here as on other archs.
18226
18227 2005-12-29 Neale Ferguson <neale@sinenomine.net>
18228
18229         * mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
18230
18231 2005-12-29 Neale Ferguson <neale@sinenomine.net>
18232
18233         * inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
18234         
18235         * cpu-s390.md: Fix lengths of a couple of long instructions; Add memory_barrier.
18236
18237         * mini-s390.c: Fix long add/sub overflow instructions; Fix displacement handling in
18238         instrument_prolog; Add memory_barrier instruction.
18239
18240 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
18241
18242         * exceptions-x86.c mini-x86.h: Fix solaris/x86 exception handling.
18243
18244 2005-12-23  Zoltan Varga  <vargaz@gmail.com>
18245
18246         * tramp-ia64.c (mono_arch_get_unbox_trampoline): Flush icache.
18247
18248         * aliasing.c inssel.brg: Fix warnings.
18249
18250         * inssel-ia64.brg (OP_MEMSET): Fix an optimization which previously
18251         could skip initialization of some parts of memory.
18252
18253         * mini.c mini-ia64.c: Fix warnings.
18254
18255         * inssel-sparc.brg: Add an implementation of lneg which actually works.
18256
18257 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
18258
18259         * aliasing.c (mono_build_aliasing_information): Add a workaround for
18260         a crash seen on sparc.
18261
18262         * mini-sparc.c: Add implementation of Thread.MemoryBarrier.
18263         
18264         * cpu-sparc.md: Add memory_barrier opcode. Remove unused opcodes.
18265
18266 2005-12-21 Neale Ferguson <neale@sinenomine.net>
18267
18268         * mini-ops.h: Add s390_backchain instruction
18269
18270         * inssel-s390.brg: Use backchaining instruction for LOADARG/STKARG operations.
18271
18272         * cpu-s390.md: Add s390_backchain instruction
18273
18274         * mini-s390.c: Significant ABI changes
18275
18276         * mini-s390.h: Cater for zero length structures
18277
18278 2005-12-20 Neale Ferguson <neale@sinenomine.net>
18279
18280         * mini-s390.c: ABI fixes
18281
18282         * inssel-s390.brg: Remove debug statements
18283
18284         * cpu-s390.md: Fix length of ATOMIC_xx operations
18285
18286 2005-12-19  Zoltan Varga  <vargaz@gmail.com>
18287
18288         * basic-float.cs: Add float<->long conversion tests.
18289
18290 2005-12-16 Neale Ferguson <neale@sinenomine.net>
18291
18292         * mini-s390.c: Fix LOCALLOC processing.
18293
18294         * tramp-s390.c (s390_magic_trampoline): Fix base calculation.
18295
18296 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
18297
18298         * iltests.il: Add tests for some opcodes not covered by the other
18299         tests.
18300
18301 2005-12-15 Neale Ferguson <neale@sinenomine.net>
18302
18303         * mini-s390.c: Fix ADDCC/SBB bug revealed by test_0_ulong_regress; Correct 
18304         register loading for Tail processing; Correct trace output.
18305
18306         * inssel-s390.brg: Reimplement LSUB_OVF due to s390 implementation of signed math.
18307
18308         * cpu-s390.md: Correct size of jmp instruction. 
18309
18310 2005-12-13 Neale Ferguson <neale@sinenomine.net>
18311
18312         * mini-s390.c (mono_arch_emit_prolog): Remove some debugging bits.
18313
18314 2005-12-13 Neale Ferguson <neale@sinenomine.net>
18315
18316         * inssel-s390.brg tramp-s390.c cpu-s390.md mini-s390.c mini-s390.h:
18317           Bring s390 up to current level.
18318
18319 2005-12-12  Zltan Varga  <vargaz@gmail.com>
18320
18321         * generics.2.cs: Disable the newly added tests as they do not work yet.
18322         
18323         * generics.2.cs: Add valuetype tests.
18324
18325 2005-12-09  Zoltan Varga  <vargaz@gmail.com>
18326
18327         * basic-long.cs: Add i4->u8 test.
18328
18329         * objects.cs: Add tests for JIT intrinsic.
18330
18331         * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
18332         optimizations lost by a mistake.
18333
18334 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18335
18336         * basic-long.cs: Remove a test moved to objects.cs.
18337
18338         * arrays.cs: Add more array tests.
18339
18340 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18341
18342         * arrays.cs: Add new tests for multi-dimensional arrays.
18343
18344 2005-12-06  Raja R Harinath  <rharinath@novell.com>
18345
18346         * Makefile.am (test_sources2): Add generics.2.cs.
18347         (EXTRA_DIST): Add test_sources2.
18348
18349 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18350
18351         Support for boxing and unboxing nullable types as well as the
18352         isinst operation on nullables, per the CLI ammendment.
18353
18354         * inssel.brg (CEE_ISINST): Special case for nullable
18355
18356         * mini.c (handle_unbox_nullable): new method
18357         (handle_box): Special case for nullable types
18358         (mono_method_to_ir): Call handle_unbox_nullable in correct
18359         places.
18360
18361         * generics.2.cs: New test suite
18362
18363         * Makefile.am: Support for regression tests with generics.
18364
18365 2005-12-03  Zoltan Varga  <vargaz@gmail.com>
18366
18367         * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
18368         allocated to registers. Fixes #76800.
18369
18370 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>
18371
18372         * mini-ppc.c, inssel-ppc.brg: fix ABI issue (pinvoke3.cs).
18373
18374 2005-11-30  Zoltan Varga  <vargaz@gmail.com>
18375
18376         * exceptions.cs: Disable test_0_long_cast () test, since it fails on a lot 
18377         of platforms.
18378
18379 2005-11-29  Zoltan Varga  <vargaz@gmail.com>
18380
18381         * objects.cs basic-calls.cs: Move a test depending on valuetypes to
18382         objects.cs.
18383
18384         * inssel-long32.brg (CEE_CONV_I8): Remove unused labels.
18385         
18386         * inssel-long32.brg (CEE_CONV_I8): Convert this to a branchless version.
18387 Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus@ximian.com>
18388
18389         * mini-ppc.c, cpu-g4.md: ensure a fp register is converted to
18390         single precision before storing to a single precision location.
18391
18392 2005-11-28  Raja R Harinath  <rharinath@novell.com>
18393
18394         * Makefile.am (ILASM): Use profile-dependent location of ilasm.
18395
18396 2005-11-27  Zoltan Varga  <vargaz@gmail.com>
18397
18398         * basic-long.cs basic-calls.cs objects.cs: Move some tests to the
18399         correct files.
18400
18401         * basic.cs: Remove test_0_byte_compares test which was moved to
18402         objects.cs a long time ago.
18403
18404 2005-11-22  Massimiliano Mantione  <massi@ximian.com>
18405
18406         * aliasing.c: Fixed aliasing issue on 64 bit archs.
18407
18408 2005-11-20  Zoltan Varga  <vargaz@gmail.com>
18409
18410         * mini-ia64.c exceptions-ia64.c: Simplify the way filters/finally
18411         handlers are called.
18412
18413         * mini-ia64.c (mono_arch_emit_exceptions): Optimize size of exception
18414         throwing code.
18415
18416          * mini-ia64.c: Add support for the throw->branch exception 
18417         optimization.   
18418
18419         * driver.c (DEFAULT_OPTIMIZATIONS): Add MONO_OPT_EXCEPTION.
18420
18421 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
18422
18423         * mini.c: Enabled "fastpath" deadce :-)
18424         
18425 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
18426
18427         * mini.c: Added "fastpath" deadce (deadce without SSA), and a simple
18428         alias analysis pass to support it.
18429         * mini.h: Likewise.
18430         * ssa.c: Likewise.
18431         * liveness.c: Likewise (liveness computation can use aliasing
18432         information to be more accurate).
18433         * driver.c: Added an "ssa" option go tell the JIT to use SSA, and
18434         moreover made so that "--compile-all" uses the given optimization
18435         flags and not the default ones.
18436         * aliasing.c: Alias analysis (new file).
18437         * aliasing.h: Likewise.
18438         * Makefile.am: added "aliasing.c" and "aliasing.h".
18439         
18440 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
18441
18442         * mini-ops.h: Add missing OP_I opcodes so it is in synch with the
18443         OP_L opcodes.
18444
18445 2005-11-13  Zoltan Varga  <vargaz@gmail.com>
18446
18447         * mini-exceptions.c (mono_handle_exception_internal): Remove the 
18448         fp >= end_of_stack exit condition, as it is not needed, and it might
18449         become true for fp eliminated frames.
18450
18451 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18452
18453         * mini-x86.c (mono_arch_emit_epilog): Use G_STRUCT_OFFSET instead of hard
18454         coded offsets.
18455
18456 Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus@ximian.com>
18457
18458         * mini-arm.c: fixed alignment of doubles/longs to match
18459         the C ABI (bug #76635).
18460
18461 Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus@ximian.com>
18462
18463         * aot.c: fix compilation with --enable-minimal=aot.
18464
18465 Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus@ximian.com>
18466
18467         * mini-arm.c: fixed compatibility with the new
18468         floating point emulator package for compares.
18469
18470 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com?
18471
18472         * mini.c : reverted sig->pinvoke changes (r51396-51397).
18473
18474 2005-11-01  Zoltan Varga  <vargaz@freemail.hu>
18475
18476         * mini-exceptions.c (print_stack_frame): Output to stderr.
18477         (mono_handle_native_sigsegv): Ditto.
18478
18479 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18480
18481         * mini-amd64.c (mono_arch_output_basic_block): Remove unused
18482         OP_LCONV_TO_OVF_I implementation.
18483
18484         * mini-amd64.c: Add support for the throw->branch exception 
18485         optimization.
18486
18487         * branch-opts.c (mono_branch_optimize_exception_target): Allow the case
18488         when the catch clause catches a more general exception, i.e. Object.
18489
18490 2005-10-30  Zoltan Varga  <vargaz@gmail.com>
18491
18492         * cpu-ia64.md: Remove unused opcodes.
18493
18494         * mini.c (GET_CONTEXT): Simplify this somewhat by removing arch
18495         specific defines for architectures defining USE_SIGACTION.
18496
18497         * mini-ia64.c: Fix some warnings.
18498
18499         * exceptions-ia64.c (mono_arch_ip_from_context): Fix this, the previous
18500         version seemed to skip a frame.
18501
18502 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18503
18504         * mini.c: Clean up the usage of sig->pinvoke flag. Now
18505         only calls which are made to native code use this flag.
18506
18507 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
18508
18509         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for
18510         varargs methods as well.
18511         
18512         * mini-amd64.c exceptions-amd64.c: Allow fp elimination in methods
18513         which have save_lmf set. Reorganize methods prologs a bit.
18514
18515         * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
18516         debugger to the proper place.
18517
18518 2005-10-29  Martin Baulig  <martin@ximian.com>
18519
18520         * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
18521         when running inside the debugger until the debugger has support
18522         for it.
18523
18524 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18525
18526         * mini.h: Fix a warning.
18527
18528 2005-10-24  Miguel de Icaza  <miguel@novell.com>
18529
18530         * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
18531         we expose publicly, this returns the string.
18532
18533 2005-10-22  Zoltan Varga  <vargaz@freemail.hu>
18534
18535         * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
18536         with fp elimination.
18537
18538 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
18539
18540         * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
18541         native stacktrace using the glibc 'backtrace' function if available.
18542
18543 2005-10-20  Zoltan Varga  <vargaz@gmail.com>
18544
18545         * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.
18546
18547         * mini-exceptions.c (mono_handle_native_sigsegv): New function to 
18548         handle SIGSEGVs received while in native code.
18549
18550         * mini.c (sigsegv_signal_handler): If the SIGSEGV happened in native
18551         code, call mono_handle_native_sigsegv which will abort the runtime
18552         after printing some diagnostics, instead of converting it into a
18553         confusing NullReferenceException.
18554
18555 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
18556
18557         * cpu-pentium.md: Remove unused opcodes.
18558
18559 2005-10-18  Zoltan Varga  <vargaz@freemail.hu>
18560
18561         * mini-amd64.h (MonoLMF): Add rsp field.
18562
18563         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Save the sp reg into
18564         the lmf too.
18565
18566 2005-10-17  Zoltan Varga  <vargaz@gmail.com>
18567
18568         * mini-codegen.c (get_register_spilling): Fix some warnings.
18569
18570 2005-10-16  Zoltan Varga  <vargaz@freemail.hu>
18571
18572         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Add support for fp
18573         elimination during exception handling. Enable fp elimination by
18574         default.
18575
18576         * mini-amd64.h mini-amd64.c: Add preliminary support for frame pointer
18577         elimination.
18578
18579 2005-10-16  Martin Baulig  <martin@ximian.com>
18580
18581         * mini-exceptions.c
18582         (mono_debugger_run_finally): New public method for the debugger.
18583
18584 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
18585
18586         * debug-mini.c (mono_debug_init_method): Fix warning.
18587
18588         * mini.h branch-opts.c (mono_branch_optimize_exception_target): Make
18589         the 'exname' parameter const to fix some warnings.
18590
18591 2005-10-09  Zoltan Varga  <vargaz@freemail.hu>
18592
18593         * mini-exceptions.c (mono_handle_exception_internal): Fix another bug
18594         introduced by the previous patch.
18595
18596 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
18597
18598         * basic-float.cs: Add test for precision of float arithmetic.
18599
18600         * mini-ia64.c (mono_arch_output_basic_block): Convert to/from doubles
18601         when loading/storing single values from/to memory.
18602
18603         * mini.c (mono_jit_compile_method_with_opt): Create the function
18604         pointers in the correct domain.
18605
18606 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18607
18608         * mini-exceptions.c (mono_handle_exception_internal): Fix bug 
18609         introduced by previous patch.
18610         
18611         * mini-exceptions.c (mono_handle_exception_internal): Handle the case
18612         when out_filter_idx is NULL.
18613
18614         * mini-exceptions.c: Don't run filter clauses twice during exception
18615         handling. Fixes #75755.
18616
18617 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
18618
18619         * aot.c: Add support for ldflda wrappers.
18620
18621         * mini.c (mono_method_to_ir): Use ldflda wrappers for CEE_LDFLDA. Fixes
18622         #75902.
18623
18624 Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus@ximian.com>
18625
18626         * mini.c, mini.h: do not consider exception handlers blocks when
18627         setting up interface variables.
18628
18629 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
18630
18631         * aot.c (emit_section_change): Fix emitting of sections on win32. Fixes #76322.
18632
18633 2005-10-03  Zoltan Varga  <vargaz@gmail.com>
18634
18635         * liveness.c (mono_analyze_liveness): Revert parts of r51051 since it
18636         causes a regression.
18637
18638         * mini.c (mini_thread_cleanup): Fix reading of freed memory.
18639
18640 2005-10-02  Zoltan Varga  <vargaz@freemail.hu>
18641
18642         * mini.h (OP_PCONST): Move the definition of OP_PCONST into the rest
18643         of the OP_P definitions.
18644
18645         * TODO: Add a proposal for dealing with the CEE/OP mess.
18646
18647         * mini-amd64.c (mono_arch_output_basic_block): Merge mul_imm 
18648         optimizations from the x86 port.
18649
18650         * cpu-amd64.md: Ditto.
18651
18652         * basic.cs basic-long.cs: Add tests.
18653
18654 Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus@ximian.com>
18655
18656         * Makefile.am, driver.c, mini-x86.c, mini.c, mini.h, branch-opts.c:
18657         Patrik Torstensson's implementation of my exception-handling
18658         optimization idea, when the exception object is not used
18659         (bug #62150).
18660
18661 Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus@ximian.com>
18662
18663         * mini-x86.c, cpu-pentium.md: Patrik Torstensson's port
18664         of the mul_imm optimizations from the old jit.
18665
18666 Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus@ximian.com>
18667
18668         * mini.c, liveness.c: patch by Patrik Torstensson and
18669         Zoltan Varga to improve performance in methods with
18670         exception clauses.
18671
18672 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
18673
18674         * driver.c: Remove 'Globalization' entry from --version.
18675
18676 2005-09-28  Zoltan Varga  <vargaz@gmail.com>
18677
18678         * mini.c (mono_jit_compile_method_inner): Do not load AOT code when
18679         there is a profiler interested in JIT events.
18680
18681         * aot.c: Load profile files produced by the AOT profiling module, and
18682         reorder methods based on the profiling info. Add a 'method_order' table
18683         to the AOT file to make mono_aot_find_jit_info work with the reordered
18684         methods.
18685
18686         * mini.h: Bump AOT file version info.
18687
18688 Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus@ximian.com>
18689
18690         * mini-arm.h: work around what looks like a gcc bug when optimizations
18691         are enabled.
18692
18693 2005-09-28  Raja R Harinath  <rharinath@novell.com>
18694
18695         * Makefile.am (AM_CFLAGS): Don't use += to append inside
18696         conditionals.  Use ...
18697         (PLATFORM_CFLAGS, ARCH_CFLAGS): ... these.
18698
18699 2005-09-27  Zoltan Varga  <vargaz@freemail.hu>
18700
18701         * mini-amd64.c (mono_arch_call_opcode): Use mono_class_value_size ()
18702         to determine the amount of memory to copy when passing valuetypes.
18703
18704         * inssel-amd64.brg: Remove PUSH(LDIND4) rules since they convert an
18705         4 byte load into a 8 byte load. Fix aligning of size in OP_OUTARG_VT.
18706
18707 2005-09-27  Zoltan Varga  <vargaz@gmail.com>
18708
18709         * mini.h mini.c aot.c: Add infrastructure to collect pagefault 
18710         information about aot.
18711
18712 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
18713
18714         * *.c: Replace the use of {Enter,Leave}CriticalSection with
18715         macros. This will allow a deadlock debugger to easily be plugged
18716         in.
18717
18718 Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus@ximian.com>
18719
18720         * mini-ppc.c, cpu-g4.md: added memory barrier instruction.
18721
18722 2005-09-27  Raja R Harinath  <rharinath@novell.com>
18723
18724         * Makefile.am (AM_CFLAGS): Rename from INCLUDES.
18725         (AM_CFLAGS) [PLATFORM_WIN32): Append to it, don't set it.
18726         (AM_CFLAGS) [ARM]: Add arch/arm directory from the build tree.
18727         ($(arch_built)) [CROSS_COMPILING]: Error out.
18728
18729 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
18730
18731         * aot.c: Add support for the no_special_static flag for classes.
18732
18733 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
18734
18735         * Reapply reverted patches.
18736
18737         * *: Revert r50174 as well.
18738
18739         * mini-amd64.c cpu-amd64.md inssel-amd64.brg: Revert r50170 as well.
18740
18741 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
18742
18743         * mini-amd64.c: Revert r50342 to see if this fixed buildbot.
18744
18745 2005-09-23  Miguel de Icaza  <miguel@novell.com>
18746
18747         * mini.c (SIG_HANDLER_SIGNATURE): Only dereference info if it is
18748         part of the SIG_HANDLER_SIGNATURE.  
18749
18750 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18751
18752         * mini.h mini.c: Add a new MONO_DEBUG option to collect metadata pagefault
18753         statistics.
18754
18755         * mini-x86.c (mono_arch_call_opcode): Fix vararg calling convention 
18756         introduced by previous patch.
18757
18758 2005-09-21  Zoltan Varga  <vargaz@gmail.com>
18759
18760         * tramp-x86.c (mono_arch_create_trampoline_code): Restore caller
18761         saved registers too.
18762
18763         * mini-x86.c (mono_arch_allocate_vars): Rewrite this so it works based 
18764         upon the information returned by get_call_info ().
18765         
18766         * mini-x86.c (add_float): Fix stack size calculation.
18767         (mono_arch_call_opcode): Rewrite this so it works based up the
18768         information returned by get_call_info ().
18769         (mono_arch_get_this_vret_args): Ditto.
18770
18771 2005-09-21  Zoltan Varga  <vargaz@freemail.hu>
18772
18773         * mini-amd64.c (mono_arch_emit_this_vret_args): Use the information
18774         in cinfo to determine the registers which need to be used.
18775
18776 2005-09-20  Miguel de Icaza  <miguel@novell.com>
18777
18778         * driver.c (mono_main): Add --server and --desktop flags. 
18779
18780 2005-09-16  Zoltan Varga  <vargaz@gmail.com>
18781
18782         * mini-ia64.h: Make register masks 64 bit. Don't treat argument
18783         registers as global registers.
18784
18785         * inssel-ia64.brg (stmt): Remove OP_OUTARG_REG () rules which are no 
18786         longer needed with the new register allocator.
18787
18788         * mini-ia64.c: Use OP_MOVE instead of OP_SETREG for reg-reg moves.
18789
18790         * cpu-ia64.md: Remove unused opcodes.
18791         
18792         * regalloc.c mini-codegen.c: Make register masks 64 bit on ia64.
18793         
18794 2005-09-16  Zoltan Varga  <vargaz@freemail.hu>
18795
18796         * cpu-amd64.md: Remove unused opcodes.
18797
18798         * inssel-amd64.brg: Remove OP_OUTARG_REG () rules which are no longer
18799         needed with the new register allocator.
18800
18801         * inssel-amd64.brg mini-amd64.c: Use OP_MOVE instead of OP_SETREG for
18802         reg-reg moves.
18803
18804 2005-09-16  Raja R Harinath  <rharinath@novell.com>
18805
18806         * Makefile.am (check-local): Don't invoke semdel-wrapper.
18807
18808 2005-09-16  Martin Baulig  <martin@ximian.com>
18809
18810         * exceptions-amd64.c
18811         (throw_exception): Don't call mono_debugger_throw_exception() if
18812         we're a rethrow - see the FIXME in the code.
18813
18814 2005-09-15  Geoff Norton  <gnorton@customerdna.com>
18815
18816         * mini.c (mono_init_exceptions): This only works on some architectures.
18817         
18818 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
18819
18820         * mini.c (mono_method_to_ir): Add OP_LMUL imm -> OP_LMUL_IMM conversion
18821         on ia64.
18822
18823         * inssel-long.brg mini-ia64.c: Add OP_LMUL_IMM rules.
18824
18825         * mini-ia64.h mini-ia64.c: Remove the altstack support code which is
18826         now in mini-exceptions.c.
18827
18828 2005-09-15  Zoltan Varga  <vargaz@freemail.hu>
18829
18830         * mini-amd64.h mini-am64.c: Remove the altstack support code which is
18831         now in mini-exceptions.c.
18832
18833 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
18834
18835         * exceptions-x86.c: Applied patch from Patrik Torstensson 
18836         <patrik.torstensson@gmail.com>. Add stack overflow handling support for win32.
18837
18838         * mini-exceptions.c mini-x86.c mini.c: Move the altstack setup/teardown
18839         code into mini-exceptions.c. Add some assertions to it.
18840
18841 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
18842
18843         * aot.c (emit_section_change): Applied patch from "The Software Team" 
18844         (<software@solmersa.com>). Fix as errors on windows.
18845
18846 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
18847
18848         * tramp-amd64.c (mono_arch_create_trampoline_code): Fix saving of
18849         method info into the LMF.
18850
18851 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
18852         
18853         * mini-ia64.c: Add proper unwind info for method epilogs.
18854
18855         * exceptions-ia64.c: Add some code to help debugging.
18856         
18857         * mini-ia64.c mini-ia64.h: Add sigaltstack support.
18858
18859         * mini-exceptions.c: Fix warning.
18860
18861 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
18862
18863         * mini.c: Really fix build.
18864
18865         * mini-x86.c mini-amd64.c: Fix build.
18866
18867 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
18868
18869         * mini-ia64.c inssel-ia64.brg: Add InterlockedExchange instrinsics.
18870
18871         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Implement
18872         some Interlocked methods as intrinsics.
18873
18874         * mini.c (mini_get_inst_for_method): Call arch_get_inst_for_method
18875         for Thread methods as well.
18876
18877         * mini-ops.h: Add OP_MEMORY_BARRIER opcode.
18878
18879         * inssel.brg: Add rule for OP_MEMORY_BARRIER.
18880
18881         * mini-ia64.c mini-x86.c mini-amd64.c 
18882         cpu-ia64.md cpu-pentium.md cpu-amd64.md: Add implementation of 
18883         OP_MEMORY_BARRIER.
18884         
18885         * mini.c (mono_init_exceptions): Fix build breakage.
18886
18887 2005-09-10  Zoltan Varga  <vargaz@gmail.com>
18888
18889         * mini-ia64.c exceptions-ia64.c tramp-ia64.c: Remove 'manual' emitting
18890         of instructions. Use the new ia64_unw_op macros for emitting unwind
18891         info.
18892
18893         * mini.c (mono_init_exceptions): Initialize exception handling
18894         related trampolines at startup.
18895
18896 Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus@ximian.com>
18897
18898         * cpu-arm.md, mini-arm.c: fix for dynamic code (Gtk# apps).
18899
18900 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
18901
18902         * mini.c: Handle type loading errors gracefully during compilation and
18903         throw the appropriate exception.
18904
18905 Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus@ximian.com>
18906
18907         * ldscript.mono, Makefile.am: use anonymous versions in the ldscript
18908         for the mono binary.
18909
18910 2005-09-09  Martin Baulig  <martin@ximian.com>
18911
18912         * mini.c (mono_method_to_ir): Comment out the G_BREAKPOINT()'s for
18913         the release.
18914
18915 Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus@ximian.com>
18916
18917         * mini-arm.h: use emulation for conv.r.un for the release.
18918
18919 Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus@ximian.com>
18920
18921         * mini-arm.c, objects.cs: more fixes and tests for them.
18922
18923 Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus@ximian.com>
18924
18925         * mini-arm.c: align structures to at least 4 bytes to be able
18926         to keep our current optimized memcpy.
18927
18928 Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus@ximian.com>
18929
18930         * mini-arm.c, cpu-arm.md, inssel-arm.brg: bugfixes.
18931
18932 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18933
18934         * mini.c: ignore SIGPIPE.
18935
18936 2005-09-04  Zoltan Varga  <vargaz@gmail.com>
18937
18938         * mini-ia64.c (mono_arch_lowering_pass): Convert 'and_imm 255' to zext1.
18939
18940         * mini-ia64.h mini-ia64.c: Add some minor optimizations.
18941
18942 2005-09-02  Zoltan Varga  <vargaz@gmail.com>
18943
18944         * mini.h: Add prototype for mono_allocate_stack_slots_full.
18945
18946 Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus@ximian.com>
18947
18948         * exceptions-arm.c, mini.c, mini-arm.c, mini-arm.h:
18949         exception handling support.
18950         * mini-arm.c, mini-arm.h: bigendian fixes (partially from a
18951         patch by Brian Koropoff <briank@marakicorp.com>).
18952
18953 Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus@ximian.com>
18954
18955         * mini.c: revert another 'optimization' which breaks when
18956         items on the eval stack need to be saved at a basic block end
18957         (bug #75940).
18958
18959 Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
18960
18961         * jit-icalls.c: for arrays, ensure we always provide
18962         lower bounds.
18963
18964 2005-08-30  Zoltan Varga  <vargaz@gmail.com>
18965
18966         * mini.c (mono_allocate_stack_slots_full): Fix ia64 build.
18967         
18968         * mini.c (mini_get_inst_for_method): Special case Object:.ctor as well.
18969
18970 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
18971
18972         * mini-ia64.h mini-ia64.c: Implement frame pointer elimination. Keep
18973         arguments in their original register.
18974
18975 2005-08-28  Zoltan Varga  <vargaz@gmail.com>
18976
18977         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Optimize
18978         memset/memcpy.
18979
18980         * mini.c (mono_method_to_ir): Disable the MUL->MUL_IMM optimization
18981         when ssapre is enabled.
18982
18983         * inssel-long.brg: Fix bug in previous patch.
18984
18985         * mini-ia64.c mini-ia64.h mini.c inssel-long.brg: Optimize 
18986         multiplication by a constant.
18987
18988 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
18989
18990         * mini-ia64.c (mono_arch_setup_jit_tls_data): Add support for intel
18991         icc.
18992
18993         * tramp-ia64.c (mono_arch_create_trampoline_code): Use st8.spill for
18994         saving registers.
18995
18996 Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus@ximian.com>
18997
18998         * inssel-arm.brg: apply changes tested by Brian Koropoff
18999         <briank@marakicorp.com>.
19000
19001 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
19002
19003         * mini-x86.c (mono_arch_emit_prolog): Fix calling of mono_jit_thread_attach () under windows.
19004         
19005 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
19006
19007         * mini-codegen.c (mono_local_regalloc): Avoid allocating dreg and sreg1/2
19008         to the same register if dreg is just a base register.
19009         (print_ins): Improve printing of membase opcodes.
19010
19011         * inssel-x86.brg: Add optimized ldind(reg) rules.
19012
19013         * mini-x86.c cpu-pentium.md: Changes required to support the new rules.
19014
19015 Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus@ximian.com>
19016
19017         * mini.c: when running under valgrind, set the stack bottom for
19018         the GC at the actual approximate stack for the app (fixes running
19019         mono with valgrind).
19020
19021 Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus@ximian.com>
19022
19023         * mini.c: do no break at the first valuetype to init found
19024         (fixes bug #75791).
19025
19026 Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus@ximian.com>
19027
19028         * cpu-arm.md, mini-arm.c: more fixes and LMF support.
19029
19030 Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus@ximian.com>
19031
19032         * cpu-g4.md: fixed instruction length exposed by the nemerle compiler.
19033
19034 2005-08-23  Zoltan Varga  <vargaz@freemail.hu>
19035
19036         * inssel-amd64.brg inssel-x86.brg: Fix the fcall rules.
19037
19038 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19039
19040         * inssel-x86.brg: Fix assert in patch_delegate_trampoline.
19041
19042         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Add some debug
19043         code.
19044
19045         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Add some debug
19046         code.
19047
19048         * mini.c (optimize_branches): Don't quit after 1000 iterations on large
19049         methods.
19050
19051 Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus@ximian.com>
19052
19053         * tramp-arm.c: allocate less memory for the trampoline and fix typo.
19054
19055 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19056
19057         * mini.c (mono_method_to_ir): Remove instructions inserted after a branch
19058         in the tail recursion optimization.
19059
19060         * mini.h helpers.c (mono_disassemble_code): Emit starts of basic blocks as 
19061         debug info into the assembly file.
19062
19063         * iltests.il: Add test for filter regions.
19064
19065         * mini.c (mono_method_to_ir): Fix handling of nested FILTER clauses. Fix
19066         initial stack of filter regions. Fixes #75755.
19067
19068 Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus@ximian.com>
19069
19070         * mini-arm.c, cpu-arm.c: fixes and support for methods with bigger
19071         stack requirements.
19072
19073 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19074
19075         * mini.c (mono_create_delegate_trampoline): Fix memory leak. Put back
19076         the check for an already compiled method on non-ia64 platforms.
19077         (mono_create_jump_trampoline): Store the MonoJitInfo structure into the
19078         proper domain.
19079
19080         * mini-x86.h tramp-x86.c: Add support for delegate trampolines.
19081
19082         * inssel-x86.brg: Add some optimized call rules.
19083
19084 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
19085
19086         * mini.c (mono_create_delegate_trampoline): Do not return an already compiled
19087         method here.
19088
19089         * mini.h mini-trampolines.c: Pass the trampoline argument to 
19090         mono_arch_patch_delegate_trampoline.
19091
19092         * mini-ia64.h mini-ia64.c tramp-ia64.c: Add support for delegate trampolines.
19093
19094         * mini-trampolines.c: Fix build.
19095
19096         * mini-amd64.h: Add delegate trampolines.
19097
19098         * mini.h mini.c mini-trampolines.c tramp-amd64.c: Add delegate trampolines.
19099
19100         * inssel-amd64.brg: Add optimized call rules.
19101         
19102         * mini-ia64.c tramp-ia64.c: Improve instruction scheduling.
19103
19104         * inssel-ia64.brg: Add optimized ldind(reg) rules.
19105
19106 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
19107
19108         * mini.c (mono_create_class_init_trampoline): Fix bug caused by last
19109         change.
19110
19111         * mini-ia64.c: Remove LMF fixmes.
19112
19113         * mini-ia64.h: Remove most fields from LMF.
19114
19115         * inssel-ia64.brg (stmt): Fix unaligned access errors.
19116
19117         * mini-trampolines.c: Add support for IA64 function descriptors.
19118
19119         * mini.h mini.c jit-icalls.c exceptions-ia64.cdriver.c: Add support
19120         for IA64 function descriptors.
19121
19122 Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus@ximian.com>
19123
19124         * tramp-arm.c: patch the vtable for virtual calls. Added
19125         support code to register/unregister the LMF.
19126         * mini-arm.c, mini-arm.h: warning fixes, fixes, speedups,
19127         more LMF work.
19128
19129 2005-08-19  Dick Porter  <dick@ximian.com>
19130
19131         * mini.c: Use a gsize to store the thread ID, so it can hold a 64
19132         bit value if needed.
19133
19134 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
19135
19136         * mini.c (mini_get_method): Move handling of wrapper data here.
19137
19138         * mini.c (mono_method_to_ir): Add support for dynamic methods.
19139
19140         * mini.c (mono_method_to_ir): Convert nonvirtual calls to abstract methods into
19141         virtual.
19142
19143         * mini.c (mono_method_to_ir): Emit IR for CEE_NOP as well, so 
19144         bblock->code does not remain empty.
19145
19146 2005-08-17  Zoltan Varga  <vargaz@freemail.hu>
19147
19148         * arrays.cs: Add regression test for #75832.
19149
19150         * inssel-amd64.brg cpu-amd64.md mini-amd64.c: Fix LDELEMA optimization
19151         rules. Fixes #75832.
19152
19153         * mini-ia64.c tramp-ia64.c exceptions-ia64.c: Implement improved
19154         instruction scheduling.
19155
19156 2005-08-12  Zoltan Varga  <vargaz@freemail.hu>
19157
19158         * mini-exceptions.c (ves_icall_get_frame_info): Fix IA64 build.
19159
19160 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19161
19162         * mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.
19163
19164         * mini-codegen.c: Fix VC build.
19165
19166         * cpu-pentium.md: Increase length of atomic_exhange_i4.
19167
19168 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19169
19170         * mini.h: fix signature for mono_register_opcode_emulation.
19171
19172 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
19173
19174         * mini.c: Get rid of most of the helper_sig_... constants using
19175         mono_create_icall_signature ().
19176
19177 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
19178
19179         * jit-icalls.c (helper_ldstr): New helper function.
19180
19181         * mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.
19182
19183         * mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
19184         throw, load the string using a helper call instead of creating a string object.
19185
19186         * aot.c: Update after LDSTR changes.
19187
19188         * mini.h: Bump AOT file version.
19189         
19190         * aot.c: Save class size info into the AOT file. Print more statistics during
19191         compilation.
19192
19193         * mini.h: Bump AOT file version.
19194
19195         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
19196         ordering of disasm cases. Fixes #74957.
19197
19198 Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus@ximian.com>
19199
19200         * mini-ops.h, mini-arch.h, inssel.brg, mini.c, mini.h,
19201         jit-icalls.c, mini-codegen.c, Makefile.am: changes in
19202         the generic code needed for the ARM port.
19203
19204 Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus@ximian.com>
19205
19206         * exceptions-arm.c, tramp-arm.c, mini-arm.c, mini-arm.h, cpu-arm.md,
19207         inssel-arm.brg: more ARM features and fixes.
19208
19209 Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus@ximian.com>
19210
19211         * tramp-arm.c, mini-arm.c, cpu-arm.md, inssel-arm.brg: more
19212         ARM port work in progress.
19213
19214 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
19215
19216         * mini-ia64.c (mono_arch_call_opcode): Ongoing IA64 work.
19217
19218         * mini-exceptions.c mini-ia64.h: Ongoing IA64 work.
19219
19220         * mini-ia64.c (ia64_emit_bundle): Ongoing IA64 work.
19221
19222         * inssel.brg (mini_emit_memset): Add support for unaligned access.
19223
19224         * *-ia64.*: Ongoing IA64 work.
19225         
19226         * mini-ia64.c exceptions-ia64.c: Ongoing IA64 work.
19227
19228 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19229
19230         * TODO: Remove out-of-data todo stuff.
19231
19232         * mini.h mini.c (mono_create_jit_trampoline_from_token): Remove some
19233         dead code.
19234
19235         * aot.c: Save/load MonoCachedClassInfo->has_nested_classes.
19236
19237         * mini.h: Bump corlib version.
19238
19239 2005-07-27  Martin Baulig  <martin@ximian.com>
19240
19241         * mini-codegen.c
19242         (create_copy_ins): Added `const unsigned char *ip' argument; set
19243         `copy->cil_code' from it.
19244
19245 2005-07-27  Martin Baulig  <martin@ximian.com>
19246
19247         * mini-exceptions.c (mono_handle_exception): Don't call
19248         mono_debugger_handle_exception() for filters.
19249
19250 2005-07-27  Zoltan Varga  <vargaz@freemail.hu>
19251
19252         * mini-trampolines.c (mono_aot_trampoline): Handle AppDomain:InvokeInDomain
19253         as well.
19254
19255 2005-07-26  Martin Baulig  <martin@ximian.com>
19256
19257         Committing a patch from Michal Moskal <michal.moskal@gmail.com>.
19258
19259         * mini.c (mono_method_to_ir): In `CEE_CALLI', only use
19260         helper_compile_generic_method() if the method is actually virtual
19261         and non-final.
19262
19263 2005-07-26  Martin Baulig  <martin@ximian.com>
19264
19265         * mini.c
19266         (trampoline_code): Renamed to `mono_trampoline_code' and made it
19267         public; this is now accessed directly by the debugger.
19268         (mono_generic_trampoline_code): Removed.
19269
19270         * debug-mini.c
19271         (mono_debug_init_method): Also add interncalls and wrappers.
19272
19273 2005-07-23  Zoltan Varga  <vargaz@freemail.hu>
19274
19275         * mini-ia64.c mini-ia64.h: Add support for tracing/profiling.
19276
19277 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
19278
19279         * aot.c (mono_aot_get_method_from_token): Fix a potential crash here.
19280
19281 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
19282
19283         * aot.c (load_patch_info): Fix handling of stfld_remote wrapper.
19284
19285 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19286
19287         * mini-amd64.c (mono_arch_setup_jit_tls_data): Use the nice way of
19288         getting TLS offsets on AMD64 too.
19289
19290 2005-07-20  Kornel Pal <kornelpal@hotmail.com>
19291
19292         * driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
19293
19294 Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus@ximian.com>
19295
19296         * exceptions-arm.c, mini-arm.c, tramp-arm.c, cpu-arm.md,
19297         inssel-arm.brg, mini-arm.h: ARM port work in progress.
19298
19299 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19300
19301         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix build.
19302
19303         * mini.h mini.c mini-*.h tramp-*.c: Move more cross platform trampoline code
19304         to mini.c.
19305
19306         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Call 
19307         mono_sparc_is_virtual_call ().
19308         
19309         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix warning.
19310
19311         * tramp-sparc.c (mono_arch_create_trampoline_code): Fix order of
19312         trampoline parameters.
19313
19314         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix signature.
19315         
19316         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Rename this
19317         to mono_arch_get_vcall_slot_addr.
19318
19319         * Makefile.am tramp-sparc.c: Update the sparc port to use the generic
19320         trampoline code.
19321
19322         * *-sparc.*: Merge the mini-xp-regalloc branch for sparc.
19323
19324 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
19325
19326         * mini-ia64.h mini-ia64.c: Finish pinvoke support.
19327
19328 2005-07-19  Martin Baulig  <martin@ximian.com>
19329
19330         * exceptions-amd64.c (throw_exception): Call
19331         mono_debugger_throw_exception() here like we're doing it on i386.
19332
19333 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
19334
19335         * mini-ia64.c: Add optimized TLS access support.
19336
19337 2005-07-18  Zoltan Varga  <vargaz@freemail.hu>
19338
19339         * mini-exceptions.c: Ongoing IA64 work.
19340
19341         * mini-ia64.c inssel-long.brg: Ongoing IA64 work.
19342
19343         * mini.c: Use the default optimization set when embedding. Fixes
19344         #75194.
19345
19346 2005-07-11  Zoltan Varga  <vargaz@freemail.hu>
19347
19348         * tramp-amd64.c tramp-ia64.c Makefile.am: Move arch independent parts 
19349         of trampolines to a separate file.
19350
19351         * mini-trampolines.c: New file.
19352
19353         * mini.h tramp-x86.c: Move arch independent parts of trampolines to a 
19354         separate file.
19355         
19356         * tramp-x86.c: Reorganize the trampoline code to be similar to the 
19357         amd64/ia64 code.
19358
19359         * mini-codegen.c: Fix cygwin build.
19360
19361 2005-07-10  Zoltan Varga  <vargaz@freemail.hu>
19362
19363         * mini.c: Add some minor changes needed by the IA64 port.
19364
19365         * *-ia64.*: Ongoing IA64 work.
19366
19367 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
19368
19369         * tramp-amd64.c mini-amd64.c: Update after latest AOT changes. Split 
19370         trampolines into arch-independent and arch-dependent parts.
19371
19372         * mini-amd64.c (mono_arch_lowering_pass): Fix store_membase_imm -> store_membase_reg rule.
19373
19374 2005-07-08  Zoltan Varga  <vargaz@freemail.hu>
19375
19376         * cpu-amd64.md: Merge the xp-regalloc-branch for amd64.
19377
19378         * mini-ops.h mini-amd64.h mini-amd64.c inssel-amd64.brg Makefile.am: Merge
19379         the xp-regalloc-branch for amd64.
19380
19381         * mini-x86.h mini-x86.c cpu-pentium.md Makefile.am: Merge the
19382         xp-regalloc-branch for x86.
19383
19384 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19385
19386         * inssel.brg (OP_THROW_OR_NULL): Allways rethrow the abort exception.
19387
19388 2005-07-06  Martin Baulig  <martin@ximian.com>
19389
19390         * mini.c
19391         (mono_jit_compile_method_inner): Call mono_get_inflated_method().
19392         (mono_jit_runtime_invoke): Likewise.
19393
19394 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19395
19396         * aot.c (mono_compile_assembly): Allocate the GOT in the .bss segment
19397         on x86 too.
19398         
19399         * aot.c: Add new mono_aot_get_method_from_token () function to load AOT methods
19400         without loading their metadata. Reorganize the file format so exception handling+
19401         debug info is kept separate from normal method info. Create MonoJitInfo 
19402         structures for methods lazily.
19403
19404         * tramp-x86.c (x86_aot_trampoline): Use the new from_token method to avoid
19405         loading metadata.
19406         (x86_class_init_trampoline): Patch AOT class init trampolines too.
19407
19408         * mini.c (mini_init): Install the new mono_aot_find_jit_info hook.
19409
19410         * mini.c (mono_method_to_ir): Reduce the number of class init trampoline calls
19411         in AOT code.
19412
19413         * mini.h: Bump AOT file version.
19414
19415 2005-07-04  Zoltan Varga  <vargaz@freemail.hu>
19416
19417         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
19418
19419 2005-07-01  Raja R Harinath  <rharinath@novell.com>
19420
19421         * Makefile.am (check-local): Call semdel-wrapper.
19422
19423 2005-06-29  Zoltan Varga  <vargaz@freemail.hu>
19424
19425         * mini-x86.c: Revert the last change as it seems to break the build..
19426
19427 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
19428
19429         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
19430         
19431         * mini-x86.c (mono_arch_cpu_init): Fix setting of fp precision in the VC build.
19432
19433 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
19434
19435         * mini.c (NEW_AOTCONST): make sure to call mono_get_got_var
19436         outside of the macro, so strange stuff doesn't happen with gcc4
19437         (NEW_AOTCONST_TOKEN): Likewise.
19438
19439 2005-06-28  Martin Baulig  <martin@ximian.com>
19440
19441         * mini.c (mini_class_is_system_array): New static method; use this
19442         instead of `klass->parent == mono_defaults.array_class' everywhere
19443         since this also works for the new generic array class.
19444
19445 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
19446
19447         * inssel.brg: Remove warnings.
19448
19449 2005-06-24  Zoltan Varga  <vargaz@freemail.hu>
19450
19451         * mini-ia64.c: Ongoing IA64 work.
19452
19453         * basic-float.cs: Add float->i1 conversion test.
19454
19455         * iltests.il: Add conv.u4 test.
19456
19457 2005-06-23  Zoltan Varga  <vargaz@freemail.hu>
19458
19459         * inssel-long.brg: Fix bug caused by last change.
19460
19461 2005-06-23  Geoff Norton  <gnorton@customerdna.com>
19462
19463         * mini-x86.h: Add __APPLE__ to the SC_* redefines with the other 
19464         BSDs.  Allows the x86 JIT to work on OSX86
19465
19466 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
19467
19468         * inssel-long.brg: Use OP_LSHR_UN_IMM instead of OP_SHR_UN_IMM in
19469         u4->i8 conversion.
19470
19471         * mini-ia64.c: Ongoing IA64 work.
19472
19473 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
19474
19475         * mini-ia64.c: Ongoing IA64 work.
19476
19477         * driver.c: Clean up jit_code_hash as well when using --regression.
19478
19479         * inssel-long.brg: Fix long->i4/u4 conversion rules.
19480
19481         * basic-long.cs: Add tests for long->u4 conversion.
19482
19483 2005-06-18  Ben Maurer  <bmaurer@ximian.com>
19484
19485         * mini.c: Take mono_get_domainvar out of macros. This makes sure
19486         that we do not depend on undefined C behavior: the order stuff
19487         gets evaluated within an expression. Fixes mono when compiled on
19488         GCC 4.
19489
19490 2005-06-18  Zoltan Varga  <vargaz@freemail.hu>
19491
19492         * *-ia64.*: Ongoing IA64 work.
19493
19494         * aot.c: Lower memory usage while loading AOT methods.
19495
19496         * tramp-x86.c: Avoid allocating+freeing MonoJitInfo structures.
19497
19498         * mini.h: Bump AOT file format version.
19499
19500 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
19501
19502         * mini.c (mono_method_to_ir): Allow STACK_PTR as input to SWITCH.
19503
19504 2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
19505
19506         * declsec.c: Fixed APTC to check for FullTrust on caller assembly (and
19507         not on callee assembly). Fixed some comments.
19508
19509 2005-06-16  Zoltan Varga  <vargaz@freemail.hu>
19510
19511         * aot.c (mono_compile_assembly): Mark the "methods" symbol as a function so
19512         it gets proper disassembly.
19513         (emit_method_info): Remove some dead code.
19514
19515         * mini.c (mini_method_compile): Allways allocate the GOT var in
19516         mono_method_to_ir for emulating opcodes.
19517
19518 2005-06-13  Zoltan Varga  <vargaz@freemail.hu>
19519
19520         * mini.c (mono_jit_free_method): Remove the method from the JitInfo table
19521         before freeing the code memory. Fixes #74990.
19522
19523         * objects.cs: Add regression test for #74992.
19524
19525         * liveness.c: Extend live ranges of arguments to the beginning of the
19526         method. Fixes #74992.
19527
19528         * exceptions-ia64.c mini-ia64.h: Modify ip during exception handling
19529         so it points into the faulting instruction.
19530
19531 2005-06-12  Zoltan Varga  <vargaz@freemail.hu>
19532
19533         * jit-icalls.c (mono_imul_ovf): Add exception handling.
19534
19535         * *-ia64.*: Ongoing IA64 work.
19536
19537         * mini.c (mini_init): Fix signature of mono_delegate_ctor.
19538
19539 2005-06-11  Zoltan Varga  <vargaz@freemail.hu>
19540
19541         * mini-ia64.h exceptions-ia64.c: Ongoing IA64 work.
19542
19543         * *-ia64.*: Ongoing IA64 work.
19544
19545 2005-06-10  Zoltan Varga  <vargaz@freemail.hu>
19546
19547         * basic-long.cs: Add tests for add/sub.ovf.
19548
19549         * basic.cs: Add tests for sub.ovf.
19550
19551         * *-ia64.*: Ongoing IA64 work.
19552
19553 2005-06-09  Zoltan Varga  <vargaz@freemail.hu>
19554
19555         * *-ia64.*: Ongoing IA64 work.
19556
19557         * basic.cs: Add conv.ovf.i4.un test.
19558
19559 2005-06-09  Massimiliano Mantione  <massi@ximian.com>
19560
19561         * mini.c: (remove_block_if_useless) Fixed bug 75061.
19562         
19563 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19564
19565         * mini.c: no SIGUSR2 on windows. Remove it for PLATFORM_WIN32.
19566
19567 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
19568
19569         * *-ia64.*: Ongoing IA64 work.
19570
19571 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19572
19573         * trace.[ch]:
19574         * mini.c: added the ability to toggle trace on/off using SIGUSR2.
19575
19576 2005-06-04  Zoltan Varga  <vargaz@freemail.hu>
19577
19578         * mini-ia64.c mini-ia64.h: Fix cleanup of memory stack.
19579
19580 2005-06-03  Zoltan Varga  <vargaz@freemail.hu>
19581
19582         * mini-amd64.c (emit_call): Fix yet another bug in the near call optimization.
19583
19584         * mini-amd64.c (amd64_patch): Add an assert to check that the destination
19585         of a call is callable by a near call.
19586
19587 2005-05-31  Zoltan Varga  <vargaz@freemail.hu>
19588
19589         * mini-ia64.c: Ongoing IA64 work.
19590
19591 2005-05-29  Zoltan Varga  <vargaz@freemail.hu>
19592
19593         * genmdesc.c: Make the generated array non-static.
19594
19595         * inssel-long.brg: Fix LSHR_IMM rule.
19596
19597         * *-ia64.*: Ongoing IA64 work.
19598
19599         * *-ia64.*: Ongoing IA64 work.
19600
19601 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
19602
19603         * *-ia64.*: Ongoing IA64 work.
19604
19605         * *-ia64.*: Ongoing IA64 work.
19606         
19607         * mini-ia64.c: Ongoing IA64 work.
19608
19609         * *-ia64.* jit-icalls.c mini-codegen.c: Ongoing IA64 work.
19610
19611 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
19612
19613         * objects.cs basic-calls.cs: Move some tests to objects.cs.
19614         
19615         * objects.cs basic-long.cs: Move some tests to objects.cs.
19616
19617 2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
19618
19619         * *-ia64.*: Ongoing IA64 work.
19620
19621         * iltests.il: Add a new test.
19622
19623         * mini.c (mono_method_to_ir): Initialize valuetypes when created using
19624         newobj. Fixes #75042.
19625
19626 2005-05-22  Zoltan Varga  <vargaz@freemail.hu>
19627
19628         * *-ia64.*: Ongoing IA64 work.
19629         
19630         * *-ia64.*: Ongoing IA64 work.
19631         
19632         * *-ia64.*: Ongoing IA64 work.
19633
19634         * basic.cs objects.cs: Move tests accessing static variables as well.
19635
19636         * basic.cs objects.cs: Move test_0_pin_string to objects.cs.
19637
19638 2005-05-21  Zoltan Varga  <vargaz@freemail.hu>
19639
19640         * mini.c (SIG_HANDLER_SIGNATURE): Fix warning.
19641
19642         * driver.c: Always print failed tests.
19643
19644         * mini-codegen.c: Use cfg->frame_reg instead of a macro for the
19645         frame pointer.
19646
19647         * *ia64*: Ongoing IA64 work.
19648
19649 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
19650
19651         * basic.cs: Add tests for add.ovf. Fix warnings.
19652
19653 2005-05-18  Miguel de Icaza  <miguel@novell.com>
19654
19655         * driver.c (mono_main): Avoid crash if no argument is passed to
19656         --break;  Do not use g_error, but f_printf.   And fix all other
19657         ocurrences of the same crash.
19658
19659 2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
19660
19661         * mini.h mini.c: Generalize the existing uses of the MONO_DEBUG env variable
19662         and add a new one: aborting when a SIGSEGV is raised while in unmanaged code.
19663         Fixes #74742.
19664
19665 2005-05-14  Zoltan Varga  <vargaz@freemail.hu>
19666
19667         * *-ia64.*: Add beginnings of IA64 backend.
19668
19669         * Makefile.am mini-arch.h mini-codegen.c: Add IA64 support.     
19670
19671 2005-05-13  Zoltan Varga  <vargaz@freemail.hu>
19672
19673         * inssel-long.brg: Add missing ulong->{i1, i2} checked conversions.
19674         Fixes #74925.
19675
19676         * basic-long.cs exceptions.cs: Add new tests. Fix some warnings.
19677
19678         * mini-amd64.c: Fix a warning.
19679
19680 2005-05-10  Zoltan Varga  <vargaz@freemail.hu>
19681
19682         * mini-amd64.c (mono_arch_output_basic_block): Fix stack space leakage
19683         in float_neg. Fixes #74897.
19684
19685         * mini-amd64.c (emit_call): Fix another near call bug.
19686
19687 2005-05-06  Sebastien Pouliot  <sebastien@ximian.com>
19688
19689         * declsec.c: Keep the appdomain information in the structure. Added a 
19690         missing "return FALSE" for Unmanaged if FullTrust is set (or else the
19691         value gets overwritten).
19692         * declsec.h: Set the default MonoArray for the the stack to 6. Added
19693         an MonoAppDomain member to MonoSecurityFrame.
19694         * mini-exceptions.c: Do not use a glist to keep GC allocated objects
19695         used in the stack walk. Now use a MonoArray which grow (double) when
19696         it gets full.
19697
19698 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
19699
19700         * mini.c: Re-enabled runtime cleanup, since running threads should
19701         now properly stop when exiting.
19702
19703 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
19704
19705         * mini-codegen.c: New file contaning the arch-independent local
19706         register allocator. Not used by any architectures yet.
19707
19708         * mini.h linear-scan.c: Merge some changes from the 
19709         mini-xp-local-regalloc branch.
19710
19711 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
19712
19713         * mini-amd64.c (emit_call): Fix calls to native functions when the
19714         runtime is compiled as a shared library. Fixes #74756.
19715
19716         * mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
19717         on a literal field. Fixes #74751.
19718
19719 2005-04-25  Raja R Harinath  <rharinath@novell.com>
19720
19721         * Makefile.am (RUNTIME): Add MONO_CFG_DIR.
19722
19723 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
19724
19725         * objects.cs: Add missing null casting test.
19726
19727 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
19728
19729         * mini-exceptions.c (mono_find_jit_info): Fix native offset calculation
19730         in wrapper methods. Also rename 'address' variable to 'offset'.
19731
19732 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
19733
19734         * mini.c debug-mini.c aot.c tramp-x86.c driver.c: Fix some gcc 4.0
19735         warnings.
19736         
19737         * Makefile.am (MCS): Use -unsafe instead of --unsafe.
19738
19739         * aot.c: Applied patch from "The Software Team" <software@solmersa.com>. Make AOT compilation
19740         work on windows.
19741
19742 Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
19743
19744         * exceptions-ppc.c: update code to handle stack traces (fixes bug #74452).
19745
19746 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
19747
19748         * mini-x86.c (mono_emit_stack_alloc): Initialize the whole allocated area not
19749         just the last bytes.
19750
19751 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
19752
19753         * aot.c (mono_compile_assembly): Fix warning.
19754
19755         * mini-exceptions.c (ves_icall_get_frame_info): Fix bug introduced
19756         by the _MSC_VER stuff.
19757
19758 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
19759
19760         * inssel-long.brg: Fix #74588.
19761
19762         * cpu-amd64.md: Fix #74591.
19763
19764         * iltests.il: Add new regression tests.
19765
19766 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
19767
19768         * trace.c (mono_trace_enter_method): Print enums as an int, not as a
19769         valuetype.
19770
19771 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
19772
19773         * mini-x86.c (setup_stack): Unconditionally call pthread_attr_init ().
19774
19775         * exceptions-x86.c mini-x86.h mini-x86.c: Applied some freebsd patches 
19776         from Bill Middleton <flashdict@gmail.com>.
19777
19778 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
19779
19780         * arrays.cs: Add new regression test. Fix warnings.
19781
19782 2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
19783
19784         * mini-amd64.c (mono_arch_output_basic_block): Fix stack alignment
19785         and leakage in CKFINITE.
19786
19787         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Change
19788         this to a null op since it is called on amd64 too.
19789
19790         * exceptions-amd64.c (get_throw_trampoline): Align stack.
19791
19792         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Remove
19793         body since this is not used on amd64.
19794         
19795         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Remove duplicate define.
19796
19797         * mini-amd64.c: Remove obsolete fixmes.
19798
19799         * mini.c (print_method_from_ip): Fix debugging support.
19800
19801 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
19802
19803         * ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
19804         so that expressions that don't give much gain are not reduced.
19805         * ssapre.h: Likewise.
19806
19807 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
19808
19809         * exceptions-x86.c (mono_arch_find_jit_info): Remove last SC_EBP reference.
19810
19811         * mini-x86.c (mono_emit_stack_alloc): Fix localloc under windows.
19812
19813         * mini-x86.h exceptions-x86.c: Hopefully fix compilation on *BSD.
19814
19815 2005-04-01  Zoltan Varga  <vargaz@freemail.hu>
19816
19817         * mini-sparc.c mini-sparc.h: Add asserts when running with sigaltstack.
19818
19819         * exceptions-x86.c (mono_arch_monoctx_to_sigctx): Fix cygwin build.
19820
19821 2005-03-31  Zoltan Varga  <vargaz@freemail.hu>
19822
19823         * mini-x86.c: If sigaltstack support is enabled, perform win32 style
19824         stack touching.
19825
19826         * mini.h (mono_arch_sigctx_to_monoctx): New arch-specific function.
19827
19828         * mini.h (mono_arch_monoctx_to_sigctx): New arch-specific function.
19829
19830         * mini.c: sigaltstack support requires MONO_ARCH_USE_SIGACTION.
19831
19832         * mini-x86.h mini-x86.c exceptions-x86.c: Add support for 
19833         MONO_ARCH_USE_SIGACTION. Fixes #74252.
19834
19835         * mini-x86.h: Enable MONO_ARCH_USE_SIGACTION on linux.
19836
19837         * mini-x86.c: Fix up stack overflow handling.   
19838
19839         * exceptions.cs: Add new regression test.
19840
19841 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
19842
19843         * mini-x86.c (mono_arch_emit_prolog): Adjust stack after calls to
19844         mono_jit_thread_attach.
19845
19846         * mini.c (mono_method_to_ir): Verify called method is not abstract.
19847
19848 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
19849
19850         * mini.c (mono_method_to_ir): Applied Ben's patch from bug #61441 to
19851         avoid calling constructors using callvirt.
19852
19853         * inssel.brg: Fix #74073.
19854
19855 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
19856
19857         * aot.c, mini.h: Added mono-compiler.h header to allow/ease 
19858         compilation with non-GCC compilers.
19859         * mini-exceptions.c, mini-x86.c|h: Patches to make compilation of mono
19860         possible using VS.NET. Adapted from the work of J Lothian (for VC6).
19861
19862 Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19863
19864         * inssel.brg, arrays.cs: fix long standing 64 bit issue in access to
19865         klass->interface_offsets (will likely fix bug#74073).
19866
19867 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
19868
19869         * mini-amd64.c (mono_arch_is_int_overflow): Fix rex handling.
19870
19871 2005-03-28  Zoltan Varga  <vargaz@freemail.hu>
19872
19873         * mini-amd64.c (mono_arch_output_basic_block): Fix order of parameters
19874         to amd64_div_reg_size ().
19875         
19876         * mini-amd64.c (mono_arch_emit_exceptions): Emit a near call here too.
19877
19878 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
19879
19880         * cpu-amd64.md (store_membase_reg): Fix length of storer8 opcodes.
19881
19882 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
19883
19884         * driver.c: Turn off automatic command line globbing under windows. Fixes #73763.
19885
19886 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
19887
19888         * mini.c (mono_method_to_ir): Remove debugging stuff left in by mistake.
19889         
19890         * mini.c (mono_precompile_assembly): Load and precompile referenced
19891         assemblies as well. Fixes #74015.
19892
19893 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
19894
19895         * cpu-amd64.md (sin): Fix up maximum lengths of some opcodes.
19896
19897 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
19898
19899         * declsec.c: Skip linkdemand checks for intra-corlib calls. This skips
19900         a lot of checks and (anyway) permissions cannot work until corlib is 
19901         loaded.
19902
19903 Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus@ximian.com>
19904
19905         * mini-ppc.c: fixed ABI issue on sysv/ppc.
19906
19907 Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus@ximian.com>
19908
19909         * tramp-ppc.c, exceptions-ppc.c: added missing icache flush
19910         calls (fixes bug#72824).
19911
19912 Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus@ximian.com>
19913
19914         * mini.c: fix tail recursion elimination (see test in bug#73936).
19915
19916 2005-03-21  Zoltan Varga  <vargaz@freemail.hu>
19917
19918         * mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
19919         some fp functions in sse2 mode.
19920
19921 2005-03-20  Zoltan Varga  <vargaz@freemail.hu>
19922
19923         * mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.
19924
19925 2005-03-19  Zoltan Varga  <vargaz@freemail.hu>
19926
19927         * mini.h mini.c: Add mono_get_jit_tls_key ().
19928
19929         * mini-x86.c: Enable fast TLS support on windows.
19930
19931 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
19932
19933         * declsec.c: Renamed aptc to allowpartiallytrustedcallers.
19934         * mini.c: Check for p/invoke method when generating code. If a
19935         p/invoke method, or it's class, isn't decorated with [Suppress
19936         UnmanagedCodeSecurity] then generate code to call System.Security.
19937         UnmanagedDemand (only if the security manager is active).
19938
19939 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
19940
19941         * tramp-amd64.c (create_specific_trampoline): Revert parts of the 
19942         last change as it seems to cause strange crashes.
19943         
19944 Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian.com>
19945
19946         * *.c: handle unsafe function pointers where needed.
19947
19948 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
19949
19950         * mini.c (mono_jit_free_method): Remove the fixme too.
19951
19952 2005-03-15  Miguel de Icaza  <miguel@novell.com>
19953
19954         * mini.c: As discussed, make the code actually free the delegate
19955         thunk now, to enable the debugging of delegate problems, use
19956         MONO_DEBUG=1 when running Mono. 
19957
19958         This takes also care of parts of the leaks as seen by Joe.
19959
19960 2005-03-15  Zoltan Varga  <vargaz@freemail.hu>
19961
19962         * mini-amd64.c (mono_arch_setup_jit_tls_data): Enable 
19963         thread_tls_offset calculation.
19964
19965 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
19966
19967         * declsec.c: Reworked linkdemand checks for icall. The previous code
19968         was using the declaration code (untrusted) and didn't work as expected
19969         with the CLR 2.0. We're now more compatible with 2.0 than 1.x for this
19970         specific case.
19971
19972 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
19973
19974         * iltests.il: Add new localloc test.
19975
19976         * mini-amd64.c: Handle large stack allocations the same way as on
19977         windows if stack overflow handling is working.
19978         
19979         * mini-amd64.c: Allocate the signal stack using mmap.
19980
19981         * mini.c (sigsegv_signal_handler): Fix reading of context.
19982
19983         * mini-exceptions.c: Fix up stack overflow handling.
19984
19985         * mini-amd64.h mini-amd64.c: Fix up stack overflow handling.
19986
19987         * tramp-amd64.c (create_specific_trampoline): Optimize trampoline size.
19988
19989         * exceptions-amd64.c (mono_amd64_exceptions_init): Remove this.
19990
19991         * mini.h mini.c tramp-*.c: Move common trampoline code to mini.c.
19992
19993         * mini-x86.h mini-x86.c mini-amd64.h mini-amd64.c: Get rid of the
19994         tramp_init functions as they are no longer needed.
19995
19996 2005-03-12  Zoltan Varga  <vargaz@freemail.hu>
19997
19998         * tramp-amd64.c (mono_amd64_tramp_init): Fix typo.
19999         
20000         * tramp-amd64.c (mono_amd64_tramp_init): Init AOT trampoline as well.
20001
20002         * mini-amd64.h mini-amd64.c (mono_amd64_exceptions_init): Remove this.
20003         
20004         * mini.c mini-*.h: Remove OUT_OF_LINE_BBLOCK defines since all arches
20005         support that now.
20006
20007         * mini-ops.h: Add OP_LMUL_IMM.
20008
20009         * mini.c jit-icalls.cmini-amd64.h mini-amd64.c cpu-amd64.md: Implement
20010         long mul/div opcodes as intrinsic.
20011
20012         * mini-amd64.c (emit_call): Handle the case when the callee might be
20013         an AOT method.
20014
20015 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
20016
20017         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Reorder cases to be
20018         extra safe.
20019         
20020         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Fix ordering of cases.
20021
20022         * aot.c (mono_aot_load_method): Get rid of bogus make_writable call.
20023
20024 2005-03-09  Ben Maurer  <bmaurer@ximian.com>
20025
20026         * mini.c (mono_codegen): Don't leak here, to help people running
20027         monogrind.
20028
20029 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
20030
20031         * mini-amd64.c (mono_arch_output_basic_block): Fix int->float 
20032         conversions in sse2 mode.
20033
20034         * basic-float.cs: Add regression test.
20035         
20036         * mini-amd64.c: Reenable sse2.
20037
20038 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
20039
20040         * mini-amd64.c: Disable sse2 until some regressions are fixed.
20041
20042 2005-03-07      Joerg Rosenkranz <joergr@voelcker.com>
20043
20044         * driver.c: Copyright text should include 2005.
20045         
20046 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
20047
20048         * cpu-amd64.md (load_membase): Fix more max lengths.
20049
20050 2005-03-06  Zoltan Varga  <vargaz@freemail.hu>
20051
20052         * cpu-amd64.md (load_membase): Fix max length.
20053
20054         * mini-ops.h: Add OP_F<xx>_MEMBASE opcodes.
20055
20056         * inssel.brg: Add MONO_EMIT_BIALU_MEMBASE macro.
20057
20058         * cpu-amd64.md inssel-amd64.brg mini-amd64.h mini-amd64.brg: Finish SSE2
20059         support and enable it by default. Also add OP_F<xxx>_MEMBASE opcodes.
20060
20061         * basic-float.cs: Add rounding regression test.
20062
20063         * mini-amd64.c (INST_IGNORES_CFLAGS): Add more instructions.
20064
20065 2005-03-04  Neale Ferguson <NealeFerguson@earthlink.net>
20066
20067         * inssel-s390.brg, mini-s390.c: Add support for passing/returning small
20068         structures in registers for pinvoke wrappers.
20069
20070 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
20071
20072         * mini-exceptions.c (ves_icall_get_trace): Return wrapper info as well.
20073
20074 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
20075
20076         * mini.h mini.c mini-x86.c: Pass the domain of the native->managed
20077         wrapper to mono_jit_thread_attach.
20078
20079         * mini.c (mini_jit_thread_attach): New jit icall.
20080
20081         * mini-x86.c (mono_arch_emit_prolog): Attach to the VM in 
20082         native->managed wrappers.
20083
20084         * exceptions.cs: Add new regression test.
20085
20086         * mini.c (optimize_branches): Check regions in the cbranch to throw
20087         block case as well. Fixes #73242.
20088
20089 Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus@ximian.com>
20090
20091         * mini.c: thread safety fixes.
20092
20093 2005-02-27  Zoltan Varga  <vargaz@freemail.hu>
20094
20095         * tramp-amd64.c (amd64_magic_trampoline): Disable the method_ptr
20096         patching stuff, since delegates use jump trampolines so there is
20097         no caller.
20098
20099         * tramp-amd64.c (create_trampoline_code): Pass NULL as 'code' in 
20100         jump trampolines.
20101         
20102         * tramp-amd64.c: Fix build.
20103
20104         * mini-x86.c tramp-x86.c: Moved get_vtable_slot_addr into mini-x86.c and rename
20105         it to mono_arch_.... Add get_delegate_method_ptr implementation for x86.
20106
20107         * mini-amd64.h mini.h mini-amd64.c tramp-amd64.c (mono_amd64_get_vcall_slot_addr):
20108         Rename this to mono_arch....
20109         (mono_amd64_get_delegate_method_ptr_addr): Ditto.
20110
20111         * mini-amd64.c (mono_amd64_get_delegate_method_ptr_addr): New helper function.
20112
20113         * mini-amd64.c (emit_call): If both the caller and the callee is
20114         guaranteed to have 32 bit addresses, emit a normal call.
20115
20116         * tramp-amd64.c: Adapt to changes in mini-amd64.c.
20117
20118         * tramp-amd64.c (amd64_magic_trampoline): Remove patching of trampolines. 
20119         * tramp-amd64.c (amd64_magic_trampoline): Add support for patching the
20120         method_ptr inside delegates.
20121
20122 2005-02-26  Zoltan Varga  <vargaz@freemail.hu>
20123
20124         * mini.c (mono_jit_free_method): Free the method info even if the native code is
20125         invalidated. Fixes #73001.
20126
20127         * mini.c: Add a proper icall wrapper for mono_delegate_ctor.
20128
20129         * mini-x86.c: Only use stdcall for pinvokes on windows.
20130
20131 Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus@ximian.com>
20132
20133         * mini.c, mini.h: make mono_lmf_addr a fast-access thread var.
20134         * mini-x86.c: remove unreliable __thread var offset detection,
20135         use the correct accessors and enable by default.
20136
20137 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
20138
20139         * mini.c (mono_jit_free_method): Fix memory leak.
20140
20141 2005-02-22  Zoltan Varga  <vargaz@freemail.hu>
20142
20143         * mini.c (mono_method_to_ir): Allocate a GOT var for THROW and RETHROW. 
20144
20145 2005-02-21  Zoltan Varga  <vargaz@freemail.hu>
20146
20147         * cpu-amd64.md: Fix lengths of atomic opcodes.
20148
20149 Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus@ximian.com>
20150
20151         * driver.c: try to not imply using ICU is any good.
20152
20153 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
20154
20155         * mini-amd64.c (mono_arch_get_inst_for_method): Implement more 
20156         functions as inline ops.
20157
20158         * mini-ops.h inssel-amd64.brg cpu-amd64.md mini-amd64.c: Implement
20159         some Interlocked functions as inline ops.
20160
20161         * mini.c (move_basic_block_to_end): Fix bug in last patch.
20162
20163         * mini.h (MonoBasicBlock): Reorganize fields a bit.
20164
20165         * mini-ops.h inssel.brg: Add OP_NOT_REACHED.
20166
20167         * mini.c: Add support for OP_NOT_TAKEN.
20168
20169         * mini-amd64.h mini-amd64.c: Add support for passing/returning small 
20170         structures in registers for pinvoke wrappers.
20171
20172         * mini-amd64.c: Fix warnings.
20173
20174 2005-02-19  Zoltan Varga  <vargaz@freemail.hu>
20175
20176         * mini.h (MonoCompile): Add 'ret_var_is_local' field.
20177
20178         * mini.h mini.c (mono_arch_create_vars): Add new arch specific hook.
20179
20180         * mini.c (NEW_RETLOADA): If the ret variable is a local, use its 
20181         address instead of loading the address from it.
20182
20183         * mini-x86.c: Add support for returning small structs in registers
20184         on Win32. Fixes part of #70864.
20185         
20186 2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
20187
20188         * trace.c (get_token): Improve error checking.
20189
20190 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
20191
20192         * jit-icalls.c (mono_ldvirtfn): Explicitly check for a NULL obj here.
20193
20194 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com> 
20195  
20196         * mini.h: Moved MONO_EXCEPTION_* enum to metadata/class-internals.h so
20197         it can be reused for MonoClass.
20198         * mini.c: Renamed MONO_EXCEPTION_SECURITY to MONO_EXCEPTION_SECURITY
20199         _LINKDEMAND.
20200
20201 2005-02-15  Sebastien Pouliot  <sebastien@ximian.com>
20202
20203         * mini.c: Fixed 2 cases where I sent a MonoMethod to managed code 
20204         instead of a MonoReflectionMethod. The method information wasn't used
20205         when displaying SecurityException details (but will be now).
20206
20207 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
20208
20209         * Makefile.am : windows build fix.
20210
20211 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
20212
20213         * iltests.il: Add new regression test.
20214
20215         * mini.c (mono_method_to_ir): Allocate a GOT var in CEE_NEWOBJ. Fixes
20216         #72522.
20217
20218 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com> 
20219  
20220         * mini.c: Moved linkdemand check into helper function check_linkdemand
20221         to allow reuse for all intructions (CALL, CALLVIRT, NEWOBJ, JMP, 
20222         LDFTN, LDVIRTFTN).
20223
20224 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>
20225
20226         * declsec.c: Added statistics counter for different kinds of 
20227         LinkDemands.
20228         * mini.h: Added CAS statistic counters to MonoJitStats. Removed unused
20229         (and commented) declaration.
20230         * mini.c: Added statistics counter for security Demand code 
20231         generation. Added display of security statistics.
20232
20233 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
20234
20235         * declsec.c (mono_declsec_linkdemand_aptc): Applied patch from Robert Jordan (robertj@gmx.net).
20236         Fix compilation errors under gcc-2.95.
20237
20238 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
20239
20240         * mini.c, driver.c: Use the new jit trampoline hashtable
20241
20242 Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20243
20244         * mini.c, jit-icalls.c: use the managed implementation of memcpy, too.
20245
20246 2005-02-11  Martin Baulig  <martin@ximian.com>
20247
20248         * debug-mini.c (mono_debug_close_method): Free the line number array.
20249
20250 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
20251
20252         * aot.c: Break up large methods into smaller ones. Share GOT slots for
20253         icalls.
20254
20255         * mini.h: Bump AOT file format version. 
20256
20257 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
20258
20259         * declsec.c: Added LinkDemand support and it's special cases for ECMA,
20260         APTC and P/Invoke.
20261         * declsec.h: Added macros to get/set lazyly initialized security 
20262         informations about assemblies. Added new enum for different type of
20263         possible LinkDemand violation. Added function to check LinkDemands.
20264         * mini.h: Added a field to MonoCompile to hold any security violation
20265         detected when JITting a method (so it can be thrown later).
20266         * mini.c: Added LinkDemand checks in mono_method_to_ir for CEE_CALL 
20267         and CEE_CALLVIRT. Added code to throw exception at the end of
20268         mini_method_compile (note: the exception is unhandled right now).
20269
20270 Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus@ximian.com>
20271
20272         * mini.c, jit-icalls.c: use the managed implementation of
20273         memset for initobj and memset, to avoid managed <-> unmanaged
20274         transitions.
20275
20276 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
20277
20278         * inssel.brg (mini_emit_virtual_call): Disable the virtual->nonvirtual
20279         optimization if it would need a GOT var.
20280
20281         * basic.cs: Add tests for constant propagation and switch statements.
20282
20283         * ssa.c: Fix out-of-range constant propagation and switch statements.
20284
20285 2005-02-09    <vargaz@freemail.hu>
20286
20287         * inssel-x86.brg (reg): Align the allocation size in the localloc(imm) case too.
20288
20289 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
20290
20291         * cpu-amd64.md (load_membase): Fix max length of load_membase.
20292
20293 Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20294
20295         * mini.c: update to new signature of mono_class_get_allocation_ftn().
20296
20297 2005-02-06  Neale Ferguson <NealeFerguson@earthlink.net>
20298
20299         * cpu-s390.md,  mini-s390.c: Correct bug with register usage on certain 
20300         arithmetic operations.
20301
20302 Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus@ximian.com>
20303
20304         * mini-ppc.c: add a workaround for broken user code that
20305         DllImports vararg functions with non-vararg signatures.
20306
20307 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
20308
20309         * mini.c (mono_jit_compile_method_inner): Add detection and a 
20310         meaningfull error message for assemblies written in Managed C++.
20311
20312         * tramp-amd64.c mini-amd64.h: Add support for 
20313         create_trampoline_from_token ().
20314
20315         * aot.c mini-x86.c abcremoval.c: Applied patch from
20316         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
20317
20318 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
20319
20320         * mini.h mini.c mini-x86.h tramp-x86.c: Add a new kind of trampoline 
20321         which takes a MonoImage/token as parameter instead of a MonoMethod.
20322
20323         * aot.c: Use the new trampoline for initializing vtables.
20324
20325         * aot.c: Add support for ldfld/stfld_remote wrappers.
20326
20327         * mini-ops.h cpu-pentium.md inssel-x86.brg mini-x86.c: Add optimized
20328         rules for compare <MEM>, IMM.
20329
20330         * mini.h (MONO_AOT_FILE_VERSION): Bump it.
20331
20332         * aot.c: Handle inherited finalizers correctly.
20333
20334 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
20335
20336         * inssel.brg (stmt): Add a missing _setup_... ().
20337
20338         * aot.c: Save some parts of the class state to the AOT file and use it
20339         to recompute that state when a class is initialized.
20340
20341         * mini.c: Install AOT hooks into the runtime.
20342
20343         * mini.h: Bump AOT file format version.
20344         
20345         * mini.c (mono_method_to_ir): Initialize pointer type locals correctly.
20346         Fixes #72148.
20347
20348         * iltests.il: Add new test.
20349
20350 Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20351
20352         * mini.c: fix typo.
20353
20354 Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus@ximian.com>
20355
20356         * mini.c: setup the statistical profiler in the thread attach
20357         callback to cope with the new single thread code.
20358
20359 Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus@ximian.com>
20360
20361         * mini-ppc.c: ensure we have enough room for the profiler
20362         calls (fixed bug#72084).
20363
20364 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
20365
20366         * aot.c: Get rid of the MonoAotMethod structure and the hashtable holding 
20367         it.
20368
20369 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20370
20371         * driver.c: Re-enabled SSAPRE (two commits, I was just dumb).
20372
20373 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20374
20375         * ssapre.c: Fixed an issue with down safety (this allows IronPython
20376         to succesfully execute parrotbench).
20377         * ssapre.h: Likewise.
20378
20379 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20380
20381         * ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
20382         variable for stores to method arguments (fixes a SSAPRE issue).
20383
20384 Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20385
20386         * mini.c: handle value types in dup, fixes gen-112.cs.
20387
20388 Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus@ximian.com>
20389
20390         * mini-ppc.c, cpu-g4.md, tramp-ppc.c: use a slower code
20391         sequence for calls in dynamic methods to avoid thunks.
20392
20393 Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20394
20395         * mini.c: correctly remove dynamic methods from the hashtable.
20396
20397 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20398
20399         * driver.c: Disabled SSAPRE until fix the bug that appears
20400         in IronPython's parrotbench.
20401
20402 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
20403
20404         * aot.c (mono_compile_assembly): Get rid of Skip (other) messages.
20405
20406         * mini.c (mono_method_to_ir): Revert the previous change.
20407         
20408         * mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
20409         when AOT compiling.
20410
20411         * tramp-x86.c (x86_magic_trampoline): Avoid calls to 
20412         mono_jit_info_table_find () etc. when running under valgrind.
20413
20414         * inssel.brg: Fix warnings.
20415
20416         * mini-exceptions.c: Fix warnings.
20417
20418 2005-01-31  Martin Baulig  <martin@ximian.com>
20419
20420         * driver.c (compile_all_methods_thread_main): Don't try to compile
20421         generic methods or anything which has type parameters.
20422
20423 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
20424
20425         * aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.
20426
20427         * TestDriver.cs: Add --verbose flags.
20428
20429         * graph.c ssa.c: Fix 64 bit warnings.
20430         
20431         * abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c 
20432         trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
20433         Fix 64 bit warnings.
20434
20435         * mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
20436         variable not spotted by gcc.
20437         
20438         * mini-amd64.c inssel-amd64.brg: Applied patch from  
20439         Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of 
20440         X86_COMPARE_MEMBASE opcodes.
20441
20442         * exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.
20443
20444 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
20445
20446         * *: MonoMethod->signature might be NULL now. You *MUST* use
20447         mono_method_signature.
20448
20449 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
20450
20451         * driver.c (compile_all_methods_thread_main): Compile the methods
20452         without invoking cctors.
20453
20454 Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20455
20456         * mini.c: remove ben's "optimizations" to dup+stloc (bug #71905).
20457         * basic-calls.cs: test for the above.
20458
20459 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
20460
20461         * mini.c mini-exceptions.c aot.c exceptions-*.c: Update after 
20462         MonoJitInfo changes.
20463
20464 2005-01-27  Zoltan Varga  <vargaz@freemail.hu>
20465
20466         * mini-exceptions.c (mono_handle_exception): Compute the stack trace
20467         eagerly if it contains dynamic methods.
20468         
20469         * mini-exceptions.c (ves_icall_System_Exception_get_trace): New icall.
20470
20471         * mini-exceptions.c (mono_handle_exception): Avoid computing the stack
20472         trace, it is now computed by an icall from trace_ips.
20473         
20474         * mini-exceptions.c: Fix a warning.
20475
20476 Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus@ximian.com>
20477
20478         * mini-exceptions.c: don't bother getting stack trace info if
20479         it's not going to be used.
20480
20481 2005-01-27  Raja R Harinath  <rharinath@novell.com>
20482
20483         * Makefile.am (common_sources): Add ssapre-cee-ops.h and
20484         ssapre-mini-ops.h.
20485
20486 2005-01-26  Zoltan Varga  <vargaz@freemail.hu>
20487
20488         * mini.c (remove_block_if_useless): Only print debug stuff with -v -v.
20489
20490         * aot.c: Avoid calling mono_method_get_header () if not needed.
20491
20492         * mini.h: Bump AOT file format version.
20493         
20494         * mini.c (mono_emit_native_call): Allocate a GOT var here.
20495
20496         * mini.c (mono_print_tree): Print more info for calls.
20497
20498 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
20499
20500         * declsec.h: Remove warning by adding missing include for marshal.h
20501
20502 2005-01-26  Martin Baulig  <martin@ximian.com>
20503
20504         * mini.c (mono_method_to_ir): In CEE_UNBOX_ANY, don't increase
20505         `ip' twice.
20506
20507 2005-01-25  Zoltan Varga  <vargaz@freemail.hu>
20508
20509         * mini-amd64.c (mono_arch_call_opcode): Add missing MONO_SSA_LOAD/STORE
20510         flags.
20511
20512         * ssa.c (mono_ssa_compute): Fix crashes when using AOT.
20513
20514         * aot.c (mono_compile_assembly): Fix a warning.
20515
20516 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com>
20517
20518         * declsec.c: Look for security attributes on the original MonoMethod 
20519         (and not the wrapped one). This fix permissions on icalls.
20520
20521 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
20522
20523         * mini-amd64.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
20524
20525         * mini.c (mono_allocate_stack_slots): Add a fixme.
20526
20527         * mini-x86.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
20528
20529 Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus@ximian.com>
20530
20531         * inssel.brg: optimize casts of sealed types (more
20532         optimizations waiting for fixes in remoting).
20533
20534 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
20535
20536         * inssel.brg (stmt): Add another dummy rule.
20537
20538         * driver.c: Fix warnings.
20539
20540         * driver.c (mono_main): If running under valgrind, instruct glib to use
20541         the system allocation functions so valgrind can track the memory
20542         allocated by the g_... functions.
20543
20544         * inssel.brg (stmt): Add DUMMY rule for OP_DUMMY_STORE.
20545
20546         * mini-ops.h: Add OP_DUMMY_STORE opcode.
20547
20548         * mini.h (MONO_BBLOCK_IS_IN_REGION): New helper macro.
20549
20550         * liveness.c: Handle OP_DUMMY_STORE. Enable register allocation for
20551         variables in try regions.
20552
20553         * mini.c (mini_method_compile): Don't disable optimizations on large
20554         methods when AOT compiling.
20555
20556         * mini.c (mono_allocate_stack_slots): New arch independent method to 
20557         allocate stack slots. Not yet used.
20558
20559 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
20560
20561         * debug-mini.c (mono_debug_close_method): Plug some leaks.
20562
20563 Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus@ximian.com>
20564
20565         * mini-ppc.c: make the branch info relative as the code
20566         buffer can be reallocated.
20567
20568 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
20569
20570         * aot.c: Allow decoding of the new  MONO_PATCH_INFO_DECLSEC.
20571         * driver.c: Removed the AOT/security restriction. Now initialize the
20572         security manager (in metadata) if --security is used.
20573         * mini.c|h: Add the MONO_PATCH_INFO_DECLSEC code to use the index,
20574         rather than the pointer to declarative security, when AOT is used.
20575
20576 Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus@ximian.com>
20577
20578         * mini.h, mini-ppc.h, mini-ppc.c: updated to use out of line
20579         basic blocks, reduced intrinsic exception throwing code size.
20580
20581 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
20582
20583         * driver.c (mini_usage): Reorder the usage screen.
20584
20585 2005-01-21  Zoltan Varga  <vargaz@freemail.hu>
20586
20587         * mini.c (mono_resolve_patch_target): Fix warning.
20588
20589 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
20590
20591         * mini-x86.c (mono_arch_local_regalloc): Fix bug introduced by
20592         previous patch.
20593
20594         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
20595
20596         * mini-amd64.c (mono_arch_local_regalloc): Revert last patch as it
20597         breaks the amd64 build.
20598
20599         * mini-x86.c (mono_arch_local_regalloc): Fix bug in div/rem 
20600         register allocation. Fixes #71454.
20601
20602         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
20603
20604         * arrays.cs: Add new regression test.   
20605
20606 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20607
20608         * ssapre.c: Turned usage of snprintf to GString.
20609         * ssapre.h: disabled MONO_APPLY_SSAPRE_TO_SINGLE_METHOD
20610         (I left it on by mistake in my previous commit).
20611
20612 Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus@ximian.com>
20613
20614         * mini.c, cfold.c, basic-calls.cs: preserve side effects
20615         on cond branch optimization (fixes bug# 71515).
20616
20617 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20618
20619         * abcremoval.c: Fixed bug 71062.
20620         * abcremoval.h: Likewise.
20621
20622 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20623
20624         * mini.c: Added a new functionality to optimize_branches, the removal
20625         of useless basic blocks, and fixed some problem in the removal of
20626         critical edges; some utility functions added for both purposes.
20627         * ssapre.c: Added complex expression support, and fixed bug 70637.
20628         * ssapre.h: Likewise.
20629         * ssapre-cee-ops.h: Added file with list of "CEE_*" opcodes
20630         enabled in SSAPRE.
20631         * ssapre-mini-ops.h: Likewise, but for "OP_*" opcodes.
20632         * driver.c: Re-enabled SSAPRE.
20633
20634 2005-01-19  Martin Baulig  <martin@ximian.com>
20635
20636         * mini.c (mono_method_to_ir): Call mono_get_inflated_method() on
20637         the result of mono_get_method_constrained().
20638
20639 2005-01-18  Neale Ferguson <NealeFerguson@earthlink.net>
20640
20641         * exceptions-s390.c tramp-s390.c: Allocate code using the global code
20642         manager.
20643
20644 2005-01-18  Geoff Norton  <gnorton@customerdna.com>
20645
20646         * jit-icalls.c (mono_llmult_ovf): Fix other overflow conditions to
20647         be detected.  Fixes #59296.
20648
20649 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
20650
20651         * mini-amd64.c (mono_arch_output_basic_block): Remove some assertions
20652         which can happen. Fixes #71361.
20653
20654 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
20655
20656         * exceptions-sparc.c tramp-sparc.c: Allocate code using the global code
20657         manager.
20658
20659 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
20660
20661         * mini.c (mono_create_jump_trampoline): Revert last change as it causes
20662         appdomain-unload.exe to fail.
20663         
20664         * mini.c: Fix some memory leaks.
20665
20666 Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus@ximian.com>
20667
20668         * inssel.brg: handle the new size of rank, idepth, max_interface_id.
20669         Fixed bug and sped up some codepaths.
20670
20671 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
20672
20673         * mini.c: Fix some memory leaks.
20674
20675         * exceptions.cs basic-long.cs: Add test for checked ulong->int 
20676         conversion.
20677
20678         * inssel-long.brg: Implement long_conv_to_ovf_i4_un. Fixes #71319.
20679
20680         * inssel-long.brg: Fix conv.ovf.i8 when run on an int32. Fixes
20681         #71320.
20682
20683         * iltests.il: Add regression test for #71320.
20684
20685 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
20686
20687         * mini.c (mono_codegen): Fix installation of profiler hooks.
20688
20689         * mini-sparc.c mini-amd64.c: Don't allocate stack space for dead vars.
20690
20691 Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20692
20693         * mini.h, mini.c, cfold.c: optimize access to enum
20694         readonly fields, too. Eval conditional branches if possible
20695         to perform unreachable code removal in more cases.
20696
20697 2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
20698
20699         * tramp-amd64.c exceptions-amd64.c: Use the new global code manager.
20700
20701         * mini.c (mono_global_codeman_reserve): New function to allocate code memory from a global
20702         code manager.
20703
20704         * tramp-x86.c mini-x86.c exceptions-x86.c: Allocate all code memory so mono works with
20705         WinXP DEP. Fixes #71244.
20706
20707 2005-01-14  Zoltan Varga  <vargaz@freemail.hu>
20708
20709         * inssel.brg: Allways convert CEE_CONV_OVF_I4 to a move on 64 bit platforms. Fixes #71236.
20710
20711 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
20712
20713         * mini-x86.c (mono_arch_output_basic_block): Fix OP_ATOMIC_ADD_NEW_I4.
20714
20715 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
20716
20717         * mini-exceptions.c exceptions-ppc.c aot.c: Cope with MonoJitInfo 
20718         changes.
20719
20720         * mini.h: Bump AOT version.
20721
20722         * mini.h (MonoCompile): Change exvar to a hash table.
20723
20724         * mini.c: Allocate a separate exvar for each handler block.
20725
20726         * mini.c: Get rid of the computation of filter_lengths, its not needed.
20727
20728         * mini.c inssel.brg: Change OP_THROW_OR_NULL to compare the current
20729         ex var with the pending exception and only throw if the two are equal.
20730         Fixes #68552.
20731         
20732         * exceptions.cs: Add tests for rethrow and nested catch clauses.
20733
20734         * mini-x86.c: Fix warnings.
20735
20736         * Makefile.am (common_sources): Move mini-exceptions.c here as it is
20737         used by all the ports now.
20738
20739         * aot.c: Add write-symbols and save-temps options.
20740
20741 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
20742
20743         * mini-x86.c: Add support for returning structs in registers from pinvoke functions on WIN32.
20744
20745 Mon Jan 10 16:11:16 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
20746
20747         * mini-ops.h, inssel-s390.brg, cpu-s390.md: Support OP_ATOMIC__xxx 
20748         operations.
20749
20750         * tramp-s390.c: Check vtable slot belongs to the domain.
20751
20752         * mini-exceptions.c, exceptions-s390.c: Standardize exception handling
20753         as per other platforms.
20754
20755         * mini-s390.c, mini-s390.h: Enable out-of-line bblock support.
20756
20757 Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus@ximian.com>
20758
20759         * driver.c: we don't run the Main() code in a subthread anymore.
20760
20761 Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus@ximian.com>
20762
20763         * mini.c: added experimental rtc support in the statistical
20764         profiler: if the user has the permission, more accurate statistics
20765         are gathered. Run with: MONO_RTC=4096 mono --profiler=default:stat ....
20766         The MONO_RTC value must be restricted to what the linux rtc allows:
20767         power of two from 64 to 8192 Hz.
20768
20769 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
20770
20771         * mini-x86.c (mono_arch_emit_exceptions): Fix #71121.
20772
20773 Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus@ximian.com>
20774
20775         * mini-ppc.c: better icache flush for smp.
20776
20777 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
20778
20779         * mini-amd64.c (emit_move_return_value): Fix memory leak.
20780
20781         * mini-x86.c (get_call_info): Add the get_call_info () code from the
20782         amd64 port, not yet used.
20783
20784 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
20785
20786         * mini.c (mono_method_to_ir): Disable inlining of ldfld wrappers with
20787         a struct type.
20788
20789 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
20790
20791         * driver.c: Added --security option to activate the security manager.
20792         Right now this will allow code generation for declarative demands and
20793         is disabled when AOT is specified.
20794         * mini.c: Add code generation for declarative security demands.
20795         * mini.h: Add mono_use_security_manager as an extern gboolean.
20796
20797 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
20798
20799         * aot.c (mono_compile_assembly): Speed up compilation a bit by
20800         emitting more dense assembly code.
20801
20802         * mini-sparc.c mini-sparc.h exceptions-sparc.c: Enable optimized corlib
20803         exception throwing stuff.
20804
20805 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
20806
20807         * mini-sparc.c (mono_arch_emit_exceptions): Fix typo in previous patch. Remove
20808         dead code.
20809
20810         * mini-amd64.c (mono_arch_emit_exceptions): Remove duplicate epilog stuff
20811         left in by mistake.
20812
20813         * driver.c (EXCLUDED_FROM_ALL): Disable SSAPRE until bug #70637 is 
20814         fixed.
20815
20816         * mini-sparc.h mini-sparc.c: Enable out-of-line bblock support.
20817
20818         * tramp-*.c: Only patch vtable slots if the object is in the current
20819         domain. Fixes appdomain-unload.exe.
20820
20821         * mini-amd64.c mini-amd64.h: Enable out-of-line bblock support.
20822         
20823         * mini-amd64.c (mono_arch_local_regalloc): Port regalloc fix from
20824         x86 branch.
20825
20826 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
20827
20828         * mini.c (reverse_branch_op): New helper function.
20829
20830         * mini.c (optimize_branches): Run the new optimization only on 
20831         platforms which support it. Also reverse all kinds of branches.
20832
20833         * mini.h (MonoBasicBlock): Add 'out_of_line' field.
20834
20835         * mini.c (mono_method_to_ir): Set 'out_of_line' for bblocks which have
20836         a throw statement.
20837
20838         * mini.c (optimize_branches): Reverse not-equals branches if the false
20839         bblock is a throw. This happens a lot of time with argument checking in
20840         corlib.
20841
20842         * mini.c (mono_codegen): Add support for placing basic blocks after
20843         the function epilogue.
20844
20845         * mini-x86.c mini-x86.h: Add support for placing basic blocks after the
20846         function epilogue.
20847         
20848 2005-01-05  Miguel de Icaza  <miguel@ximian.com>
20849
20850         * mini.c (setup_stat_profiler): Only set this up if the platform
20851         supports ITIMER_PROF.
20852
20853 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
20854
20855         * mini-x86.c (mono_arch_local_regalloc): Fix a bug introduced by the
20856         previous patch.
20857
20858         * inssel.brg: Fix a warning.
20859
20860 Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus@ximian.com>
20861
20862         * mini.c: added support for statistical profiler 
20863         (run with: --profile=default:stat).
20864
20865 2005-01-04  Zoltan Varga  <vargaz@freemail.hu>
20866
20867         * mini-x86.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Enable this on x86.
20868
20869         * mini-x86.c cpu-pentium.md: More fixes for usage of global registers.
20870
20871         * mini-amd64.c (mono_arch_local_regalloc): Port some regalloc fixes 
20872         related to global registers from the amd64 port.
20873
20874 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
20875
20876         * mini.c (mono_method_to_ir): Handle MONO_CLASSCONST.
20877
20878         * mini-amd64.c (mono_arch_local_regalloc): Fix some regalloc problems
20879         with global registers.
20880         (mono_arch_output_basic_block): Fix SWITCH in the AOT case.
20881
20882         * aot.c (emit_method_code): Fix the 'method emitted as' messages.
20883
20884 2004-12-31  Zoltan Varga  <vargaz@freemail.hu>
20885
20886         * debug-mini.c (encode_value): Fix off-by-one.
20887
20888         * aot.c (encode_value): Likewise.
20889
20890         * mini.c (mono_method_to_ir): Disable AOT for methods containing LDPTR.
20891
20892 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
20893
20894         * mini.c linear-scan.c: Add a workaround for the mcs crash when using 
20895         AOT.
20896
20897         * aot.c (mono_aot_load_method): Free up patch info if no longer needed.
20898         
20899         * aot.c (emit_method_info): Increase size of temp buffer.
20900
20901         * mini-x86.c cpu-pentium.md mini.c: Load fp constants differently in 
20902         the AOT case.
20903
20904 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
20905
20906         * aot.c (emit_method_info): Fix build.
20907         
20908         * aot.c: Further rework of the AOT file format to reduce the size of
20909         the method info data.
20910
20911         * mini.h: Bump AOT file format version.
20912
20913 2004-12-27  Martin Baulig  <martin@ximian.com>
20914
20915         * mini.c (mini_get_method): New static method; call
20916         mono_get_method_full() and mono_get_inflated_method().
20917         (mono_method_to_ir): Use mini_get_method() instead of
20918         mono_get_method_full(). 
20919
20920 2004-12-26  Patrik Torstensson  <patrik.torstensson@gmail.com>
20921
20922         * mini-x86.c (atomic ops): fixed bug interlocked bug #70784. 
20923
20924 2004-12-25  Zoltan Varga  <vargaz@freemail.hu>
20925
20926         * inssel.brg (ldind_to_load_membase): Handle CEE_LDIND_I8.
20927
20928         * inssel-amd64.brg: Add some optimization rules.
20929
20930 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
20931
20932         * aot.c: Remove the use of MonoGHashTable and other GC stuff. The
20933         standard not GC'd stuff is fine.
20934
20935 2004-12-24  Zoltan Varga  <vargaz@freemail.hu>
20936
20937         * aot.c: Rework the AOT file format to get rid of most of the global
20938         symbols. This reduces the size of the mscorlib.dll.so by 1MB.
20939
20940         * mini.h: Bump AOT file format version.
20941         
20942 2004-12-23  Zoltan Varga  <vargaz@freemail.hu>
20943
20944         * mini.h: Bump AOT file format version.
20945
20946         * aot.c (mono_aot_is_got_entry): New function to determine if an 
20947         address is inside a GOT.
20948
20949         * aot.c mini-x86.c tramp-x86.c: Make all patches use the GOT.
20950
20951         * cpu-pentium.md: Increase the maximum size of some instructions which
20952         might involve a got access.
20953         
20954         * mini.c (get_method_from_ip): Another debug helper function.
20955
20956         * mini.c: Call mono_get_got_var () in a couple places. Handle the case
20957         when got var accesses are created during the decompose phase.
20958
20959         * mini-sparc.c: Change mono_compile_aot to cfg->compile_aot.
20960
20961         * mini.h mini.c mini-x86.c aot.c mini-sparc.c: Add a 'compile_corlib'
20962         argument mini_compile_method and to MonoCompile, and use this to
20963         determine whenever a given method is compiled for AOT. This allows the
20964         other methods compiled during AOT compilation to be free of AOT stuff,
20965         so the backends does not need to add special support for them by
20966         creating a fake GOT etc.
20967
20968         * mini-x86.c (mono_arch_patch_code): Remove fake got stuff as it is no
20969         longer needed.
20970
20971 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
20972
20973         * mini.c (mono_method_to_ir): It turns out that some of the
20974         x-appdomain wrappers are lax with types, so just ignore this for
20975         all wrappers.
20976
20977         * inssel.brg (OP_CHECK_ARRAY_TYPE): Optimize this by only looking
20978         at the vtable->klass. If it is non-shared code we can just use the
20979         vtable.
20980
20981 Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus@ximian.com>
20982
20983         * mini-ppc.c: access MonoDomain from tls, too.
20984
20985 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
20986
20987         * declsec.c: Removed unused variable (and related warning ;-)
20988
20989 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
20990
20991         * iltests.il: New test for LDELEMA on an array of ref types.
20992
20993         * mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
20994         all ldelema's on reftypes.
20995         (check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
20996         it was the wrong place to put it.
20997
20998         * mini-x86.c (mono_arch_output_basic_block): Just use ecx as the
20999         register to pop to make this cleaner, at the request of Paolo.
21000
21001 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21002
21003         * mini-ops.h (OP_GETHASHCODE): New op.
21004
21005         * inssel.brg (OP_GETHASHCODE): Emit code for the new opcode
21006
21007         * mini.c (mini_get_inst_for_method): Create the intrinsic hash
21008         operation.
21009
21010         For a microbenchmark, this reduces the cost of Hashtable.get_Item
21011         by 25%.
21012         
21013         * mini-x86.c (mono_arch_output_basic_block): Rather than
21014
21015         add ebp, 4
21016
21017         Emit
21018
21019         pop edx
21020
21021         The first is 3 bytes while the second is 1. This saves 36 kb on
21022         mscorlib, quite a big saving. When bootstraping mcs, I was able to
21023         see a small boost because of icache locality.
21024
21025         * cfold.c (FOLD_BINOPCOMM): Kill add foo, 0
21026
21027 Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus@ximian.com>
21028
21029         * Makefile.am, mini-ppc.h, mini-exceptions.c, exceptions-ppc.c:
21030         started code sharing with the generic code.
21031
21032 Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus@ximian.com>
21033
21034         * mini-ppc.c, cpu-g4.md: added code for direct access to
21035         tls data slots.
21036
21037 Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus@ximian.com>
21038
21039         * mini-ops.h, inssel-x86.brg, cpu-amd64.md, inssel.brg, inssel-amd64.brg,
21040          mini-amd64.c, mini-x86.c, cpu-pentium.md: renamed OP_X86_TLS_GET
21041         to OP_TLS_GET.
21042
21043 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
21044
21045         * declsec.c|h: Added functions to cache the declarative stack modifiers
21046         in MonoJitInfo and to create a security frame from a MonoJitInfo 
21047         structure.
21048         * mini.c: Initialize jinfo->cas_inited to FALSE when MonoJitInfo is
21049         created. Register internal calls for System.Security.SecurityFrame::
21050         _GetSecurityFrame and _GetSecurityStack.
21051         * mini.h: Added definition for new icalls (in mini-exceptions.c) and
21052         the definitions for the new stack walk/callback mechanism.
21053         * mini-exceptions.c: Added internal call GetSecurityFrame (to get the 
21054         first security frame for LinkDemands and InheritanceDemands) and
21055         GetSecurityStack for Demands. Both use the new mono_walk_stack code
21056         from lupus.
21057         * mini-x86.h, mini-amd64.h, mini-sparc.h: Architecture specific stack
21058         walk initialization (lupus).
21059
21060 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21061
21062         * mini.c (mono_method_to_ir): In CEE_DUP, handle the dup / stloc
21063         idiom.
21064         (handle_loaded_temps): Do not create a temporary variable for
21065         things that we know are temps. They will never be modified.
21066         (mono_spill_call): Set MONO_INST_IS_TEMP
21067         (mono_emulate_opcode): ditto
21068         (emit_tree): ditto
21069         (mono_method_to_ir.CEE_DUP): ditto
21070
21071 2004-12-19  Ben Maurer  <bmaurer@ximian.com>
21072
21073         * mini.c (type_to_eval_stack_type): Make this handle the void type
21074         (mono_emit_call_args): set the call->type with type_to_eval_stack_type
21075         (emit_tree): use ip_in_bb to special case some common idioms
21076         Update all callers to pass in the IP.
21077         (mono_method_to_ir): Make CEE_CALL* do the above as well.
21078
21079         This gives us a nice 2% speedup in mcs bootstrap.
21080
21081         * mini-x86.c (peephole_pass): Peephole pass to make
21082         mov  [foo], eax
21083         push [foo]
21084
21085         into
21086
21087         mov [foo], eax
21088         push eax
21089
21090         * mini.c (ip_in_bb): new method.
21091         (mono_method_to_ir): use this method rather than doing the hash
21092         lookup ourselves.
21093
21094         * linear-scan.c (mono_linear_scan): When expiring actives, you
21095         don't need to keep around variables that expire on this
21096         instruction. This makes it so that:
21097              a = b + 1
21098         will turn into:
21099              store (ebx add (ebx, 1))
21100         which will become
21101              add ebx, 1
21102
21103 2004-12-19  Zoltan Varga  <vargaz@freemail.hu>
21104
21105         * mini.c (mono_method_to_ir): Optimize the common ldobj+stloc 
21106         combination to avoid doing two copies. Fix up problems with previous
21107         patch.
21108
21109         * mini.c: Fix 64 bit warnings.
21110
21111         * mini-x86.c (INST_IGNORES_CFLAGS): Add OP_STOREI4_MEMBASE_REG.
21112
21113 2004-12-17  Zoltan Varga  <vargaz@freemail.hu>
21114
21115         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Port exception handling
21116         changes from the x86 code.
21117
21118         * mini.h: Add prototype for mono_arch_get_throw_corlib_exception ().
21119
21120 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
21121
21122         * mini-x86.c (mono_arch_emit_epilog): Optimize the corlib exception
21123         throwing code to reduce its size, unify the AOT and non-aot code and 
21124         get rid of relocations in the AOT case.
21125
21126         * mini-x86.h mini.c exceptions-x86.c 
21127         (mono_arch_get_throw_corlib_exception): New arch specific function to 
21128         raise corlib exceptions which doesn't require relocations in the 
21129         caller.
21130
21131         * aot.c (emit_method): Handle PATCH_INFO_NONE as well.
21132
21133 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
21134
21135         * mini.c (mono_emit_method_call): Only allocate the got var when it is
21136         needed.
21137
21138         * mini-x86.c (mono_arch_patch_code): Add missing PATCH_INFO_METHOD_REL
21139         in the AOT case.
21140
21141 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21142
21143         * mini-x86.c, cpu-pentium.md, inssel-x86.brg: Fixed bug
21144         with add function when used from Inc/dec atomic 
21145         functions. Re-enabled optimization on x86.
21146         * mini-ops.h: renamed atomic_add functions to
21147         allow _add to match the Interlocked::Add and
21148         _add_next to match Interlocked::Inc/Dec.
21149
21150 2004-12-15  Massimiliano Mantione  <massi@ximian.com>
21151
21152         * mini.c: Fixed a subtle bug in mono_method_to_ir, about the
21153         linking of BBs to the end BB, and enabled SSAPRE also with
21154         consprop and copyprop (which was prevented by that bug).
21155
21156 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21157
21158         * mini-x86.c: disabling the Interlocked optimizing code. 
21159
21160 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21161
21162         * aot.c (load_aot_module): Move reading of got_addr after the AOT
21163         file version check.
21164         
21165 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21166
21167         * mini-x86.c, inssel-x86.brg, cpu-pentium.md: removed _imm 
21168         interlocked optimization due lack of support on x86, rewrote 
21169         exchange to take into account that base may be in eax.
21170         
21171         xsp works again; activated Interlocked optimizing code.
21172         
21173 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21174
21175         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
21176
21177 2004-12-13  Zoltan Varga  <vargaz@freemail.hu>
21178
21179         * mini-ops.h: Add new opcodes.
21180
21181         * mini.h: Add new patch types. Add got_var to MonoCompile.
21182
21183         * mini.h mini-x86.c mini-amd64.c aot.c: Rename 
21184         mono_arch_get_aot_patch_offset () to mono_arch_get_patch_offset () and
21185         make it work with all kinds of patchable code.
21186
21187         * inssel.brg inssel-x86.brg: Add new rules dealing with computing the
21188         address of the GOT, and referencing entries in the GOT.
21189
21190         * mini.c: Add code to load the GOT address if needed by an opcode.
21191
21192         * aot.c mini-x86.h mini-x86.c cpu-pentium.md: Add support for position 
21193         independent AOT code on the x86 using an elf-style Global Offset Table.
21194
21195 2004-12-14  Raja R Harinath  <rharinath@novell.com>
21196
21197         * Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
21198
21199 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21200
21201         * mini-x86.c: disabling the Interlocked optimizing code. It segfaults
21202         when running xsp.
21203
21204 2004-12-13  Patrik Torstensson  <patrik.torstensson@gmail.com>
21205
21206         * mini-x86.c,mini-ops.h,inssel-x86.brg,cpu-pentium.md: Implementation
21207         of Interlocked:Increment/Decrement/Add as inline ops.
21208         (mini-x86.c (mono_arch_get_inst_for_method and mono_arch_output_basic_block))
21209
21210 2004-12-12  Geoff Norton  <gnorton@customerdna.com>
21211
21212         * exceptions-ppc.c: Reorder code so gcc3.4 can compile it
21213         * mini-ppc.c: Unify mono_arch_patch_code with changes in r37636.
21214
21215 2004-12-12  Duncan Mak  <duncan@ximian.com>
21216
21217         * mini-ppc.c (mono_arch_patch_code): Hopefully made this build
21218         again. `patch_info->table_size' is no longer valid after Zoltan's
21219         commit #37636.
21220
21221 2004-12-12  Martin Baulig  <martin@ximian.com>
21222
21223         * mini.c (mono_method_to_ir): Only call mono_debug_init_method()
21224         if we are the "real" method, ie. not an inlined method inside it.
21225
21226 2004-12-11  Ben Maurer  <bmaurer@ximian.com>
21227
21228         * mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
21229         before we look in the special fields table. This fixes
21230         ../tests/thread-static-init.cs.
21231
21232 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21233
21234         * mini.c: return immediately after setting OP_ARRAY_RANK or CEE_LDLEN
21235         for Array get_Rank and get_Length. Fixes bug #70465.
21236
21237 2004-12-11  Zoltan Varga  <vargaz@freemail.hu>
21238
21239         * mini.h mini.c aot.c: Put the bblock table for a SWITCH patch into a
21240         separate structure to reduce the size of MonoJumpInfo.
21241
21242 Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus@ximian.com>
21243
21244         * mini.c, mini.h, aot.c, driver.c: allow disabling the aot code.
21245
21246 2004-12-10  Patrik Torstensson  <patrik.torstensson@gmail.com>
21247
21248         * mini.c (mini_get_inst_for_method): Changed to allow ports
21249         to return a MonoInst instead of opcode 
21250         (renamed mini_get_opcode_for_method to better reflect the new functionality)
21251         
21252         * mini-[x86|s390|s390x|ppc|sparc].c (mono_arch_get_inst_for_method): 
21253         Allow ports to return a created MonoInst instead of op-code, will enable
21254         new optimizations.
21255         (renamed mini_get_opcode_for_method to better reflected the functionality)
21256
21257 2004-12-09  Zoltan Varga  <vargaz@freemail.hu>
21258
21259         * mini.c (NEW_AOTCONST): Share some code between the different NEW_AOTCONST macros.
21260
21261 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21262
21263         * mini.c jit-icalls.c: Pass generic_context to mono_ldtoken_wrapper.
21264         Fixes #69985.
21265
21266 2004-12-08  Martin Baulig  <martin@ximian.com>
21267
21268         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use `fsig->signature'
21269         if we're a CEE_CONSTRAINED call.  Fixes gen-118.cs.
21270
21271 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21272
21273         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_<X>
21274         correctly.
21275
21276         * exceptions.cs: Disable some tests which depend on properties of x86 fp
21277         arithmetic.
21278
21279 2004-12-08  Raja R Harinath  <rharinath@novell.com>
21280
21281         * Makefile.am (CLEANFILES): Add *.exe, *.dll.
21282
21283 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
21284
21285         * mini-sparc.c (mono_arch_output_basic_block): Fix LOCALLOC_IMM
21286         bug introduced by the previous patch.
21287
21288 Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus@ximian.com>
21289
21290         * mini-ppc.c, objectc.cs: handle large structs passed by value
21291         (fixes bug #69972).
21292
21293 Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus@ximian.com>
21294
21295         * mini-ppc.c: OP_ARGLIST implementation from
21296         Geoff Norton  <gnorton@customerdna.com>.
21297
21298 Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus@ximian.com>
21299
21300         * inssel-x86.brg, inssel-ppc.brg: fix reference to register
21301         in stmt: OP_OUTARG_VT (reg) (should fix bug #69785).
21302
21303 Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus@ximian.com>
21304
21305         * exceptions-ppc.c: avoid calling ppc_patch in exception trampolines.
21306
21307 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21308
21309         * inssel-s390.brgi, mini-ops.h, mini-s390.c : Add stubs for support of tls offset
21310         support.
21311
21312 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
21313
21314         * mini-sparc.c: Zero out localled-ed memory.
21315
21316         * iltests.il: Add tests for zeroing out localloc-ed memory.
21317
21318 2004-12-04  Martin Baulig  <martin@ximian.com>
21319
21320         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use the new
21321         mono_method_get_signature_full().       
21322
21323 2004-12-03  Massimiliano Mantione  <massi@ximian.com>
21324
21325         * mini.c: Added removal of critical edges (prerequisite for SSAPRE),
21326         and some utility functions (always for SSAPRE), integrated SSAPRE.
21327         * mini.h: Likewise.
21328         * driver.c: Added ssapre option.
21329         * ssa.c: Small fix on OP_ARG handling.
21330         * ssapre.c, ssapre.h: Added files containing SSAPRE implementation.
21331         * Makefile.am: Likewise.
21332
21333 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
21334
21335         * tramp-x86.c (mono_arch_create_jit_trampoline): Remove code which is
21336         now in the xp code.
21337
21338         * mini.c (mini_init): Register mono_thread_force_interruption_checkpoint
21339         icall.
21340
21341 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21342
21343         * inssel-s390.brg : Add OP_OUTARG_VT (OP_REFANYTYPE (reg)) rule.
21344         
21345         * cpu-s390.md : Increase instruction length of oparglist.
21346
21347         * mini-s390.c : Implement vararg and TYPEDEBYREF support.
21348
21349 2004-11-30  Martin Baulig  <martin@ximian.com>
21350
21351         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, added support for
21352         virtual generic methods.  We call a special helper_compile_generic_method()
21353         icall to retrieve the method from the vtable, inflate and compile
21354         it and then do a CEE_CALLI.  Thanks a lot to Paolo for this idea.
21355
21356         * jit-icalls.c (helper_compile_generic_method): New JIT icall.
21357
21358 2004-11-30  Zoltan Varga  <vargaz@freemail.hu>
21359
21360         * mini-sparc.c: Fix up vararg corner cases. Fixes #70019.
21361
21362 2004-11-29  Zoltan Varga  <vargaz@freemail.hu>
21363
21364         * cpu-sparc.md mini-sparc.c (long_conv_to_ovf_i): Fill missing delay slot.
21365         Fixes #69929.
21366
21367 2004-11-27  Ben Maurer  <bmaurer@ximian.com>
21368
21369         * inssel.brg (CEE_SWITCH): The AOT stuff Zoltan added is only for
21370         platforms with PIC aot.
21371
21372 2004-11-28  Martin Baulig  <martin@ximian.com>
21373
21374         * mini.c (mono_method_to_ir): In CEE_DUP, added handle_stobj().
21375         Fixes gen-112.cs.
21376
21377 2004-11-28  Martin Baulig  <martin@ximian.com>
21378
21379         * mini-x86.c (mono_arch_call_opcode): Use the original type, not
21380         the result of mono_type_get_underlying_type() to check whether
21381         we're byref.
21382
21383 2004-11-26  Martin Baulig  <martin@ximian.com>
21384
21385         * mini.c
21386         (mono_method_to_ir): Use `!method->signature->has_type_parameters'
21387         in the g_assert().
21388
21389 2004-11-26  Zoltan Varga  <vargaz@freemail.hu>
21390
21391         * mini-amd64.c (mono_arch_emit_this_vret_args): Handle this and vret
21392         the same way as the other arguments so they won't get clobbered.
21393
21394         * mini-amd64.c (mono_arch_output_basic_block): Avoid doing virtual 
21395         calls through R11 since it is clobbered by the trampoline code.
21396
21397 2004-11-26  Raja R Harinath  <rharinath@novell.com>
21398
21399         * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to
21400         pick up in-tree mscorlib.dll.
21401
21402 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
21403
21404         * aot.c: Rename MonoAOTModule->cleanup to out_of_date.
21405
21406         * mini-amd64.c aot.c: Switch to PIC relative AOT code. References to 
21407         runtime data/code are now stored in a table similar to the GOT in ELF. 
21408         This allows the code itself to be position independent.
21409
21410         * aot.c: Fix loading of referenced assemblies after the lazy assembly
21411         loading changes.
21412
21413         * aot.c: Attach ELF type (object/function) directives to all global
21414         symbols.
21415
21416         * tramp-amd64.c (amd64_magic_trampoline): Patch RIP relative calls too.
21417
21418         * inssel.brg (SWITCH): Emit an AOT_CONST in the aot case.
21419
21420         * mini-amd64.h: Turn on PIC AOT code.
21421
21422         * mini.h (mono_arch_get_aot_patch_offset): New arch specific function
21423         returning the offset within an OP_AOTCONST instruction where the GOT
21424         offset needs to be added.
21425
21426         * mini.h: Bump AOT file format version.
21427
21428 2004-11-25  Martin Baulig  <martin@ximian.com>
21429
21430         * mini.c (mono_method_to_ir): In CEE_CALL, don't allow calling any
21431         uninflated generic methods.
21432
21433 2004-11-25  Martin Baulig  <martin@ximian.com>
21434
21435         * mini.c (mono_method_to_ir): Don't allow any uninflated generic methods.
21436
21437 2004-11-24  Martin Baulig  <martin@ximian.com>
21438
21439         * minit.c (type_to_eval_stack_type): Set `inst->klass' to the
21440         original klass (this only applies for generic instances).
21441
21442 2004-11-24  Martin Baulig  <martin@ximian.com>
21443
21444         * mini.c (mono_method_to_ir): Use `STACK_OBJ' instead of
21445         `ldind_type [CEE_LDIND_REF]' (which would be beyond the end of
21446         that array).
21447
21448 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
21449
21450         * mini.c (mono_method_to_ir): Disable inlining for methods containing
21451         localloc. Fixes #69678.
21452
21453         * iltests.il (test_0_localloc_inline): Add regression test for #69678.
21454         
21455 2004-11-23  Zoltan Varga  <vargaz@freemail.hu>
21456
21457         * mini-amd64.c (mono_arch_output_basic_block): Set %al to the number of
21458         used SSE registers on pinvoke calls. Fixes #69774.
21459
21460 2004-11-23  Geoff Norton  <gnorton@customerdna.com>
21461
21462         * inssel-ppc.brg, mini-ppc.c: Use mono_class_from_mono_type instead of
21463         vt->inst_vtype->data.klass.  This fixes generic structs and bug #69766
21464
21465 2004-11-23  Raja R Harinath  <rharinath@novell.com>
21466
21467         * Makefile.am (MCS,ILASM): Don't refer to runtime/ directory.
21468         Refer directly to the mcs/ tree.
21469
21470 2004-11-19  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21471
21472         * mini-s390.c, tramp-s390.c, mini-s390.h: Add LMF processing for trampolines.
21473         Check if a trampoline for a synchronized method is required. 
21474
21475 Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus@ximian.com>
21476
21477         * mini-ppc.c, cpu-g4.md: set to zero the memory allocated
21478         with localloc if needed. Throe arithmetric exception in
21479         div an rem if needed. Implement ovf checks in OP_LCONV_TO_OVF_I.
21480         Adapted from a patch by Geoff Norton  <gnorton@customerdna.com>.
21481
21482 2004-11-19  Geoff Norton  <gnorton@customerdna.com>
21483
21484         * mini-ppc.c: Call mono_type_get_underlying_type to unwrap generic
21485         types before switching on type.  Fixes #69622.
21486
21487 2004-11-19  Raja R Harinath  <rharinath@novell.com>
21488
21489         * Makefile.am (check-local): New.  Integrate into 'make check'.
21490         (MCS,RUNTIME): Define using in-tree mono and mcs.
21491         (ILASM): New.
21492         (%.exe): Use $(ILASM).
21493
21494 Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus@ximian.com>
21495
21496         * mini-ppc.c: adjust initial prolog size (bug #69691).
21497
21498 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
21499
21500         * cpu-pentium.md (localloc): Increase max instruction len. Fixes
21501         #69664.
21502
21503 2004-11-17  Raja R Harinath  <rharinath@novell.com>
21504
21505         * Makefile.am (clean-local): Rename from 'clean'.
21506
21507 2004-11-15  Nelae Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21508
21509         * mini.c, mini-x86.c, mini-amd64.c, exceptions-s390.c: Add siginfo_t parameter
21510         to mono_arch_is_int_overflow. 
21511         * exceptions-s390.c: Add mono_arch_is_int_overflow routine to discern between
21512         SIGFPE events.
21513
21514 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
21515
21516         * declsec.c|h: New files to support declarative security attributes.
21517         Added function to check if a method has (applicable) security.
21518         * mini.c|h: Add check for declarative security attributes in
21519         mono_method_check_inlining.
21520         * Makefile.am: Added declsec.c and declsec.h to the build.
21521
21522 Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus@ximian.com>
21523
21524         * mini.c, mini.h: update to keep dynamic code info per-domain.
21525
21526 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
21527
21528         * mini.c mini-*.h: Get rid of MONO_ARCH_HAVE_RETHROW since all architectures support it now.
21529         (mini_init): Get rid of it from here too.
21530
21531 Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus@ximian.com>
21532
21533         * mini-ppc.c, mini-ppc,h, cpu-g5.md, exceptions-ppc.c:
21534         implemented OP_RETHROW (patch by Geoff Norton
21535         <gnorton@customerdna.com>).
21536
21537 2004-11-10  Geoff Norton  <gnorton@customerdna.com>
21538
21539         * tramp-ppc.c (ppc_magic_trampoline): Don't trampoline methods
21540         between appdomains.  Fixes appdomain-unload on PPC.
21541
21542 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
21543
21544         * exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21545         mini-exceptions.c: handle the new wrapper types.
21546         * mini.c: The CEE_ISINST and CEE_CASTCLASS opcodes now take the
21547         token value as a MonoClass* when compiling a wrapper.
21548         mono_jit_create_remoting_trampoline now takes an additional
21549         MonoRemotingTarget parameter.
21550         
21551 2004-11-10  Martin Baulig  <martin@localhost>
21552
21553         * mini.c (mono_method_to_ir): Use `generic_container->context'
21554         rather than creating a new one.
21555
21556 2004-11-09  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21557
21558         * exceptions-s390.c, mini-s390, cpu-s390.md: Add support for OP_RETHROW.
21559
21560         * inssel-390.md, mini-s390.c: Correct register allocation for globals.
21561
21562 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
21563
21564         * aot.c (mono_aot_init): Add MONO_AOT_CACHE env variable to turn on
21565         the experimental aot cache stuff.
21566
21567 Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus@ximian.com>
21568
21569         * aot.c, mini.c, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21570         mini-exceptions.c: update to exception clause structure changes.
21571
21572 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
21573
21574         * exceptions-x86.c (throw_exception): Fix warnings.
21575
21576         * mini-x86.h mini-x86.c cpu-pentium.md exceptions-x86.c: Add support 
21577         for OP_RETHROW.
21578
21579 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
21580
21581         * exceptions-sparc.c (get_throw_exception): Really fix this.
21582
21583 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
21584
21585         * tramp-*.c: we no longer support icalls without wrappers, so
21586         a bit of code can be removed here
21587
21588 2004-11-07  Zoltan Varga  <vargaz@freemail.hu>
21589
21590         * exceptions-sparc.c (get_throw_exception): Fix more bugs in previous
21591         patch.
21592
21593         * cpu-sparc.md: Add op_rethrow.
21594
21595         * exceptions-sparc.c (get_throw_exception): Fix bug in previous patch.
21596
21597         * mini-sparc.h mini-sparc.c exceptions-sparc.c: Add support for OP_RETHROW.
21598
21599         * mini.h: Add mono_arch_get_rethrow_exception () arch specific function.
21600         * mini-ops.h: Add OP_RETHROW.
21601
21602         * mini.c inssel.brg: Distinguish between THROW and RETHROW.
21603
21604         * cpu-amd64.c mini-amd64.c exceptions-amd64.c: Add support for OP_RETHROW.
21605
21606 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
21607         
21608         * helpers.c: Change otool arguments from -V -v -t to -v -t on Darwin
21609         Makes the output much easier to read
21610
21611 2004-11-05  Ben Maurer  <bmaurer@ximian.com>
21612
21613         * ssa.c: allocate MonoMethodVar.uses from the mempool. First, this
21614         prevents another huge leak when compiling with ssa. Secondly, the
21615         performance of doing this rather than freeing the lists is much
21616         better. GList does a lock every time you allocate a list link,
21617         so that it can use a memory pool. So, it is better to just use
21618         a memory pool of our own.
21619         
21620         * ssa.c, linear-scan.c: replace g_list_remove_link with
21621         g_list_delete.  The remove one does not free the GList, so we were
21622         leaking memory. On -O=all --compile-all with corlib, this cut down
21623         3 MB of allocations.
21624
21625 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
21626
21627         * tramp-sparc.c (mono_arch_create_jit_trampoline): Fix sparc build.
21628
21629         * tramp-amd64.c (mono_arch_create_jit_trampoline): Fix amd64 build.
21630
21631         * mini.h mini.c tramp-*.c: Moved xp parts of JIT trampoline creation
21632         into a new function mono_create_jit_trampoline ().
21633
21634 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
21635
21636         * trace.c (get_spec): Allow tracing of classes without a namespace.
21637
21638 2004-11-02  Sebastien Pouliot  <sebastien@ximian.com>
21639
21640         * mini.c: Fix pointer overwrite in mini_method_compile.
21641
21642 2004-11-2  Geoff Norton  <gnorton@customerdna.com>
21643
21644         * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
21645         The darwin ABI needs some special handling for 1 and 2 byte structs
21646         Lets use lbz/lhz instead of lwz everywhere.
21647         * mini-ppc.c (calculate_sizes):  The Darwin ABI needs from special handling
21648         for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
21649         Use stb/sth for the former, and put the latter always on stack instead of in
21650         argument registers.
21651
21652 2004-10-30  Zoltan Varga  <vargaz@freemail.hu>
21653
21654         * trace.c (is_filenamechar): Add '_'.
21655
21656 2004-10-29  Neale Ferguson  <Neale.Ferguson@SoftwareAG-usa.com>
21657
21658         * mini-s390.c: Fix prolog length to allow for large trace requirements.
21659
21660         * exceptions-s390.c: Remove dwarf unwinding stuff that was unused.
21661
21662 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
21663
21664         * Makefile.am (libgc_libs): Do some automake magic so libmono/mono
21665         depends on libmonogc. Fixes #68805.
21666
21667 2004-10-26  Miguel de Icaza  <miguel@ximian.com>
21668
21669         * mini.c (mono_jit_free_method): Provide extra information for
21670         this error.  Currently this leaks, but will be turned into a
21671         developer option in the future.
21672
21673 2004-10-26  Zoltan Varga  <vargaz@freemail.hu>
21674
21675         * driver.c (mono_main): Applied patch from Willibald Krenn <willibald.krenn@gmx.at>. Make --graph work for icalls and pinvoke methods.
21676
21677 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
21678
21679         * aot.c (mono_aot_load_method): Align PATCH_INFO_R8 on an 8 byte 
21680         boundary. Fixes reading of PATCH_INFO_R4 and R8.
21681         (mono_aot_load_method): Do not allocate MonoAotMethod in the GC heap.
21682
21683 2004-10-24  Zoltan Varga  <vargaz@freemail.hu>
21684
21685         * mini-amd64.c (mono_arch_patch_code): Fix patching of class init
21686         trampolines for AOT code.
21687
21688 2004-10-22    <vargaz@freemail.hu>
21689
21690         * aot.c (mono_compile_assembly): Disable AOT for methods containing calls to methods of
21691         constructed types. Fixes #68136.
21692
21693 2004-10-21  Martin Baulig  <martin@ximian.com>
21694
21695         * exceptions-x86.c (throw_exception): Call mono_debugger_throw_exception();
21696         if it returns true, unwind the stack to the call instruction.
21697
21698 2004-10-21    <vargaz@freemail.hu>
21699
21700         * aot.c: Reorganize the AOT file format to avoid relocations. Fix warnings.
21701
21702         * mini.h: Bump AOT version number.
21703
21704         * objects.cs: Add another test for unbox trampolines.
21705
21706         * tramp-amd64.c (amd64_magic_trampoline): Disable patching of trampolines for 
21707         valuetype methods.
21708
21709 2004-10-20    <vargaz@freemail.hu>
21710
21711         * driver.c: Add SHARED to the set of optimizations tested.
21712
21713         * tramp-amd64.c (amd64_magic_trampoline): Patch trampoline code as well.
21714
21715         * mini.c (mono_method_to_ir): Mark the domainvar as volatile when it is implicitly
21716         used by CEE_NEWARR.
21717
21718         * ssa.c (mono_ssa_deadce): Do not optimize away accesses to volatile variables.
21719
21720 2004-10-20  Martin Baulig  <martin@ximian.com>
21721
21722         * mini-exceptions.c (mono_handle_exception): Call
21723         mono_debugger_handle_exception() to tell the debugger about
21724         catch/finally clauses.
21725
21726 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
21727
21728         * exceptions-amd64.c (mono_arch_find_jit_info): Pop arguments of the stack.
21729
21730         * mini-amd64.c (mono_amd64_get_vcall_slot_addr): Handle extended registers. Fixes
21731         #68447.
21732
21733 2004-10-15  Geoff Norton  <gnorton@customerdna.com>
21734
21735         * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
21736         methods as their native size, fixed bug #57543, #57545.
21737         * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
21738         This saves a temporary register and mullw call down into 1 (minor perf
21739         increase for cases like sum = sum * 5;  This use to translate into:
21740             li r11,5
21741             mullw r28,r28,r11
21742         It now translates to
21743             mulli r28,r28,5
21744
21745 2004-10-15  Zoltan Varga  <vargaz@freemail.hu>
21746
21747         * trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
21748         #68388.
21749
21750 2004-10-11  Martin Baulig  <martin@ximian.com>
21751
21752         * mini.c (mono_method_to_ir): If we're a generic method, get the
21753         MonoGenericContainer from our MonoMethodNormal and create a
21754         MonoGenericContext from it.
21755
21756 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
21757
21758         * inssel-long32.brg (OP_LCONV_TO_OVF_I2): Fix CONV_I1 -> CONV_I2.
21759
21760         * basic-long.cs: Add test for checked i8->i2 cast.
21761
21762 Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
21763
21764         * inssel-ppc.brg: added a couple of speedup rules.
21765
21766 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
21767
21768         * Makefile.am (genmdesc_LDADD): Don't link this against libmetadata
21769         to speed up rebuilds.
21770
21771 2004-10-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21772
21773         * mini-s390.c: Minor fix to OP_OR_IMM.
21774
21775 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
21776
21777         * tramp-sparc.c (sparc_magic_trampoline): Handle appdomain stuff
21778         better. Fixes appdomain-unload.exe on sparc.
21779
21780 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
21781
21782         * ssa.c: Fixed casts to unsigned where the value was of 64 bits in
21783         simulate_long_compare, patch by will@exomi.com (Ville-Pertti Keinonen),
21784         see bug 67324.
21785
21786 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
21787
21788         * jit-icalls.c: Handle a nonexisting trunc function more correctly.
21789
21790 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
21791
21792         * mini.c: Always generate a field read/write wrapper for members
21793         of the class MarshalByRefObject since the actual instance could
21794         be a CBO.
21795
21796 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
21797
21798         * mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
21799
21800 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
21801
21802         * driver.c mini.h trace.c: Move the setting of the main assembly into
21803         a separate function called mono_trace_set_assembly () and call it after
21804         actually loading the main assembly. Fixes #66872.
21805
21806 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
21807
21808         * mini-amd64.h mini-amd64.c tramp-amd64.c: Allocate trampoline memory
21809         using the code manager.
21810
21811 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
21812
21813         * tramp-amd64.c mini-amd64.h: Add support for MONO_ARCH_HAVE_INVALIDATE_METHOD.
21814
21815 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
21816
21817         * cpu-amd64.md: Fix bug in previous patch.
21818         
21819         * cpu-amd64.md: Fix instruction lengths of membase opcodes. Fixes
21820         #66650.
21821
21822 Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
21823
21824         * mini.h, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21825         mini-exceptions.c: updates for changed stack walk interface.
21826
21827 2004-09-21  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21828
21829         * mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling
21830
21831 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
21832
21833         * mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods. Fixes #66132.
21834
21835 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
21836
21837         * driver.c (mini_regression_list): Do not call mono_assembly_close 
21838         since assemblies can't be unloaded.
21839         
21840 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
21841
21842         * cpu-amd64.md: Fix more instruction lengths.
21843
21844         * cpu-amd64.md: Fix lengths of some instructions.
21845
21846 2004-09-11 Ben Maurer  <bmaurer@users.sourceforge.net>
21847
21848         * inssel.brg: Make the array ldelema check aot friendly.
21849
21850 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
21851
21852         * mini-amd64.c (mono_arch_get_argument_info): Fix stack_unwind test.
21853
21854         * cpu-amd64.md inssel-long.brg inssel-amd64.brg: Small optimizations.
21855
21856 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
21857
21858         * mini-x86.c: Fix build.
21859
21860         * mini-sparc.c mini-x86.c mini-amd64.c: Use the new 
21861         mono_type_get_underlying_type () helper function to simplify code.
21862         
21863 2004-09-09  Martin Baulig  <martin@ximian.com>
21864
21865         * mini-amd64.c: Don't access `type->data.klass' directly, call
21866         mono_class_from_mono_type() instead since the type may be a
21867         generic instance.
21868
21869 2004-09-09  Martin Baulig  <martin@ximian.com>
21870
21871         * mini-amd64.c (get_call_info): Fix support for generic instances.
21872         (add_valuetype): Use mono_class_from_mono_type() to get the class
21873         since we can be a generic instance.
21874
21875 Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
21876
21877         * mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.
21878
21879 2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>
21880
21881         * liveness.c: reset spill costs on each scan: bug 62107
21882
21883 2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>
21884
21885         * exceptions-sparc.c (mono_arch_find_jit_info): remove
21886         unnecessary line that doesn't compile
21887
21888 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
21889
21890         * mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate
21891         trampolines, make them call an error function so people can fix their
21892         code.
21893
21894 2004-09-06  Martin Baulig  <martin@ximian.com>
21895
21896         * mini.c (mono_method_to_ir): When initializing locals, handle a
21897         generic instances like a valuetype if it's a valuetype and like a
21898         class if it's a class.
21899
21900 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
21901
21902         * exceptions-x86.c (mono_arch_find_jit_info): Pop arguments off the
21903         stack. Fixes #64674.
21904
21905         * exceptions.cs: Add test for unwinding of call arguments.
21906
21907 Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian.com>
21908
21909         * mini-*.c, mini-ops.h, inssel-long32.brg: introduced
21910         OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will
21911         set the carry/borrow flag). The sparc and s390 implementations
21912         can now use optimized versions (and simplify the code). ppc bugfixes.
21913
21914 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
21915
21916         * exceptions-ppc.c (mono_arch_find_jit_info): Fix memory leak.
21917
21918 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
21919
21920         * inssel-amd64.brg: Remove leftover 32 bit rule.
21921
21922         * mini-amd64.c (mono_arch_instrument_prolog): Fix tracing support.
21923
21924 2004-09-04  Zoltan Varga  <vargaz@freemail.hu>
21925
21926         * mini-exceptions.c (mono_find_jit_info): Refactor common code from
21927         mono_arch_find_jit_info functions into a new function. Fix a memory
21928         leak.
21929
21930         * exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
21931         refactored code.
21932         
21933 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
21934
21935         * exceptions.cs inssel-long32.brg: Handle the OP_LCONV_TO_OVF_I2 case
21936         as well.
21937         
21938         * exceptions.cs: Add array size tests.
21939
21940         * mini.c: Allocate a separate icall wrapper for each arity of 
21941         mono_array_new_va. Fixes #59509.
21942
21943         * exceptions.cs: Add testcase for 64578.
21944
21945         * inssel-long32.brg: Fix OP_LCONV_TO_OVF_I1 rule. Fixes #64578.
21946
21947         * trace.c (is_filenamechar): Allow 0..9 in strings. Fixes #65094.
21948         
21949 2004-09-02  Martin Baulig  <martin@ximian.com>
21950
21951         * mini.c (mono_method_to_ir): When initializing the locals, call
21952         handle_initobj() on the generic instance itself, not its
21953         underlying type.
21954
21955 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
21956
21957         * mini.h (MonoJitDynamicMethodInfo): New structure, extension of 
21958         MonoJitInfo for dynamic methods.
21959
21960         * mini.c: Rename trampoline_hash_mutex to jit_mutex.
21961
21962         * mini.c: Add support for freeing JIT data for dynamic methods.
21963         
21964 2004-09-01  Martin Baulig  <martin@ximian.com>
21965
21966         * mini-x86.c (is_regsize_var): Added support for generic
21967         instances.
21968         (mono_arch_emit_prolog): Make this compile again, use
21969         `x86_push_imm_template (code)'.
21970
21971 2004-08-30 Ben Maurer  <bmaurer@users.sourceforge.net>
21972
21973         * mini-x86.c: make all push_imm instructions that get
21974         patched always emit the long form
21975
21976 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
21977
21978         * mini.c (mono_create_jump_trampoline): Store the jump trampolines 
21979         in a per-domain hash.
21980
21981         * mini-amd64.c (merge_argument_class_from_type): Handle generic
21982         types.
21983
21984 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
21985
21986         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: Ongoing SSE
21987         work.
21988         
21989         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: More SSE
21990         work.
21991
21992         * mini-amd64.c cpu-amd64.md: Implement checked int<->uint casts.
21993         Beginnings of SSE2 support.
21994
21995         * exceptions.cs: Add more tests for checked int<->uint casts.
21996
21997 2004-08-28  Martin Baulig  <martin@ximian.com>
21998
21999         * mini-x86.c (mono_arch_instrument_epilog): Added support for
22000         generic instances.
22001
22002         * mini.c
22003         (mono_type_to_ldind, mono_type_to_stind, type_to_eval_stack_type):
22004         Handle generic instances recursively.
22005
22006 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22007
22008         * iltests.il: test for conv.u8 on a constant
22009
22010 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22011
22012         * inssel-long32.brg: c&p rules for LCONV_x4 (membase) and
22013         LCONV_x4 (shrun_32 (membase)).
22014
22015 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22016
22017         * inssel-x86.brg: c&p rules for push/setret of long
22018
22019 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
22020
22021         * inssel-x86.brg: c&p rules for compare (base, regvar) and
22022         compare (regvar, base)
22023
22024         * inssel-x86.brg: more burg love
22025
22026         * inssel.brg: more cleanup
22027
22028         * inssel-x86.brg, inssel-long32.brg: burg cleanup.
22029
22030 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
22031
22032         * basic-long.cs, basic-calls.cs: new tests for optimization.
22033
22034 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
22035
22036         * mini-amd64.c (read_tls_offset_from_method): Fix typo in previous
22037         patch.
22038
22039 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
22040
22041         * mini-amd64.c (read_tls_offset_from_method): Add another case.
22042         
22043 2004-08-25  Bernie Solomon  <bernard@ugsolutions.com>
22044
22045         * inssel.brg (mini_emit_memcpy): use 
22046         NO_UNALIGNED_ACCESS to disable memcpy optimization
22047
22048 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
22049
22050         * mini-amd64.c: Handle generic types in various places.
22051
22052         * mini.c (mono_method_to_ir): Handle generic types in init locals.
22053
22054 2004-08-24  Zoltan Varga  <vargaz@freemail.hu>
22055
22056         * mini.c (handle_box): Fix warning.
22057
22058         * mini-amd64.c (mono_arch_local_regalloc): Fix regalloc problem.
22059
22060         * mini-amd64.h: Enable the emit_state optimization.
22061
22062         * mini-ops.h cpu-amd64.md: Add new amd64_test_null opcode.
22063
22064         * mini-amd64.c: Add some new 64 bit peephole opts.
22065
22066         * inssel.brg (mini_emit_memcpy): Optimize for 64 bit architectures.
22067
22068         * cpu-amd64.md: sreg1 of div instructions must be %rax.
22069
22070         * mini-amd64.c: Register allocator fixes.
22071
22072         * mini.c: Add an optimization to emit_state to avoid allocation of new
22073         registers on some platforms.
22074
22075 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
22076
22077         * inssel-x86.brg inssel-amd64: Add yet another missing tree->dreg assignment.
22078
22079         * mini-x86.c (mono_arch_local_regalloc): Fix bug in long register
22080         allocation. Fixes #63085.
22081
22082         * basic-long.cs: Add new regression test.
22083
22084         * mini-amd64.c: Register allocator improvements.
22085
22086 2004-08-21  Zoltan Varga  <vargaz@freemail.hu>
22087
22088         * mini-amd64.c (read_tls_offset_from_method): Add another code
22089         sequence.
22090
22091         * tramp-amd64.c (amd64_class_init_trampoline): Use a more efficient
22092         instruction sequence for nullifying class init trampolines.
22093
22094         * objects.cs: Add new regalloc test.
22095
22096         * mini-amd64.c inssel-amd64.brg: Optimize parameter passing.
22097
22098 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
22099
22100         * mini-amd64.c (mono_arch_call_opcode): Refactor this a little.
22101         
22102         * mini-amd64.c (mono_arch_regalloc_cost): Adjust regalloc costs for
22103         arguments.
22104
22105         * driver.c: Fix profiling after TLS changes.
22106         
22107         * driver.c (mono_main): Set mono_stats.enabled if needed.
22108
22109         * mini.c (handle_alloc): New helper function used by CEE_NEWOBJ and
22110         CEE_BOX.
22111
22112 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
22113
22114         * mini-x86.c: use a 1 op rather than a 2 op tls access
22115         instruction -> faster.
22116
22117 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
22118
22119         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
22120         x86 backend.
22121
22122 2004-08-19 Bernie Solomon <bernard@ugsolutions.com>
22123
22124         * exceptions-sparc.c (throw_exception): fix typo
22125
22126 2004-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
22127
22128         * mini-x86.c, cpu-pentium.md, inssel-x86.brg:
22129         set tree->dreg correctly with tls. Allow any
22130         register to be used.
22131
22132         * mini-x86.c (read_tls_offset_from_method): add new code
22133         generation pattern seen with GCC.
22134
22135
22136 Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
22137
22138         * mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
22139         exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
22140         exceptions-sparc.c: fix some performance issues in exception
22141         handling and setting of the stack trace for exceptions that were
22142         already thrown.
22143
22144 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
22145
22146         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from 
22147         x86 backend.
22148         
22149         * mini-amd64.c (mono_arch_is_int_overflow): Handle all possible 
22150         registers.
22151
22152 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
22153
22154         This patch inlines tls access, when possible.
22155         
22156         * mini.h: new arch functions for TLS intrinsics.
22157         All platforms updated with a stub.
22158
22159         * mini.c: use the new intrinsics
22160
22161         * mini-x86.c, cpu-pentium.md, inssel-x86.brg, mini-ops.h:
22162         arch specific intrinsic for tls variables
22163
22164 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
22165
22166         * Makefile.am (libmono_la_LDFLAGS): Enable creating of libmono dll
22167         under windows.
22168
22169 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
22170
22171         * mini.c: thread local allocation
22172
22173 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
22174
22175         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Enable.
22176
22177         * Makefile.am: Link against the static version of libmonogc.
22178         
22179         * Makefile.am: Link the static versions of the convenience libraries
22180         into the mono executable.
22181
22182         * mini-x86.h mini-x86.c: Throw the correct exception on integer overflow.
22183
22184 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
22185
22186         * mini.h mini.c mini-amd64.h mini-amd64.c: Throw the correct exception
22187         on integer overflow.
22188
22189         * mini-amd64.c: Reorganize function call code.
22190
22191         * mini-amd64.c (peephole_pass): Merge changes from mini-x86.c.
22192
22193 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22194
22195         * inssel-x86.brg: use xor eax,eax.
22196         
22197         * basic.cs: new tests
22198
22199 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22200
22201         * mini-amd64.c (mono_arch_emit_epilog): Use RIP relative addressing
22202         in exception throwing code.
22203         
22204 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22205
22206         * inssel-x86.brg: use xor esi,esi.
22207
22208 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22209
22210         * driver.c (mono_main): Call mono_trace_parse_options earlier so it
22211         can trace methods compiled during mini_init () too.
22212
22213         * cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle 
22214         CEE_CONV_U4.
22215
22216 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22217
22218         * Makefile.am: static link on x86 (r=zoltan)
22219
22220 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22221
22222         * tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
22223         code since it causes some programs to fail.
22224
22225 2004-08-12  Zoltan Varga  <vargaz@freemail.hu>
22226
22227         * mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.
22228
22229 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
22230
22231         * mini.c: ovfops_op_map - add STACK_OBJ case for
22232         CONV_I 
22233         * basic.cs: add test_0_pin_string as test
22234         case for above.
22235
22236 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
22237
22238         * Makefile.am: build C# if srcdir != builddir
22239
22240 Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
22241
22242         * dominators.c, mini.h, mini-x86.c: fix loop alignment with
22243         fall-through blocks.
22244
22245 Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
22246
22247         * driver.c: enable loop by default again and include abcrem in -O=all.
22248
22249 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
22250
22251         * iltests.il: Add some localloc tests.
22252
22253         * mini.c (mono_method_to_ir): Set stack type of LOCALLOC correctly.
22254
22255         * inssel-amd64.brg inssel-x86.brg: Set dreg of LOCALLOC correctly. 
22256         Fixes #62574.
22257
22258         * inssel-amd64.brg: Add some optimizations.
22259
22260         * mini-amd64.c (mono_arch_setup_jit_tls_data): Add tls offset detection
22261         for gcc-3.4.
22262
22263         * Makefile.am: Statically link mono against libmono on AMD64.
22264         
22265         * mini-amd64.c inssel-amd64.brg: Optimizations.
22266
22267 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
22268
22269         * mini-amd64.c (mono_arch_emit_prolog): Optimize lmf saving a bit.
22270
22271         * tramp-amd64.c: Patch calling code in trampolines.
22272
22273 2004-08-06  Zoltan Varga  <vargaz@freemail.hu>
22274
22275         * mini-amd64.c: pinvoke struct passing fixes.
22276
22277 2004-08-05  Bernie Solomon  <bernard@ugsolutions.com>
22278
22279         * mini-sparc.c: redo change, make mono_arch_cpu_init call
22280         mono_arch_cpu_optimizazions so sparcv9 is initialized when embedded
22281
22282 2004-08-05  Duncan Mak  <duncan@ximian.com>
22283
22284         * mini.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
22285         CEE_LDELEM_ANY.
22286
22287 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22288
22289         * mini-amd64.c (emit_move_return_value): Move return value for normal
22290         calls too.
22291
22292 2004-08-05  Martin Baulig  <martin@ximian.com>
22293
22294         * mini.c (ret_type_to_call_opcode): Don't use a `t' variable for
22295         `type->type'; just modify `type' itself when dealing with enums
22296         and generic instances.
22297         (check_call_signature): Make `simple_type' a `MonoType *'.
22298
22299 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22300
22301         * mini.c: Use OP_PADD to add offsets to addresses.
22302
22303         * mini-amd64.h: Disable SIGSEGV_ON_ALTSTACK.
22304
22305 2004-08-04  Bernie Solomon  <bernard@ugsolutions.com>
22306
22307         * mini-sparc.c (mono_arch_emit_epilog): fix check
22308         for folding last op into restore instruction
22309
22310 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22311
22312         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Allocate
22313         helper methods using the code manager.
22314         
22315         * exceptions-amd64.c (mono_arch_get_throw_exception): Fix maximum length.
22316
22317         * mini-amd64.c (mono_arch_allocate_vars): Fix tls offset detection.
22318
22319 Tue Aug 3 23:50:00 EST 2004 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22320         
22321         * mini-s390x.c mini-s390x.h tramp-s390x.c inssel-s390x.brg
22322           cpu-s390x.md exceptions-s390x.c Makefile.am: S/390 64-bit JIT
22323
22324         * mini-s390.c: fix tail processing
22325
22326 Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus@ximian.com>
22327
22328         * mini-ppc.c: mul.ovf.un exception name fix.
22329
22330 2004-08-03  Martin Baulig  <martin@ximian.com>
22331
22332         * mini-x86.c (mono_arch_call_opcode): Correctly handle generic
22333         instances; before jumping to `handle_enum', also modify `ptype'.
22334
22335 2004-08-02  Bernie Solomon  <bernard@ugsolutions.com>
22336
22337         * cpu-sparc.md: fcall maximal length too small.
22338
22339 2004-08-02  Zoltan Varga  <vargaz@freemail.hu>
22340
22341         * mini-amd64.c mini.h: Add initial support for passing/returning 
22342         structures to/from pinvoked methods.
22343
22344 Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus@ximian.com>
22345
22346         * mini-ppc.c: reg allocator fix.
22347
22348 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
22349
22350         * mini-amd64.c (mono_arch_output_basic_block): Fix OP_X86_PUSH_OBJ.
22351
22352         * inssel.brg: Optimize memset on 64 bit machines.
22353
22354         * mini-amd64.c: Fix some vararg cases.
22355
22356 2004-07-30  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22357
22358         * mini-s390.c: Corrected macro in emit_float_to_int
22359
22360         * s390-abi.cs: Tests to exercise the s390 ABI
22361
22362 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22363
22364         * exceptions-amd64.c (mono_arch_find_jit_info): Fix restoring of
22365         caller saved regs.
22366
22367         * basic.cs: Add a test for add.ovf.un.
22368
22369 2004-07-30  Bernie Solomon  <bernard@ugsolutions.com>
22370
22371         * mini-sparc.c: add case for OP_IDIV_UN
22372
22373 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22374
22375         * mini-amd64.c mini-amd64.h mini.c: Add support for vararg pinvoke calls.
22376         
22377         * mini-amd64.c cpu-amd64.md: Ongoing JIT work.
22378
22379 2004-07-30  Ben Maurer  <bmaurer@ximian.com>
22380
22381         * basic.cs: regression tests.
22382
22383         * inssel-x86.brg: Disable cmp BYTE PTR [eax], imm, it causes various
22384         regressions.
22385
22386 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22387
22388         * basic.cs: Add a new test.
22389
22390         * mini-amd64.c aot.c cpu-amd64.md: Add support for tracing, profiling 
22391         and AOT. Various fixes and optimizations.
22392
22393         * inssel.brg (CALL_REG): Add 64 bit versions of call_reg rules.
22394
22395 Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
22396
22397         * mini-ppc.c: make sure temp regs are not used for global reg
22398         allocation.
22399
22400 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
22401
22402         * cpu-sparc.md: conv_i8 fix for 64bits
22403
22404         * mini-sparc.c: add cases for OP_IXXX codes for 64bits
22405
22406 2004-07-29  Ben Maurer  <bmaurer@ximian.com>
22407         
22408         * cpu-pentium.md, mini-x86.c, inssel-x86.brg, mini-ops.h:
22409         add opcode for cmp BYTE PTR [eax], imm.
22410
22411         * inssel.brg: Make memcpy and memset takes bases.
22412
22413 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
22414
22415         * *-amd64.*: More AMD64 work.
22416         
22417 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
22418
22419         * cpu-pentium.md, inssel-x86.brg, mini-ops.h, mini-x86.c:
22420         add a compare-not-equal opcode.
22421         
22422 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
22423
22424         * mini.c: Use mono_init_from_assembly instead of mono_init.
22425         
22426 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
22427
22428         * mini.c: Fix opcode mapping for STACK_MP on 64 bit platforms.
22429
22430         * mini.c (CEE_NEWOBJ): Call mono_array_new_va using the correct signature.
22431
22432         * mini.c: Use MONO_ARCH_SIGACTION on AMD64 as well.
22433
22434         * inssel.brg: 64 bit fixes.
22435
22436         * mini.h (MonoCallInst): Add some AMD64 specific data.
22437
22438         * mini.h: Add some OP_P opcodes.
22439
22440 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
22441
22442         * basic.cs: tests for 61797 and 61740
22443
22444 Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
22445
22446         * mini-ppc.c, mini-sparc.c, mini-s390.c: keep track of line
22447         numbers in the debug info (spotted by Geoff Norton, <gnorton@customerdna.com>).
22448
22449 2004-07-24  Zoltan Varga  <vargaz@freemail.hu>
22450
22451         * mini-sparc.c (mono_arch_output_basic_block): Add CEE_CONV_U8/I8.
22452
22453         * *-amd64*.*: Ongoing AMD64 work.
22454
22455 2004-07-23 Zoltan Varga <vargaz@freemail.hu>
22456
22457         * inssel-long.brg: Implement CONV_I8/CONV_U8 in the backends.
22458
22459         * *-amd64*: Ongoing AMD64 work.
22460
22461         * mini-arch.h: Add AMD64 support.
22462
22463         * mini-sparc.c (mono_arch_is_inst_imm): New arch dependent function.
22464
22465         * mini.h: Add new arch dependent function mono_arch_is_inst_imm.
22466
22467         * mini-ops.h: Add new opcodes.
22468
22469         * Makefile.am: Add AMD64 support.
22470
22471         * inssel.brg inssel-long32.brg inssel-long.brg: Move mul/div and shift
22472         rules into the inssel-long*.brg files.
22473
22474         * *-amd64.*: Add beginnings of AMD64 backend.
22475
22476 2004-07-22  Ben Maurer  <bmaurer@ximian.com>
22477
22478         * mini.c (print_dfn): commenting out the code that prints
22479         the cil. With -O=deadce, this makes -v -v crash.
22480         
22481         * cpu-pentium.md: make checkthis have a length of 2
22482
22483 2004-04-21  Bernie Solomon  <bernard@ugsolutions.com>
22484
22485         * mini-sparc.h: fix implementations of __builtin
22486         functions for Sun compiler for V9.
22487
22488 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
22489
22490         * mini.c: use the new stelem.ref wrapper
22491         * exceptions.cs, arrays.cs: new stelem.ref tests
22492
22493 Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
22494
22495         * mini-ppc.c, exceptions-ppc.c: cleanups and fixes (the
22496         new XSP should work with these changes).
22497
22498 2004-07-14  Ben Maurer  <bmaurer@ximain.com>
22499         
22500         * inssel-{long32,x86,}.brg: trivial optimizations.
22501         
22502 Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
22503
22504         * mini.c: load value when emitting box operation in
22505         constrained calls.
22506
22507 2004-07-12  Ben Maurer  <bmaurer@ximian.com>
22508
22509         * mini-x86.c (OP_CHECK_THIS): cmp DWORD PTR [eax], eax
22510         is one byte shorter than cmp DWORD PTR [eax], 0.
22511
22512 Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
22513
22514         * inssel-ppc.brg: arguments on the stack are always
22515         relative to the stack pointer (spotted by Neale Ferguson).
22516
22517 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22518
22519         * exceptions-x86.c: delay appending the method name to the trace until
22520         after mono_jit_info_table_find is called, as this gets the real
22521         MonoMethod.
22522
22523 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
22524
22525         * aot.c: register roots
22526
22527 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22528
22529         * aot.c : I could just use PLATFORM_WIN32 flag.
22530
22531 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22532
22533         * aot.c : Reverting the previous fix. This time it broke linux build.
22534
22535 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22536
22537         * aot.c : quick cygwin build fix. mkdir() with two args does not exist.
22538
22539 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
22540
22541         * mini.c (handle_stack_args): Remove some more debugging code.
22542         
22543         * mini.c (handle_stack_args): Remove debug output left in by mistake.
22544
22545         * driver.c mini.h aot.c: Allow additional options to be specified with
22546         --aot and pass them to mono_compile_assembly.
22547
22548         * aot.c: Add experimental code to AOT compile all loaded assemblies
22549         on demand and save the code into a cache in the filesystem.
22550
22551         * aot.c: Add support for more wrapper methods.
22552         
22553         * mini.c (handle_stack_args): Handle some corner cases. Fixes 
22554         58863.
22555
22556         * cpu-*.md: Remove removed opcodes.
22557
22558         * mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
22559         CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
22560         related icalls to marshal.c.
22561
22562 2004-07-06  Zoltan Varga  <vargaz@freemail.hu>
22563
22564         * mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.
22565
22566         * Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.
22567
22568         * inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.
22569
22570 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
22571         * liveness.c: If liveness is recomputated we need to reset the information
22572         for each variable. This way, if the liveness range has been narrowed
22573         by optimizations that happened after the last computation, we can return
22574         a smaller range.
22575         
22576         For example, if you have
22577         
22578         {
22579                 int i = 0;
22580                 
22581                 // Tons of code that does not affect i
22582                 
22583                 i = foo ();
22584                 ...
22585         }
22586         
22587         i = 0 is dead code and will be removed by SSA. However, when
22588         linear scan gets to the code, i will still appear to be live
22589         throughout the entire block. This prevents good register allocation.
22590
22591 2004-07-06  Martin Baulig  <martin@ximian.com>
22592
22593         * debug-mini.c (mono_debug_init_method): Allow
22594         MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
22595         (mono_debug_add_icall_wrapper): New method.
22596
22597         * mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().
22598
22599 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
22600
22601         * mini.c (optimize_branches): Fix linking of bblocks in branch->branch
22602         optimization.
22603
22604 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
22605
22606         * aot.c (mono_aot_load_method): Fix loading of debug info.
22607
22608 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
22609
22610         * aot.c: Add logging support.
22611
22612 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
22613
22614         * mini.h: Add prototype for mono_print_method_from_ip.
22615
22616         * mini.c: 64 bit fixes. Use LCOMPARE for comparing longs.
22617
22618         * inssel.brg: 64 bit fixes.
22619
22620         * inssel.brg inssel-long32.brg: Move 32 bit arithmetic rules to 
22621         inssel-long32.brg.
22622
22623         * Makefile.am: Add SPARC64 support.
22624
22625 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
22626
22627         * aot.c: Fix alignment problems on 32 bit platforms.
22628
22629 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
22630
22631         * helpers.c (mono_disassemble_code): Pass -xarch=v9 to assembler on
22632         SPARC64.
22633
22634         * aot.c: Add SPARC64 support. Reorganize patch table to fix alignment
22635         problems.
22636
22637         * mini.h: Bump AOT file version. Some 64 bit fixes.
22638
22639 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
22640
22641         * inssel-sparc.brg: Add new rule to avoid register moves.
22642
22643         * inssel.brg: Add ldind_to_load_membase helper function.
22644
22645 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
22646
22647         * mini.c: OffsetToStringData intrinsic.
22648         
22649 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
22650
22651         * ssa.c: Handle OP_LCOMPARE the same as OP_COMPARE.
22652
22653         * objects.cs exceptions.cs basic.cs basic-long.cs basic-calls.cs: New
22654         regression tests.
22655
22656         * mini-ops.h cpu-sparc.md mini-sparc.h mini-sparc.c exceptions-sparc.c tramp-sparc.c inssel-long.brg: Add SPARC64 support.
22657 Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
22658
22659         * mini.c: reinstated mono_compile_get_interface_var()
22660         on x86, too, since the change breaks the Gtk# build there as well.
22661
22662 Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
22663
22664         * driver.c: remove loop from the default optimizations: it seems to
22665         interact badly with some of the other options (see bug #60613).
22666
22667 2004-06-25  Zoltan Varga  <vargaz@freemail.hu>
22668
22669         * mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann 
22670         (fld@informatik.uni-bremen.de): Add Solaris x86 support.
22671
22672 Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus@ximian.com>
22673
22674         * mini-ppc.c, cpu-g4.md: small updates to be able to compile
22675         vararg-using methods.
22676
22677 2004-06-21  Martin Baulig  <martin@ximian.com>
22678
22679         * mini/mini-exceptions.c
22680         (mono_handle_exception): Added `gpointer original_ip' argument.
22681         After calling mono_unhandled_exception(), call
22682         mono_debugger_unhandled_exception() and if that returns true,
22683         restore the context and return.
22684
22685 Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
22686
22687         * mini-ppc.c: prefer the use of relative branches so
22688         they won't need to be patched in aot code (patch from Patrick Beard).
22689
22690 Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
22691
22692         * aot.c: patch from Patrick Beard to make the output assembly
22693         more correct for the MacOSX assembler. Small tweak to
22694         generate sane images on Linux/PPC, too.
22695
22696 Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
22697
22698         * mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
22699         case until bug #59509 is fixed (shows up in #60332).
22700
22701 Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
22702
22703         * mini.c: make sure the needed wrappers are compiled, too, with
22704         precomp.
22705
22706 Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus@ximian.com>
22707
22708         * driver.c: remove NPTL reference in --version output.
22709
22710 Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
22711
22712         * aot.c: patch from Patrick Beard (pcbeard@mac.com) to
22713         generate valid assembly for the Mach-O assembler.
22714
22715 Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
22716
22717         * driver.c: don't include abcrem in the all optimization specifier
22718         since it slows down jit compilation too much for now.
22719
22720 2004-06-12 Ben Maurer  <bmaurer@users.sourceforge.net>
22721
22722         * mini.c: use BIGMUL only if both operands have the same signage.
22723         * iltests.il: Test for bug 60056. (errors related to signage in
22724         BIGMUL).
22725
22726         r=lupus.
22727
22728 Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus@ximian.com>
22729
22730         * mini.c, aot.c: memory leak fixes.
22731
22732 Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
22733
22734         * inssel-long32.brg: implemented a few missing ulong cast opcodes.
22735
22736 Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
22737
22738         * Makefile.am: remove the -static hack completely, it links in
22739         statically glib as well.
22740
22741 Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus@ximian.com>
22742
22743         * iltests.il, mini.c: fixed bug#59580 in branch optimization.
22744         * exceptions.cs: make it compile with new mcs/csc.
22745
22746 2004-06-03 Massimiliano Mantione <massi@ximian.com>
22747         * cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
22748         and added relevant test case.
22749
22750 Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
22751
22752         * mini.c revert Zoltan's fix to bug#58863 on ppc, since it causes
22753         regressions in gtk-sharp.
22754
22755 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
22756
22757         * exceptions.cs: New regression tests.
22758
22759         * jit-icalls.c (mono_llmult_ovf): Fix some boundary conditions.
22760
22761 Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
22762
22763         * mini.c: emit castclass/isinst in their own trees (bug #54209/59057).
22764
22765 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
22766
22767         * mini-sparc.h (MONO_ARCH_NEED_DIV_CHECK): Define this.
22768
22769         * cpu-sparc.md mini-sparc.c: Add overflow detection to div opcodes.
22770
22771 2004-05-28      Patrik Torstensson <totte@hiddenpeaks.com>
22772
22773         * mini.c (mono_jit_runtime_invoke): Init class in this
22774         method instead of trusting mono_jit_compile_method to
22775         do the work (because wrappers can be in object class)
22776
22777 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
22778
22779         * mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.
22780
22781         * basic-long.cs: New regression test.
22782
22783 Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
22784
22785         * cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
22786         and div/rem checks.
22787
22788 Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
22789
22790         * Makefile.am: fix miguel's change to build mono statically against
22791         libmono (track build dependencies).
22792
22793 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
22794
22795         * cfold.c: Some glib versions do not have G_MININT32.
22796
22797 2004-05-26  Massimiliano Mantione  <massi@ximian.com>
22798
22799         * mini-x86.c cpu-pentium.md Makefile.am basic-math.cs: Fixed problem
22800         with precision of tan, atan, sin and cos, and implemented related
22801         regressions tests (fixes bug 54467, but one new problem appeared and
22802         is not fixed yet).
22803
22804 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
22805
22806         * cfold.c (FOLD_BINOPZ): Avoid division by zero.
22807
22808         * exceptions.cs: Add test for constant folding && division by zero.
22809
22810         * driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
22811         since driver.c is in libmono too, so the optimization was useless.
22812
22813         * driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS 
22814         variable to driver.c so the compiler can emit more efficient code to
22815         access them.
22816
22817 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22818
22819         * Makefile.am: don't distribute generated inssel.[ch] files.
22820
22821 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
22822
22823         * mini.c (mono_jit_compile_method_with_opt): Really emit icall wrappers
22824         into the default appdomain. Fixes #58707.
22825
22826         * jit-icalls.c: Remove the broken approximation for truncl, doing
22827         no conversion is better.
22828
22829         * mini.c (handle_stack_args): Avoid reusing variables for stack slots.
22830         Fixes #58863.
22831
22832 Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
22833
22834         * mini-ops.h, mini-ppc.c, cpu-g4.md, inssel-ppc.brg: eliminate the use
22835         of the mcrxr instruction which is not available on some processors
22836         even if it's documented to be. Implement add and sub overflow correctly
22837         (still not complete for long unsigned). Speed up icalls a bit.
22838
22839 2004-05-25 13:01 CET Patrik Torstenson <totte@hiddenpeaks.com>
22840
22841         * mini.c (mono_jit_compile_method_with_opt): Make sure that
22842         we run .cctor in the current domain instead of target_domain.
22843         
22844         Fixes bug #58558, .cctor not being called in -O=shared.
22845
22846 Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
22847
22848         * mini-ppc.h, jit-icalls.c: added explicit checks for divide by zero.
22849
22850 2004-05-24 Ben Maurer  <bmaurer@users.sourceforge.net>
22851
22852         * mini-x86.c (EMIT_COND_BRANCH): If an OP_LABEL has an offset
22853         which can be done with an imm8, do it that way.
22854         (mono_arch_output_basic_block): ditto for a jmp
22855         (mono_arch_emit_prolog): Computate maximum offset of a label.
22856
22857 2004-05-24 18:18 CET Patrik Torstenson <totte@hiddenpeaks.com>
22858
22859         * mini-x86.c (mono_arch_local_regalloc): the reg allocator
22860         now tries to allocate prefered physical reg's for virtual
22861         regs. This reduces the number of emited spills/loads with
22862         20-30% on our core assemblies.
22863
22864 Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
22865
22866         * jit-icalls.c: truncl() is not needed and trunc() is
22867         the correct thing to do anyway (bug #58287).
22868
22869 2004-05-24  Zoltan Varga  <vargaz@freemail.hu>
22870
22871         * mini-sparc.c (mono_arch_flush_icache): Call sync_instruction_memory
22872         if available.
22873
22874 Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
22875
22876         * driver.c: enable loop optimizations by default.
22877
22878 Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
22879
22880         * mini-x86.c: fix calc of max loop size when aligning loops start.
22881
22882 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
22883
22884         * ssa.c (mono_ssa_cprop): Allocate carray dynamically instead of on
22885         the stack.
22886
22887 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
22888
22889         * mini-sparc.c (mono_arch_output_basic_block): ADD_IMM and SUB_IMM
22890         should set carry.
22891
22892         * basic-long.cs: Add tests for add/subtract of immediates with carry.
22893
22894         * mini.c exceptions-x86.c: Remove MONO_USE_EXC_TABLES stuff.
22895         
22896         * mini.c (inline_method): Allways inline some wrappers even if the cost
22897         is too large. Fixes #58785.
22898
22899         * mini.c: Add support for MARSHAL_CONV_FTN_DEL.
22900         
22901 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
22902
22903         * mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
22904         (crichton@gimp.org). Beginning of support for sparc/linux.
22905
22906         * mini-sparc.c: Optimize retrieval of LMF address.
22907
22908 Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus@ximian.com>
22909
22910         * exceptions-ppc.c:  handle alloca in methods with clauses.
22911
22912 Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus@ximian.com>
22913
22914         * mini-ppc.c: cleanups, off-by-one fixes, avoid recursive thunks.
22915
22916 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
22917
22918         * mini.c: Delegate most of the abort signal work to 
22919           mono_thread_request_interruption, which also handles Stop and Suspend
22920           states.
22921
22922 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
22923
22924         * mini.c mini.h: Allow inlining of icall wrappers if the backend 
22925         supports the save/restore lmf opcodes.
22926
22927 2004-05-19  Zoltan Varga  <vargaz@freemail.hu>
22928
22929         * mini-x86.c (mono_arch_setup_jit_tls_data): Handle code generated
22930         by gcc-3.4 as well.
22931
22932         * mini-x86.h mini-x86.c tramp-x86.c: Optimize lmf restoring code.
22933
22934 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
22935
22936         * mini.h mini.c (mini_method_compile): Only run abc removal pass on 
22937         methods which contain array accesses.
22938
22939         * mini.c (CEE_LDTOKEN): Handle this instruction correctly on bb
22940         boundaries. Fixes #58537.
22941
22942         * iltests.il: Add regression test for #58537.
22943
22944 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
22945
22946         * mini-x86.c (mono_arch_local_regalloc): Last part of
22947         fix for bug #58633 (releasing register to early).
22948
22949 2004-05-18  Miguel de Icaza  <miguel@ximian.com>
22950
22951         * basic-long.cs: Add new regression test.
22952
22953 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
22954
22955         * mini-x86.c (mono_arch_local_regalloc): Avoid releasing a
22956         register too early on the chain.
22957
22958 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
22959
22960         * mini.c (create_helper_signature): Use a helper function to reduce
22961         the code which needs to be written. Also set the calling convention of
22962         icalls on windows. Fixes #57840.
22963
22964 Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
22965
22966         * mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
22967         exceptions-ppc.c: added helper function to get the instruction address
22968         from a signal handler context.
22969
22970 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
22971
22972         * helpers.c: use g_get_tmp_dir. Invokes happyness 
22973         from gonzalo.
22974
22975 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
22976
22977         * helpers.c: Add new env variable to pass args to objdump.
22978         Specifically for those of us who love -Mintel. r=miguel, gonzalo.
22979
22980 2004-05-17  Radek Doulik  <rodo@ximian.com>
22981
22982         * Makefile.am (common_sources): added abcremoval.h so it get
22983         disted and daily mono packages on go-mono.com will build again
22984
22985 2004-05-17  Massimiliano Mantione  <massi@ximian.com>
22986
22987         * abcremoval.c: Fixed coding style, added copyright header.
22988
22989         * abcremoval.h: Fixed style and moved prototype to mini.h, added copyright header.
22990
22991         * mini.h: Added prototype for abc removal main function.
22992
22993         * build_relations_propagation_table.pl: Added copyright header.
22994
22995 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
22996
22997         * basic-long.cs: reg test for complex ceq_long bug.
22998
22999 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
23000
23001         * mini-x86.c (mono_arch_local_regalloc): Correctly free 
23002         reg in long and clob case (bug #58343). Fixed/added comments.
23003
23004 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
23005
23006         * mini.c (mono_jit_runtime_invoke): Follow new convention
23007         of calling the invoke method with an function pointer.
23008
23009 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
23010
23011         * ChangeLog: Fix author of memory leak patch.
23012
23013 Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
23014
23015         * Makefile.am: fix make dist as well...
23016
23017
23018 2004-05-14  Massimiliano Mantione  <massi@ximian.com>
23019
23020         * cfold.c: Made so that conversions from pointer to int4 are no-ops
23021         on archs where pointers are 4 bytes long.
23022
23023         * Makefile.am: Added abcremoval.c source file.
23024
23025         * abcremoval.c: Added abcremoval.c.
23026
23027         * abcremoval.h: Added abcremoval.h.
23028
23029         * build_relations_propagation_table.pl: Added build_relations_propagation_table.pl.
23030
23031         * inssel.brg: Enabled bounds check removal.
23032
23033         * mini.c: Added support for abcrem optimization.
23034
23035         * mini.h: Added abcrem optimization label.
23036
23037         * driver.c: Added support for abcrem optimization.
23038
23039         * propagated_relations_table.def: Added propagated_relations_table.def.
23040
23041 Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
23042
23043         * mini.c, cfold.c: fix style.
23044
23045 Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23046
23047         * mini.c: handle issue with the low-level implementation of
23048         some long opcodes (bug #54209).
23049
23050 2004-05-13 Ben Maurer  <bmaurer@users.sourceforge.net>
23051
23052         * basic.cs: test for my new cmov stuff.
23053
23054 2004-05-13      Patrik Torstensson
23055
23056         * mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
23057         opt and added peephole documentation.
23058
23059 Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
23060
23061         * tramp-ppc.c: rewrote the generic trampoline code.
23062
23063 2004-05-11      Patrik Torstensson
23064
23065         * mini-x86.c: optimize long shl/shr asm code (one less branch)
23066
23067 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
23068
23069         * basic.cs basic-long.cs objects.cs: Make these compile under MS csc.
23070
23071         * mini.h mini.c dominators.c: Applied patch from Derek Woo
23072         (derek@eecg.toronto.edu): Fix memory leaks in loop optimizations.
23073
23074         * mini.c: Add new icalls for AsAny marshalling.
23075
23076 Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
23077
23078         * tramp-ppc.c, mini-ppc.c: more cleanups.
23079
23080 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23081
23082         * mini.c: no warnings.
23083
23084 Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23085
23086         * mini-ppc.c, mini.c: use mono_resolve_patch_target ().
23087
23088 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
23089
23090         * mini.c: In the thread abort signal handler, if the thread is in the
23091         process of being stoped, don't throw the Abort exception, just stop the
23092         thread.
23093
23094 Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus@ximian.com>
23095
23096         * tramp-ppc.c: removed old code.
23097
23098 Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23099
23100         * mini.h, mini-ppc.c, cfold.c: export mono_is_power_of_two().
23101         do some simple speed optimizations on ppc.
23102
23103 Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
23104
23105         * mini-ppc.c, cpu-g4.md: fixes to handle large stack frames
23106         and large offsets in load/store.
23107
23108 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
23109
23110         * mini-x86.c (mono_arch_local_regalloc): Remove the previous fix, since
23111         it causes regressions.
23112
23113 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
23114
23115         * mini-sparc.c: Fix vararg support + add beginnings of sigaltstack
23116         support.
23117
23118 Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23119
23120         * jit-icalls.c: remove warnings.
23121         * inssel-x86.brg, inssel.brg, mini-x86.c, cfold.c: some simple
23122         speedups for unsafe code.
23123
23124 2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
23125
23126         * inssel.brg: Optimize Stind.[ui][12]. r=zoltan.
23127
23128 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
23129
23130         * basic-calls.cs: Add new regression test.
23131
23132         * mini.c (mono_runtime_install_handlers): Use SA_ONSTACK since it is
23133         more portable.
23134
23135         * mini.c (mono_method_to_ir): Handle opcode emulation for *_OVF opcodes.
23136
23137         * mini-x86.c (mono_arch_local_regalloc): Free new_dest register when it
23138         is no longer used.
23139
23140 2004-05-06      Patrik Torstensson
23141
23142         * mini-x86.[c|h], inssel-x86.brg, cpu-pentium.md, mini.c: enabled
23143         long reg allocation in any reg (not only eax:edx) and implemented 
23144         long shl/shr ops in asm instead of helpers.
23145
23146 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
23147
23148         * mini-sparc.h: Fix warnings.
23149
23150         * exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
23151         stack.
23152
23153         * mini-exceptions.c (mono_handle_exception): Call the filter in a
23154         separate statement for clarity.
23155
23156         * mini-sparc.c: Update status.
23157
23158 2004-05-04  Zoltan Varga  <vargaz@freemail.hu>
23159
23160         * mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
23161         here.
23162
23163 Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23164
23165         * inssel-ppc.brg: another small pre-release workaround:
23166         we don't do overflow detection for long_sub_un.
23167
23168 Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23169
23170         * mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
23171         (also works around a weird ppc bug: 57957).
23172
23173 Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
23174
23175         * tramp-ppc.c: trampoline fixes.
23176
23177 Fri Apr 30 15:54:26 EDT 2004    Paolo Molaro <lupus@ximian.com>
23178
23179         * mini-ppc.c: fixed typos.
23180
23181 Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
23182
23183         * mini-ppc.c, exceptions-ppc.c: more code saves registers
23184         at the top of the stack. Fixed typos. Use a frame registers
23185         for all the methods with exception clauses.
23186
23187 Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
23188
23189         * exceptions-ppc.c: restore fp registers.
23190
23191 Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
23192
23193         * mini-ppc.c, exceptions-ppc.c: save the registers in reverse
23194         order from the stack top (moved the stack room to save the
23195         return value for trace after the param area). Fixed corruption
23196         in restoring registers on unwind.
23197
23198 Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23199
23200         * mini-ppc.c, cpu-g4.md: fixed unisgned -> double conversion.
23201
23202 Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23203
23204         * exceptions-ppc.c, mini-ppc.h, mini-ppc.c: fixed localloc
23205         and prolog/epilog for methods that use it. Allow
23206         enough param area room for varargs methods. Fix miguel's
23207         breakage in exception handling.
23208
23209 Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23210
23211         * Makefile.am: run genmdesc only on current arch.
23212
23213 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23214
23215         * exceptions-x86.c:
23216         * mini-x86.h: fix the build on windows.
23217
23218 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
23219
23220         * 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.
23221
23222         * exceptions-sparc.c exceptions-ppc.c exceptions-s390.c mini-ppc.h mini-s390.h mini-sparc.h: Fix up ports after changes.
23223
23224         * mini-exceptions.c: New file.
23225         
23226         * mini.c mini-exceptions.c mini-x86.h exceptions-x86.c Makefile.am:
23227         Move some parts of the x86 exception handling code to an 
23228         arch-independent file so it can be shared with other ports.
23229
23230 Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
23231
23232         * trace.c, cpu-g4.md, inssel-ppc.brg, mini-ppc.c: some fixes for FP code.
23233
23234 2004-04-26  David Waite  <mass@akuma.org>
23235
23236         * driver.c: remove comma from end of enumeration declaration
23237
23238 2004-04-26  Jackson Harper  <jackson@ximian.com>
23239
23240         * driver.c: parse config file before loading first assembly. This
23241         allows the user gac to be enabled/disabled. 
23242         
23243 2004-04-23  Miguel de Icaza  <miguel@ximian.com>
23244
23245         * mini-ppc.c (ppc_patch): Replaced the branch code patching with a
23246         simpler mechanism: we do not care what is encoded initially
23247         (branch absolute or relative), we care about the code and its
23248         target.  I kept the old code for reference for now.
23249
23250         The new code tries first to determine if the jump is anywhere in
23251         the -/+32 absolute meg range, if it succeeds, it encodes using the
23252         absolute branch;  If not, it tried to find something in the
23253         relative range, if not, it uses the handle_thunk code. 
23254
23255 Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus@ximian.com>
23256
23257         * exceptions-ppc.c: use the correct ip register on macosx.
23258
23259 Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus@ximian.com>
23260
23261         * exceptions.c, mini.c, mini-ppc.h: adapt code to macosx.
23262
23263 Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus@ximian.com>
23264
23265         * mini-ppc.c, cpu-g4.md: made the branch macros more flexible.
23266         Raise exception on integer divide by zero by hand since the hw
23267         doesn't support it. Handle NaNs in FP compares.
23268
23269 Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
23270
23271         * exceptions-ppc.c, mini-ppc.h, mini.c: simplified some
23272         code reducing duplication between the platforms and enabled
23273         signal exception handling (on linux for now).
23274
23275 Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus@ximian.com>
23276
23277         * exceptions-ppc.c: more macosx support.
23278
23279 Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23280
23281         * mini-ppc.h, mini-ppc.c, cpu-g4.md: enable bigmul optimization.
23282
23283 Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
23284
23285         * mini.h, mini-ppc.c, cpu-g4.md: support for implicit exceptions.
23286
23287 2004-04-19 Ben Maurer  <bmaurer@users.sourceforge.net>
23288
23289         * iltests.il: more tests.
23290
23291 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
23292
23293         * mini-*.c (mono_arch_get_allocatable_int_vars): Skip written-only
23294         vars as well.
23295
23296 Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
23297
23298         * mini-ppc.c: some fixes to bootstrap mcs/corlib/etc.
23299
23300 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
23301
23302         * liveness.c: Mark variables as volatile in all basic blocks reachable
23303         from exception clauses.
23304
23305 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
23306
23307         * exceptions.cs (test_0_rethow_stacktrace): Make this work with
23308         inlining.
23309
23310 2004-04-18 Ben Maurer  <bmaurer@users.sourceforge.net>
23311
23312         * iltests.il, basic.cs: more tests for regalloc.
23313
23314 2004-04-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23315
23316         * iltests.il: Some tests for register allocation modifications
23317         I have locally.
23318
23319 2004-04-16  Zoltan Varga  <vargaz@freemail.hu>
23320
23321         * exceptions.cs: Add regression test for bug #56782.
23322
23323         * exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
23324         original stack trace if an exception is rethrown. Fixes #56782. Oh,
23325         the beauty of fixing the same thing in 5 different files...
23326
23327 2004-04-15  Zoltan Varga  <vargaz@freemail.hu>
23328
23329         * mini.c (mono_method_to_ir): Do not compute coverage for inlined
23330         methods.
23331
23332 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
23333
23334         * mini.c: Add support for STRWLPARRAY marshalling convention.
23335
23336 Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
23337
23338         * exceptions-ppc.c: missing fixes in mono_jit_walk_stack (need
23339         to init the context to setup the regs pointer).
23340
23341 Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
23342
23343         * exceptions-ppc.c: more exceptions work.
23344
23345 Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23346
23347         * mini.c: avoid reusing the same MonoInst on multiple trees: this is
23348         not allowed.
23349
23350 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
23351
23352         * inssel-x86.brg (reg): Add new rules for add, sub and mul that
23353         can use the memory directly.
23354
23355         * cpu-pentium.md: Update documentation from a post from Zoltan. 
23356
23357         add x86_add_membase, x86_sub_membase, x86_mul_membase
23358
23359 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
23360
23361         * mini-ppc.c: Remove unused definitions FLOAT_REGS and
23362         GENERAL_REGS they were also hardcoded for all PPC ports.
23363
23364         (add_general): Use PPC_NUM_REG_ARGS instead of GENERAL_REGS.
23365
23366         Remove hard-coded limit for floating point registers, use
23367         PPC_LAST_FPARG_REG instead in MONO_TYPE_R4 and MONO_TYPE_R8.
23368
23369         Notice that in MacOS X calling conventions you can fit a lot more
23370         floating point values in registers, so I should update the PInvoke
23371         test to excercise the passing of floating point values on the
23372         stack (currently broken).
23373         
23374 2004-04-06  Miguel de Icaza  <miguel@ximian.com>
23375
23376         * tramp-ppc.c (create_trampoline_code): Added
23377         JUMP_TRAMPOLINE_SIZE. 
23378         (ppc_magic_trampoline): Follow the pattern from
23379         x86_magic_trampoline: if code is set to zero, return. 
23380         (create_trampoline_code): Always pass MonoMethod to the jump
23381         trampoline, before it was passing a null.
23382         (mono_arch_create_jump_trampoline): Implement the jump stub, could
23383         share the code with mono_arch_create_jit_trampoline. 
23384
23385         * mini-ppc.c (mono_arch_output_basic_block): CEE_JMP opcode
23386         implemented.
23387         (mono_arch_patch_code): MONO_PATCH_INFO_METHOD_JUMP patch type
23388         implemented.  
23389
23390         * cpu-g4.md: Added length for jmp instruction, the worst case
23391         scenario is 92 bytes (4 mandatory bytes, potential 19 registers
23392         for save_lmf).
23393
23394 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
23395
23396         * aot.c (mono_compile_assembly): Add back unlink removed by mistake.
23397
23398 2004-04-07  Zoltan Varga  <vargaz@freemail.hu>
23399
23400         * mini.c: Only set bblock->real_offset when adding a new bblock, and
23401         before each IL instruction.
23402
23403         * mini.c (CEE_BOX): Fix warnings.
23404
23405 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23406
23407         * mini.c: removed a few unused vars and extra whitespace.
23408
23409 2004-04-05 Ben Maurer  <bmaurer@users.sourceforge.net>
23410
23411         * inssel.brg (MONO_EMIT_BOUNDS_CHECK): a new macro to emit bounds
23412         checks.
23413         (MONO_EMIT_BOUNDS_CHECK_IMM): the above, but when you know the
23414         index.
23415         (OP_GETCHR): use the above
23416         (CEE_LDELEMA): use the above.
23417
23418         * inseel-x86.brg (MONO_EMIT_BOUNDS_CHECK): a faster and smaller
23419         version of the generic impl.
23420         (MONO_EMIT_BOUNDS_CHECK_IMM): the same
23421         (CEE_LDELEMA): use the above.
23422
23423 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
23424
23425         * inssel-long32.brg (CEE_CONV_OVF_I8): Sign extend the i4 value to i8.
23426         Fixes #56317.
23427
23428         * iltests.il: Added new regression test for #56317.
23429
23430 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
23431
23432         * mini-x86.c (mono_arch_setup_jit_tls_data): Use pthread_attr_get_np
23433         under NetBSD. Fixes #56450.
23434
23435         * liveness.c (update_gen_kill_set): Fix previous patch.
23436
23437 2004-04-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23438
23439         * mini-x86.h: SA_STACK defined as SA_ONSTACK. Fixed build under NetBSD.
23440
23441 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
23442
23443         * mini.c (mono_method_to_ir): Avoid handle_loaded_temps in
23444         ldsfld and ldsflda.
23445
23446         * inssel-sparc.brg: Add more optimizations.
23447
23448         * mini-sparc.c: Replace multiply/divide with shifts if possible.
23449
23450 2004-04-01  Martin Baulig  <martin@ximian.com>
23451
23452         * mini.c (handle_box): New static function; moved the
23453         implementation of CEE_BOX here.
23454         (mono_method_to_ir): Added `constrained_call' variable.
23455         (mono_method_to_ir:CEE_CONSTRAINED_): Set it.
23456         (mono_method_to_ir:CEE_CALL): If `constrained_call' is set, use
23457         mono_method_get_constrained() to get the method.
23458
23459 2004-04-01  Martin Baulig  <martin@ximian.com>
23460
23461         * mini.c (TYPE_PARAM_TO_TYPE, TYPE_PARAM_TO_CLASS): Removed.
23462         (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): Removed.
23463         (mono_method_to_ir): We don't need these macros anymore since
23464         mono_class_get_full() already takes care of it. 
23465
23466 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23467
23468         * aot.c: set aot_verbose to 0, fixed format string that caused sigsegv,
23469         use @function (as doesn't accept #function here) and check the return
23470         value of system and stop if fails.
23471
23472 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23473
23474         * mini.c: set the timeout to 2s when calling mono_domain_finalize.
23475
23476 2004-03-31  Zoltan Varga  <vargaz@freemail.hu>
23477
23478         * mini-ppc.c (mono_arch_patch_code): Fix ppc build.
23479
23480         * inssel-sparc.brg mini-sparc.c aot.c: Implement AOT support.
23481
23482         * inssel-long32.brg (OP_LNEG): Use ADC instead of ADD here. Fixes
23483         #56223.
23484
23485         * basic-long.cs: Add test for negation of Int64.MinValue.
23486
23487 2004-03-30  Zoltan Varga  <vargaz@freemail.hu>
23488
23489         * mini-sparc.c: Update status.
23490
23491         * mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
23492
23493         * exceptions-sparc.c: Fix return value in filters.
23494
23495         * inssel-sparc.brg: Fix register allocation in some rules.
23496
23497 2004-03-28  Martin Baulig  <martin@ximian.com>
23498
23499         * mini.c (mmono_method_to_ir): In CEE_STELEM, do a handle_stobj()
23500         if neccessary.  
23501
23502 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
23503
23504         * mini-x86.c (mono_arch_patch_code): Fix warnings.
23505         
23506         * mini-x86.c (mono_arch_output_basic_block): Fix CEE_MUL_OVF_UN if 
23507         dreg is not EAX. Thanks to Willibard Krenn for spotting this. Also
23508         remove unused conv_u4 opcode.
23509
23510         * mini-x86.c: Remove valgrind workaround since it slows down things
23511         even when mono is not run under valgrind.
23512
23513 2004-03-26  Zoltan Varga  <vargaz@freemail.hu>
23514
23515         * mini-sparc.c: Update status.
23516
23517         * inssel-sparc.brg: Add some optimizations.
23518
23519         * inssel-sparc.brg mini-sparc.c: Rework branch instructions to allow
23520         future delay slot filling. Add support for varargs, tail calls and JMP.
23521
23522         * inssel.brg mini-ops.h mini.c: Use OP_REFANYTYPE instead of 
23523         CEE_REFANYTYPE, since CEE_REFANYTYPE needs a prefix to be unique.
23524
23525         * inssel.brg: Fix register allocation in OP_ARGLIST.
23526
23527         * inssel.brg: Fix warnings.
23528
23529 2004-03-25  Martin Baulig  <martin@ximian.com>
23530
23531         * mini.c (inflate_generic_field): Removed.
23532         (mini_get_method): Removed, use mono_get_method_full(),
23533         (mini_get_class): Removed, use mono_class_get_full().
23534         (mono_method_to_ir): Pass our generic context to
23535         mono_field_from_token().        
23536
23537 2004-03-25  Martin Baulig  <martin@ximian.com>
23538
23539         * mini.c (mini_get_class): Take a `MonoGenericContext *' instead
23540         of a `MonoMethod *'.
23541         (mini_get_method): Take a `MonoGenericContext *' instead
23542         of a `MonoMethod *'.
23543         (TYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_TYPE): mono_method_to_ir() has
23544         a new local variable called `generic_context' which holds the
23545         current `MonoGenericContext *'; use it to lookup things.
23546
23547 2004-03-24  Martin Baulig  <martin@ximian.com>
23548
23549         * mini.c (mini_get_class): New static method; if we're inside a
23550         generic instance, inflate the class if neccessary.
23551         (mono_method_to_ir): Use mini_get_class() instead of mono_class_get().
23552
23553 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
23554
23555         * iltests.il: New regression test for #55976.
23556
23557         * mini.c (mono_method_to_ir): Empty the stack in endfinally. Fixes
23558         #55976.
23559
23560 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
23561
23562         * exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
23563         output.
23564
23565 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
23566
23567         * liveness.c: Consider SSA stores as well as loads when making vars
23568         volatile.
23569
23570         * exceptions.cs: New regression tests for register allocation.
23571         
23572 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
23573
23574         * mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
23575         * mini.c: Removed domain lock from mono_jit_compile_method_with_opt. Use
23576           domain lock only to protect puntual access to data structures.
23577           Added access lock for sighash, jit_icall_hash_name, 
23578           jit_icall_hash_addr and domain->code_mp.
23579
23580 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
23581
23582         * driver.c: Print SIGSEGV handling method.
23583
23584         * mini-x86.c (mono_arch_free_jit_tls_data): Add missing ifdef.
23585
23586         * mini.c (setup_jit_tls_data): Handle case when this is called
23587         multiple times for a thread.
23588
23589         * mini-x86.c cpu-pentium.md: Fix floating point branch opcodes so fbxx 
23590         is different from fbxx_un. Fixes #54303. Also use constants instead of
23591         magic numbers in a lot of places.
23592
23593 2004-03-19  Zoltan Varga  <vargaz@freemail.hu>
23594
23595         * exceptions.cs: Fix cctor test when --regression is used.
23596
23597 Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
23598
23599         * mini-ppc.c, exceptions-ppc.c: basic exceptions support 
23600         for Linux/ppc.
23601
23602 Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
23603
23604         * inssel-ppc.brg: fixed register assignments for some rules.
23605
23606 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
23607
23608         * exceptions.cs: Add test for exceptions in static constructors.
23609
23610         * mini.c (mono_jit_compile_method_with_out): Move the calling of
23611         static constructors outside the domain lock. Fixes #55720.
23612
23613 2004-03-17  Martin Baulig  <martin@ximian.com>
23614
23615         * mini.c (get_generic_field_inst): Removed, this'll never happen.
23616         (inflate_generic_field): Take the `MonoMethod *' instead of the
23617         `MonoClass *' and added support for generic method.
23618         (mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
23619         have a `field->parent->gen_params', only inflate the field if it's
23620         an open constructed type.
23621
23622 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
23623
23624         * exceptions-x86.c (mono_arch_handle_exception): Allocate a new
23625         exception object instead of the preconstructed ones.
23626
23627 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23628
23629         * mini.c: reverted changed to sigsegv_signal_handler commited
23630         accidentally in the previous patch.
23631
23632 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23633
23634         * mini.c:
23635         (mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
23636         running --aot with an old assembly.
23637
23638 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
23639
23640         * mini-sparc.c (mono_arch_instrument_epilog): Fix handling of floating
23641         point values.
23642
23643         * mini-sparc.c: Add support for v9 branches with prediction.
23644
23645 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
23646
23647         * mini.c (mini_init): #warning is GNUC only
23648
23649         * mini-sparc.h: implement __builtin_frame_address
23650         and __builtin_return_address for Sun C compiler
23651
23652 2004-03-15  Zoltan Varga  <vargaz@freemail.hu>
23653
23654         * exceptions-sparc.c (mono_arch_has_unwind_info): Add missing function.
23655
23656 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
23657
23658         * basic-calls.cs: Add test for unaligned byref long argument passing.
23659
23660         * mini-ops.h: Add sparcv9 compare and branch instructions.
23661
23662         * inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
23663         v9 instructions if we have a v9 cpu.
23664
23665         * mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
23666         registers for global allocation.
23667
23668         * exceptions-sparc.c: Fixes.
23669         
23670 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
23671
23672         * liveness.c (mono_analyze_liveness): Optimized version.
23673
23674         * inssel-sparc.brg cpu-sparc.md: Ongoing sparc work.
23675
23676         * mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Ongoing
23677         sparc work.
23678
23679         * basic-float.cs basic-calls.cs: New regression tests.
23680
23681 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
23682
23683         * mini-x86.h: Define SIGSEGV_ON_ALTSTACK only if we have a working
23684         sigaltstack implementation.
23685
23686         * mini-x86.c (mono_arch_setup_jit_tls_data): Fix previous patch.
23687         
23688         * mini-x86.c (mono_arch_setup_jit_tls_data): Turn off the sigaltstack
23689         stuff if SIGSEGV_ON_ALTSTACK is not defined.
23690
23691 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
23692
23693         * mini.c: Fix warnings.
23694         
23695         * mini.c (mono_resolve_patch_target): New function which contains the
23696         arch independent part of the patching process.
23697
23698         * mini-x86.c (mono_arch_patch_code): Move arch independent parts of the
23699         patching code to a separate function.
23700
23701 2004-03-09  Bernie Solomon  <bernard@ugsolutions.com>
23702
23703         * mini.c (add_signal_handler): ifdef out on Windows
23704
23705 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
23706
23707         * mini-sparc.h mini-sparc.c inssel-sparc.brg exceptions-sparc.c 
23708         cpu-sparc.md: Add exception handling support + other fixes.
23709
23710         * driver.c: Print --help output to stdout. Fixes #55261. Also fix
23711         typed GC detection in --version.
23712
23713         * basic.cs exceptions.cs: New regression tests.
23714
23715         * mini.h mini-x86.h mini-ppc.h: Add MonoCompileArch structure where
23716         the arch specific code can store data during a compilation.
23717
23718         * mini-ops.h: Add OP_SETFRET.
23719
23720         * mini.c (mini_get_ldelema_ins): Instead of allways calling the same
23721         function, register a separate icall for each arity, so the icalls can
23722         get a wrapper.
23723         
23724         * mini.c (mono_print_tree): Print negative offsets in a more readable
23725         form.
23726         
23727         * mini.c: Make signal handling work on sparc.
23728         
23729         * mini.c (mini_init): Add emulation for lconv_to_r8_un.
23730
23731         * inssel-long32.brg: Fix OP_LSUB_OVF_UN rule.
23732
23733         * jit-icalls.c: Emulate truncl by aintl on solaris.
23734
23735         * jit-icalls.c (mono_lconv_to_r8_un): New icall emulation function.
23736
23737 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
23738
23739         * mini.c (mini_init): fconv_to_ovf can raise exceptions.
23740
23741 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
23742
23743         * mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
23744         a MarshalByRef type, inline a method that performs the check, taking into
23745         account that the object can be a proxy. Also implemented tow new opcodes:
23746         CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
23747         * inssel.brg: Implemented two new opcodes, mini-ops.h: OP_CISINST and 
23748         OP_CCASTCLASS, which implement CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
23749
23750 Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
23751
23752         * mini-ppc.c: if a relative branch displacement is too big
23753         but it points to and area reachable with an absolute branch, 
23754         avoid the thunks.
23755
23756 Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
23757
23758         * mini.c: optimize small copies in cpblk.
23759
23760 2004-03-01  Zoltan Varga  <vargaz@freemail.hu>
23761
23762         * basic-calls.cs basic-float.cs: New regression tests.
23763
23764         * mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at 
23765         negative offsets from %fp. Implement localloc. Fix local register 
23766         allocation. Fix the case when the this argument needs to be saved to
23767         the stack. Implement some missing opcodes.
23768
23769 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
23770
23771         * mini.c (mini_method_compile): Reenable global regalloc in methods
23772         with exception handlers.
23773
23774         * linear-scan.c (mono_varlist_sort): Fix warning.
23775
23776         * linear-scan.c (mono_linear_scan): Fix computation of used_regs.
23777
23778         * mini-x86.c (mono_arch_regalloc_cost): Reenable precise computation of
23779         regalloc costs.
23780
23781         * liveness.c: Make all variables uses in exception clauses volatile, to
23782         prevent them from being allocated to registers. Fixes #42136.
23783
23784 2004-02-25  Zoltan Varga  <vargaz@freemail.hu>
23785
23786         * mini-x86.c (mono_arch_regalloc_cost): Revert this change since it
23787         causes regressions.
23788
23789         * mini.h linear-scan.c mini-x86.c mini-sparc.c mini-ppc.c: Add 'cfg'
23790         argument to mono_arch_regalloc_cost.
23791
23792         * mini-x86.c (mono_arch_regalloc_cost): Compute regalloc costs 
23793         precisely.
23794
23795 2004-02-24  Zoltan Varga  <vargaz@freemail.hu>
23796
23797         * mini.h mini-x86.c mini-ppc.c mini-sparc.c linear-scan.c: 
23798         Make the cost of allocating a variable to a register arch dependent.
23799
23800         * basic-calls.cs: Fix compilation of tests.
23801         
23802         * mini.h mini.c tramp-x86.c mini-x86.c: Add mono_running_on_valgrind ()
23803         helper function to cut back on the number of #ifdefs needed.
23804
23805         * mini-ppc.c: Fix compilation.
23806
23807         * basic-calls.cs: New regression tests.
23808
23809         * mini-sparc.c (mono_sparc_is_virtual_call): New helper function.
23810
23811         * tramp-sparc.c (create_specific_trampoline): Use g5 register instead
23812         of l0 since that is callee saved.
23813
23814         * tramp-sparc.c (sparc_magic_trampoline): Apply unbox trampoline only
23815         to virtual calls.
23816
23817         * mini-sparc.c: Ongoing work + flag virtual calls with a special kind 
23818         of delay instruction.
23819
23820         * inssel.brg (OP_CHECK_THIS): Set tree->sreg1 and dreg correctly.
23821
23822         * mini.h (MonoCallInst): Add 'virtual' flag.
23823
23824         * inssel.brg (mini_emit_virtual_call): Set 'virtual' flag.
23825
23826 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
23827
23828         * *.cs: New regression tests.
23829
23830         * mini-sparc.c inssel-sparc.brg: Update after latest changes. Ongoing sparc 
23831         work.
23832
23833         * mini.c (mono_runtime_install_handlers): Fix build.
23834
23835         * mini.h (MonoJitTlsData): Add 'stack_size', 'signal_stack' and
23836         'signal_stack_size' members.
23837
23838         * mini.h mini.c mini-x86.h mini-x86.c: Run sigsegv handlers on an 
23839         alternate signal stack.
23840
23841         * exceptions-x86.c: Add stack overflow handling.
23842
23843         * mini.h mini.c mini-x86.c mini-ppc.c trace.h trace.c: Move tracing 
23844         functions to arch independent code.
23845
23846         * mini.c (mono_print_tree): Print more detailed info for load_membase
23847         opcodes.
23848         
23849 2004-02-23  Martin Baulig  <martin@ximian.com>
23850
23851         * mini.c (mini_get_method): Set `gmethod->generic_inst'.
23852
23853 Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus@ximian.com>
23854
23855         * mini-x86.c: fixed reg allocation for div/rem.
23856
23857 2004-02-22  Miguel de Icaza  <miguel@ximian.com>
23858
23859         * driver.c (mono_main): Report some configuratio options on --version.
23860
23861 Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus@ximian.com>
23862
23863         * mini-ppc.c: fixed clt.un, cgt.un. Optimized calls to functions
23864         low in the address space. Correctly flush memory in thunks where we
23865         output native code.
23866
23867 2004-02-20  Martin Baulig  <martin@ximian.com>
23868
23869         * mini.c (mini_get_method): New static method; inflate all generic
23870         methods and methods in open generic instances.
23871         (mono_method_to_ir): Use mini_get_method() instead of mono_get_method().
23872         (ret_type_to_call_opcode): Added support for MONO_TYPE_GENERICINST.
23873
23874 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
23875
23876         * mini-sparc.c (mono_arch_patch_code): Update after domain->code_mp changes.
23877
23878         * tramp-sparc.c (mono_arch_create_jump_trampoline): Set ji->method.
23879
23880 2004-02-19  Bernie Solomon  <bernard@ugsolutions.com>
23881
23882         * helpers.c (mono_disassemble_code): use Sun's dis if not using gcc
23883
23884         * mini-sparc.c (flushi mono_arch_output_basic_block): make
23885         it compile using Sun's compiler.
23886
23887 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
23888
23889         * 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.
23890
23891         * basic-calls.cs basic-float.cs basic-long.cs objects.cs: New regression tests.
23892
23893 Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus@ximian.com>
23894
23895         * aot.c, mini-x86.c, mini.c: use the code manager instead of a mempool to hold native
23896         code.
23897         * mini-ppc.c: handle calls outside of the allowed range with thunks
23898         allocated using the code manager.
23899         * tramp-ppc.c: use the code manager to hold generated native code.
23900         Fixed the magic trampoline to just patch vtable entries.
23901
23902 2004-02-17  Zoltan Varga  <vargaz@freemail.hu>
23903
23904         * inssel.brg inssel-x86.brg: Move call(immediate) rules to the platform
23905         independent file.
23906
23907 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
23908
23909         * tramp-ppc.c (mono_arch_create_jump_trampoline): Fix compilation on
23910         PPC.
23911
23912         * mini-x86.c: Call mono_arch_get_lmf_addr instead of mono_get_lmf_addr
23913         if we have a working __thread implementation.
23914
23915         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Remove 
23916         OP_CALL_IMM opcodes, since the CALL opcodes handles immediates as well.
23917
23918 2004-02-15  Zoltan Varga  <vargaz@freemail.hu>
23919
23920         * mini-x86.c: Fix compilation under gcc 2.
23921         
23922 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
23923
23924         * mini.c (mono_codegen): Avoid infinite loop when an icall wrapper
23925         contains a call to the wrapped function.
23926
23927         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Add 
23928         OP_<CALL>_IMM opcodes, and use them under X86.
23929         
23930         * mini.c (mono_jit_find_compiled_method): Fix warning.
23931
23932         * cpu-pentium.md: Fix length of opcodes which use x86_alu_membase_imm.
23933
23934         * jit-icalls.c (mono_ldftn_nosync): New JIT icall.
23935
23936         * tramp-x86.c (mono_arch_create_jump_trampoline): Move arch independent
23937         functionality to mini.c.
23938
23939         * mini.c (mono_create_jump_trampoline): New function to create a jump
23940         trampoline. Return a compiled method instead of a trampoline if it
23941         exists. Add a cache for jump trampolines.
23942
23943         * mini.c (mono_jit_find_compiled_method): New function to return a
23944         compiled method if it exists.
23945
23946         * mini-x86.c: Call mono_create_jump_trampoline instead of 
23947         mono_arch_create_jit_trampoline.
23948
23949         * jit-icalls.c (mono_ldftn): Do not compile the method. Instead, return
23950         a jump trampoline. Fixes #52092.
23951         
23952 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
23953
23954         * debug-mini.c (mono_init_debugger): Remove call to mono_verify_corlib,
23955         which is not up-to-date. Add check_corlib_version () instead.
23956
23957         * mini.c (mini_init): Call mono_thread_attach () so embedders do not 
23958         have to call it.
23959         
23960         * mini.c (mono_runtime_install_handlers): Remove check for valgrind
23961         since newer valgrind versions do not need it.
23962
23963         * mini.c (mono_jit_compile_method_with_opt): New helper function to
23964         compile a method with a given set of optimizations.
23965
23966         * mini.c: Compile icall wrappers on-demand instead of at startup.
23967
23968         * mini-sparc.c mini-ppc.c: Call mono_icall_get_wrapper to obtain the
23969         wrapper for an icall.
23970
23971 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
23972
23973         * mini.c (mono_method_to_ir): Handle switch with non-empty stack. Fixes
23974         #54063.
23975
23976         * iltests.il: Add test for non-empty stack before switch instruction.
23977
23978 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
23979
23980         * mini.c: Add support for new stringbuilder marshalling conventions.
23981
23982         * mini.c (mono_method_to_ir): Fix stack management of generic CEE_BOX.
23983
23984 2004-02-01  Martin Baulig  <martin@ximian.com>
23985
23986         * mini.c (MTYPE_PARAM_TO_TYPE): Method type arguments are stored
23987         in `ginst->mtype_argv'.
23988
23989 2004-01-31  Miguel de Icaza  <miguel@ximian.com>
23990
23991         * mini.c: Add comments, replace CEE_XXX+128 with OP_XXX to
23992         facilitate grepping.
23993
23994 Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus@ximian.com>
23995
23996         * mini.c: fixed buglet in initobj generic implementation for references.
23997
23998 Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus@ximian.com>
23999
24000         * Makefile.am: make the version script conditional.
24001         * jit-icalls.c: handle missing truncl().
24002
24003 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
24004
24005         * exceptions.cs: Add more tests for double->int conversion.
24006
24007         * jit-icalls.c (mono_fconv_ovf_i8): Call truncl before comparison, so
24008         we don't throw exceptions when converting 1.1 to a long. Fixes #53250.
24009
24010 Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus@ximian.com>
24011
24012         * driver.c: make --verbose --version emit an error
24013         if the loaded corlib doesn't match the runtime version.
24014
24015 Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
24016
24017         * mini-ppc.h: export ppc_patch().
24018         * mini-ppc.c: call convention fixes. Added assert in ppc_patch().
24019         * tramp-ppc.c: call convention fixes: Linux/PPC support should be
24020         on par or better than on MacOSX.
24021
24022 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
24023
24024         * mini.c tramp-x86.c tramp-sparc.c: Updated after changes to
24025         mono_lookup_pinvoke_call.
24026
24027         * mini-x86.c: Under windows, the default pinvoke calling convention is
24028         stdcall. Fixes #52834.
24029
24030         * mini.c (optimize_branches): Add an upper bound to the number of
24031         iterations to prevent infinite loops on strange loops. Fixes #53003.
24032
24033 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
24034
24035         * inssel.brg: Add vectors<->one dimensional array checking to CASTCLASS
24036         and ISINST. Fixes #52093.
24037
24038         * objects.cs (test_0_vector_array_cast): New tests.
24039         
24040 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
24041
24042         * jit-icalls.c (helper_stelem_ref_check): New jit icall for array type
24043         checking in Array.Set ().
24044
24045         * mini.c (method_to_ir): Add array type checking in Array.Set (). Fixes
24046         #52590.
24047
24048         * object.cs (test_0_multi_array_cast): New regression test.
24049
24050 Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus@ximian.com>
24051
24052         * exceptions-ppc.c: fix build on Linux/PPC.
24053
24054 2004-01-14  Zoltan Varga  <vargaz@freemail.hu>
24055
24056         * tramp-x86.c (x86_magic_trampoline): Disable code patching when
24057         running under valgrind.
24058         (x86_magic_trampoline): Fix build bustage.
24059
24060         * debug-mini.c: Modify the debug info serialize/deserialize code so it handles
24061         negative values as well. This is needed for the encoding of the line number
24062         info, since sometimes the line numbers are not in increasing order.
24063
24064 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
24065
24066         * cpu-pentium.md (localloc): Increase the size of the localloc 
24067         instruction since it is a loop under Win32.
24068
24069         * debug-mini.c (record_line_number): Get rid of unneccesary memory
24070         allocation.
24071
24072 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
24073
24074         * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c 
24075         tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from 
24076         Max Horn (max@quendi.de). Fix file names in comments.
24077
24078 2004-01-03  Zoltan Varga  <vargaz@freemail.hu>
24079
24080         * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
24081         avoid stack overflow.
24082         (replace_usage): Avoid uninitialized variable warnings.
24083
24084         * mini.c (mono_method_to_ir): Avoid disabling SSA for array operations
24085         and taking the address of valuetype variables.
24086
24087 2004-01-03  Patrik Torstensson
24088
24089         * mini-x86.c: renamed fpflags to flags in RegTrack, going to be used
24090         for other purposes than FP later on.
24091
24092 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
24093
24094         * mini.c (mono_method_to_ir): Prevent register allocation for arguments
24095         of tail calls.
24096
24097 Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus@ximian.com>
24098
24099         * mini-ops.h, mini.c, inssel.brg: Object.GetType () speedup.
24100
24101 2003-12-30  Patrik Torstensson <p@rxc.se>
24102
24103         * mini-x86.h: Decreased number of availiable fp regs.
24104         Solves corner cases with FP spilling.
24105
24106 2003-12-23  Patrik Torstensson <p@rxc.se>
24107
24108         * mini-x86.c, mini-ops.h, cpu-pentium.md: Added support
24109         for floating point stack tracking / spilling on x86. 
24110         Fixes bug #49012.
24111         
24112         * basic-float.cs: added float mul overflow test.
24113
24114 2003-12-23  Zoltan Varga  <vargaz@freemail.hu>
24115
24116         * mini.c (mono_method_to_ir): Add workaround for bug #51126.
24117
24118 Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus@ximian.com>
24119
24120         * mini.h, mini-ppc.c, mini-ppc.h: small cleanups and
24121         supports for cond branches that overflow the immediate
24122         overflow offset. mcs can compile simple programs.
24123
24124 Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus@ximian.com>
24125
24126         * exceptions-ppc.c: exception handling support wip:
24127         finally handlers get run on exception.
24128
24129 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
24130
24131         * aot.c (mono_aot_get_method_inner): Avoid loading AOT code while 
24132         profiling.
24133
24134 Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus@ximian.com>
24135
24136         * cpu-g4.md, mini-ppc.c, exceptions-ppc.c, mini-ppc.h:
24137         initial support for stack walking and unwinding.
24138
24139 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
24140
24141         * driver.c (mono_main): Make corlib-out-of-sync message more 
24142         descriptive. Also remove verify_corlib call.
24143
24144 Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
24145
24146         * mini.c: make CEE_NEWARR calls and other emulated opcodes 
24147         not overlap with other call's arguments, too.
24148
24149 Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus@ximian.com>
24150
24151         * mini.h, mini.c, mini-ppc.c, mini-sparc.c, mini-x86.c: 
24152         move to arch-specific code the choice of arch-specific
24153         intrinsics (from Laurent Morichetti (l_m@pacbell.net)).
24154         * mini.c: ensure emulation calls will not interleave
24155         with other calls.
24156
24157 Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus@ximian.com>
24158
24159         * tramp-ppc.c, basic-calls.cs: rework trampolines so that
24160         the magic trampoline stack frame is dropped before executing
24161         the new method.
24162
24163 Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus@ximian.com>
24164
24165         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed some opcode lengths
24166         and integer to fp conversions. Added support for overflowing
24167         arguments on the stack. Reserve a couple more registers as temps.
24168         Added support for aot compilation (as output still needs to be
24169         tweaked, though).
24170
24171 Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus@ximian.com>
24172
24173         * mini-ppc.c, basic-long.cs: fix jumps to known labels.
24174         Don't overwrite return register in some corner cases.
24175
24176 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
24177
24178         * mini.h mini.c driver.c mini-x86.c mini-ppc.c aot.c: Do not run
24179         static constructors when AOT compiling.
24180
24181         * driver.c (mono_main): Call mono_check_corlib_version.
24182
24183 Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus@ximian.com>
24184
24185         * cpu-g4.md, basic.cs: fixed div target register.
24186
24187 Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus@ximian.com>
24188
24189         * mini-ppc.c, basic.cs: shl_imm fix with test.
24190
24191 Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus@ximian.com>
24192
24193         * inssel-ppc.brg, mini-ppc.h, mini-ppc.c: support for passing 
24194         structures by value. Misc fixes.
24195         * objects.cs: more tests.
24196
24197 Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus@ximian.com>
24198
24199         * mini-ppc.c: lconv.ovf.i implemented.
24200
24201 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24202
24203         * mini.c:
24204         (mini_init): don't error out if someone already called g_thread_init.
24205
24206 Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
24207
24208         * exceptions-x86.c, exceptions-ppc.c: allow the exception object
24209         to be any type per the spec. Fix abnormal memory usage when
24210         the same object is repeatedly thrown.
24211
24212 Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus@ximian.com>
24213
24214         * mini.c: check for overruns in IL code.
24215
24216 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
24217
24218         * TODO: Add/remove some todo entries.
24219
24220 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
24221
24222         * driver.c (mono_main): Call mono_verify_corlib.
24223
24224 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
24225
24226         * inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy. 
24227         This has been moved to mini.c
24228         * mini.c: in mono_method_to_ir, CEE_ISINST and CEE_CASTCLASS cases, if the
24229         type being casted is marshalbyref it could be a proxy, so instead of
24230         emitting the type check code, emit a call to a runtime method that will
24231         perform the check by calling CanCastTo if needed.
24232
24233 2003-12-06  Zoltan Varga  <vargaz@freemail.hu>
24234
24235         * mini-x86.c (mono_arch_emit_prolog): Fix stack space allocation for
24236         methods with large stack frames under Win32.
24237
24238 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
24239
24240         * Makefile.am: Distribute regression tests.
24241
24242         * mini-x86.c (mono_arch_get_allocatable_int_vars): Sort the var list
24243         at the end instead of inserting each variable into the sorted list.
24244
24245         * linear-scan.c (mono_varlist_sort): New helper function.
24246         
24247 Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus@ximian.com>
24248
24249         * mini.c: ensure arguments and locals are within bounds.
24250
24251 Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus@ximian.com>
24252
24253         * mini-ppc.c, cpu-g4.md, basic.cs, basic-long.cs: more tests and 
24254         related fixes.
24255
24256 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
24257
24258         * mini.c (mono_cprop_copy_values): Fix crash.
24259
24260         * aot.c: Set verbosity back to 0.
24261         
24262 Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus@ximian.com>
24263
24264         * regalloc.c: complete memory leak fix by Laurent Morichetti
24265         (l_m@pacbell.net).
24266
24267 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
24268
24269         * driver.c (main_thread_handler): Revert the previous patch.
24270
24271         * tramp-x86.c (x86_class_init_trampoline): Avoid patching when running
24272         under valgrind.
24273
24274         * mini-x86.c (mono_arch_local_regalloc): Do not allocate transient
24275         memory from the memory pool.
24276
24277         * driver.c (main_thread_handler): Turn on all optimizations when
24278         --aot is used.
24279
24280         * mini.c (mono_find_jit_opcode_emulation): Turn emul_opcode_hash into
24281         an array for better performance.
24282
24283         * regalloc.c (mono_regstate_assign): Fix memory leak.
24284
24285         * debug-mini.c (mono_debug_serialize_debug_info): New function to
24286         serialize the debug info.
24287
24288         * debug-mini.c (mono_debug_add_aot_method): New function to load the
24289         debug info from the serialized representation.
24290
24291         * aot.c: Save debug info into the generated file and load it when 
24292         loading a method.
24293
24294         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
24295
24296 Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus@ximian.com>
24297
24298         * mini-ppc.c, tramp-ppc.c: save FP arguments in the trampoline.
24299         More FP-related fixes.
24300
24301 Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus@ximian.com>
24302
24303         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed finally handlers
24304         and register allocation buglet. Hello world now runs.
24305
24306 Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus@ximian.com>
24307
24308         * cpu-g4.md, inssel-ppc.brg, mini-ppc.c: better long return support.
24309         * tramp-ppc.c: fixed class init trampoline.
24310         * inssel-ppc.brg, mini.c, jit-icalls.c, mini-ppc.h: more emulation.
24311
24312 Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus@ximian.com>
24313
24314         * cpu-g4.md, inssel-ppc.brg, jit-icalls.c, mini-ppc.c, mini-ppc.h,
24315         mini.c: more ppc changes/fixes.
24316
24317 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
24318
24319         * mini.c (mono_method_to_ir): Fix tail calls with valuetype arguments.
24320         Also optimize the case when the arguments are the same in the caller 
24321         and in the callee.
24322
24323         * iltests.il: Add tests for tail calls with valuetype arguments.
24324
24325 Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus@ximian.com>
24326
24327         * mini-ppc.c: fixes for struct return type.
24328
24329 Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus@ximian.com>
24330
24331         * mini.h, mini.c, mini-x86.c, mini-ppc.c, mini-sparc.c: move 
24332         mono_spillvar_offset() to arch-specific code.
24333
24334 Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus@ximian.com>
24335
24336         * mini-ppc.h, mini-ppc.c: handle some different ABI call convention issues.
24337
24338 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
24339
24340         * exceptions-x86.c: Fix stack space leaks.
24341         
24342         * exceptions-x86.c (mono_arch_find_jit_info): Restore callee saved
24343         registers from the lmf if the method has save_lmf set.
24344
24345 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
24346
24347         * tramp-x86.c (x86_magic_trampoline): Avoid patching in the addresses
24348         of icall wrappers into InvokeInDomain, since these are now per-domain.
24349
24350 Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus@ximian.com>
24351
24352         * mini-ppc.h, mini-x86.h, mini.c, inssel-ppc.brg, jit-icalls.c:
24353         make some opcode emulation and intrinsic ops enabled/disabled 
24354         according to the architecture. More fixes.
24355
24356 Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus@ximian.com>
24357
24358         * mini-ppc.c, mini-sparc.c, cpu-g4.md: more bug fixes.
24359
24360 Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus@ximian.com>
24361
24362         * mini.h, inssel.brg, mini-x86.c, mini-ppc.c, mini-sparc.c: move
24363         arch-specific handling for 'this' and struct return type to
24364         arch-specific code.
24365
24366 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24367
24368         * aot.c: prevent divide by zero error when reporting (it happened with
24369         Accessibility.dll).
24370
24371 2003-11-25  Zoltan Varga  <vargaz@freemail.hu>
24372
24373         * mini.h (inst_switch): Remove unused macro.
24374
24375 2003-11-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24376
24377         * aot.c:
24378         (load_aot_module): free 'info->methods' and 'info' properly. No more
24379         "free(): invalid pointer blah" messages when you have an old aot
24380         compiled assembly.
24381
24382 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
24383
24384         * jit-icalls.c, mini.c: Added support for context static fields.
24385
24386 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
24387
24388         * mini.c (mono_method_blittable): Methods which set LastError are not 
24389         blittable either. Fixes #51108.
24390         
24391 Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus@ximian.com>
24392
24393         * mini.c: flush icache.
24394         * cpu-g4.md, mini-ppc.c, inssel.brg: more fixes. Trace support.
24395
24396 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
24397
24398         * mini.c (mono_type_blittable): OBJECT is not blittable. Fixes #47842.
24399
24400 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
24401
24402         * tramp-x86.c (x86_class_init_trampoline): Make code patching thread
24403         safe on IA32.
24404
24405         * mini-x86.c (mono_arch_call_opcode): Disable AOT for methods with 
24406         vararg calls.
24407
24408         * inssel.brg (CEE_MKREFANY): Fix AOT case.
24409
24410 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
24411
24412         * mini-x86.c (mono_arch_local_regalloc): Fix regalloc for div 
24413         instruction when the result is discarded.
24414
24415         * iltests.il (test_0_div_regalloc): New regression test.
24416
24417         * arrays.cs: Fix compilation error.
24418
24419 Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus@ximian.com>
24420
24421         * inssel-x86.brg, inssel-float.brg, mini-ops.h: move x86-specific
24422         float rules to inssel-x86.brg: sane architectures with FP registers
24423         don't need to implement these rules.
24424
24425 Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus@ximian.com>
24426
24427         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: updates and fixes to the ppc port.
24428
24429 Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus@ximian.com>
24430
24431         * mini.h, inssel-long32.brg: fixed endianess issues in int64
24432         implementation of 32 bit systems.
24433
24434 Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus@ximian.com>
24435
24436         * exceptions-ppc.c: fix build on Linux/ppc from Jeroen@xs4all.nl
24437         (Jeroen Zwartepoorte).
24438
24439 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
24440
24441         * mini.c (mono_method_to_ir): Use CEE_JMP only if the signature of
24442         the caller and the callee matches.
24443         
24444         * mini.c (mono_method_to_ir): Add comment.
24445
24446         * mini-x86.c (mono_arch_output_basic_block): Use mono_signbit, since
24447         signbit is missing on some platforms.
24448
24449 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
24450
24451         * mini.h (mono_arch_setup_jit_tls_data): New arch specific function.
24452
24453         * mini.c (setup_jit_tls_data): Call the new function.
24454         
24455         * mini-x86.c mini-ppc.c mini-sparc.c: Define the new function.
24456
24457         * mini-x86.c: Add experimental support for fast access to the lmf
24458         structure under NPTL/Linux 2.6.x.
24459
24460 2003-11-06  Martin Baulig  <martin@ximian.com>
24461
24462         * ldscript: Make `GC_push_all_stack', `GC_start_blocking',
24463         `GC_end_blocking' and 'gc_thread_vtable' public; they're used by
24464         the debugger.
24465
24466 2003-11-02  Martin Baulig  <martin@ximian.com>
24467
24468         * mini.c (inflate_generic_field): New static method.
24469         (mono_method_to_ir): In CEE_LDFLD and CEE_LDSFLD: if we're a
24470         generic instance and the field is declared in a generic type, call
24471         inflate_generic_field() to inflate it.  Fixes gen-28.cs.
24472
24473 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
24474
24475         * mini.h mini.c (mono_method_same_domain): New function to return
24476         whenever the caller and the callee are in the same domain.
24477
24478         * tramp-x86.c (x86_magic_trampoline): Use the new function.     
24479
24480 2003-10-30  Martin Baulig  <martin@ximian.com>
24481
24482         * mini.c (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): New macros;
24483         similar to TYPE_PARAM_TO_TYPE and TYPE_PARAM_TO_CLASS, but for
24484         method parameters.
24485         (mono_method_to_ir): Added support for MONO_TYPE_MVAR; similar to
24486         MONO_TYPE_VAR, we the actual types from MTYPE_PARAM_TO_CLASS(). 
24487
24488 2003-10-29  Zoltan Varga  <vargaz@freemail.hu>
24489
24490         * mini.c mini-ops.h inssel.brg: Implement undeniable exception 
24491         propagation.
24492
24493         * mini.c (sigusr1_signal_handler): Move creation of the thread abort
24494         object here, so it is in the correct appdomain etc.
24495
24496 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
24497
24498         * mini.c (mono_jit_compile_method_inner): Lookup icalls here if not
24499         already done.
24500         (mono_method_to_ir): Avoid freeing the type created returned from
24501         mono_type_create_from_typespec, since it is put into an internal cache
24502         by the function. Fixes pointer.exe.
24503
24504         * mini.c tramp-x86.c tramp-sparc.c tramp-ppc.c: Use the normal 
24505         trampolines for icalls and pinvokes as well. Fixes #33569.
24506
24507 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
24508
24509         * mini.c: Update after appdomain changes.
24510
24511         * mini.c (mono_jit_compile_method_inner): Allways compile native
24512         method wrappers in the root domain, since there can only be one
24513         instance of them, whose address is stored in method->info.
24514
24515 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
24516
24517         * mini.c (mono_runtime_install_handlers): Get rid of the MONO_VALGRIND
24518         environment variable. Instead detect automatically whenever running
24519         under valgrind using the magic macro RUNNING_ON_VALGRIND from
24520         valgrind.h.
24521
24522 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
24523
24524         * trace.c, trace.h: New files that implement the new trace option
24525         parsing. 
24526
24527         * driver.c: Document new --trace options.
24528
24529         * exceptions-ppc.c, exceptions-x86.c, mini-ppc.c, mini-sparc.c,
24530         mini-x86.c: Apply:
24531
24532         -       if (mono_jit_trace_calls)
24533         +       if (mono_jit_trace_calls != NULL && mono_trace_eval (method))
24534
24535         * mini.h: prototypes.
24536         
24537 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
24538
24539         * mini.c (mono_method_to_ir): Fix initialization of typedbyref locals.
24540
24541         * mini.c inssel.brg: Implement typedefbyref opcodes.
24542
24543         * mini.c (mono_jit_compile_method): Remove unused local variable.
24544
24545         * mini.c (mono_jit_compile_method_inner): Ditto.
24546         
24547 2003-10-12  Zoltan Varga  <vargaz@freemail.hu>
24548
24549         * tramp-x86.c (x86_class_init_trampoline): Fix build.
24550         
24551         * tramp-x86.c (x86_class_init_trampoline): Thread safety fixes.
24552
24553 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
24554
24555         * mini.c (mono_no_aot): Remove unused global variable.
24556
24557         * mini.c: Thread safety fixes.
24558
24559 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
24560
24561         * mini.c (mono_create_class_init_trampoline): Add a lock around
24562         class_init_hash_addr.
24563
24564         * arrays.cs (test_0_newarr_emulation): Add new regression test for
24565         #30073.
24566
24567         * mini.c: Decompose the NEWARR instruction before decomposing its
24568         arguments. Fixes #30073.
24569
24570 2003-10-08  Zoltan Varga  <vargaz@freemail.hu>
24571
24572         * mini-x86.c (mono_arch_emit_epilog): Add support for stdcall calling
24573         convention.
24574
24575 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
24576
24577         * mini.c (mono_method_to_ir): Allow wrapper data for CEE_LDELEMA.
24578
24579         * inssel-x86.brg (OP_LOCALLOC): Fix register assignment for localloc.
24580
24581         * driver.c: Add support for compiling icall wrappers to --compile.
24582
24583 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
24584
24585         * inssel.brg: The empty value in class->interface_offsets is -1, not
24586         0. Fixes #49287.
24587
24588 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
24589
24590         * objects.cs: New test for 'is' operator on an array of interfaces.
24591
24592 Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
24593
24594         * tramp-ppc.c: update trampoline code to support jumps
24595         and class initialization.
24596
24597 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
24598
24599         * mini.c (mono_jit_compile_method): Fix reading of freed memory.
24600
24601         * inssel.brg (OP_UNBOXCAST): Fix #46027.
24602
24603         * inssel.brg (OP_UNBOX): Remove unused rule.
24604
24605         * mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
24606         region instead of one for each method. Fixes #47813.
24607
24608 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
24609
24610         * exceptions.cs (test_0_nested_finally): New regression test for
24611         nested exception handlers.
24612
24613         * mini.c (mono_jit_runtime_invoke): Fix for the previous fix.
24614
24615         * mini.c (mono_method_to_ir): Avoid inlining tail calls.
24616
24617         * mini.c (mono_method_to_ir): Fix tail recursion in the presence of 
24618         inlining.
24619
24620         * mini.c (mono_method_check_inlining): Make the inlining limit 
24621         configurable by an environment variable.
24622         
24623         * mini.c (mono_jit_runtime_invoke): Add Gonzalo's fix for #36545.
24624
24625         * mini.h: Bump AOT file version.
24626
24627         * mini.h mini.c aot.c mini-x86.c: For relocations which refer to a 
24628         token, store the image along with the token, since the token might not 
24629         refer to the same image as the method containing the relocation, 
24630         because of inlining.
24631
24632 2003-09-27  Zoltan Varga  <vargaz@freemail.hu>
24633
24634         * mini.c (mono_precompile_assemblies): New function to compile
24635         all methods in all loaded assemblies.
24636
24637         * mini.h driver.c: Added new optimization flag MONO_OPT_PRECOMP.
24638
24639         * regalloc.h regalloc.c (MonoRegState): Change the type of 
24640         iassign and fassign to int*, since they can contain large negative
24641         values if the register is spilled. Also added some comments. Fixes
24642         #45817.
24643
24644         * exceptions-x86.c (seh_handler): Fix handling of system exceptions
24645         under Win32. Fixes #42964.
24646
24647 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
24648
24649         * mini.h (MONO_PATCH_INFO_WRAPPER): New patch type.
24650
24651         * aot.c: Added support for AOT compiling methods which contain calls
24652         to wrappers. Currently, only remoting-invoke-with-check wrappers are
24653         handled.
24654         
24655         * driver.c (compile_all_methods): Run the compilation in a thread
24656         managed by mono. Fixes #44023.
24657
24658         * mini.c (mono_codegen): Print full method name in verbose output.
24659
24660         * mini-x86.c (mono_arch_patch_code): Fix warning.
24661         
24662         * mini-x86.c (mono_arch_patch_code): Allways create a trampoline for
24663         jumps, since the method we are jumping to might be domain-specific.
24664
24665         * aot.c: Added support for MONO_PATCH_INFO_METHOD_JUMP.
24666
24667 Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
24668
24669         * inssel.brg: string chars are unsigned.
24670
24671 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
24672
24673         * TODO: New todo item.
24674
24675         * tramp-x86.c (x86_class_init_trampoline): New trampoline function
24676         which calls mono_runtime_class_init and patches the call site to
24677         avoid further calls.
24678         (mono_arch_create_class_init_trampoline): New arch specific function 
24679         to create a class init trampoline.
24680         (create_trampoline_code): Generalized so it can create
24681         class init trampolines as well.
24682
24683         * mini.c (helper_sig_class_init_trampoline): New helper variable.
24684         (mono_create_class_init_trampoline): New function to create and cache
24685         class init trampolines.
24686         (mono_find_class_init_trampoline_by_addr): New function to lookup the
24687         vtable given the address of a class init trampoline. Used by the
24688         patching process.
24689         (mono_codegen): Generate a call to a trampoline instead of
24690         mono_runtime_class_init in LDSFLD[A].
24691         (mono_codegen): Add relocations for the new trampoline.
24692         
24693         * mini.h mini-x86.c aot.c: Added a new relocation type: 
24694         MONO_PATCH_INFO_CLASS_INIT.
24695
24696         * mini.h: Bump AOT version number.
24697
24698         * aot.c: Create a copy of the loaded code instead of using the original
24699         so methods which call each other will be close in memory, improving
24700         cache behaviour.
24701         
24702         * exceptions-x86.c (mono_arch_has_unwind_info): Back out the previous
24703         patch since it breaks the regression tests.
24704         
24705         * exceptions-x86.c (mono_arch_has_unwind_info): Added explicit check
24706         for the register saving instruction sequence since the 
24707         frame_state_for function in glibc 2.3.2 don't seem to detect it.
24708
24709 2003-09-14  Zoltan Varga  <vargaz@freemail.hu>
24710
24711         * TODO: Fix todo item && remove another.
24712
24713 2003-09-12  Zoltan Varga  <vargaz@freemail.hu>
24714
24715         * mini-x86.c (mono_arch_patch_code): Fix tail calls broken by a
24716         previous checkin.
24717
24718         * aot.c: Moved the check for MONO_LASTAOT into the initialization
24719         function of the module.
24720
24721         * mini.h mini.c aot.c: Added a new optimization flag OPT_AOT for
24722         turning on/off the usage of AOT code. Got rid of mono_no_aot and the
24723         --no-aot command line option.
24724
24725 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
24726
24727         * helpers.c (mono_disassemble_code): Make this work under cygwin. Patch
24728         by Bernie Solomon (bernard@ugsolutions.com).
24729
24730         * inssel.brg: Refactor the interface offset table related code into
24731         its separate functions and add support for the AOT case.
24732
24733 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
24734
24735         * aot.c (mono_aot_get_method_inner): Fix memory leak.
24736         
24737         * aot.c: Added mono_aot_verbose variable and made all debugging
24738         output depend on the value of this variable.
24739
24740         * aot.c (mono_aot_get_method_inner): Avoid dynamic allocation of
24741         method_label and info_label.
24742
24743         * mini.h mini-x86.c aot.c: Added a new relocation type 
24744         MONO_PATCH_INFO_IID for klass->interface_id.
24745
24746         * mini.h mini.c driver.c aot.c: Changed mono_aot_get_method to return
24747         the MonoJitInfo structure.
24748
24749         * mini.c (mono_jit_compile_method): Avoid using non-shared AOT in
24750         a non-root appdomain in shared mode.
24751
24752 Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
24753
24754         * aot.c: make aot loader less verbose. Remove free of unused variable.
24755
24756 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
24757
24758         * aot.c (mono_aot_get_method_inner): Fix MONO_PATCH_INFO_IMAGE.
24759
24760         * .cvsignore: Added *.dll.
24761
24762         * mini.c (mono_print_tree_nl): New function callable while debugging.
24763
24764         * mini.c (mono_print_code): Export this.
24765
24766         * tramp-x86.c (x86_magic_trampoline): Tell valgrind to recompile the
24767         patched code.
24768
24769 2003-09-05  Zoltan Varga  <vargaz@freemail.hu>
24770
24771         * mini.h (MonoCompile): Added 'jit_info' field.
24772
24773         * mini.c (mini_method_compile): Save the generated MonoJitInfo into
24774         the cfg structure, since it is needed by the AOT compiler.
24775
24776         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
24777
24778         * aot.c: A major rewrite. Changes include:
24779         - save exception tables for methods which have them.
24780         - cache failed lookups in aot_get_method () to avoid the (slow) calls 
24781         to g_module_symbol.
24782         - reworked the file format so it is now much smaller and needs
24783         fewer relocation entries.
24784         
24785 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
24786
24787         * aot.c (load_aot_module): Fix build bustage on platforms without
24788         Boehm GC.
24789
24790 2003-09-04  Martin Baulig  <martin@ximian.com>
24791
24792         * Makefile.am (INCLUDES): Added $(LIBGC_CFLAGS).
24793
24794 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
24795
24796         * TODO: Some new optimization ideas.
24797
24798         * aot.c: Move AOT module loading logic here from mono_assembly_open.
24799
24800         * aot.c: Save the optimization flags used to compile the code into
24801         the AOT module.
24802
24803         * mini.h mini-x86.c mini.c aot.c: Added new types of relocations to
24804         support emitting domain specific code.
24805         
24806         * mini.h mini.c aot.c: Modified the JIT so the generated AOT code is 
24807         no longer domain neutral. It can be made domain neutral by compiling 
24808         with --optimize=shared.
24809
24810         * aot.c (mono_aot_get_method_inner): Allow sharing of AOT methods
24811         between appdomains.
24812
24813         * driver.c mini.h mini.c: New --no-aot debugging option which disables
24814         loading of AOT code.
24815
24816         * inssel-x86.brg: Added missing AOTCONST -> OUTARG_VT rule.
24817         
24818         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling method
24819         if there is no domain neutrality information.
24820
24821 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
24822
24823         * aot.c (mono_compile_assembly): Emit a symbol containing the file 
24824         format version into the generated library.
24825
24826         * mini-x86.c (mono_arch_patch_code): Do not emit the address of the
24827         callee method into the caller since one of them could be shared.
24828
24829         * mini.h mini-x86.c aot.c: Added two new relocations so throwing
24830         system exceptions from AOT code now works.
24831
24832         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling 
24833         method if it is domain neutral and the callee is not.
24834
24835         * graph.c (cfg_emit_one_loop_level): Fix warning.
24836
24837 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
24838
24839         * aot.c (mono_compile_assembly): Oops. Remove debugging cruft from
24840         last checkin.
24841
24842 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
24843
24844         * mini.c (mini_init): Call mono_marshal_init () explicitly since it
24845         is needed  by code which is executed before mono_runtime_init ().
24846         Thanks to Bernie Solomon (bernard@ugsolutions.com) for noticing this.
24847         
24848         * mini.c (mono_thread_abort): Fix warning.
24849         (mono_jit_compile_method): Call static constructor in the AOT case too.
24850
24851         * aot.c (mono_compile_assembly): Fix warning.
24852
24853 2003-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24854
24855         * mini.c: register a SIGINT handler if MONO_DEBUG is defined.
24856
24857 2003-08-28  Zoltan Varga  <vargaz@freemail.hu>
24858
24859         * inssel.brg (OP_UNBOXCAST): Add support for the AOT case.
24860
24861         * cpu-pentium.md: Fix the length of call opcodes so they include the
24862         ESP restoring instruction. Fixes #47968.
24863
24864 2003-08-28  Martin Baulig  <martin@ximian.com>
24865
24866         * mini-x86.c (mono_arch_call_opcode): Added support for
24867         MONO_TYPE_GENERICINST.
24868
24869         * mini.c (check_call_signature): Added support for MONO_TYPE_GENERICINST.       
24870
24871 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
24872
24873         * Makefile.am (BUILT_SOURCES): Fix compilation on platforms without
24874         a JIT. Patch by Bernie Solomon (bernard@ugsolutions.com).
24875
24876         * mini.c jit-icalls.c tramp-x86.c tramp-ppc.c tramp-sparc.c: Get rid of
24877         metadata_section.
24878
24879 2003-08-26  Martin Baulig  <martin@ximian.com>
24880
24881         * mini.c (get_basic_blocks): Added `unsigned char **pos' argument;
24882         when reporting an error, set this to the actual error location.
24883         (mono_method_to_ir): Report the correct error location if
24884         get_basic_blocks() returned an error.
24885
24886 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
24887
24888         * mini.c (mono_type_blittable): OBJECT is not blittable.
24889         (mono_method_blittable): Methods which have marshalling descriptors
24890         are not blittable either. Fixes #47842.
24891
24892 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
24893
24894         * driver.c mini.c: Use an environment variable instead of a global 
24895         variable. Also fix the build.
24896
24897         * mini.c (mini_init): Call g_thread_init () to make glib thread-safe. 
24898         Fixes #47682. Thanks to Laurent Morichetti (l_m@pacbell.net) for 
24899         reporting this. 
24900
24901         * driver.c mini.c: Added --with-valgrind option to turn off some
24902         code which prevents mono from running under valgrind.
24903
24904         * mini.c (mono_emit_call_args): Fixed warning.
24905
24906         * mini.c (mono_emulate_opcode): Fixed warning.
24907
24908 Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
24909
24910         * inssel.brg: 64bit fixes from Laurent Morichetti <l_m@pacbell.net>.
24911         * linear-scan.c, mini-ppc.h, mini-sparc.h, mini-x86.h, mini.h,
24912         regalloc.c, regalloc.h: specify available registers in arch-specific
24913         code and support floats in the regallocator (patch by Laurent Morichetti 
24914         <l_m@pacbell.net>)
24915
24916 Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
24917
24918         * mini.c: mono_thread_current() can be called only after
24919         mono_runtime_init(): rearrange code to not call it early on.
24920
24921 Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
24922
24923         * mini.c: allocate jump tables in the code mempools.
24924
24925 Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
24926
24927         * mini.c, mini.h: make sure per-thread data allocated by the jit is
24928         freed.
24929
24930 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
24931
24932         * cpu-pentium.md (ldtoken): Change the length for mul.ovf.un from
24933         12 to 16.  This fixes bug #47453.
24934
24935
24936 Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
24937
24938         * mini-ppc.c: fixed indexed load and unsigned compares.
24939
24940 2003-08-06  Lluis Sanchez Gual  <lluis@ximian.com>
24941
24942         * mini.c: reenabled installation of handler for
24943           thread abort signal.
24944
24945 Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
24946
24947         * cprop.c, mini-x86.c, cpu-pentium.md: fix buglets spotted
24948         by Laurent Morichetti <l_m@pacbell.net>. Disabled local cprop
24949         until it's fixed and actually useful.
24950
24951 Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
24952
24953         * inssel-long32.brg: couple more opcodes implemented.
24954
24955 Thu Jul 31 22:43:02 EDT 2003 Mark Crichton <crichton@gimp.org>
24956         
24957         * mini-sparc.c: Even more opcodes implemeted.
24958
24959 Thu Jul 31 19:36:03 EDT 2003 Mark Crichton <crichton@gimp.org>
24960
24961         * mini-sparc.c: More opcodes implemented.
24962
24963 Thu Jul 31 15:16:26 EDT 2003 Mark Crichton <crichton@gimp.org>
24964
24965         * mini-sparc.c: More opcodes implemented.
24966
24967 Wed Jul 30 22:31:02 EDT 2003 Mark Crichton <crichton@gimp.org>
24968
24969         * inssel-sparc.brg: Add some needed rules.  Direct
24970         copy from PPC.
24971         * Makefile.am: Use inssel-sparc.brg
24972         * exceptions-sparc.c: 0xdeadbeef/0xdecafbad to keep
24973         an assert happy for now.
24974
24975 Wed Jul 30 20:44:07 EDT 2003 Mark Crichton <crichton@gimp.org>
24976
24977         * mini-sparc.c: Fixed compile errors.
24978         * exceptions-sparc.c: Same.  We now produce a mono binary 
24979         on sparc-linux.  Yea.
24980
24981 Wed Jul 30 14:10:12 EDT 2003 Mark Crichton <crichton@gimp.org>
24982
24983         * mini-sparc.c: Renamed registers.  Also some macro cleanups.
24984         * exceptions-sparc.c, tramp-sparc.c: Various compile fixes.
24985         They compile, but do not work.
24986
24987 Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
24988
24989         * Makefile.am, cpu-sparc.md, exceptions-sparc.c, mini-sparc.c,
24990         mini-sparc.h, tramp-sparc.c: Beginning of sparc support
24991         from Mark Crichton <crichton@gimp.org> and Christopher Taylor
24992         (ct@gentoo.org).
24993
24994 Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
24995
24996         * mini.c: more opcodes implemented and better support for generics.
24997
24998 Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
24999
25000         * cpu-g4.md, cpu-pentium.md: updates for new instructions.
25001         * mini.c, mini.h: first cut at generics support: some new instructions 
25002         added and changed the behaviour of some of the existing ones.
25003
25004 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
25005
25006         * mini.c: Removed definition of metadata_shared mutex here.
25007
25008 Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
25009
25010         * mini-x86.c: make vararg calls work for instance methods.
25011
25012 Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
25013
25014         * mini.c, mini.h, mini-x86.c, mini-ppc.c: mono_arch_call_opcode()
25015         returns the arguments in a separte list, now.
25016
25017 Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25018
25019         * aot.c, mini.c: updates for array type representation changes.
25020
25021 Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus@ximian.com>
25022
25023         * mini.c: register function to perform jit shutdown.
25024
25025 Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25026
25027         * mini.c: use a faster allocator if possible.
25028
25029 Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
25030
25031         * aot.c: some cleanups and portability changes.
25032
25033 Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25034
25035         * mini.c: use faster allocation for CEE_BOX if possible.
25036
25037 Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
25038
25039         * mini.c, mini-ops.h, inssel.brg, mini-x86.c: optimized access to fields.
25040         Moved inlined mempcy code to its own function so that is can be
25041         reused. Added an inline memset function as well (optimized initobj).
25042         * cpu-pentium.md, inssel-x86.brg: add and use lea_membase.
25043
25044 Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25045
25046         * mini.c, mini-ops.h, inssel.brg: optimized a couple of Array methods.
25047
25048 Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
25049
25050         * mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
25051         arch code can setup the cpu for CLR execution, if needed.
25052         We use it on x86 to set the precision of FP operations.
25053
25054 Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
25055
25056         * mini.c: disable some optimizations if we can guess they'll cost too
25057         much for a given method.
25058
25059 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
25060
25061         * mini.h mini.c: Rework last patch based on suggestions by Paolo.
25062         
25063 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
25064         * mini.h mini.c mini-x86.c: Added instruction level coverage 
25065         info collection support.
25066
25067 Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25068
25069         * driver.c, mini-ppc.c, mini-x86.c, mini.c, mini.h: the coverage stuff
25070         is now implemented in the profiling API. Get rid of a couple of
25071         unnecessary global variables.
25072
25073 2003-06-15  Nick Drochak <ndrochak@gol.com>
25074
25075         * basic-long.cs: tests for negative values for bigmul, and unsigned.
25076         * cpu-g4.md: add op_bigmul and op_bigmul_un
25077         * cpu_pentium.md: add op_bigmul_un
25078         * inssel-long32.brg: add rule for unsigned bigmul
25079         * mini-ops.h: define OP_BIGMUL_UN
25080         * mini-x86.c: THE BUG: handle (un)signed properly
25081         * mini.c: choose unsigned opcode if needed.
25082         This set of patches fixes bug #44291
25083
25084 2003-06-13  Dietmar Maurer  <dietmar@ximian.com>
25085
25086         * mini.c (optimize_branches): improved to handle all kinds of
25087         conditional branches.
25088
25089 Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
25090
25091         * mini.c, mini.h, jit-icalls.c: speedup emulation of opcodes that
25092         don't raise exceptions.
25093
25094 Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25095
25096         * tramp-x86.c, tramp-ppc.c, debug-mini.c: move arch-specific code
25097         to arch-specific files.
25098
25099 2003-06-09  Martin Baulig  <martin@ximian.com>
25100
25101         * Makefile.am (libs): Added $(LIBGC_LIBS).
25102
25103 Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
25104
25105         * cpu-pentium.md, mini-x86.c: fix (well, actually implement) OP_TAN
25106         and OP_ATAN (fixes bug#44293).
25107
25108 Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
25109
25110         * Makefile.am, mini-x86.c: rename cpu description array to
25111         pentium_desc, since some compilers define the 'pentium' preprocessor
25112         symbol.
25113
25114 2003-05-28  Dietmar Maurer  <dietmar@ximian.com>
25115
25116         * mini.c (mini_select_instructions): add explicit branch if the
25117         following block is not the false target of a conditional branch -
25118         we need this with any optimization that reorder or remove bblocks
25119
25120         * mini.c (optimize_branches): bug fixes
25121
25122 2003-06-06  Dietmar Maurer  <dietmar@ximian.com>
25123
25124         * mini.c (mono_method_to_ir): inline static readonly fields
25125
25126         * ssa.c (fold_tree): start cfold support for long (very simple
25127         cases only)
25128
25129         * cfold.c (mono_constant_fold_inst): opt. CEE_CONV_I8 (OP_ICONST)
25130
25131 Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25132
25133         * inssel.brg: fixed memcpy (bug #44219).
25134
25135 2003-06-05  Dick Porter  <dick@ximian.com>
25136
25137         * driver.c: Set the glib log levels to not abort if g_message
25138         recurses.
25139
25140         g_set_prgname() has to happen before mini_init() so that the
25141         process handle gets the info.
25142         
25143 Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25144
25145         * driver.c: add intrins to the default optimizations to get wider
25146         exposure.
25147
25148 Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25149
25150         * mini.h: some large basic blocks will overflow a 16-bit
25151         integers for symbolic registers.
25152
25153 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
25154
25155         * mini-x86.c (mono_arch_output_basic_block): revert previous fprem changes.
25156         (mono_arch_output_basic_block): fix bug 43499 
25157
25158 Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
25159
25160         * mini.c: kill duplicated definition of mono_debug_format.
25161
25162 Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
25163
25164         * mini-x86.c, arrays.cs: fixed register allocation bug.
25165
25166 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
25167
25168         * mini-x86.c (mono_arch_output_basic_block): use IEEE compatible fprem1
25169
25170         * mini.c (mini_get_opcode_for_method): inline IEEERemainder
25171
25172 2003-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25173
25174         * mini.c:
25175         (print_method_from_ip): also print source location information if
25176         available.
25177
25178 2003-06-02  Dietmar Maurer  <dietmar@ximian.com>
25179
25180         * mini.c (mono_find_block_region): bug fix in region code
25181         (mini_method_compile): enable removing unreachable code again, but
25182         only in methods without exception clauses.
25183
25184 Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
25185
25186         * mini.c, mini-ops.h, cpu-pentium.md, inssel.brg, mini-x86.c, mini.h:
25187         Implemented arglist opcode and handling of TypedReference type.
25188         Fixed x86 call convention when a structure is returned.
25189         Minimal support for calling static vararg methods.
25190
25191 2003-05-30  Dietmar Maurer  <dietmar@ximian.com>
25192
25193         * mini.c (mini_method_compile):  always remove unreachable code,
25194         because the code in them may be inconsistent  (access to dead
25195         variables for example).
25196
25197 Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
25198
25199         * driver.c, debug-mini.c: warning fixes.
25200
25201 Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
25202
25203         * Makefile.am, jit.h, mini.h: install header for embedding mono.
25204
25205 Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus@ximian.com>
25206
25207         * mini.c: thread-static fields are registered in mono_class_vtable(),
25208         so ensure the function is called before checking for them.
25209
25210 2003-05-27  Dietmar Maurer  <dietmar@ximian.com>
25211
25212         * mini.c (optimize_branches): fix for bug 43586
25213
25214         * jit-icalls.c (mono_llmult_ovf): added an additional check for
25215         overflow (fixes Bug #43639)
25216
25217 Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25218
25219         * mini.c, objects.cs: allow the use of stobj for primitive types.
25220
25221 Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25222
25223         * mini.c: be less strict about argument checking until we support
25224         running the verifier.
25225
25226 2003-05-27  Nick Drochak <ndrochak@gol.com>
25227
25228         * basic-long.cs: tests for (ulong)int * (ulong)int also
25229         * mini.c: use the same trick for (ulong)int * (ulong)int
25230
25231 2003-05-27  Nick Drochak <ndrochak@gol.com>
25232
25233         * basic-long.cs: add regression test for (long)int * (long)int
25234         * cpu-pentium.md: add op_bigmul specification
25235         * inssel-long32.brg: add OP_BIGMUL rule
25236         * mini-ops.h: add OP_BIGMUL
25237         * mini-x86.c: register allocator: handle case where src1 needs to be
25238         in EAX.
25239         * mini.c: substitute special BIGMUL opcode in the tree for 
25240         (long)int * (long)int
25241
25242 Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
25243
25244         * jit-icalls.c: call the type ctor on field access if needed.
25245
25246 Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
25247
25248         * mini-ops.h, mini.c, inssel.brg, exceptions.cs: validate arguments passed
25249         to a method (including results of ldelema, bug#43207).
25250
25251 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
25252
25253         * graph.c (cfg_emit_one_loop_level): loop over all blocks. use
25254         colors to show exception handler blocks.
25255
25256         * inssel-x86.brg (OP_OUTARG_VT): dont push zero sized structures
25257         (fix for pinvoke7.cs).
25258
25259 Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25260
25261         * mini.h, mini.c: ensure correct initialization order for types that
25262         require it. Prepare for lazy compilation of jit icall wrappers.
25263         Provide a name for opcode emulation to reduce unneeded mallocing.
25264
25265 Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
25266
25267         * mini-x86.c: better register restoring code and profiling
25268         support for tail calls.
25269
25270 Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25271
25272         * mini.h, driver.c: prepare for leaf methods optimization.
25273
25274 Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
25275
25276         * mini.c: get targets of branches before converting a method.
25277
25278 2003-05-23  Dietmar Maurer  <dietmar@ximian.com>
25279
25280         * mini.c (optimize_branches): added some experimental code (disbaled) 
25281
25282 2003-05-22  Dietmar Maurer  <dietmar@ximian.com>
25283
25284         * mini.c (optimize_branches): fix branch to branch optimization 
25285
25286         * exceptions-x86.c (mono_arch_handle_exception): bug fix.
25287
25288         * mini-x86.c (mono_arch_output_basic_block): cleanup up exception code
25289
25290         * inssel-x86.brg: added OP_START_HANDLER, CEE_ENDFINALLY, OP_ENDFILTER
25291
25292         * mini-x86.c (mono_arch_allocate_vars): only reserve space for lmf
25293         if needed.
25294
25295 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
25296
25297         * mini.c (mono_method_to_ir): call handle_loaded_temps before inlining.
25298         enable use of interface variables again.
25299
25300         * mini-x86.c (mono_arch_get_allocatable_int_vars): dont allocate
25301         I1 to registers because there is no simply way to sign extend 8bit
25302         quantities in caller saved registers on x86.
25303
25304         * inssel-float.brg: set costs of some rules to 2 so
25305         that monobure always select the arch. specific ones if supplied,
25306         regardless of the order we pass the files to monoburg.
25307
25308 Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
25309
25310         * mini.c, mini-x86.c: since the magic trampoline for jumps
25311         can't patch the code directly, we do it as soon as the
25312         method gets compiled.
25313
25314 Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
25315
25316         * mini-x86.c, mini.h: introduce a new patching method
25317         to support CEE_JMP and tail calls.
25318         * mini.c: obey tail.call. Don't precompile methods target
25319         of CEE_JMP.
25320         * tramp-x86.c: new trampoline code to handle methods
25321         reached through a jump.
25322
25323 2003-05-20  Dietmar Maurer  <dietmar@ximian.com>
25324
25325         * mini-x86.c (mono_arch_get_allocatable_int_vars): allocate 8/16
25326         bit values to registers
25327
25328 2003-05-19  Dietmar Maurer  <dietmar@ximian.com>
25329
25330         * mini.c (mono_compile_get_interface_var): share interface
25331         variables if possible.
25332
25333 2003-05-16  Martin Baulig  <martin@ximian.com>
25334
25335         * debug-mini.c (mono_init_debugger): New function to initialize
25336         the debugger.  This is not in the debugger since it needs to
25337         access some of mini's internals.
25338
25339 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
25340
25341         * mini.c (mono_method_to_ir): inlining fixes/cleanups
25342
25343 Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
25344
25345         * mini.c, mini-opts.h, inssel.brg: inline small memcpy
25346         for value type handling.
25347
25348 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
25349
25350         * mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers
25351         (mono_method_check_inlining): enable inlining of all kinds of wrappers
25352
25353 2003-05-15  Lluis Sanchez Gual  <lluis@ideary.com>
25354
25355         * mini.c: fixed little bug in CEE_NEWOBJ case when calling
25356           the constructor through a proxy.
25357
25358 Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
25359
25360         * jit-icalls.c, inssel.brg: fixes to array element address
25361         calculations.
25362
25363 2003-05-15  Dietmar Maurer  <dietmar@ximian.com>
25364
25365         * mini-x86.c (is_regsize_var): allocate pointer to registers
25366
25367 Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
25368
25369         * driver.c: fixed typo, added intrins to the set of optimizations
25370         tested with regressions.
25371
25372 Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
25373
25374         * mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
25375         * jit-icalls.c, exceptions.cs: fixed index out of range checks, added
25376         test case.
25377
25378 2003-05-14  Dietmar Maurer  <dietmar@ximian.com>
25379
25380         * inssel.brg: remove some common pop instructions without side effects
25381
25382 Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25383
25384         * inssel-x86.brg: fixed thinko in int to double conversions.
25385
25386 Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
25387
25388         * mini.c, jit-icalls.c: added runtime thread-static variable support.
25389
25390 Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
25391
25392         * inssel-long32.brg: two more missing instructions.
25393
25394 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
25395
25396         * mini.c (mono_emit_call_args): set the cil_code for all arguments
25397         if not already set.
25398
25399 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
25400
25401         * mini-x86.c (mono_arch_output_basic_block): Handle negative zero
25402         correctly.
25403
25404         * basic-float.cs: Added tests for negative zero.
25405
25406 Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
25407
25408         * inssel-long32.brg, basic-long.cs, exceptions.cs: handle
25409         a couple of missing operations for long casts, with test cases.
25410
25411 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25412
25413         * exceptions-x86.c: fixed small leaks in mono_arch_handle_exception.
25414
25415 2003-05-09  Dietmar Maurer  <dietmar@ximian.com>
25416
25417         * mini-x86.c (mono_arch_emit_prolog): avoid reallocs with better
25418         code size estimation.
25419
25420 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
25421
25422         * mini.c (mono_jit_create_remoting_trampoline): make it work with
25423         abstract methods (fix bug 42542)
25424
25425         * aot.c: add ability to handle array types
25426         
25427 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
25428
25429         * mini.c: Call the _specific versions of the object allocation
25430         functions if possible.
25431
25432 Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
25433
25434         * driver.c: call setlocale ().
25435
25436 Tue May 6 14:38:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
25437
25438         * mini.h, mini.c, aot.c, debug-mini.c, exceptions.c: build fixes for
25439         windows build.
25440
25441 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
25442
25443         * mini.c (optimize_branches): dont touch code inside exception clauses (fix bug 38136)
25444
25445         * exceptions-x86.c (ves_icall_get_frame_info): also skip remoting
25446         wrappers (fix bug 42122)
25447
25448 2003-05-04  Martin Baulig  <martin@ximian.com>
25449
25450         * mini.h (mono_jit_init, mono_jit_cleanup): Added prototypes.
25451
25452         * driver.c: s/MONO_OPT_SAHRED/MONO_OPT_SHARED/g.
25453         s/mini_set_defaults/mono_set_defaults/g.
25454
25455 2003-05-04  Martin Baulig  <martin@ximian.com>
25456
25457         * driver.c: s/mini_parse_default_optimizations/mono_parse_default_optimizations/g.
25458
25459 Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25460
25461         * inssel-long32.brg: add missing lreg: OP_LCONV_TO_U8 (lreg) rule
25462         (reported by Don Roberts).
25463
25464 Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
25465
25466         * mini.c: temporarily work around two bugs for this release.
25467
25468 Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25469
25470         * Makefile.am: avoid linking libmono with GMODULE_LIBS, because
25471         that contains -export-dynamic and it makes using the ld script
25472         useless.
25473         * mini.h, main.c, driver.c: s/mini_main/mono_main/g.
25474
25475 Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
25476
25477         * mini.h, mini-x86.c, driver.c: disable optimizations not available on a
25478         specific cpu.
25479
25480 Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
25481
25482         * mini.c: make sure leave calls all the needed finally blocks,
25483         even when the target jumps out of multiple exception clauses.
25484
25485 Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25486
25487         * ldscript, Makefile.am: add linker script to reduce the number of
25488         exported symbols (should also fix the issues with libwine defining
25489         some of the same symbols in io-layer).
25490
25491 2003-05-01  Zoltan Varga  <vargaz@freemail.hu>
25492
25493         * driver.c (mini_main): Avoid assertion when no file name is given on 
25494         the command line.
25495
25496 Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
25497
25498         * driver.c: added --version/-V command line option.
25499         Added the inline optimization in the regression tests.
25500
25501 Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
25502
25503         * mini.c, basic-calls.cs: when inlining, save arguments to locals according 
25504         to the type in the method signature (fixes bug#42134).
25505
25506 Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus@ximian.com>
25507
25508         * mini.c: when inlining, check this is not null only when needed (bug #42135).
25509
25510 Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus@ximian.com>
25511
25512         * mini-ppc.h, tramp-pcc.c: type fixes from Max Horn <max@quendi.de>.
25513
25514 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25515
25516         * driver.c: fixed bug #42100.
25517
25518 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
25519
25520         * mini.c (mono_method_to_ir): UNBOX need to CAST objects first
25521
25522 Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
25523
25524         * mini.c: moved most of the code required to do inlining to its own
25525         function so it can be reused. Inline also ctors if appropriate.
25526
25527 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
25528
25529         * Makefile.am: Link with -export-dynamic so shared libs loaded by
25530         the runtime can call mono API functions.
25531
25532 2003-04-27  Martin Baulig  <martin@ximian.com>
25533
25534         * debug-mini.c (mono_debug_init_method): Added
25535         `guint32 breakpoint_id' argument; if the method has a breakpoint,
25536         send a notification to the debugger.
25537
25538         * mini.c (mono_method_to_ir): Don't insert a breakpoint if we're
25539         running in the Mono Debugger, just pass the breakpoint number to
25540         mono_debug_init_method().
25541
25542         * tramp-x86.c, tramp-ppc.c: Removed the breakpoint trampolines.
25543
25544 Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
25545
25546         * mini.c: allow some more unsafe compares.
25547
25548 Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25549
25550         * mini-x86.c, Makefile.am: make distcheck works (partially from
25551         a patch by Richard Lee <r.h.lee@attbi.com>).
25552         * regset.c, regset.h: removed, they are unused.
25553
25554 2003-04-25  Dick Porter  <dick@ximian.com>
25555
25556         * driver.c: Usage reports the name as 'mono' not 'mini'
25557         * exceptions-x86.c: Build and run on freebsd
25558
25559 Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
25560
25561         * Makefile.am: install the program with the 'mono' name and
25562         the library as libmono instead of mini and libmini.
25563
25564 Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
25565
25566         * driver.c: provide the APIs for the embedding interface of the old jit.
25567
25568 2003-04-23  Dietmar Maurer  <dietmar@ximian.com>
25569
25570         * jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)
25571
25572 2003-04-23  Martin Baulig  <martin@ximian.com>
25573
25574         * tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.
25575
25576         * driver.c: Added `--debug' command line argument to enable
25577         debugging support.
25578
25579 2003-04-23  Martin Baulig  <martin@ximian.com>
25580
25581         * debug.[ch]: Removed.  The code is now in
25582         ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
25583
25584         * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
25585         last six months.
25586
25587 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
25588
25589         * mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)
25590
25591 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25592
25593         * mini.c:
25594         (mini_cleanup): moved mono_runtime_cleanup call after the call to
25595         mono_domain_finalize.
25596         (mini_method_compile): use mono_method_profile* if the the option is
25597         enabled.
25598
25599 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
25600
25601         * tramp-x86.c (mono_arch_create_jit_trampoline): Subsitute synchronized
25602         methods with their wrapper.
25603
25604         * tramp-ppc.c (mono_arch_create_jit_trampoline): Subsitute synchronized
25605         methods with their wrapper.
25606
25607         * jit-icalls.c (mono_ldvirtfn): Subsitute synchronized methods with
25608         their wrapper.
25609
25610         * mini.c (mono_method_to_ir): Subsitute synchronized methods with their
25611         wrapper.
25612
25613         * mini.c (mono_method_check_inlining): Avoid inlining synchronized
25614         methods.
25615
25616 2003-04-17  Dietmar Maurer  <dietmar@ximian.com>
25617
25618         * exceptions-x86.c (mono_arch_handle_exception): fix for bug 36252
25619
25620 2003-04-16  Dietmar Maurer  <dietmar@ximian.com>
25621
25622         * mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
25623         of the mempool. This is slightly faster and uses less memory
25624
25625 Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25626
25627         * mini.c: avoid O(n) allocation for variables.
25628
25629 Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25630
25631         * mini.c: handle items on the stack after inlining methods.
25632
25633 Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25634
25635         * mini.c: make the method->opcode optimization dependent
25636         on MONO_OPT_INSTRINS and do it lazily.
25637
25638 Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
25639
25640         * driver.c: print overall results at the end of regression run.
25641
25642 Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
25643
25644         * inssel.brg: don't overwrite symbolic registers.
25645
25646 Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
25647
25648         * inssel-x86.brg: fix conversion from long to float.
25649
25650 2003-04-11  Dietmar Maurer  <dietmar@ximian.com>
25651
25652         * mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)
25653
25654 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
25655
25656         * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
25657
25658         * driver.c: Added --print-vtable option as in the old JIT.
25659
25660 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
25661
25662         * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
25663
25664 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
25665
25666         * inssel.brg, basic.cs: fixed checked conversions to byte and short.
25667
25668 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
25669
25670         * mini.c regalloc.c regalloc.h: Fix memory leak.
25671
25672 2003-04-09  Dietmar Maurer  <dietmar@ximian.com>
25673
25674         * aot.c (mono_aot_get_method): register all used strings
25675
25676 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25677
25678         * mini.c: always intern strings references with ldstr at compile time.
25679
25680 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25681
25682         * Makefile.am: add BUILT_SOURCES.
25683
25684 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
25685
25686         * driver.c: give a better error message when the assembly to execute
25687         doesn't have an entry point.
25688
25689 2003-04-07  Dietmar Maurer  <dietmar@ximian.com>
25690
25691         * Makefile.am: added hack for automake
25692
25693         * mono/mini/mini.c (mono_save_args): always copy arguments to keep
25694         correct sematics.
25695
25696         * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
25697
25698 22003-04-07  Martin Baulig  <martin@ximian.com>
25699
25700         * Makefile.am: Added Makefile.am.
25701
25702         * debugger-main.c: Removed, this is now in the debugger where it
25703         belongs.
25704
25705         * mini.pc.in: Call this package `mini' for the moment.
25706
25707
25708
25709
25710
25711
25712
25713
25714
25715
25716
25717
25718
25719
25720