2010-07-04 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / ChangeLog
1 2010-07-04  Zoltan Varga  <vargaz@gmail.com>
2
3         * tramp-arm.c (mono_arch_create_generic_trampoline): Fix the max trampoline
4         length.
5
6         * mini-arm.h (MonoContext): Get rid of the 'ebp' field, use
7         regs [ARMREG_FP] instead.
8
9         * unwind.c (decode_lsda): Use read32 for reading 32 bit quantities.
10
11         * tramp-arm.c (mono_arch_create_generic_trampoline): Save the original sp to
12         lmf->iregs [ARMREG_IP] to be consistent with mono_arch_emit_prolog ().
13
14         * mini-arm.h (MonoLMF): Remove unused fregs field, add comments for other fields.
15
16         * exceptions-arm.c: Clean up the handling of LMFs. Add LLVM exception trampolines.
17
18         * mini-arm.c: Always use V5 for passing IMT/RGCTX when running under LLVM.
19
20         * method-to-ir.c (emit_imt_argument): Fix LLVM support for architectures
21         without IMT_REG defined (ARM).
22
23         * exceptions-arm.c: Add LLVM throw exception trampolines, add xdebug info for
24         the trampolines.
25
26 2010-07-03  Zoltan Varga  <vargaz@gmail.com>
27
28         * mini-llvm.c (process_bb): Disable OP_MEMORY_BARRIER on arm.
29
30 2010-07-02  Zoltan Varga  <vargaz@gmail.com>
31
32         * mini.h: Applied patch from Elijah Taylor (elijahtaylor@google.com). Fix some
33         definitions to match their declarations and vice-versa.
34
35 2010-07-01  Zoltan Varga  <vargaz@gmail.com>
36
37         * Makefile.am (common_sources): Add mini-llvm.h.
38
39         * unwind.c (mono_unwind_decode_fde): Fix the decoding of the lsda offset.
40
41 2010-06-30  Zoltan Varga  <vargaz@gmail.com>
42
43         * mini.c (mini_cleanup): Avoid calling mono_runtime_shutdown () if cross
44         compiling.
45
46 Wed Jun 30 12:10:57 CEST 2010 Paolo Molaro <lupus@ximian.com>
47
48         * Makefile.am, mini-llvm.h, mini-unwind.h, mini.c, mini.h, xdebug.c:
49         implemt the option of loading the llvm backend from a module so
50         that we can have a single binary and the bloat from llvm is
51         only experienced when it is actually loaded.
52
53 Wed Jun 30 12:02:39 CEST 2010 Paolo Molaro <lupus@ximian.com>
54
55         * mini-llvm.c: remove direct access to mono_defaults.
56
57 2010-06-29  Zoltan Varga  <vargaz@gmail.com>
58
59         * mini-arm.c (mono_arch_get_vcall_slot): This is no longer used on ARM, so make it
60         a no-op.
61
62         * mini-trampolines.c (mono_vcall_trampoline): Fix a warning.
63
64         * mini-x86.c (mono_arch_get_vcall_slot): Remove most cases as the only caller
65         is now mono_arch_nullify_class_init_trampoline ().
66         (mono_arch_output_basic_block): Remove the special casing from the CALL_MEMBASE
67         opcodes, they are no longer needed.
68
69         * mini-amd64.c (mono_arch_get_vcall_slot): Remove most cases as the only caller is
70         now mono_arch_nullify_class_init_trampoline ().
71         (mono_arch_output_basic_block): Remove the special casing from the CALL_MEMBASE
72         opcodes, they are no longer needed.
73
74         * mini-trampolines.c (mono_vcall_trampoline): Use the LLVM method of obtaining the
75         vtable on platforms which support it.
76
77         * driver.c: Print the full LLVM version we are compiled against in --version.
78
79         * aot-runtime.c (decode_exception_debug_info): Separate the LLVM and non-LLVM code
80         a bit better. Decode nesting information to fix eh support for llvm+aot.
81
82         * aot-compiler.c (emit_exception_debug_info): Encode nesting information for LLVM
83         methods.
84
85         * mini-llvm.c (mono_llvm_cleanup): Dispose the aot module too.
86
87         * mini-arm.c (get_call_info): Change the managed calling convention so 'this'
88         is always passed as the first argument, before the vtype ret arg. This simplifies
89         get_this_arg_reg () and LLVM integration.
90
91 2010-06-28  Zoltan Varga  <vargaz@gmail.com>
92
93         * mini-trampolines.c mini.c: Rework the virtual call handling code by using a separate
94         vtable trampoline for each vtable slot for both the LLVM and non-LLVM cases. Move
95         most of the vcall specific code to mono_vcall_trampoline () from
96         common_call_trampoline ().
97
98 2010-06-27  Zoltan Varga  <vargaz@gmail.com>
99
100         * mini-trampolines.c (common_call_trampoline): Remove the code which created static
101         rgctx trampolines when called from LLVM, they won't work for dynamic rgctx arguments
102         if the callsite is patched.
103
104         * mini-llvm.c (process_call): Disable calls which need an rgctx arg if not using
105         the llvm branch.
106
107         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Fix the name of
108         the trampoline in the xdebug info.
109
110         * mini-trampolines.c (common_call_trampoline): Make the last change work for LLVM
111         as well.
112
113 2010-06-26  Zoltan Varga  <vargaz@gmail.com>
114
115         * mini-llvm.c: Fix a few problems exposed by make check.
116
117 2010-06-25  Mark Probst  <mark.probst@gmail.com>
118
119         * mini-trampolines.c (common_call_trampoline): An ugly hack to
120         work around a potentially very hard to fix problem with inflating
121         generic methods.
122
123 2010-06-26  Zoltan Varga  <vargaz@gmail.com>
124
125         * method-to-ir.c (mono_emit_wb_aware_memcpy): Remove the workaround as the core
126         problem has been fixes.
127
128 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
129
130         * Makefile.am: Add an 'SGEN' make variable to allow tests to be run with SGEN.
131
132         * mini-gc.c (mini_gc_init_cfg): Use mono_gc_is_moving () instead of HAVE_SGEN_GC.
133         It might be be better to define a MonoGCJitOptions structure later and have the
134         GC return that.
135
136         * mini-darwin.c: Don't undefine pthread_ calls for SGEN, they are no longer defined.
137
138         * Makefile.am: Use libwapi.la for both sgen and non-sgen builds.
139
140         * debugger-agent.c (get_objref): Implement support for sgen.
141
142         * driver.c: Remove the unused gc_wrapper.h include.
143
144         * driver.c (mono_main): Delegate the --desktop mode optimizations to the GC
145         implementation.
146
147 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
148
149         * driver.c (mono_main): Use mono_gc_get_description () to print the GC name.
150
151         * mini-gc.c (mini_gc_init_cfg): New function to initialize GC specific flags
152         in MonoCompile.
153
154         * method-to-ir.c mini.c: Remove usage of HAVE_SGEN_GC and use runtime checks
155         instead.
156
157 2010-06-23  Miguel de Icaza  <miguel@novell.com>
158
159         * Makefile.am: Build the mono-sgen binary a Mono VM with the Sgen
160         GC enabled as well as libmono-sgen-2.0 and libomonosgen-static
161
162         * driver.c: Do not depend on the USED_GC_NAME when using SGen, use
163         it only for Boehm diagnostics.
164
165         * Makefile.am: Make the file a bit more consistent.
166
167         * debug-debugger.c: Wrap the entire file with an #ifdef
168         MONO_DEBUGGER_SUPPORTED to simplify the build.
169
170         * Makefile.am: Fix the opcodes build issue by including the
171         source, not by including the .lo file directly
172
173         Always bring the MDB sources into the build, to drop the
174         dependency on the AM_CONDITIONAL from configure.in as the hard
175         debugger supports Boehm, but not Sgen, this simplifies the build. 
176
177         * Renamed the *.s files into *.S
178
179 2010-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
180
181         * method-to-ir.c (mono_emit_wb_aware_memcpy): Don't emit bitmap
182         wb for now on 64bits systems while issues with valuetype returns
183         are not fixed.
184
185 2010-06-24  Zoltan Varga  <vargaz@gmail.com>
186
187         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add support for using a standard set of
188         passes by calling createStandardFunctionPasses ().
189
190 2010-06-23  Zoltan Varga  <vargaz@gmail.com>
191
192         * mini.h (MONO_INS_HAS_NO_SIDE_EFFECT): Add OP_LDADDR.
193
194 2010-06-22  Zoltan Varga  <vargaz@gmail.com>
195
196         * method-to-ir.c (mono_method_to_ir): Don't mark loads from OP_LDADDR with
197         MONO_INST_FAULT.
198
199         * mini-llvm.c (mono_llvm_emit_method): Recalculate MONO_INST_INDIRECT flags to
200         allow better optimization if the OP_LDADDR which caused the flag to be set was
201         optimized away.
202
203         * exceptions-amd64.c (get_throw_trampoline): Align the stack properly.
204
205         * mini-amd64.c (mono_arch_emit_exceptions): Pass only the type token index, not
206         the type token.
207
208         * mini-llvm.c (emit_entry_bb): Save the this argument only in gshared methods.
209
210         * mini-llvm.c: Fix a couple memory leaks. Get rid of a few #ifdefs.
211
212 2010-06-22  Zoltan Varga  <vargaz@gmail.com>
213
214         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Call patch_callsite ()
215         to handle the code sequence generated for non-near calls. Fixes #616056.
216
217 2010-06-21  Zoltan Varga  <vargaz@gmail.com>
218
219         * exceptions-x86.c (mono_arch_find_jit_info_ext): Adjust eip in the lmf case too.
220
221         * exceptions-x86.c: Add a resume_unwind trampoline for LLVM.
222
223         * mini-llvm.c (exception_cb): For nested clauses, add the same try range to the
224         nesting clause too.
225         (mono_llvm_check_method_supported): Enable llvm for methods with nested clauses.
226         (mono_llvm_emit_method): Instead of calling 'mono_resume_unwind' directly, call a
227         trampoline which saves the context, so changes made to callee saved registers in
228         finally clauses are visible to a nesting catch clause.
229
230         * exceptions-amd64.c: Add a resume_unwind trampoline for LLVM.
231
232         * mini-exceptions.c (mono_handle_exception_internal): Fix support for nested clauses
233         in LLVM compiled code.
234         (mono_handle_exception_internal): Add a 'ctx' argument containing the state after
235         the finally handler has ran.
236
237         * mini.h (ResumeState): New structure containing information required to resume
238         exception handling after executing LLVM compiled finally clauses.
239
240         * exceptions-amd64.c (get_throw_trampoline): Clean up the amd64 throw trampolines a
241         bit, by passing all the registers as one argument.
242
243 2010-06-19  Zoltan Varga  <vargaz@gmail.com>
244
245         * tramp-amd64.c (mono_arch_create_generic_trampoline): Increase the buf len a little,
246         to avoid an assert.
247
248 2010-06-18  Zoltan Varga  <vargaz@gmail.com>
249
250         * aot-compiler.c (emit_klass_info): Mark unloadable classes properly.
251
252         * aot-compiler.c aot-runtime.c: Fix LLVM support.
253
254         * mini-llvm.c: When emitting OP_CALL_HANDLER, avoid branching directly to the landing
255         pad, branch to a new bblock instead.
256
257         * aot-compiler.c (emit_method_code): Use cfg->header instead of the header of
258         orig_method.
259
260         * exceptions-amd64.c (mono_arch_exceptions_init): Fix fullaot support.
261
262         * mini-llvm.c (process_bb): Add support for OP_SQRT when using the LLVM mono branch.
263
264 2010-06-17  Geoff Norton  <gnorton@novell.com>
265
266         * mini-arm.h:
267         * exceptions-arm.c: Move the UCONTEXT macros to mono-sigcontext.h so they
268         can be used by sgen.
269
270 2010-06-17  Zoltan Varga  <vargaz@gmail.com>
271
272         * aot-compiler.c (emit_klass_info): Handle type load exceptions.
273
274         * method-to-ir.c (mono_method_to_ir): Avoid a crash if mono_method_get_header ()
275         fails.
276
277         * exceptions-x86.c (mono_x86_throw_corlib_exception): Negate the decrement of
278         the ip done by throw_exception (), it is not needed for corlib exceptions.
279
280 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
281
282         * method-to-ir.c (mono_emit_wb_aware_memcpy): Simplify this function.
283         Call new jit icall mono_gc_wbarrier_value_copy_bitmap for vt wbarrier
284         of size > 5 words. This support fast barriers for value types up to
285         256/512 bytes which     beyond that the copying itself is the major issue.
286
287         * method-to-ir.c (mini_emit_stobj): The intrinsic version is safe
288         for gsharing, so use it.
289
290         This eliminate all calls to mono_value_copy from managed code in
291         gmcs, fsharp and ipy.
292
293         This gives a 2% perf boost on ipy and 1% on gmcs over previous patches.
294
295         Even thou a lot of mono_value_copy calls were eliminated from fsharp,
296         performance kept
297
298         * mini.c (mini_init): Register new icall.
299
300 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
301
302         * method-to-ir.c (mono_emit_wb_aware_memcpy): Handle nested valuetypes.
303         This eliminates 2% of mono_value_copy calls on ipy and 12% on fsharp.
304
305 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
306
307         * method-to-ir.c (mini_emit_stobj): Don't call mono_value_copy for small
308         value types as the overhead is huge. Manually expand it up to 5 words to
309         avoid code bloat.
310
311         This improves gmcs times by 5% and unmodified binary-tree by 78%. The later
312         is an exception that performance is dominated by mono_value_copy.
313
314         This puts sgen about 5% ahead of boehm in terms of wall-clock on a Core2Quad.
315
316 2010-06-17  Zoltan Varga  <vargaz@gmail.com>
317
318         * mini-llvm.c (process_call): Disable LLVM for calls to generic class init
319         trampolines on x86, since those have their own cconv.
320
321         * exceptions-x86.c (mono_arch_exceptions_init): Implement the llvm throw corlib
322         exception trampolines.
323
324         * tramp-x86.c: Add xdebug info for a few trampolines.
325
326         * mini-llvm.c: Set the name of the arguments.
327
328         * mini-llvm.c (emit_cond_system_exception): Pass the ip of to throw_corlib_trampoline
329         using a block address if using the LLVM mono branch.
330
331         * exceptions-amd64.c (mono_arch_exceptions_init): Add new LLVM throw corlib exception
332         trampolines.
333
334 2010-06-15  Zoltan Varga  <vargaz@gmail.com>
335
336         * mini-ppc.c (mono_arch_get_cie_program): Define this for powerpc too.
337
338         * mini-llvm.c (process_bb): Add a missing CHECK_FAILURE.
339
340         * mini.c (mini_init): Remove some of the llvm restrictions, they are no longer needed.
341
342         * method-to-ir.c (mono_method_to_ir): Enable fast virtual calls when using llvm.
343
344         * mini-trampolines.c (mono_llvm_vcall_trampoline): Rewrite this to use one vtable
345         trampoline per vtable slot index. The slot, along with the 'this' argument is enough
346         to identify the vtable slot address plus the method which needs to be compiled.
347
348         * mini.c (mini_get_vtable_trampoline): Use one vtable trampoline per vtable slot when
349         using llvm.
350
351         * mini-x86.c (get_call_info_internal): Change the managed calling convention so
352         'this' is always passed as the first argument, before the vtype ret arg. This
353         simplifies get_this_arg_reg () and LLVM integration.
354
355         * mini-amd64.c (get_call_info): Fix the handling of MONO_TYPE_TYPEDBYREF after
356         the latest changes.
357
358         * tramp-x86.c (mono_arch_create_generic_trampoline): Emit unwind info for
359         these trampolines.
360
361         * mini-x86.c (mono_arch_get_cie_program): Implement this for x86.
362
363         * mini-llvm.c: Fix compilation with llvm 2.6.
364
365         * mini-amd64.c (CallInfo): Fix the position of the vret_arg_index field.
366
367         * mini-llvm.c (mono_llvm_emit_method): Fix the build if LLVM_MONO_BRANCH is not
368         defined.
369
370         * mini-amd64.c (get_call_info): Change the managed calling convention so 'this'
371         is always passed as the first argument, before the vtype ret arg. This simplifies
372         get_this_arg_reg () and LLVM integration.
373
374 2010-06-14 Rodrigo Kumpera  <rkumpera@novell.com>
375
376         * method-to-ir.c (mono_method_to_ir): Add support for .ctor intrinsics.
377
378         * method-to-ir.c (mini_emit_inst_for_ctor): New function for .ctor intrinsics.
379         For now just call simd intrinsics. This makes "x[0] = new Vector4f (10)" 
380         translate into much nicer code.
381
382 2010-06-14  Zoltan Varga  <vargaz@gmail.com>
383
384         * mini-llvm.c (sig_to_llvm_sig_full): Add a 'sinfo' out argument which returns
385         parameter index information. Use this to simplify a lot of code.
386
387         * unwind.c (mono_unwind_decode_fde): Handle augmentions using a loop.
388
389 2010-06-12  Zoltan Varga  <vargaz@gmail.com>
390
391         * aot-compiler.c (compile_method): Add a 'depth' parameter to add_generic_class too
392         to fix infinite generic recursion. Fixes #612702.
393
394 2010-06-11  Zoltan Varga  <vargaz@gmail.com>
395
396         * object.c: Use a callback to create IMT trampolines, allowing the usage of one
397         imt trampoline per imt slot when using LLVM.
398
399 2010-06-10  Jonathan Pryor  <jpryor@novell.com>
400
401         * mini.c (mini_cleanup): Call mono_runtime_shutdown(). Fixes #438454.
402
403 2010-06-09  Levi Bard  <levi@unity3d.com>
404
405         * debugger-agent.c: Clear unloaded types on appdomain unload.
406
407 2010-06-08  Zoltan Varga  <vargaz@gmail.com>
408
409         * liveness.c (visit_bb): Make the component vregs of long vars volatile as well.
410         Fixes #612206.
411
412         * exceptions.cs: Add a test.
413
414 2010-06-06  Zoltan Varga  <vargaz@gmail.com>
415
416         * mini-llvm.c (mono_llvm_check_method_supported): Only disable llvm for nested clauses.
417
418         * mini.c (mini_method_compile): Move the LLVM checks to a function in mini-llvm.c.
419
420         * mini.c (mono_jit_runtime_invoke): Initialize *exc to NULL before calling the wrapper,
421         so it doesn't have to do it.
422
423         * helpers.c (mono_disassemble_code): Flush stdout, so the output from the spawned
424         process does not mix with ours.
425
426         * mini-llvm.c (mono_llvm_emit_method): Refactor this giant function into smaller
427         ones.
428
429         * mini-llvm.c method-to-ir.c ir-emit.h: When using the llvm mono branch, allow
430         loads/stores which can throw exceptions inside clauses.
431
432 2010-06-05  Zoltan Varga  <vargaz@gmail.com>
433
434         * mini-llvm.c (mono_llvm_emit_method): Fix support for finally clauses with more than
435         one ENDFINALLY.
436
437         * mini.c (mini_init): Register mono_resume_unwind as an icall.
438
439 2010-06-03  Zoltan Varga  <vargaz@gmail.com>
440
441         * dwarfwriter.c: Update after the mono_debug_lookup_locals () changes.
442
443         * debugger-agent.c (method_commands_internal): Ditto. Return scope information for
444         locals.
445
446 2010-06-03  Zoltan Varga  <vargaz@gmail.com>
447
448         * debugger-agent.c (appdomain_unload): Clear all breakpoint instances in the dying
449         appdomain.
450
451 2010-06-02  Zoltan Varga  <vargaz@gmail.com>
452
453         * method-to-ir.c (set_rgctx_arg): New helper function to remove some duplicate code.
454         Use a separate generic class init trampoline for llvm, since it needs a different
455         signature.
456
457         * unwind.c (mono_unwind_decode_fde): Make this decode the mono specific LSDA which
458         includes the location of this/rgctx.
459
460         * mini-llvm.c aot-runtime.c: Enable generic sharing for llvm if using the LLVM mono
461         branch.
462
463 2010-06-01  Zoltan Varga  <vargaz@gmail.com>
464
465         * mini.c (mini_method_compile): Enable llvm+exceptions on LLVM SVN.
466
467         * mini-llvm.c (emit_cond_system_exception): Disable llvm when this occurs in a
468         clause.
469
470 2010-05-31  Zoltan Varga  <vargaz@gmail.com>
471
472         * unwind.c (mono_unwind_decode_fde): The FDE only has an augmention if the CIE
473         says so.
474
475         * aot-runtime.c (decode_eh_frame): Fix an assert condition.
476
477         * aot-compiler.c (patch_to_string): New debugging helper function.
478
479 2010-05-30  Zoltan Varga  <vargaz@gmail.com>
480
481         * exceptions-amd64.c (get_throw_trampoline): Fix the xdebug name of the corlib
482         trampoline.
483
484         * exceptions-x86.c (mono_arch_exceptions_init): Create an llvm rethrow trampoline too.
485
486         * mini-llvm.c (mono_llvm_emit_method): Implement OP_RETHROW.
487
488         * method-to-ir.c (mono_method_to_ir): Emit a OP_NOT_REACHED after a rethrow.
489
490         * mini-llvm.c (emit_call): Compute the containing try clause correctly for nested
491         clauses.
492
493         * mini.c (create_jit_info): Print EH clause info for LLVM too.
494
495 2010-05-28  Mark Probst  <mark.probst@gmail.com>
496
497         * method-to-ir.c (mono_method_to_ir): Emit a write barrier for
498         cpobj with reference types.
499
500 2010-05-28  Mark Probst  <mark.probst@gmail.com>
501
502         * method-to-ir.c (mono_method_to_ir): Only explicitly add the
503         write barrier for reference types.
504
505 2010-05-27  Zoltan Varga  <vargaz@gmail.com>
506
507         * mini-s390x.c (mono_arch_output_basic_block): Applied patch from Aurelien Minvielle
508         . Fix OP_ATOMIC_EXCHANGE_I4 on s390x. Fixes #609023.
509
510 2010-05-31  Martin Baulig  <martin@ximian.com>
511
512         Fix #608271.
513
514         * debugger-agent.c (breakpoints_cleanup): Iterate over `event_requests', call
515         clear_breakpoint() on all breakpoint events and remove them from the list.
516
517 2010-05-27  Martin Baulig  <martin@ximian.com>
518
519         Fix #605698.
520
521         * debugger-agent.c (method_commands, type_commands): Temporarily
522         set the appdomain while executing this method; do all metadata
523         calls in the debuggee's appdomain where user assemblies are loaded.
524
525 2010-05-27  Zoltan Varga  <vargaz@gmail.com>
526
527         * mini-s390x.c (mono_arch_get_delegate_invoke_impls): Fix the s390x build.
528
529 2010-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
530
531         * method-to-ir.c (mono_method_to_ir): Add missing write barrier to stobj.
532
533 2010-05-26  Zoltan Varga  <vargaz@gmail.com>
534
535         * method-to-ir.c: Instead of freeing method headers immediately, save them in a list in
536         MonoCompile, and free them in mono_destroy_compile (), since the MonoType's in them could
537         be referenced even after the header is freed.
538
539         * aot-runtime.c: Remove the half finished support for decoding the .arm_exidx
540         section.
541
542 2010-05-25  Zoltan Varga  <vargaz@gmail.com>
543
544 2010-05-25  Bill Holmes  <billholmes54@gmail.com>
545
546         * genmdesc.c (main): Fixing the detection of the nacl switch.
547
548         Code is contributed under MIT/X11 license.
549
550 2010-05-25  Zoltan Varga  <vargaz@gmail.com>
551
552         * exceptions-amd64.c (mono_arch_find_jit_info_ext): Adjust the ip for LMF frames too.
553
554         * mini-llvm.c aot-compiler.c: More LLVM 2.8 updates.
555
556         * mini.h (LLVM_CHECK_VERSION): New helper macro.
557
558 2010-05-25  Miguel de Icaza  <miguel@novell.com>
559
560         * genmdesc.pl (build_spec): Add support for nacl: keyword also to
561         the Perl program
562
563         * genmdesc.c: Added support for nacl: key on the machine
564         description files to support the extra space required by Google
565         Native Client.
566
567 2010-05-23  Zoltan Varga  <vargaz@gmail.com>
568
569         * mini.c (mono_jit_compile_method_inner): Propagate exceptions in one more place.
570
571 2010-05-23  Zoltan Varga  <vargaz@gmail.com>
572
573         * mini.c (mono_jit_compile_method_inner): Propagate exceptions from
574         mono_runtime_class_init_full ().
575         (mono_jit_runtime_invoke): Ditto. Fixes #608073.
576
577 2010-05-22  Zoltan Varga  <vargaz@gmail.com>
578
579         * mini-llvm.c mini-llvm-cpp.cpp: Update after LLVM 2.8 changes.
580
581 2010-05-21  Zoltan Varga  <vargaz@gmail.com>
582
583         * mini-ppc.c (mono_arch_output_basic_block): Use ins->inst_c1 instead of p1, the
584         two are not the same on ilp32.
585
586 2010-05-21  Zoltan Varga  <vargaz@gmail.com>
587
588         * mini.c (mono_jit_compile_method_inner): Remove a DISABLE_JIT block which was
589         added by mistake.
590
591         * mini-ppc.c: Fix the DISABLE_JIT build.
592
593 2010-05-20  Zoltan Varga  <vargaz@gmail.com>
594
595         * aot-runtime.c (decode_resolve_method_ref): Rename this from decode_method_ref_2.
596         (make_writable): Remove this unused function.
597
598 2010-05-20  Zoltan Varga  <vargaz@gmail.com>
599
600         * aot-compiler.c: Collect all information about a PLT entry into a separate MonoPltEntry
601         structure. Make the labels to plt entries local symbols instead of assembler local
602         labels, since tha latter causes problems for the iphone linker.
603
604 2010-05-19  Zoltan Varga  <vargaz@gmail.com>
605
606         * mini-ppc.c (mono_ppc_is_direct_call_sequence): Handle one more case with ilp32.
607
608 2010-05-17  Zoltan Varga  <vargaz@gmail.com>
609
610         * mini-ppc.c (mono_ppc_is_direct_call_sequence): Handle ilp32.
611         (ppc_patch_full): Ditto.
612
613         * mini-arm.c (mono_arch_build_imt_thunk): Fix the fail_tramp case.
614
615         * method-to-ir.c (mono_method_to_ir): Use fast generic virtual method invocation
616         if gshared is enabled, to avoid asserts in the trampoline code.
617
618         * mini-ia64.c (mono_arch_build_imt_thunk): Implement generalized imt thunks
619         on ia64.
620
621 2010-05-15  Geoff Norton  <gnorton@novell.com>
622
623         * dwarfwriter.c, xdebug.c: Fix a pretty large leak when running in 
624         xdebug mode.
625
626 2010-05-14  Geoff Norton  <gnorton@novell.com>
627
628         * exceptions-x86.c: Fix the alignment of this trampoline so we dont get a 
629         misaligned stack on darwin.
630
631 2010-05-14  Zoltan Varga  <vargaz@gmail.com>
632
633         * mini-arm.c aot-compiler.c: Implement support for generalized imt thunks on
634         arm.
635
636 2010-05-14  Zoltan Varga  <vargaz@gmail.com>
637
638         * xdebug.c: Fix ARM support.
639
640 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
641
642         * exceptions-x86.c (mono_arch_handle_exception): Resume from the signal handler
643         and do most of the work on the normal stack.
644         (mono_x86_get_signal_exception_trampoline): New x86 specific trampoline function.
645
646 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
647
648         * aot-compiler.c: Put non-code data into the .rodata section on linux.
649
650 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
651
652         * exceptions-arm.c (mono_arch_handle_exception): Fix the cross-compile case.
653
654 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
655
656         * exceptions-arm.c (mono_arch_handle_exception): Resume from the signal handler
657         and do most of the work on the normal stack.
658
659 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
660
661         * exceptions-amd64.c (mono_arch_handle_exception): Resume from the signal handler
662         and do most of the work on the normal stack even if sigaltstack is disabled.
663
664 2010-05-12  Zoltan Varga  <vargaz@gmail.com>
665
666         * exceptions-amd64.c (mono_arch_sigctx_to_monoctx): Simplify this now that
667         UCONTEXT_REG_ constants are available on linux as well.
668         (mono_arch_monoctx_to_sigctx): Ditto.
669         (mono_arch_ip_from_context): Ditto.
670
671 2010-05-12  Zoltan Varga  <vargaz@gmail.com>
672
673         * debugger-agent.c (set_breakpoint): Fix setting of pending breakpoints in
674         other domains.
675
676 2010-05-11  Zoltan Varga  <vargaz@gmail.com>
677
678         * aot-compiler.c (emit_plt): Don't align the plt to a pagesize on x86, it is
679         no longer needed.
680
681 2010-05-10  Zoltan Varga  <vargaz@gmail.com>
682
683         * debugger-agent.c (insert_breakpoint): Print a more descriptive error message
684         if a breakpoint cannot be inserted.
685
686 2010-05-08  Zoltan Varga  <vargaz@gmail.com>
687
688         * aot-compiler.c (emit_and_reloc_code): Fix a warning.
689
690 2010-05-07  Zoltan Varga  <vargaz@gmail.com>
691
692         * debugger-agent.c (frame_commands): Return an error instead of asserting if
693         no JIT info is found for the method.
694
695 2010-05-05 Jonathan Chambers  <joncham@gmail.com>
696
697         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Protect against a NULL sigctx
698         in debug printf.
699
700 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
701
702         * mini-amd64.c (mono_arch_get_trampolines): New arch specific function returning
703         a list of arch specific trampolines.
704
705         * aot-compiler.c (emit_trampolines): Use it.
706
707 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
708
709         * tramp-<ARCH>.c exceptions-<ARCH>.c mini-trampolines.c mini-exceptions.c
710         aot-compiler.c: Use the _full trampoline creation functions on all platforms,
711         get rid of the _full from their name.
712
713 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
714
715         * tramp-x86.c (mono_arch_create_generic_trampoline): Call
716         get_nullified_class_init_trampoline to remove some code duplication.
717
718 2010-05-03  Zoltan Varga  <vargaz@gmail.com>
719
720         * mini-x86.c (mono_arch_emit_prolog): Fix full-aot support for thread
721         attach.
722
723 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
724
725         * mini-amd64.c (mono_arch_emit_load_aotconst): New arch-specific function.
726
727         * tramp-amd64.c: Use emit_load_aotconst to remove some code duplication.
728
729         * aot-runtime.c (init_plt): Make the default entries point to the AOT trampoline,
730         there is no need to jump through the first plt entry.
731
732         * aot-runtime.c (mono_aot_get_named_code): Rename to mono_aot_get_trampoline.
733
734         * aot-runtime.c (mono_aot_get_plt_entry): Move the arch specific parts to an
735         arch-specific function.
736         (mono_aot_get_plt_info_offset): Ditto.
737
738         * aot-runtime.c (mono_aot_register_jit_icall): New helper function called from
739         mono_arch_init () to register jit icalls called from full-aot trampolines.
740         (load_function): Get rid of the arch specific #ifdefs, move the relevant code
741         to mini-<ARCH>.c.
742
743         * exceptions-amd64.c (mono_arch_get_throw_corlib_exception_full): Get rid of
744         the specialized throw corlib exception trampoline, use a variant of the normal
745         trampoline along with a new C function which does the call to
746         mono_exception_from_token (), just like on x86.
747
748 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
749
750         * mini-trampolines.c aot-compiler.c tramp-<ARCH>.c exceptions-<ARCH>.c:
751         Reorganize the full aot trampoline creation functions, instead of taking a bunch
752         of out arguments, they will now take a MonoTrampInfo** out argument. Simplify
753         some code in aot-compiler.c because of this. Remove the non-full aot trampoline
754         creation functions on architectures which have the full-aot ones.
755
756 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
757
758         * mini-ppc.c (mono_arch_decompose_long_opts): Fix LNEG.
759
760 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
761
762         * mini-ppc.c (mono_arch_emit_exceptions): Initialize exc_throw_pos/found
763         explicitly, this seems to be required by some gcc versions at -O2.
764
765         * mini-arm.c: Ditto.
766
767 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
768
769         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Fix full-aot support for
770         has_target delegate invokes.
771
772 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
773
774         * mini.h (MonoAotTrampInfo): Rename this to MonoTrampInfo, add patches/unwind
775         info fields.
776
777         * aot-compiler.c (mono_aot_tramp_info_create): Rename to mono_tramp_info_create,
778         add patches/unwind info arguments, move to mini.c.
779
780         * mini-<ARCH>.c aot-compiler.c: Update after the above changes.
781
782 2010-04-30  Zoltan Varga  <vargaz@gmail.com>
783
784         * debugger-agent.c (type_commands): Add a new CMD_TYPE_GET_SOURCE_FILES_2
785         command which returns full path names.
786
787 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
788
789         * tramp-x86.c (mono_arch_create_generic_class_init_trampoline_full): Set the
790         code_size output variable.
791
792         * mini-x86.c (mono_arch_emit_prolog): Compute the GOT addr before calling
793         mono_get_lmf_addr.
794         
795 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
796
797         * mini-x86.c (mono_arch_emit_prolog): Remove a disable_aot which is not needed.
798         (mono_arch_cpu_optimizazions): Make this a no-op when running with full aot.
799         (mono_arch_cpu_enumerate_simd_versions): Ditto.
800
801 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
802
803         * image-writer.c (asm_writer_emit_alignment): Use ilog2 for alignments for the
804         apple assembler.
805
806 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
807
808         * mini-x86.c (mono_arch_emit_prolog): Avoid an assert in full-aot mode.
809
810 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
811
812         * aot-runtime.c (load_function): Use TARGET_X86 instead of __i386__.
813
814 2010-04-28  Zoltan Varga  <vargaz@gmail.com>
815
816         * aot-compiler.c (emit_got_info): Double the buffer size to avoid an assert.
817
818 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
819
820         * dwarfwriter.c (emit_line_number_info): Get rid of the usage of GArray, so
821         line number support works with eglib.
822
823 2010-04-27  Miguel de Icaza  <miguel@novell.com>
824
825         * driver.c, mini.c: Since linking with LLVM makes the default Mono
826         dirty an extra 70kb pages on startup we are now going to choose a
827         different strategy: ship mono and mono-llvm binaries, with the
828         second being the one that links with LLVM and defaults to LLVM
829         being enabled.
830
831 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
832
833         * tramp-x86.c exceptions-x86.c mini-x86.c aot-compiler.c aot-runtime.c: 
834         Implement full-aot support on x86.
835
836         * method-to-ir.c: Always use a got var on x86 too, just like on ppc, because the
837         trampolines depend on it. Use MONO_ARCH_GOT_REG as the got register, instead of
838         the first register returned by get_global_int_regs ().
839
840         * cpu-x86.md: Fix the length of insertx_u1_slow.
841
842         * iltests.il.in: Disable tail call tests when running with full-aot.
843
844 2010-04-26  Zoltan Varga  <vargaz@gmail.com>
845
846         * method-to-ir.c (mono_op_to_op_imm_noemul): Fix a warning.
847
848 2010-04-24  Mark Probst  <mark.probst@gmail.com>
849
850         * mini.c, driver.c: Initialize mono_use_llvm in mono_main(), not
851         in the initializer, because it's non-constant.
852
853 2010-04-23  Miguel de Icaza  <miguel@novell.com>
854
855         * mini.c: Use MONO_USE_LLVM as an environment flag to turn the use
856         of LLVM on by default.   Used for buildbots and other setups.
857
858 2010-04-24  Zoltan Varga  <vargaz@gmail.com>
859
860         * mini.c: Set mono_use_llvm to FALSE even if mono is compiled with LLVM.
861
862 2010-04-23  Kornel Pal  <kornelpal@gmail.com>
863
864         * method-to-ir.c (mono_method_to_ir): Enable inlining of pointer-sized unmanaged
865         initonly static fields when using moving GC.
866
867         Contributed under MIT/X11 license.
868
869 2010-04-23  Geoff Norton  <gnorton@novell.com>
870
871         * mini-amd64.h: Darwin x86_64 support.
872
873 2010-04-20  Jonathan Pryor  <jpryor@novell.com>
874
875         * exceptions-arm.c: Remove platform checks in favor of configure checks.
876
877 2010-04-19  Jonathan Pryor  <jpryor@novell.com>
878
879         * exceptions-arm.c: Add Android support for sigcontext structure.
880
881 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
882
883         * mini.c (mono_jit_compile_method_inner): Implement the check for native func
884         wrappers correctly now that their wrapper info is NULL.
885
886 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
887
888         * mini.c (mono_jit_compile_method_inner): Avoid calling
889         mono_marshal_method_from_wrapper () for native func wrappers. Fixes #597189.
890
891 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
892
893         * genmdesc.c (inst_name): Define this as a copy of mono_inst_name in helpers.c,
894         so the latter can be #ifndef DISABLE_JIT-ed.
895
896         * helpers.c: Comment out the opstr array if DISABLE_JIT is set.
897
898 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
899
900         * method-to-ir.c driver.c: Disable a few more things when DISABLE_JIT is set.
901
902 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
903
904         * mini-llvm.c (emit_entry_bb): Fix support for simd arguments passed on the
905         stack.
906
907 2010-04-15  Zoltan Varga  <vargaz@gmail.com>
908
909         * debugger-agent.c (type_commands): Call mono_class_setup_methods () before
910         calling mono_class_num_methods (). Fixes #592244.
911
912 2010-04-14  Zoltan Varga  <vargaz@gmail.com>
913
914         * mini-x86.c (mono_arch_get_llvm_call_info): Handle empty structures correctly.
915
916         * mini-llvm.c: Disable LLVM for calls with non-default calling conventions.
917
918 2010-04-14  Zoltan Varga  <vargaz@gmail.com>
919
920         * method-to-ir.c (handle_box_inst): Merge into handle_box, simplify the merged
921         version.
922         * (handle_alloc): Ditto.
923         (mono_method_to_ir): Remove the constrained call restriction added by a previous
924         change, its not needed anymore.
925
926 2010-04-12  Zoltan Varga   Kumpera  <rkumpera@novell.com>
927
928         * mini-posix.c (sigusr1_signal_handler): Fix build on
929         non x86/amd64 systems.
930
931 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
932
933         * method-to-ir.c (mono_method_to_ir): Disable generic sharing for constrained
934         calls where the constrained class needs a context. Fixes #595863.
935
936         * iltests.il.in: Add a test.
937
938 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
939
940         * mini.c (mini_method_compile): Disable llvm+methods with clauses again, llvm
941         2.6/SVN seems to have broken support for them.
942
943 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
944
945         * mini-llvm.c: Fix support for LLVM 2.6.
946
947 2010-04-10  Zoltan Varga  <vargaz@gmail.com>
948
949         * debugger-agent.c (thread_commands): Add a GET_ID command to get the
950         MonoInternalThread belonging to the thread.
951
952 Fri Apr 9 15:28:01 CEST 2010 Paolo Molaro <lupus@ximian.com>
953
954         * driver.c, optflags-def.h, ir-emit.h: introduce an unsupported
955         unsafe optimization that will remove bound checks.
956
957 2010-04-08  Kornel Pal  <kornelpal@gmail.com>
958
959         * method-to-ir.c (mini_emit_inst_for_method): Fix a typo that caused
960         CompareExchange not to be inlined for I8.
961
962         Contributed under MIT/X11 license.
963
964 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
965
966         * array.cs: Add tests for cast between primitive array types.
967
968 2010-04-07 Andreia Gaita  <avidigal@novell.com>
969
970         * Makefile.am: create a convenience library for moon to link with
971
972 2010-04-07 Paolo Molaro <lupus@ximian.com>
973
974         * method-to-ir.c: optimize array accesses from generic interfaces.
975
976 2010-04-06  Zoltan Varga  <vargaz@gmail.com>
977
978         * mini-llvm.c: Update after the memset/memcpy intrinsics changes in LLVM SVN.
979
980 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
981
982         * method-to-ir.c (mono_method_to_ir): Handle call to virtual final methods
983         of marshalbyref classes.
984
985         Fixes #515884.
986
987 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
988
989         * aot-compiler.c (emit_exception_debug_info): Encode try holes
990         information.
991
992         * aot-runtime.c (decode_exception_debug_info): Decode try holes
993         information.
994
995         * mini.h: Increase AOT version.
996
997 2010-04-04  Andreas Faerber  <andreas.faerber@web.de>
998
999         * mini-x86.h: Only enable soft debugger when using sigaction or on
1000         Windows. Fixes build on Haiku (lacks siginfo_t).
1001
1002         Code is contributed under MIT/X11 license.
1003
1004 2010-04-02  Andreas Faerber  <andreas.faerber@web.de>
1005
1006         * mini.h, mini-x86.h: Suppress sigaction for Haiku, add support for
1007         BeOS-style signal handlers.
1008
1009         Code is contributed under MIT/X11 license.
1010         
1011 2010-04-02  Zoltan Varga  <vargaz@gmail.com>
1012
1013         * mini-posix.c (sigusr1_signal_handler): Fix openbsd support.
1014
1015 2010-04-01 Rodrigo Kumpera  <rkumpera@novell.com>
1016
1017         * mini-exceptions.c: Fix win32 build.
1018
1019 2010-04-01  Mark Probst  <mark.probst@gmail.com>
1020
1021         * mini.c, driver.c: Call mono_gc_base_init() before
1022         mono_debug_init().
1023
1024 2010-04-01  Sebastien Pouliot  <sebastien@ximian.com>
1025
1026         * method-to-ir.c (ensure_method_is_allowed_to_[access_field|
1027         call_method]): Delegate the actual work in security-core-clr.c
1028         to ease code sharing.
1029
1030 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1031
1032         * decompose.c (mono_decompose_opcode): Set the cfg exception if the unsupported
1033         float conv.ovf.un opcodes are encountered, instead of asserting later.
1034         Fixes #566296.
1035
1036 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1037
1038         * decompose.c (mono_decompose_opcode): Add OP_ICONV_TO_U4_UN as a no-op.
1039
1040         * iltests.il.in: Add a test.
1041
1042 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1043
1044         * mini-amd64.c (mono_arch_emit_call): Fail compilation if an argument is too
1045         large. Fixes #567040.
1046
1047         * method-to-ir.c: Call CHECK_CFG_EXCEPTION after emitting a call.
1048
1049 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1050
1051         * method-to-ir.c (handle_ccastclass): Call save_cast_details (). Fixes
1052         #592711.
1053
1054 2010-03-31 Rolf Bjarne Kvinge <RKvinge@novell.com>
1055
1056         * mini-trampolines.c: Surround mono_handler_block_guard_trampoline and
1057         mono_create_handler_block_trampoline with the proper #ifdef so that it
1058         compiles on amd64.
1059
1060 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1061
1062         * mini-exceptions.c: Introduce mono_walk_stack_full, which
1063         allows to select if it's new or old context that is passed to 
1064         the callback.
1065
1066         * mini-exceptions.c (mono_handle_exception_internal): Handle the
1067         case when executing a guarded handler from the EH machinery.
1068
1069         * mini-exceptions.c (mono_install_handler_block_guard): New function
1070         responsible for checking for handler blocks, installing the guard and
1071         clearing abort state.
1072
1073         * mini-posix.c (sigusr1_signal_handler): Call mono_install_handler_block_guard
1074         to check for handler blocks and skip interruption logic if one was found.
1075
1076         * mini-trampolines.c (mono_handler_block_guard_trampoline): Function called
1077         by the handler block guard trampoline. Resumes interruption by raising the
1078         pending ThreadAbortException.
1079
1080         * mini.c (create_jit_info): Calculate the end address of a finally block.
1081
1082         * mini-x86.c (mono_arch_install_handler_block_guard): Patch the return address
1083         of a finally block to a specified address and return the old one.
1084
1085         * tramp-x86.c (mono_arch_create_handler_block_trampoline): The handler block
1086         trampoline patches the original return address and calls the trampoline function.
1087
1088 2010-03-30  Zoltan Varga  <vargaz@gmail.com>
1089
1090         * mini-trampolines.c (mono_aot_trampoline): Remove some dead code.
1091
1092         * aot-runtime.c (mono_aot_patch_plt_entry): New helper function, which only
1093         does the patching if the callee is in the same domain.
1094
1095         * aot-runtime.c mini-trampolines.c: Call mono_aot_patch_plt_entry instead
1096         of mono_arch_patch_plt_entry ().
1097
1098 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1099
1100         * mini.c (create_jit_info): Fix try block hole length encoding.
1101
1102 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1103
1104         * mini.c (create_jit_info): Emit saner debug spew. Now it doesn't
1105         duplicate information and print offsets instead of absolute addresses.
1106
1107 2010-03-29  Zoltan Varga  <vargaz@gmail.com>
1108
1109         * debugger-agent.c (jit_end): Send type loads for types loaded before the VMStart
1110         event is sent. Fixes #591733.
1111
1112 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1113
1114         * mini-posix.c (SIG_HANDLER_SIGNATURE): Handle the case when ctx is NULL on
1115         OpenBSD.
1116
1117 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1118
1119         * debugger-agent.c (mono_debugger_agent_init): Set the GC type of the
1120         thread_to_tls hash table.
1121
1122         * image-writer.c (bin_writer_emit_writeout): Fix the size of the got.plt
1123         section. Fixes #591000.
1124
1125 2010-03-26  Andreas Faerber  <andreas.faerber@web.de>
1126
1127         * Makefile.am (version.h): Check for pure .git directory only,
1128         fixes SVN revision when using git without git-svn.
1129
1130         Contributed under MIT/X11 license.
1131
1132 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1133
1134         * aot-runtime.c: Apply some openbsd changes from openbsd ports.
1135
1136 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1137
1138         * basic-simd.cs: Test for vector x scalar binary operators.
1139
1140 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1141
1142         * simd-intrincs.c (simd_intrinsic_emit_binary): Support binary
1143         intrinsics with expanded scalar arguments.
1144
1145 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1146
1147         * mini-exceptions.c (get_exception_catch_class): Non catch clauses
1148         don't have an exception class, so don't decode it. This would crash
1149         with filter clauses.
1150
1151 2010-03-24  U-anarquia\miguel  <miguel@anarquia>
1152
1153         Make sure that trunk builds with DISABLE_JIT, an update to the
1154         PlayStation 3 port.
1155         
1156         * mini.c (mini_get_shared_method): this code seems to be necessary
1157         regardless of whether DISABLE_JIT has been defined.
1158
1159         (mono_jit_compile_method_inner): it seems that this method is
1160         required even in full AOT mode, so ifdef out only the pieces that
1161         try to genrate code (the body of code that applies patches to the
1162         code).  
1163
1164         (mini_method_compile): do not compile when using DISABLE_JIT.
1165
1166         * mini-ppc.c (mono_arch_get_allocatable_int_vars)
1167         (mono_arch_output_basic_block, mono-arch_emit_exceptions): Do not
1168         compile when DISABLE_JIT is set.
1169
1170 2010-03-24  Mark Probst  <mark.probst@gmail.com>
1171
1172         * mini.c (mono_create_tls_get): Only create a TLS operation if the
1173         arch really supports it.
1174
1175 2010-03-24  Mark Probst  <mark.probst@gmail.com>
1176
1177         * mini-x86.c, mini-x86.h, mini.c: CEE_MONO_TLS support for Darwin/x86.
1178
1179 2010-03-23  Neale Ferguson <neale@sinenomine.net>
1180
1181         * exceptions-s390x.c: Add support for
1182         mono_arch_get_throw_corlib_exception and fix throw by name.
1183
1184         * mini-s390x.c: Add IMT support; Fix stack parameter passing
1185         logic (especially for varargs); Correct localloc sizing; Add
1186         mono_arch_get_this_arg_from_call and
1187         mono_arch_get_this_arg_from_call.
1188
1189         * mini-s390x.h: Add support for facility list extraction;
1190         Correct/update MONO_ARCH_xxx settings.
1191
1192         * mini-s390.c: Minor corrections to instruction output for
1193         varargs. No IMT implementation - I think it's time to deprecate
1194         s390 and just leave s390x.
1195
1196         * tramp-s390x.c: Correct creation of trampoline instruction
1197
1198
1199         * cpu-s390x.md: Update some instruction lengths
1200
1201 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1202
1203         * mini-generic-sharing.c (fill_in_rgctx_template_slot): Remove an assert which
1204         can be hit with partial sharing.
1205
1206         * mini-generic-sharing.c (get_shared_class): Handle partially shared methods
1207         in non-shared classes correctly.
1208         (generic_inst_is_sharable): Allow all primitive types in partial sharing.
1209         Turn on partial sharing.
1210
1211 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1212
1213         * mini-amd64.h: Put back MONO_ARCH_NOMAP32BIT for OpenBSD which was removed
1214         by mistake.
1215
1216 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1217
1218         * method-to-ir.c (mono_method_to_ir): Handle the failure of
1219         mono_method_signature ().
1220
1221         * mini-trampolines.c (mono_delegate_trampoline): Ditto.
1222
1223         * mini.c (mini_method_compile): Get the signature of cfg->method early with
1224         error checking, so later calls do not need error checking.
1225
1226 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1227
1228         * exceptions-amd64.c: Add support for OpenBSD which has no UCONTEXT_GREGS.
1229
1230         * mini-amd64.h: Enable MONO_ARCH_USE_SIGACTION on OpenBSD as well.
1231
1232 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1233
1234         * mini-exceptions.c (mono_handle_exception_internal): Don't
1235         check try_end for archs different than s390. 
1236
1237         * mini.c (create_jit_info): Don't crash if the finallt block is the
1238         last one.
1239
1240 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1241
1242         * driver.c (mono_main): Don't free global codeman under linux since
1243         glic now peeks at code on stack for more archs than just amd64.
1244
1245 Mon Mar 22 18:09:09 CET 2010 Paolo Molaro <lupus@ximian.com>
1246
1247         * mini.c, method-to-ir.c: changes to support compressed interface
1248         bitmaps.
1249
1250 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1251
1252         * mini-x86.h: Applied patch from Robert Nagy (Robert@openbsd.org).
1253         Use sigaction on OpenBSD too.
1254
1255 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1256
1257         * debugger-agent.c (event_req_matches_assembly): Handle request modifiers too.
1258
1259 2010-03-21  Andreas Faerber  <andreas.faerber@web.de>
1260
1261         * debugger-agent.c: #include sys/select.h for fd_set.
1262
1263         Code is contributed under MIT/X11 license.
1264
1265 2010-03-21  Zoltan Varga  <vargaz@gmail.com>
1266
1267         * mini.c (SIG_HANDLER_SIGNATURE): Fix the build on platforms without sigaction
1268         (openbsd+amd64 ?).
1269
1270 2010-03-21  Zoltan Varga  <vargaz@gmail.com>
1271
1272         * mini-ppc.c (mono_arch_emit_exceptions): Avoid an assert in ppc_patch () for
1273         some large methods with lots of exception handlers. Fixes #440924.
1274
1275 Sat Mar 20 11:56:24 CET 2010 Paolo Molaro <lupus@ximian.com>
1276
1277         * method-to-ir.c: remove code duplication for interface checks.
1278
1279 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1280
1281         * debugger-agent.c (clear_event_requests_for_assembly): New helper function.
1282         (assembly_unload): Clear all event requests referencing the to-be unloaded
1283         assembly.
1284
1285
1286 Fri Mar 19 16:45:20 CET 2010 Paolo Molaro <lupus@ximian.com>
1287
1288         * mini.h, mini-exceptions.c: restore the state of the stack
1289         guard page permissions.
1290
1291 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1292
1293         * mini-trampolines.c (common_call_trampoline): Remove the condition guarding the
1294         call site patching code, it doesn't appear to be needed.
1295
1296 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1297
1298         * mini-generic-sharing.c: Add infrastructure for partial sharing, ie.
1299         sharing generic methods whose type arguments are a mix of reference and
1300         non-reference types. Not yet turned on.
1301
1302         * mini.c (mini_get_shared_method): New helper function to return
1303         the method which will be compiled/registered in the JIT tables when doing
1304         generic sharing.
1305         (mono_domain_lookup_shared_generic): Moved to mini.c from mini-generic-sharing.c,
1306         use mini_get_shared_method ().
1307
1308         * mini.c (mini_method_compile): Register the same method which is compiled when
1309         doing generic sharing.
1310
1311         * mini.c aot-compiler.c aot-runtime.c: Add support for partial sharing.
1312
1313         * generics.cs: Add partial sharing tests.
1314
1315 2010-03-17 Jerry Maine  <crashfourit@gmail.com>
1316
1317         * mini.h : Changed the SIMD_VERSION* enum values to match those in Mono.Simd.AccelMode.
1318                    Add an enum value that or's all possable values together. Add an enum value
1319                    that marks the end of the used bit indexes.
1320
1321         * mini-amd64.c : Make changes to match the changes in mini.h 
1322
1323         * mini-x86.c : Make changes to match the changes in mini.h
1324
1325         * simd-intrinsics.c : Reorder the SimdIntrinsc struct to add more bits to
1326                    simd_version to support more simd versions. Changed the name of
1327                    simd_version to simd_version_flags to make it more intuitive that
1328                    it now contains bit flags. Reordered the *_intrinsics arrays to
1329                    match the changes above. Changed emit_intrinsics() to use the new
1330                    setup mentioned above.
1331
1332         Code is contributed under MIT/X11 license.
1333
1334 2010-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
1335
1336         * mini-*.c (mono_arch_output_basic_block): Record try block holes on all
1337         remaining archs. Alpha and hppa maintainers, please stand up.
1338
1339 2010-03-17  Zoltan Varga  <vargaz@gmail.com>
1340
1341         * mini-ppc.c (mono_arch_build_imt_thunk): Always save and restore r11 since it
1342         is needed even when fail_tramp!=NULL.
1343
1344 2010-03-17  Zoltan Varga  <vargaz@gmail.com>
1345
1346         * debugger-agent.c (insert_breakpoint): Write a log message.
1347
1348 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1349
1350         * iltests.il.in: Add a few tests for LEAVE going over multiple
1351         finally clauses.
1352
1353 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1354
1355          * mini-x86.c (mono_arch_output_basic_block): Record try block holes.
1356
1357 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1358
1359         * mini.h (MonoBasicBlock): Add native_length field.
1360         * mini.h (MonoCompile): Add try_block_holes field.
1361         * mini.h (MonoInst): Add exception_clause pointer to
1362         the data union.
1363
1364         * mini.c (mono_codegen): Calculate MonoBasicBlock::native_length.
1365         * mini.c (mono_cfg_add_try_hole): New function to register possible
1366         holes in try blocks.
1367         * mini.c (create_jit_info): Fill in the holes information.
1368
1369         * mini-exceptions.c: Verify for holes when checking if an IP is covered
1370         by a try block.
1371
1372         * method-to-ir.c: Add the EH clause to the CALL_HANDLE instruction.
1373
1374 Tue Mar 16 13:16:16 CET 2010 Paolo Molaro <lupus@ximian.com>
1375
1376         * jit-icalls.c: adjusted for the array API changes.
1377
1378 2010-03-16  Zoltan Varga  <vargaz@gmail.com>
1379
1380         * iltests.il.in: Disable the fconv_to_i test on sparc too.
1381
1382 2010-03-16  Zoltan Varga  <vargaz@gmail.com>
1383
1384         * debugger-agent.c: Simplify the way breakpoints are processed by removing
1385         the 'pending' flag. This fixes support for appdomains too.
1386
1387
1388 Mon Mar 15 18:25:49 CET 2010 Paolo Molaro <lupus@ximian.com>
1389
1390         * mini-amd64.c, mini-ia64.c: remove direct access to method->header.
1391
1392 2010-03-12  Zoltan Varga  <vargaz@gmail.com>
1393
1394         * simd-intrinsics.c (simd_intrinsic_emit_getter): Don't emit shuffle opcodes
1395         when using LLVM, LLVM generates it itself when needed.
1396
1397         * mini-llvm-cpp.cpp (mono_llvm_build_aligned_load): New helper function.
1398
1399         * mini-llvm.c: Use an unaligned load for OP_LOADX_MEMBASE. Add zero extension
1400         to some OP_EXTRACT_ opcodes. Fix the naming of some sse intrinsics. Fix
1401         OP_ANDNPS/OP_ANDNPD.
1402
1403 2010-03-11  Zoltan Varga  <vargaz@gmail.com>
1404
1405         * tramp-x86.c (mono_arch_create_monitor_enter_trampoline_full): Use 'code' for
1406         the pc instead of 'buf'. Fix the call to mono_arch_flush_icache ().
1407         (mono_arch_create_monitor_exit_trampoline_full): Ditto.
1408
1409 2010-03-11  Martin Baulig  <martin@ximian.com>
1410
1411         * debugger-agent.c (type_commands): Add NULL check to
1412         `CMD_TYPE_GET_SOURCE_FILES'.
1413
1414 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1415
1416         * mini-ppc.c (mono_arch_decompose_opts): Fix OP_ICONV_TO_R_UN when cross-compiling.
1417
1418 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1419
1420         * mini-codegen.c (mono_peephole_ins): Fix the OP_FMOVE optimization. Fixes
1421         #586664.
1422
1423         * iltests.il.in: Add a test.
1424
1425 2010-03-05  Martin Baulig  <martin@ximian.com>
1426
1427         Add support for aborting invocations.
1428
1429         * debugger-agent.c
1430         (InvokeData): Added `InvokeData *last_invoke'.
1431         (DebuggerTlsData): Renamed `invoke' into `pending_invoke' and
1432         added a new `invoke' field to keep the `InvokeData *' throughout
1433         the invocation.
1434         (ErrorCode): Added `ERR_NO_INVOCATION'.
1435         (CmdVM): Added `CMD_VM_ABORT_INVOKE'.
1436         (mono_debugger_agent_handle_exception): Don't report any exception
1437         if an abort was requested.
1438         (invoke_method): Store the `InvokeData *' in `tls->invoke'; reset
1439         a thread abort if necessary.
1440         (vm_commands): Implement `CMD_VM_ABORT_INVOKE'.
1441
1442 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1443
1444         * method-to-ir.c: Store the initial basic block returned by mono_basic_block_split
1445         so we can release the whole list and not just the first one. Free
1446         it in more places as well.
1447
1448 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1449
1450         * method-to-ir.c: Revert r153222 as it doesn't belong here.
1451
1452 Mon Mar 8 17:58:26 CET 2010 Paolo Molaro <lupus@ximian.com>
1453
1454         * mini.h, *.c: prepare for MonoMethodHeader to become a transient entity.
1455
1456 Mon Mar 8 17:35:26 CET 2010 Paolo Molaro <lupus@ximian.com>
1457
1458         * driver.c: report also other misc build options.
1459
1460 2010-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
1461
1462         * method-to-ir.c: Generate better code for the NewObject
1463         intrinsic.
1464         
1465 2010-03-07  Zoltan Varga  <vargaz@gmail.com>
1466
1467         * branch-opts.c (mono_if_conversion): Disable one of the cases when deadce
1468         is disabled. Fixes #582322.
1469
1470         * iltests.il.in: Add a test.
1471
1472 2010-03-06  Zoltan Varga  <vargaz@gmail.com>
1473
1474         * tramp-amd64.c (mono_arch_create_monitor_exit_trampoline_full): Delegate
1475         the handling of obj->synchronization == null and owner != current thread to
1476         mono_monitor_exit ().
1477
1478         * tramp-x86.c (mono_arch_create_monitor_exit_trampoline_full): Ditto.
1479
1480
1481 Sat Mar 6 18:14:15 CET 2010 Paolo Molaro <lupus@ximian.com>
1482
1483         * mini.c: change the way emulated opcode info is stored and save about
1484         4 KB of runtime memory.
1485
1486 2010-03-04  David S. Miller  <davem@davemloft.net>
1487
1488        * mini-sparc.h: Always use MONO_ARCH_USE_SIGACTION.  Linux kernels
1489        that don't provide the siginfo in the second signal handler argument
1490        are buggy, and this has been fixed for years.
1491        * mini.h (GET_CONTEXT): Remove __sparc__ special case.
1492        (SIG_HANDLER_SIGNATURE, SIG_HANDLER_PARMS): Likewise.
1493
1494 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1495
1496         * aot-runtime.c (find_symbol): Fix a leak.
1497         (decode_patch): Ditto.
1498
1499 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1500
1501         * mini.h (MONO_INST_IS_TEMP): Kill this unused define.
1502
1503 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1504
1505         * mini.c (mono_resolve_patch_target): Fix an uninitialized variable.
1506
1507 Wed Mar 3 19:19:21 CET 2010 Paolo Molaro <lupus@ximian.com>
1508
1509         * method-to-ir.c: MONO_PROFILE_STRING_ALLOC is dead.
1510
1511 2010-03-03  Rodrigo Kumpera  <rkumpera@novell.com>
1512
1513         * method-to-ir.c (mono_method_to_ir): Don't create a runtime vtable
1514         to check for errors, it's enough to create the metadata open.
1515
1516         Fixes #562150
1517
1518 2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1519
1520         * trace.c|h:
1521         * mini-exceptions.c: Add support for printing stack traces when handling
1522         exceptions, and when printing exceptions thrown while tracing also print
1523         the exception message.
1524
1525 2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1526
1527         * trace.c: We need to parse exclude tokens ('-') before string tokens,
1528         since the exclude token is a valid string character.
1529
1530 2010-03-02  Levi Bard  <levi@unity3d.com>
1531
1532         * debugger-agent.c: Invalidate thread stacks on domain unload.
1533
1534 2010-03-02  Mark Probst  <mark.probst@gmail.com>
1535
1536         * method-to-ir.c: Emit dummy_use for stored reference after write
1537         barriers to make sure the object is pinned if the GC interrupts
1538         before the write barrier is done.
1539
1540 2010-03-02  Zoltan Varga  <vargaz@gmail.com>
1541
1542         * cpu-<ARCH>.md: dummy_use was missing src1:i.
1543
1544 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1545
1546         * debugger-agent.c: Add a log message printing the protocol version.
1547
1548 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1549
1550         * debugger-agent.c: Add a new command to communicate the protocol version used
1551         by the client. This could be used to allow newer runtimes to communicate with
1552         older clients.
1553
1554 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1555
1556         * debugger-agent.c (domain_commands): Add a new command to create a boxed value.
1557
1558 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1559
1560         * debugger-agent.c (type_commands): Fix the setting of fields with a reference
1561         type.
1562
1563 Mon Mar 1 15:20:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1564
1565         * mini-arm.c: make the arm cpu arch configurable with the
1566         MONO_CPU_ARCH env var (for example: "armv4 thumb").
1567         Bug #584198.
1568
1569 Mon Mar 1 14:48:35 CET 2010 Paolo Molaro <lupus@ximian.com>
1570
1571         * mini.c, mini.h, driver.c: added the --jitmap option to enable
1572         support for the perf tool on Linux.
1573
1574 Mon Mar 1 14:43:55 CET 2010 Paolo Molaro <lupus@ximian.com>
1575
1576         * method-to-ir.c: make string.InsertenalSetChar() specialization
1577         effective.
1578
1579 2010-03-01  Robert Jordan  <robertj@gmx.net>
1580
1581         * Makefile.am: fix the non-static build.
1582
1583 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1584
1585         * mini-generic-sharing.c: Move the contents of ../metadata/generic-sharing.c
1586         here.
1587
1588 2010-02-26  Robert Jordan  <robertj@gmx.net>
1589
1590         * tasklets.c (continuation_store): Return from an error condition
1591         immediately.
1592
1593 2010-02-26  Martin Baulig  <martin@ximian.com>
1594
1595         * debug-debugger.c (MonoDebuggerInfo): Added `abort_runtime_invoke'.
1596
1597         * debug-mini.c
1598         (MonoDebuggerThreadInfo): Added `internal_flags'.
1599         (MonoDebuggerInternalThreadFlags): New enum.
1600         (_mono_debugger_throw_exception): Don't signal the debugger if a
1601         type abort was requested.
1602         (_mono_debugger_unhandled_exception): Likewise.
1603         (mono_debugger_abort_runtime_invoke): New method to abort an invocation.
1604         (mono_debugger_runtime_invoke): If the debugger requested a thread
1605         abort during the invocation, reset it here.
1606
1607 2010-02-26  Martin Baulig  <martin@ximian.com>
1608
1609         * debug-mini.c (MonoDebuggerThreadInfo): Use `MonoInternalThread *'
1610         instead of `MonoThread *'.
1611
1612 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1613
1614         * aot-runtime.c (mono_aot_find_jit_info): Use a merge sort for sorting the
1615         code offsets table, as it is mostly sorted.
1616
1617 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1618
1619         * debugger-agent.c (do_invoke_method): Fix invoking of static methods on vtypes.
1620         Fixes #582991.
1621
1622 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1623
1624         * driver.c (mono_main): Get rid of mono_setup_vtable_in_class_init.
1625
1626 Wed Feb 24 15:58:03 CET 2010 Paolo Molaro <lupus@ximian.com>
1627
1628         * Makefile.am: build the new ABI version of the libmono library.
1629         * debugger-agent.c, mini.c: fix warnings with the new API.
1630         * jit.h: don't depend on glib.h being included.
1631
1632 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1633
1634         * method-to-ir.c (mono_method_to_ir): Implement AOT support for fast TLS access.
1635
1636 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1637
1638         * method-to-ir.c (mono_method_to_ir): Implement support for fast access to
1639         ThreadStatic variables.
1640
1641 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1642
1643         * debugger-agent.c (notify_thread): Skip terminated threads, since their tls
1644         data is not freed yet. Fixes #582460.
1645
1646 2010-02-23  Zoltan Varga  <vargaz@gmail.com>
1647
1648         * debugger-agent.c: Add support for the caught/uncaught flags on exception
1649         event requests. Bump protocol minor version.
1650
1651 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1652
1653         * decompose.c (mono_decompose_long_opts): Handle OP_LCONV_TO_OVF_I8 here too.
1654
1655 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1656
1657         * decompose.c (mono_decompose_opcode): Handle OP_LCONV_TO_OVF_I8. Fixes
1658         #581950.
1659
1660         * iltests.il.in: Add a test.
1661
1662 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1663
1664         * mini.c (inline_method): Check for loader errors.
1665
1666 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1667
1668         * mini.c (mono_method_check_inlining): Use !mono_method_get_header_summary
1669         instead of mono_method_get_header as it doesn't decode locals
1670         so the called method can have unresolved dependencies that will only
1671         be satisfied after the current method is JIT'd.
1672
1673         Fixes #550968.
1674
1675 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1676
1677         * basic.cs (test_0_div_opt): Speed this up a bit.
1678
1679 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1680
1681         * mini-amd64.c: Fix DISABLE_JIT support after the latest changes.
1682
1683         * mini.c (mono_jit_create_remoting_trampoline): Call
1684         mono_create_specific_trampoline () instead of
1685         mono_arch_create_specific_trampoline ().
1686
1687         * mini-trampolines.c tramp-arm.c: Disable more stuff when DISABLE_JIT is set.
1688
1689 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1690
1691         * unwind.c (mono_unwind_get_cie_program): New function, moved here from
1692         aot-compiler.c, so it can be found even if DISABLE_JIT is set.
1693
1694         * aot-compiler.c xdebug.c: Update callers of mono_arch_unwind_get_cie_program ().
1695
1696         * mini-amd64.c: Fix DISABLE_JIT support.
1697
1698 2010-02-20  Geoff Norton  <gnorton@novell.com>
1699
1700         * aot-runtime.c: Ensure we dont leak a held lock when unwinding exceptions.
1701
1702 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1703
1704         * debugger-agent.c (mono_debugger_agent_handle_exception): Receive two contexts,
1705         one for the throw and one for the catch. Mark uncaught exceptions by a NULL
1706         CATCH_TXT. Send normal exception events for unhandled exceptions too.
1707         (mono_debugger_agent_handle_unhandled_exception): Remove this, merged into
1708         handle_exception.
1709
1710 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1711
1712         * exceptions-x86.c (mono_arch_get_restore_context): Changes this so it restores
1713         edx/ecx too. This is needed to support OP_SEQ_POINT.
1714
1715 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1716
1717         * exceptions-amd64.c (get_throw_trampoline): Add xdebug info.
1718
1719         * method-to-ir.c (mono_method_to_ir): Fix SIZEOF in dynamic methods.
1720
1721 2010-02-16  Zoltan Varga  <vargaz@gmail.com>
1722
1723         * mini-llvm.c aot-compiler.c aot-runtime.c unwind.c: Finish support
1724         LLVM+AOT+exceptions, not enabled yet.
1725
1726 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1727
1728         * mini.c (SIG_HANDLER_SIGNATURE): Fix the windows build.
1729
1730 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1731
1732         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Emit
1733         xdebug info for these.
1734
1735         * mini-trampolines.c (common_call_trampoline): Use mini_jit_info_table_find ()
1736         in a few places.
1737
1738         * mini.c (mini_get_vtable_trampoline): Make this take a 'slot_index' argument,
1739         not used yet.
1740
1741 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1742
1743         * aot-compiler.c (load_profile_files): Update after the profiler changes.
1744
1745 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1746
1747         * mini.c (mono_jit_compile_method_inner): Avoid passing icall wrappers to
1748         mono_profiler_method_end_jit, since the profiler has no way to process wrappers.
1749
1750         * aot-runtime.c mini.c: Resurrect the aot pagefault profiling stuff, it is useful
1751         for mtouch.
1752
1753 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
1754
1755         * debugger-agent.c: handle incomplete reads and EINTR in
1756         recv()/send(). This could have been causing random
1757         disconnections.
1758
1759 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1760
1761         * aot-runtime.c (decode_exception_debug_info): Fix aot support for sequence
1762         points.
1763
1764         * mini-arm.c (mono_arch_allocate_vars): Allocate the seq point related vars first
1765         so they have small offsets. Fixes #566311.
1766
1767 2010-02-12  Rodrigo Kumpera  <rkumpera@novell.com>
1768
1769         * method-to-ir.c (mono_method_check_inlining): Check for loader errors.
1770
1771 2010-02-11  Zoltan Varga  <vargaz@gmail.com>
1772
1773         * mini-amd64.c: Remove the special casing of byref in a few places now that
1774         mini_type_get_underlying_type () handles it.
1775
1776         * mini-generic-sharing.c (mini_type_get_underlying_type): Handle byref as well
1777         by returning native int. Fixes #577984.
1778
1779 2010-02-11  Zoltan Varga  <vargaz@gmail.com>
1780
1781         * method-to-ir.c (handle_isinst): Factor out the is_complex_isinst check into
1782         a macro.
1783
1784         * mini-llvm.c (exception_cb): Put the clause index into the type info instead
1785         of putting the clause itself.
1786
1787         * mini-arm.c mini.c linear-scan.c: Disable more stuff when DISABLE_JIT is used.
1788
1789 2010-02-09  Zoltan Varga  <vargaz@gmail.com>
1790
1791         * unwind.c (mono_unwind_frame): Use read32 for reading a 32 bit value, since it
1792         might be unaligned.
1793
1794 2010-02-10  Geoff Norton  <gnorton@novell.com>
1795
1796         * aot-compiler.c: Make the number of IMT trampolines configurable as well.
1797
1798 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
1799
1800         * aot-compiler.c (emit_code): Create the ut trampolines here, so they work for
1801         llvm methods too.
1802
1803         * aot-compiler.c (emit_code): Don't add the llvm label prefix to 'methods', since
1804         it is not an LLVM generated symbol.
1805
1806         * mini-llvm.c (emit_entry_bb): Fix the handling of simd types.
1807
1808         * method-to-ir.c (handle_castclass): Turn off the more efficient isinst/castclass
1809         implementation in gshared mode because it causes regressions.
1810
1811         * mini-trampolines.c: Add a stat for the number of calls to trampolines.
1812
1813         * image-writer.c (asm_writer_emit_global): Don't prepend the global prefix, it
1814         should be done by the caller.
1815
1816         * mini-llvm.c (mono_llvm_emit_method): Don't make the debug symbols global.
1817
1818         * aot-compiler.c (emit_code): Add the llvm label prefix before 'methods'.
1819
1820         * mini-exceptions.c (mini_jit_info_table_find): Search the root domain as well,
1821         since mono_jit_info_table_find () doesn't do it anymore.
1822
1823         * mini-generic-sharing.c debugger-agent.c: Call mini_jit_info_table_find ()
1824         instead of mono_jit_info_table_find ().
1825
1826 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
1827
1828         * aot-compiler.c aot-runtime.c: Add support for MONO_WRAPPER_WRITE_BARRIER.
1829
1830         * aot-compiler.c (encode_method_ref): Update after the removal of
1831         mono_gc_get_managed_allocator_type ().
1832
1833         * method-to-ir.c (mono_method_to_ir): Place a seq point just before a RET.
1834         Fixes #564538.
1835
1836 2010-02-06  Zoltan Varga  <vargaz@gmail.com>
1837
1838         * method-to-ir.c (handle_castclass): Use the icall for classes with variant
1839         generic params as well.
1840         (handle_isinst): Ditto.
1841
1842         * method-to-ir.c: Make isninst/castclass checks in gshared code more efficient
1843         instead of always calling an icall.
1844
1845         * aot-compiler.c (emit_llvm_file): Take into account trampolines etc when
1846         computing the size of the got.
1847
1848         * aot-compiler.c (emit_code): Change the way the 'methods' symbol is emitted
1849         when using LLVM. Instead of emitting it as an LLVM method, emit it using
1850         the assembly directive '.set' so it points to the first LLVM emitted method.
1851
1852 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1853
1854         * mini.c (mini_method_verify): Report the method which failed to verify.
1855
1856 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1857
1858         * method-to-ir.c (mono_method_to_ir): Use the new basic block formation pass
1859         to avoid JIT'ng dead basic blocks. This is the same behavior as the
1860         runtime MS verifier.
1861
1862 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
1863
1864         * debugger-agent.c (decode_value): Fix decoding of vtype instances. Fixes
1865         #561962.
1866
1867 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
1868
1869         * mini-llvm.c: Init the jit module only when first JITting.
1870
1871         * aot-compiler.c (emit_plt): Fix the naming of plt entries of llvm+darwin.
1872
1873         * mini-llvm.c (get_plt_entry): Make the plt entries have hidden visibility.
1874
1875         * mini-llvm.c (mono_llvm_emit_aot_module): Remove the dummy got after it is
1876         replaced with the real got.
1877
1878         * debugger-agent.c (type_commands): Return the enumness if the type as well.
1879
1880         * image-writer.c: Reduce the amount of #ifdefs a bit.
1881
1882         * aot-compiler.c: Reduce the amount of #ifdefs. Add beginnings of support for
1883         llvm on darwin/arm.
1884
1885         * aot-compiler.c (mono_compile_assembly): Handle asmonly+llvm mode.
1886
1887         * mini-llvm.c (mono_llvm_emit_method): Don't make the 'type_info' symbols
1888         global.
1889
1890 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
1891
1892         * mini-llvm.c (mono_llvm_emit_method): Add support for unaligned loads.
1893         (mono_llvm_emit_method): Fix unaligned stores too.
1894
1895         * mini-amd64.c (mono_arch_emit_prolog): Initialize lmf->rsp in the prolog too
1896         so async stack walks don't crash.
1897
1898 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
1899
1900         * mini-trampolines.c (common_call_trampoline): Fix a problem where the callsite
1901         was not patched if the callee needed an rgctx trampoline.
1902
1903 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1904
1905         * mini-ppc.c (mono_arch_get_global_int_regs): Reserve r29 for holding the
1906         vtable address in AOT code.
1907
1908 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1909
1910         * mini-codegen.c: Remove support for CEE_ opcodes which cannot occur in
1911         MonoInst's.
1912
1913 Mon Feb 1 16:29:10 CET 2010 Paolo Molaro <lupus@ximian.com>
1914
1915         * genmdesc.pl: remove dependency on external cpp.
1916
1917 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1918
1919         * method-to-ir.c (mini_emit_ldelema_1_ins): Avoid emitting an OP_SEXT_I4 when
1920         using LLVM, its not needed, and abcrem can't handle it.
1921
1922 Mon Feb 1 14:29:43 CET 2010 Paolo Molaro <lupus@ximian.com>
1923
1924         * genmdesc.c, genmdesc.pl, cpu-x86.md: introduced templates to make
1925         it easier to group instructions and reduce duplication.
1926
1927 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
1928
1929         * decompose.c: Move the array/soft float decompose routines here from
1930         method-to-ir.c.
1931
1932         * method-to-ir.c: Export a few functions so they can be used from decompose.c.
1933
1934 2010-01-31  Zoltan Varga  <vargaz@gmail.com>
1935
1936         * mini-llvm.c (mono_llvm_emit_method): Add a call to llvm.invariant.start
1937         to tell LLVM that the got is constant, not used yet.
1938
1939         * aot-compiler.c: Pass more optimization flags to llvm's 'opt'.
1940
1941 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
1942
1943         * mini-ppc.c (mono_arch_emit_prolog): Fix full aot support for native to
1944         managed wrappers.
1945
1946 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
1947
1948         * aot-compiler.c (add_wrappers): Commit the hack which generates
1949         native-to-managed wrappers for methods decorated with the MonoPInvokeCallback
1950         custom attribute.
1951
1952 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
1953
1954         * mini.h (MONO_INST_FAULT): New instruction flag for loads which can cause
1955         a fault, only used by the LLVM backend.
1956
1957         * ir-emit.h: Add _FAULT variants of the LOAD_MEMBASE macros. Mark
1958         OP_CHECK_THIS with OP_IMPLICIT_EXCEPTION.
1959
1960         * method-to-ir.c: Use the new LOAD_MEMBASE_FAULT opcodes, get rid of the
1961         calls to MONO_EMIT_NULL_CHECK which is automatically done by the new macros.
1962
1963         * mini-llvm.c: Only generate volatile loads from load instructions which have
1964         the MONO_INST_FAULT flag set.
1965
1966 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
1967
1968         * unwind.c (mono_unwind_decode_fde): Fix the decoding of the LSDA offset on
1969         64 bit platforms.
1970
1971 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
1972
1973         * mini.c (mono_save_seq_point_info): Fix the handling of bblocks without
1974         sequence points. Fixes #571236.
1975
1976 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
1977
1978         * debugger-agent.c (mono_debugger_agent_init): Call appdomain_unload at the
1979         end of the appdomain unload process, after assemblies have been unloaded.
1980         Fixes #574842.
1981
1982 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
1983
1984         * abcremoval.c (process_block): Fix the if (region) check so abcrem actually
1985         works.
1986
1987         * mini-amd64.c: Make the soft debugger work on platforms without MAP_32BIT.
1988         Fixes #573988.
1989
1990 2010-01-26  Zoltan Varga  <vargaz@gmail.com>
1991
1992         * dwarfwriter.c (emit_type): Treat MONO_TYPE_PTR as 'I' not 'I4'.
1993
1994 2010-01-26  Geoff Norton  <gnorton@novell.com>
1995
1996         * aot-compiler.c: Fix a logic error introduced when guarding against enums
1997         with struct marshalability.
1998
1999 2010-01-24  Zoltan Varga  <vargaz@gmail.com>
2000
2001         * mini.c (mini_method_compile): Improve the processing MONO_VERBOSE_METHOD so
2002         it supports class names as well.
2003
2004         * mini.h (MonoCompile): Add a few flags to control JIT behavior which are
2005         needed by the GC map code.
2006
2007         * mini.c (mini_method_compile): Call a function in mini-gc.c to set the new
2008         flags if needed.
2009
2010         * method-to-ir.c (mono_method_to_ir): Emit initialization code for ref variables
2011         if cfg->init_ref_vars is set.
2012
2013         * liveness.c (optimize_initlocals): Disable the initlocals opt for ref vars if
2014         cfg->disable_initlocals_op_refs is set.
2015
2016         * method-to-ir.c (mono_spill_global_vars): Compute more precise live ranges
2017         using liveness info if cfg->compute_precise_live_ranges is set.
2018
2019         * mini-gc.c: Ongoing work. Improve logging and debugging support. Handle
2020         volatile variables correctly. Add comments about the live ranges. Not enabled
2021         yet.
2022
2023 2010-01-24  Zoltan Varga  <vargaz@gmail.com>
2024
2025         * mini.h (MonoDebugOptions): Add an option to init stack frames by writing
2026         0x2a into them in method prologs.
2027
2028         * mini-amd64.c (mono_arch_emit_prolog): Implement it.
2029
2030 2010-01-22  Zoltan Varga  <vargaz@gmail.com>
2031
2032         * mini-llvm-cpp.cpp: Remove uses of dynamic_cast, it no longer works with llvm
2033         classes, since llvm is compiled with -fno-rtti.
2034
2035         * mini.h (COMPILE_SOFT_FLOAT): New macro, similar to COMPILE_LLVM.
2036
2037         * method-to-ir.c ir-emit.h: Use if (COMPILE_SOFT_FLOAT) in a few places since
2038         llvm does not require it.
2039
2040         * aot-runtime.c (load_method): Print the full name of the last aot method.
2041
2042 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
2043
2044         * exceptions-amd64.c (mono_arch_notify_pending_exc): Avoid a crash if the
2045         thread has not fully started yet.
2046
2047 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
2048
2049         * aot-compiler.c (can_marshal_struct): Allow marshalling enums.
2050
2051 2010-01-21  Miguel de Icaza  <miguel@novell.com>
2052
2053         * driver.c: Do not abort if LLVM is not supported, print a
2054         warning and add the information to the Mono JIT information.
2055
2056 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
2057
2058         * ir-emit.h (MONO_EMIT_NULL_CHECK): Don't emit an OP_IMPLICIT_EXCEPTION when
2059         using explicit null checks.
2060
2061 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
2062
2063         * xdebug.c: New file extracted from aot-compiler.c, containing the XDEBUG
2064         related code.
2065
2066         * aot-compiler.c (encode_method_ref): Use mono_marshal_wrapper_info_from_wrapper
2067         () in one place.
2068         (mono_aot_wrapper_name): Remove the special handling of delegate invoke wrappers,
2069         its no longer needed.
2070
2071         * method-to-ir.c (mono_method_to_ir): Fix a warning.
2072
2073         * exceptions-<ARCH>.c: Introduce a MONO_ARCH_HAVE_THROW_EXCEPTION_BY_NAME
2074         define for platforms still using it (s390). Get rid of the
2075         mono_arch_get_throw_exception_by_name () routines on all other platforms.
2076
2077         * exceptions-x86.c: Rework the throw trampolines so there is only one function
2078         which can generate throw/rethrow/corlib trampolines for llvm/not llvm code.
2079
2080         * exceptions-x86.c: Add LLVM specific throw trampolines which doesn't assume
2081         the caller pushed the arguments.
2082
2083         * mini-llvm.c: Enable throwing exceptions on x86.
2084
2085         * mini-posix.c (SIG_HANDLER_SIGNATURE): Avoid
2086         "Thread (nil) may have been prematurely finalized" messages if this is called
2087         on a thread not registered with the runtime.
2088
2089         * mini-exceptions.c (mono_handle_native_sigsegv): Ditto.
2090
2091 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
2092
2093         * jit-icalls.c (mono_array_new_3): New jit icall.
2094
2095         * aot-compiler.c aot-runtime.c: Add support for ElementAddr wrappers.
2096
2097         * arrays.cs: Add a test for 3 dimensional arrays.
2098
2099 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
2100
2101         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Emit xdebug info.
2102         (mono_arch_find_jit_info_ext): Disable the popping of arguments when LLVM is
2103         used.
2104
2105         * mini-llvm.c (emit_cond_system_exception): Abort when an implicit exception is
2106         thrown on x86.
2107
2108         * unwind.c (mono_unwind_decode_fde): Fix an assert on x86.
2109
2110         * mini-x86.h (MONO_CONTEXT_SET_LLVM_EXC_REG): Define this for x86.
2111
2112         * mini-llvm.c: Disable OP_THROW on x86, it doesn't work yet.
2113
2114 2010-01-18  Bill Holmes  <billholmes54@gmail.com>
2115
2116         * debugger-agent.c : Changing the PLATFORM_WIN32 preprocessor check to
2117           HOST_WIN32.  Also including winsock2. to define struct in_addr.
2118
2119         * mini-amd64.h : Changing the PLATFORM_WIN32 preprocessor check to HOST_WIN32.
2120
2121         * mini-x86.h : Changing the PLATFORM_WIN32 preprocessor check to HOST_WIN32.
2122
2123         Code is contributed under MIT/X11 license.
2124
2125 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
2126
2127         * mini.h (MonoCompile): Add 'disable_out_of_line_bblocks' flag.
2128
2129         * branch-opts.c (mono_optimize_branches): Honor the new flag.
2130
2131         * mini.c (mini_method_compile): Set the new flag when running under the
2132         debugger.
2133
2134 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
2135
2136         * mini-gc.c: Change the GC map to use a ref/noref/pin value instead of just
2137         a ref/noref value + a global pin flag, so parts of stack frames can still be
2138         precisely marked even if they include stuff which needs pinning. Improve logging.
2139         Fix many bugs. Not enabled yet.
2140
2141         * gc-test.cs: Add a few tests.
2142
2143         * liveness.c (mono_analyze_liveness): Make the debug output controllable by
2144         the normal -v options. Avoid propagating liveness information through bblocks
2145         which end with a NOT_REACHED opcode.
2146
2147         * mini.c (mono_jit_compile_method_inner): Avoid reading cfg->prof_options
2148         after cfg has been freed.
2149
2150 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
2151
2152         * branch-opts.c (mono_branch_optimize_exception_target): Stop the optimization
2153         if a clause is skipped because it uses the exception object, since it could
2154         have caught the exception.
2155
2156         * exceptions.cs: Add a test.
2157
2158 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2159
2160        * mini-trampolines.c (mono_create_static_rgctx_trampoline): Add an assert.
2161
2162         * aot-runtime.c (mono_aot_get_method): Handle ftnptr's correctly for the
2163         ICollection<T> wrappers.
2164
2165 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2166
2167         * debugger-agent.c (decode_value): Fix the decoding of I/U/PTR.
2168
2169 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2170
2171         * mini-amd64.c (emit_call_body): Always use near calls when AOTing even if
2172         NOMAP32BIT or optimize_for_xen is set.
2173
2174 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2175
2176         * aot-compiler.c aot-runtime.c: Get rid of mono_aot_str_hash (), use
2177         mono_metadata_str_hash () instead.
2178
2179 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2180
2181         * ir-emit.h (MONO_EMIT_NEW_ICOMPARE_IMM): Use sizeof (mgreg_t) instead of
2182         sizeof (void*).
2183
2184         * unwind.c (mono_unwind_frame): Use mgreg_t instead of gssize.
2185
2186 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2187
2188         * ir-emit.h (MONO_EMIT_NEW_CHECK_THIS): Emit an explicit null check if the
2189         flag is set.
2190
2191         * mini-ppc.c (mono_arch_emit_exceptions): Compute the size of the exception
2192         throwing code correctly.
2193
2194         * mini.h (MONO_AOT_FILE_VERSION): Bump this because of the IMT hashing changes.
2195
2196 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2197
2198         * aot-runtime.c (mono_aot_plt_resolve): Reenable the previous assert for
2199         ftnptrs created by us, handle RGCTX_FETCH correctly.
2200         (mono_aot_get_lazy_fetch_trampoline): Add an ftnptr.
2201
2202         * mini-trampolines.c (mono_create_generic_class_init_trampoline): Remove the
2203         ftnptr added by mono_aot_get_named_code ().
2204
2205 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
2206
2207         * mini-arm.c: Fix a few LLVM problems.
2208
2209         * mini-llvm.c (simd_class_to_llvm_type): Fix compilation on !x86/amd64.
2210
2211 2010-01-13  Mark Probst  <mark.probst@gmail.com>
2212
2213         * method-to-ir.c (mini_emit_stobj): Use EMIT_NEW_CLASSCONST when
2214         AOT compiling.
2215
2216 Wed Jan 13 15:54:53 CET 2010 Paolo Molaro <lupus@ximian.com>
2217
2218         * jit.h, method-to-ir.c: added ability to set the policy for
2219         inserting breakpoints from the break IL instruction or the
2220         Debugger.Break () API call.
2221
2222 2010-01-13  Zoltan Varga  <vargaz@gmail.com>
2223
2224         * aot-runtime.c (load_aot_module): Add more comments to explain why referenced
2225         assemblies need to be eagerly loaded.
2226
2227 2010-01-12  Zoltan Varga  <vargaz@gmail.com>
2228
2229         * dwarfwriter.c (emit_line_number_info): Fix the eglib case so it doesn't crash.
2230
2231 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
2232
2233         * debugger-agent.c (mono_debugger_agent_parse_options): Allow onthrow without
2234         an argument which matches any exception.
2235
2236 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2237
2238         * method-to-ir.c (mono_emit_method_call_full): Avoid the virt->nonvirt
2239         optimization if the called method is gshared and marshalbyref, since gshared
2240         methods can' have wrappers. Fixes #569390.
2241
2242         * generics.cs: Add a test.
2243
2244 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2245
2246         * mini-exceptions.c (mono_print_thread_dump_from_ctx): New helper function
2247         callable from gdb.
2248
2249 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2250
2251         * mini.c (mono_print_method_from_ip): Fix the lookup of trampolines.
2252
2253 2010-01-09  Zoltan Varga  <vargaz@gmail.com>
2254
2255         * debugger-agent.c (transport_connect): comment out freeaddrinfo calls under win32,
2256         since it is not supported in win2000.
2257
2258 2010-01-08  Zoltan Varga  <vargaz@gmail.com>
2259
2260         * aot-runtime.c (load_image): Add a SET_ERROR argument to set the loader
2261         error if loading an assembly fails.
2262         (mono_aot_plt_resolve): Return NULL instead of asserting if loading fails.
2263
2264         * mini-trampolines.c (mono_aot_plt_trampoline): Throw a pending loader error
2265         if exists.
2266
2267         * aot-runtime.c (decode_exception_debug_info): Set jinfo->from_llvm for LLVM
2268         compiled methods.
2269
2270         * mini-llvm-cpp.cpp: Remove the unused ctx variable.
2271
2272         * mini-llvm.c (mono_llvm_emit_method): Add some comments about why aot+clauses
2273         is not supported yet.
2274
2275         * unwind.c (DW_EH_PE_absptr): Add more DW_EH_PE_ constants.
2276
2277 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2278
2279         * method-to-ir.c: All types with variant arguments must fallback to the
2280         slow path. This makes cast of variant delegates work.
2281
2282         * mini-trampolines.c (mono_get_vcall_slot_addr): Add new variance_used out
2283         argument that is set to TRUE is the returned vtable slot is for a variant
2284         interface. Changed a g_print + g_assert_not_reached to a g_error.
2285
2286         * mini-trampilines.c (common_call_trampoline): Handle variant interfaces in
2287         a similar fashion of generic virtual methods.
2288
2289 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2290
2291         * helpers.c (mono_disassemble_code): Fix a g_hash_table warning
2292         when cfg is null.
2293
2294         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Convert a given
2295         method using a variance aware function.
2296
2297         * mini-x86.c: Add support for dumping IMT thunks if DEBUG_IMT is defined.
2298
2299 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2300
2301         * method-to-ir.c (mono_method_to_ir): Casts to variant interfaces
2302         do an icall for now.
2303
2304 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2305
2306         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add an ugly hack to fix #564695.
2307         If LLVM decides to set the code model to Large, reset it to Default.
2308
2309 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2310
2311         * aot-compiler.c (mono_xdebug_flush): Export it so it is present in
2312         stripped binaries as well.
2313
2314 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2315
2316         * mini-trampolines.c (common_call_trampoline): Add an rgctx trampoline if a shared
2317         method is called from LLVM compiled code, as that code can't pass an rgctx arg.
2318
2319         * mini-llvm.c (mono_llvm_emit_method): Enable calls to methods needing an rgctx
2320         reg.
2321
2322 2010-01-06  Zoltan Varga  <vargaz@gmail.com>
2323
2324         * mini.c (mini_method_compile): Extract the JIT info creation code into a
2325         separate function.
2326
2327         * mini-llvm.c (mono_llvm_emit_method): Pass the info in MonoExceptionClause
2328         as the type info to llvm.eh.selector.
2329         (exception_cb): Use the type info for filling out some fields of
2330         MonoJitExceptionInfo like the flags and the exception class. This is needed
2331         because the LLVM produced exception handling clauses might not match the original
2332         IL clauses, i.e. there might be more than one LLVM clause for one IL clause.
2333
2334         * unwind.c (mono_unwind_decode_fde): Extract the LSDA decoding code into a
2335         separate function. Add an extra argument which returns the type infos
2336         corresponding to the exception clauses.
2337
2338         * mini.c (mini_method_compile): Enable LLVM compilation of methods having
2339         exception handling clauses.
2340
2341 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2342
2343         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call
2344         mono_method_get_vtable_slot () instead of accessing imt_method->slot directly,
2345         to fix an AOT case.
2346
2347 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2348
2349         * mini.c (mono_compile_is_broken): Skip methods from serialization's
2350         internal assembly.
2351
2352 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2353
2354         * mini.c (mini_method_compile): Fix a few memory leaks introduced by the
2355         llvm code.
2356
2357 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2358
2359         * mini.c (mini_method_compile): Verify the method before calling
2360         mono_compile_create_vars as this might crash since it uses method
2361         information.
2362
2363         Fixes #560196.
2364
2365 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2366
2367         * method-to-ir.c (mono_method_to_ir): Avoid calling mono_class_vtable () in
2368         one case if AOTing, since the class might not be a concrete class.
2369
2370 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2371
2372         * mini-codegen.c abcremoval.c: Remove the duplicate g_slist_append_mempool
2373         functions which are now defined in mempool-internals.h.
2374
2375         * mini.c (mini_free_jit_domain_info): Free the seq point hash tables.
2376
2377         * mini-llvm.c (mono_llvm_emit_method): Handle OP_ABS.
2378
2379 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2380
2381         * mini.c:
2382         * method-to.ir.c:
2383         * mini-*.c: Properly handle generic enums.
2384
2385         Fixes #566294
2386
2387 2009-12-28  Zoltan Varga  <vargaz@gmail.com>
2388
2389         * method-to-ir.c (mono_method_to_ir): Handle the failure of mono_class_vtable ()
2390         in a few more places.
2391
2392 2009-12-27  Zoltan Varga  <vargaz@gmail.com>
2393
2394         * aot-compiler.c (add_wrappers): Don't use dyn runtime invoke for methods with
2395         nullable parameters. Fixes #567351.
2396
2397 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2398
2399         * mini-trampolines.c (common_call_trampoline): Add assert for NULL resolved generic method.
2400
2401 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
2402
2403         * mini-trampolines.c: Use mono_arch_get_this_arg_from_call () to avoid the slow
2404         mono_get_generic_context_from_code () call.
2405
2406         * mini-<ARCH>.c: Get rid of mono_arch_find_this_arg (), it is no longer used.
2407
2408 2009-12-25  Zoltan Varga  <vargaz@gmail.com>
2409
2410         * aot-runtime.c (decode_klass_ref): Don't call mono_class_init (), its not
2411         needed.
2412
2413 2009-12-24  Sebastien Pouliot  <sebastien@ximian.com>
2414
2415         * method-to-ir.c (mono_method_to_ir): Avoid SIGSEGV when
2416         mono_method_get_signature returns NULL. Fix #567084
2417
2418 2009-12-25  Zoltan Varga  <vargaz@gmail.com>
2419
2420         * aot-runtime.c (find_extra_method): Call mono_aot_wrapper_name only once,
2421         instead of once for each module.
2422
2423 2009-12-22  Zoltan Varga  <vargaz@gmail.com>
2424
2425         * debugger-agent.c (ss_start): Implement step over for the last sequence
2426         point in methods.
2427
2428         * mini.c (mono_save_seq_point_info): Don't link sequence points which don't
2429         have the STEP_LOC flag set.
2430
2431         * aot-runtime.c (decode_klass_ref): Avoid a crash if a decode_klass_ref () call
2432         fails. Fixes #566689.
2433
2434 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2435
2436         * mini.c (mono_add_seq_point): New helper function.
2437         (mono_save_seq_point_info): New function to save sequence point info, extracted
2438         from mini_method_compile ().
2439
2440         * mini-<ARCH>.c: Call mono_add_seq_point to remember sequence points.
2441
2442         * mini.h (MonoSeqPointInfo): New structure containing information about
2443         the sequence points of a JITted method.
2444         (MonoBasicBlock): Add 'seq_points' and 'last_seq_point' fields. Remove unused
2445         'bucket' field.
2446
2447         * mini.c debugger-agent.c aot-compiler.c aot-runtime.c: Change the way sequence
2448         point information is stored, use a MonoSeqPointInfo structure instead of a
2449         GPtrArray. For each seq point, compute a list of successor seq points.
2450
2451         * debugger-agent.c: Use the successor list to implement step-over more
2452         efficiently: instead of single stepping until a different line/IL offset is
2453         reached, place breakpoints into all successor seq points.
2454
2455         * mini.h: Bump AOT file format version.
2456
2457 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2458
2459         * Makefile.am (AM_CFLAGS): Include LLVM_CFLAGS.
2460
2461         * mini-llvm.c: Avoid defining the __STDC_... macros if already defined.
2462
2463 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2464
2465         * exceptions-ppc.c (mono_ppc_set_func_into_sigctx): Fix the cross-compiler
2466         build.
2467
2468 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2469
2470         * mini-x86.c (mono_arch_get_argument_info): Allocate memory for CallInfo using
2471         alloca as g_malloc is not signal safe.
2472
2473 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2474
2475         * tramp-x86.c (mono_arch_patch_callsite): Fix the call to
2476         VALGRIND_DISCARD_TRANSLATIONS.
2477
2478         * *.c: Include mono/utils/memcheck.h, and remove #ifdef HAVE_VALGRIND_MEMCHECK_H
2479         checks, they are no longer needed.
2480
2481         * exceptions-ppc.c (mono_ppc_set_func_into_sigctx): New helper function to set
2482         a function into a sigctx which can handle function pointers.
2483
2484         * mini-ppc.c: Implement soft debugger support on ppc64.
2485
2486         * mini-ppc.c: Implement soft debugger support.
2487
2488 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2489
2490         * mini-llvm.c: Handle OP_LADD_OVF_UN. Place all alloca's into the entry bb.
2491
2492 2009-12-17  Marek Habersack  <mhabersack@novell.com>
2493
2494         * mini.c (mono_get_runtime_build_info): include Mono version in
2495         the returned value.
2496
2497         * driver.c (mono_main): VERSION is now included in the string
2498         returned from mono_get_runtime_build_info()
2499
2500 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2501
2502         * method-to-ir.c (mono_method_to_ir): Add support for CALLI with unmanaged
2503         signatures. Fixes #565143.
2504
2505         * jit-icalls.c (mono_get_native_calli_wrapper): New JIT icall.
2506
2507 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2508
2509         * aot-compiler.c (arch_emit_autoreg): Align code to 4 in the ppc case.
2510
2511 2009-12-16 Rodrigo Kumpera  <rkumpera@novell.com>
2512
2513         * mini-x86.h: Forgot to add a 0x to MONO_ARCH_MAX_FRAME_SIZE define
2514         making max stack 10x smaller.
2515
2516 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2517
2518         * mini.c (mono_resolve_patch_target): Comment out an assert which could be hit.
2519
2520 2009-12-15 Rodrigo Kumpera  <rkumpera@novell.com>
2521
2522         * method-to-ir.c (mini_emit_memcpy): Assert if size is too big.
2523
2524 2009-12-15 Rodrigo Kumpera  <rkumpera@novell.com>
2525
2526         * mini-x86.c (mono_arch_allocate_vars): Fail compilation if the frame size is
2527         bigger than MONO_ARCH_MAX_FRAME_SIZE.
2528
2529         * mini-x86.c (mono_arch_emit_prolog): Handle huge frames.
2530
2531         * mini-x86.h: Define MONO_ARCH_MAX_FRAME_SIZE to be 1Mb.
2532
2533         * mini-amd64.c / mini-amd64.h: Same fixes as of above.
2534
2535         * mini.c (mini_method_compile): Check if mono_arch_allocate_vars failed
2536         the compilation.
2537
2538 2009-12-14  Miguel de Icaza  <miguel@novell.com>
2539
2540         * method-to-ir.c (mono_method_to_ir): CEE_UNUSUED opcodes now
2541         raise an invalid program exception.   
2542
2543         For other opcodes that we might not handle use a g_warning and
2544         raise the exception.   Beats termination.
2545
2546         Fixes #561724
2547
2548 2009-12-14  Zoltan Varga  <vargaz@gmail.com>
2549
2550         * method-to-ir.c (mono_emit_rgctx_method_call_full): Fix a warning.
2551
2552         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix the LLVM support
2553         by merging the LLVM and !MAP_32BIT cases.
2554
2555 2009-12-13 Jonathan Chambers <joncham@gmail.com>
2556
2557         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Handle a NULL
2558         sigctx being passed in, as we have no CONTEXT available in the APC.
2559
2560         (mono_debugger_agent_cleanup): Use explicit cond wait implementation
2561         for now.
2562
2563         Code contributed under MIT/X11 license.
2564
2565 2009-12-13  Zoltan Varga  <vargaz@gmail.com>
2566
2567         * method-to-ir.c mini-llvm.c: Fix support for monitor enter/exit trampolines
2568         in the LLVM backend on AMD64.
2569
2570         * aot-runtime.c (decode_eh_frame): Initialize the clauses from the info in the
2571         FDE.
2572
2573         * unwind.c (mono_unwind_decode_fde): Implement decoding of a couple more formats.
2574
2575         * mini-llvm.c: Export mono_personality for AOT.
2576
2577         * mini.c (mini_method_compile): Fix some problems with llvm+aot+clauses.
2578
2579         * mini-ops.h (OP_IMPLICIT_EXCEPTION): New opcode marking the place where an
2580         implicit exception can occur.
2581
2582         * ir-emit.h (MONO_EMIT_NEW_IMPLICIT_EXCEPTION): New macro to emit an
2583         OP_IMPLICIT_EXCEPTION instruction.
2584
2585         * ir-emit.h (MONO_EMIT_NEW_CHECK_THIS): New macro.
2586
2587         * method-to-ir.c: Use MONO_EMIT_NEW_CHECK_THIS in a few places.
2588
2589         * mini-llvm.c: Handle OP_IMPLICIT_EXCEPTION by disabling llvm if it occurs
2590         inside a protected block.
2591
2592         * mini-llvm.c: Revert the last change, the signature of monitor entry/exit
2593         trampolines doesn't include the argument.
2594
2595         * mini-llvm.c (mono_llvm_emit_method): Enable calls to monitor entry/exit
2596         trampolines on amd64.
2597
2598         * mini-amd64.h (MONO_ARCH_MONITOR_OBJECT_REG): Use MONO_AMD64_ARG_REG1 instead
2599         of RDI.
2600
2601         * mini.c (mini_method_compile): Add some comments as to why LLVM is currently
2602         disabled for methods with clauses.
2603
2604         * mini-llvm.c: Enable support for catch clauses.
2605
2606         * mini-exceptions.c (mono_resume_unwind): New function to resume unwinding at the
2607         end of an LLVM compiled finally clause.
2608         (mono_handle_exception_internal): Save the exception handling state in TLS
2609         before calling an LLVM compiled finally clause, so mono_resume_unwind () can
2610         resume unwinding from that point.
2611
2612         * unwind.c (mono_unwind_get_ops_from_fde): Rename this to
2613         mono_unwind_decode_fde, decode the Language Specific Data Area (LSDA) too,
2614         to obtain the addresses of the exception handling regions.
2615
2616         * mini-llvm.c: Add beginnings of support for exception handling, currently only
2617         finally clauses are supported.
2618
2619         * mini.c (mini_method_compile): Add support for LLVM code with exception
2620         handlers.
2621
2622 2009-12-12  Zoltan Varga  <vargaz@gmail.com>
2623
2624         * mini-llvm.c (mono_llvm_emit_method): Allocate the 'pindexes' array with the
2625         proper size.
2626
2627 2009-12-12  Zoltan Varga  <vargaz@gmail.com>
2628
2629         * debugger-agent.c: Encode the this argument of vtype methods as a struct, not
2630         as a primitive type.
2631
2632 2009-12-11  Zoltan Varga  <vargaz@gmail.com>
2633
2634         * driver.c: Applied patch from Matt McClellan (matt@mc-c.net). Add a check
2635         for 2 parameter sched_setaffinity in older glibc versions. Fixes
2636         #564000.
2637
2638 2009-12-11  Marek Habersack  <mhabersack@novell.com>
2639
2640         * method-to-ir.c (mini_redirect_call): do not redirect the
2641         InternalAllocateStr internal call if string profiling is enabled.
2642
2643 2009-12-10  Zoltan Varga  <vargaz@gmail.com>
2644
2645         * aot-compiler.c (add_wrappers): Avoid generating synchronized wrappers for
2646         generic methods.
2647
2648         * unwind.h: Rename this to mini-unwind.h to avoid conflicts with the gcc
2649         unwind.h header file.
2650
2651         * tramp-x86.c (mono_arch_patch_callsite): Patch the code when using valgrind,
2652         newer valgrind versions seems to handle this fine.
2653
2654 2009-12-09  Zoltan Varga  <vargaz@gmail.com>
2655
2656         * debugger-agent.c (start_runtime_invoke): Fix a crash if this is called
2657         on the debugger thread.
2658
2659 2009-12-08  Zoltan Varga  <vargaz@gmail.com>
2660
2661         * mini-llvm.c (mono_llvm_emit_method): Add more SIMD opcodes.
2662
2663         * mini.c (mono_print_method_from_ip): Fix the lookup of trampolines.
2664
2665         * mini-codegen.c (mono_local_regalloc): Allow non-call opcodes with cloc:c.
2666
2667         * cpu-<ARCH>.md: Make call_handler clob:c.
2668
2669         * mini.c: Reenable SSA for methods with clauses.
2670
2671         * mini.c (mini_method_compile): Disable SSA for now for methods with clauses,
2672         as it causes failures on x86.
2673
2674 2009-12-08  Sebastien Pouliot  <sebastien@ximian.com>
2675
2676         * driver.c: Fail gracefully with --compile-all if mono_method_signature
2677         returns NULL (e.g. a bad assembly).
2678
2679 2009-12-08  Geoff Norton  <gnorton@novell.com>
2680
2681         * debugger-agent.c:  Refactor the mono_runtime_invoke guarding against
2682         stepping out into native code.  There were issues with nested invokes
2683         like .cctors.
2684
2685 2009-12-07  Zoltan Varga  <vargaz@gmail.com>
2686
2687         * mini.c (mini_method_compile): Do the disable_llvm checks early
2688         and avoid the LLVM compile pass if the checks fail.
2689
2690         * mini.c ssa.c abcremoval.c: Enable SSA for methods with exception clauses.
2691
2692         * mini-llvm.c: Put our methods/globals into the 'llvm.used' array, so the
2693         LLVM optimizations don't try to remove them.
2694
2695         * aot-compiler.c (emit_llvm_file): Save the result of opt into a
2696         different file so the original remains.
2697
2698 2009-12-06  Zoltan Varga  <vargaz@gmail.com>
2699
2700         * mini-llvm.c mini.c: Fix alignment issues with SIMD vars.
2701
2702         * aot-runtime.c (decode_arm_exidx): Handle most descriptors created by gas.
2703
2704         * aot-runtime.c (decode_arm_exidx): Refactor this into two functions, add
2705         support for non-inline unwind descriptors.
2706
2707 2009-12-07  Geoff Norton  <gnorton@novell.com>
2708
2709         * debugger-agent.c:  Darwin can colesce signals, so we need to handle
2710         the interrupt_count slightly differently.  Native threads were never
2711         marked as resumed.
2712
2713 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2714
2715         * aot-runtime.c (decode_arm_exidx): New function to initialize a MonoJitInfo
2716         based on the contents of the ARM .exidx section. Not yet used since llvm doesn't
2717         yet generate this info.
2718
2719         * mini-llvm.c: Fix the conversion of call results if they are unsigned.
2720
2721         * debugger-agent.c (buffer_add_value): Treat I/U as a valuetype, so the
2722         client can distinguish between intptrs and longs.
2723
2724 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2725
2726         * aot-compiler.c (emit_trampoline): Emit the trampoline info into the global
2727         blob.
2728
2729         * aot-runtime.c (load_function): Update after the change above.
2730
2731         * mini.h: Bump AOT file format version.
2732
2733         * method-to-ir.c (mono_method_to_ir): Disallow the delegate optimization
2734         if the delegate class is dynamic.
2735
2736         * method-to-ir.c (handle_delegate_ctor): Allow the method_code optimization
2737         in gshared code too using the new rgctx info type
2738         MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
2739
2740 2009-12-04  Geoff Norton  <gnorton@novell.com>
2741
2742         * debugger-agent.c: When doing a func-eval invoke on a suspended runtime,
2743         we need to track the original suspend count so the thread properly
2744         wakes up in resume_thread.
2745
2746 2009-12-04  Zoltan Varga  <vargaz@gmail.com>
2747
2748         * method-to-ir.c (handle_delegate_ctor): Add support for using this from gshared
2749         code.
2750
2751         * generics.cs: Add a test.
2752
2753         * method-to-ir.c (emit_get_rgctx_method): Make this work even if context_used
2754         is 0. Simplify a lot of code using this.
2755
2756         * mini-trampolines.c (mono_delegate_trampoline): Call
2757         mono_create_static_rgctx_trampoline () before saving the final address in
2758         delegate->method_code, to avoid calling it each time a delegate is first called.
2759
2760         * method-to-ir.c (mono_method_to_ir): Allow fast delegate creation for methods
2761         which need static rgctx trampolines.
2762
2763         * mini-trampolines.c (mono_create_static_rgctx_trampoline): Use a cache
2764         keyed on the method+addr pair, since addr could be either the method addr or
2765         an unbox trampoline in the AOT case. Fixes #560246.
2766
2767 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2768
2769         * mini.c (mini_method_compile): Call handle_exception_clauses () in the same
2770         place it was called before too.
2771
2772 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2773
2774         * mini.c (mono_jit_runtime_invoke): Avoid the call to mono_class_setup_vtable ()
2775         if no security manager is present, to speed up the AOT case. Call
2776         mono_class_vtable () full with raise_on_error == TRUE instead.
2777
2778 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2779
2780         * mini.c (mini_method_compile): Call handle_exception_clauses earlier so
2781         the local optimization passes can take its result into account. Fixes
2782         #559876.
2783
2784         * exceptions.cs: Add a test.
2785
2786 2009-01-24  Steven Munroe  <munroesj@us.ibm.com>
2787
2788         This patch is contributed under the terms of the MIT/X11 license
2789
2790         * cpu-ppc64.md (load_memindex): Add loadi8_memindex.
2791
2792 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
2793
2794         * mini.h (MonoInst): Remove unused 'ssa_op' field.
2795
2796         * debugger-agent.c: Rework the handling of stack traces of running threads to
2797         avoid crashes if compute_frames () tries to walk the stack of running thread.
2798
2799         * mini.c (mono_print_method_from_ip): Use mini_jit_info_table_find.
2800
2801         * mini-exceptions.c (mono_jit_walk_stack_from_ctx_in_thread): Set frame->lmf.
2802
2803         * mini.h (StackFrameInfo): Add an 'lmf' field.
2804
2805 2009-12-02  Zoltan Varga  <vargaz@gmail.com>
2806
2807         * debugger-agent.c (suspend_current): Always set really_suspended.
2808
2809         * debugger-agent.c (clear_event_request): Clear method entry/exit requests too.
2810
2811         * exceptions-x86.c (mono_arch_get_restore_context): Restore EAX too.
2812
2813 2009-12-01  Zoltan Varga  <vargaz@gmail.com>
2814
2815         * debugger-agent.c (vm_commands): Don't allow invokes on threads which are not
2816         really suspended.
2817
2818 2009-12-01  Zoltan Varga  <vargaz@gmail.com>
2819
2820         * cpu-ppc64.md (store_memindex): Add storei8_memindex.
2821
2822 2009-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
2823
2824         * mini-trampolines.c: Fix MSVC build.
2825
2826 2009-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
2827
2828         * mini-trampolines.c: Check for mono_method_get_vtable_slot failures.
2829
2830 2009-11-30  Zoltan Varga  <vargaz@gmail.com>
2831
2832         * mini-arm.c (mono_arch_lowering_pass): Fix an assert which is hit when
2833         the instruction following an OP_FCOMPARE is optimized away.
2834
2835 2009-11-30  Zoltan Varga  <vargaz@gmail.com>
2836
2837         * aot-compiler.c (arch_emit_autoreg): Extract the auto-registration code from
2838         emit_autoreg () into this arch-specific function.
2839
2840         * aot-compiler.c (emit_exception_debug_info): Don't emit the length of the
2841         code, it is no longer needed.
2842
2843         * aot-runtime.c (decode_exception_debug_info): Don't read the code length.
2844
2845         * mini.h: Bump AOT file format version.
2846
2847         * aot-runtime.c (mono_aot_find_jit_info): Compute the length of the method
2848         using the sorted_code_offsets array, instead of reading it from the
2849         exception debug info.
2850         (load_method): Call mono_aot_find_jit_info instead of
2851         decode_exception_debug_info ().
2852
2853         * aot-compiler.c (emit_exception_debug_info): Emit whenever the method was
2854         LLVM compiled as a flag.
2855
2856 2009-11-29  Zoltan Varga  <vargaz@gmail.com>
2857
2858         * debugger-agent.c (resume_thread): Fix a warning.
2859
2860         * aot-compiler.c: Add an option to set the number of static rgctx trampolines
2861         generated.
2862
2863 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
2864
2865         * aot-compiler.c aot-runtime.c: Get rid of a few global symbols, move their
2866         contents to MonoAotFileInfo.
2867
2868 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
2869
2870         * aot-compiler.c aot-runtime.c: Reorganize the AOT file format once again.
2871         Put all binary data into a giant blob, similarly to the way .net assemblies
2872         store binary data. Emit offset tables in a compact form to reduce their size.
2873
2874         * mini.h: Bump AOT file format version.
2875
2876         * aot-compiler.c (emit_globals_table): Use temp_prefix instead of .L in a few
2877         places.
2878
2879         * aot-compiler.c (emit_globals_table): Emit a hash table for the globals, to
2880         avoid linear searches at runtime.
2881
2882         * aot-runtime.c (find_symbol): Update this to use the hash.
2883
2884         * mini.h: Bump AOT file format version.
2885
2886 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
2887
2888         * aot-compiler.c (emit_klass_info): Save whenever the class has a generic
2889         container.
2890
2891         * aot-runtime.c (decode_cached_class_info): Set the is_generic_container field
2892         too.
2893
2894         * aot-compiler.c (mono_compile_assembly): Add a 'stats' option to print out
2895         the distribution of got slot types.
2896
2897         * mini.h (MonoDebugOptions): Add 'explicit_null_checks' option.
2898
2899         * method-to-ir.c: Add support for generating explicit null checks.
2900
2901 2009-11-25  Zoltan Varga  <vargaz@gmail.com>
2902
2903         * debugger-agent.c (vm_commands): Implement EXIT by invoking Environment.Exit ()
2904         on a random thread if possible.
2905
2906         * aot-runtime.c (mono_aot_plt_resolve): Clean up the handling of function
2907         descriptors a bit, add comments, handle RGCTX_FETCH/GENERIC_CLASS_INIT_TRAMPOLINE
2908         correctly.
2909
2910         * exceptions-ppc.c (mono_arch_find_jit_info_ext): Use mgreg_t as the type of
2911         regs. Pass the real size of the regs array to mono_unwind_frame ().
2912
2913         * unwind.c (mono_unwind_frame): Remove an incorrect assert, add more correct
2914         ones instead.
2915
2916 2009-11-24  Geoff Norton  <gnorton@novell.com>
2917
2918         * mini-darwin.c: Work around apple bug rdar://7209349  See
2919         http://openradar.appspot.com/7209349 for details.  Synopsis,
2920         CoreFoundation SIGTRAP's if you dlopen it off the main thread if its
2921         never been initialized before.
2922
2923 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2924
2925         * tramp-arm.c: Use blx instead of mov pc, reg to improve support for thumb.
2926
2927         * mini-arm.c (mono_arm_thumb_supported): New helper function.
2928
2929 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2930
2931         * cfold.c (mono_constant_fold_ins): Fix a problem in the previous change,
2932         OP_SHL_IMM is not 32 bit.
2933
2934 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2935
2936         * aot-compiler.c (encode_patch): Fix the encoding of R8 on big-endian systems.
2937
2938 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
2939
2940         * aot-compiler.c: Avoid infinite recursion when generic virtual recursion is
2941         encountered.
2942
2943         * debugger-agent.c (resume_vm): Signal the suspend_cond even if suspend_count
2944         > 0 since some threads can resume if their resume_count is > 0.
2945         (invoke_method): Avoid reading freed memory.
2946
2947         * debugger-agent.c (process_suspend): Extract the suspend code from
2948         process_single_step_inner () to a separate function. Rework the code to prevent
2949         races between this function and thread interrupts.
2950
2951         * debugger-agent.c (suspend_current): Check the resume_count field instead
2952         of resume_one so suspends+resumes during single threaded invokes work
2953         correctly.
2954
2955 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
2956
2957         * aot-compiler.c (emit_llvm_file): Enable some llvm optimizations which seem
2958         to make the generated code smaller.
2959
2960         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Add a code
2961         sequence generated by recent LLVM versions.
2962
2963         * mini-llvm.c: Add support for a few simple cases which weren't supported
2964         before.
2965
2966         * mini-trampolines.c (mono_magic_trampoline): Don't call
2967         mono_arch_get_vcall_slot () when llvm is enabled.
2968
2969         * aot-compiler.c (emit_llvm_file): Add code to run the 'opt' llvm tool.
2970
2971         * mini-trampolines.c (mono_magic_trampoline): Extract the bulk of this function
2972         into a new function called common_call_trampoline () which is used by the
2973         llvm vcall trampoline as well.
2974
2975         * debugger-agent.c: Implement single threaded invokes.
2976
2977         * debugger-agent.c: Revert change which broke the agent on linux.
2978
2979         * method-to-ir.c (inline_method): Prevent infinite recursion. Fixes
2980         #557606.
2981
2982         * generics.cs: Add a test.
2983
2984 2009-11-22  Zoltan Varga  <vargaz@gmail.com>
2985
2986         * debugger-agent.c: Fix the cygwin build.
2987
2988 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
2989
2990         * cprop.c: Remove this unused file.
2991
2992 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
2993
2994         * cfold.c (mono_constant_fold_ins): Fix constant folding of shr_imm. Fixes
2995         #557262.
2996
2997         * basic.cs: Add a test.
2998
2999 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
3000
3001         * method-to-ir.c (mono_method_to_ir): Use mono_use_llvm instead of ENABLE_LLVM
3002         in one more place.
3003
3004 2009-11-20  Zoltan Varga  <vargaz@gmail.com>
3005
3006         * mini.c mini-trampolines.c driver.c: Add a 'mono_use_llvm' flag to control
3007         whenever the runtime uses LLVM code. Add a '--llvm' command line option to set
3008         it. Use this flag to control llvm related code paths instead of #ifdef
3009         ENABLE_LLVM, so a runtime configured without --enable-llvm can use LLVM compiled
3010         AOT code.
3011
3012         * aot-runtime.c aot-compiler.c: Add a 'flag' field to MonoAotFileInfo.
3013
3014         * mini.h: Bump AOT file format version.
3015
3016         * tramp-ppc.c (mono_arch_create_generic_class_init_trampoline_full): These
3017         receive their argument in MONO_ARCH_VTABLE_REG, not in the first argument reg.
3018
3019         * debugger-agent.c (create_event_list): Fix a crash if an empty assembly list
3020         was used as an assembly filter.
3021
3022 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
3023
3024         * unwind.c: Fix support for ppc.
3025
3026         * exceptions-ppc.c (mono_arch_find_jit_info): Change this to use dwarf frame
3027         unwind info. Change to the mono_arch_find_jit_info_ext () interface.
3028
3029 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
3030
3031         * mini-ppc.c (mono_arch_emit_prolog): Fix a copy-paste error to fix the ppc64
3032         port.
3033         (mono_arch_cpu_init): Don't set cpu_hw_flags to 0 at the end, this was somehow
3034         added by the ps3 changes.
3035
3036 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
3037
3038         * mini-gc.c: Resurrect this, so at least it compiles.
3039
3040         * debugger-agent.c (assembly_commands): Implement GET_NAME command.
3041
3042 2009-11-18  Zoltan Varga  <vargaz@gmail.com>
3043
3044         * debugger-agent.c (mono_debugger_agent_handle_exception): Pass a MonoJitInfo to
3045         create_event_list () so assembly filters can be used.
3046
3047         * exceptions-ppc.c (mono_arch_find_jit_info): Fix the restoration of registers
3048         from the LMF.
3049
3050 2009-11-17  Zoltan Varga  <vargaz@gmail.com>
3051
3052         * debugger-agent.c (mono_debugger_agent_breakpoint_hit): Fix a warning.
3053         (mono_debugger_agent_thread_interrupt): Make this return FALSE if the agent
3054         is disabled.
3055
3056         * aot-compiler.c (add_generic_instances): Emit instances of common generic
3057         classes for char/bool too.
3058
3059         * debugger-agent.c (DebuggerTlsData): Honor the DISABLE_SOFT_DEBUG option.
3060
3061         * debugger-agent.c (DebuggerTlsData): Add a 'really_suspended' flag, not yet
3062         used.
3063
3064         * debugger-agent.c: Add some definitions to make backporting to 2.6 easier.
3065         Fix warnings.
3066
3067 2009-11-15  Andreas Faerber  <andreas.faerber@web.de>
3068
3069         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Signature fix.
3070         
3071         Code contributed under MIT/X11 license.
3072
3073 2009-11-14  Zoltan Varga  <vargaz@gmail.com>
3074
3075         (mono_debugger_agent_thread_interrupt): Save the context so stacktraces for
3076         threads in native code work.
3077
3078         * debugger-agent.c: Pass the 'flags' argument to VM_INVOKE_METHOD earlier in
3079         the parameter list, so it can be acted upon by vm_commands (). Bump protocol
3080         version.
3081
3082 2009-11-13 Jonathan Chambers <joncham@gmail.com>
3083
3084         * debugger-agent.c: Implementation for Windows platform.
3085
3086         * mini-x86.c: Add support for Windows. Use mono-* synchronization
3087         primitives. Use SEH to implement breakpoints and single stepping.
3088
3089         * mini-x86.h: Enable soft debugger on Windows.
3090
3091         Code contributed under MIT/X11 license.
3092
3093 2009-11-13  Zoltan Varga  <vargaz@gmail.com>
3094
3095         * mini-amd64.c (emit_call_body): Disable usage of near calls when running
3096         under XEN. Fixes #522894.
3097
3098         * patch-info.h: Add LLVM_IMT_TRAMPOLINE.
3099
3100         * mini-llvm.c aot-compiler.c aot-runtime.c mini.c: Add support for making
3101         interface calls in LLVM AOT code.
3102
3103         * aot-compiler.c mini-llvm.c: Abort llvm compilation if a non-encodable patch
3104         is found.
3105
3106         * mini-llvm.c: Add support for OP_VPHI.
3107
3108         * objects.cs: Add a test.
3109
3110 2009-11-13  Zoltan Varga  <vargaz@gmail.com>
3111
3112         * debugger-agent.c (mono_debugger_agent_single_step_event): Avoid a crash if
3113         this is called on the debugger thread.
3114
3115 2009-11-12  Zoltan Varga  <vargaz@gmail.com>
3116
3117         * mini-llvm.c: Add soft-float support.
3118
3119         * method-to-ir.c (mono_decompose_soft_float): Restart after decomposing an
3120         FCALL which returns an R4.
3121
3122         * driver.c (mono_main): Add a missing '\n'.
3123
3124         * mini-trampolines.c (mono_create_llvm_imt_trampoline): Fix the build on
3125         platforms which doesn't support the LLVM IMT trampoline.
3126
3127 2009-11-11  Zoltan Varga  <vargaz@gmail.com>
3128
3129         * mini-llvm.c (mono_llvm_emit_method): Fix LOCALLOC.
3130
3131         * mini-llvm-cpp.cpp: Update to latest LLVM SVN.
3132
3133         * mini-llvm.c (mono_llvm_emit_method): Avoid creating plt entries for
3134         virtual calls.
3135
3136         * aot-runtime.c: Don't define HAVE_DL_ITERATE_PHDR, configure now does that.
3137
3138 2009-11-10  Zoltan Varga  <vargaz@gmail.com>
3139
3140         * aot-compiler.c aot-runtime.c: Change how mono_arch_find_jit_info () works.
3141         Instead of emitting a method_order table, sort the contents of the code_offsets
3142         table and do a binary search in the sorted table. The previous approach doesn't
3143         work with LLVM which emits methods in a arbitrary order.
3144
3145         * aot-runtime.c: Add support for creating MonoJitInfo structures by searching
3146         in the .eh_frame section in ELF files.
3147
3148         * mini.h: Bump corlib file format version.
3149
3150         * mini-llvm.c aot-compiler.c: Add support for AOT to the LLVM back end.
3151
3152         * exceptions-arm.c (mono_arch_get_call_filter_full): Update after the
3153         LDMIA->LDM macro name change.
3154
3155 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
3156
3157         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Fix and enable this for
3158         x86.
3159
3160         * mini-llvm-cpp.cpp (JITMemoryManager): Fix compilation with LLVM 2.7
3161         SVN.
3162
3163         * aot-compiler.c: Ditto.
3164
3165         * mini-arm.c (mono_arch_allocate_vars): Fix the previous change by passing
3166         &align to mini_type_stack_size_full ().
3167
3168         * mini-arm.c (mono_arch_emit_prolog): Implement support for varargs.
3169
3170         * mini-ops.h: Add documentation for the OP_ARGLIST opcode.
3171
3172 2009-11-08  Zoltan Varga  <vargaz@gmail.com>
3173
3174         * mini-arm.c: Compute the stack space used by arguments using
3175         mini_type_stack_size_full ().
3176
3177 2009-11-08  Zoltan Varga  <vargaz@gmail.com>
3178
3179         * optflags-def.h: Remove dead TREEPROP optimization.
3180
3181 2009-11-08  Rodrigo Kumpera  <rkumpera@novell.com>
3182
3183         * mini-ppc.h: Make mono compiler under FreeBSD/ppc64. 
3184
3185         Patch by Justin Hibbits <chmeeedalf@gmail.com>.
3186
3187 2009-11-07  Zoltan Varga  <vargaz@gmail.com>
3188
3189         * driver.c (mono_jit_parse_options): New public API function to parse options
3190         as done by the runtime executable.
3191
3192         * debugger-agent.c (buffer_add_cattrs): Fix reading an uninitialized variable
3193         when handling named arguments.
3194
3195 2009-11-07  Zoltan Varga  <vargaz@gmail.com>
3196
3197         * mini-arm.c: Implement support for returning vtypes in registers, fix support
3198         for passing small vtypes in registers, make the CallInfo structures more
3199         similar to the code on the other platforms.
3200
3201         * mini-arm.c (mono_arch_allocate_vars): Align small vtypes to 4 bytes too since
3202         the code in the prolog requires it.
3203
3204 2009-11-06  Zoltan Varga  <vargaz@gmail.com>
3205
3206         * mini-arm.c debugger-agent.c: Android changes from Koushik K. Dutta
3207         (koush@koushikdutta.com).
3208
3209         * mini-arm.c (handle_thunk): Add a domain argument to control the domain
3210         where the thunk memory should be allocated from. Fixes appdomain unloading
3211         on arm.
3212
3213 2009-11-06  Zoltan Varga  <vargaz@gmail.com>
3214
3215         * mini-arm.c exceptions-arm.c: Make ctx->regs map directly to the 16 hardware
3216         registers, instead of r4..r11,ip,lr. Make restore_context () restore r0..r3 too.
3217
3218 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3219
3220         * mini-amd64.c (mono_arch_output_basic_block): Don't allow OP_SEQ_POINT in
3221         AOT, as it is not implemented yet.
3222
3223         * mini-x86.c (mono_arch_output_basic_block): Ditto.
3224
3225 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3226
3227         * debugger-agent.c: Fix windows build.
3228
3229 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3230
3231         * debugger-agent.c (debugger_thread): Call mono_set_is_debugger_attached ()
3232         after the client connects/disconnects.
3233
3234         * debugger-agent.c: Add an 'onthrow' option to start the debugger agent
3235         when an exception of a given type is thrown.
3236
3237         * debugger-agent.c: Add a 'onuncaught' option to start the debugger agent
3238         only on an uncaught exception.
3239
3240         * mini-exceptions.c: Notify the debugger agent on an uncaught exception.
3241
3242         * debugger-agent.c: Add a 'launch' option.
3243
3244 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3245
3246         * debugger-agent.c: Add a 'timeout' option.
3247
3248 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3249
3250         * debugger-agent.c: Implement the 'server' and 'suspend' options supported by
3251         the JDWP agent.
3252
3253 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3254
3255         * debugger-agent.c (set_breakpoint): Emit a log message.
3256
3257 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3258
3259         * mini-arm.c: Fix the arm build.
3260
3261 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3262
3263         * aot-compiler.c: don't leak the value returned from
3264         mono_type_full_name().
3265
3266 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3267
3268         * debugger-agent.c: defer including mono-mutex.h until we know the
3269         agent is supported.
3270
3271 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3272
3273         * debugger-agent.c: Changes to build on windows. Use mono-mutex instead
3274         of pthreads directly.
3275
3276         * mini.c (mono_sigfpe_signal_handler): Changed signature of Windows
3277         exception handlers. Pass info argument.
3278
3279         * mini.h: Adjust signatures of soft debugger functions to pass void*
3280         instead of siginfo_t. Adjust SIG_HANDLER_SIGNATURE on Windows.
3281
3282         * mini-amd64.c (mono_arch_is_single_step_event): Adjust signature to pass void*
3283         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3284         (mono_arch_is_breakpoint_event): Adjust signature to pass void*
3285         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3286
3287         * mini-amd64.h: Adjust MonoW32ExceptionHandler signature.
3288
3289         * mini-x86.c (mono_arch_is_single_step_event): Adjust signature to pass void*
3290         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3291         (mono_arch_is_breakpoint_event): Adjust signature to pass void*
3292         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3293
3294         * mini-x86.h: Adjust MonoW32ExceptionHandler signature.
3295
3296         * exceptions-x86.c: Adjust W32_SEH_HANDLE_EX for new signature.
3297
3298         * exceptions-amd64.c: Adjust W32_SEH_HANDLE_EX for new signature.
3299
3300         * mono-semaphore.h: Skeleton implementation for Windows.
3301
3302         Code contributed under MIT/X11 license.
3303
3304 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3305
3306         * simd-intrinsics.c (simd_intrinsic_emit_setter): Unfix my fix.
3307
3308         Code contributed under MIT/X11 license.
3309
3310 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3311
3312         * simd-intrinsics.c (simd_intrinsic_emit_setter): Fix windows build.
3313
3314         Code contributed under MIT/X11 license.
3315
3316 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3317
3318         * aot-compiler.c (mono_save_xdebug_info): Bump the threshold for flushing
3319         debug info to 100 because 10 still slows down gdb too much.
3320
3321         * method-to-ir.c (mono_method_to_ir): Avoid rethrowing thread abort exceptions
3322         inside runtime invoke wrappers. This avoids the need to call ResetAbort () on
3323         them in the wrappers.
3324
3325 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3326
3327         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add an assert.
3328
3329         * simd-intrinsics.c (simd_intrinsic_emit_setter): Fix a warning.
3330
3331         * aot-runtime.c (mono_aot_get_method): Refactor some code into a new helper
3332         function mono_aot_get_array_helper_from_wrapper ().
3333
3334         * aot-compiler.c (add_generic_class): Refactor the code a bit, really emit
3335         array helper methods.
3336
3337 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3338
3339         * simd-intrinsics.c (load_simd_vreg): Add extra argument to signal if
3340         the value was loaded from memory.
3341
3342         * simd-intrinsics.c (simd_intrinsic_emit_setter): Store back to memory if
3343         the value was loader from there.
3344
3345         * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Fail correctly for Shuffle
3346         without constant swizzle.
3347
3348 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3349
3350         * mini-amd64.c: Put soft debugger functions behind a
3351         #ifdef MONO_ARCH_SOFT_DEBUG_SUPPORTED.
3352
3353         * mini-amd64.h: disable the soft debugger in windows.
3354
3355         Code contributed under MIT/X11 license.
3356
3357 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3358
3359         * mini-x86.c: Put soft debugger functions behind a
3360         #ifdef MONO_ARCH_SOFT_DEBUG_SUPPORTED.
3361
3362         Code contributed under MIT/X11 license.
3363
3364 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3365
3366         * exceptions-x86.c (win32_handle_stack_overflow): Fix parameters
3367         to mono_arch_find_jit_info_ext.
3368
3369         Code contributed under MIT/X11 license.
3370
3371 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3372
3373         * debugger-agent.c: Include netinet/in.h to fix the bsd build.
3374
3375         * debugger-agent.c: Add support for filtering events by assemblies.
3376
3377         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Return false if
3378         the agent is not enabled.
3379
3380 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3381
3382         * exceptions-x86.c: hopefully last change to fix the windows build.
3383         This one courtesy of Jonathan Chambers.
3384
3385 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3386
3387         * debugger-agent.c: remove unused function.
3388
3389 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3390
3391         * debugger-agent.c: add #ifdefs for a few header files.
3392         * mini-x86.h: disable the soft debugger in windows.
3393         Step 1 of 2 to make this compile on windows with gcc.
3394
3395 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3396
3397         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Comment this out for now
3398         as it breaks the build.
3399
3400 2009-07-01  Zoltan Varga  <vargaz@gmail.com>
3401
3402         Merge the soft debugger branch.
3403
3404         * debugger-agent.h debugger-agent.c: New files containing the soft
3405         mode debugger module.
3406
3407         * method-to-ir.c (mono_method_to_ir): Generate OP_SEQ_POINT opcodes
3408         at the appropriate locations.
3409
3410         * mini-<ARCH>.c (mono_arch_output_basic_block): Handle OP_SEQ_POINT
3411         opcode.
3412
3413         * mini-<ARCH>.c: Add new arch-specific functions to set/clear breakpoints,
3414         enable/disable single stepping.
3415
3416         * exceptions-<ARCH>.c (mono_arch_find_jit_info_ext): New stack unwinding api
3417         which returns all information in a StackFrameInfo structure, and can handle the
3418         LMF frames added by the debugger.
3419
3420         * mini-<ARCH>.h (MonoLMFExt): New structure containing additional information
3421         about an LMF frame.
3422
3423         * mini-exceptions.c (mono_jit_walk_stack_from_ctx_in_thread): New stack
3424         walker function which works on a specific thread and passes a StackFrameInfo
3425         structure to its callback.
3426
3427         * mini.c (mini_init): Initialize the debugger agent.
3428
3429         * aot-compiler.c aot-runtime.c: Add soft-debug support.
3430
3431         * mini-ops.h: Add OP_SEQ_POINT opcode.
3432
3433         * driver.c (mono_main): Add new '--debugger-agent' option for passing
3434         arguments to the debugger agent.
3435
3436 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3437
3438         * mini.c (mini_method_compile): Disable llvm for methods with an lmf here to
3439         speed things up.
3440
3441         * mini-llvm.c (mono_llvm_emit_method): Add support for OP_LOCALLOC.
3442
3443         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Implement this for x86.
3444
3445         * mini.c (mini_init): Avoid using the IMT trampoline in the LLVM case.
3446
3447         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add a static rgctx trampoline
3448         if needed.
3449         (mono_create_llvm_imt_trampoline): New function to create a trampoline which
3450         sets the IMT argument and makes a virtual call.
3451
3452         * mini-llvm.c: Enable interface calls using the llvm imt trampoline.
3453
3454 2009-11-01  Zoltan Varga  <vargaz@gmail.com>
3455
3456         * Makefile.am (llvm_sources): Enable the llvm option since it no longer breaks
3457         the windows build.
3458
3459 2009-10-30  Zoltan Varga  <vargaz@gmail.com>
3460
3461         * mini.c (mini_cleanup): Call profiler shutdown before shutting down the
3462         runtime. Fixes #551228.
3463
3464 2009-10-29  Zoltan Varga  <vargaz@gmail.com>
3465
3466         * mini-x86.c (mono_arch_output_basic_block): Fix % 1. Fixes #550970.
3467
3468         * basic.cs: Add a test.
3469
3470         * method-to-ir.c (mono_method_to_ir): Use EMIT_NEW_LOAD_MEMBASE_TYPE to
3471         load vtypes instead if OP_LOADV_MEMBASE in the implementation of
3472         CONSTRAINED. Fixes #550964.
3473
3474         * generics.cs: Add a test.
3475
3476 2009-10-28  Mark Probst  <mark.probst@gmail.com>
3477
3478         * mini-posix.c (add_signal_handler): Use
3479         mono_gc_get_suspend_signal() instead of GC_get_suspend_signal().
3480
3481 2009-10-28 Jerry Maine <crashfourit@gmail.com>
3482
3483         Contributed under the terms of the MIT/X11 license by
3484         Jerry Maine <crashfourit@gail.com>.
3485
3486         * mini-x86.c (mono_arch_cpu_enumerate_simd_versions): Added code to detect
3487         sse4a for simd intrinsics.
3488
3489         * mini-amd64.c (mono_arch_cpu_enumerate_simd_versions): Added code to detect
3490         sse4a for simd intrinsics.
3491
3492 2009-10-27  Zoltan Varga  <vargaz@gmail.com>
3493
3494         * ir-emit.h method-to-ir.c: Change a few _IMM macros to assign to inst_imm
3495         instead of inst_p1 which is not the same on ILP32 platforms.
3496
3497 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3498
3499         * mini-ppc.c (mono_arch_emit_prolog): Load the current got address,
3500         not the mscorlib one before calling mono_get_lmf_addr.
3501
3502         * tramp-ppc.c (mono_arch_create_trampoline_code_full): Fix the storing
3503         of the ip to the LMF.
3504
3505         * method-to-ir.c (mono_method_to_ir): Fix the handling of the
3506         immediate in the op->op_imm optimization.
3507
3508         * mini-ppc.c: Add a 'vtregs' field to ArgInfo to make the code easier to
3509         understand. VTypes now work, but are not abi compliant, as they are
3510         split into 4 byte parts instead of 8.
3511         (emit_memcpy): Fix the unrolled case to work on the PS3.
3512
3513         * mini-ppc.c (get_delegate_invoke_impl): Fix this for the PS3.
3514
3515         * aot-compiler.c (mono_compile_assembly): Make the autoreg option
3516         the default when static linking.
3517
3518         * mini-ppc.c (mono_arch_emit_prolog): Fix handling of I8 arguments.
3519
3520         * aot-compiler.c: Add an autoreg option to automatically register
3521         statically linked aot modules using ELF .ctors.
3522
3523         * genmdesc.pl: Add __ppc64__ to allowed defines.
3524
3525 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
3526
3527         * mini-posix.c (add_signal_handler): Delay the GC suspend signal while
3528         executing a SIGSEGV handler on an altstack, since libgc can't handle that.
3529
3530 2009-10-24  Mark Probst  <mark.probst@gmail.com>
3531
3532         * exceptions-x86.c (mono_arch_find_jit_info): Fix build.
3533
3534 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3535
3536         * mini-exceptions.c (mini_jit_info_table_find): Add an 'out_domain' argument
3537         which will contain the domain where the method was found.
3538
3539         * exceptions-<ARCH>.c mini-exceptions.c: Update callers of
3540         mini_jit_info_table_find ().
3541
3542         * aot-compiler.c (xdebug_end_emit): Remove so stray debug code.
3543
3544         * branch-opts.c (mono_if_conversion): Avoid running deadce if it is disabled.
3545
3546 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3547
3548         * mini-x86.c (mono_arch_emit_prolog): Disable aot for methods with save_lmf
3549         set, its not supported yet.
3550
3551 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3552
3553         * aot-runtime.c (mono_aot_get_method): Avoid asserting if a array generic
3554         iface wrapper is not found.
3555         (mono_aot_get_method): Ditto for GetGenericValueImpl.
3556
3557 2009-10-21  Zoltan Varga  <vargaz@gmail.com>
3558
3559         * aot-runtime.c (mono_aot_get_method): Fix support for the IList<T> wrappers,
3560         which have a different name.
3561
3562         * aot-runtime.c (mono_aot_get_method): Special case the array generic iface
3563         wrappers and Array.GetGenericValueImpl ().
3564
3565         * aot-compiler.c: Avoid emitting some wrappers which are not needed anymore
3566         because of the change above.
3567
3568         * generics.cs: Add a test for full aot + generic array ifaces.
3569
3570 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
3571
3572         * aot-compiler.c (emit_plt): Remove duplicate 'debug_sym' variable 
3573         that hides the previous one.
3574
3575 2009-10-18  Zoltan Varga  <vargaz@gmail.com>
3576
3577         * aot-compiler.c (can_marshal_struct): Allow some System.dll structs to be
3578         marshalled. Fixes #541623.
3579
3580 2009-10-16  Zoltan Varga  <vargaz@gmail.com>
3581
3582         * aot-compiler.c (emit_extra_methods): Remove some asserts which are not needed.
3583
3584 2009-10-15  Zoltan Varga  <vargaz@gmail.com>
3585
3586         * mini.c (mono_op_imm_to_op): Handle OP_AND/OR/XOR_IMM.
3587
3588 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3589
3590         * mini-posix.c (sigprof_signal_handler):
3591         Implemented support for building stat call chans in different ways.
3592
3593 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3594
3595         * mini-exceptions.c (mono_find_jit_info):
3596         Also check that a jit info has been found (fixes a profiler crash).
3597
3598 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3599
3600         * mini.c (mono_codegen):
3601         Call mono_profiler_code_buffer_new with correct code address.
3602
3603 2009-10-14  Zoltan Varga  <vargaz@gmail.com>
3604
3605         * driver.c (mono_main): Change the date in the copyright.
3606
3607 2009-10-14  Mark Probst  <mark.probst@gmail.com>
3608
3609         * method-to-ir.c (mono_method_to_ir): Don't use a managed array
3610         allocator in shared generic code for open classes, because we
3611         can't get those classes' vtables.  We need to make managed
3612         allocators not depend on the vtable at compile-time to solve this.
3613
3614 2009-10-13  Martin Baulig  <martin@ximian.com>
3615
3616         * debug-mini.c (mono_debugger_trampoline_compiled): Add
3617         `const guint8 *trampoline' argument; send both the old and the new
3618         notification.
3619
3620 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
3621
3622         * aot-compiler.c (add_wrappers): Add a runtime invoke wrapper which is used by
3623         mono_runtime_capture_context () without calling mono_runtime_invoke ().
3624         (can_marshal_struct): Skip structures with auto layout.
3625
3626         * tramp-arm.c (GEN_TRAMP_SIZE): Increase this by 4.
3627
3628 2009-10-02  Zoltan Varga  <vargaz@gmail.com>
3629
3630         * mini-sparc.c (mono_arch_emit_setret): Emit long return values using OP_LMOVE.
3631         (mono_arch_create_vars): Instead of allocating a stack slot by hand, allocate
3632         a variable to hold the stack slot used by the int<->float conversion opcodes.
3633
3634         * mini-sparc.c (mono_arch_build_imt_thunk): Implement support for fail_tramp.
3635
3636 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
3637
3638         * aot-compiler.c (add_generic_class): Only add GetGenericValueImpl wrappers
3639         when using full-aot.
3640
3641 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
3642
3643         * aot-compiler.c (add_generic_class): Add an instance of GenericComparer<T> for
3644         each instance of Comparer<T>.
3645
3646         * generics.cs: Add a new test.
3647
3648 2009-10-09  Zoltan Varga  <vargaz@gmail.com>
3649
3650         * driver.c (parse_debug_options): Add a 'gdb' option.
3651
3652         * mini.c (mini_parse_debug_options): Add a 'gdb' option.
3653
3654         * image-writer.c: Add support for emitting the image into a memory buffer.
3655
3656         * dwarfwriter.c: Add support for sharing one IL file between multiple images.
3657
3658         * aot-compiler.c: Add support for registering debug info with GDB using the
3659         new JIT debugging interface in GDB 7.0. It can be turned on by setting
3660         MONO_XDEBUG to 'gdb'.
3661
3662 2009-10-10  Zoltan Varga  <vargaz@gmail.com>
3663
3664         * aot-compiler.c (mono_save_trampoline_xdebug_info): Implement this for the
3665         gdb mode.
3666
3667 2009-10-11  Zoltan Varga  <vargaz@gmail.com>
3668
3669         * aot-compiler.c (mono_save_xdebug_info): Emit a symbol for the method which
3670         can be used to set breakpoints in gdb.
3671
3672         * image-writer.c (bin_writer_emit_writeout): Add support for setting the text
3673         segment to an absolute address.
3674
3675 2009-10-13  Mark Probst  <mark.probst@gmail.com>
3676
3677         * method-to-ir.c: Use the managed array allocator method if
3678         available.
3679
3680 2009-10-13  Bill Holmes  <billholmes54@gmail.com>
3681
3682         * aot-compiler.c : Fix the MSVC builds
3683
3684         Code is contributed under MIT/X11 license.
3685
3686 2009-10-13  Zoltan Varga  <vargaz@gmail.com>
3687
3688         * aot-compiler.c (mono_save_xdebug_info): Group methods into groups of 10 to
3689         avoid registering 1 symbol file per method with gdb.
3690
3691 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
3692
3693         * mini-sparc.c: Fix the handling of enums with base type long.
3694
3695         * mini-sparc.c (mono_arch_output_basic_block): Fix IREM_UN_IMM.
3696
3697         * mini-sparc.c (mono_arch_allocate_vars): Use mono_class_from_mono_type ()
3698         instead of using type->data.klass as the later doesn't work with generics.
3699
3700 2009-09-25  Mark Probst  <mark.probst@gmail.com>
3701
3702         * method-to-ir.c, mini.h, mini-alpha.c, mini-amd64.c, mini-arm.c,
3703         mini-hppa.c, mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c,
3704         mini-s390x.c, mini-sparc.c, mini-x86.c: Thread.get_CurrentThread
3705         works differently now and we don't handle it in the JIT anymore.
3706
3707         * mini.c, mini-exceptions.c, mini-posix.c, debug-debugger.c,
3708         debug-mini.c, tramp-amd64.c, tramp-x86.c: Changes resulting from
3709         the Thread class split.
3710
3711 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
3712
3713         * driver.c: Don't run tests with the obsolete treeprop optimization.
3714
3715         * mini-sparc.c (mono_arch_create_vars): Make the component vars of a long ret
3716         variable volatile. Fixes #541577.
3717
3718         * basic-calls.cs: Add a new test.
3719
3720         * basic-long.cs: Remove tests which are now in basic-calls.cs.
3721
3722 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
3723
3724         * dwarfwriter.c (emit_debug_info_end): Disable this as it doesn't seem to
3725         work/required with recent iphone sdk versions.
3726
3727         * aot-compiler.c (add_wrappers): Generate PtrToStructure wrappers for more
3728         structures.
3729
3730         * decompose.c (mono_decompose_vtype_opts): Avoid reading uninitialized memory
3731         in the VCALL decomposition code.
3732
3733 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
3734
3735         * mini-ia64.c (mono_arch_output_basic_block): Fix ISHR/ISHR_IMM.
3736
3737         * basic.cs: Add a test.
3738
3739         * mini-ia64.c (mono_arch_build_imt_thunk): Implement support the virtual
3740         generic invokes.
3741
3742         * mini-exceptions.c (mini_jit_info_table_find): New helper function which
3743         searches all the domains of the current thread.
3744
3745         * exceptions-<ARCH>.c: Use it. Fixes #539394.
3746
3747 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
3748
3749         * exceptions-arm.c (mono_arm_throw_exception): Set ctx->ebp to fp instead of sp
3750         so catching exceptions thrown in the same method works. Fixes exception17.exe.
3751
3752         * tramp-arm.c (mono_arch_create_trampoline_code_full): Store NULL into lmf->method
3753         for non-jit trampolines.
3754
3755         * mini.c (mono_jit_runtime_invoke): Allow string ctors with dyn runtime invoke.
3756
3757         * aot-compiler.c (add_wrappers): Ditto.
3758
3759         * mini-arm.c: Implement support for passing vtypes and floats, and increase
3760         the size of the param area used by dyn_call to 6 which covers the majority of
3761         methods.
3762
3763         * mini.c aot-compiler.c: Allow dyn_call for string methods except ctors.
3764
3765         * mini-arm.c: Implement support for passing/receiving
3766         longs and receiving floats in the dyn_call code.
3767
3768         * mini-amd64.c: Implement support for receiving vtypes in registers in
3769         the dyn_call code.
3770
3771         * mini.c mini-amd64.c: Implement partial support for passing vtypes in
3772         the dyn_call code.
3773
3774 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
3775
3776         * mini-arm.c (get_call_info): Return more precise information in
3777         ArgInfo->regtype.
3778         (dyn_call_supported): Use the information in CallInfo.
3779
3780         * mini-arm.c: Enable support for returning vtypes in the dyn_call code.
3781
3782         * mini.c mini-amd64.c: Enable support for returning vtypes in the dyn_call
3783         code.
3784
3785         * mini-arm.c: Update after the dyn_call api changes.
3786
3787         * mini.c (mini_create_jit_domain_info): Register a destructor function
3788         for the runtime_invoke_hash.
3789
3790         * mini-amd64.c (mono_arch_get_dyn_call_args): Rename this to
3791         'mono_arch_dyn_call_start'. Pass the pointer to the return value buffer to
3792         this function.
3793         (mono_arch_get_dyn_call_ret): Rename this to 'mono_arch_dyn_call_finish'.
3794         (dyn_call_supported): Simplify this by using get_call_info ().
3795         (mono_arch_dyn_call_free): New destructor function.
3796
3797         * generics.cs: Remove a printf.
3798
3799         * method-to-ir.c (mono_method_to_ir): Allocate some param area for DYN_CALL.
3800
3801         * mini-arm.c: Add support for enum return values and passing a few arguments
3802         on the stack.
3803         
3804         * mini.c (mono_jit_runtime_invoke): Add support for enum return values to
3805         dyn invoke.
3806
3807         * mini-amd64.c (mono_arch_get_dyn_call_ret): Ditto.
3808
3809         * aot-compiler.c (add_wrappers): Add a few restrictions for the use of
3810         the dynamic invoke wrappers.
3811
3812         * mini-arm.c: Implement OP_DYN_CALL for arm.
3813
3814         * aot-compiler.c (add_wrappers): Avoid aot-ing runtime invoke wrappers
3815         supported by the dynamic runtime invoke wrapper.
3816
3817         * aot-compiler.c aot-runtime.c: Add support for encoding the dynamic
3818         runtime invoke wrapper.
3819
3820         * mini.c (mono_jit_runtime_invoke): Use the dynamic runtime invoke wrappers
3821         if possible when running with full-aot.
3822
3823         * mini-ops.h: Add OP_DYN_CALL opcode.
3824
3825         * mini-amd64.c method-to-ir.c: Add infrastructure for making method calls
3826         with dynamic arguments lists similar to libffi.
3827
3828 2009-09-19  Zoltan Varga  <vargaz@gmail.com>
3829
3830         * method-to-ir.c: Fix the previous change on 64 bit platforms.
3831         
3832         * method-to-ir.c: Applied patch from Rodrigo Kumpera. Allow an i8 argument
3833         to NEWARR.
3834
3835         * iltests.il.in: Add a new test.
3836         
3837 2009-09-18  Zoltan Varga  <vargaz@gmail.com>
3838
3839         * aot-compiler.c (add_generic_instances): Add more instances of
3840         GenericEqualityComparer.
3841
3842 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
3843
3844         * mini.c: Add asserts for mono_class_vtable calls that are not meant to fail.
3845
3846 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
3847
3848         * method-to-ir.c: Handle failures from mono_class_vtable. Added some
3849         comments on some functions that now can fail.
3850
3851 2009-09-17  Andrew Jorgensen  <ajorgensen@novell.com>
3852
3853         * Makefile.am: Add Info.plist to EXTRA_DIST
3854
3855 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
3856
3857         * method-to-ir.c (mono_method_to_ir): Allow AOT for CEE_LDTOKEN in
3858         static synchronized wrappers. Fixes #539500.
3859
3860 2009-09-14  Rodrigo Kumpera  <rkumpera@novell.com>
3861
3862         * jit-icalls.c (mono_class_static_field_address): handle vtable failure
3863         properly.
3864
3865 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
3866
3867         * mini-exceptions.c (mono_handle_exception_internal): Store the computed
3868         lmf before calling filter clauses as well. Fixes #539550.
3869
3870         * exceptions.cs: Add a test.
3871         
3872 2009-09-14  Zoltan Varga  <vargaz@gmail.com>
3873
3874         * aot-compiler.c (add_generic_class): Add instances of
3875         Array.GetGenericValueImpl as well.
3876
3877         * Makefile.am (fullaotcheck): Copy and aot more assemblies so linq
3878         can be tested too.
3879
3880         * generics.cs: Add a fullaot linq test.
3881
3882 2009-09-10  Zoltan Varga  <vargaz@gmail.com>
3883
3884         * aot-compiler.c (arch_emit_static_rgctx_trampoline): Don't clobber argument
3885         reg r1 on arm.
3886
3887 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
3888
3889         * mini-trampolines.c (mono_delegate_trampoline) : Call
3890           mono_cominterop_get_invoke if the delegate target object
3891           is a COM object.
3892
3893         Code is contributed under MIT/X11 license.
3894
3895 2009-09-09  Sebastien Pouliot  <sebastien@ximian.com>
3896
3897         * method-to-ir.c: For CoreCLR throw a SecurityException if an 
3898         internal call is defined outside platform code. Reduce code 
3899         duplication with existing [Method|Field]AccessException
3900
3901 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
3902
3903         * mini-x86.c (mono_arch_emit_call): Don't reduce stack usage by 4
3904         if the return value is a small struct passed on regs.
3905
3906 2009-09-09  Zoltan Varga  <vargaz@gmail.com>
3907
3908         * cpu-arm.md mini-arm.c: Remove unused opcodes.
3909
3910         * mini-codegen.c: Enable the cpu description validation for arm.
3911
3912 2009-09-08  Zoltan Varga  <vargaz@gmail.com>
3913
3914         * basic-calls.cs: Move the test_0_float_load_and_store_with_big_offset ()
3915         test which depends on structs to objects.cs.
3916         
3917         * basic-calls.cs: Remove calls to Console.WriteLine and throws, since those
3918         require object model related stuff working.
3919
3920         * cpu-x86.md mini-x86.c: Remove more unused opcodes.
3921
3922         * mini-ops.h: Fix OP_BIGMUL instruction descriptions.
3923
3924         * mini-codegen.c (mono_local_regalloc): Validate the cpu description 
3925         against the instruction metadata in mini-ops.h. amd64 only for now.
3926
3927         * mini-ops.h: Fix some instruction descriptions.
3928
3929         * mini-ops.h mini-x86.c mini-amd64.c cpu-<ARCH>.md: Remove some
3930         unused instructions.
3931
3932 2009-09-06  Zoltan Varga  <vargaz@gmail.com>
3933
3934         * exceptions.cs: Add a new test.
3935
3936 2009-09-05  Rodrigo Kumpera  <rkumpera@novell.com>
3937
3938         * mini-x86.c (needs_stack_frame): OSX requires full frames to keep proper alignment.
3939
3940 2009-09-06  Zoltan Varga  <vargaz@gmail.com>
3941
3942         * mini-llvm.c (mono_llvm_emit_method): Add a few more missing casts,
3943         skip empty phi opcodes.
3944         
3945         * mini-llvm.c (mono_llvm_emit_method): Handle unsigned volatile variables
3946         correctly by zero extending after loads. Skip methods containing calls
3947         to the monitor enter/exit trampolines.
3948
3949         * tramp-x86.c (mono_arch_create_trampoline_code): Align the stack
3950         when calling mono_thread_force_interruption_checkpoint ().
3951
3952         * mini.c (mini_method_compile): Disable llvm when AOT compiling.
3953
3954         * tramp-amd64.c (mono_arch_patch_callsite): Add support for 32 bit ->
3955         64 bit thunks.
3956         (mono_arch_nullify_class_init_trampoline): Read 'buf' instead of 'code'.
3957
3958         * mini-llvm.c (mono_llvm_emit_method): Add a few missing conversions so a 
3959         bootstrap could run.
3960
3961 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
3962
3963         * mini.c (mini_init): Set callbacks.get_runtime_build_info ().
3964
3965 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
3966
3967         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Pass the start
3968         of the method to
3969         mono_breakpoint_clean_code () when using LLVM as the prologues generated by
3970         LLVM might be very short.
3971
3972         * mini-x86.c (mono_arch_output_basic_block): Maintain stack alignment
3973         in OP_THROW/RETHROW.
3974
3975         * exceptions-x86.c: Rewrite the throw trampolines so they maintain stack
3976         alignment on osx.
3977
3978 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
3979
3980         * mini-amd64.c (mono_arch_get_vcall_slot): Pass the start of the method to
3981         mono_breakpoint_clean_code () when using LLVM as the prologues generated by
3982         LLVM might be very short.
3983
3984 2009-09-01  Zoltan Varga  <vargaz@gmail.com>
3985
3986         * exceptions-x86.c (throw_exception): Fix the previous change by substracting
3987         the alignment for the value of sp.
3988
3989 2009-09-01  Geoff Norton  <gnorton@novell.com>
3990
3991         * mini.c (mono_get_lmf_addr): Fix jit_thread_attach for native to 
3992         managed wrappers in full aot.
3993
3994 2009-08-31  Zoltan Varga  <vargaz@gmail.com>
3995
3996         * exceptions-x86.c (get_throw_exception): Align the stack on osx.
3997
3998 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
3999
4000         * mini-llvm-cpp.cpp mini-llvm.c: Update to latest llvm api.
4001
4002 2009-08-25  Zoltan Varga  <vargaz@gmail.com>
4003
4004         * aot-compiler.c (emit_exception_debug_info): Emit ei->flags too.
4005
4006         * aot-runtime.c (decode_exception_debug_info): Decode ei->flags from the
4007         saved info.
4008
4009         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
4010
4011         * aot-runtime.c aot-compiler.c: Emit exception causes fully so we don't
4012         depend on the info MonoMethodHeader which could be missing in IL stripped
4013         assemblies.
4014
4015 2009-08-25  Zoltan Varga  <vargaz@gmail.com>
4016
4017         * mini-arm.c (add_general): Fix the passing of 64 bit values on darwin, where
4018         they are only 4 byte aligned.
4019
4020 2009-08-21  Zoltan Varga  <vargaz@gmail.com>
4021
4022         * mini-arm.c (mono_arch_allocate_vars): Use FP as the frame pointer as
4023         was done previously, since using SP causes too many problems.
4024
4025         * exceptions-arm.c: Fix the handling of sp/fp so unwinding through
4026         frames without a frame pointer works.
4027
4028         * mini-arm.c (mono_arch_get_global_int_regs): Avoid using V5 as a
4029         global register in methods with calls, since the calls can go through
4030         a static rgctx trampoline which doesn't save it.
4031
4032 2009-08-19  Zoltan Varga  <vargaz@gmail.com>
4033
4034         * mini-arm.c (mono_arch_context_get_int_reg): Handle SP as well.
4035
4036 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
4037
4038         * aot-compiler.c (add_generic_instances): Fix the net 1.1 build.
4039
4040 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4041
4042         * method-to-ir.c: Fix warnings for uninitialized variables.
4043
4044 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4045
4046         * mini-exceptions.c:
4047         * aot-compiler.c: Fix printf warnings.
4048
4049 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
4050
4051         * aot-compiler.c (add_generic_instances): Add string[] wrapper methods.
4052         Add GetGenericValueImpl<string>.
4053         
4054         * aot-compiler.c (add_generic_instances): Add instances of
4055         GenericEqualityComparer<T> for primitive types. Only emit the array
4056         wrappers into the mscorlib image.
4057
4058 2009-08-15  Zoltan Varga  <vargaz@gmail.com>
4059
4060         * aot-runtime.c (load_method): Rename 'aot_module' -> 'amodule'. Allocate
4061         the methods_loaded array using amodule->info->nmethods.
4062
4063         * mini.h (MonoAotFileInfo): Add an 'nmethods' field.
4064         (MONO_AOT_FILE_VERSION): Bump this.
4065
4066         * aot-compiler.c: Emit more generic instances allowing some parts of linq
4067         to work.
4068
4069         * aot-runtime.c (mono_aot_get_unwind_info): Handle the case when the
4070         MonoJitInfo doesn't belong to its methods aot image.
4071
4072 2009-08-14  Zoltan Varga  <vargaz@gmail.com>
4073
4074         * mini-arm.c (mono_arch_allocate_vars): Use SP as the default frame reg.
4075
4076         * mini-arm.c: Fix warnings.
4077         
4078         * mini-arm.c (mono_arm_emit_load_imm): Only emit a movt if needed.
4079
4080         * mini-arm.c (mono_arm_emit_load_imm): Use movt/movw if the cpu
4081         supports it.
4082
4083 2009-08-12  Zoltan Varga  <vargaz@gmail.com>
4084
4085         * aot-compiler.c (arch_emit_imt_thunk): Rework the arm code to
4086         avoid clobbering IP.
4087
4088         * mini-trampolines.c (mono_magic_trampoline): Allocate a local to
4089         hold the trampoline argument, so its initial value is available during
4090         debugging.
4091
4092 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4093
4094         * exceptions-arm.c:
4095         * exceptions-hppa.c:
4096         * mini.c:
4097         * exceptions-s390x.c:
4098         * exceptions-mips.c:
4099         * exceptions-ppc.c:
4100         * exceptions-sparc.c:
4101         * exceptions-alpha.c:
4102         * aot-runtime.c:
4103         * mini-trampolines.c:
4104         * exceptions-x86.c:
4105         * exceptions-s390.c: add and use #define's instead of sizeof()
4106         for MonoJitInfo and MonoJitInfoTable.
4107
4108 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
4109
4110         * tramp-arm.c:
4111         * tramp-amd64.c:
4112         * tramp-ppc.c:
4113         * tramp-x86.c: use a #define instead of sizeof() for a few
4114         structures that use a zero-length array.
4115
4116 2009-08-07  Rodrigo Kumpera  <rkumpera@novell.com>
4117
4118         * method-to-ir.c (mono_method_to_ir/CEE_CONSTRAINED_): Handle the
4119         case when the method is dynamic. Fixes #529238.
4120
4121 2009-08-06  Zoltan Varga  <vargaz@gmail.com>
4122
4123         * mini.c (mono_jit_compile_method_inner): Throw an exception instead
4124         of asserting when a method is JIT compiled in full-aot mode.
4125
4126 2009-08-03  Jerry Maine  <crashfourit@gmail.com>
4127         
4128         Contributed under the terms of the MIT/X11 license by
4129         Jerry Maine <crashfourit@gail.com>.
4130         
4131         * fixed wrong dates in changelog.
4132
4133 2009-08-03  Jerry Maine  <crashfourit@gmail.com>
4134         
4135         Contributed under the terms of the MIT/X11 license by
4136         Jerry Maine <crashfourit@gail.com>.
4137
4138         * basic-simd.cs: added test for packed double square root.
4139         * cpu-amd64.md: added opcode info for packed double square root.
4140         * cpu-x86.md: added opcode info for packed double square root.
4141         * mini-ops.h: added IR opcode for packed double square root.
4142         * mini-x86.c: added IR to native translation code for packed double square root.
4143         * mini-amd64.c: removed todo for packed double square root.
4144         * simd-intrinsics.c: added method to IR opcode converstion for
4145         packed double square root.
4146
4147 2009-08-03 Jerry Maine <crashfourit@gmail.com>
4148
4149         Contributed under the terms of the MIT/X11 license by
4150         Jerry Maine <crashfourit@gail.com>.
4151
4152         * mini-amd64.c: Added a change to help tell the difference as 
4153         to what perpose the xmm register is being used--mainly to help
4154         with debuging.
4155         * mini-amd64.h: Changed callee regs to use 15 out of 16 
4156         (one used for special cases) xmm registers for both fp
4157         and simd ops. Added define to turn on new feature in the regalloc
4158         that allows fp and simd ops to share the xmm regs happily.
4159         * codegen.c: Added code to detect for which perpose an xmm reg is
4160         being used (fp or simd) and to translate back and forth to the
4161         correct logical reg bank (fp or simd) for 'spill load's.
4162
4163 2009-08-03 Jerry Maine <crashfourit@gmail.com>
4164
4165         Contributed under the terms of the MIT/X11 license by
4166         Jerry Maine <crashfourit@gail.com>.
4167
4168         * basic-simd.cs: Added tests for stressing the regalloc when running with
4169         16 simd regs and when simd and fp ops share the same reg bank.
4170
4171 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4172
4173         * method-to-ir.c (mini_emit_stobj): If we call mono_value_copy()
4174         in shared generic code, we might have to look up the class in the
4175         RGCTX.  If we use the class directly, compute its GC descriptor.
4176
4177 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4178
4179         * mini.c (mono_jit_runtime_invoke): Fix a warning.
4180
4181 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4182
4183         * mini.c (mono_jit_runtime_invoke): Initialize the class and
4184         check for errors. Fixed the case when the class with the Main
4185         method is broken.
4186
4187 2009-07-31 Jerry Maine <crashfourit@gmail.com>
4188
4189         Contributed under the terms of the MIT/X11 license by
4190         Jerry Maine <crashfourit@gail.com>.
4191
4192         * cpu-amd64.md: Fixed simple bug in machine discrition file.
4193
4194 2009-07-31  Zoltan Varga  <vargaz@gmail.com>
4195
4196         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_IREM_UN_IMM.
4197
4198 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
4199
4200         * method-to-ir.c: Fix naming of stelem and ldelem.
4201
4202 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
4203
4204         * driver.c (main_thread_handler): Check that the assembly loaded
4205         matches the filename when doing AOT.
4206
4207 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4208
4209         * mini.c: get_ip_from_sigctx installer has been removed, so don't
4210         call it anymore.
4211
4212         * mini-x86.h, mini-amd64.h, mini-ppc.h: UCONTEXT macros moved (to
4213         utils/mono-sigcontext.h).
4214
4215         * exceptions-amd64.c: Use the UCONTEXT_GREGS macro instead of an
4216         #ifdef.
4217
4218 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
4219
4220         * mini.c (mono_codegen):
4221         Call profiler hook to keep track of method code buffers.
4222
4223 2009-07-27  Mark Probst  <mark.probst@gmail.com>
4224
4225         * method-to-ir.c: Invoke write barriers for the
4226         Interlocked.(Compare)Exchange JIT intrinsics.
4227
4228 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
4229
4230         * Makefile.am (version.h): Fix issues when built out of tree.
4231         Remove some redundant 'grep's piped through 'sed's.
4232
4233 Fri Jul 24 17:28:37 CEST 2009 Steven Munroe  <munroesj@us.ibm.com>
4234
4235         This patch is contributed under the terms of the MIT/X11 license
4236
4237         * mini-ppc.c (mono_arch_output_basic_block):
4238         (OP_STOREI1_MEMBASE_REG): Handle 32-bit offsets combining addis
4239         for bits 32-47 with signed load/store diplacements for bits
4240         48-63.  Use prefered base/offset order for indexed form.
4241         (OP_STOREI2_MEMBASE_REG, OP_STORE_MEMBASE_REG): Same.
4242         (OP_LOAD_MEMBASE, OP_LOADI4_MEMBASE, OP_LOADU4_MEMBASE,
4243         OP_LOADI1_MEMBASE, OP_LOADU1_MEMBASE, OP_LOADU2_MEMBASE,
4244         OP_LOADI2_MEMBASE): Same.
4245         (OP_STORER8_MEMBASE_REG, OP_LOADR8_MEMBASE,
4246         OP_STORER4_MEMBASE_REG, OP_LOADR4_MEMBASE): Same.
4247         (OP_STOREI1_MEMINDEX): Use prefered base/offset order for
4248         indexed form.
4249         (OP_STOREI2_MEMINDEX, OP_STORE_MEMINDEX): Same.
4250         (OP_LOAD_MEMINDEX, OP_LOADI4_MEMINDEX, OP_LOADU4_MEMINDEX,
4251         OP_LOADU2_MEMINDEX, OP_LOADI2_MEMINDEX, OP_LOADU1_MEMINDEX,
4252         OP_LOADI1_MEMINDEX): Same
4253         (OP_LOADR4_MEMINDEX, OP_LOADR8_MEMINDEX, OP_STORER4_MEMINDEX,
4254         OP_STORER8_MEMINDEX): Same
4255         (OP_JMP): Use addis/addi sequence for int cfg->stack_usage
4256         computations.
4257         (mono_arch_emit_prolog): Handle 32-bit offsets combining addis
4258         for bits 32-47 with signed load/store diplacements for bits
4259         48-63.  Use prefered base/offset order for indexed form.
4260
4261 Fri Jul 24 16:57:12 CEST 2009 Steven Munroe  <munroesj@us.ibm.com>
4262
4263 This patch is contributed under the terms of the MIT/X11 license
4264
4265         * mini-ppc.c: Define PPC_MOVE_FPR_GPR and PPC_ISA_64.
4266         (mono_arch_get_vcall_slot): Fx pointer to int cast warning.
4267         (mono_arch_decompose_opts): Make OP_ICONV_TO_R4 and
4268         OP_ICONV_TO_R8 decompose conditional on !PPC_ISA_64.
4269         (mono_arch_output_basic_block) [OP_JMP]: Use ppc_load32 for
4270         cfg->stack_usage to avoid size warnings.
4271         (mono_arch_output_basic_block) [__mono_ppc64__]: Replace
4272         store/load sequence with mffgpr if PPC_MOVE_FPR_GPR is true.
4273         (mono_arch_output_basic_block) [!__mono_ppc64__]: For
4274         OP_ICONV_TO_R4 or OP_ICONV_TO_R8 and PPC_ISA_64 use fcfid
4275         to convert.
4276         (mono_arch_emit_prolog): Move mono_emit_unwind_op_def_cfa 
4277         after code varible is initialized.
4278         Add g_assert ppc_is_imm16 for ainfo->offset. Handle
4279         ainfo->size == 8 when ainfo->offset !ppc_is_imm16.
4280         (mono_arch_emit_epilog): 
4281         Move Use ppc_load32 for cfg->stack_usage to avoid size
4282         warnings.
4283
4284 2009-07-24  Mark Probst  <mark.probst@gmail.com>
4285
4286         * method-to-ir.c: The write barrier doesn't do the store anymore,
4287         so we have always to emit it.  Also, emit the wbarrier after the
4288         store.
4289
4290 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
4291
4292         * mini-arm.c (mono_arch_get_delegate_invoke_impls): Add a trampoline
4293         for argument count 3 too.
4294
4295 2009-07-23  Zoltan Varga  <vargaz@gmail.com>
4296
4297         * mini.c (mono_jit_compile_method_with_opt): Add an 'ex' argument to let
4298         the caller handle the exceptions.
4299         (mono_jit_runtime_invoke): Handle exceptions thrown while compiling the
4300         method. Fixes #524498.
4301
4302 2009-07-22  Geoff Norton  <gnorton@novell.com>
4303
4304         * mini-exceptions.c: Fix build on ia64.
4305
4306 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4307
4308         * mini-exceptions.c (ves_icall_get_frame_info): Use write
4309         barriers.
4310
4311 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
4312
4313         * mini-arm.c (mono_arch_emit_prolog): Fix thread attaching in aot
4314         code.
4315
4316 2009-07-20  Zoltan Varga  <vargaz@gmail.com>
4317
4318         * basic-simd.cs (Main): Pass args to the test driver.
4319
4320 2009-07-20  Geoff Norton  <gnorton@novell.com>
4321
4322         * mini-x86.h: Fix the x86 version guards to use Apple's
4323         properly defined macros.
4324
4325 2009-07-20  Geoff Norton  <gnorton@novell.com>
4326
4327         * mini-x86.c: Fix --trace on darwin-x86 and other systems which require
4328         aligned access.
4329
4330 2009-07-20  Zoltan Varga  <vargaz@gmail.com>
4331
4332         * mini.c (mono_jit_runtime_invoke): Speed this up by adding a hash to
4333         MonoJitDomainInfo which maps MonoMethod's to a structure containing all
4334         the information which is needed for invokes, so only one locking+hash table
4335         lookup is needed.
4336
4337         * aot-compiler.c: Add a 'tool-prefix' option to be used when cross-compiling.
4338         
4339         * aot-compiler.c (add_generic_instances): Emit instances of 
4340         GenericComparer<T> for primitive types.
4341
4342 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
4343
4344         * mini-posix.c: Fix linux build.
4345
4346 2009-07-19  Geoff Norton  <gnorton@novell.com>
4347
4348         * mini.h: Add prototypes for mono_runtime_syscall_fork and
4349         mono_gdb_render_native_backtraces
4350         * mini-darwin.c: Apple's syscall(SYS_fork) is very weird on x86,
4351         so we implement the sane semantics to the runtime here
4352         (mono_gdb_render_native_backtraces).  Apple also uses an ancient gdb
4353         so we need to call it differently (mono_gdb_render_native_backtraces)
4354         * mini-posix.c: Move the old semantics from mini.c to the prototypes
4355         here for default implementations.
4356         * mini.c: Refactor mono_handle_native_sigsegv so that we can properly
4357         support Apple's weird syscall (SYS_fork) implementation and not busy
4358         loop in abort() on native crashes on OSX anymore.
4359
4360 2009-07-18  Zoltan Varga  <vargaz@gmail.com>
4361
4362         * aot-runtime.c (load_method): Change the handling of the
4363         MONO_LASTAOT env variable so MONO_LASTAOT=0 means that no aot methods
4364         are used.
4365
4366         * mini.c (mono_patch_info_equal): Really fix the handling of RGCTX_FETCH.
4367
4368 2009-07-17  Zoltan Varga  <vargaz@gmail.com>
4369
4370         * mini.c (mono_patch_info_equal): Revert the last change for now as it
4371         seems to break the aot tests.
4372         
4373         * mini.c (mono_patch_info_equal): Fix the handling of 
4374         MONO_PATCH_INFO_RGCTX_FETCH.
4375
4376 2009-07-16  Zoltan Varga  <vargaz@gmail.com>
4377
4378         * unwind.c: Use TARGET_AMD64 instead of __x86_64__.
4379
4380         * mini.c (mono_patch_info_hash): Fix the handling of 
4381         MONO_PATCH_INFO_INTERNAL_METHOD.
4382         (mono_patch_info_equal): Ditto.
4383
4384 2009-07-16  Zoltan Varga  <vargaz@gmail.com>
4385
4386         * mini-llvm.c (mono_llvm_emit_method): Use module instead of ctx->module
4387         in a few places.
4388         
4389         * mini-llvm.c: Add some infrastructure for AOT support.
4390
4391 2009-07-15  Zoltan Varga  <vargaz@gmail.com>
4392
4393         * mini-llvm-cpp.c: Update to the latest llvm api.
4394         
4395         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Set the EnablePrettyStackTrace
4396         option to false to prevent llvm from installing signal handlers which
4397         trip up the gc.
4398         
4399 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4400
4401         * cpu-x86.md:
4402         * cpu-amd64.md: Revert previous change as those instructions
4403         take 2 separate arguments. Remember to read the arch docs more
4404         carefully next time.
4405
4406 2009-07-15  Zoltan Varga  <vargaz@gmail.com>
4407
4408         * mini-llvm-cpp.cpp (mono_llvm_build_alloca): Update to latest llvm api.
4409
4410 Wed Jul 15 17:20:27 CEST 2009 Paolo Molaro <lupus@ximian.com>
4411
4412         * mini-ppc.c: exploit multiple load/store units if available (rest of
4413         the change from Steven Munroe (<munroesj@us.ibm.com>) first patch at 
4414         http://bugzilla.novell.com/show_bug.cgi?id=487846).
4415
4416 Wed Jul 15 16:24:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
4417
4418         * mini-ppc.c: integrate most of Steven Munroe (<munroesj@us.ibm.com>)
4419         first patch at http://bugzilla.novell.com/show_bug.cgi?id=487846.
4420
4421 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
4422
4423         * cpu-x86.md: Fix missing clobbering from trancendental simd
4424         ops.
4425
4426         * cpu-amd64.md: Same.
4427
4428 2009-07-14 Jerry Maine <crashfourit@gmail.com>
4429
4430         Contributed under the terms of the MIT/X11 license by
4431         Jerry Maine <crashfourit@gail.com>.
4432
4433         * basic-simd.cs: Added tests for single and doulble indexers.
4434
4435         * cpu-amd64.md: Added simd opcode information.
4436
4437         * mini-amd64.c: Added IR to native simd generation code.
4438         Added simd register names and function that returns them.
4439
4440         * mini-amd64.h: Added marcos to turn on simd code compilation in
4441         amd64. Added max simd register count marco. Added caller/callee
4442         register mask marcos. Added marcos to use simd register bank.
4443
4444         * mini.h: Added helper marco for shufling dwords and simple
4445         floats.
4446
4447 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
4448
4449         * mini-llvm-cpp.cpp: Update to latest llvm SVN api.
4450
4451         * Makefile.am (mono_LDADD): Pass LLVM_LDFLAGS to the linked.
4452
4453         * unwind.c (mono_unwind_get_ops_from_fde): Make this return
4454         the length of the native code as well.
4455
4456         * basic-simd.cs: Add a test for #521662.
4457
4458 Mon Jul 13 17:58:50 CEST 2009 Paolo Molaro <lupus@ximian.com>
4459
4460         * mini-ppc.c: fixed bug introduced by Steven's TLS changes.
4461
4462 2009-07-13  Mark Probst  <mark.probst@gmail.com>
4463
4464         * mini.c: Register function for getting the IP from a signal
4465         context with metadata.
4466
4467 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
4468
4469         * method-to-ir.c (mono_method_to_ir): When calling a gshared method,
4470         call a generic class init trampoline if needed. Fixes #519336.
4471
4472         * generics.cs: Add a test.
4473         
4474 2009-07-09  Mark Probst  <mark.probst@gmail.com>
4475
4476         * method-to-ir.c: When doing a call which might be remote from
4477         shared generic code to other shared code with open type arguments,
4478         get the remoting invoke wrapper from the RGCTX and do an indirect
4479         call to it.
4480
4481 2009-07-03  Zoltan Varga  <vargaz@gmail.com>
4482
4483         * mini-trampolines.c (get_unbox_trampoline): Add an rgctx trampoline
4484         after the unbox trampoline in the full-aot case.
4485
4486 2009-07-02  jonas echterhoff <jonas@unity3d.com>
4487         
4488         * mini.c: Move initialization of jit_mutex before debugger initialization
4489         
4490         to avoid crashes.
4491         
4492         
4493         * Info.plist: added Info.plist and link flag to enable the mono executable
4494         to access other processes. Requires codesigning of the executable to work.
4495         
4496         * mdb-debug-info32-darwin.s: The same as mdb-debug-info32.s, changed to 
4497         
4498         compile on OS X.
4499         
4500
4501 2009-06-30  Zoltan Varga  <vargaz@gmail.com>
4502
4503         * driver.c (mini_regression): Handle loading errors. Fixes #508869.
4504
4505 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
4506
4507         * mini-exceptions.c (get_generic_context_from_stack_frame): Fix the case
4508         when the generic instance is an instantiation of a subclass of the
4509         methods class. Fixes #517166.
4510
4511 2009-06-26  Zoltan Varga  <vargaz@gmail.com>
4512
4513         * mini-amd64.c (mono_arch_emit_prolog): Fix thread attaching in AOTed
4514         code.
4515
4516         * mini.c (mono_jit_thread_attach): Allow domain to be NULL for calls from
4517         AOTed code.
4518
4519         * CMakeLists.txt: Add minimal support for installation.
4520
4521 2009-06-25  Zoltan Varga  <vargaz@gmail.com>
4522
4523         * aot-compiler.c (emit_and_reloc_code): Factor out the code to
4524         determine whenever a method is directly callable to a separate function.
4525
4526         * mini-<ARCH>.c tramp-<ARCH>.c: Remove needless casts and add new
4527         needed ones as a result of the previous change.
4528
4529         * mini-<ARCH>.c tramp-<ARCH>.c: Use mgreg_t* as the
4530         type of register arrays.
4531
4532         * mini-trampolines.c tramp-<ARCH>.c aot-runtime.c: Use mgreg_t* as the
4533         type of register arrays.
4534
4535 2009-06-24  Jerry Maine  <crashfourit@gmail.com>
4536         
4537         Contributed under the terms of the MIT/X11 license by
4538         Jerry Maine <crashfourit@gail.com>.
4539
4540         * mini-amd64.c: Added code to convert simd IR to native amd64 sse.
4541
4542 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4543
4544         * aot-compiler.c (emit_plt): Define debug labels for most plt entries.
4545
4546 2009-06-24  Neale Ferguson <neale@sinenomine.net>
4547
4548         * mini-s390x.c: Correct LCONV_TO_Ix and ICONV_TO_Ix routines. Fix leave_method
4549         dump of structure return value. Fix some formatting.
4550         * cpu-s390x.md: Fix lengths of instruction sequences.
4551         * mini-s390.c: Minor formatting changes.
4552
4553 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4554
4555         * mini-x86.h: Applied patch from Romain Tartiere (romain@blogreen.org).
4556         Use sigaction on freebsd as well.
4557
4558 2009-06-23  Zoltan Varga  <vargaz@gmail.com>
4559
4560         * mini.h: Don't define MONO_ARCH_HAVE_TLS_GET to 0, as some code
4561         uses #ifdef on it.
4562         
4563         * mini.c (mini_init): Revert a change which breaks cross-compilation.
4564
4565 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4566
4567         * mini-ppc.c, cpu-ppc.md: Enable TLS on Darwin/G4.
4568
4569 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4570
4571         * mini.c, mini.h: Tell the runtime whether we support MONO_TLS.
4572
4573 2009-06-20  Martin Baulig  <martin@ximian.com>
4574
4575         * debug-mini.c
4576         (MonoDebuggerThreadFlags): New enum typedef.
4577         (MonoDebuggerThreadInfo): Added `guint32 thread_flags'.
4578         (mono_debugger_thread_created): Added `gpointer func' argument;
4579         initialize the new `thread_flags' field.
4580
4581 2009-06-18  Martin Baulig  <martin@ximian.com>
4582
4583         * debug-debugger.h (MonoDebuggerRuntimeFlags): New enum typedef.
4584         (MonoDebuggerInfo): Renamed the `dummy' field info `runtime_info'.
4585
4586         * debug-debugger.c
4587         (mini_debugger_set_attach_ok): New function; sets the attach-ok
4588         flag in `MONO_DEBUGGER__info.runtime_info'.
4589
4590         * driver.c
4591         (mono_main): Call mini_debugger_set_attach_ok() if generics
4592         sharing is disabled.
4593
4594 2009-06-22  Zoltan Varga  <vargaz@gmail.com>
4595
4596         * aot-compiler.c (add_wrappers): Fix a warning.
4597
4598         * mini-ppc.c tramp-ppc.c exceptions-ppc.c aot-compiler.c: Update after
4599         the ppc load/store macro changes.
4600
4601 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
4602
4603         * tramp-ppc.c (mono_arch_patch_plt_entry): Implement this.
4604
4605         * aot-compiler.c (mono_compile_assembly): Sanitize the plt symbol too,
4606         not just the got symbol.
4607
4608         * mini-ppc.c aot-compiler.c unwind.c: Implement generation of unwind info
4609         on ppc.
4610
4611         * aot-compiler.c unwind.c: Add infrastructure for unwind support on
4612         ppc.
4613         
4614         * aot-compiler.c: Remove some fixmes.
4615
4616         * driver.c (mono_main): Print a helpful message when cross-compiling.
4617
4618         * mini.c (mini_init): Disable signal handlers when cross-compiling.
4619
4620         * method-to-ir.c (initialize_array_data): Do the optimization if the
4621         target byte order is little endian, instead of the host byte order.
4622
4623         * aot-compiler.c: Emit sizes for most symbols, only emit runtime-invoke
4624         wrappers into the mscorlib image, Emit a unique plt symbol for each
4625         image, emit symbols for plt entries.
4626
4627         * image-writer.c (img_writer_emit_symbol_size): New function to emit
4628         a .size directive.
4629         
4630 2009-06-20  Zoltan Varga  <vargaz@gmail.com>
4631
4632         * aot-compiler.c (add_wrappers): Avoid calling 
4633         mono_marshal_get_type_info () since it can assert for some types.
4634
4635         * method-to-ir.c (mono_method_to_ir): Disable aot when some forms of 
4636         ldtoken are used inside wrappers.
4637
4638         * helpers.c: Add support for prefixing tools with the arch name.
4639
4640         * mini.h (OP_LOADR_MEMBASE): New opcodes to load/store pointer sized
4641         quantities when using ilp32.
4642
4643         * mini-codegen.c: Use OP_LOADR_MEMBASE/OP_STORER_MEMBASE for loading/storing
4644         spill slots. Use sizeof(mgreg_t) for the spill slot size.
4645
4646         * image-writer.c: Use .long on ilp32.
4647
4648         * aot-compiler.c: Use 32 bit loads on ilp32.
4649         
4650 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
4651
4652         * tramp-ppc.c (mono_arch_create_trampoline_code): Fix the ppc build.
4653
4654         * mini-ops.h: Use TARGET_POWERPC define for consistency.
4655
4656         * patch-info.h: Add 'MSCORLIB_GOT_ADDR' patch type.
4657
4658         * aot-compiler.c aot-runtime.c: Put the mscorlib got address into the 
4659         second got slot of every aot image.
4660         
4661         * aot-compiler.c aot-runtime.c mini-trampolines.c: Add support for
4662         aot on platforms with function pointers.
4663
4664         * mini-ppc.h mini-ppp.c cpu-ppc.md exceptions-ppc.c tramp-ppc.c: Add
4665         support for aot/full aot on ppc/ppc64.
4666         
4667         * tramp-<ARCH>.c (mono_arch_patch_plt_entry): Add 'got' and 'regs'
4668         arguments which are needed on ppc.
4669
4670         * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Add 'regs'
4671         argument.
4672
4673         * mini-trampolines.c aot-runtime.c: Update after the above changes.
4674         
4675         * liveness.c (BITS_PER_CHUNK): Use MONO_BITSET_BITS_PER_CHUNK.
4676
4677         * regalloc2.c (BITS_PER_CHUNK): Ditto.  
4678
4679         * aot-compiler.c (emit_got_info): Fix reading unused memory.
4680
4681         * ir-emit.h (alloc_dreg): Add a 'return -1' to quiet some compilers.
4682
4683 2009-06-17  Geoff Norton  <gnorton@novell.com>
4684
4685         * aot-compiler.c: Ensure we dont try to close a null dwarf writer.
4686
4687 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
4688
4689         * dwarfwriter.c (mono_dwarf_writer_create): Add an 'appending' parameter
4690         to control whenever the dwarf writer is in xdebug or aot mode.
4691         (emit_class_dwarf_info): Use a separate abbrev for structures without
4692         children.
4693
4694         * aot-compiler.c: Pass the appending parameter to 
4695         mono_dwarf_writer_create ().
4696
4697         * branch-opts.c (mono_merge_basic_blocks): Fix the case when bbn
4698         falls through to its next bblock. Fixes #513931.
4699
4700         * iltests.il: Add a test.
4701
4702         * dwarfwriter.c (mono_dwarf_writer_emit_base_info): Emit some line number
4703         infor even if emit_line is FALSE, as the apple linker seems to require it.
4704
4705         * image-writer.c (asm_writer_emit_symbol_diff): Call get_label ().
4706
4707         * dwarfwriter.c (emit_cie): Emit a separate symbol for the cie start, as
4708         gcc does.
4709         (emit_fde): Ditto.
4710
4711 2009-06-15  Zoltan Varga  <vargaz@gmail.com>
4712
4713         * exceptions-mips.c (mono_arch_get_throw_exception_by_name): Fix the
4714         mips build.
4715
4716 2009-06-13  Zoltan Varga  <vargaz@gmail.com>
4717
4718         * mini.h (struct MonoBasicBlock): Add 'has_jump_table' and 
4719         'has_call_handler' fields.
4720
4721         * method-to-ir.c (mono_method_to_ir): Set them if needed.
4722
4723         * branch-opts.c (mono_merge_basic_blocks): Avoid iterating through the
4724         first bblock if not needed. Fixes #512790.
4725         
4726 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4727
4728         * aot-compiler.c (mono_compile_assembly): Fix a warning.
4729         
4730         * aot-compiler.c (add_wrappers): Don't emit remoting-invoke-with-check
4731         wrappers.
4732
4733         * aot-runtime.c (mono_aot_get_method): Use the original method's code for
4734         remoting-invoke-with-check wrappers, which are not needed when running with
4735         full-aot, since it doesn't support remoting.
4736         
4737 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4738
4739         * aot-compiler.c (emit_got_info): Don't emit offsets for the plt got entries.
4740
4741         * aot-compiler.c aot-runtime.c: Don't emit the first got offset in the
4742         method info, it is not used anymore.
4743
4744         * mini.h: Bump AOT file format version.
4745         
4746         * aot-compiler.c (arch_emit_plt_entry): Make the arm plt entries one
4747         word smaller.
4748
4749         * aot-runtime.c (mono_aot_get_plt_info_offset): Update after the
4750         change above.
4751         
4752         * tramp-arm.c (mono_arch_patch_plt_entry): Ditto.
4753
4754         * mini.h: Bump AOT file format version.
4755         
4756 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4757
4758         * image-writer.c (asm_writer_emit_symbol_diff): Disable the 
4759         TARGET_ASM_APPLE stuff for now, as it doesn't seem to work on the
4760         iphone.
4761
4762         * mini-arm.c (mono_arch_output_basic_block): Fix the implementation
4763         of CKFINITE and FBGE for VFP.
4764
4765 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
4766
4767         * aot-compiler.c: Don't align code to 16 bytes on arm.
4768         
4769         * aot-compiler.c (emit_method_code): Emit the unbox trampolines right
4770         before the methods they belong to.
4771
4772         * aot-runtime.c (mono_aot_plt_resolve): Avoid creating trampolines in
4773         the full-aot case if possible, since the trampoline will be called right 
4774         away.
4775
4776         * aot-compiler.c (mono_compile_assembly): Decrease the number of full aot
4777         trampolines to 1024 after the change above.
4778
4779         * aot-compiler.c (arch_emit_specific_trampoline): Rework the arm
4780         trampoline to save 8 bytes per trampoline.
4781
4782         * tramp-arm.c (mono_arch_create_trampoline_code_full): Update after the
4783         change above.
4784
4785 2009-06-08  Zoltan Varga  <vargaz@gmail.com>
4786
4787         * aot-compiler.c: Use acfg->temp_prefix instead of .L to prefix labels.
4788
4789 2009-06-08  Martin Baulig  <martin@ximian.com>
4790
4791         * debug-mini.c
4792         (MonoDebuggerExceptionAction): Moved into debug-mini.h.
4793         (_mono_debugger_throw_exception): Don't make this static.
4794         (_mono_debugger_unhandled_exception): Likewise.
4795         (mono_debugger_handle_exception): Moved to mini-exceptions.c
4796
4797         * debug-mini.c
4798         (MonoDebuggerExceptionAction): Moved here from debug-mini.c.
4799         (_mono_debugger_throw_exception): Add function prototype.
4800         (_mono_debugger_unhandled_exception): Likewise.
4801
4802         * mini-exceptions.c
4803         (mono_handle_exception_internal): Added `MonoJitInfo **out_ji'
4804         arg; return the first exception handler if the exception is caught
4805         and we're running inside the debugger.
4806         (mono_debugger_handle_exception): Moved here from debug-mini.c;
4807         improve exception handle inside runtime-invoke, check whether the
4808         exception is actually caught in the method being invoked and not
4809         by the runtime-invoke-wrapper.
4810
4811 2009-06-08  Zoltan Varga  <vargaz@gmail.com>
4812
4813         * image-writer.c: Improve support for the osx assembler.
4814
4815         * dwarfwriter.c: Avoid the usage of subsections if the assembler doesn't
4816         support them.
4817
4818 2009-06-08  Martin Baulig  <martin@ximian.com>
4819
4820         * debug-mini.c
4821         (MonoDebuggerExceptionAction): Moved into debug-mini.h.
4822         (_mono_debugger_throw_exception): Don't make this static.
4823         (_mono_debugger_unhandled_exception): Likewise.
4824         (mono_debugger_handle_exception): Moved to mini-exceptions.c
4825
4826         * debug-mini.c
4827         (MonoDebuggerExceptionAction): Moved here from debug-mini.c.
4828         (_mono_debugger_throw_exception): Add function prototype.
4829         (_mono_debugger_unhandled_exception): Likewise.
4830
4831         * mini-exceptions.c
4832         (mono_handle_exception_internal): Added `MonoJitInfo **out_ji'
4833         arg; return the first exception handler if the exception is caught
4834         and we're running inside the debugger.
4835         (mono_debugger_handle_exception): Moved here from debug-mini.c;
4836         improve exception handle inside runtime-invoke, check whether the
4837         exception is actually caught in the method being invoked and not
4838         by the runtime-invoke-wrapper.
4839
4840 2009-06-07  Zoltan Varga  <vargaz@gmail.com>
4841
4842         * image-writer.c (append_subsection): Don't align subsections of the
4843         debug_line section as a workaround.
4844
4845         * dwarfwriter.c: Emit line number info in the AOT case as well.
4846
4847 2009-06-06  Steven Munroe  <munroesj@us.ibm.com>
4848
4849         This patch is contributed under the terms of the MIT/X11 license
4850
4851        * mini-ppc.c (mono_arch_emit_exceptions): Change assert to
4852        code_len <= code_size
4853
4854 2009-06-06  Zoltan Varga  <vargaz@gmail.com>
4855
4856         * mini-mips.c (mips_emit_exc_by_name): Fix the mips build.
4857
4858 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4859
4860         * aot-compiler.c aot-runtime.c: Delete references to static rgctx
4861         invoke wrappers, we now use trampolines instead.
4862
4863 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4864
4865         * mini-darwin.c: The exception thread must not be registered with
4866         the GC.
4867
4868 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4869
4870         * mini-gc.c: Disable the code because it makes SGen crash.
4871
4872 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
4873
4874         * aot-compiler.c (mono_compile_assembly): Handle file open errors gracefully
4875         instead of asserting.
4876
4877 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4878
4879         * aot-compiler.c (mono_compile_assembly): Move the creation of the
4880         output file after the code has been compiled.
4881
4882 2009-05-30  Zoltan Varga  <vargaz@gmail.com>
4883
4884         * tramp-ppc.c (mono_arch_get_static_rgctx_trampoline): Fix 64 bit support.
4885
4886 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4887
4888         * aot-compiler.c aot-runtime.c: Get rid of the shared/non-shared got
4889         entries distinction to simplify the code.
4890
4891         * mini.h: Bump AOT file format version.
4892         
4893 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
4894
4895         * objects.cs: Fix the signature of one of the tests.
4896
4897         * mini.c (mini_create_ftnptr): New helper function, moved here from
4898         object.c.
4899         (mini_get_addr_from_ftnptr): Ditto.
4900         (mini_init): Install the new helpers.
4901
4902 2009-05-28  Martin Baulig  <martin@ximian.com>
4903
4904         Correctly initialize the debugger when embedding Mono.
4905
4906         * mdb-debug-info32.s, mdb-debug-info64.s: Add a global variable
4907         `MONO_DEBUGGER__using_debugger' to the `.mdb_debug_info' section;
4908         see documentation in mini_debug_running_inside_mdb().
4909
4910         * debug-debugger.c
4911         (mini_debug_running_inside_mdb): New function to check whether
4912         we're running inside mdb.
4913
4914         * mini.c (mini_init): Call mini_debugger_init() if we're running
4915         inside the debugger.
4916
4917         * driver.c (mono_main): Moved the call to mini_debugger_init()
4918         into mini_init() to make this work when embedding Mono.
4919
4920         * debug-debugger.c (mini_debugger_init): Warn about duplicate
4921         calls to mini_debugger_init().
4922
4923         * mini.h: Rename mono_debugger_init() -> mini_debugger_init(),
4924         mono_debugger_main() -> mini_debugger_main() and put them inside a
4925         `MONO_DEBUGGER_SUPPORTED' conditional.
4926
4927 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
4928
4929         * mini-trampolines.c: Kill mono_find_delegate_trampoline_by_addr as
4930         this is no longer in use.
4931         * mini.h: Same.
4932
4933 2009-05-26  Zoltan Varga  <vargaz@gmail.com>
4934
4935         * mini-sparc.c (add_outarg_load): Fix the sparc build.
4936
4937         * aot-compiler.c (emit_method_code): Always write out C style symbols for
4938         methods.
4939
4940 2009-05-27  Martin Baulig  <martin@ximian.com>
4941
4942 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4943
4944         * mini-x86.c (mono_arch_output_basic_block): Fix the precision of
4945         long_conv_to_r_un to 64 bits.
4946
4947         * cpu-x86.md: Increase the instruction size due to the changes.
4948
4949         * iltests.il.in: Add regression test.
4950
4951         Fixes #467201.
4952
4953 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4954
4955         * objects.cs: Move the previous test from basic.cs to here.
4956
4957 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4958
4959         * basic.cs: Add regression test for #506915.
4960
4961 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4962
4963         * method-to-ir.c (mono_method_to_ir): When doing the ldobj+stobj
4964         optimization we must check the bb of the first byte of stobj as
4965         it's the only one set in cil_offset_to_bb.
4966
4967         Fixes #506915.  
4968
4969 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
4970
4971         * image-writer.c: Fix pointer directive on ppc64.
4972
4973 2009-05-24  Zoltan Varga  <vargaz@gmail.com>
4974
4975         * image-writer.c (asm_writer_emit_section_change): Avoid using
4976         .bss subsections on ppc too.
4977
4978 2009-05-23  Zoltan Varga  <vargaz@gmail.com>
4979
4980         * image-writer.c: Fix the definition of TARGET_ASM_....
4981         
4982         * image-writer.c: Fix the emission of assembler directives in the last
4983         change.
4984
4985         * mini-ppc.c (mono_arch_emit_exceptions): Increase the size of the
4986         exception throwing code to accomodate ppc64.
4987
4988         * tramp-ppc.c (mono_arch_get_nullified_class_init_trampoline): Increase the
4989         size to work on ppc64 too.
4990
4991         * mini-ppc.h (MonoCompileArch): Enable static rgctx trampolines on ppc64
4992         too.
4993
4994         * image-writer.c: Clean up the #ifdef hell a bit by adding defines for
4995         the assembler dialect instead of using platform specific defines.
4996
4997 2009-05-22  Geoff Norton  <gnorton@novell.com>
4998
4999         * mini-arm.c (get_call_info): If a structure is split between the stack
5000         and argument registers, we should not advance the stack pointer by the entire
5001         native size, but just by the amount that spilled.
5002
5003 2009-05-22  Zoltan Varga  <vargaz@gmail.com>
5004
5005         * mini-arm.c (get_call_info): Handle structures with alignment requirements
5006         correctly.
5007
5008 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
5009
5010         * aot-compiler.c (emit_extra_methods): Encode direct runtime invoke
5011         wrappers normally.
5012         
5013         * aot-compiler.c (add_extra_method): Fix up the collection of extra
5014         methods so wrapper don't get added twice.
5015         (add_generic_instances): Don't add methods of arrays.
5016
5017         * generics.cs: Mark one test as !FULLAOT.
5018
5019 2009-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
5020
5021         * mini-x86.c (emit_move_return_value): Remove unused vars.
5022
5023 2009-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
5024
5025         * mini-x86.c (mono_arch_emit_call): The decompose code now supports
5026         decomposing 8 bytes structs into a LCALL.
5027
5028         * mini-x86.c (emit_move_return_value): We no longer push the vtype
5029         pointer for where to store the returned regs.
5030
5031         * decompose.c (mono_decompose_vtype_opts): Fix the comment to properly
5032         state the concern.
5033
5034         Fixes #471747, #471751 and #4734530 (in fact, it's a bunch of dups).
5035
5036 2009-05-20  Miguel de Icaza  <miguel@novell.com>
5037
5038         * aot-runtime.c (mono_aot_init): Use g_getenv to work on systems
5039         without getenv.
5040
5041 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
5042
5043         * aot-compiler.c (add_wrappers): Add StructureToPtr/PtrToStructure wrappers.
5044
5045         * basic.cs: Move the test_2_cprop_bug () test to generics.cs as it involves
5046         generics.
5047
5048 2009-05-20 Rodrigo Kumpera  <rkumpera@novell.com>
5049
5050         * local-propagation.c (mono_local_cprop): Avoid local propagation
5051         across paired add/sub if the first instruction dest reg is it's
5052         source reg. For example:
5053
5054         int_add_imm R12 <- R12 [1] clobbers: 1
5055         int_sub_imm R42 <- R12 [1] clobbers: 1
5056
5057         The cprop pass would wrongly const prop + 1 to int_sub_imm which doesn't
5058         maintain the math identify.
5059
5060         Fixes #505375.
5061
5062 2009-05-20  Andreia Gaita  <avidigal@novell.com>
5063
5064         * Makefile.am: avoid going on the network just to get the revision,
5065         use git log instead
5066
5067 2009-05-19  Massimiliano Mantione  <massi@ximian.com>
5068
5069         Fixed estimate for short branches on amd64 (they were off mark, and
5070         enabling call prolog-epilog instrumentations caused assertions).
5071         * mini.h (struct MonoBasicBlock): added max_length field to hold the
5072         estimate for the maximum length of this basic block.
5073         * mini-amd64.c:
5074         - mono_arch_emit_prolog: compute max_length for each basic block
5075           (instead of max_offset), and inflate size estimate also for entry bb
5076           in case of code instrumentation.
5077         - mono_arch_output_basic_block: get rid of "cpos" (the current
5078           estimated "position" in the code), and always use "offset" instead,
5079           which is accurate; at the beginning of the function quickly recompute
5080           max_offset for all the remaining blocks, starting from the current
5081           cfg->code_len (which is correct, and not estimated) and using the
5082           estimated block lengths computed previously.
5083
5084 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
5085
5086         * exceptions-ppc.c: Remove the caching from the trampoline creation 
5087         functions, it is already done in the caller.
5088
5089         * mini-trampolines.c (mono_llvm_vcall_trampoline): Fix the llvm build.
5090
5091         * mini-ppc.h mini-arm.h mini-x86.h mini-amd64.h: Add 
5092         MONO_ARCH_GSHARED_SUPPORTED define.
5093
5094         * mini.c (mini_init): Use the MONO_ARCH_GSHARED_SUPPORTED define.
5095
5096         * mini-arm.c mini.c: Get rid of the unused mono_arch_fixup_jinfo ()
5097         function.
5098
5099 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
5100
5101         * jit-icalls.c (mono_helper_compile_generic_method): Get rid of the 
5102         call to mono_marshal_get_rgctx_invoke ().
5103
5104         * mini.c method-to-ir.c mini-trampolines.c: Get rid of the usage of
5105         mono_marshal_get_static_rgctx_invoke (), all platforms which support
5106         gshared use the static rgctx trampolines now.
5107         
5108         * mini.c (mini_init): Call mono_set_generic_sharing_supported () if the
5109         platform supports it.
5110
5111 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5112
5113         * mini-arm.c (mono_arch_allocate_vars): Correctly save R5 when using AOT.
5114
5115         * aot-compiler.c (emit_method_code): Avoid duplicate labels for methods.
5116
5117 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5118
5119         * mini-ppc.c (mono_arch_emit_exceptions): Nullify the processed patches.
5120
5121         * tramp-ppc.c (mono_arch_nullify_class_init_trampoline): Implement this
5122         for ppc.
5123
5124 2009-05-15  Massimiliano Mantione  <massi@ximian.com>
5125
5126         Made it possible for mono_arch_instrument_epilog to preserve
5127         argument registers, otherwise instrumenting the "epilogue" before
5128         a tail call would clobber them.
5129         * mini.h: Added "mono_arch_instrument_epilog_full" prototype, which
5130         if like mono_arch_instrument_epilog but with an additional parameter
5131         that states if argument registers must be preserved.
5132         * mini.c: implemented mono_arch_instrument_epilog as a call to
5133         mono_arch_instrument_epilog_full without asking to preserve argument
5134         registers (this makes the existing code work as usual).
5135         * mini-amd64.c:
5136         - mono_arch_instrument_epilog: add parameter to transform it into
5137         mono_arch_instrument_epilog_full, and preserve argument registers
5138         when required.
5139         - mono_arch_output_basic_block, OP_TAILCALL case: call
5140         mono_arch_instrument_epilog_full.
5141         * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
5142         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c, mini-x86.c:
5143         only transformed mono_arch_instrument_epilog into
5144         mono_arch_instrument_epilog_full.
5145
5146 2009-05-15  Geoff Norton  <gnorton@novell.com>
5147
5148         * mini-darwin.c: This works on arm now.
5149
5150 2009-05-14  Geoff Norton  <gnorton@novell.com>
5151
5152         * jit.h, driver.c: Allow full-aot to be decided programatically by the
5153         embedding api.
5154
5155 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5156
5157         * aot-compiler.c (emit_method_code): Skip a few more characters in the debug
5158         label names.
5159
5160         * mini-trampolines.c (mono_magic_trampoline): Handle static rgctx invoke
5161         wrappers during full aot mode correctly.
5162
5163         * aot-runtime.c (mono_aot_get_unbox_trampoline): Handle shared generic
5164         methods correctly.
5165
5166         * aot-compiler.c (mono_aot_method_hash): Use our internal version of
5167         mono_metadata_type_hash ().
5168
5169 2009-05-14  Massimiliano Mantione  <massi@ximian.com>
5170
5171         * mini.h, mini-codegen.c, mini-alpha.c, mini-amd64.c, mini-arm.c,
5172         mini-hppa.h, mini-hppa.c, mini-ia64.c, mini-mips.h, mini-mips.c,
5173         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c, mini-886.c:
5174         Removed MONO_INST_BRLABEL from the instruction flags, and the
5175         remaining code that used it, because we do not support branches inside
5176         basic blocks (and branch target labels) anymore.
5177         * Makefile.am: As part of the above cleanup, remove reference to
5178         BURG files which don't exist anymore.
5179
5180 2009-05-14  Zoltan Varga  <vargaz@gmail.com>
5181
5182         * image-writer.c (asm_writer_emit_local_symbol): Make this a nop on
5183         osx.
5184
5185         * mini-mips.c mini-mips.h exceptions-mips.c: Transition the mips backend
5186         to use mono_arch_throw_corlib_exception.
5187
5188         * mini-ppc.c mini-ppc.h exceptions-ppc.c: Use 
5189         mono_arch_throw_corlib_exception for throwing corlib exceptions.
5190
5191         * aot-runtime.c (decode_patch): Allocate the data for R4/R8 from the
5192         domain mempool.
5193
5194         * mini.c (mono_patch_info_dup_mp): Copy the table of switch targets too.
5195
5196         * aot-compiler.c: Emit a local symbol prefixed with the assembly name 
5197         for the got to make debugging easier and to avoid confusing it with the
5198         system got.
5199         
5200         * aot-compiler.c (emit_method_code): Emit a C style symbol for each
5201         method so a breakpoint can be set when using gdb.
5202
5203 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
5204
5205         * aot-compiler.c (mono_aot_method_hash): Implement this properly based
5206         on mono_method_get_imt_slot ().
5207
5208         * aot-runtime.c (find_extra_method_in_amodule): Get rid of the
5209         num_decodes variables.
5210
5211         * aot-compiler.c (mono_aot_method_hash): Revert part of the last
5212         change as it doesn't seem to work.
5213         
5214         * aot-compiler.c (mono_aot_method_hash): Improve the hashing of
5215         wrappers.
5216
5217 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
5218
5219         * aot-compiler.c mini.c mini-amd64.h mini-arm.h: Kill 
5220         MONO_ARCH_FULL_AOT_IMT_SUPPORTED define, both platforms now support imt.
5221
5222         * mini.c (mini_init): Install mono_aot_get_imt_thunk as the IMT thunk
5223         builder when using full aot.
5224
5225         * mini-amd64.c (mono_arch_build_imt_thunk): Don't handle the full-aot case
5226         here, it is already handled.
5227         
5228         * mini-arm.c (mono_arch_emit_imt_argument): Pass the dynamic imt arg
5229         correctly for IMT.
5230
5231         * aot-compiler.c (arch_emit_imt_thunk): Implement this for ARM.
5232
5233         * mini-arm.h: Enable IMT for full aot.
5234         
5235         * aot-compiler.c (mono_compile_assembly): Don't emit imt thunk if the
5236         arch doesn't support it.
5237
5238         * mini.c (mini_init): Don't disable IMT for full aot if the
5239         architecture supports it.
5240
5241         * mini.h (MonoAotTrampoline): New enum containing the different types
5242         of 'numerous' trampolines.
5243         (MONO_AOT_FILE_VERSION): Bump this.
5244
5245         * aot-compiler.c aot-runtime.c: Unify the handling of specific and
5246         static rgctx trampolines. Add support for full-aot IMT thunks.
5247
5248         * mini-amd64.h: Enable IMT for full aot.
5249
5250         * TestDriver.cs: Add a CategoryAttribute class and an --exclude option
5251         to exclude tests belonging to a category.
5252
5253         * generics.cs: Mark some tests with a !FULLAOT category.
5254
5255         * Makefile.am (fullaotcheck): Run tests with --exclude !FULLAOT. Include
5256         generics tests.
5257
5258 2009-05-11  Zoltan Varga  <vargaz@gmail.com>
5259
5260         * aot-compiler.c (emit_and_reloc_code): Move the implementation of
5261         MONO_PATCH_INFO_GOT_OFFSET to a separate arch-specific function.
5262         (emit_plt): Fix a warning.
5263
5264 2009-05-10  Zoltan Varga  <vargaz@gmail.com>
5265
5266         * aot-compiler.c aot-runtime.c: Fix the build by moving is_shared_got_patch
5267         back into aot-compiler.c to a place where the other functions shared by
5268         the runtime and aot compiler are.
5269         
5270         * aot-compiler.c aot-runtime.c: Emit the got addr using a separate symbol,
5271         as done previously, instead of in MonoAotFileInfo, since pointers might have
5272         alignment requirements.
5273
5274         * mini.h: Bump AOT file format version.
5275
5276 2009-05-10  Miguel de Icaza  <miguel@novell.com>
5277
5278         * aot-runtime.c (mono_aot_is_shared_got_patch): Move this routine
5279         that is used at runtime from the aot-compiler.c, this makes it
5280         work on setups that remove the AOT compiler from the output
5281         image. 
5282
5283 2009-05-09  Zoltan Varga  <vargaz@gmail.com>
5284
5285         * tramp-ppc.c (mono_arch_get_static_rgctx_trampoline): Implement this for
5286         PPC.
5287
5288         * mini-ppc.h: Enable static rgctx trampolines for ppc.
5289
5290         * mini-<ARCH>.h: Kill the MONO_ARCH_ENABLE_EMIT_STATE_OPT define.
5291
5292         * decompose.c (mono_decompose_long_opts): Move the ppc/sparc specific 
5293         stuff to mono_arch_decompose_long_opts ().
5294         (mono_decompose_opcode): Remove some dead code.
5295
5296 2009-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
5297
5298         * method-to-ir.c (mono_method_to_ir): Fix boostrap of non amd64 builds
5299         cmethod can be null for quite a some reasons.
5300
5301 2009-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
5302
5303         * method-to-ir.c (mono_method_to_ir): Fix non amd64 builds.
5304
5305 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5306
5307         * aot-compiler.c (arch_emit_got_access): Fix the aot-not-supported build.
5308
5309 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5310
5311         * method-to-ir.c (mono_emit_call_args): Add a 'tail' flag argument.
5312         (mono_method_to_ir): Use MONO_ARCH_USE_OP_TAIL_CALL macro to determine
5313         whenever to make tail calls using OP_TAIL_CALL. Enable support for tail
5314         calls returning structures by addr on amd64.
5315
5316         * mini-amd64.h (MONO_ARCH_USE_OP_TAIL_CALL): New arch-specific macro.
5317
5318         * iltests.il.in: Restructure the tail call tests a bit.
5319         
5320 2009-05-07  Zoltan Varga  <vargaz@gmail.com>
5321
5322         * aot-compiler.c (add_wrappers): Add remoting-invoke-with-check wrappers
5323         for virtual methods too.
5324
5325 2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
5326
5327         * method-to-ir.c (mono_method_to_ir): Revert change of 2009-05-02
5328         due to regression in verifying System.dll.
5329
5330 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5331
5332         * debug-mini.c (mono_debugger_method_has_breakpoint): Allow breakpoints
5333         in dynamic methods.
5334
5335         * dwarfwriter.c (emit_class_dwarf_info): Add support for generic
5336         instances.
5337
5338         * aot-compiler.c aot-runtime.c: Use our own hash function instead of
5339         g_str_hash () which can change.
5340
5341         * driver.c (mini_regression): Disable optimizations not supported by
5342         the cpu. Fixes #500019.
5343
5344         * aot-runtime.c (mono_aot_get_unwind_info): Fix the --enable-minimal=aot
5345         build.
5346
5347 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5348
5349         * mini-llvm.c (mono_llvm_emit_method): Update the OP_TLS_GET implementation
5350         to the latest LLVM code.
5351
5352 2009-05-05  Zoltan Varga  <vargaz@gmail.com>
5353
5354         * genmdesc.pl (load_opcodes): Fix this after the TARGET_... changes.
5355
5356 2009-05-04  Zoltan Varga  <vargaz@gmail.com>
5357
5358         * mini-llvm.c (mono_llvm_emit_method): Implement TLS support on 
5359         x86/amd64.
5360
5361         * aot-compiler.c (encode_patch_list): Simplify this considerably as we are
5362         no longer saving offsets, so just save the patch types along with the other
5363         info.
5364         * aot-runtime.c (load_patch_info): Update after the changes to 
5365         encode_patch_list ().
5366         (decode_got_entry): Removed, merged into load_patch_info ().
5367         (is_shared_got_patch): Removed, call the same function from
5368         aot-compiler.c.
5369
5370         * mini.h: Bump aot file format version.
5371         
5372         * aot-compiler.c aot-runtime.c: Resurrect static linking support. Kill the
5373         half-finished no-dlsym code.
5374
5375         * aot-runtime.c (load_method): Kill the old and bit-rotten use_loaded_code
5376         option.
5377
5378         * mini-<ARCH>.h mini-trampolines.c aot-runtime.c: Kill the 
5379         MONO_ARCH_HAVE_CREATE_TRAMPOLINE_FROM_TOKEN define.
5380
5381 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
5382
5383         * tramp-amd64.c (mono_arch_get_static_rgctx_trampoline): Increase the
5384         buffer length to work with AOT code.
5385
5386         * method-to-ir.c (mono_method_to_ir): Handle loading errors in the
5387         ldfld/stfld opcodes.
5388
5389         * exceptions-x86.c (mono_arch_get_throw_exception_by_name): Simplify this
5390         as it is not used.
5391
5392         * mini-llvm.c mini-x86.c: Implement 32 bit and x86 support.
5393
5394         * ssa.c (mono_ssa_compute): Don't skip I8 values when using LLVM.
5395
5396         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Update to the latest
5397         LLVM API.
5398
5399         * mini.c (mini_method_compile): Set the from_llvm flag in MonoJitInfo
5400         if needed. Don't decompose long operations when using llvm.
5401
5402 2009-05-01  Zoltan Varga  <vargaz@gmail.com>
5403
5404         * aot-compiler.c aot-runtime.c: Use mono_pagesize () instead of the
5405         PAGESIZE constant.
5406
5407         * aot-runtime.c (load_aot_module): Get rid of another mprotect call.
5408
5409 2009-05-03  Martin Baulig  <martin@ximian.com>
5410
5411         * debug-debugger.c (debugger_insert_source_breakpoint): Don't call
5412         mono_debugger_insert_method_breakpoint() since the class init
5413         handler we're inserting at the top of the method already gives us
5414         a notification.
5415
5416 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
5417
5418         * decompose.c (mono_decompose_long_opts): Move the implementation of LNEG
5419         to mono_arch_decompose_long_opts () for x86 and arm.
5420
5421 2009-04-29  Zoltan Varga  <vargaz@gmail.com>
5422
5423         * mini-codegen.c (mono_regstate_alloc_int): Use __x86_64__ instead of
5424         TARGET_AMD64 here.
5425
5426 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
5427
5428         * *.h *.c: Use TARGET_<ARCH> defines instead of __<arch>__ defines in the
5429         JIT code.
5430
5431 2009-04-26  Zoltan Varga  <vargaz@gmail.com>
5432
5433         * aot-runtime.c (mono_aot_create_specific_trampoline): Add a stat for the
5434         number of trampolines used in full-aot mode.
5435
5436         * aot-compiler.c: Add an ntrampolines option to set the number of 
5437         trampolines emitted in full-aot mode.
5438
5439 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
5440
5441         * mini-llvm.c (mono_llvm_emit_method): Implement OP_CHECK_THIS using
5442         a volatile load. Get rid of get_tempname (), llvm assigns names
5443         automatically.
5444
5445         * mini-llvm-cpp.cpp (mono_llvm_build_volatile_load): New instruction
5446         builder function.
5447
5448         * mini-llvm.c (mono_llvm_emit_method): Don't call LLVMGetParam on
5449         a value.
5450
5451         * abcremoval.c (REPORT_ABC_REMOVAL): Don't output messages at verbose
5452         level 1.
5453
5454         * mini-codegen.c (mono_local_regalloc): Prevent sreg1/dreg to be allocated
5455         to the same register as a fixed sreg2. Fixes #497271.
5456
5457         * iltests.il.in: Add a new test.
5458
5459 2009-04-26  Zoltan Varga  <vargaz@gmail.com>
5460
5461         * mini-amd64.c: Use moves instead of pushes for passing arguments on the
5462         stack, since pushes complicate exception handling.
5463
5464         * exceptions-amd64.c (mono_arch_find_jit_info): Don't pop the arguments of
5465         the stack if they are passed using moves.
5466
5467         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add an assert.
5468
5469         * method-to-ir.c (mono_method_to_ir): Disable fast virtual generic methods
5470         when using llvm.
5471
5472         * mini-llvm.c (mono_llvm_emit_method): Call jit icall wrappers, not the 
5473         icalls themselves. Convert arguments of FCOMPARE. Convert the destination
5474         of FMOVE if it is an R4.
5475
5476 2009-04-25  Zoltan Varga  <vargaz@gmail.com>
5477
5478         * mini-ops.h: Add OP_LLVM_OUTARG_VT opcode.
5479
5480         * mini.h (LLVMCallInfo): New structure to store calling convention 
5481         information for the LLVM back end similar to the CallInfo structures in 
5482         the back-ends.
5483
5484         * mini-amd64.c (mono_arch_get_llvm_call_info): New arch function to return
5485         call information in a format usable by LLVM.
5486         (mono_arch_emit_call): Move the LLVM handling code to mono_llvm_emit_call ().
5487
5488         * method-to-ir.c (mono_emit_call_args): Emit calls using 
5489         mono_llvm_emit_call () when compiling using LLVM.
5490
5491         * mini-llvm.c: Implement support for passing/receiving valuetypes. Add
5492         comments to all functions. Fix memory leaks. Add a public init/cleanup
5493         function.
5494
5495         * mini.c: Call the llvm init/cleanup functions in mini_init()/cleanup().
5496
5497         * method-to-ir.c (handle_array_new): Disable llvm when calling the vararg
5498         mono_array_new_va () jit icall.
5499         
5500 Fri Apr 24 16:44:08 CEST 2009 Paolo Molaro <lupus@ximian.com>
5501
5502         * Makefile.am, genmdesc.c, genmdesc.pl: tiny refactor to allow
5503         multiple machine description files to be specified.
5504         * mini-ops.h: fixes for cross-compilation.
5505
5506 2009-04-22  Miguel de Icaza  <miguel@novell.com>
5507
5508         * aot-runtime.c (make_writable): Use mono_mprotect to simplify
5509         some porting work.
5510
5511 2009-04-22  Zoltan Varga  <vargaz@gmail.com>
5512
5513         * method-to-ir.c (mono_method_to_ir): Force init_locals to be TRUE
5514         to prevent asserts in various passes. Fixes #497220.
5515
5516 2009-04-21  Zoltan Varga  <vargaz@gmail.com>
5517
5518         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove
5519         a racy assert.
5520
5521         * aot-compiler.c aot-runtime.c: Emit the unwind info into a separate
5522         table to avoid duplicates.
5523
5524         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5525         
5526         * aot-compiler.c (emit_method_code): Avoid writing symbols if the nodebug
5527         option is used.
5528
5529 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5530
5531         * mini.c (mini_method_verify): Fail fulltrust code if the exception
5532         is for method or field access.
5533
5534 2009-04-20  Zoltan Varga  <vargaz@gmail.com>
5535
5536         * mini-llvm-cpp.cpp (mono_llvm_dump_value): New helper function to print
5537         a Value to stdout.
5538
5539         * mini-llvm.c (mono_llvm_emit_method): Use it.
5540         
5541         * mini-llvm.c (type_to_llvm_type): Fix the mapping of enums.
5542         (mono_llvm_emit_method): Add support for CAS. Fix handling of CSET opcodes
5543         on volatile values.
5544
5545         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add support for 
5546         synchronized methods.
5547
5548         * mini.c (mini_method_compile): Disable LLVM for dynamic methods.
5549
5550         * mini.c (mini_method_compile): Enable ABCREM when running with LLVM.
5551
5552         * mini-llvm.c (mono_llvm_emit_method): Add support for OP_LOADI4_MEM/
5553         OP_LOADI8_MEM.
5554
5555         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add a MONO_LLVM env variable
5556         allowing some options to be set dynamically.
5557
5558 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
5559
5560         * mini-llvm.c (mono_llvm_emit_method): Handle compares followed by an
5561         unconditional branch.
5562
5563         * mini.h (MonoTrampolineType): Add new trampoline type 
5564         'MONO_TRAMPOLINE_LLVM_VCALL' which handles virtual calls made from LLVM
5565         compiled code.
5566
5567         * mini-trampolines.c (mono_llvm_vcall_trampoline): New C trampoline 
5568         function.
5569
5570         * mini-trampolines.c (mono_create_llvm_vcall_trampoline): New trampoline
5571         creation function.
5572
5573         * mini.c (mini_init): Avoid using the common vtable trampoline when LLVM
5574         is enabled. Instead, use the llvm vcall trampoline.
5575         
5576         * mini-trampolines.c (mono_get_vcall_slot_addr): New helper function.
5577
5578         * mini-trampolines.c tramp-amd64.c tramp-x86.c: Use it.
5579         
5580         * mini-<ARCH>.c: Get rid of the identical mono_arch_get_vcall_slot_addr ()
5581         functions.
5582
5583         * mini-<ARCH>.h mini-trampolines.c mini.c: Get rid of 
5584         MONO_ARCH_COMMON_VTABLE_TRAMPOLINE, it is supported by all archs.
5585
5586         * mini-ia64.c (mono_arch_lowering_pass): Null out the sregs of the
5587         OP_IA64_CSET opcode.
5588
5589         * mini.c: Fix a warning.
5590
5591         * mini-llvm.c (mono_llvm_emit_method): Convert arguments of SWITCH and
5592         THROW to the appropriate llvm type.
5593
5594 2009-04-18  Zoltan Varga  <vargaz@gmail.com>
5595
5596         * mini.c (mini_method_compile): Add statistics for methods JITted
5597         with/without LLVM.
5598
5599 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5600
5601         * method-to-ir.c: Fix the computation of ins_sreg_counts for ia64
5602         OP_IA64_CMP_<cond>_IMM opcodes.
5603
5604 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5605
5606         * mini-llvm.c (emit_cond_system_exception): Implement throwing of
5607         corlib exceptions.
5608
5609         * dwarfwriter.c (mono_dwarf_writer_emit_method): Handle --regression
5610         correctly.
5611
5612         * mini-llvm.c (type_to_llvm_type): Avoid accessing t->data.klass for
5613         GENERICINST.
5614
5615 2009-04-17  Atsushi Enomoto  <atsushi@ximian.com>
5616
5617         * mini-exceptions.c : add thread id to EXCEPTION trace message.
5618
5619 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5620
5621         * tramp-amd64.c (mono_arch_get_static_rgctx_trampoline): Fix AOT
5622         support.
5623
5624         * tramp-x86.c (mono_arch_get_unbox_trampoline): Implement static
5625         rgctx invoke trampolines for x86.
5626
5627         * mini-x86.c (mono_arch_output_basic_block): Add a few nops before
5628         indirect calls to simplify get_vcall_slot_addr (). Fixes #494567.
5629         (mono_arch_get_vcall_slot): Simplify this.
5630
5631 2009-04-16  Zoltan Varga  <vargaz@gmail.com>
5632
5633         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Move the calls to
5634         mono_debug_add_delegate_trampoline () to get_delegate_invoke_impl ().
5635
5636 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5637
5638         * aot-compiler.c tramp-arm.c mini-arm.c: Implement static rgctx 
5639         trampolines for ARM. Add full-aot support for delegate invokes for ARM.
5640
5641         * mini-trampolines.c (mono_magic_trampoline): Fix the build.
5642
5643         * liveness.c (visit_bb): Remove a needless assert.
5644
5645 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
5646
5647         * mini-trampolines.c (mono_create_delegate_trampoline): Delegate the
5648         full aot support to the arch specific code.
5649
5650         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Add full-aot support.
5651
5652         * aot-compiler.c (emit_trampolines): Emit delegate invoke impl trampolines.
5653
5654         * aot-compiler.c (emit_named_code): Rename this to 'emit_trampoline'.
5655         
5656         * mini-amd64.c (mono_arch_get_delegate_invoke_impls): New function to
5657         collect information about the delegate invoke impl trampolines.
5658
5659         * mini.h (MonoAotTrampInfo): New structure collecting the information needed
5660         to save trampolines during full-aot mode.
5661
5662         * mini-trampolines.c (mono_create_static_rgctx_trampoline): New trampoline
5663         creation function which returns a trampoline which sets the rgctx
5664         argument.
5665         (mono_magic_trampoline): Use the rgctx trampoline instead of an rgctx
5666         wrapper if possible.
5667         (mono_delegate_trampoline): Ditto.
5668
5669         * mini.c (mono_jit_runtime_invoke): Ditto.
5670
5671         * tramp-amd64.c: Add an implemention of static rgctx trampolines for AMD64.
5672         
5673         * aot-compiler.c aot-runtime.c: Add support for static rgctx trampolines.
5674
5675         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5676         
5677 2009-04-12  Zoltan Varga  <vargaz@gmail.com>
5678
5679         * mini-ia64.c (mono_arch_lowering_pass): Use NULLIFY_INS instead of
5680         just setting the opcode to OP_NOP.
5681
5682 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
5683
5684         * mini.c (mini_method_compile): Put the last change inside an 
5685         #ifdef MONO_ARCH_HAVE_LIVERANGE_OPS.
5686         
5687         * mini.c (mini_method_compile): Disable sharing of stack slots/registers
5688         and extend live ranges to cover the whole method when using xdb.
5689
5690         * jit-icalls.c (ldvirtfn_internal): Avoid creating rgctx wrappers here,
5691         do it in the trampolines.
5692
5693         * mini-trampolines.c (mono_magic_trampoline): Add an rgctx wrapper if
5694         needed.
5695
5696         * mini-trampolines.c (mono_delegate_trampoline): Ditto.
5697         
5698         * method-to-ir.c (mono_method_to_ir): Avoid using the fast virtual method
5699         call code in full-aot mode since IMT is disabled there.
5700         (mono_method_to_ir): Inline ldfld wrappers which return structures too, the
5701         new JIT no longer has that restriction.
5702
5703         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5704
5705         * aot-compiler.c (emit_extra_methods): Emit the wrapper method names in
5706         a more compact format.
5707         (mono_aot_wrapper_name): New function to return a unique name for a
5708         wrapper method, also used by the AOT runtime.
5709
5710         * aot-runtime.c (find_extra_method_in_amodule): Update after the changes to
5711         aot-compiler.c.
5712
5713         * aot-compiler.c (add_generic_class): Add the helper methods from T[]
5714         when a ICollection<T> etc is encountered.
5715         (add_generic_instances): Process method arguments/locals too.
5716         (emit_trampolines): Emit unbox trampolines for extra methods too. Shorten
5717         trampoline names.
5718
5719         * aot-runtime.c (mono_aot_get_unbox_trampoline): Handle extra methods too.
5720         
5721 2009-04-10  Zoltan Varga  <vargaz@gmail.com>
5722
5723         * aot-compiler.c: Disable the AOT compiler if the JIT is disabled.
5724
5725         * dwarfwriter.c (emit_type): Emit byref to reference types as 'int' for now.
5726
5727         * decompose.c (mono_decompose_opcode): Make this return a MonoInst*
5728         representing the result of the decomposition. Nullify instructions
5729         instead of setting them to OP_NOP since nops can't have registers
5730         set.
5731
5732 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
5733
5734         * aot-compiler.c (mono_compile_assembly): Split this huge function into
5735         smaller parts. Add 'nodebug' option to prevent generation of DWARF debug
5736         info. Strip 'mapping symbols' on ARM.
5737
5738         * iltests.il.in (test_0_fconv_to_i): Disable this on ARM too.
5739         
5740         * genmdesc.pl: Applied patch by Martin Fuzzey (mfuzzey@parkeon.com). Sync
5741         this with the native genmdesc.
5742
5743 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
5744
5745         * aot-runtime.c:  Fixing the MSVC build.
5746
5747         Code is contributed under MIT/X11 license.
5748
5749 2009-04-08  Zoltan Varga  <vargaz@gmail.com>
5750
5751         * mini-llvm.c (mono_llvm_emit_method): Pass i1/i2 arguments as i4 since 
5752         JITted code depends on it.
5753
5754 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5755
5756         * aot-compiler.c: Use new MonoGenericParam accessors.
5757
5758 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5759
5760         Reduce memory usage and improve correctness wrt MonoGenericParam
5761         * aot-runtime.c (decode_klass_ref): Simplify generic parameter
5762         handing.  Avoid allocating MonoGenericParams, but use the ones in
5763         the container itself.
5764
5765 2009-04-07  Miguel de Icaza  <miguel@novell.com>
5766
5767         * tasklets.c: Return exceptions in the out argument.
5768
5769 2009-04-08  Zoltan Varga  <vargaz@gmail.com>
5770
5771         * mini-llvm.c (mono_llvm_emit_method): Fix alignment in the LOCALLOC_IMM
5772         opcode. Use pointer types in more places instead of casting them to 
5773         integers.
5774
5775         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Create a pass manager to run
5776         optimizations.
5777         (mono_llvm_optimize_method): New helper function to optimize a method.
5778
5779         * method-to-ir.c (mono_emit_widen_call_res): Extract the call result 
5780         widening code so it could be called from more places.
5781         (mono_method_to_ir): Call mono_emit_widne_call_res () in several more
5782         code paths in the call opcodes.
5783
5784 Mon Apr 6 14:19:54 CEST 2009 Paolo Molaro <lupus@ximian.com>
5785
5786         * exceptions-amd64.c, mini-amd64.h: amd64 support code for continuations.
5787
5788 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
5789
5790         * dwarfwriter.c: Use _ to separate class name 
5791         components as gdb can't handle '.'. Represent reference variables
5792         as 'class <NAME>&'.
5793         
5794         * mini.h (MonoCompile): Add locals_min_stack_offset/locals_max_stack_offset.
5795
5796         * mini-amd64.c (mono_arch_allocate_vars): Save min/max stack offset.
5797         
5798         * mini-gc.c: New file, contains the SGEN GC related parts of the JIT.
5799
5800         * gc-test.cs: New file with GC stack marking tests.
5801         
5802         * mini-arm.c (mono_arch_output_basic_block): Fix int->float conversion of
5803         negative numbers for vfp.
5804
5805         * basic-float.cs: Add a test.
5806         
5807 Mon Apr 6 14:12:10 CEST 2009 Paolo Molaro <lupus@ximian.com>
5808
5809         * exceptions-x86.c, mini-x86.h: x86 support code for continuations.
5810
5811 Mon Apr 6 14:09:53 CEST 2009 Paolo Molaro <lupus@ximian.com>
5812
5813         * tasklets.h, tasklets.c, mini.h, mini.c, Makefile.am: arch-indep
5814         part of tasklet/continuation support.
5815
5816 2009-04-05  Zoltan Varga  <vargaz@gmail.com>
5817
5818         * mini-llvm.c (mono_llvm_emit_method): Move the handling of
5819         amd64 opcodes inside an ifdef.
5820
5821         * dwarfwriter.c: Emit inheritance information for classes, emit fields
5822         of complex types.
5823         
5824         * dwarfwriter.c (emit_type): Emit the class info for classes.
5825
5826 2009-04-04  Zoltan Varga  <vargaz@gmail.com>
5827
5828         * Makefile.am (AM_CXXFLAGS): Add GLIB_CFLAGS to this.
5829
5830         * mini-llvm-cpp.h: New header file for mini-llvm-cpp.cpp.
5831
5832         * mini-llvm.c: Remove unused fields from EmitContext, fix memory leaks.
5833
5834         * ssa.c (mono_ssa_compute): Fix some memory leaks.
5835
5836 2009-04-03  Zoltan Varga  <vargaz@gmail.com>
5837
5838         * mini.c mini-amd64.c method-to-ir.c: Use COMPILE_LLVM in a few more places.
5839
5840         * mini-llvm.c: Update comments.
5841
5842         * mini.h (COMPILE_LLVM): New macro.
5843
5844         * decompose.c (mono_decompose_opcode): Use the COMPILE_LLVM macro.
5845
5846         * ssa.c (mono_ssa_compute): Ditto.
5847         
5848         * unwind.c (mono_unwind_get_ops_from_fde): New helper function to extract
5849         the unwind ops from a DWARF FDE.
5850
5851         * mini-llvm.c: Implement generation of unwind info for LLVM compiled
5852         methods by extracting the dwarf unwind ops from the unwind info generated
5853         by LLVM.
5854         
5855         * mini-llvm.c (mono_llvm_emit_method): Enable support for non-IMT virtual
5856         calls.
5857
5858         * mini-amd64.c (mono_arch_get_vcall_slot): Handle more kinds of the SIB
5859         addressing modes.
5860
5861 2009-04-02  Zoltan Varga  <vargaz@gmail.com>
5862
5863         * Makefile.am (llvm_sources): Enable this.
5864
5865         * mini.c (mini_method_compile): Add support for compiling with LLVM, 
5866         failing back to the JIT if something cannot be handled.
5867
5868         * mini-amd64.c (mono_arch_emit_call): Emit the arguments more simple when
5869         compiling with LLVM.
5870
5871         * decompose.c (mono_decompose_opcode): Avoid decomposing some opcodes when
5872         compiling with LLVM.
5873
5874         * method-to-ir.c (mono_method_to_ir): Avoid decomposing SWITCH when 
5875         compiling with LLVM.
5876
5877         * mini-ops.h: Add a few opcodes needed by LLVM.
5878
5879         * dwarfwriter.c (mono_dwarf_writer_emit_method): Avoid crashes if the method
5880         has no unwind info.
5881
5882         * mini-llvm.c mini-llvm-cpp.cpp: New files containing the experimental llvm
5883         backend.
5884
5885         * mini-arm.c (mono_arch_output_basic_block): Fix the ARM_FPU_NONE build.
5886
5887         * mini-arm.h mini-arm.c cpu-arm.md: Finish VFP support.
5888
5889 2009-04-01  Mark Probst  <mark.probst@gmail.com>
5890
5891         * regalloc.h, mini-codegen.c: Make vassign members gint32 to fix
5892         ridiculously large methods.
5893
5894 2009-03-31  Martin Baulig  <martin@ximian.com>
5895
5896         * debug-debugger.c (debugger_remove_breakpoint): Call
5897         mono_debugger_remove_class_init_callback ().
5898
5899 2009-03-31  Zoltan Varga  <vargaz@gmail.com>
5900
5901         * aot-compiler.c (mono_compile_assembly): Call img_writer_emit_start ()
5902         right before emitting code, not at the start.
5903
5904         * mini.c (mono_postprocess_patches): Extract this into a separate function
5905         from mono_codegen ().
5906
5907         * ssa.c (mono_ssa_compute): Set ins->klass for every PHI node, handle
5908         byref types correctly.
5909
5910 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
5911
5912         * dwarfwriter.c (mono_dwarf_writer_emit_method): Fix a crash introduced
5913         by the last change.
5914
5915 2009-03-29  Zoltan Varga  <vargaz@gmail.com>
5916
5917         * mini-amd64.c (mono_arch_output_basic_block): Emit a few nops before 
5918         indirect calls, this avoids problems where get_vcall_slot () would get
5919         confused by the native code for the instruction preceeding the call.
5920         (mono_arch_get_vcall_slot): Simplify this.
5921         (mono_arch_emit_imt_argument): Remove this, it is no longer needed.
5922
5923         * mini-ops.h: Fix the definitions of the OP_IA64 opcodes, since the local
5924         register allocator now seems to depend on them instead of the data in
5925         cpu-<ARCH>.md.
5926
5927         * mini.c (mini_method_compile): Throw the correct type of exception if
5928         mono_method_get_header () fails because of a loading error.
5929
5930 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
5931
5932         * mini.c (mini_method_compile): Clear the loader error if the method
5933         header cannot be decoded.
5934
5935         * mini-trampolines.c (mono_magic_trampoline): Handle generic virtual 
5936         interface methods on proxies correctly.
5937
5938         * dwarfwriter.c (mono_dwarf_writer_emit_method): Fix handling of the
5939         this argument for vtype methods. Add precise liveness info for arguments.
5940
5941         * mini-codegen.c (mono_print_ins_index): Print the vreg of the
5942         LIVERANGE_START/END opcodes.
5943
5944         * method-to-ir.c (mono_spill_global_vars): Fix liverange calculation
5945         for arguments and values in registers.
5946
5947 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
5948
5949         * method-to-ir.c (mono_method_to_ir): Disable tail calls for calls which
5950         return a valuetype. Fixes #487518.
5951
5952         * iltests.il: Add a test.
5953         
5954         * aot-compiler.c: Use mono_thread_create () to create helper threads.
5955
5956         * mini-trampolines.c (mono_delegate_trampoline): Handle static delegates
5957         closed over a null reference correctly.
5958
5959 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5960
5961         * method-to-ir.c (mono_handle_global_vregs): Fix support for ternary ops.
5962
5963 2009-03-25  Mark Probst  <mark.probst@gmail.com>
5964
5965         * mini-codegen.c (mono_local_regalloc): Don't let sregs get
5966         allocated to the same registers as fixed sregs.
5967
5968 2009-03-24  Mark Probst  <mark.probst@gmail.com>
5969
5970         * mini-ops.h: New ternary ATOMIC_CAS ops replace the old
5971         ATOMIC_CAS_IMM ops.
5972
5973         * method-to-ir.c: Handle more cases for
5974         Interlocked.CompareExchange.
5975
5976         * cpu-x86.md, mini-x86.c, mini-x86.h, cpu-amd64.md, mini-amd64.c,
5977         mini-amd64.h, cpu-ppc.md, cpu-ppc64.md, mini-ppc.c, mini-ppc.h:
5978         ATOMIC_CAS implementations for x86, AMD64, PPC and PPC64.
5979
5980 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5981
5982         * aot-runtime.c (decode_method_ref): Fix a warning.
5983
5984         * unwind.c (mono_unwind_frame): Ditto.  
5985
5986 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
5987
5988         * aot-compiler.c (arch_emit_unbox_trampoline): Fix the binary writer support.
5989         (mono_compile_assembly): Enable the binary writer for full-aot as well.
5990
5991         * image-writer.c (do_reloc): Add support for the JUMP24 relocation,
5992         fix the handling of large values in the ALU_PC_G0_NC relocation.
5993
5994 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
5995
5996         * local-propagation.c method-to-ir.c local-propagation.c: Fix warnings.
5997
5998 2009-03-22  Mark Probst  <mark.probst@gmail.com>
5999
6000         * method-to-ir.c (mono_spill_global_vars): Support for ternary
6001         ops.
6002
6003 2009-03-22  Mark Probst  <mark.probst@gmail.com>
6004
6005         * method-to-ir.c: MINI_OP3 needs a comma.
6006
6007         * method-to-ir.c, mini.h, mini.c: Remove
6008         mono_init_op_sreg_counts ().
6009
6010 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
6011
6012         * mini-arm.c (mono_arch_output_basic_block): Fix aot support in
6013         OP_JMP.
6014         
6015         * mini-arm.c (mono_arch_build_imt_thunk): Disable the !fail_tramp
6016         assertion.
6017
6018         * mini-ops.h: Fix arguments of the MEMINDEX opcodes.
6019
6020         * mini-amd64.c (mono_arch_build_imt_thunk): Simplify the fail handling
6021         code somewhat.
6022
6023 2009-03-21  Mark Probst  <mark.probst@gmail.com>
6024
6025         * cfold.c, cprop.c, decompose.c, genmdesc.c, helpers.c, ir-emit.h,
6026         liveness.c, local-propagation.c, method-to-ir.c, mini-codegen.c,
6027         mini.c, mini.h, simd-intrinsics.c, ssa.c: Support for ternary IR
6028         operations.
6029
6030 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
6031
6032         * driver.c: Change location of gc_wrapper.h.
6033
6034         * method-to-ir.c (mono_find_block_region): Handle try clauses nested
6035         inside finally clauses correctly. Fixes #485721.
6036
6037         * mini.c (mono_find_spvar_for_region): This needs to handle try regions
6038         after the change above.
6039
6040         * exceptions.cs: Add a test.
6041         
6042 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
6043
6044         * unwind.c (mono_unwind_ops_encode): Increase the size of the encode buffer.
6045
6046         * mini-amd64.c (mono_arch_emit_epilog): Remove the encoding of stack size
6047         into cfg->used_int_regs, it is not needed with the dwarf unwinder.
6048         (mono_arch_compute_omit_fp): Remove the emit_epilog () workaround.
6049
6050         * mini-amd64.c (mono_arch_compute_omit_fp): Add another check to avoid hitting
6051         the stack_alloc_size < (1 << 16) assertion in emit_prolog ().
6052
6053 2009-03-19  Sebastien Pouliot  <sebastien@ximian.com>
6054
6055         * method-to-ir.c: Allow CoreCLR to throw FieldAccessException. 
6056         Simplify logic for ensure_method_is_allowed_to_call_method. 
6057         Handle wrappers on callers.
6058
6059 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
6060
6061         * Makefile.am (fullaotcheck): Don't run the generics tests, some of
6062         them don't run yet.
6063
6064         * basic-simd.cs: Fix the names of some test methods.
6065
6066 2009-03-18  Geoff Norton  <gnorton@novell.com>
6067
6068         * mini.c: Only chain sigfpe if it wasn't generated in mangaed code.
6069
6070 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
6071
6072         * dwarfwriter.c (token_handler): Fix a crash caused by the last change.
6073
6074 2009-03-17  Jb Evain  <jbevain@novell.com>
6075
6076         * driver.c: remove now uneeded call to mono_gc_base_init before
6077         mono_profiler_load.
6078
6079 2009-03-17  Jb Evain  <jbevain@novell.com>
6080
6081         * dwarfwriter.c (token_handler): handle more cases.
6082
6083 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com> 
6084
6085         * method-to-ir.c: Remove more dead code (that was required only
6086         because of method_is_safe). Fix compiler warnings.
6087
6088 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
6089
6090         * method-to-ir.c: Remove unneeded/useless method_is_safe
6091         http://lists.ximian.com/archives/public/mono-devel-list/2009-March/031404.html
6092
6093 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6094
6095         * mini.c (mini_method_compile): Print the method been compiled with
6096         verbose level 1 instead of 3 as this helps a lot debugging JIT crashes
6097         for people not familiar with the runtime.
6098
6099 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
6100
6101         * mini-exceptions.c (get_generic_info_from_stack_frame): Avoid returning
6102         a managed object which is later put into a GList. Return its class instead.
6103
6104         * mini.c (mono_allocate_stack_slots_full): Avoid sharing ref and non-ref
6105         stack slots when using sgen.
6106
6107 2009-03-16  Zoltan Varga  <vargaz@gmail.com>
6108
6109         * dwarfwriter.c (emit_line_number_info): Really fix the eglib build.
6110
6111 2009-03-14  Zoltan Varga  <vargaz@gmail.com>
6112
6113         * local-propagation.c (reg_is_softreg_no_fpstack): Use >= instead of
6114         > so it works on the first vreg as well.
6115
6116 2009-03-13  Zoltan Varga  <vargaz@gmail.com>
6117
6118         * dwarfwriter.c (emit_line_number_info): Disable an assert which seems to
6119         trigger randomly.
6120
6121         * aot-compiler.c: Get rid of xdebug_lock (), use the loader lock instead.
6122         
6123         * dwarfwriter.c (emit_line_number_info): Fix eglib build as eglib doesn't
6124         implement GArray.
6125
6126 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
6127
6128         * dwarfwriter.c (emit_line_number_info): Optimize the computation of the
6129         native->IL offset mapping.
6130
6131 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
6132
6133         * mini-amd64.c (mono_arch_output_basic_block): Fix % 1. Fixes #484323.
6134
6135         * basic.cs: Add a test.
6136
6137 2009-03-11  Mark Probst  <mark.probst@gmail.com>
6138
6139         * mini-x86.c (mono_arch_output_basic_block): Use different
6140         registers in case the ones we want to overwrite are used by the
6141         other operand.  Fixes regression in #480807.
6142
6143 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
6144
6145         * aot-compiler.c (mono_compile_assembly): Make the output less verbose.
6146
6147         * dwarfwriter.c (emit_line_number_info): The line number info for
6148         IL code was off by one. Fix that.
6149
6150         * mini-s390x.c: Fix support for vtypes whose addresses are passed on the
6151         stack.
6152
6153 2009-03-09  Mark Probst  <mark.probst@gmail.com>
6154
6155         Contributed under the terms of the MIT/X11 license by Steven
6156         Munroe <munroesj@us.ibm.com>.
6157
6158         * mini-ppc.c: Correct handling of OP_LOADI4_MEMINDEX for ppc64.
6159         Fixes #483462.
6160
6161 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
6162
6163         * dwarfwriter.c (token_handler): Decode method references in non-wrappers
6164         as well.
6165
6166 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
6167
6168         * method-to-ir.c (mono_method_to_ir): Check for type load exceptions in
6169         the delegate ctor handling code. Fixes #482638.
6170         
6171         * method-to-ir.c (mini_emit_memset): Fix the handling of size '3'. Fixes
6172         #481458.
6173
6174         * iltests.il.in: Add a test.
6175         
6176         * mini-darwin.c (mono_chain_signal): Remove this, it is already in
6177         mini-posix.c.
6178
6179 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6180
6181         * mini-trampolines.c (mono_create_jump_trampoline): If the method
6182         is shared generic code, return the trampoline, even if the method
6183         has already been compiled.  Fixes #479763.
6184
6185         * mini.c, mini.h: New function
6186         mono_jit_find_compiled_method_with_jit_info() which is the same as
6187         mono_jit_find_compiled_method() but also returns the jit info.
6188
6189 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6190
6191         * method-to-ir.c (mono_method_to_ir): Only force the vtable var
6192         for methods which actually have one.  For all other methods, make
6193         sure the this argument var is live the whole method.
6194
6195         * mini.c (mini_method_compile): Every shared method has a
6196         this/vtable/mrgctx info.  Fixes #480807.
6197
6198 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6199
6200         * mini-ppc.c (mono_arch_build_imt_thunk): Add support for mixed
6201         generic/imt thunks where some entries branch through the vtable,
6202         while other entries branch directly.
6203
6204 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
6205
6206         * mini-darwin.c (mono_chain_signal): Define this to fix the build.
6207
6208         * mini-windows.c: Ditto.
6209         
6210         * mini.c (mono_jit_runtime_invoke): Speed up the invoking of parameterless
6211         ctors.
6212
6213 2009-03-04  Zoltan Varga  <vargaz@gmail.com>
6214
6215         * dwarfwriter.c (emit_line_number_info): Add some debug code to help track
6216         down an assert.
6217
6218 2009-03-04  Mark Probst  <mark.probst@gmail.com>
6219
6220         * method-to-ir.c: Don't inline methods that use JMP.  Fixes
6221         #481403.
6222
6223 2009-03-04  Mark Probst  <mark.probst@gmail.com>
6224
6225         * exceptions-x86.c: Include debug-mini.h - fixes build.
6226
6227 2009-03-04  Martin Baulig  <martin@ximian.com>
6228
6229         * debug-mini.c: Clean up the exception API and add documentation.
6230         (mono_debugger_handle_exception): New public method; this is
6231         called when throwing an exception or encountering an unhandled one.
6232         (mono_debugger_call_exception_handler): Formerly known as
6233         mono_debugger_handle_exception(); this is used to tell the
6234         debugger that we're about to invoke an exception handler.
6235
6236 2009-03-04  Martin Baulig  <martin@ximian.com>
6237
6238         * debug-mini.c (mono_debugger_runtime_invoke): Moved here from
6239         ../metadata/mono-debug-debugger.c; save and reset exception state.
6240
6241 2009-03-02  Martin Baulig  <martin@ximian.com>
6242
6243         * debug-mini.c: Moved the debugger exception handling here from
6244         ../metadata/mono-debug-debugger.c.
6245
6246         * debug-mini.h
6247         (MonoDebuggerExceptionAction): New exception typedef.
6248
6249         * debug-mini.c
6250         (MonoDebuggerThreadInfo): Added `MonoObject *last_exception'.
6251
6252         * exceptions-amd64.c
6253         (mono_amd64_throw_exception): Use the new debugger exception
6254         handling code.
6255
6256         * mini-exceptions.c
6257         (mono_handle_exception_internal): Don't call
6258         mono_debugger_unhandled_exception() here.
6259
6260 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6261
6262         * mini.c aot-compiler.c: Update after the changes to 
6263         mono_marshal_get_runtime_invoke ().
6264
6265         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): 
6266         Virtual generic methods might not have method->slot set, work around
6267         that.
6268
6269         * generics.cs: Add a test.
6270
6271 2009-03-02  Geoff Norton  <gnorton@novell.com>
6272
6273         * mini.c:
6274         * driver.c: Allow signal chaining of SIGFPE as well.
6275
6276 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
6277
6278         * mini-trampolines.c (mono_generic_virtual_remoting_trampoline): Update
6279         this since it now receives the method not its generic context in the
6280         IMT reg.
6281
6282         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for mixed
6283         generic/imt thunks where some entries branch through the vtable, while
6284         other entries branch directly.
6285
6286         * mini-x86.c (mono_arch_build_imt_thunk): Ditto.
6287
6288         * method-to-ir.c (mono_method_to_ir): Enable fast virtual generic call 
6289         support for interface methods as well.
6290
6291         * mini-trampolines.c: Add support for virtual generic methods in interfaces
6292         using the normal IMT thunks.
6293
6294         generics.cs: Add new tests.
6295         
6296         * method-to-ir.c (mono_method_to_ir): Pass the method instead of
6297         the generic inst to the generic imt thunks. This fixes AOT support, 
6298         improves consistency with the normal IMT thunks, and makes it easier to
6299         add support for interface generic virtual methods later.
6300
6301         * mini-trampolines.c (mono_magic_trampoline): Ditto.    
6302         
6303 2009-02-28  Zoltan Varga  <vargaz@gmail.com>
6304
6305         * driver.c (mono_set_signal_chaining): New public API function to enable
6306         signal chaining on POSIX platforms.
6307
6308         * mini-posix.c mini.c: Applied a variant of a patch by Simon Rowland 
6309         (si@lindenlab.com) to implement signal chaining. The original patch was
6310         contributed under the MIT X/11 license:
6311         https://bugzilla.novell.com/show_bug.cgi?id=318894
6312
6313 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
6314
6315         * iltests.il.in (test_0_implicit_float_to_double_conversion): Disable this
6316         too until it can be made to run on amd64.
6317
6318 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
6319
6320         * mini-x86.c (mono_arch_get_this_arg_from_call): Avoid expensive calls
6321         to  get_generic_context_from_code () + get_call_info () if possible.
6322
6323 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
6324
6325         * mini-exceptions.c (mono_handle_native_sigsegv): Implement the
6326         suspend-on-sigsegv functionality.
6327
6328         * mini.c (mini_parse_debug_options): Add a new 'suspend-on-sigsegv' option
6329         to suspend when a native SIGSEGV is received. This is useful for debugging
6330         crashes which don't happen under gdb, since a live process contains more
6331         information than a core file.
6332
6333         * mini-exceptions.c (mono_print_thread_dump): Use 
6334         MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX instead of platform defines.
6335
6336         * mini-x86.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): New define.
6337
6338         * mini-amd64.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): Ditto.
6339         
6340         * basic-float.cs: Disable the tests which currently fail on amd64.
6341
6342         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Pass a non-null 
6343         value to mono_arch_patch_callsite () to fix crashes.
6344         
6345         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix a warning.
6346
6347 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6348
6349         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Replace the
6350         nop code by patching the call address to point to the nullified class init
6351         trampoline, as the former does not seem to be safe on SMP machines.
6352
6353 2009-02-23  Mark Probst  <mark.probst@gmail.com>
6354
6355         * mini-ops.h: Fix the argument types for a few x86 opcodes where
6356         they were wrong.
6357
6358 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6359
6360         * basic-float.cs basic-calls.cs: Fix warnings.
6361
6362 2009-02-22  Mark Probst  <mark.probst@gmail.com>
6363
6364         * tramp-ppc.c (mono_arch_create_trampoline_code): Store the
6365         correct frame pointer in the LMF.  Should fix #478394.
6366
6367 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
6368
6369         * Makefile.am (fullaotcheck): Copy Mono.Simd.dll as well.
6370
6371         * image-writer.c: Make the binary writer less verbose.
6372
6373 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
6374
6375         * method-to-ir.c (mono_method_to_ir): Don't assert if string ctors
6376         are called from runtime invoke wrappers.
6377
6378 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
6379
6380         * cpu-ppc.md (store_memindex): Increase the size of this.
6381
6382 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6383
6384         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6385
6386         * cpu-x86.md: Fix the sizes for long_conv_to_r_un and long_conv_to_r_un_2.
6387
6388         * mini-x86.c (mono_arch_output_basic_block): Use only 64bits of precision for
6389         OP_LCONV_TO_R_UN.
6390
6391         Last fix for of #467201.
6392
6393
6394 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6395
6396         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6397
6398         * cpu-x86.md: Fix the sizes for fcall(_reg,_membase), long_conv_to_r4_2
6399         and long_conv_to_r8_2:
6400
6401         Fixed part of #467201.
6402
6403 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6404
6405         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6406
6407         * mini-x86.c (mono_arch_output_basic_block): Adjust precision of int to float
6408         conversion to 32 bits.
6409
6410         * cpu-x86.md: Increase the size of int_conv_to_r4.
6411
6412         * basic-float.cs: Add a test for this.
6413
6414         Fixed part of #467201.
6415
6416 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6417
6418         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6419
6420         * mini-x86.c (mono_arch_output_basic_block): Adjust precision of long to double
6421         conversion to 64 bits.
6422
6423         * basic-float.cs: Add a test for this.
6424
6425         Fixed part of #467201.
6426
6427 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6428
6429         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6430
6431         * mini-x86.c (emit_move_return_value): Don't reduce precision of functions returning float.
6432         This behavior is compatible with MS.
6433
6434         * iltest.il.in: Add a test for this.
6435
6436         Fixed part of #467201.
6437
6438 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6439
6440         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6441
6442         * mini-x86.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_R4, it must
6443         change the precision of the value.
6444
6445         * cpu-x86.md: Define len for float_conv_to_r4.
6446
6447         * basic-float.cs: Add a test for this.
6448
6449         Fixed part of #467201.
6450
6451 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6452
6453         * mini.c: Adjust locking order to the new semantics where the loader lock
6454         comes first.
6455
6456 2009-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
6457
6458         * aot-runtime.c:
6459         * mini-amd64.c:
6460         * mini-arm.c:
6461         * mini-ia64.c:
6462         * mini-mips.c:
6463         * mini-ppc.c:
6464         * mini-sparc.c:
6465         * mini-trampolines.c:
6466         * mini-x86.c:
6467         * mini.c:
6468         * tramp-alpha.c:
6469         * tramp-amd64.c:
6470         * tramp-arm.c:
6471         * tramp-hppa.c:
6472         * tramp-ia64.c:
6473         * tramp-mips.c:
6474         * tramp-ppc.c:
6475         * tramp-s390.c:
6476         * tramp-s390x.c:
6477         * tramp-sparc.c:
6478         * tramp-x86.c: Use mono_domain_code_* functions instead of using MonoDomain::code_mp directly.
6479
6480 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6481
6482         * mini-codegen.c (mono_local_regalloc): Remove a ! from if (!dest_sreg1)
6483         as it is incorrect.
6484
6485 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6486
6487         * aot-compiler.c (add_generic_class): Only add rgctx invoke wrappers
6488         for cctors if needed.
6489
6490 2009-02-17  Mark Probst  <mark.probst@gmail.com>
6491
6492         * mini-ppc.c: Fix build on Darwin.
6493
6494 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6495
6496         * dwarfwriter.c (mono_dwarf_writer_emit_base_info): Use 2 as the DWARF
6497         version instead of 3 as valgrind doesn't like version 3.
6498
6499         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
6500
6501         * aot-compiler.c (mono_aot_method_hash): New function to return a hash
6502         usable for hashing methods.
6503         (emit_extra_methods): Use the new hash to avoid putting every method in the
6504         same hash bucket.
6505
6506         * aot-runtime.c (find_extra_method_in_amodule): Use the new hash.
6507
6508         * aot-runtime.c (can_method_ref_match_method): New function to quickly check
6509         whenever a method ref could match a method.
6510         
6511         * aot-runtime.c (load_image): Revert the previous change, it causes an AOT
6512         test to fail.
6513         
6514         * aot-runtime.c (find_extra_method_in_amodule): Add a cache for decoded 
6515         methods refs.
6516
6517         * aot-runtime.c (load_image): Pass our basedir to mono_assembly_load.
6518
6519         * aot-compiler.c (emit_exception_debug_info): Bump the maximum size of
6520         the encoding buffer.
6521
6522         * method-to-ir.c (mono_method_check_inlining): Avoid calling 
6523         mono_method_get_header () on inflated methods as an optimization.
6524
6525 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6526
6527         * ssa.c (fold_ins): Fix another crash if the instruction following the
6528         switch was optimized away.
6529
6530 2009-02-16  Mark Probst  <mark.probst@gmail.com>
6531
6532         Contributed under the terms of the MIT/X11 license by Steven
6533         Munroe <munroesj@us.ibm.com>.
6534
6535         * mini-ppc.c, mini-ppc.h: Implement TLS for PPC64.
6536
6537 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6538
6539         * mini.c method-to-ir.c mini-trampolines.c aot-runtime.c: Remove locking
6540         around the mono_domain_alloc calls, it is now done by the functions
6541         themselves.
6542
6543         * aot-compiler.c (compile_method): Only add wrappers referenced by
6544         the method if compiling with full AOT.
6545         (mono_compile_assembly): Error out if --aot=full is specified on
6546         a platform where it is not supported.
6547
6548         * aot-compiler.c (emit_trampolines): Emit generic class init trampolines
6549         on ARM too.
6550
6551         * tramp-arm.c (mono_arch_create_generic_class_init_trampoline_full): Add
6552         AOT support.
6553
6554         * aot-runtime.c (load_named_code): Handle 
6555         mono_arm_throw_exception_by_token.
6556
6557         * mini-arm.h: Add declaration of mono_arm_throw_exception_by_token.
6558
6559         * image-writer.c (asm_writer_emit_pointer_unaligned): Make this really
6560         unaligned.
6561
6562         * Makefile.am (fullaotcheck): Exit if a test fails.
6563
6564         * aot-compiler.c (mono_compile_assembly): Use the ASM writer for full aot
6565         on ARM.
6566         (mono_compile_assembly): Handle the assembler failing.
6567
6568         * image-writer.c (asm_writer_emit_section_change): Handle ARM gas not
6569         accepting subsections of .bss.
6570
6571         * ssa.c (visit_inst): Fix a crash if the instruction following a switch
6572         was optimized away.
6573
6574         * aot-compiler.c: Remove some unused includes.
6575         
6576         * aot-compiler.c (MonoAotCompile): Remove some unused fields which are
6577         now in MonoImageWriter.
6578
6579         * mini-x86.c (mono_arch_get_vcall_slot): Handle yet another
6580         code sequence which matches a non-virtual call. Fixes #472654.
6581
6582 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
6583
6584         * aot-compiler.c: Use xdebug_lock ()/unlock () macros for locking in the
6585         xdebug code.
6586         
6587         * aot-compiler.c: Make the xdebug code not depend on the AOT compiler,
6588         use the image/dwarf writers directly.
6589
6590         * image-writer.c (struct _MonoImageWriter): Remove the unused 'image'
6591         field.
6592
6593         * aot-compiler.c (MonoAotCompile): Remove fields which are now in
6594         MonoDwarfWriter.
6595
6596         * image-writer.h: Fix some typos.
6597
6598         * dwarfwriter.h dwarfwriter.c: New files.
6599         
6600         * aot-compiler.c: Extract the DWARF info writing functionality into a 
6601         separate module.
6602
6603         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add a 'out_unwind_ops'
6604         argument to return unwind info.
6605
6606         * tramp-arm.c (mono_arch_create_trampoline_code_full): Ditto.
6607
6608         * aot-compiler.c: Emit unwind info for trampolines in full-aot mode.
6609         
6610         * aot-runtime.c (decode_method_ref): Add a case for 
6611         MONO_AOT_METHODREF_WRAPPER_NAME.
6612
6613         * mini.h: Add constants for the magic numbers used in encode_method_ref ()
6614         for AOT.
6615
6616         * aot-compiler.c (encode_method_ref): Use the new constants.
6617
6618         * aot-runtime.c (decode_method_ref): Ditto.
6619
6620         * aot-compiler.c (compile_method): For generic icalls, queue the wrapper to
6621         be compiled, not the icall itself.
6622
6623 2009-02-14  Zoltan Varga  <vargaz@gmail.com>
6624
6625         * aot-runtime.c (find_extra_method_in_amodule): Avoid decoding wrapper names
6626         using decode_method_ref ().
6627
6628         * method-to-ir.c (mini_emit_ldelema_1_ins): If the array index is a long,
6629         convert it to an in32. Fixes #475859.
6630
6631         * arrays.cs: Add a test.
6632
6633 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6634
6635         * mini-s390x.c (mono_arch_output_basic_block): Fix the shift amounts in 
6636         OP_LCONV_TO_U2.
6637
6638         * basic-long.cs: Add a test.
6639
6640 2009-02-12  Mark Probst  <mark.probst@gmail.com>
6641
6642         * mini-x86.c, mini-x86.h: Very simple frame pointer removal.  We
6643         remove the frame pointer in leaf methods which don't receive any
6644         arguments, don't throw exceptions and don't do dynamic stack
6645         allocations.
6646
6647 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6648
6649         * mini-amd64.c (mono_arch_build_imt_thunk): Fix size calculation after
6650         the fail_tramp changes. Hopefully fixes #475132.
6651
6652 2009-02-12  Rodrigo Kumpera  <rkumpera@novell.com>
6653
6654         * method-to-ir.c (mono_emit_method_call_full): Use mono_metadata_signature_dup_mempool
6655         instead of mono_metadata_signature_dup_full.
6656
6657 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6658
6659         * ssa.c (fold_ins): Use MONO_IS_JUMP_TABLE () and MONO_JUMP_TABLE_FROM_INS ()
6660         for processing jump tables. Fixes #473787.
6661
6662 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6663
6664         * mini-generic-sharing.c: mini_method_get_context() just calls
6665         mono_method_get_context_general() now.
6666
6667         * mini.c, mini.h: Moved get_object_generic_inst(),
6668         construct_object_context_for_method() and
6669         mono_domain_lookup_shared_generic() to metadata/generic-sharing.c.
6670
6671 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6672
6673         * branch-opts.c (mono_if_conversion): Handle the case where the merged 
6674         basic block fell through to its successor bblock without a branch. Fixes
6675         #474718.
6676
6677         * iltests.il.in: Add a test.
6678         
6679         * aot-compiler.c (encode_method_ref): Encode methods of array types.
6680         (can_encode_patch): We can now handle arrays of generic parameters and
6681         array methods.
6682
6683         * aot-runtime.c (decode_method_ref_2): Handle methods of array types.
6684
6685         * aot-compiler.c aot-runtime.c: Emit the size of specific trampolines into
6686         the AOT file to avoid some #ifdefs in aot-runtime.c
6687
6688         * mini.h: Bump AOT file format version.
6689
6690 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6691
6692         * Makefile.am (fullaotcheck): Make this run the tests.
6693
6694         * aot-compiler.c: Make the printing of skipped methods runtime configurable.
6695
6696 2009-02-10  Mark Probst  <mark.probst@gmail.com>
6697
6698         * mini-x86.c (mono_arch_context_get_int_reg): Handle all registers
6699         individually.  Fixes #473482.
6700
6701 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6702
6703         * mini-arm.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
6704
6705 2009-02-09  Jeffrey Stedfast  <fejj@novell.com>
6706
6707         * aot-compiler.c (arch_emit_plt_entry): Fixed to compile.
6708         (mono_compile_assembly): Hush compile warnings about
6709         uninitialized [tmp_]outfile_name variables in the !use_bin_writer
6710         code path.
6711
6712 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6713
6714         * exceptions-arm.c (mono_arch_find_jit_info): Fix aot support.
6715
6716         * mini-arm.c: Checkin unwind related changes missing from an earlier commit.
6717
6718         * aot-compiler.c: Fix arm support.
6719
6720         * image-writer.c: Move the R_ARM constants to image-writer.h. Export a
6721         img_writer_emit_unset_mode () function.
6722
6723         * unwind.c (mono_unwind_get_dwarf_data_align): New helper function.
6724         (mono_unwind_get_dwarf_pc_reg): Ditto.
6725
6726         * aot-compiler.c (emit_dwarf_abbrev): Another large reorganization.
6727         Move almost all platform specific code to a set of arch_ functions, 
6728         and document them to ease porting.
6729         
6730         * aot-compiler.c (mono_xdebug_init): Fix xdebug support.
6731
6732         * image-writer.h image-writer.c: New files, extracted from aot-compiler.c.
6733
6734         * aot-compiler.c: Extract the image writing functionality into a separate
6735         module to reduce the size of this file.
6736
6737 2009-02-09  Geoff Norton  <gnorton@novell.com>
6738
6739         * mini-s390.c: Fix the signature of emit_sig_cookie.
6740
6741 2009-02-09  Zoltan Varga  <vargaz@gmail.com>
6742
6743         * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_IMAGE.
6744
6745         * aot-runtime.c (is_shared_got_patch): Ditto.
6746
6747         * aot-runtime.c (load_named_code): Cope with the fact that 
6748         decode_got_entry () won't decode the patch fully if its corresponding got
6749         entry is already filled.
6750         
6751         * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full): 
6752         Initialize *ji.
6753         (mono_arch_create_monitor_exit_trampoline_full): Ditto.
6754
6755         * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full): Use 'code'
6756         as the moving pointer instead of 'buf' for consistency with the rest of the
6757         codebase.
6758         (mono_arch_create_monitor_exit_trampoline): Ditto.
6759
6760         * aot-compiler.c (emit_trampolines): Add throw_pending_exception/
6761         generic_class_init trampolines.
6762         (add_generic_class): Extract some code from add_generic_instances () into a
6763         separate function so it can be called from other places too.
6764         (compile_method): Call add_generic_class () for the classes of inflated methods
6765         referenced by the method.
6766         (can_encode_patch): Allow references to generic parameters.
6767
6768         * aot-runtime.c: Add support the patches required by the new trampolines.
6769         
6770         * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Add full-aot
6771         support.
6772
6773         * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline_full): Add
6774         full-aot support.
6775
6776         * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Rename
6777         this from get_throw_pending_exception, make the signature full aot compatible.
6778
6779         * Makefile.am (fullaotcheck): New target to run full-aot tests.
6780
6781         * method-to-ir.c (inline_method): Save/Restore cfg->ret_var_set too.
6782
6783         * exceptions.cs: Add a test.
6784
6785 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6786
6787         * unwind.c (mono_unwind_frame): Eliminate the data_align_factor argument,
6788         use the DWARF_DATA_ALIGN constant instead.
6789
6790         * exception-<ARCH>.c: Update after the above change.
6791
6792         * exceptions-arm.c (mono_arch_find_jit_info): Transition this to use the
6793         dwarf unwinder.
6794
6795         * mini-arm.c: Enable the dwarf unwinder.
6796
6797         * mini-trampolines.c (mono_magic_trampoline): Use mono_class_get_vtable_entry ()
6798         instead of mono_class_setup_vtable ().
6799
6800 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6801
6802         * exceptions-x86.c (mono_arch_find_jit_info): Transition this to use the
6803         dwarf unwinder.
6804
6805         * mini-x86.h: Enable the dwarf unwinder.
6806
6807 2009-02-06  Raja R Harinath  <harinath@hurrynot.org>
6808
6809         Fix mcs/tests/test-7.cs
6810         * mini-amd64.c (mono_arch_allocate_vars): Revert change from
6811         2009-02-03.
6812
6813 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6814
6815         * mini.c (print_jit_stats): Remove some unused statistics.
6816
6817 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6818
6819         * aot-compiler.c (emit_klass_info): Update after MonoClass changes.
6820
6821 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6822
6823         * jit-icalls.c (mono_helper_compile_generic_method): Don't inflate
6824         the method we get from mono_object_get_virtual_method() because
6825         that function does it properly, now.
6826
6827 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6828
6829         * unwind.c (mono_unwind_ops_encode): Handle offsets greater than 32 between
6830         opcodes. Fixes #472775.
6831
6832 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6833
6834         * mini-exceptions.c (ves_icall_get_frame_info): Account for the
6835         fact that mono_find_jit_info() sometimes returns the context
6836         corresponding to the jit info in new_ctx.  Fixes #472600.
6837
6838 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6839
6840         * method-to-ir.c mini-hppa.c mini.c trace.c mini-s390x.c aot-compiler.c
6841         mini-s390.c: Use mono_class_enum_basetype () instead of accessing
6842         klass->enum_basetype directly.
6843
6844         * aot-compiler.c (emit_class_dwarf_info): Add support for all possible
6845         enum subtypes.
6846
6847         * unwind.c: Avoid 0 sized arrays.
6848
6849 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6850
6851         * mini-exceptions.c (mono_setup_altstack): Use a more reasonable altstack
6852         size on systems with 64k pages. Fixes #471389.
6853
6854 2009-02-04  Mark Probst  <mark.probst@gmail.com>
6855
6856         Contributed under the terms of the MIT/X11 license by Steven
6857         Munroe <munroesj@us.ibm.com>.
6858
6859         * mini-ppc.c (mono_arch_output_basic_block): Generate better code
6860         for LOADI4_MEMBASE.  Use addi instead of addic if it's not
6861         necessary.
6862
6863 2009-02-04  Mark Probst  <mark.probst@gmail.com>
6864
6865         Contributed under the terms of the MIT/X11 license by Steven
6866         Munroe <munroesj@us.ibm.com>.
6867
6868         * exceptions-ppc.c (mono_arch_get_restore_context): Code size
6869         comparison fix.
6870
6871         * tramp-ppc.c (mono_arch_create_generic_class_init_trampoline):
6872         The trampoline can be longer on PPC64.
6873
6874 2009-02-04  Mark Probst  <mark.probst@gmail.com>
6875
6876         Contributed under the terms of the MIT/X11 license by Steven
6877         Munroe <munroesj@us.ibm.com>.
6878
6879         * mini-ppc.c: Compiler warning fixes and trivial code
6880         simplifications.
6881
6882 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6883
6884         * method-to-ir.c (mono_spill_global_vars): Fix problems caused by reading
6885         ins->dreg which could be a hardware register, not a vreg.
6886
6887         * aot-compiler.c (emit_method_dwarf_info): Ditto.
6888         
6889         * mini.h (MonoCompile): Remove vreg_to_var_num array, it is no longer used.
6890         (struct MonoMethodVar): Add a vreg field, holding the vreg of variable.
6891
6892         * mini.c (mono_compile_create_var_for_vreg): Set var->vreg.
6893         
6894         * mini-amd64.c (mono_arch_output_basic_block): Avoid reading cfg->varinfo[..]
6895         ->dreg, that is not the vreg we are looking for.
6896
6897         * mini-amd64.h mini-x86.h: Enable MONO_ARCH_LIVENESS_OPS again.
6898
6899         * mini-x86.c (mono_arch_output_basic_block): Add support for LIVERANGE_START/
6900         LIVERANGE_END.
6901
6902         * method-to-ir.c (mono_spill_global_vars): Add an assert to help track down
6903         strange crashes.
6904
6905 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6906
6907         * mini-x86.c (mono_arch_emit_prolog): Emit unwind info.
6908
6909         * aot-compiler.c (emit_line_number_info): Fix line number emission when
6910         the line diff is 0.
6911
6912         * aot-compiler.c: Add xdebug support on x86.
6913
6914         * unwind.c: Add x86 support.
6915         
6916         * aot-compiler.c (emit_exception_debug_info): Control the emission of
6917         unwind info using a new MONO_ARCH_HAVE_XP_UNWIND define.
6918
6919         * mini.c (mini_method_compile): Ditto.
6920         
6921         * mini-amd64.c (mono_arch_allocate_vars): Avoid setting cfg->ret->dreg to
6922         the variable index.
6923
6924         * aot-compiler.c: Add emit_push_section ()/emit_pop_section () helper functions
6925         which mimic .push_section/.pop_section in GAS.
6926         
6927         * aot-compiler.c: Emit precise live range information for variables.
6928
6929         * mini-amd64.c (mono_arch_output_basic_block): Add OP_LIVERANGE_START/END.
6930
6931         * method-to-ir.c (mono_spill_global_vars): Compute the instructions marking
6932         the live ranges of variables, and emit OP_LIVERANGE_START/END opcodes for
6933         them.
6934
6935         * mini-ops.h: Add OP_LIVERANGE_START/END opcodes to mark
6936         the live ranges of variables.
6937
6938         * mini.h (struct MonoMethodVar): Add two fields containing the live range
6939         of the variable in terms of native offsets.
6940
6941 2009-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
6942
6943         * arrays.cs: Test for Get/SetValue of array with negate lower bounds.
6944         
6945 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6946
6947         Contributed under the terms of the MIT/X11 license by Steven
6948         Munroe <munroesj@us.ibm.com>.
6949
6950         * exceptions-ppc.c (restore_regs_from_context): Correct operand
6951         order (offset then base reg) for ppc_load_multiple_regs.
6952         (emit_save_saved_regs) Correct operand order for
6953         ppc_store_multiple_regs.
6954         (mono_arch_get_call_filter): Correct operand order for
6955         ppc_load_multiple_regs.
6956
6957         * mini-ppc.c (emit_memcpy): Fix operand order for
6958         ppc_load_reg_update and ppc_store_reg_update.
6959         (mono_arch_output_basic_block): Correct operand order for ppc_lha.
6960         (mono_arch_emit_epilog): Correct operand order for
6961         ppc_load_multiple_regs.
6962
6963         * tramp-ppc.c (mono_arch_create_trampoline_code): Correct operand
6964         order for ppc_store_multiple_regs and ppc_load_multiple_regs.
6965
6966 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6967
6968         * cpu-ppc64.md: Fixed storer4_memindex length.
6969
6970 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6971
6972         * aot-compiler.c (emit_line_number_info): Optimize the size of the emitted
6973         line number info.
6974         
6975         * aot-compiler.c (emit_line_number_info): Optimize this.
6976
6977 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6978
6979         * aot-compiler.c: Disassemble tokens in the IL disassembly.
6980         
6981         * aot-compiler.c: Add debug info for methods without debug info by
6982         emitting an IL file and having the line number info referencing that file.
6983
6984         * aot-compiler.c: Optimize the size of the generated line number info.
6985
6986         * aot-compiler.c: Emit line number info in xdebug mode.
6987
6988         * aot-compiler.c (mono_save_xdebug_info): Receive a MonoCompile instead of a
6989         million arguments.
6990
6991 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6992
6993         * aot-compiler.c (emit_method_dwarf_info): Emit names for local variables.
6994
6995         * driver.c (mono_main): Enable debugging support automatically if XDEBUG
6996         is used.
6997
6998 2009-01-31  Rodrigo Kumpera  <rkumpera@novell.com>
6999
7000         * basic-calls.cs: Test for the weird crash found on arm.
7001         
7002 2009-01-31  Rodrigo Kumpera  <rkumpera@novell.com>
7003
7004         * cpu-arm.md: Increase the size of storer8_membase_reg and
7005         loadr8_membase_reg to 24 bytes to accomodate the extra add.
7006
7007         * mini-arm.c (mono_arch_output_basic_block): Under FPA, when emitting
7008         OP_STORER8_MEMBASE_REG and OP_LOADR8_MEMBASE_REG, add the original
7009         reg to LR otherwise we'll be loading/storing from just the offset.
7010
7011 2009-01-30  Miguel de Icaza  <miguel@novell.com>
7012
7013         Question: if we are storing gint32's inside the "*native_offset",
7014         should we change the signature to "gint32 *native_offset" to
7015         ensure that we do not have type definition problems?
7016         
7017         * mini-exceptions.c (ves_icall_get_frame_info): Cast the gint32 to
7018         an int * as this is what the other function expects, causes
7019         problems with Freescale's compiler that defined int32_t to be a
7020         long and makes int incompatible 
7021
7022 2009-01-30  Miguel de Icaza  <miguel@novell.com>
7023
7024         * Rename generic-sharing.c to mini-generic-sharing.c to avoid the
7025         filename conflict with bjam.
7026
7027 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7028
7029         * cpu-arm.md: Increase the size of storer8_membase_reg to 20 bytes
7030         as it might use decomposed ops.
7031
7032 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7033
7034         * jit-icalls.c (mono_imul_ovf): Fix one of the literals.
7035
7036         * mini.c (mini_init): Emulate mul.ovf opcodes if MONO_ARCH_EMULATE_MUL_OVF
7037         is defined.
7038
7039         * mini-arm.h (MONO_ARCH_EMULATE_MUL_OVF): New define.
7040
7041         * mini-arm.c (mono_arch_build_imt_thunk): Rewrite this to allow large vtable
7042         offsets.
7043
7044         * mini-arm.c (mono_arch_context_get_int_reg): Adapt this to the "clever"
7045         way registers are stored in MonoContext on arm.
7046
7047         * unwind.c: Rewrite the handling of the cached_info array to use hazard pointers
7048         instead of locking so mono_get_cached_unwind_info () becomes signal safe.
7049
7050         * mini.c (mini_init): Emuate OP_FCONV_TO_I when using soft float.
7051
7052         * mini-arm.c (emit_load_volatile_arguments): Avoid an unneccesary assert.
7053
7054         * mini.c (mini_init): Register mono_isfinite.
7055
7056         * jit-icalls.c (mono_isfinite): New jit icall.
7057
7058         * method-to-ir.c (mono_decompose_soft_float): Add support for OP_CKFINITE.
7059         
7060         * exceptions-arm.c (mono_arch_find_jit_info): When unwinding using the LMF,
7061         set esp to ARMREG_FP instead of R12, since R12 stores the value of sp for
7062         the parent frame.
7063
7064 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7065
7066         * exceptions-arm.c (mono_arch_find_jit_info): The frame layout on arm have
7067         separate frame and stack pointers, so we must use FP to find the register
7068         spill area.
7069         The FP reg is retrieved from the MonoContext::regs array.
7070
7071 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7072
7073         * mini-arm.c (mono_arch_output_basic_block): Emit two cond ops for OP_FBGE
7074         as FPA requires it.
7075
7076 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7077
7078         * mini-arm.c (mono_arch_emit_setret): Emit OP_FMOVE for methods that
7079         return R4 and R8 when not running under softfloat.
7080
7081         Fixes basic-calls.exe
7082
7083 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7084
7085         * mini-arm.c: Implement some overflow opcodes.
7086
7087 2009-01-29  Miguel de Icaza  <miguel@novell.com>
7088
7089         * ssa.c: handle another alloca.h
7090
7091         * mini-exceptions.c (mono_handle_native_sigsegv): Do not use
7092         PLATFORM_WIN32 for detecting if we have sigaction.   Instead use
7093         MONO_ARCH_USE_SIGACTION. 
7094
7095         * aot-runtime.c, mini-exceptions.c: Replace platform define with
7096         capability defines.
7097
7098         * method-to-ir.c (mono_method_to_ir): Type cast fix on some platforms.
7099
7100         * mini-ppc.h (MONO_ARCH_USE_SIGACTION): Do not define this for all
7101         PPC targets as sigaction does not exist on all platforms, define
7102         this on a per-platform basis.
7103
7104         Instead of erroring out if the platform is not defined, include
7105         mini-ppc-os.h, and expect that the OS specific setting provides
7106         the required information.   
7107
7108 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7109
7110         * aot-compiler.c: Fix --enable-minimal=aot.
7111
7112 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7113
7114         * exceptions-arm.c (mono_arch_get_throw_exception_generic): Fix the
7115         previous change.
7116
7117 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7118
7119         * exceptions-arm.c: Fix warnings.
7120
7121         * tramp-arm.c aot-compiler.c unwind.h unwind.c: Implement xdebug support for
7122         ARM.
7123
7124         * mini-x86.c: Fix --enable-minimal=jit build.
7125
7126         * mini.c: Really fix --enable-minimal=jit build.
7127         
7128         * mini.c (construct_object_context_for_method): Move this outside
7129         the DISABLE_JIT block to fix the --enable-minimal=jit build.
7130
7131         "Backported" of r124984 from 2.0 branch.
7132         
7133         * aot-compiler.c aot-runtime.c: Add full-aot support delegate BeginInvoke/EndInvoke.
7134
7135         "Backport" of r124977 + r124978 from 2.0 branch.
7136         
7137         * exceptions-arm.c (mono_arm_throw_exception_by_token): New helper function
7138         to avoid calling mono_exception_from_token () from the throw trampoline.
7139         (mono_arch_get_throw_exception_generic): call throw_exception_by_token
7140         for throwing corlib exceptions, this fixes full-aot support for corlib
7141         exceptions.
7142
7143         * aot-compiler.c (compile_method): Make a copy of cfg->locals to fix the build.
7144
7145 2009-01-29  Miguel de Icaza  <miguel@novell.com>
7146
7147         * mini-darwin.c, mini-windows.c, mini-posix.c: Commit the first
7148         part of the changes to split the code in mini into operating
7149         system specific files.
7150
7151         This patch was done by copying mini.c to the respective files to
7152         preserve SVN history.
7153
7154 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7155
7156         * aot-compiler.c (emit_method_dwarf_info): Add minimal support for locals.
7157
7158 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
7159
7160         * method-to-ir.c (mono_method_to_ir): Avoid generic sharing for calls made to
7161         remoting-invoke-with-check wrappers of shared methods.
7162
7163         * mini.c (print_jit_stats): Print out major gc count/time for libgc too.
7164
7165 2009-01-27  Mark Probst  <mark.probst@gmail.com>
7166
7167         * method-to-ir.c (emit_stloc_ir): Only apply the reg-reg move
7168         optimization if the top of stack is the last instruction in the
7169         bblock.  Otherwise it might have been used after its definition.
7170         Fixes #469742.
7171
7172 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
7173
7174         * mini-trampolines.c (mono_magic_trampoline): Print out the caller
7175         method as well when get_vcall_slot () fails to match a code sequence.
7176
7177         * mini-arm.c: Fix the android build, which doesn't have
7178         __aeabi_read_tp.
7179
7180 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7181
7182         * mini-s390x.c: Remove a stray declaration of emit_sig_cookie () to fix
7183         the s390x build.
7184
7185 2009-01-26  Rodrigo Kumpera  <rkumpera@novell.com>
7186
7187         * unwind.c (mono_unwind_cleanup): Don't crash if cached_info is NULL.
7188
7189 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7190
7191         * mini.c (mini_method_compile): Save the unwind info generated by the JIT
7192         and put its id into jinfo->used_regs. This is only used on amd64,
7193         which is currently the only platform generating unwind info.
7194
7195         * exceptions-amd64.c: Instead of unwinding based on a register mask, use
7196         the dwarf unwinder. This is required to correctly handle async exceptions
7197         like thread abort and stack overflows, which can happen while a method
7198         is in the middle of its prolog or epilog.
7199         
7200         * aot-runtime.c (mono_aot_get_unwind_info): New helper function to obtain
7201         the unwind info belonging to an AOTed method.
7202
7203         * aot-compiler.c aot-runtime.c: Save/Load the unwind info emitted by the JIT
7204         into cfg->unwind_ops.
7205         
7206         * unwind.c (mono_unwind_frame): Use <= instead of < for the loop exit check.
7207
7208         * mini.c (mini_init): Call mono_unwind_init ().
7209         (mini_cleanup): Call mono_unwind_cleanup ().
7210
7211         * unwind.c: Add functions for managing a set of unwind info entries, allowing
7212         unwind info to be shared between methods.
7213
7214         * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info for the registers
7215         saved in the LMF.
7216
7217         * exceptions-amd64.c (mono_arch_exceptions_init): Call 
7218         get_throw_pending_exception () to avoid initialization races.
7219
7220         * mini-exceptions.c (mono_exceptions_init): Call an arch specific
7221         mono_arch_exceptions_init () function.
7222
7223         * mini.h (MONO_INST_NEW): Remove duplicate setting of cil_code.
7224
7225 2009-01-25  Zoltan Varga  <vargaz@gmail.com>
7226
7227         * mini.c (mono_get_domain_intrinsic): New helper function.
7228         (mono_get_thread_intrinsic): Ditto.
7229
7230         * mini-arm.c mini-ia64.c: Use the new helper functions.
7231         
7232         * method-to-ir.c (mono_method_to_ir): Fix the comment for
7233         the last constrained_call change, since it is needed in the non-AOT
7234         case as well.
7235
7236         * mini-arm.c: Implement OP_TLS_GET on arm eabi linux.
7237         
7238         * mini-arm.c (mono_arch_emit_prolog): Add an inlined version of 
7239         mono_get_lmf_addr () on arm eabi linux.
7240
7241 2009-01-24  Zoltan Varga  <vargaz@gmail.com>
7242
7243         * mini-amd64.c (mono_arch_get_vcall_slot): Handle yet another
7244         code sequence which matches a non-virtual call.
7245
7246 2009-01-23  Mark Probst  <mark.probst@gmail.com>
7247
7248         * mini-ppc.c (mono_arch_context_get_int_reg): Allow access to the
7249         stack pointer (r1).
7250
7251 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
7252
7253         * aot-compiler.c aot-runtime.c: Treat delegate-invoke wrappers similarly to
7254         runtime-invoke wrappers, since they are also shared based on signature.
7255
7256 2009-01-22  Mark Probst  <mark.probst@gmail.com>
7257
7258         * mini-exceptions.c (ves_icall_get_frame_info): Fetch the generic
7259         info from the (correct) context.
7260
7261 2009-01-22  Zoltan Varga  <vargaz@gmail.com>
7262
7263         * unwind.c (mono_unwind_frame): Remove a stray g_free ().
7264         
7265         * unwind.c (mono_unwind_frame): New function to unwind through a frame
7266         using dwarf unwinding info. Not yet used.
7267
7268         * mini.c (mini_init): When using xdebug, disable freeing of domains.
7269
7270 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7271
7272         * mini-ppc.c (mono_arch_delegate_invoke_impl): Return function
7273         descriptors.
7274
7275         * mini-trampolines.c (mono_delegate_trampoline): Remove the PPC64
7276         special case and handle mono_arch_delegate_invoke_impl() returning
7277         function descriptors.
7278
7279         * tramp-ppc.c (mono_arch_create_trampoline_code): Delegate
7280         trampolines return function descriptors, too.
7281
7282 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7283
7284         * method-to-ir.c (handle_alloc): Avoid generic instances in the
7285         out_of_line optimization.
7286
7287 2009-01-21  Martin Baulig  <martin@ximian.com>
7288
7289         * mini.h
7290         (MonoCompile): Added `disable_deadce_vars' to disable removing
7291         unused variables.
7292
7293         * mini.c
7294         (mini_method_compile): Set `cfg->disable_deadce_vars' when running
7295         inside the debugger.
7296
7297         * liveness.c (mono_analyze_liveness): Don't remove any unused
7298         variables if `cfg->disable_deadce_vars' is set.
7299
7300 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7301
7302         * method-to-ir.c: Only apply exception constructor optimization if
7303         the the method actually belongs to an exception class.  Fixes
7304         #467456.
7305
7306 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7307
7308         * mini-trampolines.c (mono_delegate_trampoline): Put back the previous
7309         change inside a #ifdef __mono_ppc64__.
7310
7311         * aot-compiler.c (compile_method): Remove the previous limitation.
7312
7313         * method-to-ir.c (method-to-ir.c): Add support for the constrained prefix
7314         on type variables in AOTed code.
7315         
7316         * aot-compiler.c (compile_method): Skip generic methods having type 
7317         constraints on their generic parameters.
7318
7319         * aot-compiler.c (compile_method): Check for methods which cannot be
7320         encoded inside RGCTX_FETCH patches as well.
7321
7322         * mini-exceptions.c (mono_print_thread_dump): Fix the windows
7323         build.
7324
7325 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7326
7327         * method-to-ir.c: Force the vtable variable in shared generic code
7328         for the case that they might show up on a stack trace where they
7329         are needed.
7330
7331         * mini-exceptions.c: Save and use generic sharing info as well as
7332         IP in stack traces to resolve shared generic instantiations.
7333
7334 2009-01-20  Zoltan Varga  <vargaz@gmail.com>
7335
7336         * mini-trampolines.c (mono_delegate_trampoline): Revert the change which
7337         added a mono_get_addr_from_ftnptr () as it breaks the ia64 build.
7338
7339 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7340
7341         * method-to-ir.c: Do generic sharing for array constructors.
7342
7343 2009-01-20  Rodrigo Kumpera  <rkumpera@novell.com>
7344
7345         * mini-exceptions.c (mono_print_thread_dump): Add information
7346         about the thread state using wapi_current_thread_desc.
7347
7348 2009-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
7349
7350         * basic-simd.cs: Tests for the new constructors. 
7351
7352 2009-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
7353
7354         * mini-ops.h: Added OP_EXPAND_*
7355
7356         * cpu-x86.md: Same.
7357
7358         * mini-x86.c (mono_arch_output_basic_block): Same.
7359         
7360         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for single element constructors.
7361
7362 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
7363
7364         * iltests.il.in: Add a test for #467385.
7365
7366 2009-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
7367
7368         * mini.c (mini_thread_cleanup): Don't cleanup TLS storage if the
7369         thread been cleaned up is not the same currently in execution.
7370
7371         Fixes appdomain-unload crashes on windows, osx and linux variants
7372         without the __thread keyword.
7373
7374 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
7375
7376         * mini-arm.c (mono_arch_flush_icache): Applied patch from Koushik Dutta
7377         (koush@koushikdutta.com). Implement this for android.
7378
7379         * helpers.c (mono_disassemble_code): Avoid assembler errors if the id
7380         begins with a digit.
7381
7382         * method-to-ir.c: Call mono_gc_get_write_barrier () instead of
7383         mono_marshal_get_write_barrier ().
7384
7385 2009-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
7386
7387         * decompose.c (mono_decompose_vtype_opts): Fix the decomposition
7388         of OP_VCALL_* ops for 8 bytes vtypes on 32 bits archs and platorms
7389         that pass them on a register pair.
7390
7391         This affects windows, OSX and FreeBSD. The mono/tests/handleref.exe
7392         test was crashing due to that.
7393
7394 Fri Jan 16 15:21:21 CET 2009 Paolo Molaro <lupus@ximian.com>
7395
7396         * exceptions-ppc.c: tweaks from malc (OV-Soft) to fix the size of the
7397         trampoline code. Include ucontext.h only if available.
7398
7399 2009-01-15  Mark Probst  <mark.probst@gmail.com>
7400
7401         * mini.c: mono_domain_lookup_shared_generic() takes an open method
7402         and doesn't check whether it's sharable, like it was before
7403         removing the shared generics hash.  This brings IronPython
7404         performance back to what it was before that change.
7405
7406 2009-01-14  Mark Probst  <mark.probst@gmail.com>
7407
7408         * method-to-ir.c: Handle delegate invocation optimization earlier,
7409         otherwise it would be handled (much more slowly) by the
7410         final/sealed optimization.
7411
7412 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7413
7414         * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes when the current thread or
7415         domain is not set. Fixes #465864.
7416
7417 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7418
7419         * method-to-ir.c: Don't stop sharing of generic methods with catch
7420         clauses - we already handle those.
7421
7422 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7423
7424         * mini.c, mini.h: lookup_generic_method() is now
7425         mono_domain_lookup_shared_generic() and uses the jit_code_hash,
7426         making the shared_generics_hash obsolete.
7427
7428 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7429
7430         * mini-ppc.c, exceptions-ppc.c, cpu-ppc.md, cpu-ppc64.md: Don't
7431         use the red zone.  Make room on the stack first and then use it,
7432         not the other way around.
7433
7434 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7435
7436         * mini.c (mini_init): Call mono_xdebug_init ().
7437
7438         * aot-compiler.c (mono_xdebug_init): Make this non-static.
7439
7440 2009-01-11  Zoltan Varga  <vargaz@gmail.com>
7441
7442         * TestDriver.cs: Add an --iter argument to run tests multiple times.
7443
7444         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Emit debug info for
7445         trampolines.
7446
7447         * aot-compiler.c (mono_save_trampoline_xdebug_info): New function to emit
7448         debug+unwind info for trampolines.
7449
7450         * mini.c (mono_create_unwind_op): New helper function.
7451
7452         * unwind.h: Add macros for emitting unwind ops without a MonoCompile.
7453
7454 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
7455
7456         * aot-compiler.c: Fix the build.
7457
7458 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7459
7460         * Makefile.am: Update dtrace-prelink.sh location.
7461
7462 2009-01-08  Zoltan Varga  <vargaz@gmail.com>
7463
7464         * method-to-ir.c (mono_method_to_ir): Fix the check for the mscorlib ldstr 
7465         optimization. Fixes #464520.
7466
7467 2009-01-07  Bill Holmes  <billholmes54@gmail.com>
7468
7469         * mini-amd64.c : Adding code to save/restore non-volatile registers
7470            on Winx64.
7471
7472         * exceptions-amd64.c : Adding code to save/restore non-volatile 
7473           registers on Winx64.
7474
7475         Contributed under MIT/X11 license.
7476
7477 2009-01-07  Zoltan Varga  <vargaz@gmail.com>
7478
7479         * mini-arm.c (mono_arch_flush_icache): Use __GNUC_PREREQ instead of checking
7480         __GNUC_MINOR__ which can break when the major version changes.
7481
7482 2009-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
7483
7484         * basic-simd.cs: Add tests for usage of the sizeof opcode.
7485
7486 2009-01-07  Geoff Norton  <gnorton@novell.com>
7487
7488         * helpers.c:  Allow mono -v -v -v to work on darwin.
7489
7490 2009-01-05  Bill Holmes  <billholmes54@gmail.com>
7491
7492         * mini-amd64.c (mono_arch_get_vcall_slot) : Handle an additional instruction
7493           pattern. 
7494
7495         Contributed under MIT/X11 license.
7496
7497 2009-01-05  Zoltan Varga  <vargaz@gmail.com>
7498
7499         * mini.c (mono_allocate_stack_slots_full2): Use mono_class_from_mono_type
7500         instead of directly accessing type->data.klass. Fixes #462016.
7501         (mono_allocate_stack_slots_full): Ditto.
7502
7503         * mini-arm.c (mono_arch_flush_icache): Applied patch from Riku Voipio 
7504         <novell@kos.to>. Fix cache flush on kernels without OLDABI compat option.
7505
7506         * aot-compiler.c (emit_plt): Fix ARM build.
7507
7508 2009-01-04  Zoltan Varga  <vargaz@gmail.com>
7509
7510         * branch-opts.c (mono_if_conversion): Optimize this using ins->prev.
7511         
7512         * branch-opts.c (mono_if_conversion): Fix an assert introduced by the last
7513         change.
7514
7515         * branch-opts.c (mono_if_conversion): Use branch->inst_true_bb/inst_false_bb
7516         instead of bblock->out_bb [0]/[1], the two might not be the same. Fixes
7517         #463357.
7518
7519         * iltests.il.in: Add a regression test.
7520
7521 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7522
7523         * mini-codegen.c (mono_print_ins_index): Pretty print XPHI and VPHI.
7524
7525 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7526
7527         * basic-simd.cs: Add a regression test for #462457.
7528
7529 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7530
7531         * mini-ops.h: Add a definition of XPHI.
7532
7533         * mini.h (MONO_IS_PHI): Make is aware of simd instrincs. 
7534
7535         * ssa.c (op_phi_to_move): Handle XPHI.
7536
7537         * ssa.c (mono_ssa_compute): Generate a XPHI for simd intrinsics instead of VPHI.
7538
7539         Fixes #462457
7540
7541 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7542
7543         * method-to-ir.c (mono_emit_rgctx_calli): Fix a warning.
7544
7545 2008-12-31  Geoff Norton  <gnorton@novell.com>
7546
7547         * mini-ppc.c: The prolog size allocated can be too small for darwin
7548         ppc32 under certain circumstances.  Also fix a small logic bug.
7549
7550 2008-12-29  Zoltan Varga  <vargaz@gmail.com>
7551
7552         * mini.c (mono_jit_compile_method_inner): Avoid holding the domain lock
7553         while loading AOT methods.
7554
7555         * mini-exceptions.c: Check jit_tls->class_cast_from instead of class_cast_to
7556         since only the former is nulled out after a successful cast. This prevents
7557         crashes with rethrown exceptions when using --debug=casts.
7558
7559 2008-12-24  Mark Probst  <mark.probst@gmail.com>
7560
7561         * mini.h: New macro for checking whether a method is final,
7562         i.e. whether the method or its class is marked final.
7563
7564         * method-to-ir.c: Use the new macro for all final-checks
7565         consistently.  Fixes the crash in the System.ServiceModel tests.
7566
7567 2008-12-23  Mark Probst  <mark.probst@gmail.com>
7568
7569         * mini-exceptions.c (get_exception_catch_class): Corrected another
7570         overly strict assertion.
7571
7572 2008-12-23  Mark Probst  <mark.probst@gmail.com>
7573
7574         * mini-ppc.c (mono_arch_build_imt_thunk): Save and restore r11.
7575         Clobbering it is not allowed because the caller might use it as
7576         the vtable register in the interface call.
7577
7578 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7579
7580         * mini-exceptions.c (get_exception_catch_class): Corrected an
7581         overly strict assertion.
7582
7583 2008-12-18  Mark Mason  <mmason@upwardaccess.com>
7584         
7585         * method-to-ir.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P or sizeof(gpointer) when appropriate.
7586
7587         * mini.h: Move typedef to mgreg_t up above include of mini-arch.h
7588
7589         * local-propogation.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P when appropriate
7590
7591         * cpu-mips.md: correct lengths for certain long_ opcodes.
7592
7593         * mini-mips.h: Only emulate long operations when SIZEOF_REGISTER==4. Add missing func decl.
7594
7595         * 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().
7596         
7597 2008-12-17  Mark Mason  <mmason@upwardaccess.com>
7598
7599         * exceptions-mips.c (mono_arch_find_jit_info): decode sd instructions as well when looking for registers.
7600         
7601 2008-12-17  Mark Mason  <mmason@upwardaccess.com>
7602         
7603         * mini-mips.c (mono_arch_output_basic_block): OP_JUMP_TABLE stores patch type in inst_c1, not inst_i1.
7604         
7605 2008-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
7606
7607         * branch-opts.c (remove_block_if_useless): Even if BB0 falls through, don't add a br to the
7608         next basic block.
7609         
7610 2008-12-16  Mark Mason  <mmason@upwardaccess.com>
7611
7612         * 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
7613
7614         * 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)
7615         
7616 2008-12-15  Mark Mason  <mmason@upwardaccess.com>
7617         
7618         * trace.c (mono_trace_enter_method): correctly handle arguments smaller than the stack slot size on big endian systems.
7619         
7620 2008-12-14  Zoltan Varga  <vargaz@gmail.com>
7621
7622         * liveness.c (mono_analyze_liveness): Avoid eliminating the 'this' var in
7623         gshared code. Fixes #458947.
7624
7625         * generics.cs: Add a test.
7626
7627 2008-12-12  Mark Mason  <mmason@upwardaccess.com>
7628         
7629         * method-to-ir.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7630         
7631         * mini-mips.c: first pass n32 code generation.
7632
7633         * mini-mips.h: datatypes and defines for n32 support.
7634
7635         * exceptions-mips.c: first pass n32 code generation.
7636         
7637         * tramp-mips.c: first pass n32 code generation.
7638         
7639         * cpu-mips.md: add long_ opcodes.
7640         
7641 2008-12-12  Mark Mason  <mmason@upwardaccess.com>
7642
7643         * liveness.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7644
7645         * cfold.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7646         
7647         * local-propogation.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7648         
7649         * regalloc2.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7650
7651         * mini.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7652
7653         * mini-codegen.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7654
7655         * ssa.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7656
7657         * decompose.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7658
7659         * helpers.c: for mips/n32, don't pass -mips32 to objdump
7660
7661 2008-12-12  Zoltan Varga  <vargaz@gmail.com>
7662
7663         * mini-arm.c tramp-arm.c: Fix calls to mono_arch_flush_icache.
7664
7665 2008-12-12  Andres G. Aragoneses  <aaragoneses@novell.com>
7666
7667         * driver.c: Sync --help-trace with man page (EXPR,EXPR).
7668
7669 2008-12-12  Mark Probst  <mark.probst@gmail.com>
7670
7671         * mini-ppc.h, exceptions-ppc.c, tramp-ppc.c: Create function
7672         descriptors for helper functions directly in front of the code.
7673
7674 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7675
7676         * method-to-ir.c: Removed an unnecessary assertion.
7677
7678 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7679
7680         * method-to-ir.c: Merge SGEN changes from the old JIT.
7681
7682 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7683
7684         * driver.c (compile_all_methods_thread_main): Handle failure of
7685         mono_get_method ().
7686
7687 2008-12-10  Mark Probst  <mark.probst@gmail.com>
7688
7689         * mini-ppc.c: Merged with mini-ppc64.c.
7690
7691         * mini-ppc.h: Define PPC_MINIMAL_PARAM_AREA_SIZE on all targets.
7692
7693         * Makefile.am: Use the same sources for PPC and PPC64.
7694
7695         * mini-ppc64.c: Removed.
7696
7697 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7698
7699         * branch-opts.c (remove_block_if_useless): Extract fall through detection
7700         code to mono_bb_is_fall_through.
7701         
7702         * branch-opts.c (mono_remove_critical_edges): Same.
7703
7704 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7705
7706         * ssa.c (fold_ins): branch opt can kill dummy switch ops so we can't
7707         expect that an OP_BR_REG will be there.
7708
7709 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7710
7711         * branch-opts.c (remove_block_if_useless): Use MONO_IS_BRANCH_OP instead of checking
7712         for the many branch ops. The original check miss OP_BR_REG.
7713
7714         Fixes #457574.
7715         
7716 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7717
7718         * mini-mips.h mini-mips.c exceptions-mips.c tramp-mips.c: first round of changes necessary to eventually support n32.
7719
7720 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7721
7722         * aot-runtime.c (load_method): Avoid calling decode_exception_debug_info
7723         while holding the aot lock.
7724
7725 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7726
7727         * mini-mips.c (mono_arch_output_basic_block): use mfc1/lwc1 instead of mfc1d/ldc1
7728         
7729 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7730
7731         * mini.c (mini_cleanup) : Adding a call to cominterop_release_all_rcws 
7732           to release all runtime callable wrappers held by the runtime.
7733
7734         Contributed under MIT/X11 license.
7735
7736 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7737
7738         * tramp-amd64.c (mono_arch_create_trampoline_code_full) : Increase the code size for
7739           for Winx64.
7740
7741         Contributed under MIT/X11 license.
7742
7743 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7744
7745         * aot-runtime.c (decode_exception_debug_info): Acquire the domain
7746         lock when calling mono_domain_alloc (). Hopefully fixes #415608.
7747
7748 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7749
7750         * cpu-mips.md: fix ckfinite length
7751
7752         * mini-mips.c: at least recognize n32 ABI when used (not yet supported)
7753         (mono_arch_lowering_pass): cleanup, rearrange for clarity
7754         (mono_arch_output_basic_block): implement OP_CKFINITE, add more asserts
7755         
7756 2008-12-08  Mark Mason   <mmason@upwardaccess.com>
7757
7758         * exceptions-mips.c (mono_arch_find_jit_info): init new_ctx with ctx, dont' call setup_context.
7759         
7760 2008-12-08  Geoff Norton  <gnorton@novell.com>
7761
7762         * tramp-amd64.c: r120895 stores RAX, so we need to increase the window
7763         size by 8 bytes as well.
7764
7765 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7766
7767         * basic-simd.cs: Fix method names for Vector16b.
7768         
7769 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7770
7771         * basic-simd.cs: Fix method names for Vector16sb.
7772
7773 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7774
7775         * basic-simd.cs: Fix method names for Vector8us.
7776         
7777 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7778
7779         * basic-simd.cs: Fix method names for Vector8s.
7780         
7781 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7782
7783         * basic-simd.cs: Fix method names for Vector4ui.
7784
7785 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7786
7787         * basic-simd.cs: Fix method names for Vector2l.
7788
7789 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7790
7791         * basic-simd.cs: Fix method names for Vector2d.
7792
7793 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7794
7795         * simd-intrinsics.c (mono_emit_simd_intrinsics): Add support for intrinsics
7796         that are extension methods.
7797
7798 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
7799
7800         * basic-simd.cs: Fix method names for Vector4f.
7801
7802 2008-12-08  Zoltan Varga  <vargaz@gmail.com>
7803
7804         * mini-exceptions.c (mono_print_thread_dump): Mark threadpool threads
7805         as such. Fixes #456669.
7806
7807 2008-12-07  Mark Mason   <mmason@upwardaccess.com>
7808
7809         * mini-mips.c (mono_arch_emit_call): narrow float arguments when passing as args.
7810         
7811 2008-12-07  Mark Mason   <mmason@upwardaccess.com>
7812
7813         * mini-mips.c (mono_arch_lowering_pass): don't handle OP_ICONV_TO_R* or OP_R*CONST
7814         (mono_arch_emit_setret): use OP_MIPS_CVTSD to return SP floats
7815         (mono_arch_output_basic_block): simplify FP load/store, handle OP_MIPS_FBLT_UN
7816         (mips_adjust_stackframe): handle FP spills
7817                 
7818         * mini-ops.h: add mips_mtc1_s2
7819         
7820         * cpu-mips.md: add mips_mtc1_s2
7821         
7822 2008-12-07  Zoltan Varga  <vargaz@gmail.com>
7823
7824         * unwind.c: New file, move the unwind info encoding functions here from
7825         aot-compiler.c, so they could be used at runtime too.
7826
7827 2008-12-05  Mark Mason   <mmason@upwardaccess.com>
7828
7829         * mini-mips.c (mono_arch_lowering_pass): handle OP_IMUL_IMM as well
7830         (mono_arch_output_basic_block): fix OP_LOCALLOC code generation
7831         
7832 2008-12-05  Mark Mason   <mmason@upwardaccess.com>
7833
7834         * mini-mips.c: cleanup warnings
7835         (mono_arch_lowering_pass): handle OP_LOCALLOC_IMM
7836         (mips_adjust_stackframe): handle case of taking the address of stack locals
7837         
7838 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
7839
7840         * aot-compiler.c: Implement a few functions missing from the asm writer.
7841         (emit_method_code): Only write symbols for methods when using the bin
7842         writer, since the assembler can't deal with the characters in our method
7843         names.
7844
7845         * aot-compiler.c (is_plt_patch): ICALL_ADDR is also a plt patch.
7846
7847         * method-to-ir.c (mono_method_to_ir): Transform aotconst+calli into a direct
7848         call.
7849
7850         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Rework the code
7851         a bit to also restore %rax.
7852
7853 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7854
7855         * mini-ppc.c: Some simple merges from mini-ppc64.c.
7856
7857 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
7858
7859         * ssa.c (mono_ssa_compute): Only add an implicit reference at start for
7860         arguments.
7861
7862 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7863
7864         * exceptions-ppc.c: Merged with exceptions-ppc64.c.
7865
7866         * mini-ppc.c, mini-ppc.h: Remove PPC_STACK_ALIGNMENT and use
7867         MONO_ARCH_FRAME_ALIGNMENT.  Struct for PPC64 function descriptors.
7868
7869         * exceptions-ppc64.c: Removed.
7870
7871         * Makefile.am: Use exceptions-ppc.c instead of exceptions-ppc64.c.
7872
7873 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7874
7875         * tramp-ppc.c, mini-ppc.c, mini-ppc.h: Merged tramp-ppc.c with
7876         tramp-ppc64.c.
7877
7878         * Makefile.am: Use tramp-ppc.c instead of tramp-ppc64.c.
7879
7880         * tramp-ppc64.c: Removed.
7881
7882 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
7883
7884         * aot-compiler.c (add_generic_instances): Skip non-generic classes in
7885         the TYPESPEC table.
7886
7887 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7888
7889         * mini-ppc.h: Merged mini-ppc64.h with mini-ppc.h.
7890
7891         * exceptions-ppc64.c, tramp-ppc64.c, mini-arch.h, Makefile.am: Use
7892         mini-ppc.h instead of mini-ppc64.h.
7893
7894         * mini-ppc64.h: Removed.
7895
7896 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7897
7898         * mini-mips.c: introduce USE_LDC_SDC: use ldc1/sdc1 to load/store doubles, disabled by default
7899         
7900         * mini-mips.c (mono_arch_emit_outarg_vt): fix offset calculation for memcpy in structure passing.
7901         
7902 2008-12-05  Mark Probst  <mark.probst@gmail.com>
7903
7904         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c:
7905         Removed FIRST/LAST_[GF]REG macros, to make merging PPC64 with PPC
7906         code easier.
7907
7908 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7909
7910         * basic-simd.cs: Tests for operator == and != on  Vector8us and Vector16b.
7911
7912 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7913
7914         * simd-intrinsics.c: Add support for operator == and != to Vector8(u)s and Vector16(s)b.
7915
7916 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7917
7918         * basic-simd.cs: Tests for operator == and != on Vector4f.
7919
7920 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
7921
7922         * simd-intrinsics.c (simd_intrinsic_emit_equality): Adapt to support Vector4f.
7923
7924         * simd-intrinsics.c: Kill useless enum.
7925
7926 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7927
7928         * cpu-mips.md: add long_conv_to_ovf_i4_2
7929         * mini-mips.c: update/add various _OVF_ opcodes to fix test failures
7930
7931 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7932
7933         * mini-mips.c: ifdef protect automatic promotions of R4 to R8.
7934         
7935         * mini-mips.c (mono_arch_emit_setret): handle R4 case with FCONV_TO_R4 instead of FMOVE
7936
7937 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7938
7939         * mini-mips.c (mono_arch_output_basic_block): fix codegen for OP_OR_IMM/OP_IOR_IMM
7940         
7941 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
7942
7943         * basic-simd.cs: Add tests for new methods.
7944
7945 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
7946
7947         * simd-intrinsics.c: Add support for operator == and !=
7948         on Vector4(u)i.
7949
7950         * simd-methods.h: Add SN_op_Inequality and SN_op_Equality.
7951
7952 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
7953
7954         * simd-intrinsics.c: Remove ExtractByteMask intrinsics.
7955
7956 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
7957
7958         * aot-compiler.c (add_wrappers): Add pinvoke wrappers.
7959
7960         * mini.c (mono_resolve_patch_target): Allow pinvoke methods in 
7961         MONO_PATCH_INFO_ICALL_ADDR.
7962
7963         * aot-runtime.c (MonoAotFileInfo): Correct order of fields.
7964
7965         * aot-compiler.c: Resurrect full-aot support.
7966
7967 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7968
7969         * mini-mips.c (mono_arch_lowering_pass): handle OP_COMPARE and OP_ICOMPARE
7970         
7971 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
7972
7973         * mini-mips.c (mono_arch_output_basic_block): fix OP_IREM_UN code generation
7974         
7975 2008-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
7976
7977         * basic-simd.cs: Fix tests to work under ppc.
7978         Remove tests for methods that will be removed.
7979
7980 2008-12-03  Mark Probst  <mark.probst@gmail.com>
7981
7982         * method-to-ir.c (mono_method_to_ir): Handle ldtoken of an open
7983         generic type (via a typedef or typeref) correctly.
7984
7985 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
7986
7987         * mini-trampolines.c (mono_magic_trampoline): Add some debugging code to help
7988         diagnose an assertion failure.
7989
7990 2008-12-02  Mark Probst  <mark.probst@gmail.com>
7991
7992         * tramp-ppc64.c (mono_arch_create_rgctx_lazy_fetch_trampoline):
7993         Fix trampoline size.
7994
7995         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: A few floating point
7996         conversion opcodes are implemented natively instead via emulation.
7997
7998 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
7999
8000         * cpu-mips.md: remove mips_xori
8001
8002         * mini-ops.h:  remove mips_xori
8003
8004         * mini-mips.h: replace OP_MIPS_XORI with OP_IXOR
8005
8006         * mini-mips.c (mono_arch_decompose_long_opts): Add ladd_imm, lsub, lsub_imm, lneg, lsub_ovf, lsub_ovf_un.
8007         
8008         * mini-mips.c (mono_arch_lowering_pass, mono_arch_output_basic_block): fix IXOR handling
8009         
8010 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
8011
8012         * cpu-mips.md: fix instruction lengths.
8013
8014         * mini-mips.h: define MONO_ARCH_NO_IOV_CHECK
8015
8016         * mini-mips.c: move most instruction rewriting into decompose_ops. Implement conditional branches and exceptions. Fix jump table patch handling. Implement add/sub OVF.
8017
8018         * mini-ops.h: fix slti / sltiu op profiles.
8019         
8020 2008-12-02  Martin Baulig  <martin@ximian.com>
8021
8022         * method-to-ir.c (mono_method_to_ir): Disable debugging
8023         information for the init locals block to make the debugger stop
8024         after all locals have been initalized.
8025
8026 2008-12-02  Martin Baulig  <martin@ximian.com>
8027
8028         * mini.c (mini_method_compile): Disable MONO_OPT_DEADCE when
8029         running inside the debugger.
8030
8031 2008-12-01  Zoltan Varga  <vargaz@gmail.com>
8032
8033         * mini.c (mini_method_compile): Only run local deadce if MONO_OPT_DEADCE
8034         is enabled.
8035
8036         * method-to-ir.c (mono_method_to_ir): Fix invalid code generated by the 
8037         alu->alu imm optimization which only shows if deadce is disabled.
8038
8039         * aot-compiler.c: Rename the function names for the binary and asm writers
8040         so they can coexist in the same process. Rework the xdebug code to use the
8041         asm writer. This avoids the need to call into the runtime to dump the
8042         debugging info. Add more debugging info for types.
8043
8044         * mini-<ARCH>.h: Kill MONO_ARCH_HAVE_NORMALIZE_OPCODES define.
8045
8046         * genmdesc.c genmdesc.pl mini.h: Don't put the CEE_ opcodes into the
8047         cpu description tables, they can't occur in cpu-<ARCH>.md.
8048
8049         * method-to-ir.c (mono_method_to_ir): Set the type of the value pushed on
8050         the stack in CEE_LDFLDA. Fixes #450542.
8051
8052         * generics.cs: Add a new test.
8053
8054 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
8055
8056         * mini-ops.h: updated MIPS opcodes
8057         * mini-mips.c: decompose long opts
8058         * mini-mips.h: decompose long opts
8059         
8060 2008-11-29  Mark Mason   <mmason@upwardaccess.com>
8061
8062         * cpu-mips.md: fix length on int_rem_un
8063         * mini-mips.c (mips_stackframe_adjust): fix insertion of spillvars region in MIPS stackframes.
8064         
8065 2008-11-29  Zoltan Varga  <vargaz@gmail.com>
8066
8067         * mini.h aot-runtime.c: Fix building with DISABLE_AOT.
8068
8069         * mini-codegen.c (mono_print_ins_index): Handle OP_VOIDCALL_MEMBASE.
8070
8071 2008-11-29  Martin Baulig  <martin@ximian.com>
8072
8073         * mini-exceptions.c (mono_handle_native_sigsegv): Check
8074         mono_debug_using_mono_debugger() in addition to the
8075         `no_gdb_backtrace' flag in the `MonoDebugOptions'.
8076
8077 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
8078
8079         * mini-ops.h: updated more MIPS opcodes
8080         * mini-mips.c: FP compare/branch working again, clean up last of CEE_ -> OP_ mappings
8081         * cpu-mips.md: Added MIPS versions of new FP compare/branch opcodes.
8082         
8083 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8084
8085         * mini-ppc64.c: Patch the RGCTX fetch trampoline correctly.
8086
8087 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
8088
8089         * mini-mips.c (mono_arch_emit_call): adding missing conversion to fp single when passing in integer arg register.
8090         * mini-mips.c (mips_adjust_stackframe): compensate for spill-down logic.
8091         * mini-ops.h: correct selected mips opcode entries
8092         
8093 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8094
8095         * mini-ppc64.c, mini-ppc64.h: Enable generalized IMT thunks and
8096         make them work.
8097
8098 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8099
8100         * mini-ppc64.h, tramp-ppc64.c: Make generic code sharing work.
8101
8102 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
8103
8104         * method-to-ir.c, mini-trampolines.c: protect IMG code with #ifdef MONO_ARCH_HAVE_IMT to fix compile errors.
8105         * mini-mips.c: Fixup stackframe assignments after allocation of spillvars.
8106         * mini-mips.h: disable IMT
8107         * tramp-mips.c (mono_arch_get_vcall_slot): fix offset extraction
8108         
8109 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8110
8111         * mini-ppc64.c, mini-ppc64.h: Don't emulate long ops.
8112
8113 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8114
8115         * mini-ppc64.c, exceptions-ppc64.c: Several fixes.
8116
8117 2008-11-28  Zoltan Varga  <vargaz@gmail.com>
8118
8119         * method-to-ir.c (handle_isinst): Use PCONST instead of ICONST for
8120         consistency.
8121
8122 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8123
8124         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
8125         for Set/GetVector aligned versions.
8126
8127 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8128
8129         * basic-simd.cs: Add tests for Get/SetVector.
8130
8131 2008-11-27  Mark Probst  <mark.probst@gmail.com>
8132
8133         * mini.c: Removed g_slist_append_mempool().  Now in
8134         metadata/mempool.c.
8135
8136 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8137
8138         * simd-intrinsics.c (mono_emit_vector_ldelema): Extract the element
8139         size properly and make the bounds check optional.
8140
8141         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
8142         for SetVector and IsAligned.
8143
8144 2008-11-27  Zoltan Varga  <vargaz@gmail.com>
8145
8146         * mini.c: Remove unused mono_normalize_opcodes () function.
8147
8148 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8149
8150         * method-to-ir.c (mini_emit_inst_for_method): Small fix: we're
8151         using the new atomic add ops now.
8152
8153         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Implemented atomic
8154         add.
8155
8156 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8157
8158         * mini-ppc64.c: Several fixes.
8159
8160 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8161
8162         * cpu-mips.md: added jump_table
8163         * mini-mips.c: added jump_table. Eliminate compare-imm when lowering. Remove dead function.             
8164
8165 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8166
8167         * mini-mips.c, mini-mips.h, tramp-mips.c, cpu-mips.md: Initial upgrade of MIPS port to new IR.
8168
8169 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8170
8171         * mini-ops.h: corrected a handful of MIPS opcodes.
8172
8173 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8174
8175         * aot-compiler.c: MIPS to use ELF writer
8176
8177 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8178
8179         * mini-codegen.c: remove MIPS specific assert.
8180
8181 2008-11-25  Mark Probst  <mark.probst@gmail.com>
8182
8183         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Several
8184         fixes.  PPC64 now passes most of the runtime regressions.
8185
8186 2008-11-24  Zoltan Varga  <vargaz@gmail.com>
8187
8188         * regalloc2.c: Distinguish between use/def positions. Optimize the creation of
8189         volatile intervals a bit.
8190
8191 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8192
8193         * basic-long.cs: New test case.
8194
8195 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
8196
8197         * mini.c (mini_method_compile): Disable globalra for large methods for 
8198         now.
8199
8200         * regalloc2.c (order_moves): Add fp support.
8201
8202         * branch-opts.c (mono_remove_critical_edges): Split non-critical edges whose
8203         source bblock ends with an OP_BR_REG.
8204
8205         * ratests.cs: Add a new test.
8206
8207 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8208
8209         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c: Disable generic code
8210         sharing.  PPC64 now passes generics.exe.
8211
8212 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8213
8214         * mini-ppc64.c: Several fixes.  PPC64 now runs iltests.exe.
8215
8216 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
8217
8218         * exceptions-x86.c (mono_arch_find_jit_info): Avoid reading uninitialized
8219         memory when mono_jit_info_table_find () can't find the method in the
8220         LMF case.
8221
8222         * aot-compiler.c (mono_save_xdebug_info): Emit complete debug info for
8223         AOTed code too.
8224         
8225         * aot-compiler.c (mono_save_xdebug_info): Make this work with the assembly
8226         writer too.
8227
8228 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8229
8230         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, cpu-ppc64.md:
8231         Several fixes.  PPC64 now runs exceptions.exe and
8232         devirtualization.exe.
8233
8234 2008-11-22  Mark Probst  <mark.probst@gmail.com>
8235
8236         * mini-ppc64.c, tramp-ppc64.c: Small fixes.  PPC64 now runs
8237         arrays.exe and basic-math.exe.
8238
8239 2008-11-22  Mark Probst  <mark.probst@gmail.com>
8240
8241         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c,
8242         cpu-ppc64.md: Several fixes.  PPC64 now runs objects.exe.
8243
8244 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8245
8246         * simd-intrinsics.c: Add support ArrayExtension intrinsics.
8247
8248 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8249
8250         * method-to-ir.c: Move bounds checking macros to ir-emit.h
8251
8252         * ir-emit.h: Move macros from method-to-ir.c to here.
8253
8254 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8255
8256         * mini-ops.h: Correct the long simd ops to use LREG.
8257
8258 2008-11-21  Zoltan Varga  <vargaz@gmail.com>
8259
8260         * mini-ops.h: Correct the dreg type of OP_LOADI8_MEMBASE.
8261         
8262         * mini-ops.h: Correct the dreg type of a few long opcodes.
8263
8264         * mini-amd64.h: Applied patch from Mihai Chelaru <kefren@ngnetworks.ro>.
8265         Add netbsd support.
8266
8267 Fri Nov 21 12:52:23 CET 2008 Paolo Molaro <lupus@ximian.com>
8268
8269         * mini-ppc.c: remove negative stack references in epilog
8270         for platforms that don't support the red zone.
8271
8272 2008-11-21  Mark Probst  <mark.probst@gmail.com>
8273
8274         * mini-ppc64.h, cpu-ppc64.md: Fixed caller/callee saved floating
8275         point regs.  Now PPC64 passes basic-calls.exe.
8276
8277 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8278
8279         * basic-simd.cs: Add tests for accessors of Vector2l.
8280
8281 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8282
8283         * mini-ops.h: Added OP_INSERTX_I8_SLOW,.
8284
8285         * mini-x86.c (mono_arch_decompose_long_opts): Decompose OP_INSERTX_I8_SLOW.
8286         
8287         * simd-intrinsics.c: Add support for Vector2l and Vector2ul.
8288
8289 2008-11-21  Mark Probst  <mark.probst@gmail.com>
8290
8291         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Several fixes.  Now
8292         PPC64 passes basic-long.exe.
8293
8294 2008-11-20  Mark Probst  <mark.probst@gmail.com>
8295
8296         * decompose.c: Decompose carry and overflow add on PPC64 like on
8297         other 64 bit archs.  Don't decompose sub at all on PPC64.
8298
8299         * mini-ppc64.c, exceptions-ppc64.c, tramp-ppc64.c, cpu-ppc64.md:
8300         Several fixes and new opcodes.  Now PPC64 runs (but doesn't pass)
8301         basic-long.exe.
8302
8303 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8304
8305         * basic-simd.cs: Add tests for accessors of Vector2d.
8306
8307 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8308
8309         * mini-ops.h: Added OP_INSERTX_R8_SLOW,.
8310
8311         * cpu-x86.md: Same.
8312
8313         * mini-x86.c (mono_arch_output_basic_block): Same.
8314         
8315         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector2d.
8316
8317 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8318
8319         * basic-simd.cs: Add tests for accessors of Vector4f.
8320
8321 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8322
8323         * mini-ops.h: Added OP_INSERTX_R4_SLOW,.
8324
8325         * cpu-x86.md: Same.
8326
8327         * mini-x86.c (mono_arch_output_basic_block): Same.
8328         
8329         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4f.
8330
8331 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8332
8333         * basic-simd.cs: Add tests for accessors of Vector4i and Vector4ui.
8334
8335 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8336
8337         * mini-ops.h: Added OP_INSERTX_I4_SLOW,.
8338
8339         * cpu-x86.md: Same.
8340
8341         * mini-x86.c (mono_arch_output_basic_block): Same.
8342         
8343         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4i and Vector4ui.
8344
8345 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8346
8347         * cpu-x86.md: Use reasonable sizes for extractx_u2 and insertx_u1_slow.
8348
8349 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8350
8351         * simd-intrinsics.c: Enable setters for Vector16sb.
8352
8353 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8354
8355         * mini-ops.h: Added OP_EXTRACTX_U2, OP_INSERTX_U1_SLOW.
8356
8357         * cpu-x86.md: Same.
8358
8359         * mini-x86.c (mono_arch_output_basic_block): Same.
8360         
8361         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector16b.
8362
8363 2008-11-19  Rodrigo Kumpera  <rkumpera@novell.com>
8364
8365         * simd-intrinsics.c: Implement setter for Vector8us.
8366
8367 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
8368
8369         * aot-compiler.c (mono_save_xdebug_info): Emit correct location info
8370         for dead variables.
8371
8372 Wed Nov 19 18:27:41 CET 2008 Paolo Molaro <lupus@ximian.com>
8373
8374         * mini-ppc.c: remove references to the red zone in the prolog
8375         (for systems that don't support it).
8376
8377 2008-11-19  Mark Probst  <mark.probst@gmail.com>
8378
8379         * cpu-ppc64.md: Fixed a few instruction lengths.
8380
8381         * mini-ppc64.c: Don't emit SETLRET.  PPC64 passes basic-float.exe,
8382         now.
8383
8384 2008-11-19  Mark Probst  <mark.probst@gmail.com>
8385
8386         * mini-ppc64.c, cpu-ppc64.md: Fixed some opcodes.  PPC64 passes
8387         basic.exe now.
8388
8389 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
8390
8391         * aot-compiler.c (mono_save_xdebug_info): Add more parameter types.
8392
8393 2008-11-18  Rodrigo Kumpera  <rkumpera@novell.com>
8394
8395         * mini-ops.h: Added OP_INSERT_I2.
8396
8397         * cpu-x86.md: Same.
8398
8399         * mini-x86.c (mono_arch_output_basic_block): Same.
8400         
8401         * simd-intrinsics.c: Implement setter for Vector8s.
8402
8403         * simd-methods.h: Add the names of get setters of Vector8s.
8404
8405 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8406
8407         * aot-compiler.c (mono_save_xdebug_info): Add support for parameters.
8408         
8409         * aot-compiler.c (mono_save_xdebug_info): Add preliminary support for
8410         parameters.
8411
8412         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
8413
8414 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8415
8416         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Changes
8417         for PPC64.  An empty program runs now.
8418
8419 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8420
8421         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
8422
8423         * aot-compiler.c mini.c mini.h: Add a JIT debugging mode modelled after
8424         a similar mode in Kaffe: When the the MONO_XDEBUG env var is set, debugging
8425         info for JITted code is emitted into a shared library, loadable into gdb.
8426
8427 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8428
8429         * Makefile.am: Changes to build PPC64.
8430
8431         * mini-arch.h: Include mini-ppc64.h on PPC64.
8432
8433 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8434
8435         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Updated with changes
8436         in PPC code up to r119147.
8437
8438 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8439
8440         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
8441         cpu-ppc64.md: Changes for PPC64.
8442
8443         Based on code submitted by andreas.faerber@web.de at
8444         https://bugzilla.novell.com/show_bug.cgi?id=324134 under the
8445         X11/MIT license.
8446
8447 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8448
8449         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
8450         cpu-ppc64.md: Copied from the corresponding PPC files from
8451         r118846.
8452
8453 2008-11-18  Scott Peterson  <lunchtimemama@novell.com>
8454
8455         * mini-ops.h: Added OP_ROUND.
8456
8457         * cpu-x86.md: Added round.
8458
8459         * mini-x86.c: Added support for intrinsicing Math.Round (double).
8460
8461         * basic-math.cs: Added test_0_round to test rounding.
8462
8463         Contributed under MIT/X11 license.
8464
8465 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8466
8467         * aot-compiler.c : Fix the Winx64 build.
8468
8469         Contributed under MIT/X11 license.
8470
8471 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8472
8473         * mini-x86.c (mono_arch_output_basic_block): Use movsd instead of monvups
8474         in OP_EXTRACT_R8 to avoid possible stack corruption.
8475
8476 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8477
8478         * mini-ops.h: Added OP_EXTRACT_R8/I8.
8479
8480         * cpu-x86.md: Added extract_r8.
8481
8482         * mini-x86.c (mono_arch_output_basic_block): Emmit OP_EXTRACT_R8.
8483         
8484         * mini-x86.c: Added mono_arch_decompose_long_opts to break OP_EXTRACT_I8 into
8485         a couple of OP_EXTRACT_I4.
8486
8487         * mini-x86.h: Define MONO_ARCH_HAVE_DECOMPOSE_LONG_OPTS if simd is enabled.
8488
8489         * simd-intrinsics.c: Implement getters for Vector2l/2ul/2d.
8490
8491 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8492
8493         * simd-intrinsics.c (vector2l_intrinsics): CompareGreaterThan requires sse 4.2
8494         and not 4.1. 
8495
8496 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
8497
8498         * method-to-ir.c (handle_delegate_ctor): Emit the address of the delegate
8499         trampoline as an AOT const of the proper type instead of MONO_PATCH_INFO_ABS.
8500
8501         * mini.c (mono_codegen): Remove the handling of delegate trampolines, they
8502         are not needed any more.
8503
8504         * mini.h: Remove the unused INS_LIST macros.
8505
8506         * mini.c (mini_method_compile): Remove a disable globalra case which is no
8507         longer needed.
8508
8509         * *.h *.c: Remove duplicate MonoInst emission macros, use the ones in
8510         ir-emit.h.
8511
8512         * regalloc.h *.c: Remove references to mono_regstate_next_int (), use
8513         mono_alloc_ireg () instead.
8514
8515         * mini-<ARCH>.c: Include ir-emit.h. Remove duplicate MonoInst emission
8516         macros.
8517
8518         * mini-amd64.c (emit_load_volatile_arguments): Removed, not needed
8519         on amd64.
8520
8521         * aot-runtime.c (load_aot_module): Disable AOT when running under
8522         CAS.
8523
8524         * mini-amd64.h: Change the monitor fastpath defines to check for
8525         !PLATFORM_WIN32 so they work on *bsd too.
8526
8527         * mini.h mini.c mini-hhpa.c: Remove more unused code.
8528
8529         * mini-s390.c mini-s390x.c: Remove !cfg->new_ir code.
8530
8531         * mini.h (MonoCompile): Remove new_ir flag.
8532
8533         * regalloc.h regalloc.c: Remove unused code.
8534
8535         * cpu-*.md: Remove more unused opcodes.
8536
8537         * simple-cee-ops.h simple-mini-ops.h: Removed.
8538
8539         * mini-ops.h *.c cpu-<ARCH>.md: Remove more unused opcodes.
8540         
8541 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
8542
8543         * aliasing.h: Removed.
8544
8545         * *.c: Remove references to aliasing.h and inssel.h.
8546
8547         * mini.c: Remove additional unused functions.
8548
8549         * mini-ops.h cpu-*.md: Remove unused opcodes.
8550
8551 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
8552
8553         Remove the old JIT code.
8554
8555         * inssel*.brg: Removed.
8556
8557         * ssa.c abcremoval.c aliasing.c: Removed.
8558
8559         * ssa2.c: Renamed to ssa.c.
8560
8561         * abcremoval2.c: Renamed to abcremoval.c.
8562
8563         * *.c: Removed all !cfg->new_ir code.
8564
8565         * mini-<ARCH>.c: Removed mono_arch_call_opcode (), 
8566         mono_arch_emit_this_vret_args (), and mono_arch_get_inst_for_method ().
8567
8568         * mini.c: Removed the old mono_method_to_ir () and all the code used by it.
8569         
8570 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
8571
8572         * aot-compiler.c aot-runtime.c: Emit most of the non-table data in a structure
8573         to simplify the code and cut back on the number of global symbols in the AOT
8574         file.
8575         
8576         * aot-compiler.c aot-runtime.c: Get rid of the unused plt_jump_table.
8577
8578 2008-11-15  Zoltan Varga  <vargaz@gmail.com>
8579
8580         * aot-runtime.c aot-compiler.c: Unify the plt_jump_table/plt_info tables
8581         with the got/got_info tables.
8582
8583         * mini.h: Bump AOT file format version.
8584         
8585         * unwind.h: New file, contains definitions for stack unwinding.
8586
8587         * mini.c (mono_emit_unwind_op): New helper function to append an unwind op
8588         to cfg->unwind_ops.
8589         
8590         * aot-compiler.c: Generalize the emitting of unwind information to use the
8591         information in cfg->unwind_ops.
8592
8593         * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info.
8594
8595         * aot-compiler.c: Emit dwarf unwind information so gdb can unwind through
8596         AOT method frames. Enable writing symbols for methods by default.
8597
8598 2008-11-14  Rodrigo Kumpera  <rkumpera@novell.com>
8599
8600         * simd-intrinsics.c (simd_intrinsic_emit_getter): Generalize this code
8601         and make it work with vectors of element sizes 1, 2 and 4.
8602
8603         * simd-intrinsics.c: Enable getter for all vectors with element size
8604         1, 2 or 4.
8605
8606         * simd-methods.h: Add the names of other getters.
8607
8608         * mini-ops.h: Added OP_EXTRACT_I2/U2/I1/U1.
8609
8610         * cpu-x86.md: Same.
8611
8612         * mini-x86.c: Same.
8613
8614 Fri Nov 14 15:54:18 CET 2008 Paolo Molaro <lupus@ximian.com>
8615
8616         * mini-ppc.h: portability fix.
8617
8618 Fri Nov 14 15:39:50 CET 2008 Paolo Molaro <lupus@ximian.com>
8619
8620         * mini-ppc.h, mini-ppc.c: avoid using the red zone as some kernels are
8621         buggy and will overwrite it.
8622
8623 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8624
8625         * aot-compiler.c: Add functionality to emit local symbols to the elf writer.
8626         Use it to emit local symbols for all methods so AOTed methods show up with
8627         their full name in gdb/valgrind output.
8628
8629 Fri Nov 14 12:56:27 CET 2008 Paolo Molaro <lupus@ximian.com>
8630
8631         * mini-ppc.c: portability fixes.
8632
8633 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8634
8635         * mini-trampolines.c (mono_magic_trampoline): Move the patching of plt
8636         entries out of the if (!generic_shared...) code so it is always done.
8637         (mono_class_init_trampoline): Do the patching when running under valgrind
8638         too, newer versions of valgrind have no problems with it.
8639
8640 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
8641
8642         * aot-compiler.c (emit_writeout): Rework this to make it easier to add
8643         further sections.
8644
8645 2008-11-13  Mark Probst  <mark.probst@gmail.com>
8646
8647         * mini-ppc.c, cpu-ppc.md: Reserve space for the parameter area in
8648         filters.
8649
8650 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8651
8652         * simd-intrinsics.c: Add getter support for Vector4i and Vector4ui. 
8653
8654 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8655
8656         * mini-ops.h: Kill diplicated ops OP_SHUFLEPS.
8657
8658         * cpu-x86.md: Same.
8659
8660         * mini-x86.c: Same.
8661
8662         * simd-intrinsics.c: Same.
8663
8664 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8665
8666         * simd-intrinsics.c: Enable constructor intrinsics for all types.
8667
8668 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8669
8670         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Generalize this method
8671         to work with more Vector types.
8672
8673 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8674
8675         * simd-intrinsics.c (simd_intrinsic_emit_ctor): If the target is already a pointer
8676         store the elemens directly instead of using and intermediate.
8677
8678 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
8679
8680         * mini-amd64.c (emit_call_body): Avoid aligning call sites in AOTed code.
8681
8682         * tramp-x86.c (mono_arch_create_trampoline_code): Rework the return sequence
8683         to preserve %eax for aot plt trampolines.
8684
8685         * aot-compiler.c (compile_method): Don't skip synchronized methods.
8686         (encode_method_ref): Flag synchronized methods so they won't go through
8687         the AOT trampoline.
8688
8689         * aot-compiler.c: Additional work to support AOTing synchronized methods/
8690         wrappers.
8691
8692         * cpu-ia64.md (jmp): Increase max length.
8693
8694 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
8695
8696         * aot-runtime.c (load_method): Avoid calling runtime_class_init () for
8697         open generic classes.
8698
8699         * aot-compiler.c: Enable the ELF writer on ELF platforms.
8700
8701         * method-to-ir.c (mono_method_to_ir2): Revert the last change to the
8702         box+brtrue optimization since it causes test failures on x86.
8703
8704 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
8705
8706         * mini-ops.h: Remove OP_PUSH_R4 and OP_LOADX_STACK.
8707
8708         * cpu-x86.md: Same.
8709
8710         * mini-x86.c: Same.
8711
8712         * mini.h (struct MonoCompile): Add simd_ctor_var to be used as storage
8713         for simd ctor values. 
8714
8715         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Use simd_ctor_var for the constructor
8716         instead of directly pushing the values on stack. This saves about 15 bytes of generated code.
8717
8718 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
8719
8720         * simd-methods.h: Rename SubWithSaturation, ArithmeticRightShift and
8721         LogicalRightShift.
8722
8723         * simd-instrincs.c: Same.
8724
8725         * basic-simd.cs: Same.
8726
8727 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
8728
8729         * ratests.cs: Add more tests.
8730
8731         * regalloc2.c (add_spill_code): Handle more corner cases.
8732
8733 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
8734
8735         * regalloc2.c (INS_POS_INTERVAL): Decrease this to 8 to avoid overflows.
8736         (update_liveness): Avoid holes in the liveness ranges of hregs if they are
8737         both the source an destination of an instruction.
8738
8739 Tue Nov 11 19:30:50 CET 2008 Paolo Molaro <lupus@ximian.com>
8740
8741         * jit-icalls.c, local-propagation.c, mini.c, ssa.c, ssapre.c, trace.c,
8742         wapihandles.c: more portability changes.
8743
8744 Tue Nov 11 18:56:33 CET 2008 Paolo Molaro <lupus@ximian.com>
8745
8746         * aot-compiler.c, aliasing.c, abcremoval.c: portability changes.
8747         * mini.c mini.h, aot-runtime.c: the aot segfault-handling code is not
8748         safe to execute in a signal handler and the kernel provides better
8749         the info in /proc/self/smaps. Avoid the assert on sigaction during
8750         cleanup.
8751
8752 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
8753
8754         * method-to-ir.c (mono_method_to_ir2): In the box+brtrue optimization, only
8755         do the bblock linking hack if it is actually needed.
8756
8757         * Makefile.am (patch-libtool): New helper target to patch libtool to speed
8758         up linking.
8759
8760         * liveness.c (ENABLE_LIVENESS2): Reenable this for 64 bit archs as the
8761         crash problem is fixed.
8762
8763         * branch-opts.c (mono_remove_critical_edges): Link up newly added
8764         bblocks.
8765
8766         * mini.c (mini_method_compile): Compute unreachable bblocks properly even
8767         for catch clauses.
8768         (mini_method_compile): Set the starting value of next_vreg to 
8769         MAX_IREGS + MAX_FREGS when using globalra.
8770
8771         * method-to-ir.c (mono_method_to_ir2): Mark bblocks starting
8772         filter clauses with BB_EXCEPTION_HANDLER.
8773
8774         * regalloc2.c (assign_spill_slots): Set cfg->rgctx_var.
8775
8776 2008-11-10  Mark Probst  <mark.probst@gmail.com>
8777
8778         * mini-x86.c (mono_arch_get_argument_info): Don't align argument
8779         space for stdcall.  Fixes regressions on Win32.
8780
8781 2008-11-10  Zoltan Varga  <vargaz@gmail.com>
8782
8783         * regalloc2.c (handle_reg_constraints): Avoid adding code to unreachable
8784         bblocks.
8785         (linear_scan): Remove an assert which doesn't seem to be needed.
8786
8787         * local-propagation.c (mono_local_deadce): Avoid a call to
8788         MONO_DELETE_INS which would screw up the instruction linking.
8789
8790         * mini.c (mono_decompose_op_imm): Make this work with globalra.
8791
8792         * regalloc2.c: Upgrade to work the current JIT code.
8793
8794 2008-11-09  Zoltan Varga  <vargaz@gmail.com>
8795
8796         * method-to-ir.c (inline_method): Merge more basic blocks to help the AOT
8797         case.
8798
8799         * aot-runtime.c: Remove some dead code.
8800
8801         * tramp-arm.c: Use 'code' as the runnning pointer in code generation for
8802         consistency.
8803         (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Implement aot support.
8804
8805         * aot-runtime.c (load_named_code): Decode the offset of lazy fetch
8806         trampolines using sscanf since atoi doesn't work on large unsigned values.
8807
8808         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): 
8809         Initialize code_size.
8810
8811 2008-11-08  Mark Probst  <mark.probst@gmail.com>
8812
8813         * method-to-ir.c (mini_emit_inst_for_method): Make
8814         Interlocked.CompareExchange work for Int arguments on 32 bit
8815         archs, as well.
8816
8817 2008-11-07  Mark Probst  <mark.probst@gmail.com>
8818
8819         * method-to-ir.c (mono_method_to_ir2): Fixed a funny commit error.
8820
8821 2008-11-06  Bill Holmes  <billholmes54@gmail.com>
8822
8823         * main.c Fix MSVC build.
8824
8825         Contributed under MIT/X11 license.
8826
8827 2008-11-06  Mark Probst  <mark.probst@gmail.com>
8828
8829         * mini-x86.c (mono_arch_allocate_vars): Make sure locals that need
8830         alignment larger than 8 bytes are aligned correctly, too.
8831
8832         * mini.c: Honor the min_align field of MonoClass when laying out
8833         the stack.
8834
8835 2008-11-06  Zoltan Varga  <vargaz@gmail.com>
8836
8837         * method-to-ir.c (mono_method_to_ir2): Fix AOT support for CEE_SWITCH on arm.
8838
8839         * aot-compiler.c (emit_plt): Fix a warning.
8840         
8841         * aot-compiler.c: Implement ARM support in the binary writer.
8842
8843 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
8844
8845         * basic-simd.cs: Add test for getter with byref arg.
8846         Fix the naming of a few tests.
8847         Add missing checks to a test.
8848
8849 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
8850
8851         * aot-compiler.c (emit_plt): Make the arm code work with the binary writer.
8852
8853         * aot-compiler.c aot-runtime.c mini-trampolines.c tramp-amd64.c: Implement
8854         most of the full-aot support for monitor enter/exit trampolines.
8855
8856         * tramp-x86.c tramp_amd64.c: Add AOT compatible variants of the monitor
8857         enter/exit trampoline creation functions.
8858
8859         * Makefile.am: Fix the generation of buildver.h so it is not invoked during
8860         make dist.
8861
8862 Wed Nov 5 16:28:53 CET 2008 Paolo Molaro <lupus@ximian.com>
8863
8864         * mini.h, aot-compiler.c, method-to-ir.c, aot-runtime.c: remove the
8865         incorrectly added MONO_WRAPPER_MONITOR_* (in r117651-r117652) and
8866         implement the needed functionality without adding crap to the runtime.
8867
8868 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
8869
8870         * mini-trampolines.c (mono_create_monitor_enter_trampoline): Fix the
8871         non-x86 builds.
8872
8873         * mini.c (mono_build_date): New global version holding the build date in
8874         string format.
8875         
8876         * Makefile.am (buildver.c): Generate a file containing the build date.
8877
8878         * main.c: Set the build date from the generated file.
8879
8880         * mini.c (mono_get_runtime_build_info): New helper function returning build
8881         information in a string format.
8882         
8883         * driver.c (mono_main): Print the build date in --version.
8884
8885         * aot-compiler.c aot-runtime.c: Embed the build information into the AOT
8886         file when the bind-to-runtime-version option is used.
8887
8888 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
8889
8890         * simd-intrinsics.c: Fix bug when using getters and byref args. 
8891
8892 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
8893
8894         * simd-methods.h: Rename prefetch methods.
8895
8896         * simd-intrinsics.c: Same.      
8897
8898 2008-11-05  Mark Probst  <mark.probst@gmail.com>
8899
8900         * tramp-amd64.c: Enlarge the Monitor.Enter/Exit trampoline code
8901         sizes.
8902
8903 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8904
8905         * aot-compiler.c: Use the bundled elf header files instead of depending on
8906         the system one.
8907         
8908         * aot-compiler.c (emit_symbol_diff): Allocate memory from the acfg
8909         mempool.
8910
8911         * method-to-ir.c (mono_method_check_inlining): Avoid a getenv () call
8912         on every call.
8913
8914 2008-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
8915
8916         * cpu-x86.md: Add store nta ops.
8917
8918         * mini-ops.h: Same.
8919
8920         * mini-x86.c: Same.
8921
8922         * mini.h: Add an enum for simd prefetch modes.
8923
8924         * simd-methods.h: Refactor the store_aligned code to handle multiple kinds
8925         of store. Use the changed code to support store nta.
8926
8927         * simd-intrinsics.c: Add prefetch ops for all vector types.
8928
8929 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8930
8931         * aot-compiler.c: Add an option for JIT compiling the methods by multiple 
8932         threads.
8933         
8934         * aot-compiler.c: Use statically allocated buffers for constructing symbol 
8935         names.
8936
8937         * aot-runtime.c aot-compiler.c: Add support for the MONITOR_ENTER/EXIT
8938         trampolines.
8939
8940 2008-11-04  Mark Probst  <mark.probst@gmail.com>
8941
8942         * mini-x86.c: Fixed commit.
8943
8944 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8945
8946         * aot-compiler.c (emit_plt): Align the plt section only on x86.
8947
8948 2008-11-04  Mark Probst  <mark.probst@gmail.com>
8949
8950         * mini-trampolines.c, mini.h: Two new trampolines: MONITOR_ENTER
8951         and MONITOR_EXIT, for the ASM fastpaths.
8952
8953         * method-to-ir.c: Use the ASM fastpath for Monitor.Enter/Exit if
8954         available.
8955
8956         * mini.c, patch-info.h: Signature and patch infos for
8957         Monitor.Enter/Exit trampolines.
8958
8959         * mini-amd64.c, mini-x86.c: Make emit_tls_get() non-static.
8960
8961         * tramp-amd64.c, tramp-x86.c, mini-amd64.h, mini-amd64.h:
8962         Monitor.Enter/Exit ASM fastpath for Linux.
8963
8964 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8965
8966         * mini.c (mono_method_to_ir): Fix soft-float support in Array.Get/Set.
8967
8968         * objects.cs: Add a new test.
8969         
8970         * aot-compiler.c: Use mono_100ns_ticks () for computing the profiling info.
8971
8972         * aot-runtime.c (load_method): Run class initialization in the PLT case even
8973         if MONO_LOG_LEVEL is set.
8974
8975         * debug-mini.c (serialize_variable): Fix the encoding of dead variables.
8976
8977         * aot-runtime.c (mono_aot_get_method): Skip out-of-date AOT modules.
8978
8979         * aot-compiler.c (emit_and_reloc_code): Speed this up a little.
8980         
8981         * aot-compiler.c: Change the relocation code to use virtual addresses instead
8982         of file offsets. Align the sections belonging to the data segment to 
8983         PAGESIZE.
8984
8985 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
8986
8987         * aot-compiler.c: Simplify the elf writer by depending on the definitions in
8988         elf.h. Port it to amd64.
8989
8990 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
8991
8992         * driver.c: Enable SIMD by default.
8993
8994 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
8995
8996         * cpu-x86.md: Add prefetch op.
8997
8998         * mini-ops.h: Same.
8999
9000         * mini-x86.c: Same.
9001
9002         * mini.h: Add an enum for simd prefetch modes.
9003
9004         * simd-methods.h: Add prefetch function names.
9005
9006         * simd-intrinsics.c: Add prefetch ops for all vector types.
9007
9008 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
9009
9010         * aot-compiler.c (emit_bytes): Speed this up a little.
9011
9012 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
9013
9014         * aot-compiler.c: Add JIT time etc. statistics.
9015         
9016         * aot-compiler.c (compile_method): Fix the copying of the cfgs array.
9017
9018         * mini.h (MonoCompile): Add 'got_offset' field.
9019
9020         * aot-compiler.c: Store the got offset in MonoCompile, get rid of the
9021         method_got_offsets array.
9022
9023         * aot-compiler.c aot-runtime.c: Add support for the monitor enter/exit
9024         wrappers.
9025
9026         * aot-compiler.c (compile_method): Add generic method instances referenced
9027         by the method to the list of methods to be compiled, this is required so if
9028         A<T> references B<T>, and another assembly references A<int>, then it will
9029         also get a copy of B<int>.
9030
9031         * method-to-ir.c (mini_emit_inst_for_method): Use the proper wrapper type
9032         when checking for monitor enter/exit.
9033
9034 2008-10-30  Mark Probst  <mark.probst@gmail.com>
9035
9036         * method-to-ir.c (mini_emit_inst_for_method): Use the IL fastpaths
9037         for Monitor.Enter and Monitor.Exit if enabled.
9038
9039         * mini-x86.h, mini-amd64.h: Enable the IL fastpaths for Linux and
9040         Solaris.
9041
9042 2008-10-30  Zoltan Varga  <vargaz@gmail.com>
9043
9044         * method-to-ir.c (type_from_op): Convert CEE_CONV_U on OP_ICONV_TO_U instead
9045         of an OP_MOVE. Fixes #440046.
9046
9047         * basic-long.cs: Add a new test.
9048
9049 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
9050
9051         * mini.h: Add synchronization note for the managed counter-part.
9052
9053         * simd-intrinsics.c: Add SimdRuntime.get_AccelMode intrinsic that
9054         returns the simd caps of the current cpu.
9055
9056 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
9057
9058         * basic-simd.cs: Remove Console.WriteLine.
9059
9060 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9061
9062         * basic-simd.cs: New tests for Vector2ul.
9063
9064 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9065
9066         * simd-intrinsics.c: Add new vector type Vector2ul.
9067
9068 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9069
9070         * basic-simd.cs: New tests for Vector2l.
9071
9072 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9073
9074         * cpu-x86.md: Add long version of most packed int ops.
9075
9076         * mini-ops.h: Same.
9077
9078         * mini-x86.h: Same.
9079
9080         * simd-intrinsics.c: Add new vector type Vector2l.
9081
9082 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9083
9084         * simd-intrinsics.c: Replace SN_op_BitwiseXor with SN_op_ExclusiveOr.
9085
9086         * simd-methods.h: Remove SN_op_BitwiseXor.
9087
9088 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
9089
9090         * mini.c (mono_allocate_stack_slots_full): Align the size of vtypes to their
9091         alignment.
9092
9093 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9094
9095         * basic-simd.cs: Test for Vector2d.
9096
9097         * basic-simd.cs (test_vector8s_pack_signed_sat): Fixed broken
9098         value.
9099
9100 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9101
9102         * cpu-x86.md: Add double version of all packed float ops.
9103
9104         * mini-ops.h: Same.
9105
9106         * mini-x86.h: Same.
9107
9108         * simd-intrinsics.c: Add new vector type Vector2d.
9109
9110         * simd-intrinsics.c (vector4f_intrinsics): Fix ordering.
9111
9112         * simd-methods.h: Add Duplicate.
9113
9114 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9115
9116         * basic-simd.cs: Test for packing with signed saturation.
9117
9118 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
9119
9120         * aot-compiler.c (add_generic_instances): Add all methods of generic instances
9121         found in the TYPESPEC table.
9122
9123 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
9124
9125         * aot-runtime.c (mono_aot_get_method): Log not found methods for extra methods
9126         too.
9127
9128         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
9129
9130         * mini.c (mono_method_to_ir): For MONO_PATCH_INFO_RVA, save field the token
9131         instead of the RVA, since the RVA can be changed by tools like the cil 
9132         stripper.
9133
9134         * method-to-ir.c (mono_method_to_ir2): Ditto.
9135
9136         * debug-mini.c (serialize_variable): Handle ADDRESS_MODE_DEAD.
9137         (deserialize_variable): Ditto.
9138
9139 2008-10-25  Martin Baulig  <martin@ximian.com>
9140
9141         * debug-mini.c (write_variable): Use
9142         `MONO_DEBUG_VAR_ADDRESS_MODE_DEAD' for dead variables.
9143
9144 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9145
9146         * cpu-x86.md: Add unsigned variants of packd and packw.
9147
9148         * mini-ops.h: Same.
9149
9150         * mini-x86.h: Emit the right instruction for packd and packw.
9151         Add unsigned variants of packd and packw.
9152
9153         * simd-intrinsics.c: Packd and packw were used in place of their
9154         unsigned variants. Change that.
9155         Add intrinsics for (Signed)PackWithSignedSaturation.
9156
9157         * simd-methods.h: Add (Signed)PackWithSignedSaturation.
9158
9159 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9160
9161         * simd-intrinsics.c (vector4i_intrinsics): New table of intrinsic type.
9162
9163 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9164
9165         * mini-ops.h: Remove dword packed add/sub with saturation ops.
9166
9167         * cpu-x86.md: Remove dword packed add/sub with saturation ops.
9168
9169         * simd-intrinsics.c (vector4ui_intrinsics): Remove methods without
9170         sse instructions.
9171
9172         * simd-intrinsics.c (vector8s_intrinsics): Fix ordering.
9173
9174 2008-10-24  Mark Probst  <mark.probst@gmail.com>
9175
9176         * method-to-ir.c, mini.c: Special casing for the synchronized
9177         wrapper for the ldtoken+GetTypeFromHandle case.
9178
9179 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
9180
9181         * mini.c (mono_replace_ins): Move this to branch-opts.c.
9182
9183         * mini.c (mono_replace_ins): Propagate has_array_access flag to the newly
9184         created/split bblocks.
9185
9186 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9187
9188         * mini-ops.h: Add packed signed mul high.
9189         
9190         * cpu-x86.md: Same.
9191
9192         * mini-x86.c (mono_arch_output_basic_block): Same.
9193
9194         * simd-methods.h: Add PackWithUnsignedSaturation and ShiftRightLogic.
9195
9196         * simd-intrinsics.c (vector8s_intrinsics): New table of intrinsic type.
9197
9198 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9199
9200         * basic-simd.cs: Tests for Vector16sb.
9201
9202 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
9203
9204         * inssel.brg (stmt): Fix OP_HARD_NOP rule.
9205
9206 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9207
9208         * mini-ops.h: Add packed signed min, max and compare greater.
9209         
9210         * cpu-x86.md: Same.
9211
9212         * mini-x86.c (mono_arch_output_basic_block): Same. Add packed add/sub with
9213         saturation.
9214
9215         * simd-methods.h: Add CompareGreaterThan.
9216
9217         * simd-methods.h: Remove CompareEquals.
9218
9219         * simd-intrinsics.c: Add new TODO entry and some cosmetic changes.
9220
9221         * simd-intrinsics.c (vector16sb_intrinsics): New table of intrinsic type.
9222
9223         * simd-intrinsics.c (vector4f_intrinsics): Rename CompareEquals to
9224         CompareEqual.
9225
9226 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9227
9228         * basic-simd.cs: Fix tests due to change in the API.
9229
9230 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9231
9232         * mini.c method-to-ir.c: Use mono_field_get_name () for accessing field->name.
9233
9234 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9235
9236         * basic-simd.cs: Fix name change in Vector4f::CompareEqual.
9237
9238         * simd-intrinsics.c (simd_intrinsic_emit_store_aligned): Don't use
9239         inst_offset as this has invalid values for LDADDR.
9240
9241 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9242
9243         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
9244
9245         * simd-intrinsics.c (vector4ui_intrinsics): Add SignedPackWithUnsignedSaturation.
9246
9247 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9248
9249         * method-to-ir.c (initialize_array_data): Use mono_field_get_data ()
9250         for accessing field->data.
9251
9252 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9253
9254         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
9255
9256 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9257
9258         * simd-methods.h: Add SignedPackWithUnsignedSaturation.
9259
9260         * simd-intrinsics.c (vector8us_intrinsics): Add SignedPackWithUnsignedSaturation.
9261
9262 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9263
9264         * dominators.c (mono_compute_natural_loops): Allocate GList enties
9265         from the cfg mempool.
9266
9267 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
9268
9269         * basic-simd.cs: Tests for new methods in Vector8us.
9270
9271 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
9272
9273         * mini-ops.h: Add multiply and store high.
9274         
9275         * cpu-x86.md: Same.
9276
9277         * mini-x86.c (mono_arch_output_basic_block): Same.
9278
9279         * simd-methods.h: Same.
9280
9281         * simd-intrinsics.c (vector8us_intrinsics): Add MultiplyStoreHigh
9282         and CompareEqual.
9283
9284 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9285
9286         * method-to-ir.c (mono_emit_method_call_full): Remove a needless call to
9287         mono_class_setup_vtable ().
9288
9289         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Use
9290         mono_class_get_vtable_entry () for accessing klass->vtable.
9291
9292         * aot-runtime.c (load_method): Avoid a crash when using MONO_LOG_LEVEL.
9293
9294         * aot-compiler.c (add_generic_instances): Avoid a crash if a class is not
9295         found.
9296
9297         * method-to-ir.c (mono_save_token_info): Don't save references made from
9298         wrappers.
9299
9300         * aot-compiler.c (add_generic_instances): Add static rgctx wrappers for cctors
9301         of generic instances.
9302
9303         * aot-runtime.c (find_extra_method): Search in all loaded AOT images.
9304
9305 2008-10-19  Mark Probst  <mark.probst@gmail.com>
9306
9307         * cpu-ppc.md, mini-ppc.c: The length of the code generated for
9308         OP_JMP depends on the method signature.  Calculate it properly.
9309
9310 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9311         
9312         * aot-runtime.c (mono_aot_find_jit_info): Handle extra methods which are
9313         called directly.
9314
9315         * aot-compiler.c (emit_and_reloc_code): Allow direct calling of generic
9316         instances.
9317         (emit_extra_methods): Add another table mapping method indexes to 
9318         offsets in the extra_method_info table.
9319
9320         * mini.h: Bump AOT file format version.
9321         
9322         * aot-runtime.c: Merge most of the code from mono_aot_get_method
9323         and mono_aot_get_method_from_token () into one function.
9324
9325 2008-10-19  Mark Probst  <mark.probst@gmail.com>
9326
9327         * mini-ppc.c (emit_load_volatile_arguments): Inner loop needs a
9328         separate counter.
9329
9330 2008-10-18  Zoltan Varga  <vargaz@gmail.com>
9331
9332         * aot-compiler.c aot-runtime.c: Fix the hash function used for the extra
9333         methods.
9334
9335         * method-to-ir.c (mono_method_to_ir2): Change a !compile_aot assert to
9336         disable_aot.
9337
9338         * mini.c (mono_patch_info_equal): Compare the generic context as well.
9339
9340         * mini.h: Bump aot file format version.
9341
9342         * aot-compiler.c aot-runtime.c: Generalize the wrapper handling code so the
9343         AOT file can contain native code for methods which are not in the METHOD
9344         table. Generate code for non-sharable generic instances of generic methods
9345         found in the METHODSPEC table.
9346         
9347         * method-to-ir.c (mono_method_to_ir2): Remove the aot restriction when
9348         encoding generic type handles.
9349
9350         * ir-emit.h (NEW_AOTCONST_TOKEN): Add a generic_context argument.
9351         (NEW_TYPE_FROM_HANDLE_CONST): Add a generic_context argument.
9352
9353         * ir-emit.h: Rewrite the EMIT_NEW_XXXCONST macros to use the NEW_XXXCONST
9354         macros + MONO_ADD_INS.
9355
9356         * mini.c (mono_jump_info_token_new2): New function which takes a generic
9357         context as well.
9358
9359         * mini.h (MonoJumpInfoToken): Include fields for a generic context.
9360
9361         * mini.h: Bump aot file format version.
9362
9363         * aot-compiler.c aot-runtime.c: Update after changes to MonoJumpInfoToken.
9364
9365 2008-10-17  Mark Probst  <mark.probst@gmail.com>
9366
9367         * mini-x86.h, mini-x86.c, exceptions-x86.c: Align stack on all
9368         platforms, with definable stack alignment value.  Set to 16 now
9369         for all platforms.
9370
9371         * mini.c, mini.h, driver.c: Command line option for disabling
9372         stack alignment.
9373
9374 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9375
9376         * basic-simd.cs: Tests for new methods in Vector4ui.
9377
9378 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9379
9380         * mini-ops.h: Add packed int shuffle.
9381         
9382         * cpu-x86.md: Same.
9383
9384         * mini-x86.c (mono_arch_output_basic_block): Same.
9385
9386         * simd-intrinsics.c (vector4ui_intrinsics): Add compare equal,
9387         extract mask, max, min, shuffle.
9388
9389         * simd-intrinsics.c (vector8us_intrinsics): Add max and min.
9390
9391 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9392
9393         * basic-simd.cs: Tests for new methods in Vector8us.
9394
9395 2008-10-17  Mark Probst  <mark.probst@gmail.com>
9396
9397         * method-to-ir.c (mono_method_to_ir2): "refanytype" produces a
9398         RuntimeTypeHandle, not a TypedReference.
9399
9400 Fri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus@ximian.com>
9401
9402         * simd-intrinsics.c: remove relocations.
9403
9404 2008-10-17  Zoltan Varga  <vargaz@gmail.com>
9405
9406         * mini-amd64.c (mono_arch_output_basic_block): Port the IREM_IMM 
9407         optimizations from the x86 backend.
9408
9409 Fri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus@ximian.com>
9410
9411         * simd-methods.h, simd-intrinsics.c: debloat method names and
9412         prepare for no relocations.
9413
9414 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9415
9416         * mini-ops.h: Add packed min/equal and sum of absolute differences.
9417         
9418         * cpu-x86.md: Same.
9419
9420         * mini-x86.c (mono_arch_output_basic_block): Same.
9421
9422         * simd-intrinsics.c (vector16b_intrinsics): Add average, compare equal,
9423         extract mask, max, min and sum of absolute differences.
9424
9425         * simd-intrinsics.c: Increase SIMD_INTRINSIC_NAME_MAX due to new huge
9426         method name.
9427
9428 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9429
9430         * basic-simd.cs: Test for the other mono_simd_simplify_indirection bug.
9431         Renamed one test for consistency.
9432
9433 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9434
9435         * simd-intrinsics.c (mono_simd_simplify_indirection): Apply the previous
9436         fix to the code that deal with other blocks.
9437
9438 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9439
9440         * basic-simd.cs: Test for the mono_simd_simplify_indirection bug.
9441
9442 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9443
9444         * simd-intrinsics.c (mono_simd_simplify_indirection): Simplify the code
9445         that deals with vreg interference. Explicitly check for OP_LDADDR to be
9446         able to process the source reg.
9447
9448 2008-10-16  Martin Baulig  <martin@ximian.com>
9449
9450         * mini-ops.h, cpu-amd64.md, cpu-x86.md: Added new `hard_nop' opcode.
9451
9452         * inssel.brg: Add `OP_HARD_NOP'.
9453
9454         * mini.h (MonoCompile): Added `keep_cil_nops' flag.
9455
9456         * mini.c (mono_method_to_ir): In `CEE_NOP': generate a
9457         `OP_HARD_NOP' instruction when running inside the debugger.
9458
9459         * method-to-ir.c (mono_method_to_ir2): In `CEE_NOP': generate a
9460         `OP_HARD_NOP' instruction when running inside the debugger.
9461
9462 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9463
9464         * simd-intrinsics.c (get_simd_vreg): Using sreg1 of OP_XMOVE
9465         now works. The issue with the regalloc tripping up no longer
9466         happens.
9467
9468         * simd-intrinsics.c (load_simd_vreg): Same.
9469
9470 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9471         
9472         * basic-simd.cs: Tests for new Vector8ui methods.
9473
9474 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9475
9476         * simd-intrinsics.c (get_simd_vreg): Simplify code and test
9477         only for type. This fixes crashes where MonoInst::klass is checked
9478         for ops of type != VTYPE or OBJ.
9479
9480         * simd-intrinsics.c (load_simd_vreg): Same.
9481
9482 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9483
9484         * mini-ops.h: Add ops for packed shuffle/max/avg and
9485         extract mask.
9486         
9487         * cpu-x86.md: Same.
9488
9489         * mini-x86.c (mono_arch_output_basic_block): Same.
9490
9491         * simd-intrinsics.c (vector8us_intrinsics): Add avg, shuffle and
9492         extract mask.
9493
9494         * simd-intrinsics.c (simd_intrinsic_emit_extract_mask): New function
9495         to emit extract mask op.
9496
9497         * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Retrofic this function
9498         to emit word shuffles.
9499
9500 2008-10-15  Mark Probst  <mark.probst@gmail.com>
9501
9502         * mini.c (mono_allocate_stack_slots_full): Align stack frame to
9503         the largest alignment needed by a variable, but at least
9504         sizeof(gpointer).
9505
9506 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9507
9508         * basic-simd.cs: Tests for the fixes in the last commit.
9509
9510 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9511
9512         * simd-intrinsics.c (get_simd_vreg): Drop the is_this_ptr, this function
9513         no longer handles STACK_PTR input.
9514
9515         * simd-intrinsics.c (get_simd_vreg): Don't crash when MonoInst::klass == -1.
9516
9517         * simd-intrinsics.c (load_simd_vreg): New function that works like 
9518         get_simd_vreg   but handles STACK_PTR input.
9519
9520         * simd-intrinsics.c (simd_intrinsic_emit_getter): Use load_simd_vreg
9521         as the input can be an arbitrary pointer.
9522
9523         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Try the
9524         LDADDR local optimization directly otherwise use a store op.
9525
9526 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9527
9528         * basic-simd.cs: Tests for dup low and dup high.
9529
9530 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9531
9532         * mini-ops.h: Add dup low and dup high ops.
9533         
9534         * cpu-x86.md: Same.
9535
9536         * mini-x86.c (mono_arch_output_basic_block): Same.
9537
9538         * simd-intrinsics.c (vector4f_intrinsics): Same.
9539
9540 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9541
9542         * basic-simd.cs: Tests for recently added functionality.
9543
9544 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9545
9546         * mini-ops.h: Add remaining sse1 fp ops.
9547         
9548         * cpu-x86.md: Add remaining sse1 fp ops.
9549
9550         * mini-x86.c (mono_arch_output_basic_block): Same.
9551
9552         * mini.h: Add enum for simd FP compare conditions.
9553
9554         * simd-intrinsics.c (vector4f_intrinsics): Add all new ops.
9555
9556         * simd-intrinsics.c (simd_intrinsic_emit_binary): Set inst_c0 to flags
9557         so the backed can generate the appropriate op.
9558
9559 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9560         This patch squeese one more byte from the SimdIntrinsc struct.
9561
9562         * mini-x86.c (mono_arch_cpu_enumerate_simd_versions: Use the version number
9563         a a shift amount intead of simply or'ing it.
9564
9565         * mini.h: Change SIMD_VERSION_* values to be sequential intead of masks.
9566
9567         * simd-intrinsics.c (struct SimdIntrinsc): Squeese simd_version and simd_emit_mode into a single
9568         byte so we can have an aditional flags field without increasing struct size.
9569
9570         * simd-intrinsics.c (emit_intrinsics): Use the value of simd_version as a shift amount before checking
9571         against the simd_supported_versions bitmask.
9572
9573         * simd-intrinsics.c: Set SIMD_INTRINSIC_NAME_MAX to an appropriate value.
9574
9575 Mon Oct 13 10:58:10 CEST 2008 Paolo Molaro <lupus@ximian.com>
9576
9577         * mini.c: remove rawbuffer code (the only use here is unsafe because
9578         it takes locks during signal handling and the kernel now provides much
9579         better info in proc/pid/smaps these days).
9580
9581 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
9582
9583         * mini-amd64.c (mono_arch_output_basic_block): Fix the changes to
9584         OP_X86_PUSH_OBJ. Fixes #434620.
9585
9586         * objects.cs: Add a test.
9587         
9588 2008-10-12  Rodrigo Kumpera  <rkumpera@novell.com>
9589
9590         * basic-simd.cs: Remove PackWithUnsignedSaturation tests as it turns out
9591         that the packuswb/packusdw don't work with unsigned numbers for what
9592         would be negative numbers in signed format.
9593
9594         * cpu-x86.md: Add doubleword forms of many ops and packing ones.
9595         Fix the len of fconv_to_r8_x and xconv_r8_to_i4.
9596
9597         * mini-ops.h: Add doubleword forms of many ops and packing ones.
9598
9599         * mini-x86.c: Emit doubleword forms of many ops and packing ones.
9600
9601         * simd-intrinsics.c (SimdIntrinsc): Rename the flags field to simd_version.
9602
9603         * simd-intrinsics.c (vector4f_intrinsics): Use simd_version field for sse3 ops.
9604
9605         * simd-intrinsics.c (vector4u_intrinsics): Rename to vector4ui_intrinsics and
9606         add more ops.
9607
9608         * simd-intrinsics.c (simd_version_name): New function, returns the name of the
9609         version as the enum in mini.h.
9610
9611         * simd-intrinsics.c (emit_intrinsics): Instead of having a special emit mode
9612         for sse3 ops, check the simd_version field if present. This way the code
9613         works with all versions of sse.
9614
9615 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9616
9617         * simd-intrinsics.c: Fixed intrinsic name typo.
9618
9619         * mini.h: Added missing simd exported function.
9620
9621         * basic-simd.cs: Added tests for Vector4ui.
9622         Fixed broken test for Vector16b.
9623
9624 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
9625
9626         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Increase
9627         the max length to 64.
9628
9629 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9630
9631         * method-to-ir.c: Only do the fast virtual generic method call for
9632         non-wrapper methods.
9633
9634         * mini.h, mini-trampolines.c: The new generic virtual remoting
9635         trampoline handles virtual method calls via the vtable (as done by
9636         the fast virtual generic method calls) to remoting proxies.
9637
9638         * mini.c (mono_jit_create_remoting_trampoline): For generic
9639         methods reate a generic virtual remoting trampoline.
9640
9641         * mini-amd64.h: Enable fast virtual generic method calls again.
9642
9643 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9644
9645         * mini-ppc.c: Use SP (r1), not frame_reg (which might be r31) to
9646         restore registers when doing tail calls.
9647
9648 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9649
9650         * simd-intrinsics.c (emit_intrinsics): Vector4u was renamed to
9651         Vector4ui.
9652
9653 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9654
9655         * basic-simd.cs: Add test for Vecto16b.PackWithUnsignedSaturation.
9656
9657 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9658
9659         * simd-intrinsics.c (emit_intrinsics): Retrofit to new type names.
9660
9661 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9662
9663         * basic-simd.cs: Retrofit for API changes.
9664
9665 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9666
9667         * mini-ppc.c: Handle integer stack arguments for tail calls.
9668
9669 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9670
9671         * optflags-def.h: Removed sse3 optimization.
9672
9673         * driver.c: Same.
9674
9675         * mini-x86.c (mono_arch_cpu_optimizazions): Remove detection of
9676         sse3.
9677
9678         * mini-x86.c: Added mono_arch_cpu_enumerate_simd_versions.
9679
9680         * mini.h: Added enumeration with simd versions.
9681
9682         * simd-intrinsics.c (emit_intrinsics): Use the new static var
9683         for detecting SSE3.
9684
9685         * simd-intrinsics.c: Added mono_simd_intrinsics_init.
9686
9687         * mini.c (mini_init): Call mono_simd_intrinsics_init.
9688
9689 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9690
9691         * basic-simd.cs: Added tests for Vector8u and Vector16u.
9692
9693         * basic-simd.cs: Fixed test naming.
9694
9695 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9696
9697         * mini-ops.h: Added ops for packed and saturated math, shifts
9698         and packing/unpacking.
9699
9700         * cpu-x86.md: Added descriptors for the above ops.
9701
9702         * mini-x86.c: Added code to emmit the above ops.
9703
9704         * simd-intrinsics.c: Added support for Vector16u and Vector8u.
9705
9706 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
9707
9708         * aot-compiler.c (compile_method): Enable AOT for generic code.
9709
9710         * ir-emit.h (NEW_DOMAINCONST): Use domainvars in AOT code as well.
9711
9712 Wed Oct 8 16:35:43 CEST 2008 Paolo Molaro <lupus@ximian.com>
9713
9714         * mini.c: add a workaround for a common screwup that ends up blamed
9715         to mono (other processes blocking signal delivery).
9716
9717 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9718
9719         * method-to-ir.c (mono_method_to_ir2): Clear ins_flag on all code paths
9720         in the LDFLD/STFLD opcodes. Fixes #432673.
9721
9722         * iltests.il.in: Add a new test.
9723
9724 Tue Oct 7 19:59:07 CEST 2008 Paolo Molaro <lupus@ximian.com>
9725
9726         * mini-arm.c: attach the thread in unmanaged->managed transitions
9727         using delegates (bug #433148).
9728
9729 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
9730
9731        * basic-simd.cs: Use new ShuffleSel constants.
9732
9733 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
9734
9735         * driver.c (opt_sets): Added combinations of simd, sse2 and sse3.
9736
9737         * mini-x86.c (mono_arch_cpu_optimizazions): Detect sse3 and now
9738         only disable simd intrinsics if no sse2 is detected.
9739
9740         * optflags-def.h: Added sse3.
9741
9742         * simd-intrinsics.c: Avoid generated sse3 intrinsics if the optimization
9743         is disabled.
9744
9745 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9746
9747         * aot-compiler.c (add_wrappers): Fix Delegate/MulticastDelegate classes
9748         when adding delegate-invoke wrappers.
9749
9750 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9751
9752         * Makefile.am: Reenable the simd tests.
9753
9754 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9755
9756         * mini-amd64.c (mono_arch_emit_outarg_vt) : In the ArgValuetypeAddrInIReg case,
9757           add a call to mono_call_inst_add_outarg_reg for the arg->dreg to make sure that no
9758           other vreg is allocated to that hreg.
9759
9760         Contributed under MIT/X11 license.
9761
9762 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9763
9764         * Makefile.am: Disable the simd tests for now as Mono.Simd is not
9765         yet checked in.
9766
9767 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
9768
9769         * basic-simd.cs: New test suite for SIMD intrinsics.
9770
9771         * Makefile.am: Added new tests.
9772
9773 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
9774
9775         * cpu-x86.md: Added new instructions to handle float to int using SSE regs.
9776
9777         * mini-ops.h: Same.
9778
9779         * mini-x86.h: Enable mono_arch_decompose_opts if simd intrinsics are enabled.
9780
9781         * mini-x86.c (mono_arch_decompose_opts): Decompose float to int conversion
9782         using SSE2 aware opcodes.
9783
9784         * mini-x86.c (emit_float_to_int): Disable the SSE2 optimization if OPT_SIMD
9785         is enabled, this code path is only reachable if conversion ops are emmited after
9786         mono_method_to_ir.
9787
9788         * mini.h: Added MonoCompile::fconv_to_r8_x_var to hold the float to int var.
9789
9790         This optimization saves 6 bytes per conversion against the old version.
9791
9792 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9793
9794         * aot-compiler.c (compile_method): Don't skip methods referencing 
9795         generic methods without a corresponding entry in token_info_hash, since
9796         encode_method_ref () can handle all generic methods now.
9797
9798         * method-to-ir.c (mono_save_token_info): Don't save the token info if a 
9799         generic context is set.
9800         
9801         * method-to-ir.c (mono_method_to_ir2): Put back a disable_aot for
9802         generic sharing of LDTOKEN.
9803
9804 2008-10-06  Mark Probst  <mark.probst@gmail.com>
9805
9806         * mini-amd64.h: Temporarily disabled fast virtual generic method
9807         calls because it breaks the System.Runtime.Remoting tests.
9808
9809 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9810
9811         * aot-compiler.c (add_wrappers): Add delegate-invoke wrappers.
9812
9813         * method-to-ir.c (check_inline_called_method_name_limit): Return TRUE
9814         so inlining actually works.
9815         (check_inline_caller_method_name_limit): Ditto.
9816
9817 Mon Oct 6 11:04:38 CEST 2008 Paolo Molaro <lupus@ximian.com>
9818
9819         * mini-ppc.c: mono_arch_flush_icache () cast pointer using gsize for
9820         64 bit safety (from Olaf Hering and Andreas Farber).
9821
9822 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9823         
9824         * mini-trampolines.c (mono_aot_trampoline): Delegate processing to
9825         mono_magic_trampoline () if aot_get_method_from_token () fails. Remove
9826         unused virtual call support code.
9827
9828         * aot-runtime.c (decode_method_ref): Add a 'no_aot_trampoline' out argument.
9829         
9830         * aot-runtime.c (mono_aot_get_method_from_vt_slot): Return NULL for methods
9831         which can't use aot trampolines.
9832         (decode_patch): Don't create aot trampolines for methods which can't use
9833         them.
9834
9835         * aot-compiler.c (encode_method_ref): Add a marker for methods which can't
9836         use aot trampolines.
9837
9838         * mini.h: Bump AOT image format version.
9839         
9840 2008-10-05  Zoltan Varga  <vargaz@gmail.com>
9841
9842         * method-to-ir.c (mono_method_to_ir2): Pass cil_method instead of cmethod
9843         to save_token_info () since cmethod is inflated for constrained calls.
9844
9845         * mini-<ARCH>.h mini-x86.c: Remove some unused defines.
9846
9847 2008-10-04  Andreas Farber  <andreas.faerber@web.de>
9848
9849         * Makefile.am: Add build rules for ppc64.
9850         This avoids the build failing at pedump with unresolved symbols
9851         due to lack of arch_sources. Instead it will now fail earlier
9852         due to lack of cpu-ppc64.md.
9853
9854         Contributed under MIT/X11 license.
9855
9856 2008-10-04  Mark Probst  <mark.probst@gmail.com>
9857
9858         * mini-amd64.c (mono_arch_emit_call): Support stack arguments for
9859         tail calls.
9860
9861         * iltests.il.in: Add test case for tail call with many arguments.
9862
9863 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
9864
9865         * method-to-ir.c (mono_method_to_ir2): Add an !cfg->compile_aot assert
9866         to the fast virtual generic method code until the aot case is fixed.
9867
9868 2008-10-03  Mark Probst  <mark.probst@gmail.com>
9869
9870         * mini-ppc.c, mini-ppc.h: Implement generic virtual method thunks.
9871
9872 2008-10-03  Mark Probst  <mark.probst@gmail.com>
9873
9874         * mini-amd64.c, mini-amd64.h: Implement generic virtual method
9875         thunks.
9876
9877 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
9878         
9879         * simd-intrinsics.c: Forgot to add this one.
9880
9881         * mini-codegen.c: Fix macro in case SIMD is not supported.
9882
9883 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
9884         
9885         This patch land initial JIT support for simd intrinsics.
9886
9887         * mini-x86.h: Added new define to make --enable_minimal work on x86.
9888
9889         * Makefile.am: Added simd-intrinsics.c
9890
9891         * simd-intrinsics.c: New file with simd instrinsic related
9892         code.
9893
9894         * cfold.c (mono_constant_fold_ins2): Fold XZERO.
9895
9896         * cpu-x86.md: Add simd related instructions.
9897
9898         * driver.c: Added MONO_OPT_SIMD to the default set of optimizations.
9899
9900         * driver.c: Added two new --regression variants.
9901
9902         * ir-emit.h (MONO_EMIT_NEW_VZERO): Emit XZERO if the type is a simd intrinsic.
9903
9904         * local-propagation.c (mono_local_cprop2): Eliminate useless XMOVE.
9905
9906         * local-propagation.c (mono_local_deadce): Use new macro MONO_IS_NON_FP_MOVE and
9907         extract some complicated logic to helper functions.
9908
9909         * method-to-ir.c (mono_type_to_regmove): Handle simd intrinsics.
9910
9911         * method-to-ir.c (mini_emit_inst_for_method): Emit simd intrinsics.
9912
9913         * method-to-ir.c (mono_handle_global_vregs): If a simd intrinsic was found, apply
9914         the specialized simplification pass.
9915
9916         * method-to-ir.c (mono_spill_global_vars): Use new macro.
9917
9918         * mini-codegen.c: Added SIMD constants to all regbanks arrays.
9919
9920         * mini-codegen.c: Added reg_bank_table_init to initialize the reg desc -> bank
9921         table.
9922
9923         * mini-codegen.c: Define a version of the reg_bank macro that uses desc_to_reg_type
9924         if MONO_ARCH_NEED_SIMD_BANK is defined.
9925
9926         * mini-ops.h: Added the new simd ops.
9927
9928         * mini-x86.c: Added mono_arch_xregname.
9929
9930         * mini-x86.c (mono_arch_cpu_optimizazions): Disable MONO_OPT_SIMD if SSE3 is not detected.
9931
9932         * mini-x86.c (mono_arch_output_basic_block): Add simd related opcodes.
9933
9934         * mini-x86.h: Define simd related MONO_ARCH macros.
9935
9936         * mini.c (mono_type_to_load_membase): Handle simd intrinsics.
9937
9938         * mini.c (mono_type_to_store_membase): Handle simd intrinsics.
9939
9940         * mini.h: Added new macros MONO_IS_NON_FP_MOVE, MONO_IS_REAL_MOVE, MONO_IS_ZERO and
9941         MONO_CLASS_IS_SIMD to deal with simd related IR.
9942
9943         * mini.h (MonoInst): Added spill_var to the backend union.
9944
9945         * mini.h (MonoCompile): Added uses_simd_intrinsics and iconv_raw_var.
9946
9947         * mini.h: Added forward declarations of the new simd fuctions.
9948
9949         * optflags-def.h: Added new optimization names SIMD.
9950
9951         * regalloc.c (mono_regstate_reset): Set next vreg to be the max value of the 3 reg banks.
9952
9953         * regalloc.h: Added support for working with 3 register banks.
9954
9955         * regalloc.h (MonoRegState): Added xsymbolic field if a third regbank is required.
9956
9957         * ssa2.c (mono_ssa_deadce2): Use new MONO_IS_ZERO macro.
9958
9959 Fri Oct 3 16:03:22 CEST 2008 Paolo Molaro <lupus@ximian.com>
9960
9961         * mini-exceptions.c: remove 64 bit related ifdef clutter.
9962
9963 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
9964
9965         * mini-exceptions.c (mono_handle_soft_stack_ovf): Unprotect two pages
9966         instead of one on 64 bit systems.
9967
9968         * method-to-ir.c: Remove unused includes.
9969
9970 2008-10-02  Zoltan Varga  <vargaz@gmail.com>
9971
9972         * aot-compiler.c (emit_exception_debug_info): Use jinfo->used_regs instead of
9973         cfg->used_int_regs, since the two are different on arm.
9974
9975 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9976
9977         * method-to-ir.c, inssel.brg, mini-trampolines.c: Use
9978         mono_method_get_vtable_index() to get the vtable index.
9979
9980 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9981
9982         * method-to-ir.c (mono_method_to_ir2): Don't create native
9983         wrappers for array methods, because they're never called (and if
9984         they were called they wouldn't work).
9985
9986 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9987
9988         * method-to-ir.c (mono_method_to_ir2): Array methods are
9989         special-cased and must not be invoked indirectly via the (M)RGCTX
9990         when generic sharing is turned on.  Fixes #431413.
9991
9992 2008-10-01  Mark Probst  <mark.probst@gmail.com>
9993
9994         * method-to-ir.c: When generic sharing is active, call
9995         non-interface virtual generic methods via the standard trampoline.
9996
9997         * mini-trampolines.c: Handle virtual generic shared methods.
9998
9999         * mini.h, mini-x86.c, mini-x86.h: New argument for
10000         mono_arch_build_imt_thunk() which is non-NULL for virtual generic
10001         method thunks and which is the trampoline to call if the lookup
10002         fails.  Enable the virtual generic method thunk for x86.
10003
10004         * mini-amd64.c, mini-arm.c, mini-ia64.c, mini-sparc.c,
10005         mini-ppc.c (mono_arch_build_imt_thunk): Add the additional
10006         argument but assert that it's NULL, because these archs don't yet
10007         implement the virtual generic method thunk.  Changes in the IMT
10008         thunk data structures.
10009
10010 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
10011
10012         * aot-compiler.c (emit_globals): Avoid invalid characters in
10013         the static linking symbol.
10014
10015         * objects.cs: Add a test for the range check optimization. Fix warnings.
10016
10017         * branch-opts.c (mono_if_conversion): Add back the 'optimize range checks'
10018         optimization from the current JIT.
10019
10020         * method-to-ir.c (mini_emit_inst_for_method): Decompose String.Length
10021         later in decompose_array_access_opts () to allow more optimizations.
10022
10023         * method-to-ir.c (mono_handle_soft_float): Rename this to 
10024         mono_decompose_soft_float () for consistency.
10025
10026         * mini-ops.h: Fix arguments of OP_STRLEN.
10027
10028         * method-to-ir.c (save_cast_details): Extract the cast details saving code
10029         into a separate function.
10030         (reset_cast_details): Ditto.
10031         (handle_unbox): Save cast details. Fixes #431254.
10032
10033         * method-to-ir.c: Remove some obsolete FIXMEs.
10034
10035 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10036
10037         * ir-emit.h (alloc_dreg): Write a warning before crashing.
10038
10039 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10040
10041         * mini-codegen.c: More work on macros to make them
10042         ready for multiple regbanks.
10043
10044 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10045
10046         * method-to.ir.c (mono_type_to_regmove): Remove static modifier.
10047
10048         * mini.h: Export mono_type_to_regmove. Fix signature of mono_regname_full.
10049
10050 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10051
10052         * mini-codegen.c (mono_spillvar_offset): Proper support for
10053         multiple regbanks.
10054
10055 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
10056
10057         * mini-amd64.c (mono_arch_emit_epilog): Remove some duplicated code from
10058         the stack overflow changes.
10059
10060 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10061
10062         * mini-codegen.c: Make all bank macros depend on reg_bank.
10063
10064         * mini-codegen.c (mono_local_regalloc): Make free mask
10065         initialization regbank aware.
10066
10067 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10068
10069         * mini-codegen.c (mono_local_regalloc): Extract callee
10070         mask selection to a function and make it regbank aware.
10071
10072 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10073
10074         * mini-codegen.c (mono_local_regalloc): Changed the cloberring
10075         code to deal with many regbanks.
10076
10077 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
10078
10079         * mini-codegen.c: More fp->regbank changes.
10080
10081 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
10082
10083         * mini-codegen.c: Change asserts to use MONO_NUM_REGBANKS instead
10084         of a hardcoded constant.
10085
10086 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
10087
10088         * method-to-ir.c (type_from_stack_type): Fix typo.
10089
10090 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
10091
10092         * mini-ia64.c (emit_move_return_value): Convert float return values to
10093         double.
10094
10095         * objects.cs: Add a new test.
10096         
10097         * mini-ia64.c (mono_arch_allocate_vars): Disable fp elimination for
10098         VARARG methods to fix an assert later.
10099
10100         * mini-mips.h mini-mips.c mini-ops.h cpu-mips.md: Update the mips back
10101         end so it at least compiles.
10102
10103 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
10104
10105         * method-to-ir.c (emit_optimized_ldloca_ir): Fix this.
10106
10107 2008-09-28  Rodrigo Kumpera  <rkumpera@novell.com>
10108
10109         * method-to-ir.c (mono_method_to_ir2): Extract the ldloca + initobj
10110         optimization to a new function (emit_optimized_ldloca_ir) and enable
10111         it for both ldloca and ldloca_s.
10112
10113 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
10114
10115         * method-to-ir.c (mono_method_to_ir2): Remove an unnecessary assert in the
10116         gshared CASTCLASS code.
10117
10118         * driver.c (mono_main): Add a workaround for shutdown crashes seen on
10119         amd64, where the libc stack unwinder encounters stack frames referring to
10120         native code in unmapped memory.
10121
10122         * method-to-ir.c (mini_emit_check_array_type): Add support for generic
10123         sharing.
10124
10125         * generics.cs: Add new test.
10126
10127 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
10128
10129         * mini-arm.h driver.c: Print the fp model when using --version on arm. Also,
10130         add a check that one of the ARM_FPU_ constants is defined.
10131
10132         * mini-exceptions.c (mono_handle_soft_stack_ovf): Really fix the build.
10133         
10134         * mini-exceptions.c: Fix build on non-altstack platforms.
10135
10136         * method-to-ir.c (mono_method_to_ir2): Fix aot support for the
10137         sharing of vtypes.
10138
10139         * ir-emit.h: Add a comment to NEW_PCONST.
10140
10141         * mini-exceptions.c (mono_altstack_restore_prot): Fix a warning.
10142
10143         * mini.h (MonoJitDomainInfo): Move some fields here from MonoDomain.
10144
10145         * mini.c aot-runtime.c method-to-ir.c driver.c mini-trampolines.c: Update
10146         after the changes to MonoJitDomainInfo.
10147
10148 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10149
10150         * mini-ppc.c, tramp-ppc.c, mini-ppc.h: Implement generic code sharing.
10151
10152 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10153
10154         * mini-ppc.c: Compiler warning fixes.
10155
10156 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10157
10158         * mini-ppc.c: Special handling for 1/2 byte structs on Darwin only
10159         for pinvokes.
10160
10161 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10162
10163         * exceptions-ppc.c, mini-ppc.h: Compile
10164         mono_arch_handle_altstack_exception() on Darwin, too.
10165
10166 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10167
10168         * method-to-ir.c (mono_emit_rgctx_method_call_full): Must also
10169         work on archs which don't have generic sharing implemented, only
10170         without the vtable_arg.
10171
10172 2008-09-26  Mark Probst  <mark.probst@gmail.com>
10173
10174         * mini.c: Added comment explaining why delegate ctor icall
10175         wrappers are compiled.
10176
10177 2008-09-26  Mark Probst  <mark.probst@gmail.com>
10178
10179         * mini.c: Don't produce trampolines to delegate ctor icall
10180         wrappers but compile them upfront.
10181
10182 Fri Sep 26 17:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
10183
10184         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: amd64 support code for calling a
10185         runtime-set function when going back to managed code. Currently this
10186         is used to set back the protection on the soft ovf pages and/or to
10187         throw the stack overflow exception that happened in unmanaged code.
10188
10189 Fri Sep 26 16:46:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
10190
10191         * tramp-x86.c, mini-x86.h, mini-x86.c: x86 support code for calling a
10192         runtime-set function when going back to managed code. Currently this
10193         is used to set back the protection on the soft ovf pages and/or to
10194         throw the stack overflow exception that happened in unmanaged code.
10195
10196 Fri Sep 26 16:34:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
10197
10198         * mini.h, mini.c, mini-trampolines.c, mini-exceptions.c: added
10199         the support code for restoring stack protection after stack overflows
10200         that happen in unmanaged code. Don't set the exec permission on the
10201         soft overflow area.
10202
10203 2008-09-26  Zoltan Varga  <vargaz@gmail.com>
10204
10205         * mini-trampolines.c (mono_delegate_trampoline): Add wrappers even if
10206         delegate->method_ptr is set. Fixes #428054.
10207
10208 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10209
10210         * tests.cs: Rename to ratests.cs.
10211
10212         * method-to-ir.c: Merge the emit_get_rgctx () calls into the 
10213         emit_get_rgctx_... functions.
10214
10215 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10216
10217         * method-to-ir.c: Eliminated macro EMIT_GET_RGCTX.
10218
10219 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10220
10221         * mini-trampolines.c (mono_magic_trampoline): Unwrap wrappers
10222         before asserting that method is sharable.
10223
10224 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10225
10226         * method-to-ir.c, mini.c, jit-icalls.c: New function for checking
10227         whether method needs a static RGCTX wrapper used instead of
10228         complex conditions.
10229
10230         * generic-sharing.c, mini.h: A few functions moved to
10231         metadata/generic-sharing.c.
10232
10233 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10234
10235         * method-to-ir.c, mini.c, mini-exceptions.c, mini-trampolines.c:
10236         Generic code sharing for value types, which essentially means
10237         treating value type methods like static methods.  The RGCTX is
10238         passed in the same way.
10239
10240 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10241
10242         * method-to-ir.c (mono_method_to_ir2): Avoid an assert in the NEWOBJ
10243         opcode when creating multi-dimensional arrays of open types.
10244
10245         * generic-sharing.c (mono_method_check_context_used): Handle arrays of
10246         open generic types.
10247
10248         * generics.cs: Add a test.
10249
10250         * mini-codegen.c: Use macros everywhere for checking floats instead of == 'f'.
10251
10252 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
10253
10254         * mini.h (MonoCompile): Add 'disable_vreg_to_lvreg' flag.
10255
10256         * mini.c (mini_method_compile): Set it when running under the debugger. 
10257
10258         * method-to-ir.c (mono_handle_global_vregs): Disable global->local
10259         vreg optimization if the flag is set.
10260
10261         * driver.c (mono_main): Add --attach= option to pass options to
10262         the attach agent.
10263
10264         * mini.c (sigquit_signal_handler): Start the attach agent.
10265
10266         * ssapre.c: Disable this to save space since it is not yet ported to
10267         linear IR.
10268
10269         * regalloc2.c: Disable this to save space.
10270
10271         * mini.h (MonoJitStats): Remove unused analyze_stack_repeat.
10272
10273 Wed Sep 24 16:01:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
10274
10275         * decompose.c, method-to-ir.c, mini-codegen.c, regalloc2.c: make
10276         the -v option useful again.
10277
10278 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
10279
10280         * mini-amd64.c (mono_arch_output_basic_block): Add support for
10281         --break-at-bb.
10282
10283         * inssel.brg (mini_emit_castclass): Avoid the szarray!=array checks for
10284         arrays of arrays. Fixes #428406.
10285
10286         * method-to-ir.c (mini_emit_castclass): Ditto.
10287
10288         * objects.cs: Add new test.
10289         
10290 2008-09-23  Rodrigo Kumpera  <rkumpera@novell.com>
10291
10292         * method-to-ir.c (type_to_eval_stack_type): The code path for the new JIT
10293         was wrong at it choked against target_type_is_incompatible for byref types.
10294
10295 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
10296
10297         * mini-codegen.c: Use 'bank' macros instead of 'is_fp' macros in most 
10298         places.
10299
10300 Tue Sep 23 15:31:45 CEST 2008 Paolo Molaro <lupus@ximian.com>
10301
10302         * mini-exceptions.c: update a few more exceptions-related counters.
10303
10304 Tue Sep 23 15:28:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
10305
10306         * aot-runtime.c, method-to-ir.c, mini.c, mini-trampolines.c: use the
10307         new functions to allocate from persistent mempools.
10308
10309 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
10310
10311         * mini.h regalloc.h mini-codegen.c: Generalize the regalloc code to allow 
10312         multiple register banks in the future.
10313
10314         * mini-codegen.c (mono_local_regalloc): Fix a warning.
10315
10316 2008-09-22  Rodrigo Kumpera  <rkumpera@novell.com>
10317
10318         * mini.c (type_to_eval_stack_type): Remove duplicated function.
10319
10320         * method-to-ir.c (type_to_eval_stack_type): Make this version compatible with both JIT.
10321
10322         * mini.h: Export type_to_eval_stack_type.
10323
10324         This function was nearly duplicated in method-to-ir.c and mini.c. The difference
10325         is only ins->klass of byref types.
10326
10327 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
10328
10329         * method-to-ir.c (mini_emit_memset): Use a default alignment of 4.
10330         (mini_emit_memcpy2): Ditto.
10331
10332         * mini-amd64.c: Fix a warning.
10333
10334 2008-09-21  Mark Probst  <mark.probst@gmail.com>
10335
10336         * exceptions-ppc.c (mono_arch_get_call_filter): Fixed stack frame
10337         linking.
10338
10339 2008-09-19  Rodrigo Kumpera  <rkumpera@novell.com>
10340
10341         * method-to-ir.c: Extract stloc micro-optimization to a
10342         function and apply it to all cases.
10343
10344 2008-09-19  Mark Probst  <mark.probst@gmail.com>
10345
10346         * method-to-ir.c: Don't fail generic code sharing in cases we
10347         already support.
10348
10349 2008-09-18  Mark Probst  <mark.probst@gmail.com>
10350
10351         * mini-ppc.c: Handle structs in tailcalls on Darwin.
10352
10353 Tue Sep 16 21:07:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
10354
10355         * *.c, *.md, mini-ops.h: introduced relaxed_nop opcode for spin wait
10356         implementation.
10357
10358 Tue Sep 16 16:39:16 CEST 2008 Paolo Molaro <lupus@ximian.com>
10359
10360         * trace.c: make tracing more useful and correct, with per-thread
10361         id and indent info.
10362
10363 2008-09-15  Mark Probst  <mark.probst@gmail.com>
10364
10365         * mini-ppc.c (mono_arch_emit_call): Convert floats to R4 when
10366         doing a method call and the argument is an R4.
10367
10368 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
10369
10370         * aot-compiler.c (add_wrappers): Do not generate runtime invoke wrappers for
10371         generic methods.
10372
10373 2008-09-13  Mark Probst  <mark.probst@gmail.com>
10374
10375         * mini-ppc.c: Convert result to single for OP_ICONV_TO_R4.
10376
10377 2008-09-12  Zoltan Varga  <vargaz@gmail.com>
10378
10379         * mini.h (MONO_IS_JUMP_TABLE): Handle GOT_ENTRY.
10380         (MONO_JUMP_TABLE_FROM_INS): Ditto.
10381
10382 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
10383
10384         * driver.c: Add a --agent argument (not supported yet) to load managed
10385         agent assemblies before loading the main assembly, similarly to how the
10386         Java VM handles agents.
10387
10388 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10389
10390         * mini-ppc.c (mono_arch_allocate_vars): Use arch-independent
10391         function to do stack layout of local variables.
10392
10393 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10394
10395         * mini-ppc.c (calculate_sizes): Bugfix in sigcookie position
10396         calculation.
10397
10398 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
10399
10400         * method-to-ir.c ssa2.c mini.c mini-amd64.c decompose.c ssa.c abcremoval.c
10401         abcremoval2.c branch-opts.c driver.c dominators.c: Disable parts of the
10402         JIT if DISABLE_JIT is defined.
10403
10404         * Makefile.am: Avoid compiling/linking in inssel.c if DISABLE_JIT is
10405         defined.
10406
10407 2008-09-10  Mark Probst  <mark.probst@gmail.com>
10408
10409         * iltests.il.in: Disable the fconv test on PPC (the result is
10410         undefined according to ECMA).
10411
10412 2008-09-10  Mark Probst  <mark.probst@gmail.com>
10413
10414         * iltests.il.in: Enable tail call tests for PPC.
10415
10416         * mini.h: Add variable for storing incoming valuetype argument
10417         addresses for tail calls.
10418
10419         * mini-ppc.c: Implement valuetype arguments and return values for
10420         tailcalls on Linux.
10421
10422 2008-09-09  Mark Probst  <mark.probst@gmail.com>
10423
10424         * mini-ppc.c: Partially implement tail calls (struct arguments and
10425         return values not supported).
10426
10427         * method-to-ir.c: Enable tail calls on PPC.
10428
10429 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
10430
10431         * aot-compiler.c (emit_wrapper_info): Omit the klass name from
10432         runtime-invoke wrappers to work around the problem of them getting
10433         assigned to a random class.
10434
10435         * aot-runtime.c (mono_aot_get_method): Ditto.
10436         
10437 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
10438
10439         * mini-exceptions.c mini-mips.h mini-s390.h exceptions-mips.c: Kill
10440         the CUSTOM_EXCEPTION_HANDLING and CUSTOM_STACK_WALK defines.
10441
10442 2008-09-07  Mark Probst  <mark.probst@gmail.com>
10443
10444         * method-to-ir.c (mono_method_to_ir2): Disable tail calls for PPC
10445         until they're implemented properly.
10446
10447         * exceptions-ppc.c: Use arch-independent exception-handling code
10448         instead of custom one.
10449
10450         * exceptions-ppc.c, mini-ppc.c, mini-ppc.h: Bug fixes and changes
10451         for Linear IR.
10452
10453         * tramp-ppc.c, mini-ppc.c: Fixed warnings.
10454
10455         * decompose.c, aot-runtime.c, aot-compiler.c: PPC code also
10456         applies when __powerpc__ is defined.
10457
10458 2008-09-06  Zoltan Varga  <vargaz@gmail.com>
10459
10460         * aot-runtime.c (mono_aot_get_method): Add another cache mapping wrapper
10461         methods to their code to avoid computing the full name of wrappers and
10462         doing a lookup in a string hash table.
10463
10464 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
10465
10466         * method-to-ir.c: Remove the CHECK_BBLOCK () stuff it is not needed since
10467         we identify bblocks before method_to_ir () is ran.
10468
10469         * branch-opts.c (mono_optimize_branches): Avoid nullifying the exit bblock.
10470         Also avoid optimizing branches pointing to themselves.
10471
10472         * mini.c (mini_method_compile): Ditto. Fixes #422947.
10473
10474 2008-09-05  Rodrigo Kumpera  <rkumpera@novell.com>
10475
10476         * driver.c (mono_main): Enable the new verifier under core-clr and cas.
10477
10478 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
10479
10480         * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Implement this.
10481         (mono_arch_patch_plt_entry): Fix the calculation of the jump_entry.
10482         (mono_arch_get_nullified_class_init_trampoline): Return 'code' instead of
10483         'buf'.
10484
10485         * aot-compiler.c (emit_plt): Fix the arm plt entries, previously they all 
10486         jumped to the same entry in plt_jump_table.
10487
10488 2008-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
10489
10490         * method-to-ir.c (initialize_array_data): Handle field with RVA from
10491         dynamic images.
10492
10493 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
10494
10495         * method-to-ir.c (handle_isinst): Do the assignment at the beginning, so the
10496         other assignment can be if converted. Saves 1.5% on corlib size and fixes
10497         #421807.
10498
10499 2008-08-29  Geoff Norton  <gnorton@novell.com>
10500
10501         * aot-compiler.c: The Mach/ARM compiler doesn't understand the bss
10502         segment, and doesn't properly handle .space as .text.  Fixes
10503         AOT Mach/ARM
10504
10505 2008-08-29  Geoff Norton  <gnorton@novell.com>
10506
10507         * mini.c: Disable the mach exception handler when running on 
10508         ARM
10509
10510 2008-08-29  Geoff Norton  <gnorton@novell.com>
10511
10512         * aot-compiler.c: Patch from Renaldas Zioma to properly register 
10513         globals on Darwin/ARM
10514
10515 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
10516
10517         * mini.c: Avoid not initializing the runtime when doing AOT compilation, 
10518         since too many things depend on it. Instead, call 
10519         mono_runtime_set_no_exec ().
10520         
10521         * mini.c (mono_create_tls_get): Call mono_alloc_preg (cfg) when running with
10522         the new JIT.
10523
10524         * aot-compiler.c: Add an 'asm-only' AOT option.
10525
10526         * mini.c: Avoid initializing the runtime when doing AOT compilation.
10527                 
10528         * aot-compiler.c (compile_method): Disable gshared support for now as it
10529         doesn't yet work.
10530
10531 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
10532
10533         * mini-amd64.h : Fix a compiler warning.
10534
10535         * exceptions-amd64.c (mono_arch_unwindinfo_install_unwind_info) :
10536           Changed to use a callback function to retrieve the unwind info.
10537           This avoids problems observed when code blocks were removed by
10538           unloading an app domain.
10539
10540         * mini-amd64.c (mono_arch_cpu_optimizazions) : Removing the peephole 
10541           and branch excludes for Winx64.  The fix in exceptions-amd64.c allows them
10542           to work properly.
10543
10544         Contributed under MIT/X11 license.
10545
10546 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
10547
10548         * mini-amd64.c (mono_arch_output_basic_block) : Fix the OP_X86_PUSH_OBJ
10549           case to keep the stack aligned to 8.
10550
10551         Contributed under MIT/X11 license.
10552
10553 2008-08-26  Zoltan Varga  <vargaz@gmail.com>
10554
10555         * aot-runtime.c (mono_aot_get_method): Add a cache for wrapper names to
10556         avoid repeated linear searches.
10557
10558 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
10559
10560         * aot-compiler.c (add_wrappers): Avoid calling get_runtime_invoke with
10561         methods it can't handle.
10562         
10563         * aot-compiler.c (add_method): Avoid adding a method twice.
10564         (add_wrappers): Add runtime invoke wrappers for all methods.
10565
10566         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): New
10567         function to create an aot-compatible version of this trampoline.
10568
10569         * aot-compiler.c aot-runtime.c: Add support for AOT rgctx fetch trampolines.
10570
10571 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
10572
10573         * aot-compiler.c (compile_method): Skip wrappers of generic icalls.
10574
10575         * method-to-ir.c (mono_method_to_ir2): Replace an assert in UNBOX_ANY
10576         with a generic sharing failure.
10577
10578         * aot-compiler.c (emit_klass_info): Call mono_class_get_nested_types ().
10579
10580         * method-to-ir.c (mono_method_to_ir2): Rethrow the correct exception in
10581         CEE_RETHROW. Fixes #419634.
10582
10583         * mini.c (mono_method_to_ir): Ditto.
10584
10585         * exceptions.cs: Add a new test.
10586         
10587         * generic-sharing.c (mini_type_stack_size): Always pass TRUE as allow_open
10588         to mono_type_stack_size_internal () since some callers might not pass in
10589         an rgctx.
10590
10591         * mini-x86.c (mono_arch_emit_prolog): Store the rgctx before calling
10592         instrument_prolog. Fixes #419878.
10593
10594         * mini.c (mono_compile_create_var_for_vreg): Make the lvars representing
10595         doubles in soft float mode volatile.
10596
10597 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
10598
10599         * ir-emit.h (NEW_ARGSTORE): Use cfg->args and cfg->arg_types to fix the build.
10600
10601         * method-to-ir.c (mono_save_args): Use ARGSTORE instead of TEMPSTORE
10602         to handle soft float correctly.
10603
10604         * tramp-arm.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Implement
10605         the fast path.
10606
10607         * mini.h (struct MonoCallInst): Add dynamic_imt_arg boolean field.
10608
10609         * exceptions-arm.c (mono_arch_find_jit_info): Set ctx->regs [ARMREG_R11]
10610         to sp, since the generics catch code requires it.
10611
10612         * mini-arm.h (MONO_ARCH_VTABLE_REG): Use R0 for this to avoid needless
10613         copying.
10614
10615         * method-to-ir.c (emit_imt_argument): Pass imt_arg to 
10616         mono_arch_emit_imt_argument ().
10617
10618         * mini-<ARCH>.c (mono_arch_emit_imt_argument): Add an 'imt_arg' argument.
10619
10620         * mini-arm.c tramp-arm.c: Generic sharing updates.
10621
10622 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
10623
10624         * mini-arm.c: Fix the arm build.
10625
10626         * generic-sharing.c (mini_type_get_underlying_type): New helper function
10627         handling enums, generic instances and generic sharing.
10628         (mini_type_stack_size_full): Ditto.
10629
10630         * mini-amd64.c mini-x86.c mini-arm.c: Use the new functions.
10631         
10632         * mini.h (struct): Add 'uses_rgctx_reg' and 'uses_vtable_reg' fields.
10633
10634         * method-to-ir.c: Set the new fields when using RGCTX_REG/VTABLE_REG.
10635
10636         * tramp-arm.c: Implement the rgctx fetch and the generic class init 
10637         trampolines.
10638
10639         * mini-arm.c: Various small generic sharing changes.
10640
10641         * tramp-x86.c (mono_arch_create_generic_class_init_trampoline): Implement
10642         this for x86.
10643         (mono_arch_create_trampoline_code): Remove most of the GENERIC_CLASS_INIT
10644         custom code.
10645
10646         * mini-trampolines.c (mono_create_generic_class_init_trampoline): New
10647         helper function to return a generic class init trampoline.
10648
10649         * method-to-ir.c mini.c: Use it.
10650         
10651         * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline): New
10652         arch-specfic function to return a generic class init trampoline.
10653
10654         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Remove most of
10655         the GENERIC_CLASS_INIT custom code.
10656
10657         * method-to-ir.c (mono_method_to_ir2): If RGCTX_REG is not defined, that is
10658         a fatal error, not a sharing failure.
10659
10660         * tramp-<ARCH>.c (mono_arch_get_rgctx_lazy_fetch_offset): Removed, no longer
10661         needed.
10662
10663         * mini-trampolines.c (mono_rgctx_lazy_fetch_trampoline): Get the additional
10664         trampoline argument from MONO_ARCH_VTABLE_REG.
10665
10666         * tramp-x86.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
10667         order of the arguments to the C trampoline: pass 'slot' as the trampoline
10668         argument, and pass the vtable in VTABLE_REG.
10669
10670         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
10671         order of the arguments to the C trampoline: pass 'slot' as the trampoline
10672         argument, and pass the vtable in VTABLE_REG.
10673         (mono_arch_create_trampoline_code_full): Remove some special casing for
10674         the rgctx fetch trampoline.
10675
10676         * mini.c (mono_method_to_ir): Fix the STELEM_ANY+null value optimization.
10677         Fixes #419273.
10678
10679         * iltests.il: Add a test for it.
10680
10681 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
10682
10683         * aot-compiler.c (compile_method): Enable AOT support for generics sharing.
10684
10685         * method-to-ir.c (mono_method_to_ir2): Remove an aot restriction which is
10686         no longer needed.
10687
10688         * mini-trampolines.c (mono_magic_trampoline): Add a sync wrapper here,
10689         use mono_jit_info_table_find () to avoid recursion.
10690         (mono_delegate_trampoline): Add a sync wrapper here.
10691
10692         * method-to-ir.c (mono_method_to_ir2): Don't call mono_ldftn_nosyc
10693         here.
10694
10695         * mini.c (mono_method_to_ir): Ditto.
10696         
10697         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Remove
10698         add_sync_wrapper argument. Don't add a sync wrapper here.
10699         (mono_create_jump_trampoline): Don't add a sync wrapper here.
10700
10701         * jit-icalls.c (mono_ldftn_nosync): Removed, no longer needed.
10702         
10703 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
10704
10705         * exceptions-amd64.c (seh_handler):  For Winx64 adding missing copy 
10706           of nonvolatile registers back from MonoContext to CONTEXT.
10707
10708         Contributed under MIT/X11 license.
10709
10710 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
10711
10712         * mini-amd64.c (mono_arch_get_delegate_invoke_impl):  When shifting the
10713           arguments on Winx64 there are only 4 argument registers.  For this
10714           logic to work the last argument must be pulled from the stack.  
10715
10716         Contributed under MIT/X11 license.
10717
10718 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
10719
10720         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
10721
10722         * aot-runtime.c aot-compiler.c patch-info.h mini.c: Get rid of
10723         MONO_PATCH_INFO_WRAPPER, encode/decode wrapper methods like the others in
10724         encode/decode_method_ref ().
10725
10726         * aot-compiler.c (encode_patch): Handle STATIC_RGCTX_INVOKE wrappers.
10727
10728         * aot-runtime.c (decode_patch): Ditto.  
10729
10730         * mini.c (mono_resolve_patch_target): Handle RGCTX_FETCH sub-patches of type
10731         MONO_PATCH_INFO_METHOD.
10732
10733         * aot-runtime.c (decode_exception_debug_info): Decode the contents of
10734         MonoGenericJitInfo.
10735
10736         * aot-compiler.c (emit_exception_debug_info): Emit the contents of
10737         MonoGenericJitInfo.
10738
10739         * method-to-ir.c (emit_imt_argument): Fix AOT+gshared support.
10740
10741         * mini-amd64.c (add_valuetype): Use a dummy gsctx if we didn't receive
10742         one from the caller.
10743
10744         * aot-runtime.c (decode_generic_inst): New function to decode and
10745         return a interned generic inst.
10746         (decode_klass_ref): Use it.
10747         (decode_method_ref): Ditto.
10748
10749         * aot-compiler.c (emit_exception_debug_info): Save 
10750         jinfo->has_generic_jit_info too.
10751
10752 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
10753
10754         * mini-ia64.c (mono_arch_output_basic_block): Add OP_FCONV_TO_I.
10755
10756         * iltests.il.in: Add a test for fconv_to_i.
10757
10758         * liveness.c: Disable the liveness2 pass for now to save space.
10759
10760         * regalloc2.c: Include mempool-internals.h to fix warnings.
10761
10762         * aot-compiler.c (encode_method_ref): Encode the context of generic
10763         instance methods.
10764
10765         * aot-runtime.c (decode_method_ref): Inflate generic methods using
10766         the context saved in the aot file.
10767
10768         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
10769
10770         * mini-x86.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
10771
10772         * method-to-ir.c (mono_method_to_ir2): When using CEE_JMP, make arguments
10773         volatile so they won't be optimized away.
10774
10775 2008-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
10776
10777         * ssa.c:
10778         * ssa2.c:
10779         * mini.c:
10780         * regalloc2.c:
10781         * dominators.c: Remove duplicated functions that now are in
10782         mempool-internals.h.
10783
10784 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
10785
10786         * aot-compiler.c: Fix warnings.
10787
10788         * aot-runtime.c (decode_klass_ref): Add support for VARs/MVARs.
10789
10790         * aot-compiler.c (encode_klass_ref): Encode is_method too for VARs/MVARs.
10791
10792         * method-to-ir.c (emit_get_rgctx_method): Use MONO_PATCH_INFO_METHODCONST
10793         as the patch type.
10794
10795         * mini.c (mono_resolve_patch_target): Ditto.
10796         
10797         * aot-compiler.c (encode_patch): Add support for RGCTX_FETCH.
10798         (encode_klass_ref): Add support for encoding VARs/MVARs.
10799
10800         * mini.c (mono_patch_info_dup_mp): Handle RGCTX_FETCH.
10801
10802         * aot-runtime.c (decode_patch_info): Rename to 'decode_patch'. Split out
10803         the handling of the got entries into a separate 'decode_got_entry' function.
10804         Add support for RGCTX_FETCH.
10805
10806         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RDI since RAX is
10807         clobbered by the trampoline code.
10808
10809         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RAX since that is
10810         not clobbered by the indirect calling code.
10811
10812 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
10813
10814         * mini-x86.c (mono_arch_patch_code): Handle RGCTX_FETCH/GENERIC_CLASS_INIT
10815         to fix the build.
10816
10817 2008-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
10818
10819         * method-to-ir.c (mono_emit_method_call_full): Alloc the constructor
10820         signature using the compilation mempool otherwise we would leak it.
10821
10822 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
10823
10824         * method-to-ir.c (mono_method_to_ir2): Emit the generic class inits using
10825         mono_emit_abs_call ().
10826
10827         * patch-info.h: Add GENERIC_CLASS_INIT.
10828
10829         * mini.c (mono_resolve_patch_target): Handle GENERIC_CLASS_INIT.
10830
10831         * mini-amd64.c (emit_call_body): Treat abs calls which have a patch info
10832         as their target as a near call.
10833
10834         * mini.c (mono_codegen): Handle patches stored in cfg->abs_patches in the
10835         ABS handling code.
10836         (mono_resolve_patch_target): Add support for MONO_PATCH_INFO_RGCTX_FETCH.
10837
10838         * method-to-ir.c (mono_emit_abs_call): New helper function which emits a
10839         call to a runtime function described by a patch.
10840
10841         * method-to-ir.c: Emit rgctx entry fetches and class init trampolines using
10842         mono_emit_abs_call, this has the advantage that the ABS handling code in
10843         mono_codegen () can handle them both, and can handle other stuff in the
10844         future without additional code.
10845
10846         * mini.h (struct MonoJumpInfoRgctxEntry): New structure describing an rgctx
10847         entry.
10848         (MonoCompile): Add 'abs_patches' hashtable, which contains patches describing
10849         abs addresses.
10850
10851         * mini.h: Add missing bblock related prototypes.
10852
10853         * mini.h (MonoCompile): Remove unused reverse_inst_list and
10854         reverse_inst_list_len fields.
10855
10856         * mini.c: Refactor this file a bit by moving branch optimizations to 
10857         branch-opts.c.
10858
10859         * method-to-ir.c: Merge generic sharing changes missed earlier.
10860
10861         * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST.
10862
10863         * aot-runtime.c (decode_patch_info): Refactor the code dealing with the
10864         shared patches. Process METHODCONST as a shared patch.
10865
10866         * liveness.c (mono_analyze_liveness): Disable the liveness2 code for now
10867         as it crashes on the 2.0 mscorlib.
10868
10869         * aot-compiler.c (is_shared_got_patch): Revert the last change as it seems
10870         to cause crashes.
10871         
10872         * aot-compiler.c: Use is_plt_patch () in a few additional places.
10873         (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST, which is generated
10874         by IMT.
10875
10876         * aot-compiler.c: Reorganize the got handling code to be a bit more
10877         understandable.
10878
10879 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
10880
10881         * aot-compiler.c: Make the patch_to_plt_offset hash table use 
10882         mono_patch_info_equals/hash, and use it to massively simplify
10883         get_plt_index ().
10884
10885         * mini.c (mono_patch_info_hash): Simplify this and add support for
10886         more patch types.
10887
10888         * patch-info.h: Rename RGCTX_LAZY_FETCH_TRAMPOLINE to just RGCTX_FETCH.
10889
10890         * mini.c aot-compiler.c aot-runtime.c: Revert the LAZY_FETCH_TRAMPOLINE
10891         handling code, since an offset is not enough to identify a trampoline.
10892
10893         * method-to-ir.c: Remove some g_assert (!cfg->compile_aot) lines.
10894
10895 2008-08-17  Mark Probst  <mark.probst@gmail.com>
10896
10897         * mini.c (mono_op_imm_to_op): Add case for OP_IMUL_IMM.
10898
10899         * method-to-ir.c (mono_method_to_ir2): Decompose OP_CKFINITE.
10900
10901         * mini-ops.h: Argument and result types for OVF_CARRY ops.
10902
10903         * decompose.c: PPC decompositions for various ops.
10904
10905         * cpu-ppc.md, inssel-ppc.brg, mini-ppc.c: PPC changes for Linear IL.
10906
10907 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
10908
10909         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Make this
10910         call the generic trampoline code using a call, instead of a jump, to
10911         remove some special casing from the generic trampoline code.
10912
10913         * mini.c (mono_resolve_patch_target): Handle LAZY_FETCH_TRAMPOLINE.
10914         (mono_codegen): Ditto.
10915
10916         * aot-compiler.c aot-runtime.c: Ditto.
10917
10918         * patch-info.h: Add MONO_PATCH_INFO_RGCTX_LAZY_FETCH_TRAMPOLINE.
10919
10920         * mini-trampolines.c (mono_find_rgctx_lazy_fetch_trampoline_by_addr): New
10921         helper function to find the offset corresponding to a lazy fetch trampoline.
10922
10923         * mini.h (MonoCompile): Add 'orig_method' field to hold the original method
10924         when doing generic sharing.
10925
10926         * aot-compiler.c: Use cfg->orig_method instead of cfg->method in a lot of
10927         places.
10928         
10929         * mini.c (mono_create_rgctx_lazy_fetch_trampoline): Move this to
10930         mini-trampolines.c to be with the other trampoline creation functions.
10931
10932         * method-to-ir.c (mono_emit_method_call): Remove the 'signature' argument
10933         as it is equal to method->signature in most cases, add a 
10934         mono_emit_method_call_full variant which takes a signature and an imt
10935         argument as well.
10936
10937 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
10938
10939         * jit-icalls.c (mono_helper_compile_generic_method): Don't pass the context
10940         to this function, since it could be computed easily from the method 
10941         argument.
10942         (mono_helper_compile_generic_method_wo_context): Removed, not needed any
10943         more.
10944
10945         * method-to-ir.c mini.c: Remove references to 
10946         compile_generic_method_wo_context.
10947
10948         * method-to-ir.c (mono_method_to_ir2): Enable AOT for virtual
10949         generic method calls.
10950         
10951         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_1 for 1
10952         dimensional non-szarrays.
10953
10954         * mini.c (mini_init): Register mono_array_new_1.
10955
10956         * jit-icalls.c (mono_array_new_1): New jit icall.
10957
10958         * mini-trampolines.c (mono_magic_trampoline): For jumps, patch the GOT entries
10959         pointing to the method.
10960
10961         * aot-runtime.c (mono_aot_get_method_from_token): Register GOT slots holding
10962         method addresses belonging to METHOD_JUMP patches in the 
10963         jump_target_got_slot_hash.
10964         (mono_aot_load_method): Ditto.
10965
10966         * aot-compiler.c (compile_method): Allow AOT compilation of methods with
10967         METHOD_JUMP patches.
10968
10969         * mini.c (mini_create_jit_domain_info): New helper function which 
10970         initializes/frees domain->runtime_info.
10971         (mini_free_jit_domain_info): Ditto.
10972         (mini_init): Install the domain hook functions with the runtime.
10973
10974         * mini.h (MonoJitDomainInfo): New structure which stores the domain specific
10975         information maintained by the JIT.
10976
10977         * mini.c (mono_resolve_patch_target): For PATCH_INFO_METHOD_JUMP, move the
10978         insertion into jump_table_hash into mono_codegen (), also implement proper
10979         locking.
10980
10981         * method-to-ir.c (mono_method_to_ir2): Don't disable AOT for CEE_JMP and
10982         tail calls, it is already done by the aot code.
10983         
10984         * method-to-ir.c (mono_method_to_ir2): Handle CEE_JMP using the tail call
10985         mechanism on amd64.
10986
10987         * iltests.il.in: Make the jmp test a bit more complex.
10988
10989         * aot-compiler.c (encode_method_ref): Handle references to normal methods of
10990         generic instances which doesn't have a token.
10991
10992         * aot-runtime.c (decode_method_ref): Ditto.
10993         
10994         * method-to-ir.c (handle_unbox_nullable): Don't disable AOT, the aot code
10995         can handle this case now.
10996         (handle_box): Ditto.
10997
10998 2008-08-15  Geoff Norton  <gnorton@novell.com>
10999
11000         * mini-x86.c: Fix alignment on Apple x86, and re-disable the alignment
11001         debugging check.
11002
11003 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
11004
11005         * method-to-ir.c (mono_method_to_ir2): Allow AOT compilation of methods
11006         calling generic methods.
11007
11008         * aot-compiler.c (encode_patch): Handle MONO_PATCH_INFO_METHOD_RGCTX.
11009
11010         * aot-runtime.c (decode_patch_info): Ditto.
11011
11012         * mini.c (mono_resolve_patch_target): Ditto.
11013         
11014         * patch-info.h: Add METHOD_RGCTX.
11015
11016         * mini-amd64.c (mono_arch_output_basic_block): Optimize LOCALLOC_IMM.
11017
11018 2008-08-14  Zoltan Varga  <vargaz@gmail.com>
11019
11020         * mini-amd64.c (mono_arch_emit_call): Nullify call->vret_var if returning
11021         arguments in registers.
11022
11023         * decompose.c (mono_decompose_vtype_opts): Create a var for the vreg in
11024         OP_VCALL too, don't depend on OP_OUTARG_VTRETADDR doing it.
11025
11026         * mini.c (mini_method_compile): Abort aot compilation for generic
11027         methods if generic sharing is disabled.
11028         
11029         * mini.c (mono_method_to_ir): Disable AOT for virtual calls requiring
11030         an mrgctx.
11031
11032         * method-to-ir.c (mono_method_to_ir2): Disable AOT for virtual calls 
11033         requiring an mrgctx.
11034
11035         * decompose.c (mono_decompose_vtype_opts): Emit the correct sized
11036         store instructions when converting a vcall to a normal call.
11037
11038         * mini.c (sigprof_signal_handler): Call mono_find_jit_info instead of
11039         mono_arch_find_jit_info.
11040
11041 2008-08-13  Zoltan Varga  <vargaz@gmail.com>
11042
11043         * method-to-ir.c (check_inline_called_method_name_limit): Optimize this to
11044         avoid calling mono_method_full_name () for every method even if the
11045         env var is not set.
11046         (check_inline_caller_method_name_limit): Ditto.
11047
11048 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
11049
11050         * driver.c (main_thread_handler): Allow AOT compilation of multiple 
11051         assemblies in one run.
11052
11053         * aot-compiler.c (mono_compile_assembly): Only print out a count of
11054         skipped methods if it is not 0.
11055
11056         * Makefile.am (aotcheck): AOT compile all test assemblies in one run.
11057
11058 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
11059
11060         * mini.c (mono_codegen):  Changing a preprocessor check from WIN64 to
11061           MONO_ARCH_HAVE_UNWIND_TABLE.
11062
11063         Contributed under MIT/X11 license.
11064
11065 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
11066
11067         * mini-amd64.c (mono_arch_cpu_optimizazions):  Remove peephole and branch
11068           from default optimizaton list on Winx64.
11069
11070         * mini-amd64.c (emit_tls_get):  Added Winx64 specific implementation for GetTLS.
11071
11072         * mini-amd64.c (mono_arch_emit_prolog):  Adding an offset on Winx64 to get
11073           the LMF from the MonoJitTlsData structure.
11074
11075         * mini-amd64.c (mono_arch_setup_jit_tls_data):  Added Winx64 implementation.
11076
11077         Contributed under MIT/X11 license.
11078
11079 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
11080
11081         * mini.c (sigsegv_signal_handler): Fix the build.
11082
11083         * mini-amd64.c (emit_call_body): Use image->aot_module instead of 
11084         assembly->aot_module.
11085
11086         * aot-runtime.c: Use image->aot_module instead of searching in the aot_modules
11087         hash table. This simplifies and speeds up a lot of code, and fixes support
11088         for .netmodules.
11089
11090         * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes if the thread is not registered
11091         with the runtime.
11092
11093         * mini-exceptions.c: Ditto.
11094         
11095         * exceptions-*c.c (mono_arch_find_jit_info): Remove unused 'trace' and
11096         'native_offset' argument, since these are computed in the 
11097         mono_find_jit_info () function.
11098
11099         * mini-exceptions.c (mono_find_jit_info): Make this non-static, as it
11100         is used by exceptions-ppc.c.
11101
11102         * exceptions-ppc.c: Call mono_find_jit_info () instead of 
11103         mono_arch_find_jit_info ().
11104         
11105         * mini-ppc.h exceptions-ppc.c mini-mips.h mini-mips.c exceptions-mips.c
11106         mini-exceptions.c: Get rid of the CUSTOM_STACK_WALK stuff, use the
11107         generic code in mini-exceptions.c.
11108
11109 2008-08-11  Zoltan Varga  <vargaz@gmail.com>
11110
11111         * mini-ppc.c (mono_arch_flush_register_windows): Add this for ppc.
11112
11113         * aot-runtime.c (mono_aot_get_plt_info_offset): Fix a warning.
11114         
11115         * aot-runtime.c (mono_aot_get_method): Avoid doing all the loading inside
11116         the aot lock, to avoid deadlocks when mono_aot_get_class_from_name () is
11117         called while holding the loader lock. Fixes #415608.
11118         (mono_aot_get_method_from_token_inner): Ditto.
11119
11120 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
11121
11122         * exceptions-ppc.c (mono_jit_walk_stack): Use MONO_INIT_CONTEXT_FROM_CURRENT
11123         to reduce differences between this and the generic implementation in
11124         mini-exceptions.c.
11125         (ves_icall_get_frame_info): Ditto.
11126
11127         * mini-ppc.h (MONO_INIT_CONTEXT_FROM_CURRENT): Define this for ppc too.
11128
11129         * mini-exceptions.c (mono_exceptions_init): Remove an #ifdef which is no
11130         longer neccesarry.
11131
11132         * exceptions-ppc.c (arch_get_call_filter): Rename this to 
11133         mono_arch_get_call_filter () and make it non-static, for consistency with the
11134         other architectures.
11135
11136 2008-08-09  Rodrigo Kumpera  <rkumpera@novell.com>
11137
11138         * mini.c:
11139         * local-propagation.c:
11140         * mini-x86.c: Correct the name of arch defines.
11141
11142 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
11143
11144         * method-to-ir.c (mono_op_to_op_imm_noemul): Correct name of
11145         NO_EMULATE_LONG_SHIFT_OPS define.
11146
11147 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
11148
11149         * method-to-ir.c (mono_method_to_ir2): Remove some code from CEE_MONO_LDPTR
11150         now that aot-ed icall wrappers use CEE_MONO_ICALL_ADDR.
11151
11152         * aot-compiler.c aot-runtime.c: Add support for static aot compilation.
11153         MACH fixes. Merged from the 2.0 branch.
11154
11155         * method-to-ir.c (mono_method_to_ir2): Handle CEE_MONO_ICALL_ADDR.
11156
11157         * mini.c (mono_resolve_patch_target): Error out if an icall is not found.
11158         (mono_method_to_ir): Handle CEE_MONO_ICALL_ADDR.
11159
11160         * exceptions-arm.c (mono_arch_get_throw_exception_generic): Add AOT support.
11161
11162         * method-to-ir.c mini.c driver.c aot-compiler.c: Update after
11163         mono_marshal_get_native_wrapper () signature changes.
11164
11165 2008-08-07  Rodrigo Kumpera  <rkumpera@novell.com>
11166
11167         * jit-icalls.c (mono_fconv_ovf_u8): Work around soft-float double to long
11168         conversion bug under arm.
11169
11170 2008-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
11171
11172         * cpu-arm.md: Increase long_conv_to_ovf_i4_2 max length to 36.
11173
11174         * mini-arm.c (mono_arch_output_basic_block): Implement long to int conversion
11175         with overflow checking.
11176
11177 2008-08-05  Marek Habersack  <mhabersack@novell.com>
11178
11179         * Makefile.am (GENMDESC_PRG): when cross-compiling use full path
11180         to the genmdesc.pl file
11181
11182 2008-08-05  Zoltan Varga  <vargaz@gmail.com>
11183
11184         * ir-emit.h (EMIT_NEW_ARGSTORE): Fix the usage of param_types and
11185         arg_array in the soft-float versions of the LOAD/STORE macros.
11186
11187         * method-to-ir.c (mono_method_to_ir2): Fix a warning in the arm switch
11188         implementation.
11189
11190         * ir-emit.h (NEW_VARLOADA): Handle SOFT_FLOAT correctly.
11191
11192 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
11193
11194         * mini-ia64.c (add_valuetype): Only reserve half parameter slot for each member of
11195         a float HFA. Fixes #413621.
11196
11197 2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
11198
11199         * mini-x86.c (mono_arg_get_argument_info): Rename last occurrence of
11200         frame_size to args_size. Fixes build.
11201
11202 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
11203
11204         * mini-x86.c (mono_arch_get_argument_info): Rename frame_size to args_size,
11205         and don't align it to MONO_ARCH_FRAME_ALIGNMENT.
11206
11207         * mini-x86.h: Change MONO_ARCH_FRAME_ALIGNMENT to 8 so doubles stored on
11208         the stack are not unaligned. Fixes #413247.
11209         
11210 Fri Aug 1 18:46:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
11211
11212         * mini.c: update jitted methods performance counters.
11213
11214 Fri Aug 1 16:30:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
11215
11216         * mini-exceptions.c: increase the exceptions thrown performance
11217         counter in mono_handle_exception ().
11218
11219 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
11220
11221         * aot-runtime.c: Use MonoImage's as keys in the aot_modules hash so the aot
11222         can work with netmodules.
11223
11224 2008-07-28  Geoff Norton  <gnorton@novell.com>
11225
11226         * mini-x86.h: Correct the frame alignment on OSX.  Fixes the jit 
11227         regression tests.
11228
11229 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
11230
11231         * mini-x86.c (mono_arch_emit_call): Emi the osx stack alignment at the
11232         correct place.
11233
11234 2008-07-28  Bill Holmes  <billholmes54@gmail.com>
11235
11236         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
11237           The float param registers and other param registers must be the 
11238           same index on Windows x64.
11239
11240         * mini-amd64.c (mono_arch_allocate_vars) : Implementing the 
11241           ArgValuetypeAddrInIReg argument case.  Setting the argument
11242           op to OP_VTARG_ADDR (OP_REGOFFSET)).
11243
11244         * mini-amd64.c (mono_arch_call_opcode) : Winx64 fix.  Use the size
11245           variable computed above as the copy length for arguments of storage
11246           type ArgValuetypeAddrInIReg.
11247
11248         * mini-amd64.c (mono_arch_emit_call) :  Implementing the 
11249           ArgValuetypeAddrInIReg argument case.  This case will rely on
11250           mono_arch_emit_outarg_vt to emit the correct code later in the process.
11251
11252         * mini-amd64.c (mono_arch_emit_call) :  On Winx64 there always needs to be
11253           a 32 byte stack allocation for all calls.  We will omit the adjustment for
11254           jump and tail call instructoins as they do not follow the typical call behavior.
11255
11256         * mini-amd64.c (mono_arch_emit_outarg_vt) :  Implementing the case for
11257           ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
11258           local variable and pass the local variable by reference to the called method.
11259
11260         * mini-amd64.c (mono_arch_emit_prolog, emit_load_volatile_arguments) :
11261           Implementing the ArgValuetypeAddrInIReg argument case.  When the address
11262           of a struct is passed in a register it must be saved with the other
11263           volatile argument on the stack.
11264
11265         * mini-amd64.c (mono_arch_emit_prolog) : Winx64 fix.  When omitting the
11266           frame pointer the stack adjustment value must be saved to the unwind 
11267           info structure.
11268
11269         Contributed under MIT/X11 license.
11270
11271 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
11272
11273         * inssel-x86.brg (stmt): Add missing OP_X86_OUTARG_ALIGN_STACK rule
11274         which got lost in the merge.
11275
11276 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
11277
11278         * method-to-ir.c: Make the helper_sig variables extern to fix the ppc
11279         build.
11280
11281         * mini-amd64.c (emit_call_body): Add a no_patch case missed earlier.
11282         
11283         * mini-amd64.c (emit_call_body): Avoid aligning the call instruction on
11284         icalls, since they won't be patched.
11285
11286         * exceptions-amd64.c (mono_arch_get_restore_context_full): Use a slightly
11287         different code sequence when running under valgrind to prevent some valgrind
11288         errors.
11289
11290         * iltests.il.in: Add new regression test.
11291
11292         * method-to-ir.c (mono_method_to_ir2): Fix handling of inlined methods which
11293         end with a throw.
11294
11295         * method-to-ir.c (mono_method_to_ir2): Use get_vreg_to_inst () instead of
11296         accessing cfg->vreg_to_inst directly to prevent a crash in LDFLD.
11297
11298         * iltests.il.in: Add new test.
11299
11300         * aot-compiler.c: Fix some warnings.
11301
11302         * decompose.c (mono_decompose_long_opts): Implement OP_ICONV_TO_OVF_I8_UN.
11303         Fixes #412494.
11304
11305 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
11306
11307         * driver.c (mono_main): Fix the --gc=none build. Fixes #412482.
11308         (mini_usage_jitdeveloper): Add a missing --wapi option.
11309
11310 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11311
11312         * mini-codegen.c: Simplify the is_fp macros.
11313         (free_up_ireg): Remove, use free_up_reg instead.
11314         (free_up_reg): Fix the fp case.
11315
11316 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
11317
11318         * cpu-arm.md (loadr8_membase): Increase the length of this as this is not
11319         lowered earlier.
11320
11321         * exceptions-x86.c: Merge some changes which seemed to have got lost
11322         in the linear-ir merge.
11323
11324         * liveness.c: Disable the liveness2 pass on 32 bit platforms.
11325
11326         * method-to-ir.c (mono_handle_global_vregs): Make the component vregs of a
11327         long vreg volatile even if the variable was already created.
11328
11329         * liveness.c (update_liveness2): Avoid eliminating dead definitions of
11330         volatile variables.
11331
11332 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
11333
11334         * cpu-x86.md (fcall_membase): Increase the size of the fcall opcodes.
11335
11336         * mini.c (mono_jit_compile_method_inner): Add support for 
11337         MONO_EXCEPTION_BAD_IMAGE.
11338
11339         * method-to-ir.c (mono_method_to_ir2): Avoid a crash if 
11340         mini_method_get_context () returns NULL. Fixes #356531.
11341
11342         * mini.c (mono_method_to_ir): Ditto.
11343         
11344         * method-to-ir.c (mono_method_to_ir2): Create a variable if needed when
11345         accessing a field of a valuetype in LDFLD/STFLD. Fixes #412399.
11346
11347 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11348
11349         * method-to-ir.c (mono_method_to_ir2): Initialize an uninitialized variable
11350         in the LDFTN implementation.
11351
11352 2008-07-25  Mark Probst  <mark.probst@gmail.com>
11353
11354         * mini-trampolines.c (mono_magic_trampoline): When sharing generic
11355         code, patch calls to icalls, too, even if they're not in the
11356         shared generic code hash.  Fixes #411962.
11357
11358 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11359
11360         * cpu-x86.md: Increase the length of the fcall opcodes.
11361
11362         * mini-x86.c (emit_move_return_value): Avoid some precision issues for
11363         calls returning floats.
11364
11365         * method-to-ir.c (mono_method_to_ir2): Remove the generic sharing restrictions
11366         on NEWARR.
11367         
11368         * method-to-ir.c (mono_method_to_ir2): Merge some LDFTN gsharing changes
11369         missed earlier.
11370
11371         * method-to-ir.c (handle_delegate_ctor): Avoid putting dynamic methods
11372         into the domain->method_code_hash.
11373
11374         * aot-compiler.c: Fix win32 build.
11375
11376         * method-to-ir.c (EMIT_GET_RGCTX): Call EMIT_NEW_LDARG in emit_get_rgctx ().
11377         
11378         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_specific in the
11379         gshared NEWARR implementation.
11380
11381         * cpu-sparc.md: Remove duplicate localloc_imm opcode.
11382
11383         * ir-emit.h (NEW_ARGLOAD): Use cfg->args and cfg->arg_types so this macro
11384         can be used outside of method_to_ir.
11385
11386         * mini.h (MonoCompile): Add arg_types field.
11387
11388         * method-to-ir.c (inline_method): Save/Restore cfg->args and cfg->arg_types.
11389         
11390         * method-to-ir.c (mono_method_to_ir2): Set cfg->args and cfg->arg_types to
11391         the values of the local arg_array and param_types array.
11392
11393 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
11394
11395         * method-to-ir.c (mono_method_to_ir2): Allocate a GOT var for NEWOBJ, since
11396         got accesses might only get generated later when NEWOBJ is decomposed.
11397         
11398         * method-to-ir.c (handle_delegate_ctor): Add an optimization to avoid
11399         looking up the native code of the target method when a delegate is called
11400         for the first time.
11401
11402         * mini-trampolines.c (mono_delegate_trampoline): Add the other half of the
11403         optimization.
11404
11405         * debug-debugger.c (MONO_DEBUGGER__debugger_info): Fix a warning.
11406
11407         * aot-runtime.c aot-compiler.c: Add a new option 'no-dlsym' which makes
11408         AOT work on platforms without a working dlsym implementation.
11409
11410         * mini.h: Bump AOT image format version.
11411         
11412 2008-07-24  Mark Probst  <mark.probst@gmail.com>
11413
11414         * mini-exceptions.c: Free a MonoType with
11415         mono_metadata_free_type() instead of g_free().
11416
11417         * aot-runtime.c: Free a MonoType.
11418
11419 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
11420
11421         * method-to-ir.c (mono_method_to_ir2): Add a comment for the box+brtrue
11422         optimization.
11423
11424         * mini-codegen.c (mono_local_regalloc): Remove the remaining items from the
11425         fp stack on x86.
11426
11427 2008-07-23  Massimiliano Mantione  <massi@ximian.com>
11428         * mini.c (sigprof_signal_handler): call the new "runtime initialized"
11429         profiler hook.
11430
11431 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
11432
11433         * method-to-ir.c (mono_method_to_ir2): Set the stack type properly for
11434         NEWOBJ calls on valuetypes.
11435
11436         * iltests.il.in: Add new test.
11437
11438         * mini-x86.c (mono_arch_emit_call): Use mini_type_stack_size ().
11439
11440 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
11441
11442         * mini-exceptions.c: Fix some warnings. Remove one ia64 special case as it
11443         is no longer needed.
11444
11445         * mini-ia64.c (mono_arch_emit_prolog): In native-to-managed wrappers, widen
11446         non register sized integer arguments.
11447         (mono_arch_call_opcode): Add support for ArgInFloatRegR4.
11448         (mono_arch_emit_outarg_vt): Pass a more reasonable alignment to 
11449         emit_memcpy2 ().
11450
11451         * method-to-ir.c (mono_method_to_ir2): Handle the ret_var_is_local case in
11452         CEE_MONO_RETOBJ.
11453         
11454         * method-to-ir.c (ADD_WIDEN_OP): New macro to insert a widening op when
11455         two a binop with different sized arguments is emitted.
11456
11457         * mini.c (mono_bblock_insert_after_ins): Properly link up with the next
11458         instruction in the ins==NULL case.
11459
11460 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
11461
11462         * mini-ops.h: Add OP_X86_OUTARG_ALIGN_STACK.
11463
11464         * mini-x86.c: Fix osx build.
11465
11466         * mini-amd64.c (mono_arch_output_basic_block): Handle varargs in the CALL_REG
11467         opcodes as well.
11468
11469         * method-to-ir.c (mono_spill_global_vars): Avoid fusing a load+store into the
11470         instruction for non int sized variables.
11471
11472         * method-to-ir.c (mono_method_to_ir2): Fix an assert in the LDFLD
11473         implementation.
11474
11475 2008-07-23  Robert Jordan  <robertj@gmx.net>
11476
11477         * method-to-ir.c: Fix MSVC build.
11478
11479 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
11480
11481         * method-to-ir.c (mono_method_to_ir2): When calling native code which returns
11482         a non int sized type, widen it to an int since newer versions of gcc seem to
11483         generate code which needs this.
11484
11485         * ssa2.c abcremoval2.c: Fix warnings.
11486
11487         * *: Merge the Linear IR branch.
11488
11489         The original branch is at trunk/branches/vargaz/mini-linear-il, and
11490         the ChangeLog file there describes all the changes done over the years. 
11491         Further documentation can be found at www.mono-project.com/Linear_IL.
11492
11493 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
11494
11495         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
11496           The float param registers and other param registers must be the 
11497           same index on Windows x64.
11498
11499         Contributed under MIT/X11 license.
11500
11501 2008-07-21  Rodrigo Kumpera  <rkumpera@novell.com>
11502
11503         * mini.c: Make the previous fix GC safe.
11504
11505 2008-07-21  Raja R Harinath  <harinath@hurrynot.org>
11506
11507         * Makefile.am (version.h): Allow a trailing '/' in the repository URL.
11508
11509 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
11510
11511         * mini-amd64.c (get_call_info): Correcting the case for MONO_TYPE_TYPEDBYREF
11512           on Winx64.  This type will not be passed on the stack (ArgOnStack), but 
11513           ArgValuetypeAddrInIReg instead.
11514
11515         Contributed under MIT/X11 license.
11516
11517 2008-07-21  Zoltan Varga  <vargaz@gmail.com>
11518
11519         * mini-codegen.c (get_register_spilling): Fix a warning.
11520
11521 2008-07-17  Rodrigo Kumpera  <rkumpera@novell.com>
11522
11523         * mini.c: Use mono_runtime_class_init_full to avoid leaking memory
11524         for types which the initialization fails. Raises the provided exception
11525         at the right stop after cleanup.
11526
11527 2008-07-16  Zoltan Varga  <vargaz@gmail.com>
11528
11529         * aot-compiler.c: Free most of the memory allocated during compilation.
11530
11531         * mini.c (mini_parse_debug_options): Fix a leak.
11532         
11533         * mini.c (mini_method_compile): Don't add the method to the jit info tables
11534         during aot compilation.
11535
11536 2008-07-14  Zoltan Varga  <vargaz@gmail.com>
11537
11538         * mini.c (mono_method_to_ir): Disable aot for code using CCASTCLASS on x86 as 
11539         it has too much register pressure.
11540
11541 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
11542
11543         * inssel.brg (CEE_CASTCLASS): Remove some dead code.
11544
11545 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
11546
11547         * mini-x86.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
11548         on x86.
11549
11550         * mini-amd64.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
11551         on amd64 similar to the way it is done on arm.
11552
11553         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
11554
11555         * aot-runtime.c (load_aot_module): Rename 'info' to 'amodule' for 
11556         consistency, normalize error messages, avoid loading aot-only modules in
11557         normal mode.
11558
11559         * driver.c (mono_main): Rename --aot-only command line option to --full-aot
11560         for consistency.
11561
11562         * aot-compiler.c aot-runtime.c tramp-arm.c: Implement aot-only support.
11563
11564 2008-07-11  Martin Baulig  <martin@ximian.com>
11565
11566         * debug-debugger.h
11567         (MonoDebuggerInfo): Add `interruption_request'.
11568
11569 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
11570
11571         * aot-compiler.c (emit_plt): Remove some dead code.
11572
11573         * exceptions-arm.c (mono_arch_get_call_filter_full): Initialize ji.
11574
11575         * aot-runtime.c (mono_aot_get_plt_info_offset): New helper function to
11576         return the plt info offset belonging to a given plt entry.
11577
11578         * mini-trampolines.c (mono_aot_plt_trampoline): Use 
11579         mono_aot_get_plt_info_offset.
11580         
11581         * aot-runtime.c aot-compiler.c tramp-arm.c: Change the arm plt code to be
11582         similar to the amd64 code by makeing jumps through a separate jump table 
11583         instead of embedding the jump addresses into the code.
11584
11585 2008-07-11  Zoltan Varga  <vargaz@gmail.com>
11586
11587         * mini.c (mono_method_to_ir): Disable aot for calling ldtoken in a generic
11588         method.
11589
11590 2008-07-10  Martin Baulig  <martin@ximian.com>
11591
11592         * mini.c (mini_method_compile): Disable generics sharing when
11593         running in the debugger.
11594
11595 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
11596
11597         * mini.c (mono_method_to_ir): Create the got var in CEE_REFANYVAL.
11598
11599         * inssel.brg (CEE_CASTCLASS): Avoid reusing temporary registers to prevent
11600         the local register allocator from running out of registers on x86 when 
11601         using aot.
11602
11603 2008-07-10  Bill Holmes  <billholmes54@gmail.com>
11604
11605         * inssel-long.brg For OP_LCONV_TO_OVF_I4 an int cast is needed when 
11606         expressing IntMin for the VS Compiler.  See Compiler Warning (level 2) 
11607         C4146.
11608
11609         Contributed under MIT/X11 license.
11610
11611 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
11612
11613         * aot-compiler.c: Get rid of whitespace in the generated assembly file to
11614         speed up the assembler.
11615
11616 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
11617
11618         * mini-arm.h tramp-arm.c exceptions-arm.c aot-compiler.c: Beginnings of aot-only
11619         support.
11620
11621         * mini.c: Move the soft float handling macros a bit earlier, add 
11622         NEW_TEMPSTORE_SOFT_FLOAT macro, fix warnings, add soft-float support in one
11623         place.
11624
11625         * mini.h: Add prototype for mono_arch_fixup_jinfo.
11626
11627         * mini.c (mini_init): In aot-only mode, set the root domain code manager to
11628         read-only to help catch code allocation requests.
11629         
11630         * mini.c inssel.brg aot-compiler.c: Make the use of IMT runtime configurable,
11631         and turn it off when using --aot-only or when compiling with --aot=full.
11632
11633         * mini.c (mono_resolve_patch_target): In aot-only mode, allocate the
11634         jump table for switches from the normal domain mempool, not the code
11635         manager.
11636
11637         * mini-trampolines.c (get_unbox_trampoline): New function to return an
11638         unbox trampoline which handles aot-only mode too.
11639
11640         * aot-runtime.c (mono_aot_get_unbox_trampoline): New function to lookup
11641         an AOTed unbox trampoline.
11642
11643         * aot-compiler.c (emit_trampolines): Emit unbox trampolines.
11644
11645 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
11646
11647         * wapihandles.c: Fixing MSVC builds.  Include statement changed from <> to
11648         ""
11649
11650         Contributed under MIT/X11 license.
11651
11652 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
11653
11654         * mini.c (mono_codegen):  Allocate space at the end of the code block and store
11655           the unwind information for the method at the end of the allocated block.
11656           
11657         * mini-amd64.h: Added declarations for the unwind routines and adding field to 
11658           MonoCompileArch to hold the unwind info for SEH on Winx64
11659         
11660         * mini-amd64.c (mono_arch_emit_prolog): Calls to the unwind routines added to store
11661           frame pointer info for the method being compiled.
11662           
11663         * exceptions-amd64.c (mono_arch_get_throw_corlib_exception): Added a stack adjustment before
11664           the call to mono_exception_from_token.
11665           
11666         * exceptions-amd64.c: Added mono_arch_unwindinfo* implementations.  This code is responsible
11667           storing the method prolog information in a format that the Winx64 SEH can understand.  This
11668           information is stored a the end of the method block because it is all 32-bit offset based.
11669
11670         Contributed under MIT/X11 license.
11671
11672 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
11673
11674         * mini.h: Remove duplicate definitions of the mini_wapi_ functions.
11675
11676         * wapihandles.c: Fix warnings.
11677
11678         * aot-runtime.c (load_aot_module): Add a missing error message in aot-only
11679         mode.
11680
11681         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Avoid calling 
11682         mono_jit_compile_method in aot-only mode since that calls the type 
11683         initializer.
11684         
11685         * mini-trampolines.c (mono_create_delegate_trampoline): Avoid calling
11686         get_delegate_invoke_impl in aot-only mode.
11687
11688         * mini.c (mono_global_codeman_reserve): Reenable the aot-only check.
11689
11690 2008-07-08  Zoltan Varga  <vargaz@gmail.com>
11691
11692         * trace.c (mono_trace_enter_method): Fix printing of Type instances.
11693
11694         * aot-compiler.c (compile_method): Disable the check for GSHARED since it
11695         is on by default.
11696
11697         * inssel-long.brg (reg): Add a rule for LCALL_REG (OP_I8CONST).
11698
11699         * tramp-amd64.c (mono_arch_nullify_plt_entry): Read the nullified class
11700         init trampoline from the AOT file as well.
11701
11702         * mini-amd64.c (mono_arch_register_lowlevel_calls): Register
11703         mono_amd64_throw_exception as a jit icall since it is needed by the aot-only
11704         code.
11705
11706         * mini.c (mini_init): Move the call to mono_exceptions_init () after 
11707         mono_init.
11708
11709         * exceptions-amd64.c: Add _full variants for the remaining exception code
11710         creation functions as well, allow emission of relocatable code, remove
11711         caching since that is now done by the caller.
11712
11713         * mini-exceptions.c: Add _full variants for the remaining exception code
11714         creation functions as well, add aot-only support.
11715
11716         * aot-compiler.c (compile_method): Allow calls to methods of constructed types
11717         if we can determine a proper token for them.
11718         (add_wrappers): Add a few more wrappers.
11719         (emit_method_code): Remove some dead code.
11720         (emit_trampolines): Emit exception code too.
11721
11722         * mini.c (mono_method_to_ir): Call mono_array_new_2 if possible.
11723
11724         * jit-icalls.c (mono_array_new_2): New jit icall, specialized version of
11725         mono_array_new_va which avoids varargs.
11726
11727         * mini-exceptions.c (mono_exceptions_init): Fix the ppc build.
11728
11729         * mini-trampolines.c: Call mono_create_specific_trampoline () instead of
11730         mono_arch_create_specific_trampoline () in all places.
11731
11732         * aot-compiler.c aot-runtime.c: Refactor the trampoline emitting/loading code
11733         a bit so it can be used for other things as well.
11734         
11735         * mini-exceptions.c (mono_exceptions_init): Initialize throw_exception_by_name
11736         on demand as well.
11737
11738         * exceptions-amd64.c: Rename the caching from the exception code creation
11739         functions, it is done by the caller instead.
11740         
11741         * exceptions-amd64.c: Change the signature of the exception code creation 
11742         functions to allow the creation of relocatable code later.
11743
11744         * mini-exceptions.c: Add a set of functions to query the various 
11745         runtime-generated exception functions.
11746
11747         * mini.c mini-exceptions.c: Use the newly added functions instead of the
11748         mono_arch_.. () functions.
11749         
11750 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
11751
11752         * mini-trampolines.c (mono_aot_get_trampoline_code): Removed, no longer used.
11753
11754         * aot-runtime.c aot-compiler.c: AOT the generic trampolines in aot-only mode.
11755
11756         * mini.c (mini_get_imt_trampoline): Call mono_create_specific_trampoline ().
11757         (mini_get_vtable_trampoline): Ditto.
11758
11759         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Create relocatable
11760         code in the AOT case by returning the code size and a list of relocations to
11761         the caller.
11762
11763         * mini-trampolines.c (mono_create_specific_trampoline): New helper function.
11764
11765 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
11766
11767         * mini-amd64.c:  On Winx64 the calling convention always requires the caller to 
11768           clean the stack.
11769
11770         Contributed under MIT/X11 license.
11771
11772 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
11773
11774         * aot-compiler.c (emit_exception_debug_info): Serialize the debug info first
11775         so the buffer size can be computed correctly. Fixes #404735.
11776
11777         * debug-mini.c (mono_debug_serialize_debug_info): Lookup the debug info
11778         normally as cfg->debug_info is already freed.
11779
11780 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
11781
11782         * mini-amd64.c: For calls returning vtypes in registers, don't store
11783         the return address on the stack, instead allocate a separate local for
11784         it. Fixes #404729.
11785
11786 2008-07-05  Mark Probst  <mark.probst@gmail.com>
11787
11788         * mini-trampolines.c, mini.h: Add an argument to
11789         mono_create_jit_trampoline_in_domain() for turning off the adding
11790         of the sync wrapper.
11791
11792         * mini.c: Use the JIT trampoline without sync instead of
11793         ldftn_nosync in static RGCTX invoke wrappers so that the call can
11794         be patched.
11795
11796 2008-07-04  Mark Probst  <mark.probst@gmail.com>
11797
11798         * driver.c: Turn on GSHARED optimization by default.
11799
11800 2008-07-04  Zoltan Varga  <vargaz@gmail.com>
11801
11802         * mini-trampolines.c mini.c mini.h tramp-<ARCH>.c: Rename MONO_TRAMPOLINE_GENERIC
11803         to MONO_TRAMPOLINE_JIT since it better reflects what it does.
11804
11805         * mini-trampolines.c (mono_get_aot_trampoline_code): New internal function to
11806         create a variant of the generic trampoline code callable from AOTed trampolines.
11807
11808         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add support for generic
11809         trampoline code callable from AOTed trampolines.
11810
11811         * aot-compiler.c aot-runtime.c: Add support for AOTing trampolines.
11812
11813 2008-07-04  Mark Probst  <mark.probst@gmail.com>
11814
11815         * inssel.brg, mini-ops.h: New opcode for doing CHECK_THIS in a
11816         pass-through manner.
11817
11818         * mini.c: Generic method sharing.  Pass MRGCTX to generic methods
11819         and don't fail sharing for them anymore.
11820
11821         * mini-exceptions.c: Handle exceptions in shared generic methods.
11822
11823         * generic-sharing.c: When checking the context of a generic
11824         method, also check its class's context.  Don't treat wrappers as
11825         sharable.
11826
11827         * mini-trampolines.c: Some code factored out to
11828         metadata/generic-sharing.c.  Handle the MRGCTX case.
11829
11830         * jit-icalls.c, jit-icalls.h: ldvirtfn icall for generic sharing -
11831         we must deal with the method being of another instantiation of the
11832         class.  Add static rgctx invoke wrappers to generic methods.
11833
11834 2008-07-04  Mark Probst  <mark.probst@gmail.com>
11835
11836         * mini.c: Provide all jit infos of generic shared methods with a
11837         generic jit info.
11838
11839         * mini-exceptions.c: Handle the new situation that a generic info
11840         might be available, but not info about the this/vtable/mrgctx
11841         variable.
11842
11843 2008-07-03  Mark Probst  <mark.probst@gmail.com>
11844
11845         * mini.c: Don't accept ldftn and ldvirtftn with uninstantiated
11846         generic methods.
11847
11848 2008-07-03  Zoltan Varga  <vargaz@gmail.com>
11849
11850         * dominators.c (check_dominance_frontier): Fix a warning.
11851
11852         * mini.h: Add some missing prototypes.
11853
11854         * ssa.c local-propagation.c debug-debuger.c: Fix warnings.
11855
11856         * driver.c (mono_jit_init_version): Correct the comments since the first
11857         argument should be the name of the root domain, not a filename.
11858
11859         * aot-runtime.c (make_writable): Error out if this is called while running
11860         with --aot-only.
11861         (load_aot_module): Ditto.
11862
11863         * aot-compiler.c: Really fix the computation of method indexes.
11864
11865         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Remove the previous 
11866         optimizations as this is no longer called frequently.
11867
11868         * mini-trampolines.c (mono_create_delegate_trampoline): Precompute the invoke
11869         method and the invoke impl code and pass it to the delegate trampoline instead of
11870         just the delegate class.
11871
11872 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
11873
11874         * aot-compiler.c: Fixup the computation of method indexes.
11875         (add_wrappers): Create the base methods of the runtime invoke wrappers using
11876         the method builder infrastructure.
11877
11878         * aot-runtime.c (decode_exception_debug_info): Don't crash if the method
11879         has no header.
11880
11881         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): In aot-only
11882         mode, load the method right away instead of creating a trampoline.
11883
11884         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Eliminate locking.
11885
11886         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Eliminate locking, speed up
11887         some checks a bit.
11888
11889 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
11890
11891         * aot-runtime.c (decode_patch_info): Don't create trampolines in aot_only mode.
11892         (mono_aot_load_method): Use method_index instead of method->token.
11893
11894         * mini.c (mono_jit_compile_method_inner): Move the aot_only check down, so it
11895         can handle icalls etc. properly.
11896
11897         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
11898
11899         * aot-compiler.c aot-runtime.c: Allow AOTing many wrapper types.
11900
11901         * mini.c (mono_resolve_patch_target): Handle JIT_ICALL_ADDR.
11902         (mono_codegen): Convert calls made by JIT icall wrappers to the icalls into
11903         JIT_ICALL_ADDR patch type.
11904
11905         * patch-info.h: Add JIT_ICALL_ADDR patch type.
11906
11907         * mini.c (mono_method_to_ir): Allow AOTing methods which access the interruption
11908         request flag.
11909         (mono_resolve_patch_target): Handle INTERRUPTION_REQUEST_FLAG.
11910
11911         * patch-info.h: Add INTERRUPTION_REQUEST_FLAG.
11912
11913 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
11914
11915         * mini.c: Use domain->jit_code_hash_lock for controlling access to
11916         domain->jit_code_hash.
11917
11918 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
11919
11920         * mini.c (mini_parse_debug_options): Add 'dont-free-domains' option.
11921
11922 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
11923
11924         * mini-trampolines.c (mono_delegate_trampoline): Don't pass a gsctx to
11925         get_this_arg_from_call, let it compute it when needed.
11926
11927         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'code' argument, compute
11928         gsctx from code only when needed.
11929
11930         * mini-trampolines.c (get_generic_context): Rename this to 
11931         mono_get_generic_context_from_code (), and move it to generic-sharing.c, where
11932         it can be called by the arch backends.
11933
11934         * mini-exceptions.c (mono_print_thread_dump): Allow the argument to be NULL.
11935
11936 2008-06-26  Zoltan Varga  <vargaz@gmail.com>
11937
11938         * driver.c (mono_main): Add experimental --aot-only command line option.
11939
11940         * mini.c: Error out when creating trampolines or JIT compiling if --aot-only is
11941         set.
11942
11943 2008-06-26  Kornel Pal  <kornelpal@gmail.com>
11944
11945         * driver.c (DllMain): Remove mono_module_handle.
11946
11947         Contributed under MIT/X11 license.
11948
11949 2008-06-25  Zoltan Varga  <vargaz@gmail.com>
11950
11951         * aot-compiler.c: Add not-yet-usable 'full' option. Add some infrastructure code
11952         for emitting methods which are not in the source assembly. Detect and report
11953         failure of assembling+linking.
11954         
11955         * aot-compiler.c (emit_klass_info): Call mono_class_setup_vtable ().
11956
11957         * aot-compiler.c: Move the contents of the has_glot_slots array to MonoCompile.
11958
11959 2008-06-24  Rodrigo Kumpera  <rkumpera@novell.com>
11960
11961         * mini.c: Check if stats is enabled so we don't allocate memory when not needed.
11962
11963 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
11964
11965         * mini.h: Remove some obsolete prototypes.
11966
11967         * mini.c: Avoid storing MonoMethod pointers in the JIT stats, store their string format instead.
11968
11969 2008-06-24  Mark Probst  <mark.probst@gmail.com>
11970
11971         * mini.c (get_object_generic_inst): Variable-sized arrays are not
11972         supported by Visual Studio, so use alloca().
11973
11974 2008-06-23  Zoltan Varga  <vargaz@gmail.com>
11975
11976         * mini-ia64.c (add_valuetype): Increase *gr too when passing a HFA to be in sync with the ABi.
11977         Fixes #402585.
11978
11979 2008-06-23  Mark Probst  <mark.probst@gmail.com>
11980
11981         * mini.c: Fail sharing of a generic method if it contains an open
11982         catch clause (because we don't pass MRGCTXs yet).
11983
11984 2008-06-23  Mark Probst  <mark.probst@gmail.com>
11985
11986         * mini.c: When compiling a method with generic sharing, insert the
11987         method instantiated with an all-Object generic context into the
11988         jit info table, instead of the context of the first instantiation
11989         of the method we happen to compile.
11990
11991 2008-06-18  Martin Baulig  <martin@ximian.com>
11992
11993         * debug-debugger.h (MonoDebuggerInfo): Replaced `version' with
11994         `major_version' and `minor_version'.
11995
11996 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11997
11998         * generic-sharing.c, mini.c, mini.h, aot-runtime.c:
11999         mono_method_is_generic_sharable_impl() takes an additional
12000         argument specifying whether to treat type variables as reference
12001         types.
12002
12003 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12004
12005         * mini.h: Removed obsolete prototypes.
12006
12007 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12008
12009         * mini.c: Don't fail generic sharing for initobj and sizeof - we
12010         already handle them.
12011
12012 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12013
12014         * mini.h, mini-trampolines.c, tramp-alpha.c, tramp-amd64.c,
12015         tramp-arm.c, tramp-hppa.c, tramp-ia64.c, tramp-mips.c,
12016         tramp-ppc.c, tramp-s390.c, tramp-s390x.c, tramp-sparc.c,
12017         tramp-x86.c: Added a MonoGenericContext* argument to
12018         mono_arch_get_unbox_trampoline() so that it can call other
12019         functions which require it.
12020
12021 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12022
12023         * mini.h, mini-trampolines.c, mini-amd64.c, mini-x86.c,
12024         mini-alpha.c, mini-arm.c, mini-ia64.c, mini-ppc.c:
12025         mono_arch_get_this_arg_from_call() takes a
12026         MonoGenericSharingContext* as well.
12027
12028 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12029
12030         * mini.c: Factor out code for emitting unbox into emit_unbox() and
12031         implement generic sharing of unbox.
12032
12033 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12034
12035         * mini.c: Don't compute the vtable to determine whether a field is
12036         special static, because it might not work for open types.
12037
12038 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12039
12040         * mini.c: Removed the unused token_type and token_source arguments
12041         from get_runtime_generic_context_ptr().
12042
12043 2008-06-17  Marek Habersack  <mhabersack@novell.com>
12044
12045         * mini.c (ADD_BINOP): fix the build
12046
12047 2008-06-16  Zoltan Varga  <vargaz@gmail.com>
12048
12049         * mini.c (ADD_BINOP): When operating on a native int and an int32, insert
12050         a widening op.
12051
12052 2008-06-16  Mark Probst  <mark.probst@gmail.com>
12053
12054         * mini.h: Removed class relations enum that's not used anymore.
12055
12056 2008-06-16  Mark Probst  <mark.probst@gmail.com>
12057
12058         * tramp-x86.c, tramp-amd64.c: Slot access code for MRGCTXs.
12059
12060         * mini-trampolines.c: Distinguish between RGCTXs and MRGCTXs in
12061         the lazy fetch trampoline access code.
12062
12063 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
12064
12065         * mini-codegen.c (mono_local_regalloc): Add some micro optimizations.
12066
12067 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
12068
12069         * mini.c: Fix some soft-float bugs. Fixes #378735 and #398348.
12070
12071         * mini.h (MONO_INST_LIST_ENTRY): Fix warnings on arm.
12072
12073         * mini.c (mono_method_to_ir): Check call signature for NEWOBJ as well.
12074
12075 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
12076
12077         * mini-x86.c inssel-x86.brg cpu-x86.md: Implement unsigned min/max
12078         intrinsics.
12079
12080         * mini-ops.h: Add MIN/MAX_UN opcodes.
12081
12082         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Implement unsigned min/max
12083         intrinsics.
12084
12085         * basic-math.cs: Add more min/max tests.
12086
12087         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
12088
12089 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12090
12091         * mini.c: Small fix in the prologue of emit_castclass.
12092
12093 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
12094
12095         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
12096
12097         * mini.c (mini_get_inst_for_method): Remove the Min/Max intrinsics, they
12098         do not work even for unsigned types. Fixes #400014.
12099
12100         * basic-math.cs: Add regression tests for unsigned Min/Max.
12101
12102 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12103
12104         * mini.c: Added additional context_used argument to several
12105         functions, which will be needed for sharing generic methods.  Use
12106         GET_RGCTX macro wherever appropriate.  Declare only one
12107         context_used in mono_method_to_ir().
12108
12109 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12110
12111         * mini.c, generic-sharing.c: Removed generic class relations.
12112
12113         * mini.c, tramp-amd64.c, tramp-x86.c: Additional arguments to
12114         functions due to MRGCTX changes.
12115
12116 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12117
12118         * inssel.brg, inssel-long.brg, inssel-long32.brg, mini-ops.h,
12119         graph.c, local-propagation.c, aliasing.c: New opcodes for calls
12120         with calculated IMT.
12121
12122         * mini.c: Generic sharing of calls via generic interfaces.
12123
12124         * jit-icalls.c, jit-icalls.h: Helper function for compiling a
12125         generic method with non-constant MonoGenericContext*.  Instead,
12126         the context is taken out of the method itself.
12127
12128 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12129
12130         * mini.c: Generic sharing of ldvirtftn.
12131
12132 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12133
12134         * mini.c: Generic sharing of ldftn.
12135
12136 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12137
12138         * mini.c: Do pass VTable/RGCTX argument to static generic methods.
12139
12140 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12141
12142         * mini.c: Generic sharing of the special case of ldtoken followed
12143         by a call to GetTypeFromHandle.
12144
12145 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12146
12147         * mini.c: Generic sharing of box for nullable types.
12148
12149 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
12150
12151         * mini-s390x.c (add_stackParm): Fix computation of offsets when arguments
12152         are passed on the stack. Fixes #324807.
12153
12154 2008-06-12  Bill Holmes  <billholmes54@gmail.com>
12155
12156         * mini-amd64.c:add_valuetype: Adding Winx64 code to fill the ArgInfo
12157         for the ArgValuetypeAddrInIReg case.
12158
12159         * mini-amd64.c:mono_arch_allocate_vars:  Adding a case for 
12160         ArgValuetypeAddrInIReg to avoid asserts.  Code needs to be added here.
12161
12162         * mini-amd64.c: mono_arch_call_opcode:  Adding Winx64 code for an ArgInfo of 
12163         type ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
12164         local variable and pass the local variable by reference to the called method.
12165           
12166         * mini-amd64.c: mono_arch_emit_prolog:  Adjust the stack for calls to
12167         mono_jit_thread_attach and mono_get_lmf_addr for Winx64.
12168
12169         Contributed under MIT/X11 license.
12170
12171 2008-06-10  Rodrigo Kumpera  <rkumpera@novell.com>
12172
12173         * debug-mini.c (mono_debug_free_method_jit_info): Moved to metadata/mono-debug.c.
12174
12175         * debug-mini.c (mono_debug_print_vars): Release memory after printing
12176         everything.
12177
12178 2008-06-10  Martin Baulig  <martin@ximian.com>
12179
12180         * debug-mini.c
12181         (mono_debug_close_method): Check whether `cfg->epilogue_begin != NULL'.
12182
12183 2008-06-09  Kornel Pal  <kornelpal@gmail.com>
12184
12185         * main.c: Add and set argv [argc] to NULL to match C specification that fixes
12186         possible error when no arguments are passed.
12187
12188         Contributed under MIT/X11 license.
12189
12190 2008-06-09  Rodrigo Kumpera  <rkumpera@novell.com>
12191
12192         * mini-exceptions.c (ves_icall_get_trace): Skip source locations
12193         where the file name is NULL.
12194
12195 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
12196
12197         * mini.c: Fix s390 build.
12198
12199 2008-06-08  Zoltan Varga  <vargaz@gmail.com>
12200
12201         * trace.c (mono_trace_parse_options): Fix warnings.
12202
12203         * mini-amd64.c: Revert most of the last patch for now as it breaks the build.
12204
12205 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
12206
12207         * mini.c (remove_block_if_useless): Avoid printing the method name.
12208         
12209         * mini.c: Remove needless setting of ins->cil_code which is now done by 
12210         MONO_INST_NEW.
12211
12212         * mini-amd64.c: Add some code to avoid saving callee saved registers in the
12213         LMF. Not yet used.
12214
12215         * tramp-amd64.c (mono_arch_patch_callsite): Tell valgrind to discard the
12216         translated code after it has been patched.
12217
12218 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
12219
12220         * mini-amd64.c (emit_call_body): Align the call displacement to 4 bytes to
12221         avoid problems during code patching on SMP systems.
12222         (emit_call): Avoid adding a patch info which is already added by 
12223         emit_call_body.
12224         (mono_arch_emit_exceptions): Ditto.
12225
12226 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
12227
12228         * tramp-*.c (mono_arch_get_unbox_trampoline): No need to check for ret->byref,
12229         MONO_TYPE_ISSTRUCT already checks for it.
12230
12231 2008-06-05  Bill Holmes  <billholmes54@gmail.com>
12232
12233         * mini-amd64.c:merge_argument_class_from_type: When marshaling 
12234           structs with floats on Winx64 the float registers are not used.  
12235           The integer registers are always used..
12236         * mini-amd64.c:add_valuetype:  When marshaling structs on Winx64 
12237           only one register will be used and only if the size of the struct 
12238           is 1,2,4, or 8 bytes.
12239
12240         * tramp-amd64.c :  Adjusting size used for mono_global_codeman_reserve
12241           to work for Winx64.
12242
12243         Contributed under MIT/X11 license.
12244
12245 2008-06-05  Martin Baulig  <martin@ximian.com>
12246
12247         * debug-debugger.c (debugger_lookup_class): Also call
12248         mono_class_setup_methods() here; we're only called from RTI.
12249
12250 2008-06-05  Andreas Farber  <andreas.faerber@web.de>
12251
12252         * mini.c (mini_init): Add DTrace probes ves-init-{begin,end}.
12253         (mini_method_compile) Add DTrace probes method-compile-{begin,end}.
12254         * Makefile.am (libmono_la_LIBADD,libmono_static_la_LIBADD,mono_LDADD):
12255         Post-process object files and add dtrace-generated object, if necessary.
12256
12257         Contributed under MIT/X11 license.
12258
12259 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12260
12261         * inssel.brg, mini-ops.h: Added opcode for unboxcast with computed
12262         element class.
12263
12264         * mini.c: Generic sharing for unbox.any and castclass.
12265
12266 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12267
12268         * mini.c: Ignore tailcall prefix in shared generic code and when
12269         doing calls which require a vtable/rgctx argument.
12270
12271 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12272
12273         * mini.c: Don't free the JIT info.
12274
12275         * driver.c: Changes in the JIT info table testing code.
12276
12277 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
12278
12279         * tramp-arm.c (mono_arch_create_trampoline_code): Check for thread 
12280         interruption. Fix some warnings.
12281
12282         * tramp-*.c (mono_arch_create_trampoline_code): Call the _force_ variant of
12283         interruption_checkpoint.
12284
12285 Tue Jun 3 13:07:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
12286
12287         * jit.h, mini.h, trace.c, driver.c: introduce an API to enable tracing
12288         from embedding applications.
12289
12290 2008-06-02  William Holmes  <billholmes54@gmail.com>
12291
12292         * mini-amd64.c :  Correcting some of the issues for Winx64 dealing with
12293           reserving 32 bytes on the stack when making calls. 
12294
12295         Contributed under MIT/X11 license.
12296
12297 2008-06-01  Zoltan Varga  <vargaz@gmail.com>
12298
12299         * mini-arm.c (mono_arch_output_basic_block): Merge some small fixes from
12300         the linear IL branch.
12301
12302         * driver.c: Print out more information for --version on arm.
12303
12304 2008-05-30  Zoltan Varga  <vargaz@gmail.com>
12305
12306         * mini-amd64.c (mono_arch_emit_prolog): Increase max_offset when processing
12307         bb_exit instead, since out of line bblocks might not actually be emitted
12308         out-of-line.
12309         
12310         * mini-amd64.c (mono_arch_emit_prolog): Increase bb->max_offset by the
12311         maximum epilog size for out of line bblocks if tracing is enabled.
12312
12313         * iltests.il.in: Merge tests/long-shift.regalloc.il into this file.
12314
12315 2008-05-28  Rodrigo Kumpera  <rkumpera@novell.com>
12316
12317         * arrays.cs: Regression tests for allocating arrays with negative sizes.
12318
12319 2008-05-28  Zoltan Varga  <vargaz@gmail.com>
12320
12321         * mini-x86.h mini-x86.c inssel-x86.brg cpu-x86.md: Add support for
12322         CAS instrinsics. Optimize the implementation of the ATOMIC_EXCHANGE 
12323         opcodes.
12324
12325 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
12326
12327         * mini.c (mini_get_inst_for_method): Add support for CAS instrinsics when
12328         the 'value' to store is a constant.
12329
12330         * mini-ops.h: Add OP_ATOMIC_CAS_IMM opcodes.
12331
12332         * mini-amd64.c (mono_arch_output_basic_block): Optimize the the implementation
12333         of ATOMIC_EXCHANGE opcodes, add support for the CAS opcodes.
12334
12335 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
12336
12337         * mini.c generic-sharing.c jit-icalls.c aot-compiler.c: Use accessor functions
12338         for accessing method->generic_container.
12339
12340 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
12341
12342         * mini.c (mono_method_check_inlining): Avoid creating vtables if possible.
12343         
12344         * mini.c (SIG_HANDLER_SIGNATURE): Fix sparc build too.
12345
12346         * mini.c (SIG_HANDLER_SIGNATURE): Fix IA64 build.
12347
12348         * mini.c (mono_jit_compile_method_inner): Avoid a crash if mono_class_vtable ()
12349         fails.
12350
12351 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
12352
12353         * driver.c (mono_main): Set mono_setup_vtable_in_class_init to FALSE.
12354
12355         * mini.c: Handle the case when mono_class_vtable () fails.
12356
12357 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
12358         * mini.c (sigprof_signal_handler): Support call chains (backtrace) in
12359         the stat profiler.
12360
12361 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12362
12363         * mini.c, jit-icalls.c, jit-icalls.h: Make generic sharing work
12364         together with domain sharing.
12365
12366 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12367
12368         * mini.c: Treat callvirts to final methods like non-virtual calls
12369         when doing generic sharing, i.e. look them up in the runtime
12370         generic context.
12371
12372 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12373
12374         * inssel.brg, mini-ops.h: Added opcodes for mkrefany and refanyval
12375         with computed types (for generic sharing).
12376
12377         * mini.c: Generic sharing for mkrefany and refanyval.
12378
12379 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
12380
12381         * inssel.brg (mini_emit_virtual_call): Avoid constructing a generic vtable if
12382         possible.
12383
12384         * mini-trampolines.c (mono_magic_trampoline): Avoid calling setup_methods () in
12385         the generic sharing code.
12386         
12387         * mini-trampolines.c (mono_magic_trampoline): Call mono_class_setup_methods ()
12388         when needed.
12389
12390 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12391
12392         * mini.h: Remove the declaration of mono_aot_init_vtable ().
12393
12394 2008-05-21  C.J. Adams-collier <cjac@colliertech.org>
12395
12396         * driver.c: updated copyright date
12397
12398 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12399
12400         * aot-runtime.c mini.c: Remove the AOT init_vtable stuff as it is no longer
12401         needed.
12402
12403 2008-05-19  Martin Baulig  <martin@ximian.com>
12404
12405         * debug-debugger.h (MonoDebuggerInfo): Add `using_mono_debugger'
12406         pointing to the new `_mono_debug_using_mono_debugger' variable.
12407
12408         * driver.c
12409         (mono_main): Check mono_debug_using_mono_debugger() rather than
12410         the `MONO_INSIDE_MDB' environment variable to check whether we're
12411         inside the debugger.
12412
12413 2008-05-19  Zoltan Varga  <vargaz@gmail.com>
12414
12415         * mini.c (mini_method_compile): Use cfg->args [0] for accessing the this
12416         argument.
12417
12418 2008-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
12419
12420         * declsec.h: Move MONO_SECMAN_FLAG to metadata/metadata-internals.h.
12421
12422         * mini.c: Added mini_assembly_can_skip_verification. This
12423         function checks if the assembly requested to skip verification. 
12424         Fixes part of #387274.
12425
12426 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
12427
12428         * mini.c (mini_get_method): Disable the check for open generic classes when
12429         using generic sharing.
12430
12431         * generics.cs: Add a test for #387034.
12432
12433         * mini.c (mini_get_method): Check whenever the method class is an open generic
12434         type, and return NULL in that case, causing a verification error. Fixes
12435         #384123.
12436
12437 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12438
12439         * driver.c (mono_main): Revert r102623. The right
12440         thing to do is to enable the verifier under verifiable
12441         unless a --security flag was passed.
12442
12443         We need this non-trivial behavior for --verify-all otherwise
12444         mcs-compileall won't be able to use it. As it needs everything to
12445         be verified under validil.
12446
12447 2008-05-06  Martin Baulig  <martin@ximian.com>
12448
12449         Fix #383749.
12450
12451         * debug-mini.c (mono_debugger_thread_created): Add proper locking.
12452         (mono_debugger_thread_cleanup): Likewise.
12453         (mono_debugger_extended_notification): Likewise.
12454
12455 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12456
12457         * mini.c (mono_method_to_ir): Verify visibility of call related opcodes
12458         against both inflated and non-inflated methods. We need to check against the
12459         generic definition for cases where the instantiated method is not visible.
12460         We need to check against the inflated types for cases where the instantiation
12461         changes any super type. This fixes #382986.
12462
12463         Note that this doesn't need to be applied to other parts of mono_method_to_ir
12464         that check for visibiliy as generic params only appears as the type subject
12465         of tokens on call opcodes. Field manipulation and ldftn must always
12466         target an exact type.
12467
12468 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12469
12470         * driver.c (mono_main): Using --verify-all enables the verifier under validil mode
12471         if no related --security flag is passed.
12472
12473 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12474
12475         * mini-arch.h: Prepare support for ppc64.
12476
12477         Contributed under MIT/X11 license.
12478
12479 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12480
12481         * aot-runtime.c: Prepare support for ppc64.
12482
12483         Contributed under MIT/X11 license.
12484
12485 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12486
12487         * mini-ops.h: Prepare support for ppc64.
12488
12489         Contributed under MIT/X11 license.
12490
12491 2008-05-04  Andreas Farber  <andreas.faerber@web.de>
12492
12493         * helpers.c: Add support for OSX/ppc64 and Linux/ppc64 (dis)assemblers.
12494
12495         Contributed under MIT/X11 license.
12496
12497 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
12498
12499         * aot-runtime.c (load_aot_module): Avoid trying to load aot code for dynamic
12500         assemblies, since aot_name is not a full path, causing us to load MS.NET 
12501         assemblies on windows.
12502
12503 ?2008-04-28  Kornel Pal  <kornelpal@gmail.com>
12504
12505         * mini.c (mono_jit_compile_method_inner): Use g_warning instead of g_error
12506         for unsupported METHOD_IMPL_ATTRIBUTE_NATIVE.
12507         * main.c: Use UTF-8 encoded command line instead of Windows default code
12508         page on Windows to support Unicode.
12509         * driver.c (DllMain): New function for mixed-mode assembly support.
12510         * Makefile.am: Add -Wl,--kill-at to libmono_la_LDFLAGS on Windows to
12511         export __stdcall functions without decoration.
12512
12513         Contributed under MIT/X11 license.
12514
12515 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12516
12517         * tramp-amd64.c, mini-amd64.c: Preserve R11 in the trampoline by
12518         saving it very early.
12519
12520 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12521
12522         * mini.h, mini.c: Lots of code for accessing the old RGCTX
12523         deleted.  The only way to access the new RGCTX is via the
12524         trampline.
12525
12526         * mini.c, mini-amd64, mini-x86.c, mini-exceptions.c: Pass the
12527         vtable instead of the RGCTX to static methods.
12528
12529         * mini-tramplines.c, tramp-amd64.c, tramp-x86.c: Trampoline for
12530         accessing the new RGCTX.
12531
12532         * generic-sharing.c: There is no separation between self, type
12533         arguments and other types in the RGCTX anymore.
12534
12535 2008-04-25  Jonathan Chambers <joncham@gmail.com>
12536
12537         * mini-amd64.c (add_general): Remove previous stack adjustment.
12538         (mono_arch_call_opcode): Remove OP_OUTARG_MEMBASE and instead simply
12539         adjust stack pointer after pushing args. Adjust ARGS_OFFSET to account
12540         for 32 bytes of stack space reserved for all calls.
12541         
12542         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Remove.
12543         (OP_AMD64_OUTARG_ALIGN_STACK): Take argument to specify size of stack 
12544         adjustment.
12545         
12546         Code contributed under MIT/X11 license.
12547
12548 2008-04-23  Rodrigo Kumpera  <rkumpera@novell.com>
12549
12550         * mini.c (mini_method_verify): Only verify non-inflated methods, check
12551         against the root definition, peeling out method and type instantiations.
12552         Cache verify success results, code that fails verification is still
12553         checked multiple times.
12554
12555 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
12556
12557         * mini.c (mono_method_to_ir): Avoid inserting write barriers for stores of null.
12558
12559 2008-04-23  Jonathan Chambers <joncham@gmail.com>
12560
12561         * mini-amd64.c (add_general): Always increment stack on Win64.
12562         (mono_arch_call_opcode): Use OP_OUTARG_MEMBASE instead of OP_OUTARG
12563         on Win64.
12564         
12565         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Add OP_OUTARG_MEMBASE for 
12566         stack based argument handling on Win64.
12567         
12568         Code contributed under MIT/X11 license.
12569
12570 2008-04-23  Raja R Harinath  <harinath@hurrynot.org>
12571
12572         * Makefile.am (version.h): Add support for git-svn.
12573
12574 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
12575
12576         * mini-exceptions.c (mono_handle_native_sigsegv): Rework the gdb calling code
12577         so instead of calling g_spawn_command_line_sync, we do everything by hand, 
12578         avoiding allocations and libc functions which might deadlock.
12579         
12580         * mini-exceptions.c (mono_handle_native_sigsegv): Avoid calling gdb if the
12581         'no-gdb-backtrace' option is set.
12582
12583         * mini.c (mini_parse_debug_options): Parse 'no-gdb-backtrace' option.
12584
12585         * mini.h (MonoDebugOptions): Add 'no_gdb_backtrace' option.
12586
12587 2008-04-21  Martin Baulig  <martin@ximian.com>
12588
12589         * debug-debugger.h (MonoDebuggerInfo): Removed `attach', `detach'
12590         and `get_lmf_addr'; `notification_address' is no longer a pointer.
12591
12592 2008-04-21  Martin Baulig  <martin@ximian.com>
12593
12594         * debug-debugger.h (MonoDebuggerInfo): Added `thread_vtable_ptr',
12595         `thread_vtable', `event_handler_ptr' and `event_handler'.
12596
12597 2008-04-21  Martin Baulig  <martin@ximian.com>
12598
12599         * debug-debugger.h (MonoDebuggerInfo): Added `init_code_buffer';
12600         allows delayed initialization of the `executable_code_buffer' when
12601         attaching.
12602
12603 2008-04-21  Martin Baulig  <martin@ximian.com>
12604
12605         * mini.h (mono_debugger_create_notification_function): Removed.
12606         * tramp-*.c (mono_debugger_create_notification_function): Removed.
12607
12608         * mdb-debug-info64.s
12609         (MONO_DEBUGGER__notification_function): Added this in the .text section.
12610
12611         * mdb-debug-info32.s
12612         (MONO_DEBUGGER__notification_function): Added this in the .text section.
12613
12614         * Makefile.am: Fix the mdb-debug-info*.s logic; the debugger
12615         currently only works on x86 and x86_64, so don't create it on ppc.
12616
12617 2008-04-21  Martin Baulig  <martin@ximian.com>
12618
12619         * mini.h (MonoDebugOptions): Added `mdb_optimizations'.
12620
12621         * mini.c
12622         (mini_method_compile): In the fp elimination check, check
12623         `debug_options.mdb_optimizations' in addition to
12624         mono_debug_using_mono_debugger().       
12625
12626         * driver.c (mono_main): Added `--debug=mdb-optimizations' option to
12627         disable some JIT optimizations which are only disabled when
12628         running inside the debugger.
12629         Added `--help-debug' option to describe the debugging options.
12630         (parse_debug_options): New static function to parse the `--debug'
12631         options, so we can easily add more stuff in future.
12632
12633 2008-04-20  Zoltan Varga  <vargaz@gmail.com>
12634
12635         * mini.c (set_exception_type_from_invalid_il): Avoid reading invalid memory when
12636         the method has no body.
12637
12638 2008-04-19  Jonathan Chambers <joncham@gmail.com>
12639
12640         * mini-amd64.c (cpuid): Implement with MSVC intrinsic as inline
12641         assembly is not allowed in MSVC 64-bit compiler. 
12642         (mono_arch_cpu_init): Don't set floating point precision on MSVC build
12643         as we get floating point exceptions everywhere.
12644         
12645         * exceptions-amd64.c (get_throw_trampoline): Push empty args on stack to
12646         correctly align arguments for call to throw_exception.
12647         (prepare_for_guard_pages): Cast to guint64 instead of unsigned long.
12648         
12649         Code contributed under MIT/X11 license.
12650
12651 2008-04-19  Zoltan Varga  <vargaz@gmail.com>
12652
12653         * mini-amd64.c (amd64_patch): Make the check for (%rip) addressing more strict.
12654
12655 2008-04-17  Zoltan Varga  <vargaz@gmail.com>
12656
12657         * inssel.brg (OP_SWITCH): Use (gint64) instead of (long) to cast a large constant.
12658
12659         * mini-amd64.c (NEW_INS): Set cil_code.
12660
12661         * mini.c (mini_method_compile): Move the disabling of fp elimination to here
12662         from mini-amd64.c so all debugger related logic is in one place.
12663
12664         * mini.c: Set cfg->ip to NULL after passes which set it so instructions created
12665         later won't have a random ip assigned to them.
12666
12667 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
12668
12669         * mini-trampolines.c (mono_create_jump_trampoline): Add an assert to check that
12670         the arch specific function initializes code_size.
12671         (mono_create_delegate_trampoline): Ditto.
12672
12673         * mini-mips.h mini-mips.c inssel-mips.brg inssel-long32-mips.brg cpu-mips.md
12674         tramp-mips.c: Resurrect MIPS port and also fix the issues on little-endian
12675         platforms.
12676
12677         * liveness.c (mono_analyze_liveness): Disable the initlocals optimization if 
12678         running under the debugger.
12679
12680         * linear-scan.c (mono_linear_scan): Avoid sharing registers if running under the
12681         debugger.
12682
12683         * mini.c (mini_method_compile): Set a few flags in cfg if running under the
12684         debugger. Also move the disabling of optimizations here from driver.c.
12685         (mono_allocate_stack_slots_full): Avoid sharing stack slots if running under the
12686         debugger.
12687
12688         * mini.h (MonoCompile): Add a few new flags.
12689
12690 2008-04-15  Zoltan Varga  <vargaz@gmail.com>
12691
12692         * mini.c (mono_method_to_ir): Set cfg->ip before processing an IL instruction
12693         so the cil_code field of created MonoInst's is properly set.
12694         (mini_select_instructions): Ditto.
12695
12696         * mini.h (MONO_INST_NEW): Initialize the cil_code field using cfg->ip.
12697         (MONO_INST_NEW_CALL): Ditto.
12698
12699         * mini.c inssel.brg inssel-x86.brg inssel-amd64.brg: Use MONO_INST_NEW ()
12700         in many places so the ins->cil_code field is properly initialized.
12701
12702         * mini.c (mono_bblock_add_inst): Call MONO_ADD_INS () so the logic is in one
12703         place.
12704
12705 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
12706
12707         * mini.c (mini_method_compile): Print a different message when compiling a 
12708         shared method.
12709         
12710         * mini.c (GENERIC_SHARING_FAILURE): Print a failure message when verbose_level
12711         > 1.
12712
12713 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
12714
12715         * mini-amd64.c (mono_arch_output_basic_block): Implement OP_ABS directly using
12716         SSE2 instructions.
12717
12718         * basic-math.cs: Fix warnings. Add a test for Math.Abs ().
12719         
12720 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
12721
12722         * mini.c (handle_stack_args): Make this return void since its return value was
12723         never used. Also set cfg->unverifiable for invalid IL instead of calling
12724         G_BREAKPOINT ().
12725
12726 2008-04-10  Mark Probst  <mark.probst@gmail.com>
12727
12728         * mini.c: Make sure "this" is live in catch clauses with type
12729         variables in shared generic code.
12730
12731 2008-04-08  Mark Probst  <mark.probst@gmail.com>
12732
12733         * mini.c: Replaced uses of MONO_TYPE_IS_REFERENCE with calls to
12734         generic_class_is_reference_type() to ensure the proper behaviour
12735         when sharing generic code and the type in question is a type
12736         argument.
12737
12738 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
12739
12740         * mini-exceptions.c: Applied patch from Mark Spruiell (mes@zeroc.com). Fix
12741         race conditions when printing thread dumps. Fixes #377738.
12742
12743 2008-04-08  Massimiliano Mantione  <massi@ximian.com>
12744         
12745         aliasing.c (update_aliasing_information_on_inst): Fixed a bug which
12746         shows up when both MonoInst arguments can cause aliasig.
12747         There is likely no way in the current JIT to trigger this problem, but
12748         it showed up in the development of generics sharing, when in a new
12749         opcode both args of an OP_GROUP can be aliases (addresses of a local).
12750         When the generics sharing code will be committed, its tests will be
12751         valid also for this bug.
12752
12753 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
12754
12755         * aot-runtime.c (decode_patch_info): Always transform PATCH_INFO_WRAPPER to
12756         PATCH_INFO_METHOD.
12757
12758         * mini.c (mono_resolve_patch_target): Fix a crash in the AOT case if method is
12759         NULL.
12760
12761 2008-04-07  Zoltan Varga  <vargaz@gmail.com>
12762
12763         * mini-exceptions.c (mono_handle_exception_internal): When --debug=casts is used,
12764         use a more detailed exception message for InvalidCastException.
12765
12766         * mini.h (MonoJitTlsData): Add 'class_cast_from' and 'class_cast_to' fields.
12767
12768         * driver.c (mono_main): Add --debug=casts option to turn on better 
12769         InvalidCastException message details.
12770
12771         * mini.c (mini_get_debug_options): New helper function to return the address of
12772         the debug_options variable.
12773
12774         * mini.c (mono_get_jit_tls_intrinsic): New helper function to create a load of
12775         the jit_tls TLS variable.
12776
12777         * mini.c (mono_jit_tls): New TLS variable.
12778
12779         * inssel.brg: Save the details of a cast to a TLS variable when the --debug=casts
12780         option is used.
12781
12782 2008-04-07  Rodrigo Kumpera  <rkumpera@novell.com>
12783
12784         * mini.h: Removed verifer related stuff. This code was moved to verify.c
12785
12786         * mini.c: Removed verifer related stuff, code moved to verify.c.
12787
12788         * driver.c: Using code from verify.c instead of mini.c.
12789
12790 2008-04-05  Zoltan Varga  <vargaz@gmail.com>
12791
12792         * mini.c (check_for_method_verify): Remove the mscorlib comment since it is no
12793         longer valid.
12794
12795 2008-04-04  Rodrigo Kumpera  <rkumpera@novell.com>
12796
12797         * mini.c (check_for_method_verify): Enabling verification of
12798         corlib if mono_verify_all is set. Bugs in the verifier preventing that
12799         have been fixed.
12800
12801 2008-04-04  Zoltan Varga  <vargaz@gmail.com>
12802
12803         * exceptions-amd64.c (throw_exception): Unify the win32/non-win32 cases, save
12804         caller saved registers as well.
12805         
12806         * exceptions-amd64.c (mono_arch_get_restore_context): Restore most caller
12807         saved registers as well.
12808
12809 2008-03-30  Zoltan Varga  <vargaz@gmail.com>
12810
12811         * mini-x86.c cpu-x86.md inssel-x86.brg: Add min/max intrinsics.
12812
12813         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of the non-SSE2 floating point
12814         code.
12815
12816 2008-03-27  Zoltan Varga  <vargaz@gmail.com>
12817
12818         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'gsctx' argument and pass it
12819         to get_call_info.
12820         (get_call_info): Take a gsctx argument instead of 'cfg'.
12821
12822 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
12823
12824         * mini.c (check_for_method_verify): Avoid verifying mscorlib methods even if
12825         mono_verify_all is set.
12826
12827         * driver.c (compile_all_methods_thread_main): Don't exit at the first error.
12828
12829         * mini.c mini.h: Remove the unused and incomplete stack merge verification code.
12830
12831 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
12832
12833         * driver.c (compile_all_methods_thread_main): Error out if compilation fails with
12834         an exception.
12835
12836         * driver.c mini.c mini.h: Add a --verify-all development option to test the
12837         verifier and the code generated by the compiler.
12838
12839 2008-03-25  Mark Probst  <mark.probst@gmail.com>
12840
12841         * mini.c: Generic sharing of the non-nullable case of the box
12842         instruction.
12843
12844 2008-03-24  Zoltan Varga  <vargaz@gmail.com>
12845
12846         * inssel.brg: Fix the build.
12847
12848         * iltests.il.in: Add a test for lconv.ovf.u8.un.
12849
12850 2008-03-24  Rodrigo Kumpera  <rkumpera@novell.com>
12851
12852         * mini.c (mono_method_to_ir): Implement readonly for ldelema and
12853         Array:Address. Fixes #372410.
12854
12855         * iltests.il.in: New tests for readonly prefix.
12856
12857 2008-03-23  Zoltan Varga  <vargaz@gmail.com>
12858
12859         * mini.h mini.c mini-trampolines.c: Move trampoline related code to 
12860         mini-trampolines.c.
12861
12862         * mini.h mini.c mini-exceptions.c: Move mini_init_exceptions () to 
12863         mini-exceptions.c.
12864
12865         * mini-amd64.c mini-s390.c (mono_arch_lowering_pass): Use mono_decompose_op_imm ().
12866         
12867         * mini.c (mono_decompose_op_imm): New helper function.
12868
12869         * mini-s390x.c (calculate_sizes): Rename this to get_call_info for consistency
12870         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
12871         return value.
12872
12873         * mini-s390x.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
12874         mono_arch_output_basic_block. Fix warnings.
12875
12876         * inssel-s390x.brg: Remove the unneccesary OP_LMUL_IMM rule to fix the s390x build
12877         for now.
12878
12879 2008-03-22  Zoltan Varga  <vargaz@gmail.com>
12880
12881         * mini-exceptions.c (ves_icall_get_frame_info): Remove the ia64/s390 workarounds
12882         since the extra frame is now detected automatically inside the loop.
12883
12884         * mini-s390.c (mono_arch_peephole_pass_2): Remove the arch independent peephole 
12885         opts which are now in mono_peephole_ins ().
12886         
12887         * mini-s390.c (mono_arch_output_basic_block): Fix OP_FCALL_MEMBASE.
12888
12889         * mini-exceptions.c (ves_icall_get_frame_info): Skip native-to-managed wrapper
12890         frames and skip duplicate managed-to-native frames. Fixes #367665.
12891
12892         * mini-x86.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
12893         opts which are now in mono_peephole_ins ().
12894         (mono_arch_peephole_pass_2): Ditto.
12895
12896         * mini-codegen.c (mono_peephole_ins): Fix a problem on 32 bit platforms.
12897
12898         * mini-codegen.c (mono_peephole_ins): New helper function containing the
12899         arch independent peephole optimizations.
12900
12901         * mini-amd64.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
12902         opts which are now in mono_peephole_ins ().
12903
12904         * mini-amd64.c (mono_arch_peephole_pass_2): Ditto.
12905         
12906         * mini-s390.c (mono_arch_output_basic_block): Fix build.
12907
12908         * tramp-s390.c (mono_arch_get_vcall_slot): Handle an additional instruction
12909         pattern.
12910
12911         * mini-s390.c (mono_arch_output_basic_block): Handle big offsets in the
12912         CALL_MEMBASE opcodes. Fix setting of the destination in the OP_LCONV_TO_OVF_I
12913         opcode. 
12914
12915 2008-03-21  Zoltan Varga  <vargaz@gmail.com>
12916
12917         * mini-s390.c (calculate_sizes): Rename this to get_call_info for consistency
12918         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
12919         return value.
12920
12921         * mini-s390.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
12922         mono_arch_output_basic_block. Fix warnings.
12923
12924 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
12925
12926         * inssel-long32.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
12927         conv.ovf.u.un.
12928
12929 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
12930
12931         * inssel-long.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
12932         conv.ovf.u.un.
12933
12934         * iltests.il: Add new tests.
12935
12936 2008-03-20  Kornel Pal  <kornelpal@gmail.com>
12937
12938         * mini.c: Removed Windows version macros.
12939
12940 2008-03-20  Mark Probst  <mark.probst@gmail.com>
12941
12942         * generic-sharing.c: Put reflection types in the extensible part
12943         of the runtime generic context.
12944
12945         * mini.c: Generic sharing of the GetTypeHandle special case of the
12946         ldtoken instruction.
12947
12948 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
12949
12950         * mini.h (MONO_BB_FOR_EACH_INS_SAFE): New helper macro.
12951
12952         * mini-<ARCH>.c: Use the new macro instead in the peephole/lowering passes.
12953         
12954         * mini.h (MONO_DEL_INS): Rename to MONO_DELETE_INS and Add a 'bb' argument for 
12955         consistency with the other version on the linear IR branch.
12956
12957         * mini-<ARCH>.c: Update callers of MONO_DEL_INS.
12958
12959         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i/conv.ovf.u.
12960
12961         * iltests.il.in: Add new tests.
12962
12963 2008-03-19  Zoltan Varga  <vargaz@gmail.com>
12964
12965         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i.un/conv.ovf.u.un.
12966
12967         * iltests.il.in: Add new tests.
12968
12969 2008-03-19  Mark Probst  <mark.probst@gmail.com>
12970
12971         * mini.c: Two variables with the same name were declared in
12972         nesting contexts and one wasn't initialized.  Fixed.
12973
12974 2008-03-19  Mark Probst  <mark.probst@gmail.com>
12975
12976         * mini.c: Generic sharing of the initobj instruction.
12977
12978 Tue Mar 18 20:18:02 CET 2008 Paolo Molaro <lupus@ximian.com>
12979
12980         * mini.c: make the test to optimize ldtoken from typeof() more
12981         precise.
12982
12983 2008-03-18  Mark Probst  <mark.probst@gmail.com>
12984
12985         * mini.c: Generic sharing of the initobj instruction for reference
12986         types.
12987
12988 Tue Mar 18 12:39:27 CET 2008 Paolo Molaro <lupus@ximian.com>
12989
12990         * mini.h, mini-amd64.c, mini-x86.c, tramp-amd64.c, tramp-x86.c: change
12991         the mono_breakpoint_clean_code() code to perform bound checks.
12992
12993 Tue Mar 18 11:50:14 CET 2008 Paolo Molaro <lupus@ximian.com>
12994
12995         * mini.h, mini-trampolines.c, tramp-*.c: change the signature of
12996         mono_arch_patch_callsite() to include the start of the managed method
12997         to be able to perform bound checks.
12998
12999 2008-03-17  Mark Probst  <mark.probst@gmail.com>
13000
13001         * mini.c: Generic sharing for the isinst instruction.
13002
13003 2008-03-17  Mark Probst  <mark.probst@gmail.com>
13004
13005         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
13006         inssel-long32-mips.brg: Added opcodes for doing indirect calls
13007         with the runtime generic context argument.
13008
13009         * mini.c: Share calls to several types of unsharable methods by
13010         putting the address of the method code in the runtime generic
13011         context and doing an indirect call.
13012
13013         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
13014         to switches.
13015
13016 2008-03-16  Mark Probst  <mark.probst@gmail.com>
13017
13018         * generic-sharing.c: Change due to a change in the runtime genric
13019         context API.
13020
13021 2008-03-15  Martin Baulig  <martin@ximian.com>
13022
13023         * tramp-x86.c
13024         (mono_arch_nullify_class_init_trampoline): Add call to
13025         mono_breakpoint_clean_code() to make things work when running
13026         inside the debugger.
13027
13028         * tramp-amd64.c
13029         (mono_arch_nullify_class_init_trampoline): Add call to
13030         mono_breakpoint_clean_code() to make things work when running
13031         inside the debugger.
13032
13033 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
13034
13035         * inssel-long.brg (reg): Fix 64 bit build.
13036
13037 2008-03-14  Mark Probst  <mark.probst@gmail.com>
13038
13039         * mini.c, mini.h: Share static generic code by passing it an
13040         implicit argument pointing to the runtime generic context.
13041
13042         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
13043         inssel-long32-mips.brg: New opcodes for calling shared static,
13044         which need to be passed the runtime generic context.
13045
13046         * mini-amd64.c, mini-x86.c: Save the runtime generic context
13047         argument on the stack in the prologue if needed.  New function for
13048         finding the runtime generic context argument from the registers
13049         saved by the trampoline.
13050
13051         * mini-amd64.h, mini-x86.h: Specify which register to use for the
13052         runtime generic context argument.
13053
13054         * tramp-amd64.c: Also restore the register used for the runtime
13055         generic context argument.
13056
13057         * mini-trampoline.c: Resolve shared static calls by consulting the
13058         runtime generic context via the new argument.
13059
13060         * generic-sharing.c: Add an argument to sharability-checking
13061         functions that specifies whether type variables should be treated
13062         as sharable type arguments.
13063
13064         * inssel-x86.brg: Removed a superfluous, buggy rule.
13065
13066         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
13067         to switches.
13068
13069 2008-03-14  Martin Baulig  <martin@ximian.com>
13070
13071         * debug-debugger.c (main_thread_handler): Call
13072         mono_runtime_run_main() without sending any notifications.
13073
13074         * debug-debugger.h (MonoDebuggerInfo): Added `get_method_signature.
13075
13076 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
13077
13078         * mini-trampolines.c (mono_magic_trampoline): Fix build on platforms without IMT.
13079
13080 2008-03-14  Mark Probst  <mark.probst@gmail.com>
13081
13082         * tramp-x86.c: Fixed register restore offsets in the trampoline
13083         code for ECX and EDX.
13084
13085 2008-03-12  Geoff Norton  <gnorton@novell.com>
13086
13087         * mini-arm.h: Add some #defines for locating sp, pc, r4 with
13088         different ucontext_t implementations.
13089         * exceptions-arm.c: Use the above defines to get exceptions working on 
13090         iPhone (based on a patch by Luke Howard lukeh@padl.com)
13091         * mini-arm.c: Implement iPhone icache support (based on a patch by
13092         Luke Howard lukeh@padl.com)
13093
13094 2008-03-12  Mark Probst  <mark.probst@gmail.com>
13095
13096         * mini.c: Enable generic sharing of calls to non-static
13097         non-interface non-generic non-value-type methods.
13098
13099         * mini-trampolines.c: Resolve calls from shared generic code.
13100
13101 2008-03-11  Zoltan Varga  <vargaz@gmail.com>
13102
13103         * Makefile.am il2tests.il iltests.il.in: Delete il2tests, merge it into iltests.
13104
13105         * tramp-amd64.c (mono_arch_create_trampoline_code): Correctly save RBP as well.
13106
13107 Mon Mar 10 11:59:34 CET 2008 Paolo Molaro <lupus@ximian.com>
13108
13109         * mini.c: some fixes for the AOT compiler.
13110
13111 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
13112
13113         * cpu-amd64.md: Add clob:1 to some float opcodes.
13114
13115 2008-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
13116
13117         * mini.h: Added MiniVerifierMode enumeration.
13118
13119         * mini.c: Added mini_verifier_set_mode to control
13120         the usage of the new verifier.
13121
13122         * mini.c (mono_method): Integrated the new verifier.
13123
13124         * driver.c: Extended --security option with validil and
13125         verifiable options to activate the new verifier.
13126
13127 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
13128
13129         * mini.c jit-icalls.h jit-icalls.c: Generalize the exception creation 
13130         optimization to ctors taking 0 or 2 arguments too.
13131
13132         * mini.c (mono_method_to_ir): Optimalize the size of the exception throwing code
13133         a bit.
13134
13135         * jit-icalls.h (mono_create_corlib_exception): New JIT icall.
13136
13137         * mini-amd64.c (mono_arch_emit_prolog): Improve the first_bb optimization a bit.
13138
13139 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
13140
13141         * mini.c (mono_method_to_ir): Apply one of the ldstr optimizations in the
13142         non-aot case as well.
13143
13144         * cpu-amd64.md: Reduce the max size of some frequently used opcodes.
13145
13146         * aot-runtime.c (decode_patch_info): Update this after the ldfld/stfld wrapper
13147         changes.
13148
13149         * aot-compiler.c (encode_patch): Ditto.
13150
13151         * mini.h (G_MININT32): Fix the definition of this.
13152
13153 2008-03-05  Zoltan Varga  <vargaz@gmail.com>
13154
13155         * mini.h: Define G_MININT32/G_MAXINT32 if using an older glib version.
13156
13157         * cfold.c: Remove definition of G_MININT32 which is now in mini.h.
13158
13159 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13160
13161         * mini-amd64.c (mono_arch_compute_omit_fp): Don't disable fp elimination for 
13162         methods returning vtypes in registers.
13163         (mono_arch_allocate_vars): Ditto.
13164
13165         * mini-amd64.c (mono_arch_get_this_arg_reg): New arch specific helper function.
13166
13167         * tramp-amd64.c (mono_arch_get_unbox_trampoline): Use mono_arch_get_this_arg_reg ().    
13168
13169         * generics.cs: Add a test from the linear IR branch.
13170
13171         * mini-amd64.c (emit_load_volatile_arguments): Handle vtypes passed in regs too.
13172
13173         * mini.c (inline_method): Cache failed inline attempts.
13174
13175 2008-03-04  Mark Probst  <mark.probst@gmail.com>
13176
13177         * mini.c: For shared methods of generic classes put the location
13178         of "this" into the MonoGenericJitInfo.
13179
13180         * mini-x86.c, mini-amd64.c, mini.h: Added function for fetching a
13181         register out of a MonoContext by register number.  Add the generic
13182         sharing context as an argument to mono_arch_find_this_argument().
13183
13184         * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
13185         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c: Added stub
13186         for new arch function.
13187
13188         * mini-exception.c: Handle open exception clauses in shared
13189         generic code.
13190
13191         * mini-trampolines.c: Supply additional argument to
13192         mono_arch_find_this_argument().
13193
13194 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13195
13196         * Makefile.am (regtests): Run the bench.exe tests last.
13197
13198 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
13199
13200         * mini-amd64.c (mono_arch_emit_prolog): Improve the first bblock optimization
13201         a bit.
13202
13203 2008-03-02  Zoltan Varga  <vargaz@gmail.com>
13204
13205         * mini.c (mono_method_to_ir): Allow callvirt on static methods for compatibility
13206         with MS.
13207
13208         * mini-amd64.c (mono_arch_emit_prolog): Fix tracing after the last change.
13209         
13210         * mini-amd64.c (mono_arch_emit_prolog): Avoid saving dead arguments.
13211
13212         * mini.c (mono_method_check_inlining): Avoid disabling inlining for methods
13213         whose class has no cctor.
13214
13215         * liveness.c (mono_analyze_liveness): Mark dead arguments with MONO_INST_IS_DEAD.
13216
13217 2008-03-01  Zoltan Varga  <vargaz@gmail.com>
13218
13219         * mini.c (mono_method_to_ir): Report calling a static method using callvirt as
13220         unverified.
13221
13222 2008-02-29  Zoltan Varga  <vargaz@gmail.com>
13223
13224         * mini-ops.h: Remove OP_SPARC_INARG_VT, add a new OP_VTARG_ADDR opcode instead
13225         to be in sync with the code on the linear IR branch.
13226
13227         * mini-sparc.c inssel-sparc.brg: Use OP_VTARG_ADDR.
13228
13229         * inssel-s390.brg (OP_SETRET (freg)): Set dreg correctly.
13230
13231 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
13232
13233         * mini-mips.c: Use cfg->vret_addr instead of cfg->ret.
13234
13235         * mini-s390x.c: Use cfg->vret_addr instead of cfg->ret.
13236
13237         * mini-s390.c: Use cfg->vret_addr instead of cfg->ret.
13238
13239         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_VARS define.
13240
13241         * mini-<ARCH>.c (mono_arch_create_vars): Define this for all architectures.
13242         
13243         * mini.c (mono_method_to_ir): Avoid invalid memory reads for methods without a
13244         body.
13245
13246 2007-11-14  Yoichi NAKAYAMA  <nakayama@pixela.co.jp>
13247
13248         * inssel-mips.brg (OP_OUTARG_MEMBASE (CEE_LDIND_R4 (base))): Add missing
13249         OP_LOADR4_MEMBASE emission.
13250
13251         * mini-codegen.c (mono_spillvar_offset_int): Remove assertion.
13252         (mono_spillvar_offset_float): Ditto.
13253
13254         * mini-mips.c (mono_arch_emit_prolog): Ditto.
13255
13256         * inssel-long32-mips.brg: Fix wrong branching, reduce redundant code
13257         emission.
13258
13259         * basic-long.cs: Add regression tests for them.
13260
13261         * mini-mips.c (add_float32_arg): Respect o32 calling convention in gr
13262         use.
13263         (mono_arch_allocate_vars): Fix representation of single-precision float
13264         argument.
13265         (mono_arch_output_basic_block): Ditto.
13266
13267         * inssel-mips.brg: Ditto, remove duplicate items.
13268
13269         * mini-mips.c (emit_load_volatile_arguments): New function to handle
13270         arguments of tail calls as on other platforms.
13271         (mono_arch_output_basic_block): Handle tail calls.
13272
13273         * inssel-mips.brg (OP_OUTARG_VT (CEE_LDOBJ (base))): Correct destination
13274         register.
13275
13276         * objects.cs (test_5_pass_static_struct): Add test for it.
13277
13278         Contributed under MIT/X11 license.
13279
13280 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
13281
13282         * Makefile.am: Use gmcs for compiling the regression tests.
13283
13284         * *.2.cs *.2.il: Rename to *.cs and *.il.
13285
13286 2008-02-24  Zoltan Varga  <vargaz@gmail.com>
13287
13288         * regalloc.h: Make the vassign array smaller.
13289
13290         * mini.c (mini_method_compile): Remove an unused field in cfg.
13291
13292         * mini-codegen.c: Add a bunch of micro optimizations.
13293
13294 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
13295
13296         * regalloc.h: Remove some unused fields.
13297
13298 2008-02-22  Zoltan Varga  <vargaz@gmail.com>
13299
13300         * mini-amd64.c (mono_arch_patch_code): Fix a warning.
13301
13302         * ssa.c (mono_ssa_remove): Avoid declaring volatile variables dead.
13303
13304 2008-02-22  Mark Probst  <mark.probst@gmail.com>
13305
13306         * mini.h: New trampoline type (RGCTX_LAZY_FETCH).
13307
13308         * mini-trampolines.c, tramp-amd64.c, tramp-x86.c: RGCTX lazy fetch
13309         trampoline: Fetch an entry from the runtime generic context.  If
13310         it's NULL, jump to the actual trampoline to fill the runtime
13311         generic context.  Otherwise, return it.
13312
13313         * mini.c: Call the lazy fetch trampoline to get entries out of the
13314         runtime generic context.
13315
13316         * tramp-ia64.c, tramp-arm.c, tramp-alpha.c, tramp-s390.c,
13317         tramp-s390x.c, tramp-ppc.c, tramp-hppa.c, tramp-mips.c,
13318         tramp-sparc.c: Stubs for the lazy fetch trampoline.
13319
13320 2008-02-21  Mark Probst  <mark.probst@gmail.com>
13321
13322         * mini.c: Fetch data out of the extensible part of the runtime
13323         generic context instead of calling a helper function.
13324
13325         * generic-sharing.c: Some functions moved into
13326         metadata/generic-sharing.c.  Helper function for fetching other
13327         types now checks and asserts against extensible rgctx (just for
13328         debugging purposes - the helper function isn't called anymore
13329         unless for debugging).
13330
13331 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
13332
13333         * mini-arm.c (mono_arch_output_basic_block): Implement proper argument passing
13334         for tail calls up to the point that the tests in iltests.exe run. Also add a
13335         dummy CKFINITE implementation.
13336         (mono_arch_emit_prolog): Avoid saving the method in the LMF since it is only
13337         needed for trampoline LMF frames.
13338
13339         * exceptions-arm.c (mono_arch_find_jit_info): Only read lmf->method for 
13340         trampoline LMF frames.
13341
13342 2008-02-21  Rodrigo Kumpera  <rkumpera@novell.com>
13343
13344         * mini.c (inline_method): clean any pending loader error when inlining fail.
13345         Otherwise loader errors in mono_method_to_ir leaks and cause spurious errors.
13346
13347 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
13348
13349         * aot-compiler.c (encode_patch): Handle ICALL_ADDR patch type.
13350
13351         * aot-runtime.c (decode_patch_info): Ditto.
13352
13353         * mini.c (mono_resolve_patch_target): Ditto.
13354         
13355         * aot-compiler.c (compile_method): Add some experimental code for AOT compiling
13356         icall wrappers.
13357
13358         * patch-info.h (PATCH_INFO): Add 'ICALL_ADDR' patch type.
13359         
13360         * mini.c (mono_method_to_ir): Convert a CEE_MONO_LDPTR opcode to an AOT constant
13361         if it references an icall address.
13362
13363 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
13364
13365         * cpu-s390x.md: Remove some more unused opcodes.
13366         
13367         * cpu-s390x.md: Remove some unused opcodes.
13368
13369         * mini-ia64.c (mono_arch_lowering_pass): Add some more opcodes. Use
13370         mono_op_imm_to_op ().
13371
13372         * mini-sparc.c (opcode_to_sparc_cond): Use the mono_opcode_to_cond () functions
13373         instead of a switch statement.
13374         
13375         * mini-sparc.c (mono_arch_allocate_vars): Allocate a stack slot for use by
13376         the int<->float conversion opcodes instead of using mono_spillvar_offset_float ().
13377
13378         * mini-codegen.c: Eliminate rassign macro which is no longer needed.
13379         
13380         * mini-codegen.c: Remove unused mono_regstate2_... functions.
13381
13382         * mini-codegen.c (mono_print_ins_index): Avoid printing an index when it is
13383         -1.
13384
13385 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
13386
13387         * driver.c (mono_main): Improve error reporting when an assembly cannot be
13388         opened. Fixes #362607.
13389
13390         * cpu-ia64.md cpu-s390x.md: Remove some unused opcodes.
13391
13392         * iltests.il.in: Add a test for static methods in interfaces.
13393
13394 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
13395
13396         * genmdesc.c (build_table): Fix a crash on older glib versions.
13397
13398         * cpu-sparc.md: Remove some unused opcodes.
13399         
13400         * genmdesc.c: Error out if the .md contains CEE_ opcodes if 
13401         MONO_ARCH_ENABLE_NORMALIZE_OPCODES is defined.
13402
13403         * cpu-amd64.md: Remove some unused opcodes.
13404
13405         * mini.h mini-ops.h mini.c: Define the OP_Ccc opcodes in mini-ops.h normally
13406         like the other opcodes.
13407
13408 2008-02-17  Zoltan Varga  <vargaz@gmail.com>
13409
13410         * mini-ia64.c: Use cfg->vret_addr instead of cfg->ret.
13411
13412         * mini-arm.h mini-arm.c: Use cfg->vret_addr instead of cfg->ret.
13413
13414         * mini-sparc.c: Use cfg->vret_addr instead of cfg->ret. Name the MonoCompile
13415         variables 'cfg' instead of 'm' for consistency.
13416
13417         * mini-x86.c: Use cfg->vret_addr instead of cfg->ret.
13418
13419         * mini.h (MonoCompile): Add new 'vret_addr' field which represents the hidden
13420         argument holding the vtype return address, to avoid the ambigious use of
13421         cfg->ret for this purpose.
13422
13423         * mini.c (NEW_RETLOADA): Use vret_addr if set.
13424
13425         * mini-amd64.c: Use cfg->vret_addr instead of cfg->ret.
13426         
13427         * mini-codegen.c (mono_print_ins): Rename to mono_print_ins_index (), Add a
13428         new mono_print_ins () function which only takes one argument.
13429
13430 2008-02-15  Zoltan Varga  <vargaz@gmail.com>
13431
13432         * mini-s390.h (MONO_OUTPUT_VTR): Use cfg instead of s, avoid assignments to
13433         macro arguments.
13434
13435 2008-02-14  Zoltan Varga  <vargaz@gmail.com>
13436
13437         * mini-ops.h: Get rid of OP_SPARC_LOCALLOC_IMM.
13438
13439         * mini-sparc.c inssel-sparc.brg: Use OP_LOCALLOC_IMM instead of OP_SPARC_LOCALLOC_IMM.
13440
13441         * mini-x86.c: Sync with the version on the linear IR branch by adding new 
13442         opcodes and other small changes.
13443
13444         * mini-ops.h: Add some new opcodes from the linear IR branch.
13445
13446         * mini-ops.h: Get rid of the OP_X86_..._MEMBASE opcodes.
13447
13448         * mini-x86.c inssel-x86.brg cpu-x86.md: Get rid of the confusing _MEMBASE
13449         opcodes, use the REG_MEMBASE opcodes instead.
13450         
13451         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Get rid of the confusing _MEMBASE
13452         opcodes, use the REG_MEMBASE opcodes instead.
13453         
13454         * mini-amd64.c (mono_arch_output_basic_block): Sync with the version on the
13455         linear IR branch.
13456
13457         * mini.c (mono_op_imm_to_op): New helper function.
13458
13459         * mini-ops.h: Add some opcodes from linear IR branch.
13460
13461 2008-02-13  Zoltan Varga  <vargaz@gmail.com>
13462
13463         * mini-alpha.h mini-alpha.c tramp-alpha.c: Alpha port updates from Sergey Tikhonov 
13464         <tsv@solvo.ru>.
13465
13466 2008-02-12  Zoltan Varga  <vargaz@gmail.com>
13467
13468         * mini.c (mono_normalize_opcodes): Always convert CEE_CONV_R4/R8 to 
13469         OP_ICONV_TO_R4/R8.
13470
13471         * mini-ia64.c cpu-ia64.md: Add OP_ICONV_TO_R4/R8.
13472
13473 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
13474
13475         * aot-compiler.c (emit_method_code): Add an assert.
13476
13477         * mini-arm.h mini-arm.c exceptions-arm.c: Modify the exception throwing code and
13478         the IMT code so it is AOT friendly. Enable AOT for methods which call interface
13479         methods.
13480
13481 2008-02-08  Zoltan Varga  <vargaz@gmail.com>
13482
13483         * mini-arm.c (mono_arch_output_basic_block): Fix the ordering of arguments for 
13484         some load/store opcodes so they are consistent. 
13485         (mono_arch_emit_prolog): Simplify some code.
13486
13487         * aot-runtime.c (mono_aot_get_plt_entry): Fix a warning.
13488
13489         * objects.cs: Add tests for large argument offsets on ARM.
13490
13491         * mini-arm.c (mono_arch_emit_prolog): Fix handling of arguments with large 
13492         stack offsets. Fixes #359651.
13493
13494         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R4/R8 properly.
13495
13496         * cpu-s390x.md: Add OP_LCONV_TO_R4/R8.
13497
13498         * cpu-ia64.md mini-ia64.h mini-ia64.c: Get rid of CEE_ opcodes.
13499
13500         * mini-ops.h: Add OP_ICONV_TO_R_UN opcode.
13501
13502         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R_UN too.
13503
13504         * cpu-s390x.md cpu-s390.md mini-s390x.c mini-arm.c cpu-arm.md mini-s390.c: Get
13505         rid of CEE_CONV_R_UN.
13506
13507         * mini-s390x.c mini-s390x.h cpu-s390x.md inssel-s390x.brg: Get rid of CEE_ opcodes.
13508
13509 2008-02-07  Zoltan Varga  <vargaz@gmail.com>
13510
13511         * mini-s390.c mini-s390.h cpu-s390.md: Get rid of CEE_ opcodes.
13512
13513         * mini.c (mono_normalize_opcodes): Add some more opcodes.
13514
13515         * mini-arm.c mini-arm.h cpu-arm.md: Get rid of CEE_ opcodes.
13516
13517         * cpu-amd64.md: Remove some unused opcodes.
13518
13519         * mini-sparc.c mini-sparc.h cpu-sparc.md: Get rid of CEE_ opcodes.
13520
13521         * mini-x86.c mini-x86.h cpu-x86.md: Get rid of CEE_ opcodes.
13522
13523         * mini.c mini-<ARCH>.c: Remove mono_arch_local_regalloc (), instead make 
13524         arch specific functions for its parts. Call the peephole pass after local
13525         regalloc so the prolog can compute a more accurate max_offset.
13526         
13527         * mini.c (mono_normalize_opcodes): New mini pass to convert CEE_ opcodes to
13528         the corresponding OP_I/OP_L opcodes.
13529
13530         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of CEE_ opcodes.
13531
13532         * mini-sparc.c (mono_arch_output_basic_block): Fix the sparc build.
13533
13534 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
13535
13536         * mini-s390.c (mono_arch_get_inst_for_method): Remove the Interlocked cases
13537         as they are handled in mini.c.
13538
13539         * mini-s390x.c (mono_arch_get_inst_for_method): Ditto.
13540         
13541         * mini-<ARCH>.c (mono_arch_get_inst_for_method): Remove the MemoryBarrier
13542         case since it is handled in mini.c.
13543
13544         * cpu-sparc.md (sparc_setfreg_float): Fix the sparc build.
13545
13546         * mini-ops.h: Add new opcodes OP_CALL/OP_CALLVIRT.
13547
13548         * *.c: Use the new opcodes in the IR and back end code.
13549
13550         * mini-ops.h cpu-<ARCH>.md: Correct the name of the bgt_un opcodes.
13551
13552         * mini-amd64.c (emit_call_body): Use a far-call for calling dynamic methods.
13553
13554 2008-02-06  Mark Probst  <mark.probst@gmail.com>
13555
13556         * mini-trampolines.c (mono_generic_class_init_trampoline): Removed
13557         an assert because it has a race condition.
13558
13559 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
13560
13561         * tramp-amd64.c (mono_arch_patch_callsite): Add more diagnostics.
13562
13563         * inssel.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused CEE_RET opcode.
13564
13565         * mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused LDIND/STIND opcodes.
13566
13567         * *.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of OP_SETREG/OP_SETFREG/OP_SETREGIMM,
13568         use OP_MOVE/OP_FMOVE/OP_ICONST instead.
13569
13570 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
13571
13572         * cpu-amd64.md (move): Correct the maximum size of move.
13573
13574 2008-02-05  Mark Probst  <mark.probst@gmail.com>
13575
13576         * tramp-amd64.c, tramp-x86.c, mini-trampolines.c: Added a check in
13577         the generic class init trampoline to return quickly if the class
13578         is already inited.
13579
13580 2008-02-04  Zoltan Varga  <vargaz@gmail.com>
13581
13582         * tramp-amd64.c (mono_arch_patch_callsite): Add some diagnostics to help debug
13583         issues where an 32 bit callsite cannot be patched by a 64 bit address.
13584
13585 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
13586
13587         * generics.2.cs generics-variant-types.2.il: Merge some tests from the linear IR
13588         branch.
13589
13590 2008-01-31  Zoltan Varga  <vargaz@gmail.com>
13591
13592         * objects.cs: Add some soft-float tests.
13593
13594         * mini.c: Fix a couple more soft-float issues.
13595
13596         * helpers.c (mono_disassemble_code): Fix disassembly on ARM.
13597
13598         * mini-amd64.c (peephole_pass): Use IXOR instead of LXOR for zeroing a register to
13599         avoid a REX prefix.
13600
13601 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
13602
13603         * exceptions-x86.c (mono_arch_find_jit_info): Fix stack unwinding when an
13604         exception happens while compiling a virtual method.
13605
13606 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
13607
13608         * mini-sparc.c (mono_arch_emit_epilog): Fix folding of negative return values.
13609         
13610         * mini-sparc.c: Fix build.
13611
13612         * mini-sparc.c (get_call_info): Add support for generic sharing.
13613
13614         * mini-exceptions.c: Add a FIXME.
13615
13616 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
13617
13618         * mini-exceptions.c (mono_handle_exception_internal): Remove the old style
13619         altstack handling code.
13620
13621         * mini-s390.c (mono_arch_emit_exceptions): Really fix a warning.
13622         
13623         * mini-s390.c (mono_arch_emit_exceptions): Fix a warning.
13624
13625         * mini-s390.c: Add support for generic sharing.
13626
13627         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
13628         Fix CAS on s390.
13629         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
13630
13631         * mini-s390x.c (mono_arch_emit_exceptions): Fix a warning.
13632
13633         * mini-s390x.c: Add support for generic sharing.
13634         
13635         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
13636         Fix CAS on ia64.
13637         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
13638
13639         * mini-s390x.c: Use is_imm16 instead of is_uimm16 when checking whenever s390_aghi
13640         can be used since it takes a 16 bit signed immediate.
13641
13642         * inssel-s390x.brg: Fix OP_SETRET.
13643
13644         * mini-s390x.c (mono_arch_output_basic_block): Fix OP_BREAK.
13645
13646         * mini-codegen.c (mono_opcode_to_cond): Fix a warning.
13647
13648         * mini-s390x.c cpu-s390x.md: Implement sext.i4 properly by sign extension.
13649
13650         * mini.c (mono_create_delegate_trampoline): Don't use mono_create_ftpntr here.
13651
13652         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_addr_from_ftnptr
13653         in one place.
13654
13655         * mini-ia64.h mini-ia64.c: Add minimal support for the delegate trampoline 
13656         stuff.
13657
13658         * mini.h inssel-x86.brg inssel-amd64.brg tramp-alpha.c tramp-ia64.c: Get rid
13659         of the unused mono_arch_patch_delegate_trampoline stuff.
13660
13661 2008-01-26  Zoltan Varga  <vargaz@gmail.com>
13662
13663         * basic-long.cs: Move the fp related tests to basic-float.cs.
13664
13665         * mini-ops.h (OP_OUTARG_FREG_R4): New opcode.
13666
13667         * mini-ia64.c inssel-ia64.brg: Implement proper R4 argument passing.
13668
13669         * basic-calls.cs: Add a test for proper float argument passing.
13670
13671         * mini-ia64.h (mono_ia64_context_get_ip): Do not substract 1 from the ip
13672         if the context corresponds to an exception received through a signal.
13673
13674         * exceptions.cs: Add a test for nullref handling at the start of a try
13675         clause.
13676
13677         * mini-ia64.c (mono_arch_call_opcode): Fix ia64 argument passing.
13678
13679         * jit-icalls.c (mono_break): New JIT icall.
13680
13681         * mini-<ARCH>.c: Use mono_break instead of mono_arch_break.
13682
13683         * mini-arm.c (arm_patch): Add support for patching the blx calling sequence.
13684
13685 2008-01-25  Zoltan Varga  <vargaz@gmail.com>
13686
13687         * cpu-*.md: Get rid of unused opcodes.
13688
13689         * cpu-g4.md: Rename this to cpu-ppc.md for consistency with other archs.
13690
13691         * Makefile.am: Move mini-trampolines.c to $(common_sources) since it is now used
13692         by all platforms.
13693
13694         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE
13695         define.
13696
13697         * mini-s390x.h tramp-s390x.c Makefile.am: Rework the s390x trampoline code to use
13698         the arch independent trampoline code in mini-trampolines.c.
13699
13700         * aot-runtime.c (mono_aot_init_vtable): Fix a warning.
13701
13702         * mini.c (get_runtime_generic_context_ptr): Fix a warning.
13703
13704         * mini-s390.h: Remove an unused define.
13705         
13706         * mini-s390.h tramp-s390.c Makefile.am: Rework the s390 trampoline code to use
13707         the arch independent trampoline code in mini-trampolines.c.
13708
13709         * mini-arm.c (mono_arch_emit_prolog): Fix build.
13710
13711 2008-01-24  Zoltan Varga  <vargaz@gmail.com>
13712
13713         * mini-sparc.c (mono_arch_output_basic_block): Remove some unecessary code.
13714
13715         * mini-s390.c (mono_arch_emit_prolog): Fix build.
13716
13717         * mini-s390x.c (mono_arch_emit_prolog): Fix build.
13718
13719         * mini-ppc.c (mono_arch_emit_prolog): Fix build.
13720
13721         * cpu-amd64.md: Use smaller sizes for int opcodes.
13722
13723         * *.c: Get rid of the NOT_IMPLEMENTED define which is now in mini.h.
13724
13725         * *.cs: Add some tests from the linear-ir branch. Move structs tests to 
13726         objects.cs.
13727
13728         * driver.c (mono_main): Add a --break-at-bb command line argument for JIT
13729         debugging.
13730
13731         * mini.h *.c: Change cfg->vars to contain the MonoMethodVar entries directly
13732         instead of though a pointer to save an indirection when accessing elements of
13733         the array.
13734
13735         * mini.h (MONO_IS_COND_BRANCH_OP): Move these macros here from mini.c. Fix
13736         some typos.
13737         (NOT_IMPLEMENTED): New helper macro.
13738         (MONO_BB_FOR_EACH_INS): New helper macro to iterate through the instructions
13739         of a bb.
13740
13741         * *.c: Use the new helper macro.
13742
13743 2008-01-21  Zoltan Varga  <vargaz@gmail.com>
13744
13745         * mini-x86.h (MONO_ARCH_AOT_SUPPORTED): Disable AOT for apple x86.
13746
13747 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
13748
13749         * mini-amd64.c (mono_arch_emit_prolog): Optimize the omit fp case to save two
13750         stack slots.
13751
13752 2008-01-18  Zoltan Varga  <vargaz@gmail.com>
13753
13754         * mini-amd64.c (mono_arch_emit_prolog): Disable the new optimization if
13755         profiling is enabled.
13756         
13757         * mini-amd64.c (mono_arch_call_opcode): Emit the save_sp_to_lmf instruction at
13758         the end.
13759         (mono_arch_emit_prolog): Add more first bblock optimizations.
13760
13761         * mini-amd64.c (mono_arch_call_opcode): Keep assignments to the arg registers
13762         in order if possible.
13763         (mono_arch_emit_prolog): Optimize assignments to arg registers in the first
13764         bblock, since the arguments are still in their original registers.
13765
13766         * mini.c (type_from_op): Calling add.ovf on floats is not valid IL code.
13767
13768 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
13769
13770         * mini.c (mono_method_to_ir): Use the no-spilling optimization for CEE_CALLI
13771         as well.
13772
13773         * mini-amd64.c (mono_arch_emit_prolog): Save an instruction if the LMF is at
13774         offset 0.
13775
13776         * mini-amd64.h (MONO_ARCH_HAVE_NOTIFY_PENDING_EXC): Turn on this for amd64.
13777
13778         * exceptions-amd64.c (mono_arch_notify_pending_exc): New function to 
13779         process async exceptions received while in unmanaged code.
13780
13781         * mini.c (mini_init): Install a callback with the runtime which will be called
13782         when a thread receives an async exception while in unmanaged code.
13783
13784         * mini.c driver.c: Update after mono_get_native_wrapper () signature change.
13785
13786         * mini-s390x.c (mono_arch_output_basic_block): Fix s390x build.
13787
13788 2008-01-16  Wade Berrier  <wberrier@novell.com>
13789
13790         * cpu-g4.md:
13791         * cpu-arm.md:
13792         * cpu-s390x.md:
13793         fix build
13794
13795 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
13796
13797         * mini-x86.c (mono_arch_output_basic_block): Remove some gccism which prevents
13798         compilation with sun cc.
13799
13800         * cpu-*.md: Fix the build.
13801
13802         * cpu-x86.md: Fix the length of some load membase opcodes. Fixes #354241.
13803
13804         * mini-amd64.h: Add some comments to the MonoLMF structure.
13805
13806         * mini-ops.h cpu-amd64.c: Add a OP_AMD64_SAVE_SP_TO_LMF opcode.
13807         
13808         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Avoid setting the rip field
13809         in the LMF structure if possible. This saves two instructions in the
13810         managed->native wrappers.
13811
13812         * mini-ops.h *.md: Make some opcodes names uniform by removing the op_ prefix.
13813
13814 2008-01-16  Mark Probst  <mark.probst@gmail.com>
13815
13816         * generic-sharing.c: New type argument lookup code which uses the
13817         runtime generic context template.
13818
13819 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
13820
13821         * mini.c (mono_method_to_ir): Avoid emitting a write barrier when storing NULL.
13822
13823         * mini-arm.c (add_general): Fix arm eabi parameter passing.
13824         (mono_arch_output_basic_block): Fix localloc implementation.
13825
13826         * mini-amd64.c (peephole_pass): Sync store+load optimizations with the x86 version.
13827
13828         * mini-ia64.c (peephole_pass): Fix ia64 build.
13829
13830         * mini-amd64.c (peephole_pass): Fix a warning.
13831         
13832         * mini-amd64.c (mono_arch_allocate_vars): Make sure the LMF is always stored
13833         at a constant offset from sp/fp.
13834
13835         * exceptions-amd64.c (mono_arch_find_jit_info): Compute the LMF address from fp/sp
13836         instead of obtaining it from *lmf in the managed method case.
13837
13838 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
13839
13840         * exceptions-amd64.c (mono_arch_find_jit_info): Remove some duplicate code.
13841
13842 Mon Jan 14 12:33:06 CET 2008  David S. Miller  <davem@davemloft.net>
13843
13844         * mini.h (MonoInstList): New type.
13845         (MONO_INST_LIST_INIT, MONO_INST_LIST_EMPTY,
13846         __MONO_INST_LIST_ADD, MONO_INST_LIST_ADD,
13847         MONO_INST_LIST_ADD_TAIL, __MONO_INST_LIST_DEL,
13848         __MONO_INST_LIST_SPLICE, MONO_INST_LIST_SPLICE,
13849         MONO_INST_LIST_SPLICE_TAIL, MONO_INST_LIST_SPLICE_INIST,
13850         MONO_INST_LIST_SPLICE_TAIL_INIT, mono_container_of,
13851         MONO_INST_LIST_ENTRY, MONO_INST_LIST_FIRST_ENTRY,
13852         MONO_INST_LIST_LAST_ENTRY, MONO_INST_LIST_FOR_EACH,
13853         MONO_INST_LIST_FOR_EACH_PREV, MONO_INST_LIST_FOR_EACH_SAFE,
13854         MONO_INST_LIST_FOR_EACH_PREV_SAFE,
13855         MONO_INST_LIST_FOR_EACH_ENTRY,
13856         MONO_INST_LIST_FOR_EACH_ENTRY_REVERSE,
13857         MONO_INST_LIST_FOR_EACH_ENTRY_SAFE,
13858         mono_inst_list_first, mono_inst_list_last,
13859         mono_inst_list_next, mono_inst_list_prev): New instruction
13860         list handling interfaces.
13861         (MonoBasicBlock): Remove 'last_ins' and 'code', replace with
13862         list head 'ins_list'.
13863         (MonoInst): Replace next pointer with list head 'node'.
13864         (MonoCallInst): Make 'out_args' a MonoInstList.
13865         (MONO_INST_NEW_CALL): Explicitly init ->out_args.
13866         (MonoCompile): Delete reverse_inst_list and
13867         reverse_inst_list_len.
13868         * mini-hppa.c (mono_arch_call_opcode, NEW_INS,
13869         mono_arch_lowering_pass, mono_arch_local_regalloc,
13870         mono_arch_output_basic_block, mono_arch_emit_prolog):
13871         Convert to new instruction lists.
13872         (insert_after_ins): Delete.
13873         * inssel.brg (MONO_EMIT_NEW_BRANCH_BLOCK): Convert to new
13874         instruction lists.
13875         * mini-hppa.h (MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Likewise.
13876         * mini.c (NEW_BBLOCK, ADD_BBLOCK, CHECK_BBLOCK,
13877         split_bblock, mono_add_ins_to_end, mono_emit_call_args,
13878         mono_emulate_opcode, mono_emit_load_got_addr,
13879         inline_method, mono_method_to_ir, mono_print_bb_code,
13880         print_dfn, decompose_pass, nullify_basic_block,
13881         replace_out_block_in_code, remove_block_if_useless,
13882         merge_basic_blocks, move_basic_block_to_end,
13883         try_unsigned_compare, optimize_branches, mono_print_code,
13884         mini_select_instructions, remove_critical_edges): Likewise.
13885         * mini-amd64.c (emit_sig_cookie, mono_arch_call_opcode,
13886         peephole_pass_1, peephole_pass, mono_arch_lowering_pass,
13887         mono_arch_output_basic_block, mono_arch_emit_prolog):
13888         Likewise.
13889         * mini-mips.c (mono_arch_call_opcode, peephole_pass,
13890         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
13891         mono_arch_output_basic_block): Likewise.
13892         (inst_list_prepend, insert_after_ins): Delete.
13893         * mini-mips.h (MONO_EMIT_NEW_BRANCH_NONZERO_LABEL,
13894         MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Convert to new
13895         instruction lists.
13896         * mini-x86.c (emit_sig_cookie, mono_arch_call_opcode,
13897         peephole_pass_1, peephole_pass, mono_arch_output_basic_block,
13898         mono_arch_emit_prolog): Likewise.
13899         * cfold.c (mono_constant_fold): Likewise.
13900         * liveness.c (visit_bb, mono_analyze_liveness,
13901         optimize_initlocals): Likewise.
13902         * ssapre.c (dump_code, process_bb, code_motion): Likewise.
13903         * graph.c (mono_draw_code_cfg): Likewise.
13904         * ssa.c (mono_ssa_rename_vars, mono_ssa_compute,
13905         mono_ssa_remove, mono_ssa_avoid_copies, mono_ssa_create_def_use,
13906         mono_ssa_cprop): Likewise.
13907         * abcremoval (get_relations_from_previous_bb, process_block):
13908         Likewise.
13909         * local-propagation (mono_cprop_invalidate_values,
13910         mono_local_cprop_bb): Likewise.
13911         * mini-s390x.c (mono_arch_call_opcode, emit_sig_cookie,
13912         peephole_pass, mono_arch_output_basic_block,
13913         mono_arch_emit_prolog): Likewise.
13914         * mini-arm.c (mono_arch_call_opcode, peephole_pass,
13915         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
13916         mono_arch_emit_prolog): Likewise.
13917         (insert_after_ins): Delete.
13918         * aliasing.c (print_code_with_aliasing_information,
13919         mono_build_aliasing_information, mono_aliasing_deadce):
13920         Convert to new instruction lists.
13921         * mini-ia64.c (emit_sig_cookie, mono_arch_call_opcode,
13922         peephole_pass, NEW_INS, mono_arch_lowering_pass,
13923         mono_arch_local_regalloc, mono_arch_output_basic_block):
13924         Likewise.
13925         (insert_after_ins): Delete.
13926         * mini-sparc.c (emit_sig_cookie, mono_arch_call_opcode,
13927         peephole_pass, mono_arch_output_basic_block): Convert to
13928         new instruction lists.
13929         * mini-codegen (InstList, inst_list_prepend,
13930         insert_after_ins): Delete.
13931         (insert_before_ins, get_register_force_spilling,
13932         get_register_spilling, free_up_ireg, free_up_reg,
13933         create_copy_ins, create_spilled_store, alloc_int_reg,
13934         alloc_float_reg, alloc_reg, mono_local_regalloc): Convert
13935         to new instruction lists.
13936         * mini-ppc.c (mono_arch_call_opcode, peephole_pass,
13937         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
13938         mono_arch_output_basic_block, mono_arch_emit_prolog): Likewise.
13939         (insert_after_ins): Delete.
13940         * mini-alpha.c (NEW_INS, peephole_pass, mono_arch_lowering_pass,
13941         mono_arch_local_regalloc, mono_arch_output_basic_block,
13942         mono_arch_call_opcode): Convert to new instruction lists.
13943         (insert_after_ins): Delete.
13944         * mini-s390.c (mono_arch_call_opcode, emit_sig_cookie,
13945         peephole_pass, mono_arch_output_basic_block,
13946         mono_arch_emit_prolog): Convert to new instruction lists.
13947
13948 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
13949
13950         * mini-amd64.c (mono_arch_output_basic_block): Use a 4 byte load in OP_CHECK_THIS.
13951
13952         * mini-sparc.c (mono_arch_output_basic_block): Use a byte load in CHECK_THIS.
13953         Fixes #353182.
13954
13955         * Makefile.am (version.h): Make this work with non-bash shells.
13956
13957 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
13958
13959         * mini.c (handle_delegate_ctor): Optimize away setting of NULL target.
13960
13961 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
13962
13963         * mini.c (mono_method_to_ir): Fix possible reading of invalid memory in 
13964         the InitializeArray optimization.
13965
13966 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
13967
13968         * mini.c driver.c: Don't include os/gc_wrapper.h.
13969
13970 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
13971
13972         * mini.c (print_jit_stats): Print GC statistics if available.
13973
13974 2008-01-04  Zoltan Varga  <vargaz@gmail.com>
13975
13976         * mini-amd64.c (mono_arch_allocate_vars): Align argument storage offsets to 8.
13977
13978 2007-12-29  Zoltan Varga  <vargaz@gmail.com>
13979
13980         * mini-ppc.c (mono_arch_get_delegate_invoke_impl): Fix flushing of icache.
13981
13982 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
13983
13984         * mini.c (mini_init): Move the setting of GC_stackbottom to mono_gc_base_init ().
13985         
13986         * mini.c (mini_init): Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
13987
13988         * driver.c (mono_main): Ditto.
13989
13990 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
13991
13992         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_delegate_invoke ().
13993
13994         * aot-compiler.c (emit_klass_info): Avoid emitting info if one of the methods
13995         in the vtable can't be encoded.
13996         (compile_method): Ditto.
13997
13998 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
13999
14000         * mini.c (setup_jit_tls_data): Use the MONO_ARCH_INIT_TOP_LMF_ENTRY macro if
14001         defined.
14002
14003         * mini-amd64.h mini-amd64.c exceptions-amd64.c tramp-amd64.c: Rename lmf->ebp to 
14004         lmf->rbp.
14005
14006         * exceptions-amd64.c (mono_arch_find_jit_info): Fix the detection of whenever
14007         the top LMF entry belongs to the current method.
14008
14009         * mini.c: Update after renaming of mono_thread_get_pending_exception ().
14010
14011 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
14012
14013         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix a warning.
14014         
14015         * tramp-ia64.c (mono_arch_create_trampoline_code): Ditto.
14016
14017         * tramp-sparc.c (mono_arch_create_trampoline_code): Check for thread interruption.
14018
14019         * tramp-amd64.c (mono_arch_create_trampoline_code): Ditto.
14020
14021         * tramp-x86.c (mono_arch_create_trampoline_code): Check for thread interruption.
14022
14023         * cpu-amd64.md mini-amd64.h mini-amd64.c inssel-amd64.brg: Add ulong->double 
14024         implementation.
14025
14026         * basic-float.cs: Add an ulong->double cast test.
14027
14028 2007-12-15  Zoltan Varga  <vargaz@gmail.com>
14029
14030         * mini.c (mono_method_to_ir): Fix a warning.
14031
14032 2007-12-14  Zoltan Varga  <vargaz@gmail.com>
14033
14034         * mini-ops.h: Add OP_SWITCH.
14035
14036         * mini.c graph.c ssa.c aliasing.c mini-<ARCH>.c inssel-<ARCH>.brg: Avoid using
14037         CEE_SWITCH in back-end code, use OP_SWITCH instead.
14038
14039 2007-12-11  Geoff Norton  <gnorton@novell.com>
14040
14041         * mini-s390x.c: Minor change to the MAX() define to allow
14042         it to compile with other gcc versions.
14043
14044 2007-12-11  Geoff Norton  <gnorton@novell.com>
14045
14046         * cpu-s390x.md:
14047         * mini-s390x.c: Implement sext_i4 to fix the build on s390x
14048
14049 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
14050
14051         exceptions-arm.c (mono_arch_get_restore_context): Restore
14052         the frame pointer.
14053
14054         exceptions-arm.c (throw_exception): Save the frame pointer.
14055         This is a partial fix for #323747. Only the client side is
14056         fixed.
14057
14058 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
14059
14060         * mini.c (mono_method_to_ir): Verbose message in CEE_NEWOBJ
14061         was using an unrelated variable to log the class which
14062         needed the cctor to be called. This was crashing on arm.
14063
14064 2007-12-09  Robert Jordan  <robertj@gmx.net>
14065
14066         * mini-x86.c (mono_arch_emit_epilog):
14067         Consider all kinds of 64-bit types. Fixes #323114.
14068
14069 2007-12-08  Zoltan Varga  <vargaz@gmail.com>
14070
14071         * tramp-amd64.c (mono_arch_create_trampoline_code): Clean up the code a bit.
14072
14073 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
14074
14075         * mini-amd64.c (peephole_pass): Add a missing instruction check.
14076
14077 Fri Dec 7 22:08:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14078
14079         * mini.c: run type ctor before allocating an object, not only
14080         when running it's constructor method (fixes at least part of bug #342507).
14081
14082 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
14083         
14084         * mini-trampolines.c (mono_delegate_trampoline): Fix a warning.
14085         
14086         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove a debug printf.
14087         * mini.h mini-amd64.c mini-x86.c: Get rid of the mono_arch_find_vtable () 
14088         function.
14089
14090         * tramp-x86.c tramp-amd64.c mini-trampolines.c: Pass the vtable argument to
14091         mono_generic_class_init_trampoline () the same as it is done with the other
14092         trampolines.
14093
14094         * mini-arm.h mini-arm.c tramp-arm.c inssel-arm.brg cpu-arm.md 
14095         aot-runtime.c aot-compiler.c: Implement AOT support.    
14096
14097 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14098
14099         * mini-trampolines.c (mono_generic_class_init_trampoline): Fixed
14100         build for archs which don't have the vtable trampoline defined
14101         yet.
14102
14103 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
14104
14105         * tramp-x86.c (mono_arch_create_trampoline_code): Fix the build.
14106
14107         * tramp-ppc.c (mono_arch_create_trampoline_code): Use the new helper function.
14108
14109         * mini-trampolines.c (mono_get_trampoline_func): New helper function.
14110
14111         * tramp-<ARCH>.c: Use the new helper function.
14112
14113 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14114
14115         * inssel.brg: Added a pattern for the OP_TRAMPCALL_VTABLE
14116         trampoline call, which takes a vtable argument.
14117
14118         * graph.c, mini-ops.h, local-propagation.c, aliasing.c: Treat
14119         OP_TRAMPCALL_VTABLEs like other calls.
14120
14121         * mini-amd64.c, mini-amd64.h, mini-x86.c, mini-x86.h: Designated a
14122         register to hold the vtable argument to the OP_TRAMPCALL_VTABLE
14123         call.  Implemented a support function which fetches the vtable
14124         from a register set.
14125
14126         * mini.c, mini.h, tramp-amd64.c, tramp-x86.c, mini-trampolines.c:
14127         Implemented a generic class init trampoline, using the
14128         OP_TRAMPCALL_VTABLE opcode.
14129
14130         * mini.c: Implemented static field access when sharing generic
14131         code.  This implies initing the class using the new
14132         OP_TRAMPCALL_VTABLE call.
14133
14134 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14135
14136         * mini.c: Don't compile methods with sharing enabled if their
14137         classes are disabled for sharing.
14138
14139 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
14140
14141         * inssel.brg: Add a missing sign extension to the GETCHR and array access
14142         opcodes. Fixes #346563.
14143
14144         * objects.cs: Add a new test.
14145
14146         * aot-compiler.c (emit_method_code): Put back an #ifdef which is needed.
14147
14148         * mini-<ARCH>.h mini.c aot-compiler.c aot-runtime.c: Get rid of the
14149         HAVE_PIC_AOT define and use AOT_SUPPORTED instead.
14150
14151 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
14152
14153         * mini-arm.h mini-arm.c: Add support for the common vtable trampoline.
14154
14155 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
14156
14157         * mini-arm.c (mono_arch_emit_exceptions): Avoid uninitialized memory in the
14158         code stream.
14159
14160 2007-12-02  Zoltan Varga  <vargaz@gmail.com>
14161
14162         * patch-info.h (PATCH_INFO): Add DELEGATE_TRAMPOLINE.
14163
14164         * mini.c aot-compiler.c aot-runtime.c: Implement the delegate creation 
14165         optimization in the AOT case.
14166         
14167 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
14168
14169         * aot-runtime (mono_aot_get_method_from_vt_slot): Add support for multi-byte method ref encodings.
14170         
14171         * aot-runtime.c (decode_klass_ref): Implement decoding of generic instances.
14172
14173         * aot-compiler.c (encode_klass_ref): Implement proper encoding of generic instances.
14174
14175         * mini.c (mono_method_to_ir): Optimize the common ldftn+create delegate combination.
14176
14177         * mini-trampolines.c (mono_delegate_trampoline): Add some code to handle the case when the delegate
14178         is created by the inlined delegate ctor.
14179
14180         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.  
14181
14182         * mini.c (mono_jit_compile_method_inner): Replace calls to delegate invoke with the trampoline here too.
14183
14184 2007-11-29  Zoltan Varga  <vargaz@gmail.com>
14185
14186         * cpu-x86.md: Fix the length of ckfinite.
14187
14188 2007-11-28  Zoltan Varga  <vargaz@gmail.com>
14189
14190         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.
14191         
14192         * mini-x86.c (mono_arch_output_basic_block): Clean up the fp stack properly in CKFINITE.
14193         (mono_arch_output_basic_block): Get rid of unused last_ins and last_offset.
14194
14195         * mini-x86.c (mono_arch_output_basic_block): Add some micro optimizations.
14196
14197         * mini-x86.c inssel-x86.brg cpu-x86.md: Move the implementation of the 
14198         OP_START_HANDLER/OP_ENDFINALLY/OP_ENDFILTER opcodes to mini-x86.c.
14199
14200 2007-11-28  Martin Baulig  <martin@ximian.com>
14201
14202         * mini-x86.c
14203         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline()
14204         after creating the trampoline.
14205
14206 2007-11-27  Zoltan Varga  <vargaz@gmail.com>
14207
14208         * aot-runtime.c (load_aot_module): Check runtime version if needed.
14209
14210         * aot-compiler.c: Add bind-to-runtime-version for producing AOT files which only load into a runtime with
14211         the same version.
14212
14213         * generic-sharing.c (mono_helper_get_rgctx_other_ptr): Change the signature to take the calling class
14214         instead of the calling method to help AOT.
14215
14216         * mini.c (get_runtime_generic_context_other_ptr): Update after the change.
14217
14218 2007-11-26  Zoltan Varga  <vargaz@gmail.com>
14219
14220         * aot-runtime.c (mono_aot_init_vtable): Simplify this if MONO_ARCH_COMMON_VTABLE_TRAMPOLINE
14221         is defined.
14222
14223 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
14224
14225         * aot-compiler.c (emit_class_name_table): Properly encode generic class names.
14226         
14227         * aot-compiler.c (compile_method): Correct check for generic method definitions.
14228         (encode_method_ref): No need to handle generic method definitions specially.
14229
14230         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
14231
14232         * aot-runtime.c (decode_klass_ref): Clean this up and rename from 
14233         decode_klass_info.
14234
14235         * aot-compiler.c (encode_klass_ref): Clean this up and rename from
14236         encode_klass_info.
14237         (compile_method): Enable generic sharing.
14238
14239 2007-11-22  Zoltan Varga  <vargaz@gmail.com>
14240
14241         * mini.c (get_runtime_generic_context_other_ptr): Disable AOT here.
14242         (mini_method_compile): Add preliminary support for AOTing shared generic code.
14243
14244         * aot-compiler.c (compile_method): Add preliminary support for AOTing shared
14245         generic code.
14246
14247         * mini-trampolines.c: Fix a warning.
14248
14249         * mini.c (get_runtime_generic_context_other_ptr): Use NEW_METHODCONST instead of
14250         NEW_PCONST.
14251         (mono_method_to_ir): Use NEW_DOMAINCONST in one place.
14252         (generic_class_is_reference_type): Remove unused function.
14253
14254         * mini-trampolines.c (mono_magic_trampoline): Avoid loading metadata if possible
14255         in the generic vtable trampoline case.
14256
14257         * aot-runtime.c (mono_aot_init_vtable): Use the generic vtable trampoline.
14258         
14259         * aot-runtime.c (mono_aot_get_method_from_vt_slot): New helper function to
14260         return an AOT method based on a vtable slot.
14261
14262         * aot-compiler.c (compile_method): Avoid AOTing synchronized methods for now.
14263
14264         * mini.c (mini_get_vtable_trampoline): Export this.
14265
14266 2007-11-22  Martin Baulig  <martin@ximian.com>
14267
14268         * debug-debugger.h
14269         (MonoDebuggerInfo): Move `debugger_version' up.
14270
14271 2007-11-22  Martin Baulig  <martin@ximian.com>
14272
14273         * mini-amd64.c
14274         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline().
14275
14276         * mini-trampolines.c
14277         (mono_delegate_trampoline): Call mono_debugger_trampoline_compiled()
14278         after compiling the method.
14279
14280 2007-11-20  Martin Baulig  <martin@ximian.com>
14281
14282         * debug-mini.c
14283         (mono_debugger_insert_method_breakpoint): Moved into mono-debug-debugger.c.
14284         (mono_debugger_remove_breakpoint): Likewise.
14285         (mono_debugger_check_breakpoints): Likewise.
14286
14287         * debug-debugger.c: Implement the new breakpoint interface here.
14288
14289 2007-11-18  Zoltan Varga  <vargaz@gmail.com>
14290
14291         * mini-amd64.c (mono_arch_output_basic_block): Unify the implementation of
14292         CEE_CONV_I1/SEXT_I1 and I2 since they are the same.
14293
14294         * mini-x86.c (mono_arch_output_basic_block): Ditto.     
14295
14296 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
14297
14298         * mini-amd64.c (mono_arch_output_basic_block): Fix a typo.
14299
14300         * mini-x86.c (mono_arch_get_inst_for_method): Remove code which is now in
14301         mini.c.
14302
14303         * mini-ia64.c (mono_arch_get_inst_for_method): Remove code which is now in
14304         mini.c.
14305
14306         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for methods
14307         returning a vtype in a register.
14308
14309         * mini.c (mini_get_inst_for_method): Move the handling of the atomic operations
14310         here from the arch specific code.
14311
14312         * mini-amd64.c (mono_arch_get_inst_for_method): Remove code which is now in
14313         mini.c.
14314
14315         * mini-amd64.c (mono_arch_output_basic_block): Add some micro optimizations.
14316         (mono_arch_emit_prolog): Increment maximum prolog size.
14317
14318         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Move the implementation of the
14319         START_HANDLER/ENDFINALLY/ENDFILTER opcodes to mini-amd64.c.
14320
14321         * mini-x86.c (get_call_info): Receive a MonoCompile instead of a 
14322         MonoGenericSharingContext.
14323
14324         * mini-ia64.c (get_call_info): Receive a MonoCompile instead of a 
14325         MonoGenericSharingContext. Allocate memory from the cfg mempool.
14326
14327 2007-11-15  Mark Probst  <mark.probst@gmail.com>
14328
14329         * mini.c, mini.h, generic-sharing.c: Functions for producing code
14330         which extract fields out of the runtime generic context.  Full
14331         sharing of the NEWARR opcode.
14332
14333 Thu Nov 15 14:20:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14334
14335         * abcremoval.c, mini.c, ssa.c, ssapre.c: updated to implement
14336         --enable-minimal=ssa.
14337
14338 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
14339
14340         * mini-trampolines.c (mono_delegate_trampoline): Update after 
14341         mono_marshal_get_delegate_invoke () signature change.
14342
14343 2007-11-13  Mark Probst  <mark.probst@gmail.com>
14344
14345         * mini.c: Removed the shared context in favor of the generic
14346         sharing context.  Allocate the MonoJitInfo structure with room for
14347         the generic sharing context if it's needed.
14348
14349         * mini.h: Remove MonoGenericSharingContext declaration.  It's in
14350         domain-internals.h now.
14351
14352         * mini-x86.c: Pass the generic sharing context to get_call_info ().
14353
14354         * generic-sharing.c: Several changes for working without a shared
14355         context and instead operating on open types instead.
14356
14357 2007-11-12  David S. Miller  <davem@davemloft.net>
14358
14359        * inssel-sparc.brg: Fix double instruction emit.
14360
14361 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
14362
14363         * mini.c (mono_jit_runtime_invoke): Avoid trying to compile the Array 
14364         Get/Set/Address methods.
14365         
14366         * mini.c debug-debugger.c mini-trampolines.c: Update after 
14367         mono_marshal_get_delegate_invoke signature change.
14368
14369 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
14370
14371         * cpu-arm.md: Increase the max size of OP_THROW to 24 bytes.
14372         This can happens with dynamic methods. Fixes the other bug in #322722.
14373
14374 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
14375
14376         * tramp-arm.c (mono_arch_patch_callsite): Support patching
14377         BX call sequence.
14378
14379         * mini-arm.c (arm_patch): Implement patching of BX call
14380         sequence. Fixes one of the bugs in #322722.
14381
14382 2007-11-03  David S. Miller  <davem@huronp11.davemloft.net>
14383
14384        * mini-sparc.c (mono_arch_flush_icache): Make more efficient
14385        under Linux.  We only need to flush every 32-byte cache line.    
14386
14387 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
14388
14389         * mini.c:
14390         move_basic_block_to_end: Add branches when needed, eventually creating
14391         a new BB.
14392         optimize_branches: added a parameter that tells if it's ok to create
14393         new BBs (doing is "df_visit" has been called is (IMHO) a nightmare),
14394         and avoid calling move_basic_block_to_end when it's not ok.
14395         Fixes bug 318677.
14396
14397 2007-11-07  Mark Probst  <mark.probst@gmail.com>
14398
14399         * mini.c: Abort inlining call to InitializeArray if something
14400         looks wrong.  Let the icall handle it, which now has proper safety
14401         checks.
14402
14403 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
14404
14405         * mini.c (mono_spill_call): add support for soft-float.
14406
14407         * mini.c (mono_method_to_ir): add support for soft-float
14408         to inlined functions that return float.
14409
14410         * mini.c (mono_method_to_ir): add support for soft-float
14411         to cee_stsfld opcode on float fields.
14412
14413 2007-11-05  Geoff Norton  <gnorton@novell.com>
14414
14415         * mini-x86.h: Fix the structure access for X86 Leopard.
14416
14417
14418 2007-11-05  Martin Baulig  <martin@ximian.com>
14419
14420         * mini-trampolines.c
14421         (mono_magic_trampoline): Call mono_debugger_trampoline_compiled()
14422         after compiling the method to notify the debugger.
14423
14424 2007-11-05  Martin Baulig  <martin@ximian.com>
14425
14426         * debug-debugger.h (MonoDebuggerInfo): Use the new breakpoint tables.
14427
14428 2007-11-02  Zoltan Varga  <vargaz@gmail.com>
14429
14430         * mini-sparc.c (EMIT_COND_SYSTEM_EXCEPTION_GENERAL): Applied patch from
14431         David Miller <davem@davemloft.net>. Allow larger offsets in branches.
14432
14433 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
14434
14435         * mini-amd64.c (mono_arch_emit_prolog): Check the domain as well for
14436         native-to-managed wrappers.
14437         
14438 2007-11-01  Geoff Norton  <gnorton@novell.com>
14439
14440         * mini-ppc.h, mini-x86.h:  Handle Leopards renaming of some structure 
14441         members.
14442
14443 Wed Oct 31 20:23:14 CET 2007 Paolo Molaro <lupus@ximian.com>
14444
14445         * mini.c, mini-x86.c: when getting back from unmanaged code
14446         to managed via a marshaled delegate we also need to set the
14447         right domain.
14448
14449 Wed Oct 31 19:53:33 CET 2007 Paolo Molaro <lupus@ximian.com>
14450
14451         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: breakpoint table support
14452         for amd64.
14453
14454 Wed Oct 31 19:29:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14455
14456         * mini.c, mini.h, mini-x86, tramp-x86.c, mini-x86.h: added API to
14457         let the debugger or other external agents to tell the JIT when
14458         a sw breakpoint has been inserted in the code that the JIT needs
14459         to be able to inspect.
14460
14461 2007-10-31  Martin Baulig  <martin@ximian.com>
14462
14463         * debug-debugger.h
14464         (MonoDebuggerInfo): Remove `runtime_class_init'.
14465
14466 2007-10-30  Martin Baulig  <martin@ximian.com>
14467
14468         * debug-mini.h
14469         (mono_debugger_thread_created): Added `MonoThread *' argument.
14470         (mono_debugger_extended_notification): New public method.
14471         (mono_debugger_trampoline_compiled): New public method.
14472
14473         * debug-mini.c
14474         (MonoDebuggerThreadInfo): Added `thread' and
14475         `extended_notifications' fields.
14476
14477         * debug-debugger.c
14478         (debugger_executable_code_buffer): New static variable.
14479
14480         * debug-debugger.h
14481         (MonoDebuggerInfo): Added `executable_code_buffer',
14482         `executable_code_buffer_size', `breakpoint_info_area',
14483         `breakpoint_table' and `breakpoint_table_size'.
14484
14485 2007-10-26  Rodrigo Kumpera  <rkumpera@novell.com>
14486
14487         * mini-arm.c (mono_arch_build_imt_thunk): Take the advantage
14488         that IP  either is an unused value or the vtable pointer. IMT 
14489         calls use vtable + offset now. Reduced by almost half the size
14490         of IMT entries.
14491
14492 2007-10-26  Jonathan Chambers <joncham@gmail.com>
14493
14494         * mini-amd64.c: Begin Win64 port. Use AMD64_ARG_REG#
14495         defines to access param registers. Replace long usage with
14496         gsize as sizeof(long) != sizeof(void*) on Win64.
14497
14498         * mini-amd64.h: Add %rdi and %rsi to MonoLMF structure
14499         on Win64. Fix intrinsic, use _AddressOfReturnAddress
14500         instead of non-existant _GetAddressOfReturnAddress.
14501
14502         * tramp-amd64.c: Use AMD64_ARG_REG#     defines to access 
14503         param registers. Save/restore %rdi and %rsi in MonoLMF.
14504
14505         * exceptions-amd64.c: Use AMD64_ARG_REG# defines to access 
14506         param registers. Modify (throw_exception) signature to take 
14507         %rdi and %rsi on Win64. 
14508
14509         Code is contributed under MIT/X11 license.
14510
14511 Thu Oct 25 23:06:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14512
14513         * helpers.c: unlink debugging output files.
14514
14515 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
14516
14517         * mini.c: Move mono_create_ftnptr () to object.c.
14518
14519 2007-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
14520
14521         * helpers.c (mono_disassemble_code): MonoCompile parameter is now
14522         optional. This function can now be used to disassemble code generated
14523         outside the JIT such as trampolines and IMT thunks.
14524
14525         * mini-arm.h: defined MONO_ARCH_HAVE_IMT.
14526
14527         * mini-arm.c (decode_vcall_slot_from_ldr): added, extract the
14528         vtable pointer from a ldr instruction.
14529
14530         * mini-arm.c (mono_arch_get_vcall_slot_addr): support the
14531         new IMT call sequence.
14532
14533         * mini-arm.c (mono_arch_output_basic_block): emit the IMT
14534         call sequence for interface invocations.
14535
14536         * mini-arm.c (mono_arch_emit_imt_argument): added, required
14537         for imt support. This function is empty since IMT on ARM requires no
14538         special handling on the IR side.
14539
14540         * mini-arm.c (mono_arch_find_imt_method): added, required for
14541         imt support.
14542
14543         * mini-arm.c (mono_arch_find_this_argument): added, required
14544         for imt support.
14545
14546         * mini-arm.c (arm_emit_value_and_patch_ldr): added, patches
14547         a ldr instruction to load a value stored in the code stream.
14548
14549         * mini-arm.c (mono_arch_build_imt_thunk):added, required
14550         for imt support.
14551
14552
14553 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
14554
14555         * mini.c (mini_init): Install the jump trampoline callback.
14556
14557 Tue Oct 23 17:07:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14558
14559         * mini-trampolines.c: handle synchronized methods with the common
14560         vtable trampoline (bug #335601).
14561
14562 2007-10-17  Zoltan Varga  <vargaz@gmail.com>
14563
14564         * mini-ia64.h mini-amd64.c: Add support for the common vtable trampoline.
14565
14566         * inssel.brg (mini_emit_virtual_call): Fix the computation of ins->inst_offset on
14567         64 bit platforms.
14568
14569         * mini-ia64.h mini-ia64.c: Add support for IMT.
14570
14571         * mini-x86.c (mono_arch_emit_prolog): Increase the size allocated for the
14572         prolog. Fixes #331958.
14573
14574 2007-10-15  Zoltan Varga  <vargaz@gmail.com>
14575
14576         * mini-sparc.h mini-sparc.c: Add support for the common vtable trampoline.
14577
14578 Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14579
14580         * mini-ppc.c, mini-ppc.h: ppc support for the common vtable
14581         trampoline.
14582
14583 Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14584
14585         * mini-amd64.c, mini-amd64.h: amd64 support for the common vtable
14586         trampoline.
14587
14588 Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>
14589
14590         * mini-x86.c, mini-x86.h: x86 support for the common vtable
14591         trampoline.
14592
14593 Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14594
14595         * mini-trampolines.c: changed the magic rampoline to understand
14596         the common vtable trampoline method: the method to invoke is
14597         determined by the vtable displacement of the call.
14598
14599 Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
14600
14601         * mini.c, mini.h: register the common vtable trampoline if the
14602         architecture supports it.
14603
14604 Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14605
14606         * cpu-amd64.md: use the correct max length for tls_get.
14607
14608 2007-10-14  Zoltan Varga  <vargaz@gmail.com>
14609
14610         * mini.c (mono_method_to_ir): Use mini_get_class in CEE_LDELEM_ANY and
14611         CEE_STELEM_ANY. Fixes #333696.
14612
14613 Thu Oct 11 18:04:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
14614
14615         * exceptions-x86.c: provide more graceful handling of the case where
14616         we followed a bogus function pointer from managed code (bug #332866).
14617
14618 2007-10-11  Mark Probst  <mark.probst@gmail.com>
14619
14620         * mini.h, mini.c: Introduced the MonoGenericSharingContext, which
14621         replaces the generic_shared flag and will carry more information
14622         in the future.
14623
14624         * generic-sharing.c: Added mini_type_stack_size() which allows
14625         allows open types if given a generic sharing context.
14626         mini_get_basic_type_from_generic() takes a
14627         MonoGenericSharingContext* instead of a MonoCompile* now.
14628
14629         * mini-alpha.c, mini-amd64.c, mini-arm.c, mini-hppa.c,
14630         mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c, mini-s390x.c,
14631         mini-sparc.c, mini-x86.c: Trivial changes required by the two
14632         changes above.  Just passing arguments through to the right
14633         places.
14634
14635 Wed Oct 10 19:44:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14636
14637         * mini-arm.c: unify the call emission to emit_code_seq().
14638
14639 Wed Oct 10 13:05:46 CEST 2007 Paolo Molaro <lupus@ximian.com>
14640
14641         * tramp-arm.c: reduced the trampoline size.
14642
14643 2007-10-10  Mark Probst  <mark.probst@gmail.com>
14644
14645         * generic-sharing.c, mini.h, mini-amd64.c, mini-x86.c: Moved type
14646         variable handling out of arch-specific code.
14647
14648 Wed Oct 10 10:49:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
14649
14650         * mini-arm.c: implemented fast delegate dispatch.
14651
14652 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
14653
14654         * mini-amd64.c (mono_arch_compute_omit_fp): Add more checks to ensure
14655         that fp elimination is turned off if the space required by locals is too
14656         big. Fixes #331958.
14657
14658 Tue Oct 9 21:01:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
14659
14660         * Makefile.am, mini-arm.c, mini-arm.h, tramp-arm.c: ported
14661         ARM to the new style trampoline.
14662
14663 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
14664
14665         * tramp-amd64.c: Rework the specific trampoline code to make it smaller.
14666
14667         * mini-amd64.h mini-amd64.c: Export amd64_patch as mono_amd64_patch.
14668
14669 2007-10-09  Martin Baulig  <martin@ximian.com>
14670
14671         * debug-debugger.h
14672         (MonoDebuggerMetadataInfo): Added `field_info_type_offset' and
14673         `field_info_offset_offset'.     
14674
14675 Tue Oct 9 09:47:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
14676
14677         * mini-ppc.c, mini-ppc.h, mini-ops.h, inssel-ppc.brg, cpu-g4.md:
14678         removed more internal usage of the r11 register and made it available
14679         to the register allocator.
14680
14681 2007-10-08  Mark Probst  <mark.probst@gmail.com>
14682
14683         * mini.c, mini-amd64.c, mini-x86.c: Allow open generic contexts
14684         when sharing generics and treat type variables as references.
14685
14686 Mon Oct 8 10:55:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14687
14688         * mini-ppc.c: started removing the internal uses of register r11
14689         to eventually allow the register allocator to manage it as an
14690         additional available register.
14691
14692 Mon Oct 8 14:25:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
14693
14694         * tramp-amd64.c: fixed memory corruption in the trampoline generation.
14695
14696 Mon Oct 8 12:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14697
14698         * tramp-ppc.c, tramp-x86.c: reduce the alignment requirements for
14699         specific trampolines as they are not performance critical as a jump
14700         target (maybe align as before only for AOT code?). This saves about
14701         200 KB of native code on x86 for monodevelop startup.
14702
14703 Mon Oct 8 10:04:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14704
14705         * tramp-ppc.c: reduce the size of the trampolines, saves 160KB on
14706         monodevelop startup.
14707
14708 2007-10-06  Zoltan Varga  <vargaz@gmail.com>
14709
14710         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Allow signed displacements.
14711
14712         * mini-sparc.h mini-sparc.c: Implement IMT support.
14713
14714         * tramp-sparc.c (mono_arch_create_trampoline_code): Rework the trampoline code so
14715         its smaller and doesn't clobber sparc_g1.
14716
14717         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Update after trampoline changes.
14718
14719 Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14720
14721         * mini-ppc.c: optimized the size of the IMT thunks a bit.
14722
14723 Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
14724
14725         * mini-ppc.c: implemented fast delegate invocation.
14726
14727 Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14728
14729         * mini-ppc.h, mini-ppc.c: IMT support for the PPC architecture.
14730
14731 Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14732
14733         * mini-ppc.c, mini-ppc.h, tramp-ppc.c, Makefile.am: port the PPC
14734         code to the new style trampoline in preparation for IMT support.
14735
14736 Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
14737
14738         * mini-ppc.c, tramp-ppc.c: don't use r13 as it's used by the PPC EABI
14739         systems already. This also reduces the specific trampiline sizes and
14740         prepares for the use of r12 as the IMT identifier register.
14741
14742 Thu Oct 4 16:38:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14743
14744         * mini-mips.h: endianess fix (simplified from a patch by
14745         Thomas Kunze <thommy@tabao.de>, bug #323737).
14746
14747 Thu Oct 4 14:43:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14748
14749         * exceptions-ppc.c, mini-ppc.h: refactor to use macros
14750         to access ucontext fields and enable netbsd support
14751         (partially from Magnus Henoch <mange@freemail.hu>).
14752
14753 Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14754
14755         * genmdesc.pl: patch from Henryk Plotz <henryk@openmoko.org> to
14756         use the preprocessor from the CPP env var if it is set.
14757
14758 Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14759
14760         * mini-trampolines.c: fixed an assertion and moved it earlier in the
14761         code, before interface_offset gets used.
14762
14763 2007-10-02  Zoltan Varga  <vargaz@gmail.com>
14764
14765         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call 
14766         mono_class_setup_vtable () before accessing klass->vtable.
14767
14768 2007-10-01  Zoltan Varga  <vargaz@gmail.com>
14769
14770         * aot-compiler.c (get_plt_index): Rework the handling of wrappers to be not so
14771         hackish.
14772
14773 Mon Oct 1 15:00:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14774
14775         * mini.c, mini-trampolines.c, mini.h: enable the lazy filling of the
14776         IMT slots (this saves hundreds of KB of memory in programs like
14777         IronPython and Monodevelop).
14778
14779 Mon Oct 1 14:44:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
14780
14781         * mini.c: print the delegate counter.
14782
14783 Mon Oct 1 14:36:50 CEST 2007 Paolo Molaro <lupus@ximian.com>
14784
14785         * mini-x86.c: make it easier to enable the debugging code for IMT
14786         slots.
14787
14788 2007-09-28  Martin Baulig  <martin@ximian.com>
14789
14790         * debug-debugger.h
14791         (MonoDebuggerMetadataInfo): Add `klass_image_offset',
14792         `mono_method_klass_offset' and `mono_method_token_offset'.
14793
14794 2007-09-20  Mark Probst  <mark.probst@gmail.com>
14795
14796         * mini.c: First generics sharing implementation.  Can only share
14797         in very simple cases.  If sharing doesn't work it falls back to
14798         dedicated compilation.
14799
14800         * mini.h: Flag in MonoCompile to specify whether generic
14801         compilation is shared.  Flags enum for marking which generic inst
14802         of a context is used.  Prototypes for helper functions.
14803
14804         * generic-sharing.c: Helper functions for generic method sharing.
14805
14806         * optflags-def.h: Optimization flag (gshared) for enabling generic
14807         method sharing added.
14808
14809         * Makefile.am: generic-sharing.c added.
14810
14811 2007-09-19 Daniel Nauck <dna@mono-project.de>
14812
14813         * mini.c (mono_thread_abort): fixed typo in r86014. It should be '==' instead of '!='.
14814
14815 2007-09-19  Massimiliano Mantione  <massi@ximian.com>
14816         * mini.c (mono_thread_abort): Correctly handle ThreadAbortException,
14817         fixes bug 325507.
14818
14819 2007-09-19  Martin Baulig  <martin@ximian.com>
14820
14821         * mini.c (mini_cleanup): Only call mono_debugger_cleanup() here;
14822         mono_debug_cleanup() is now part of mono_cleanup().
14823
14824 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
14825
14826         * driver.c (mono_main): Fix a warning.
14827
14828 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
14829
14830         * aot-compiler.c: Optimize various parts when processing large assemblies.
14831         Fixes ##325568.
14832
14833         * mini.c (mono_patch_info_hash): Improve hash function.
14834
14835 2007-09-14  Jonathan Chambers <joncham@gmail.com>
14836
14837         * mini-exceptions.c: Add HAVE_UNISTD_H check around include.
14838         
14839         Code is contributed under MIT/X11 license.
14840
14841 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14842
14843         * mini.c (mini_init): Fix a leak.
14844
14845         * debug-mini.c (mono_debug_free_method_jit_info): Fix a leak.
14846
14847 Fri Sep 14 12:53:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
14848
14849         * mini.c: redirect string.InternalAllocStr() to the managed allocator.
14850
14851 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14852
14853         * mini-amd64.c (mono_arch_find_imt_method): Add support for AOT code.
14854
14855 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14856
14857         * Makefile.am generics-variant-types.2.il generics.cs: Add some generics
14858         variance tests.
14859
14860         * inssel.brg: Reorganize the isinst/castclass code to reduce code duplication.
14861
14862         * mini.c (handle_alloc): Enable managed allocators in AOT code.
14863
14864         * aot-compiler.c (encode_patch): Add support for MONO_WRAPPER_ALLOC.
14865
14866         * aot-runtime.c (decode_patch_info): Ditto.
14867
14868 2007-09-12  Jonathan Chambers <joncham@gmail.com>
14869
14870         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement
14871         static case. Cache delegates in architecture specific code, 
14872         based on number of parameters.
14873         
14874         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Cache delegates
14875         in architecture specific code, based on number of parameters.
14876         
14877         * mini-trampolines.c (mono_delegate_trampoline): Architecture specific 
14878         caching happen in architecture specific code now.
14879         
14880         Code is contributed under MIT/X11 license.
14881
14882 2007-09-12  Jonathan Chambers <joncham@gmail.com>
14883
14884         * mini.h, mini.c, mini-x86.c, mini-amd64.c, mini-hppa.c, mini-mips.c,
14885         mini-s390x.c, mini-arm.c, mini-ia64.c, mini-sparc.c, mini-ppc.c, mini-alpha.c,
14886         mini-s390.c: Add mono_arch_init and mono_arch_cleanup methods.
14887
14888         Code is contributed under MIT/X11 license.
14889
14890 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
14891         * mini.c: (mono_thread_abort) Fixed bug #82416.
14892
14893 Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
14894
14895         * mini.: hook the new managed GC allocation feature into the JIT.
14896
14897 Tue Sep 11 16:14:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
14898
14899         * mini.c: implementation for the new runtime tls opcode.
14900
14901 2007-09-11  Martin Baulig  <martin@ximian.com>
14902
14903         * debug-debugger.h
14904         (MonoDebuggerMetadataInfo): Add `mono_method_flags_offset' and
14905         `mono_method_inflated_offset'.
14906
14907 2007-09-07  Zoltan Varga  <vargaz@gmail.com>
14908
14909         * driver.c mini.h mini.c: Add a new devel command line option for injecting
14910         async exceptions into a method.
14911
14912         * mini-amd64.h mini-amd64.c: Implement injecting of async exceptions for the
14913         purpose of testing whenever the unwinder works at every instruction.
14914
14915 Thu Sep 6 12:42:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14916
14917         * mini.c: check accessibility of method used in ldftn (fixes
14918         bug #82635).
14919
14920 2007-09-04  Zoltan Varga  <vargaz@gmail.com>
14921
14922         * mini-amd64.c (mono_arch_output_basic_block): Fix a warning.
14923
14924         * inssel.brg: Fix a warning.
14925
14926 2007-09-03  Martin Baulig  <martin@ximian.com>
14927
14928         * debug-debugger.c: `MONO_DEBUGGER_EVENT_INITIALIZE_MANAGED_CODE'
14929         now takes the `main_method' as argument.
14930
14931 2007-09-02  Zoltan Varga  <vargaz@gmail.com>
14932
14933         * cpu-sparc.md (endfilter): Add missing src1:i argument.
14934
14935 2007-08-30  Jonathan Chambers <joncham@gmail.com>
14936
14937         * driver.c: include the cil-coff.h header on Windows.
14938         
14939         Code is contributed under MIT/X11 license.
14940
14941 Thu Aug 30 16:17:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
14942
14943         * mini.c, driver.c: don't include the cil-coff.h header.
14944
14945 Thu Aug 30 14:50:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
14946
14947         * mini.c: flag places that needs fixes fo soft-float support.
14948
14949 Wed Aug 29 18:26:20 CEST 2007 Paolo Molaro <lupus@ximian.com>
14950
14951         * mini.h, inssel-float.brg: fix soft-float constant loads on big
14952         endian systems (partially from Dean Jenkins, bug #81924).
14953
14954 2007-08-28  Mark Probst  <mark.probst@gmail.com>
14955
14956         * mini.c (check_linkdemand): Remove embedded reference object in
14957         call to LinkDemandSecurityException.
14958         (mono_jit_compile_method_inner): Call LinkDemandSecurityException
14959         with an IntPtr instead of a reference object.
14960
14961 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
14962
14963         * mini.c (handle_initobj): Handle alignment properly.
14964
14965         * inssel.brg (mini_emit_memset): Ditto. 
14966
14967         * inssel.brg (mini_emit_memcpy): Ditto. 
14968
14969         * inssel-sparc.brg: Ditto.              
14970
14971         * mini.h mini.c inssel-*.brg: Pass alignment information to OP_MEMCPY/MEMSET.
14972
14973 2007-08-26  Zoltan Varga  <vargaz@gmail.com>
14974
14975         * mini-exceptions.c (mono_handle_exception_internal): Skip the first frame for
14976         exceptions raised in unmanaged code. Fixes part of #82594.
14977
14978 2007-08-24  Mark Probst  <mark.probst@gmail.com>
14979
14980         * mini.c (mono_method_to_ir), declsec.c
14981         (mono_declsec_linkdemand_aptc): Fixed custom attr leaks.
14982
14983 2007-08-22  Martin Baulig  <martin@ximian.com>
14984
14985         * debug-mini.h
14986         (MonoDebuggerThreadInfo): New typedef.
14987         (mono_debugger_thread_table): New global variable.
14988         (mono_debugger_thread_created): New public function.
14989         (mono_debugger_thread_cleanup): New public function.
14990
14991         * debug-debugger.h
14992         (MonoDebuggerInfo):
14993         - removed `get_current_thread' and `lookup_assembly'.
14994         - removed `data_table'.
14995         - added `thread_table'.
14996
14997         * mini.c
14998         (mono_thread_start_cb): Call mono_debugger_thread_created().
14999         (mono_thread_attach_cb): Likewise.
15000         (mini_thread_cleanup): Call mono_debugger_thread_cleanup().
15001         (mini_cleanup): Move mono_debug_cleanup() down, after free'ing the
15002         initial domain.
15003
15004         * driver.c (mono_main): Move mono_debug_init() up, before calling
15005         mini_init(); mono_debug_init_1() and mono_debug_init_2() are gone.
15006
15007 Tue Aug 21 16:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15008
15009         * mini-x86.c, inssel-x86.brg: group multiple stack adjustments
15010         together when passing several arguments of type double (gives a small
15011         speedup and saves a few bytes of generated code).
15012
15013 2007-08-20  Jb Evain  <jbevain@novell.com>
15014
15015         * mini.c (mono_method_to_ir): fix leak on InvalidProgramException.
15016
15017 2007-08-20  Jb Evain  <jbevain@novell.com>
15018
15019         * mini.c (mono_method_to_ir): throw MethodAccessException
15020         and FieldAccessException instead of InvalidProgramException.
15021
15022 2007-08-20  Mark Probst  <mark.probst@gmail.com>
15023
15024         * mini.c: CoreCLR security checks.
15025
15026         * mini.h: Removed MonoSecurityMode (moved to
15027         metadata/security-manager.h) and mono_security_mode global var
15028         (replaced by set/get functions in security-manager.h).
15029
15030         * driver.c: Added "core-clr-test" security mode for testing.  Used
15031         set-function for setting security mode.
15032
15033 2007-08-17  Mark Probst  <mark.probst@gmail.com>
15034
15035         * mini.c: MonoJitInfo's are freed hazardously now.  Statistics for
15036         the new jit_info_table.
15037
15038         * driver.c: Test code for the new jit_info_table (enabled by the
15039         define MONO_JIT_INFO_TABLE_TEST).
15040
15041 2007-08-14  Zoltan Varga  <vargaz@gmail.com>
15042
15043         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
15044         detection of call <REG> instruction sequence. Fixes build on freebsd.
15045
15046 2007-08-13  Zoltan Varga  <vargaz@gmail.com>
15047
15048         * mini-exceptions.c: Fix a warning.
15049
15050 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
15051
15052         * exceptions-amd64.c (mono_arch_handle_altstack_exception): Enable the new
15053         stack overflow handling code on amd64 too.
15054
15055         * mini-exceptions.c (mono_setup_altstack): Make this use 
15056         mono_thread_get_stack_bounds ().
15057
15058         * mini-x86.h: Disable sigaltstack on solaris x86.
15059
15060 2007-08-10  Zoltan Varga  <vargaz@gmail.com>
15061
15062         * mini-exceptions.c (mono_setup_altstack): Enable this to work on solaris x86.
15063
15064 2007-08-10  Geoff Norton  <gnorton@customerdna.com>
15065
15066         * tramp-x86.c: Remove some unneeded alignment changes on Apple.  Fixes #82387.
15067
15068 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
15069
15070         * mini-exceptions.c (mono_print_thread_dump): Enable this on amd64 too.
15071
15072         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Fix a warning.
15073
15074 2007-08-03  Neale Ferguson <neale@sinenomine.net>
15075
15076         * mini-s390.c (add_general): Adjust offset calculation to take into account of rounding up
15077         due to alignment.
15078
15079 Thu Aug 2 17:36:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15080
15081         * mini-ppc.c: avoid an invalid encoding of unsigned right shift by 0
15082         to be emitted (bug #82281).
15083
15084 2007-08-01  Martin Baulig  <martin@ximian.com>
15085
15086         Merged the `debugger-dublin' branch.
15087
15088         * debug-debugger.h (MonoDebuggerInfo):
15089         Removed the `old_*' compatibility entries.
15090         Added `debugger_version' and `data_table'.
15091         Renamed `get_method_addr_or_bpt' -> `insert_breakpoint'.
15092         Renamed `remove_method_breakpoint' -> `remove_breakpoint'.
15093
15094         * debug-mini.c
15095         (MiniDebugMethodBreakpointInfo): Add `address_list'.
15096         (mono_debugger_check_breakpoints): Take a `MonoDebugMethodAddress *'
15097         instead of a `gconstpointer'.
15098         (mono_debugger_insert_method_breakpoint): Return a
15099         `MonoDebugMethodAddressList *'.
15100
15101 2007-06-28  Martin Baulig  <martin@ximian.com>
15102
15103         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
15104
15105 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
15106
15107         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Avoid using 
15108         __builtin_frame_address () since it is broken on older gcc versions.
15109
15110 Tue Jul 31 17:34:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
15111
15112         * mini.c, mini.h, mini-exceptions.c: added a bit of documentation
15113         on the stack overflow handling and made the managed stack overflows
15114         catchable in most cases using soft guard pages.
15115         * exceptions-x86.c: added code to restore the protection in the soft
15116         guard pages at the end of exception handling.
15117
15118 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
15119
15120         * mini.c (SIG_HANDLER_SIGNATURE): Fix a warning.
15121
15122 Mon Jul 30 17:43:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
15123
15124         * exceptions-ppc.c, mini-ppc.h: arch-specific stack overflow
15125         exception handling.
15126
15127 Mon Jul 30 17:38:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
15128
15129         * mini-alpha.h, mini-ia64.h, mini-sparc.h: disable the altstack
15130         signal handling support until it has been ported to the new mechanism.
15131         * mini.c: fixed stack overflow detection and use the new
15132         architecture code  to handle signals on the altstack.
15133
15134 Mon Jul 30 17:33:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
15135
15136         * exceptions-amd64.c, mini-amd64.h: amd64 code to handle
15137         stack overflows on the alt stack.
15138
15139 Mon Jul 30 17:29:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
15140
15141         * exceptions-x86.c, mini-x86.h, mini.h: new code to handle
15142         stack overflows on the alt stack.
15143
15144 Mon Jul 30 11:50:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
15145
15146         * exceptions-ppc.c: cleanup preparing for altstack support.
15147
15148 Mon Jul 30 11:31:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
15149
15150         * exceptions-arm.c: cleanup preparing for altstack support.
15151
15152 2007-07-27  Mark Probst  <mark.probst@gmail.com>
15153
15154         * mini.c (print_jit_stats): Output hazard pointer stats.
15155
15156 2007-07-26  Mark Probst  <mark.probst@gmail.com>
15157
15158         * driver.c, mini.c: Replaced security mode flags with a single
15159         enum variable.
15160
15161 Thu Jul 26 20:12:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15162
15163         * mini.c, mini-exceptions.c: cleanup the sigaltstack code.
15164
15165 2007-07-25  Mark Probst  <mark.probst@gmail.com>
15166
15167         * mini.c, mini.h, driver.c (mono_main): Added command-line flag
15168         (which doesn't do anything yet) for activating Core CLR
15169         (Silverlight) security.
15170
15171 Tue Jul 24 21:16:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
15172
15173         * mini-codegen.c: work around a possible gcc bug on arm.
15174
15175 Tue Jul 24 17:20:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
15176
15177         * driver.c, mini-x86.h, mini-amd64.h: print a nice error
15178         message for platforms that don't support AOT compilation.
15179
15180 Mon Jul 23 10:29:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
15181
15182         * mini.h, mini.c, driver.c: temporary smcs hack.
15183
15184 Mon Jul 23 09:29:34 CEST 2007 Paolo Molaro <lupus@ximian.com>
15185
15186         * mini-arm.h, mini-arm.c: arm EABI fixes.
15187
15188 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
15189
15190         * exceptions-x86.c (mono_arch_find_jit_info): Handle the lmf->method == NULL
15191         case.
15192
15193         * tramp-x86.c (mono_arch_create_trampoline_code): Only set lmf->method for
15194         trampolines taking a method argument.
15195
15196         * mini-x86.h (MonoLMF): Add an 'esp' field plus comments.
15197
15198         * mini-x86.c (mono_arch_emit_prolog): Update after changes to the LMF structure.
15199         * tramp-x86.c (mono_arch_create_trampoline_code): Ditto.
15200
15201         * exceptions-x86.c (mono_arch_get_jit_info): Properly clean up the stack after
15202         JIT compilation throws an exception. Fixes #82050.
15203
15204 2007-07-19  Mark Probst  <mark.probst@gmail.com>
15205
15206         * mini.c: Removed the MonoLoaderErrorKind enum and replaced it
15207         with the MONO_EXCEPTION_ defines.
15208
15209 2007-07-17  Zoltan Varga  <vargaz@gmail.com>
15210
15211         * mini-amd64.c (mono_arch_find_imt_method): Handle mov reg,IMM64 case. Fixes
15212         #82117.
15213         
15214         * mini-amd64.c (mono_arch_find_imt_method): Add some debug code to help find out
15215         the cause of an assertion.
15216
15217 Mon Jul 16 19:31:21 CEST 2007 Paolo Molaro <lupus@ximian.com>
15218
15219         * mini.c, jit-icalls.c: mono_get_inflated_method() is obsolete,
15220         removed.
15221
15222 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
15223
15224         * mini-amd64.c (mono_arch_build_imt_thunk): Remove the non-32bit MonoMethod
15225         assert. Should fix #82103.
15226
15227 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
15228
15229         * mini-exceptions.c (mono_jit_walk_stack_from_ctx): Use MONO_CONTEXT_GET_SP ()
15230         here too. Fixes #82095.
15231
15232         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for non-32bit MonoMethod
15233         addresses.
15234
15235         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a couple asserts.
15236
15237         * mini-amd64.h: Enable IMT for amd64.
15238         
15239         * mini-amd64.c (mono_arch_build_imt_thunk): Optimize IMT thunk size.
15240
15241 2007-07-12  Zoltan Varga  <vargaz@gmail.com>
15242
15243         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for IMT call sequences.
15244
15245 2007-07-12  Mark Probst  <mark.probst@gmail.com>
15246
15247         * mini.c (check_linkdemand, mono_method_to_ir): Abort compilation
15248         as soon as check_linkdemand sets an exception_type.
15249
15250 Thu Jul 12 12:18:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15251
15252         * mini-x86.c: fixed offsets for IMT call sequence.
15253         * mini-x86.h: enable IMT again.
15254
15255 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15256
15257         * trace.c (mono_trace_enter_method): Decode MonoType too.
15258
15259         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Handle signed displacements too.
15260
15261         * mini.h mini-x86.h mini-trampolines.c: Change the signature of mono_arch_find_imt_method () to pass the calling code address too.
15262
15263         * mini-amd64.c: Add preliminary IMT implementation.
15264         
15265 Wed Jul 11 18:21:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
15266
15267         * mini-x86.c: adjusted mono_arch_get_vcall_slot_addr () to
15268         understand the new IMT-base interface invocation (thanks to
15269         Daniel Nauck for the report and the remote debugging session).
15270
15271 Wed Jul 11 14:54:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
15272
15273         * mini-x86.c: size and speed optimizations for the IMT bsearch.
15274
15275 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15276
15277         * Makefile.am (aotcheck): Make this actually use the AOTed code.
15278
15279 Wed Jul 11 12:41:32 CEST 2007 Paolo Molaro <lupus@ximian.com>
15280
15281         * mini-trampolines.c: implement AOT IMT support.
15282         * mini-x86.h: enable IMT support for wider testing.
15283
15284 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15285
15286         * inssel.brg (emit_imt_argument): Add aot support here.
15287
15288         * aot-runtime.c (decode_patch_info): Fix reading of MONO_PATCH_INFO_METHOD.
15289
15290 Tue Jul 10 17:50:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
15291
15292         * mini-x86.c, mini-x86.h, tramp-x86.c: x86 arch-specific changes
15293         of the IMT implementation, partially from massi, with my
15294         implementation of the bsearch sequence. Disabled by default until
15295         the AOT code is implemented.
15296
15297 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15298
15299         * cpu-x86.md: The source argument of sext_i1/i2 must by a byte reg.
15300
15301         * inssel-x86.brg: Add reg:ldind.i1(regvar) rules. Fixes #82056.
15302
15303 Tue Jul 10 17:33:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15304
15305         * inssel.brg, mini.c, mini.h, mini-trampolines.c:
15306         arch-independent IMT JIT code from Massimiliano
15307         Mantione (massi@ximian.com) with small cleanups from me.
15308
15309 Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
15310
15311         * Makefile.am: fix svn invocation to get the svn revision to be
15312         independent of the local language (build fix).
15313
15314 2007-07-09  Mark Probst  <mark.probst@gmail.com>
15315
15316         * mini.c (inline_method): Reset cfg->exception_type if the
15317         inlining is aborted.  Fixes: 82049.
15318
15319 Mon Jul 9 17:26:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
15320
15321         * mini.c: remove assert from exception handling code when exception_ptr
15322         is not set.
15323
15324 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15325
15326         * mini.c (mono_codegen): Add an assert.
15327
15328         * mini-x86.c (mono_arch_emit_prolog): Allocate space for the profiler method 
15329         enter and leave code.
15330         * mini-amd64.c (mono_arch_emit_prolog): Likewise.
15331
15332 Thu Jul 5 20:12:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
15333
15334         * mini-ppc.c: fixed memory corruption for localloc(0)
15335         (bug #81852).
15336
15337 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15338         
15339         * mini.c: Fix warnings.
15340
15341 Wed Jul 4 15:30:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
15342
15343         * optflags-def.h, mini-x86.c: added sse2 optimization flag and use it
15344         to emit better double->int conversions.
15345
15346 Tue Jul 3 19:42:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
15347
15348         * mini.c: the provided Min/Max optimizations are valid for unisgned
15349         ints.
15350
15351 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
15352
15353         * 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
15354
15355 2007-06-28  Miguel de Icaza  <miguel@novell.com>
15356
15357         * mini.c (mono_running_on_valgrind): Add support for reporting the
15358         method and  its boundaries to valgrind.
15359
15360 2007-06-28  Martin Baulig  <martin@ximian.com>
15361
15362         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
15363
15364 2007-06-25  Zoltan Varga  <vargaz@gmail.com>
15365
15366         * ssa.c (visit_inst): Add support for OP_BR. Fixes #81946.
15367
15368         * generic.2.cs: Add new test case.
15369
15370 2007-06-25  Martin Baulig  <martin@ximian.com>
15371
15372         Merged the `debugger-dublin' branch.
15373
15374         * debug-mini.c
15375         (mono_debugger_insert_method_breakpoint): New public method.
15376         (mono_debugger_remove_method_breakpoint): Likewise.
15377         (mono_debugger_check_breakpoints): New static method.
15378         (mono_debug_close_method): Call mono_debugger_check_breakpoints().
15379
15380         * debug-debugger.h (MonoDebuggerInfo):
15381         Renamed (to keep backward compatibility in the vtable):
15382         `insert_breakpoint' -> `old_insert_breakpoint'.
15383         `remove_breakpoint' -> `old_remove_breakpoint'.
15384         `create_string' -> `old_create_string'.
15385         `lookup_class' -> `old_lookup_class'.
15386         `lookup_type' -> removed; changed into a dummy field.
15387         `lookup_assembly' -> `old_lookup_assembly'.
15388         Added (same functionality, but different signature):
15389         `create_string', `lookup_class', `lookup_assembly'
15390         Added new:
15391         `get_method_addr_or_bpt', `remove_method_breakpoint',
15392         `runtime_class_init'.
15393
15394         * debug-debugger.c: Merged the `debugger-dublin' branch.
15395
15396 2007-06-23  Zoltan Varga  <vargaz@gmail.com>
15397
15398         * mini-amd64.c (peephole_pass_1): Optimize away moves at the beginning of the bb as
15399         well.
15400         (peephole_pass): Likewise.
15401
15402 Fri Jun 22 09:17:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
15403
15404         * driver.c: hopefully make setaffinity work also for ancient
15405         versions of linux.
15406
15407 2007-06-22  Atsushi Enomoto  <atsushi@ximian.com>
15408
15409         * driver.c : win32 build fix.
15410
15411 Thu Jun 21 19:24:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
15412
15413         * driver.c: check for the MONO_NO_SMP env var and bind to a single
15414         processor if it is set.
15415
15416 2007-06-21  Martin Baulig  <martin@ximian.com>
15417
15418         * debug-mini.h: New file.
15419
15420         * debug-mini.c
15421         (mono_debugger_insert_breakpoint_full): Moved here from
15422         ../metadata/mono-debug-debugger.c.
15423         (mono_debugger_remove_breakpoint): Likewise.
15424         (mono_debugger_breakpoint_callback): Likewise.
15425
15426 2007-06-15  Raja R Harinath  <rharinath@novell.com>
15427
15428         * jit-icalls.c (mono_helper_compile_generic_method): Update to
15429         changes in MonoGenericClass.
15430
15431 2007-06-14  Zoltan Varga  <vargaz@gmail.com>
15432
15433         * mini-codegen.c (mono_opcode_to_type): Fix ia64 build.
15434
15435 2007-06-14  Raja R Harinath  <rharinath@novell.com>
15436
15437         * jit-icalls.c (mono_helper_compile_generic_method): Update to
15438         removal of MonoGenericMethod.
15439
15440 Thu Jun 14 12:42:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15441
15442         * mini-exceptions.c: hooks for the exception events profiling API.
15443
15444 2007-06-14  Randolph Chung  <tausq@debian.org>
15445
15446         * Makefile.ma: Add hppa target.
15447         * mini-arch.h: Include mini-hppa.h
15448         * cpu-hppa.md, exceptions-hppa.c, inssel-hppa.brg, mini-hppa.c,
15449         mini-hppa.h, tramp-hppa.c: New files for 32-bit HPPA port.
15450         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15451
15452 2007-06-14  Randolph Chung  <tausq@debian.org>
15453
15454         * inssel.brg: Add rules for "chained" compare-branch operations so that
15455         a single compare op can affect multiple branches.  Adjust cost for
15456         OP_CEQ/OP_CGT/OP_CGT_UN/OP_CLT/OP_CLT_UN.
15457         * inssel-long32.brg: Update rules to use compare-branch macros.  Adjust
15458         cost for some rules so that they can more easily be overridden by
15459         per-arch rules (with fixes from lupus).
15460         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15461
15462 2007-06-13  Randolph Chung  <tausq@debian.org>
15463
15464         * mini-ops.h: Reorder branch ops so that they match the order of the
15465         corresponding CEE_* ops.  The code expects them this way.
15466         Add new ops for HPPA target.
15467         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15468
15469 2007-06-13  Randolph Chung  <tausq@debian.org>
15470
15471         * mini-exceptions.c: Handle cases where the stack grows towards
15472         larger addresses.
15473         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15474
15475 Wed Jun 13 19:13:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
15476
15477         * jit-icalls.c, mini.h, mini.c: added virtual generic invoke
15478         counter.
15479         * driver.c: explain where a non-matching corlib is found.
15480
15481 2007-06-13  Mark Probst  <mark.probst@gmail.com>
15482
15483         * mini.c (print_jit_stats): Output dynamic code allocation stats.
15484
15485 2007-06-10  Sanghyeon Seo <sanxiyn@gmail.com>
15486
15487         * mini-exceptions.c: Generate a method profile leave event during
15488         an exception to ensure that the profiler gets notified.
15489
15490 2007-06-07  Zoltan Varga  <vargaz@gmail.com>
15491
15492         * mini-amd64.c (peephole_pass): Merge some small changes from the linear-ir 
15493         branch.
15494
15495         * cpu-amd64.md: Add long_and/or/xor opcodes.
15496
15497 2007-06-06  Wade Berrier  <wberrier@novell.com>
15498
15499         * cpu-s390x.md (shr_imm): Correct the length of shr_imm instruction.
15500         (./class/lib/monolite/mcs.exe:25498): WARNING **: wrong maximal instruction 
15501         length of instruction shr_imm (expected 8, got 10)
15502
15503 2007-06-06  Zoltan Varga  <vargaz@gmail.com>
15504
15505         * mini-ia64.c (mono_arch_output_basic_block): Really fix the build.
15506
15507 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15508
15509         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
15510         MonoInternalHashTable again (fixed bug in the internal hash table
15511         code).
15512
15513 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15514
15515         * mini.c, driver.c: Reverted the MonoInternalHashTable changes.
15516         Have to figure out what makes it crash the SWF regression.
15517
15518 2007-06-05  Zoltan Varga  <vargaz@gmail.com>
15519
15520         * mini-ia64.c (mono_arch_lowering_pass): Fix ia64 build.
15521
15522 Tue Jun 5 17:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15523
15524         * mini.c: optimize out the type check when storing null in a
15525         reference array.
15526
15527 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15528
15529         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
15530         MonoInternalHashTable.
15531
15532 Mon Jun 4 11:29:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
15533
15534         * inssel.brg, mini.c, mini-ops.h: optimized Math.Mini/Max
15535         signed integer methods.
15536
15537 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
15538
15539         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case 
15540         permanently since the current approach doesn't work.
15541
15542 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
15543
15544         * inssel.brg (stmt): Only call delegate->invoke_impl if 
15545         MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE is defined.
15546
15547 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
15548
15549         * mini-amd64.c (mono_arch_output_basic_block): Unify div/rem opcodes and handle
15550         the sreg2==rdx case.
15551         
15552         * mini-amd64.c cpu-amd64.md: Correct length of r4const instruction and take into
15553         account if it contains a rex prefix.
15554         (peephole_pass): Handle OP_FMOVE as well.
15555
15556 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
15557
15558         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case for now
15559         as it causes regressions.
15560
15561 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
15562
15563         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement support for the
15564         static case as well.
15565
15566         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix ia64 build.
15567
15568         * mini-x86.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
15569         (mono_arch_get_this_arg_from_call): Ditto.
15570
15571         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Removed.
15572
15573         * inssel.brg (mini_emit_virtual_call): Call delegate->Invoke through the delegate's
15574         invoke_impl field.
15575
15576         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
15577         (mono_arch_get_this_arg_from_call): Ditto.
15578
15579         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Removed.
15580         
15581         * mini-trampolines.c (mono_delegate_trampoline): Complete rewrite. On first call,
15582         try to create optimized invoke code and use that for further invocations. 
15583         Otherwise, use the original mono_marshal_get_delegate_invoke () implementation.
15584
15585         * mini-x86.h mini-ia64.h: Remove MONO_ARCH_HAS_CREATE_DELEGATE_TRAMPOLINE for now.
15586
15587 2007-05-29  Rodrigo Kumpera  <kumpera@gmail.com>
15588
15589         * inssel.brg (mini_emit_virtual_call): Statically dispatch virtual calls to
15590         sealed classes or methods.
15591         *devirtualization.cs: tests for the new optimization
15592
15593 2007-05-29  Zoltan Varga  <vargaz@gmail.com>
15594
15595         * liveness.c (update_gen_kill_set): No need to set VOLATILE flags here, it is done
15596         by the update_volatile () function.
15597
15598 2007-05-27  Zoltan Varga  <vargaz@gmail.com>
15599
15600         * driver.c (mono_main): Call g_thread_init () early since newer glib versions
15601         require it.
15602
15603         * abcremoval.c (mono_perform_abc_removal): Avoid using alloca.
15604
15605 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15606
15607         * mini.c: Add configure checks for header files.
15608         * mini-x86.c: Add configure checks for header files.
15609         * trace.c: Add configure checks for header files.
15610         * aot-runtime.c: Add configure checks for header files.
15611         * aot-compiler.c: Add configure checks for header files.
15612         * driver.c: Add configure checks for header files.
15613         * mini-codegen.c: Add configure checks for header files.
15614         
15615         Code is contributed under MIT/X11 license.
15616
15617 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
15618
15619         * mini-ia64.c (mono_arch_lowering_pass): Fix the handling of
15620         icompare_imm -128 + op_iclt. Fixes #81703.
15621
15622 2007-05-19  Zoltan Varga  <vargaz@gmail.com>
15623
15624         * mini-codegen.c (mono_local_regalloc): Fix long-shift-regalloc on amd64.
15625
15626 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15627
15628         * inssel.brg: added "mini_emit_load_intf_bit_reg_vtable", and used it
15629         inside "mini_emit_isninst_iface_cast" and "mini_emit_castclass_iface"
15630         so that all isinst checks now use "interface_bitmap".
15631
15632 2007-05-15  Zoltan Varga  <vargaz@gmail.com>
15633
15634         * cpu-amd64.md (jmp): Fix a warning.
15635
15636         * inssel.brg (CEE_SWITCH): Hopefully fix #80738.
15637
15638         * basic.cs: Add new regression test.
15639
15640         * basic.cs: Remove test which is now in basic-long.cs.
15641
15642         * mini-ia64.c (mono_arch_output_basic_block): Sign extend in CEE_CONV_I8/CEE_CONV_I.
15643
15644         * basic-long.cs: Add new test.
15645         
15646 2007-05-13  Zoltan Varga  <vargaz@gmail.com>
15647
15648         * mini-sparc.c (mono_spillvar_offset_float): Fix sparc build.
15649
15650 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
15651
15652         * cpu-x86.md minix-86.c: Add a peephole_pass_1 () as on amd64.
15653
15654         * mini-x86.c (mono_arch_output_basic_block): Use mono_opcode_to_cond () in a few
15655         places.
15656         
15657         * mini-x86.c (mono_arch_emit_exceptions): Decrease the size of the exception 
15658         throwing code a bit.
15659
15660         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Decrease the size of 
15661         the exception throwing code a bit.
15662
15663         * mini-x86.c (get_call_info): Allocate result from a mempool.
15664
15665 2007-05-11  Zoltan Varga  <vargaz@gmail.com>
15666
15667         * aot-compiler.c (find_typespec_for_class): Fix the assert.
15668
15669         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
15670
15671         * mini.h (MonoCompile): Add 'token_info_hash' field.
15672
15673         * mini.c: Save token->method associations during compilation so the AOT 
15674         compiler can use it.
15675         
15676         * aot-compiler.c aot-runtime.c: Add support for compiling non-generic methods
15677         which reference generic classes and methods.
15678
15679 2007-05-10  Zoltan Varga  <vargaz@gmail.com>
15680
15681         * mini.h mini-<ARCH>.h: Get rid of MONO_ARCH_HAS_XP_LOCAL_REGALLOC.
15682
15683         * aot-compiler.c (compile_method): Fix a typo in a comment.
15684
15685         * aot-runtime.c (decode_cached_class_info): Skip generic types.
15686
15687         * aot-compiler.c: Add minimal support for AOTing generic code by skipping 
15688         everything generic.
15689
15690         * mini.c (mono_method_to_ir): Disable AOT when calling helper_compile_generic_method.
15691
15692 2007-05-09  Zoltan Varga  <vargaz@gmail.com>
15693
15694         * mini.h (MonoCompile): Add 'args' field.
15695
15696         * mini.c (mono_compile_create_vars): Store variables representing the arguments
15697         into cfg->args.
15698
15699         * mini-<ARCH>.c: Use cfg->args for accessing the method arguments.
15700
15701 2007-05-08  Zoltan Varga  <vargaz@gmail.com>
15702
15703         * mini.c (mono_compile_get_interface_var): Remove this unused function.
15704
15705         * mini-ops.h inssel.brg mini-<ARCH>.c: Add a new opcode for ckfinite as well.
15706
15707         * mini-ops.h: Introduce new opcodes used in the IR instead of the original CEE_
15708         opcodes for some opcodes.
15709
15710         * mini.h *.brg *.c: Use the new opcodes.
15711
15712 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15713
15714         * mini.h: Bumped aot revision.
15715
15716         * inssel.brg: modified code generation of type checks for interfaces
15717         to use the new "MonoClass.interface_bitmap" instead of the old
15718         "MonoClass.interface_offsets".
15719
15720 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
15721
15722         * cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.
15723
15724 2007-04-29  Zoltan Varga  <vargaz@gmail.com>
15725
15726         * abcremoval.c (summarize_integer_value): Handle OP_LCONV_TO_I4 to fix abcrem on
15727         64 bit platforms.
15728
15729 2007-04-27  Neale Ferguson <neale@sinenomine.net>
15730
15731         * mini-s390x.c: Fix MONO_TYPE_VALUETYPE processing.
15732
15733 2007-04-27  Wade Berrier  <wberrier@novell.com>
15734
15735         * mini-s390x.c: Remove redeclaration of CompRelation and CompType (defined in 
15736         mini.h) to fix build.
15737
15738 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
15739
15740         * mini-amd64.c (peephole_pass_1): Fix and reenable this pass.
15741         
15742         * mini-amd64.c (mono_arch_local_regalloc): Disable the new peephole_pass_1 as it
15743         causes the corlib unit tests to fail.
15744
15745 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15746
15747         * mini-codegen.c (mono_opcode_to_type): Fix a bug in the previous patch.
15748
15749         * mini-amd64.c (peephole_pass_1): New pass to perform before local regalloc.
15750
15751         * mini-codegen.c (mono_opcode_to_cond): New helper function to convert conditional 
15752         opcodes to the comparison relations.
15753
15754         * mini-codegen.c (mono_opcode_to_type): New helper function to convert conditional 
15755         opcodes to their types.
15756         
15757         * mini-ia64.c mini-amd64.c: Use mono_opcode_to_cond and mono_opcode_to_type.
15758
15759         * mini-amd64.c (get_call_info): Allocate the result from the cfg mempool and cache 
15760         it in cfg->arch.cinfo.
15761
15762         * local-propagation.c (mono_local_cprop_bb): Fix a warning.
15763
15764         * mini.h mini.c branch-opts.c: Change bbhash to be an array and store it in 
15765         cfg->cil_offset_to_bb.
15766
15767 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
15768
15769         * liveness.c (optimize_initlocals): New mini-pass to optimize away dead assignments
15770         created becase of initlocals.
15771
15772 2007-04-23  Zoltan Varga  <vargaz@gmail.com>
15773
15774         * mini-alpha.c cpu-alpha.md: More alpha port work from 
15775         Sergey Tikhonov <tsv@solvo.ru>.
15776
15777 2007-04-21  Andreas Faerber  <andreas.faerber@web.de>
15778
15779         * Makefile.am (BUILT_SOURCES): Fix for automake 1.6.x. Fixes #81417.
15780
15781 2007-04-19  Zoltan Varga  <vargaz@gmail.com>
15782
15783         * cpu-s390.md (break): Correct the length of break instruction.
15784
15785 Thu Apr 19 16:28:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
15786
15787         * mini.c: fix a couple of soft-float issues and comments.
15788
15789 2007-04-15  Miguel de Icaza  <miguel@novell.com>
15790
15791         * trace.c (is_filenamechar): - is also a filename char.
15792
15793 2007-04-15  Neale Ferguson <neale@sinenomine.net>
15794
15795         * mini-s390.c: Correct checking for enum type in return value processing.
15796
15797 2007-04-14  Raja R Harinath  <rharinath@novell.com>
15798
15799         * Makefile.am (BUILT_SOURCES): Add 'version.h'.
15800         (version.h): Makefile is in the build directory.
15801
15802 2007-04-06  Andreas Faerber  <andreas.faerber@web.de>
15803
15804         * mini-amd64.h: fix for assertion failure on Solaris/amd64
15805
15806 2007-04-11  Martin Baulig  <martin@ximian.com>
15807
15808         * mini.c (can_access_member): Fix handling of generic classes;
15809         fixes #81259.
15810
15811 2007-04-10  Zoltan Varga  <vargaz@gmail.com>
15812
15813         * aot-runtime.c (mono_aot_plt_resolve): Fix disabling of AOT. Fixes #81316.
15814
15815 2007-04-05  Zoltan Varga  <vargaz@gmail.com>
15816
15817         * aot-runtime.c: Fix disabling of AOT. Fixes #81316.
15818
15819 Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15820
15821         * mini-codegen.c: make sure the right spill amount is
15822         used for fp or integer registers (fixes the float_sub_spill() on ppc).
15823
15824 Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>
15825
15826         * mini-ppc.c: fixes for the fp_branch_nan test.
15827
15828 2007-03-23  Zoltan Varga  <vargaz@gmail.com>
15829
15830         * basic.cs: Comment out new test which still fails on ia64.
15831
15832 Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15833
15834         * mini.c: immediate shifted or fix (mono_metadata_user_string assert).
15835
15836 Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15837
15838         * mini-ppc.c, mini-ppc.h: struct passing ABI fix (bug #77968).
15839
15840 2007-03-22  Zoltan Varga  <vargaz@gmail.com>
15841
15842         * cfold.c (FOLD_BINOP): Cast the result to gint32 to prevent overflow problems
15843         on 64 bit machines. Fixes part of #80738.
15844
15845         * basic.cs: Add regression test.
15846
15847 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
15848
15849         * inssel.brg basic.cs: Revert previous change to fix build.
15850
15851         * inssel.brg (SWITCH): Clean out the upper word of the switch value on 64 bit
15852         platforms.
15853         
15854         * inssel.brg (SWITCH): Use an integer comparison. Fixes #80738.
15855
15856         * basic.cs: Add new regression test.
15857
15858 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
15859
15860         * mini-ia64.c (mono_arch_emit_prolog): Fix an assert when a function has too
15861         many arguments.
15862
15863 2007-03-16  Neale Ferguson <neale@sinenomine.net>
15864
15865         * cpu-s390x.md: Correct length of break instruction.
15866
15867 2007-03-16  Neale Ferguson <neale@sinenomine.net>
15868
15869         * mini-s390x.c, cpu-s390x.md: Fix #80507 for s390x.
15870         * mini-s390.c, cpu-s390.md: Fix #80507 for s390.
15871
15872 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
15873
15874         * *.c: Begin WIN64 port.
15875         * mini.c:  Use correct register in profiler.
15876         * mini-amd64.c: No inline assembly on Win64.
15877         * mini-amd64.h: Implement MONO_INIT_CONTEXT_FROM_FUNC for Win64.
15878         Only define MONO_ARCH_USE_SIGACTION on non-windows platforms.
15879         * exceptions-amd64.c: Only need gregs_from_ucontext if MONO_ARCH_USE_SIGACTION
15880         is defined. Implement mono_arch_sigctx_to_monoctx, mono_arch_monoctx_to_sigctx, and
15881         mono_arch_ip_from_context for Win64.
15882         
15883         Contributed under MIT/X11 license.
15884
15885 2007-03-15  Zoltan Varga  <vargaz@gmail.com>
15886
15887         * exceptions-amd64.c (seh_handler): Ditto.
15888
15889         * exceptions-x86.c (seh_handler): Fix a memory leak.
15890
15891 Thu Mar 15 13:47:59 CET 2007 Paolo Molaro <lupus@ximian.com>
15892
15893         * mini-arm.c, mini-mips.c, mini-ppc.c, mini-s390.c,
15894         mini-s390x.c: fixed peephole optimizations to deal
15895         correctly with 1 and 2 byte reload avoidance.
15896
15897 Thu Mar 15 10:17:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15898
15899         * cpu-s390.md, cpu-s390x.md: update localloc length.
15900
15901 Wed Mar 14 21:00:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15902
15903         * cpu-g4.md: added missing descriptions.
15904
15905 2007-03-14  Miguel de Icaza  <miguel@novell.com>
15906
15907         *  Makefile.am: Add support so the tail tests are not executed on
15908         PowerPC as that is a known limitation of the PowerPC port.
15909
15910 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15911
15912         * runmdesc.bat:  Move to msvc directory.
15913         
15914 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15915
15916         * runmdesc.bat:  Run executable that was produced by the current
15917         target and sent via an argument.
15918         
15919 2007-03-11  Zoltan Varga  <vargaz@gmail.com>
15920
15921         * mini.c (mono_method_to_ir): Fix box+brtrue optimization. Fixes
15922         #81102.
15923
15924         * generics.2.cs: Add regression test.
15925
15926 2007-03-09  Wade berrier  <wberrier@novell.com>
15927
15928         * mini-ppc.h: Undo typo of MONO_CONTEXT_SET_SP (ppc doesn't define this symbol)
15929
15930 2007-03-09  Zoltan Varga  <vargaz@gmail.com>
15931
15932         * aot-runtime.c (load_aot_module): Load all dependent assemblies eagerly since all
15933         AOT code depends on this.
15934
15935 Thu Mar 8 19:36:13 CET 2007 Paolo Molaro <lupus@ximian.com>
15936
15937         * mini.c: more precise tracking of types in the eval stack
15938         (part of fix for bug #81044).
15939
15940 2007-03-07  Zoltan Varga  <vargaz@gmail.com>
15941
15942         * aot-runtime.c (mono_aot_get_class_from_name): Add a cache.
15943
15944         * aot-compiler.c (encode_patch): Remove an obsolete comment.
15945
15946 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15947
15948         * mini-exceptions.c (mono_handle_native_sigsegv): Fix a warning.
15949
15950         * mini.c (mono_method_to_ir): Add a workaround for bug #80733.
15951
15952 2007-02-22  Zoltan Varga  <vargaz@gmail.com>
15953
15954         * mini.c (type_from_op): Convert CEE_CONV_U to OP_LCONV_TO_U when the argument is
15955         a pointer on 64 bit systems. Fixes #80190.
15956
15957         * iltests.il: Add new regression test.
15958
15959 Tue Feb 20 11:33:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15960
15961         * mini.c: inline a constant for Environment.IsRunningOnWindows.
15962
15963 2007-02-19  Geoff Norton  <gnorton@customerdna.com>
15964
15965         * trace.c: Remove an erroneous alignemnt check when tracing.
15966           Fixes --trace on OSX86.
15967
15968 Wed Feb 14 19:45:56 CET 2007 Paolo Molaro <lupus@ximian.com>
15969
15970         * mini-$(arch).h: initialize SP in context for all the archs.
15971
15972 2007-02-14  Sebastien Pouliot  <sebastien@ximian.com>
15973
15974         * mini-x86.h: Initialize SP in MONO_INIT_CONTEXT_FROM_FUNC. Fix CAS
15975         regressions in the thread tests.
15976
15977 2007-02-14  Zoltan Varga  <vargaz@gmail.com>
15978
15979         * *-alpha.*: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>:
15980         - fixed implementation of LOCALLOC opcode
15981         - implemented non-un compare for floats
15982         - code cleanup
15983         - implementation of FDIV and CKFINITE opcodes
15984         - fixes for latest mono updates
15985         - additional arch opcodes
15986
15987 Mon Feb 12 11:54:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15988
15989         * Makefile.am: simplify and merge rules for cross-compilation.
15990
15991 2007-02-07  Massimiliano Mantione  <massi@ximian.com>
15992
15993         * local-propagation.c: Actually *apply* the fix for bug 80591...
15994
15995 Tue Feb 6 19:03:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15996
15997         * mini-exceptions.c: backuot part of the last change
15998         (fixes cas tests on amd64 related to GetExecutingAssembly ()).
15999
16000 2007-02-06  Massimiliano Mantione  <massi@ximian.com>
16001         * inssel.brg: Fix bug 59286.
16002
16003
16004 Tue Feb 6 12:23:50 CET 2007 Paolo Molaro <lupus@ximian.com>
16005
16006         * mini-exceptions.c: patch from Zoltan to correctly check for
16007         stack boundaries (using the stack register, not the frame register),
16008         fixes bugs #80724, #79717.
16009
16010 2007-02-03  Zoltan Varga  <vargaz@gmail.com>
16011
16012         * mini-ia64.c inssel-sparc.brg mini-sparc.c cpu-sparc.md: Get rid of OP_SETREG/
16013         OP_SETREGIMM, use OP_MOVE/OP_ICONST instead.
16014
16015         * mini-amd64.c (mono_arch_output_basic_block): Fix ATOMIC_EXCHANGE in the
16016         presence of frame pointer elimination.
16017
16018 2007-02-01  Geoff Norton  <gnorton@customerdna.com>
16019         
16020         * mini-x86.h: NetBSD UCONTEX_REG defines.
16021
16022 2007-02-01  Zoltan Varga  <vargaz@gmail.com>
16023
16024         * inssel-amd64.brg: Fix amd64 build.
16025
16026 Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>
16027
16028         * mini.h: remove extern to workaround what looks likes gcc bug 26905
16029         on amd64.
16030
16031 2007-01-31  Zoltan Varga  <vargaz@gmail.com>
16032
16033         * mini-codegen.c (mono_is_regsize_var): New helper function usable by the back
16034         ends.
16035
16036         * mini-<ARCH>.c: Use mono_is_regsize_var ().
16037
16038 2007-01-30 Mark Mason <mason@broadcom.com>
16039
16040            * exceptions-mips.c: Lots of exception handling fixes, LMFs now work, some cleanups.
16041            * mini-mips.h: Add LMF magic numbers, and fix context set/get macros.
16042            * mini-mips.c: Cleanups, LMF handling now works, optimize store of zero, implement localloc
16043            beginning support for CEE_JMP [not quite working yet]
16044            * tramp-mips.c: LMF handling now works
16045         
16046 2007-01-30  Zoltan Varga  <vargaz@gmail.com>
16047
16048         * mini-amd64.c (peephole_pass): Optimize code common in initlocals blocks.
16049
16050         * mini.h (NULLIFY_INS): New macro.
16051
16052 Tue Jan 30 16:33:33 CET 2007 Paolo Molaro <lupus@ximian.com>
16053
16054         * mini.c: statistical profiler fix for windows, patch
16055         from Tor Lillqvist (tml@novell.com).
16056
16057 2007-01-30  Massimiliano Mantione  <massi@ximian.com>
16058         * local-propagation.c: Fix bug 80591.
16059
16060 Mon Jan 29 12:14:34 CET 2007 Paolo Molaro <lupus@ximian.com>
16061
16062         * Makefile.am: put back the --export-dynamic option as with
16063         the previous gmodule flags (thanks to Robert Jordan).
16064
16065 2007-01-28  Zoltan Varga  <vargaz@gmail.com>
16066
16067         * mini-sparc.c (peephole_pass): Fix #80622 for sparc as well.
16068
16069         mini.h *.c: Allocate fp vregs from the same pool as the int vregs. Use this to
16070         simplify and speed up the local register allocator. Also rename some fields
16071         like iassign->vassign.
16072         
16073         * regalloc.c: Remove some functions which are no longer used since their
16074         inlined version is in mini-codegen.c.
16075         
16076         * mini-codegen.c: Rename mono_regstate2_ functions to mono_regstate_.
16077
16078         * basic.cs objects.cs iltests.il: Merge tests from the linear IL branch.
16079
16080 2007-01-27  Zoltan Varga  <vargaz@gmail.com>
16081
16082         * mini-amd64.c (peephole_pass): Remove optimizations which omit a 
16083         narrowing. Fixes #80622.
16084
16085         * iltests.il: Add new regresssion test. 
16086
16087 Fri Jan 26 18:31:45 CET 2007 Paolo Molaro <lupus@ximian.com>
16088
16089         * mini.h, mini-trampolines.c, aliasing.c, mini-codegen.c,
16090         debug-debugger.c, debug-debugger.h: warning fixes.
16091         * driver.c: updated copyright year and made it fit in one line.
16092
16093 Fri Jan 26 12:48:39 CET 2007 Paolo Molaro <lupus@ximian.com>
16094
16095         * aot-runtime.c: updated to use mono-dl instead of gmodule.
16096
16097 2007-01-25  Zoltan Varga  <vargaz@gmail.com>
16098
16099         * mini-x86.c (mono_arch_output_basic_block): Fix #80507 for x86.
16100
16101         * mini-amd64.c (mono_arch_output_basic_block): Fix #80507 for amd64.
16102
16103         * iltests.il: Add new test for bug #80507.
16104
16105 Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16106
16107         * mini-arm.h: use soft-float also on vfp for now.
16108
16109 Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16110
16111         * mini.c: fix some more soft-float issues.
16112
16113 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
16114
16115         * mini-sparc.h (MONO_ARCH_FRAME_ALIGNMENT): Fix sparc build.
16116
16117 2007-01-24  Massimiliano Mantione  <massi@ximian.com>
16118         * mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
16119         mini-ia64.c, mini-sparc.c, mini-alpha.c: Introduced
16120         MONO_ARCH_LOCALLOC_ALIGNMEENT to fix bug 80498.
16121
16122 Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>
16123
16124         * mini-arm.c: typo fix.
16125
16126 2007-01-23  Neale Ferguson <neale@sinenomine.net>
16127
16128         * mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
16129
16130 2007-01-21  Zoltan Varga  <vargaz@gmail.com>
16131
16132         * mini.c (mono_allocate_stack_slots_full): Allocate memory from the cfg mempool.
16133         Share stack slots for scalar types. Avoid expensive g_list_free () calls.
16134
16135         * mini-x86.c (mono_arch_allocate_vars): Don't free the result of allocate_stack_slots_full.
16136
16137         * mini-amd64.c mini-ia64.c mini-alpha.c: Ditto. 
16138
16139         * mini.h (MonoJitStats): Add a new JIT statistics: locals_stack_size.
16140         
16141         * inssel.brg: Fix a warning.
16142
16143         * mini.h (MonoBasicBlock): Make bb->dominated a GSList.
16144
16145         * abcremoval.c ssa.c ssapre.c: Update after this change.
16146         
16147         * dominators.c (compute_dominators): Allocate bb->dominated from the cfg mempool.
16148
16149         * dominators.c (df_set): Use mono_bitset_union_fast.    
16150
16151 Sat Jan 20 16:59:01 CET 2007 Paolo Molaro <lupus@ximian.com>
16152
16153         * mini.h, genmdesc.c, genmdesc.pl, mini-${arch}.c, cprop.c,
16154         mini-codegen.c: reduce relocations and memory usage for the cpu
16155         description.
16156
16157 2007-01-20  Zoltan Varga  <vargaz@gmail.com>
16158
16159         * mini-codegen.c (mono_regstate2_alloc_int): Optimize this using bsfq on amd64.
16160
16161         * genmdesc.c genmdesc.pl mini.h: Remove some unused fields from the mdesc tables
16162         to reduce their size.
16163
16164 2007-01-19 Mark Mason <mason@broadcom.com>
16165
16166         * exceptions-mips.c: fix mono_arch_ip_from_context(), increase exception debug support.
16167         * mini-mips.c: more configuration macros, support long conditional branches, additional
16168         asserts, fix epilog instrumentation.
16169         * mini-mips.h: use standard stack walk
16170         * cpu-mips.md: increase size of div, rem and conditional branches
16171         
16172 Fri Jan 19 17:23:32 CET 2007 Paolo Molaro <lupus@ximian.com>
16173
16174         * mini.h, mini-codegen.c, mini-$(arch).h: claenup references
16175         to cpu spec data.
16176
16177 2007-01-19  Zoltan Varga  <vargaz@gmail.com>
16178
16179         * aot-compiler.c (encode_klass_info): Allow classes of the form <Type>[][].
16180         (compile_method): Ditto.
16181
16182         * aot-runtime.c (decode_klass_info): Ditto.
16183
16184         * mini.c (mono_method_to_ir): Call mono_get_got_var () in a place where it is
16185         needed by the code generated by inssel.brg. Also fix a warning.
16186
16187 Thu Jan 18 17:55:22 CET 2007 Paolo Molaro <lupus@ximian.com>
16188
16189         * mini.c: deal with enums that become genericinsts by
16190         being nested in a generic class (bug #79956).
16191
16192 Thu Jan 18 16:52:56 CET 2007 Paolo Molaro <lupus@ximian.com>
16193
16194         * mini.c: match the generic definition to check for
16195         private access with generic types (bug #78431).
16196
16197 Thu Jan 18 11:50:13 CET 2007 Paolo Molaro <lupus@ximian.com>
16198
16199         * genmdesc.pl, Makefile.am: perl implementation of genmdesc,
16200         to make life easier for people cross-compiling that insist on not
16201         using scratchbox.
16202
16203 2007-01-17 Mark Mason <mason@broadcom.com>
16204
16205         * inssel-long.brg: patch to deal with mips missing flags
16206         * inssel-long32-mips.brg: implement overflow checks
16207         * insset-mips.brg: implement overflow checks
16208         * mini-mips.h: implement conditional exception handling
16209         * mini-mips.c: add mips_emit_exc_by_name(), implement conditional exception handling.
16210           Remove unused code, minor cleanups.
16211         * exceptions-mips.c: minor cleanups
16212         * mini-ops.h: add mips conditional exception ops
16213         * cpu-mips.md: add mips conditional exception ops
16214
16215         
16216 Wed Jan 17 19:22:34 CET 2007 Paolo Molaro <lupus@ximian.com>
16217
16218         * inssel.brg: patch from Mark Mason <mason@broadcom.com>
16219         to deal with mips missing of flags.
16220
16221 Tue Jan 16 20:01:01 CET 2007 Paolo Molaro <lupus@ximian.com>
16222
16223         * exceptions-ppc.c: execute fault handlers.
16224
16225 Tue Jan 16 19:54:44 CET 2007 Paolo Molaro <lupus@ximian.com>
16226
16227         * mini-ppc.c: handle missing call locationss with FORCE_INDIR_CALL.
16228
16229 Tue Jan 16 13:14:31 CET 2007 Paolo Molaro <lupus@ximian.com>
16230
16231         * mini.c: handle also floating point values in initialize_array.
16232
16233 Tue Jan 16 12:42:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16234
16235         * mini.c, aot-runtime.c, aot-compiler.c: enable aot compilation of
16236         array initialization and make it conditional on the intrins option.
16237
16238 Tue Jan 16 11:28:45 CET 2007 Paolo Molaro <lupus@ximian.com>
16239
16240         * mini.h, patch-info.h, Makefile.am, aot-compiler.c: reduce
16241         relocations and put the patch info names close to the enum definition.
16242
16243 2007-01-15 Mark Mason <mason@broadcom.com>
16244
16245         * basic.cs, exceptions.cs: break up large tests to increase debugability.
16246
16247 Mon Jan 15 18:57:14 CET 2007 Paolo Molaro <lupus@ximian.com>
16248
16249         * mini.c: optimized RuntimeHelpers::InitializeArray () calls.
16250
16251 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16252
16253         * mini.c (mono_method_to_ir): Use new MonoGenericContext accessor.
16254
16255 Thu Jan 11 11:16:42 CET 2007 Paolo Molaro <lupus@ximian.com>
16256
16257         * Makefile.am: distribute the mips sources.
16258
16259 Wed Jan 10 19:49:33 CET 2007 Paolo Molaro <lupus@ximian.com>
16260
16261         * mini-codegen.h: handle bug #80489 here, by excluding ecx
16262         directly.
16263
16264 Wed Jan 10 19:08:05 CET 2007 Paolo Molaro <lupus@ximian.com>
16265
16266         * cpu-x86.md: back out for now as this triggers other regressions.
16267
16268 Wed Jan 10 18:33:16 CET 2007 Paolo Molaro <lupus@ximian.com>
16269
16270         * cpu-x86.md: force src1 and dest regpair for long shift instructions
16271         to eax:edx, so ecx can't get allocated to them (bug #80489).
16272
16273 Tue Jan 9 12:36:11 CET 2007 Paolo Molaro <lupus@ximian.com>
16274
16275         * mini.c, mini-exceptions.c: enabled running fault handlers
16276         (bug #80469).
16277
16278 2007-01-03  Miguel de Icaza  <miguel@novell.com>
16279
16280         * driver.c: If nothing fail, do not use the string "failed",
16281         because it makes it very annoying to view test result logs on the
16282         web. 
16283
16284 2006-12-30  Miguel de Icaza  <miguel@novell.com>
16285
16286         * debug-debugger.c (mono_debugger_main): Rename "main" to
16287         "main_method" to prevent a warning.
16288
16289         Remove a warning for unused field.
16290
16291 2006-12-28  Martin Baulig  <martin@ximian.com>
16292
16293         * debug-debugger.c
16294         (MONO_DEBUGGER__debugger_info): Add `get_lmf_addr'.
16295
16296 2006-12-22  Martin Baulig  <martin@ximian.com>
16297
16298         * mdb-debug-info32.s, mdb-debug-info64.s: New files.
16299         Put a pointer to the `MONO_DEBUGGER__debugger_info' into a
16300         seperate `.mdb_debug_info' section, so we can access it from the
16301         debugger even if the binary is stripped.
16302
16303         * debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
16304         from the `.mdb_debug_info' here to prevent the linker from
16305         removing that section.
16306
16307         * Makefile.am (mono_debugger_sources): Add mdb-debug-info32.s /
16308         mdb-debug-info64.s.
16309
16310 2006-12-19  Robert Jordan  <robertj@gmx.net>
16311
16312         * mini-x86: enable the code to return small structures in
16313         registers for FreeBSD as well. Fixes bug #80278.
16314         * aot-runtime.c: Include sys/wait.h for WEXITSTATUS/WIFEXITED.
16315
16316 Mon Dec 18 19:47:17 CET 2006 Paolo Molaro <lupus@ximian.com>
16317
16318         * mini-x86.c: align the stack when calling the profiler
16319         function instrumenting the prolog (on OSX).
16320
16321 Thu Dec 14 15:22:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16322
16323         * mini.c: emit a break opcode where Debugger.Break () is called.
16324
16325 2006-12-13  Miguel de Icaza  <miguel@novell.com>
16326
16327         * mini.c (mono_method_to_ir): Provide useful information on this
16328         assert, to prevent others from debugging like I did.
16329
16330 Tue Dec 12 17:01:38 CET 2006 Paolo Molaro <lupus@ximian.com>
16331
16332         * mini.c: enable code which was incorrectly commented
16333         (bug #80235).
16334
16335 Tue Dec 12 16:28:15 CET 2006 Paolo Molaro <lupus@ximian.com>
16336
16337         * mini-x86.c: enable on OSX, too, the code to return small
16338         structures in registers.
16339
16340 Mon Dec 11 19:22:35 CET 2006 Paolo Molaro <lupus@ximian.com>
16341
16342         * mini-x86.c: remove the use of the dynamic code manager here, too.
16343
16344 Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus@ximian.com>
16345
16346         * mini.h, debug-debugger.c, tramp-*.c: fixed 
16347         mono_debugger_create_notification_function() to use
16348         mono_global_codeman_reserve () instead of a dynamic code manager.
16349
16350 Tue Dec 5 17:54:50 CET 2006 Paolo Molaro <lupus@ximian.com>
16351
16352         * mini.c, jit-icalls.h, jit-icalls.c: remove the 
16353         ves_array_element_address() jit icall and use a generated
16354         managed method instead (which is about 4 times faster for a rank 3
16355         array access).
16356
16357 2006-11-29  Mark Mason  <mason@broadcom.com>
16358
16359         * basic-calls.cs: additional tests for passing
16360         structures as function arguments.
16361
16362 2006-11-29  Mark Mason  <mason@broadcom.com>
16363
16364         * mini-mips.h: disable custom exception handling
16365         * mini-mips.c: throw/rethrow should use jalr to call
16366         exception stubs.  Fixed bug with passing structures
16367         by value. More support for tracing floating point
16368         functions.
16369
16370 Wed Nov 29 20:28:17 CET 2006 Paolo Molaro <lupus@ximian.com>
16371
16372         * mini.c: fixed typo in the soft-float ldind.r4 handling
16373         (bug #80086).
16374
16375 Wed Nov 29 11:33:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16376
16377         * mini.c, mini.h, driver.c: added --runtime command line
16378         option to select a different runtime than the autodetected one.
16379         * jit.h: added API for embedders to initialize with a specific
16380         runtime version.
16381
16382 Tue Nov 28 21:24:55 CET 2006 Paolo Molaro <lupus@ximian.com>
16383
16384         * mini.c: handle also boxing of r4 values (bug #80024).
16385
16386 Tue Nov 28 19:45:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16387
16388         * mini-ppc.c: force indirect calls until we reserve
16389         enough address space for all the generated code.
16390
16391 Tue Nov 28 20:04:34 GMT 2006 Paolo Molaro <lupus@ximian.com>
16392
16393         * exceptions-arm.c: workaround bugs in the libc definition
16394         of struct ucontext.
16395
16396 Mon Nov 27 15:13:41 CET 2006 Paolo Molaro <lupus@ximian.com>
16397
16398         * inssel.brg: fixes from me and Mark Mason.
16399
16400 2006-11-23  Dick Porter  <dick@ximian.com>
16401
16402         * wapihandles.c (mini_wapi_seminfo): No need to adjust the counter
16403         semaphore display now we've fixed the initial value
16404
16405 Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16406
16407         * inssel.brg: partially revert the last change to fix the build.
16408
16409 2006-11-21  Mark Mason  <mason@broadcom.com>
16410
16411         * inssel.brg: Add and use compare-and-branch macros to support
16412         architectures that do not have condition code registers (ie. MIPS).
16413         * *-mips.{c,brg,md}: Fix copyright statements
16414
16415 2006-11-20  Mark Mason  <mason@broadcom.com>
16416
16417         * Makefile.am: remove mini-codegen.c from list of MIPS sources
16418         * mini.c: Allow GET_CONTEXT to be specified by the arch port
16419         * mini.h: Added declaration for mono_print_ins()
16420         * mini-codegen.c: added ins_spec initializer for MIPS
16421         * mini-codegen.c (mono_call_inst_add_outarg_reg): added asserts for
16422         vreg to be virtual and hreg to be non-virtual.
16423         * mini-codegen.c (mono_spillvar_offset): assert if MIPS - spilling
16424         is not yet working/implemented correctly.
16425         * mini-codegen.c (print_ins): rename to mono_print_ins(), make
16426         non-static, fixup calls to print_ins() from other parts in the file.
16427
16428 2006-11-20  Mark Mason  <mason@broadcom.com>
16429
16430         * basic-calls.cs: added tests for passing structures as arguments
16431         to calls.
16432
16433 Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
16434
16435         * inssel-long32.brg: optimize signed division by power of two.
16436
16437 Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
16438
16439         * mini-arm.c: added support for interworking with thumb code
16440         (mono must be still be built using the ARM instruction encoding).
16441
16442 2006-11-19  Miguel de Icaza  <miguel@novell.com>
16443
16444         * mini.c (type_from_op): Separate the conditions for OP_EQ as the
16445         verifier has different rules for it.   Fixes a few verifier issues
16446         in the test suite.
16447
16448         * mini-exceptions.c (mono_handle_native_sigsegv): Put the message
16449         at the end, so people know what happened.
16450
16451 Thu Nov 16 14:07:18 CET 2006 Paolo Molaro <lupus@ximian.com>
16452
16453         * brach-opts.c: in optimize_exception_target() make sure we
16454         are in a catch clause (fixes bug #79871).
16455
16456 Thu Nov 16 12:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16457
16458         * jit-icalls.c, jit-icalls.h, mini-arm.c, mini.c:
16459         more soft-float support fixes.
16460
16461 Wed Nov 15 18:45:47 GMT 2006 Paolo Molaro <lupus@ximian.com>
16462
16463         * mini-arm.c, inssel-arm.brg: ABI fix for longs and doubles
16464         that are passed half on the stack and half in registers.
16465
16466 Wed Nov 15 17:00:27 CET 2006 Paolo Molaro <lupus@ximian.com>
16467
16468         * mini-ops.h, mini-arch.h, helpers.c, Makefile.am:
16469         more mips integration work from Mark E Mason 
16470         <mark.e.mason@broadcom.com>.
16471
16472 Wed Nov 15 16:34:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16473
16474         * exceptions-mips.c, inssel-mips.brg, mini-mips.h,
16475         cpu-mips.md, inssel-long32-mips.brg, mini-mips.c,
16476         tramp-mips.c: added sources for the mips port, not
16477         integrated in the build yet. Contributed by
16478         Mark E Mason <mark.e.mason@broadcom.com>.
16479
16480 2006-11-14  Neale Ferguson <neale@sinenomine.net>
16481
16482         * mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
16483
16484 Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16485
16486         * Makefile.am, inssel-float.brg, inssel-softfloat.brg:
16487         put the soft-float rules in its own file since it seems to
16488         break s390 compilation.
16489
16490 Mon Nov 13 15:54:38 CET 2006 Paolo Molaro <lupus@ximian.com>
16491
16492         * mini-arm.c: fixed wrnings.
16493
16494 Fri Nov 10 19:18:32 CET 2006 Paolo Molaro <lupus@ximian.com>
16495
16496         * mini-arm.c, mini-arm.h, cpu-arm.md, inssel-float.brg,
16497         inssel-arm.brg: ARM support for soft-float.
16498
16499 Fri Nov 10 18:38:15 CET 2006 Paolo Molaro <lupus@ximian.com>
16500
16501         * mini.c, jit-icalls.c, jit-icalls.h: added first cut at handling
16502         loads and stores of 32 bit fp values.
16503
16504 2006-11-10  Zoltan Varga  <vargaz@gmail.com>
16505
16506         * mini-sparc.c (is_regsize_var): Support PTR/FNPTR too.
16507
16508         * tramp-sparc.c (mono_arch_patch_callsite): Fix this function so it actually
16509         works. Fixes #79852 and #79463.
16510
16511 Thu Nov 9 16:56:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16512
16513         * mini.c, mini-codegen.c, jit-icalls.c, jit-icalls.h:
16514         more soft-float support WIP and fixes.
16515
16516 Wed Nov 8 16:40:02 CET 2006 Paolo Molaro <lupus@ximian.com>
16517
16518         * mini-arm.c: some VFP updates.
16519
16520 Tue Nov 7 19:45:51 CET 2006 Paolo Molaro <lupus@ximian.com>
16521
16522         * mini-exceptions.c: 0 is a valid local var offset in some
16523         architectures, don't assert (bug #78508).
16524
16525 Tue Nov 7 18:17:52 GMT 2006 Paolo Molaro <lupus@ximian.com>
16526
16527         * exceptions-arm.c: fixed off by one error in stack walk code.
16528
16529 Tue Nov 7 11:27:26 CET 2006 Paolo Molaro <lupus@ximian.com>
16530
16531         * mini.h, mini.c: more precise tracking of type load exceptions.
16532
16533 2006-11-03  Robert Jordan  <robertj@gmx.net>
16534
16535         * Makefile.am: [WIN32] Add monow.exe target.
16536         * driver.c: [WIN32] Don't detach the console when debugging.
16537         Fixes bug #79797.
16538         
16539 2006-10-30  Miguel de Icaza  <miguel@novell.com>
16540
16541         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Eliminate warning.
16542
16543 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16544
16545         * aot-compiler.c (emit_method_info): Add a case missed earlier.
16546
16547         * driver.c (mini_regression): Fix --regression with AOT.
16548
16549         * aot-compiler.c (emit_method_info): Fix AOT on amd64.
16550
16551 2006-10-17  Zoltan Varga  <vargaz@gmail.com>
16552
16553         * mini.c (GET_CONTEXT): Correct the definition of this for sparc/linux.
16554
16555         * mini-sparc.h: Don't use sigaction on sparc/linux.
16556
16557         * exceptions-sparc.c: Call mono_arch_flush_icache () in a couple of places.
16558
16559         * mini-sparc.c (mono_sparc_flushw): Call mono_arch_flush_icache ().
16560
16561         * mini-exceptions.c: Add proper include files for getpid ().
16562
16563 2006-10-16  Zoltan Varga  <vargaz@gmail.com>
16564
16565         * aot-runtime.c (mono_aot_get_method): Change this to return the native code
16566         address instead of a MonoJitInfo* to avoid decoding the exception info for the
16567         method.
16568
16569         * aot-runtime.c aot-compiler.c: Use uint16 instead of uint32 entries in the
16570         name cache to reduce its size.
16571
16572         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
16573
16574 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16575
16576         * mini-x86.c: Save/restore the current LMF structure more efficiently using
16577         the mono_lmf TLS variable.
16578
16579         * exceptions-x86.c (mono_arch_find_jit_info): Only access lmf->method in 
16580         trampoline lmf frames.  
16581
16582         * mini-sparc.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Define this on sparc as well.
16583
16584 2006-10-14  Zoltan Varga  <vargaz@gmail.com>
16585
16586         * mini-amd64.c: Save/restore the current LMF structure more efficiently using
16587         the mono_lmf TLS variable.
16588
16589         * mini-exceptions.c: Access the LMF structure through accessors.
16590
16591         * mini.c: Allow the backends the option for storing the lmf in a dedicated TLS 
16592         variable instead of in jit_tls->lmf.
16593
16594         * mini-x86.c mini-amd64.c: Update after lmf->lmf_addr name change.
16595         
16596         * exceptions-amd64.c (mono_arch_find_jit_info): Only access lmf->method in 
16597         trampoline lmf frames.
16598
16599         * mini-amd64.c (mono_arch_emit_prolog): Do not set lmf->method as it is not needed.
16600
16601 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16602
16603        * mini.c trace.c mini-x86.c: Revert these too.
16604         
16605        * mini.c trace.c mini-x86.c: Remove warning workarounds after the mono_type_size ()
16606        signature change.
16607
16608 Tue Oct 10 11:35:20 CEST 2006 Paolo Molaro <lupus@ximian.com>
16609
16610         * genmdesc.c: removed now dead code.
16611
16612 2006-10-09  Robert Jordan <robertj@gmx.net>
16613
16614         * mini.c: Disable the CrashReporter on MacOS X; Fixes #74869
16615
16616 Mon Oct 9 17:06:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16617
16618         * mini.h: do not leave gaps in the opcode values.
16619
16620 Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
16621
16622         * jit-icalls.h: flag functions as internal here, too.
16623
16624 Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus@ximian.com>
16625
16626         * mini.h, aliasing.h, declsec.h, regalloc.h, trace.h: mark internal
16627         functions with the internal attribute.
16628
16629 Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus@ximian.com>
16630
16631         * aot-compiler.c: fclose the file descriptor in the profile read loop.
16632
16633 Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16634
16635         * mini.c, jit-icalls.c, inssel-float.brg: beginnings of support
16636         for soft-float.
16637
16638 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16639
16640         * mini-x86.c (emit_load_volatile_arguments): New function to handle arguments of
16641         tail calls as on other platforms.
16642
16643         * mini.c (mono_method_to_ir): Fix a few tailcall problems. Fixes #79557.
16644
16645         * iltests.il: Add a few tailcall tests.
16646
16647 Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16648
16649         * driver.c: fix loop for old compilers (bug #79521).
16650
16651 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16652
16653         * mini-exceptions.c (ves_icall_get_trace): Remove debug printf.
16654
16655         * aot-runtime.c (mono_aot_get_class_from_name): Avoid a memory allocation.
16656
16657         * aot-compiler.c: Add a new option 'metadata-only' to only emit the cached
16658         metadata without any code.
16659
16660         * mini-exceptions.c (mono_handle_native_sigsegv): Add some code to print out
16661         more precise debugging information using gdb.
16662
16663 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16664
16665         * inssel-ia64.brg: Make the helper methods static.
16666
16667 Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
16668
16669         * inssel-x86.brg: make the helper methods static.
16670
16671 Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus@ximian.com>
16672
16673         * inssel-amd64.brg, mini-amd64.c: small cleanup, use inst_call.
16674
16675 Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
16676
16677         * mini.c: updates for monoburg changes.
16678         * inssel.brg: make a few helper functions static as they should.
16679
16680 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16681
16682         * Makefile.am: Move mini-codegen.c to common_sources.
16683
16684 Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16685
16686         * mini.h: instroduce inst_call in MonoInst for use in OUTARG
16687         instructions.
16688         * Makefile.am, cpu-g4.md, inssel-ppc.brg, mini-codegen.c, mini-ppc.c,
16689         mini-ppc.h: port to use the common local register allocator.
16690
16691 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16692
16693         * mini.h: Remove the comment too then.
16694
16695 Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus@ximian.com>
16696
16697         * mini.h: put back backend.data which is to be used shortly and
16698         doesn't increase the size of MonoInst. If any 64 bit arch aligned
16699         pointers on 4 byte boundaries it'd have much bigger issues running
16700         and you can ifdef it out anyway.
16701
16702 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16703
16704         * mini.h (MonoInst): Remove backend.data field since it is unused and increases
16705         MonoInst size by 4 bytes on 64 bit machines.
16706
16707 Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16708
16709         * *.{c,h,brg}: long due removal of the unused field in MonoInst and
16710         replacement with more meaningful field names. Arch maintainers, please
16711         check the assigned names are good enough for your arch.
16712
16713 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16714
16715         * cpu-ia64.md mini-ia64.c inssel-ia64.brg mini-ops.h: Get rid of the 
16716         OP_IA64_FETCHADD opcodes, use OP_ATOMIC_ADD_IMM_NEW opcodes instead.
16717
16718 Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
16719
16720         * mini.h, driver.c, optflags-def.h, Makefile.am: reduce runtime
16721         relocations and memory requirements, put the optimization flags
16722         definitions in their own file.
16723
16724 2006-09-24  Zoltan Varga  <vargaz@gmail.com>
16725
16726         * jit-icalls.c (mono_helper_stelem_ref): Remove this unused helper function.
16727
16728         * mini.c (mini_init): Remove reference to mono_helper_stelem_ref.
16729
16730 2006-09-22  Zoltan Varga  <vargaz@gmail.com>
16731
16732         * mini-amd64.c (add_valuetype): Fix an uninitialized memory issue.
16733
16734 Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus@ximian.com>
16735
16736         * inssel.brg: use the correct function to get the size of an item
16737         in an array, given an element class.
16738         * aot-compiler.c: do not access class->class_size directly.
16739
16740 Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16741
16742         * mini.h, debug-mini.c: added a debugging function to print
16743         info about local variables and arguments in a jitted method.
16744
16745 2006-09-20  Zoltan Varga  <vargaz@gmail.com>
16746
16747         * mini-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
16748
16749         * exceptions-ia64.c: Fix some problems reported by Bill Seurer <seurer@us.ibm.com>.
16750
16751 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
16752
16753         * mini-ia64.c (mono_arch_call_opcode): Avoid using the same loop index in the
16754         inner and outer loops when passing vtypes.
16755
16756 Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus@ximian.com>
16757
16758         * mini-ppc.c: take into account the cpu errata for cache flushing
16759         which caused some random errors (bug #79381).
16760
16761 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
16762
16763         * mini-amd64.c (mono_arch_emit_exceptions): Emit the call to 
16764         mono_arch_throw_corlib_exception using emit_call () too. Fixes #79271.
16765
16766 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
16767
16768         * aot-runtime.c (load_aot_module): Return immeditely if the AOT module was already
16769         loaded.
16770
16771         * exceptions-amd64.c (gregs_from_ucontext): Apply another patch from the
16772         freebsd ports tree.
16773
16774         * mini-amd64.c (emit_call): Avoid near calls on freebsd.
16775         (mono_arch_patch_code): Remove the unused handling of MONO_PATCH_INFO_CLASS_INIT.
16776
16777         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix check for 32 bitness of
16778         displacement.
16779
16780 2006-09-13  Zoltan Varga  <vargaz@gmail.com>
16781
16782         * aot-runtime.c (load_aot_module_from_cache): Fix PPC build.
16783
16784 2006-09-12  Zoltan Varga  <vargaz@gmail.com>
16785
16786         * mini.c (UNVERIFIED): Add a 'break-on-unverified' MONO_DEBUG option so this 
16787         macro does not have to be changed during debugging.
16788
16789         * 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>.
16790
16791         * cpu-pentium.md: Rename this to cpu-x86.md for consistency with other platforms.
16792
16793         * Makefile.am mini-x86.c mini-codegen.c: Rename pentium_desc to x86_desc.
16794         
16795         * mini.c (mini_get_ldelema_ins): Allow ldelema2d optimization if 
16796         MONO_ARCH_NO_EMULATE_MUL is defined.
16797
16798         * mini-ia64.h (MONO_ARCH_CALLEE_FREGS): Reserve f33 for use by instructions.
16799
16800         * mini-ia64.h: Define MONO_ARCH_NO_EMULATE_MUL.
16801
16802         * mini-ia64.c: Implement CEE_MUL based on gcc emitted code.
16803
16804         * mini-ia64.c (mono_arch_lowering_pass): Optimize store_membase_imm with offset==0.
16805         
16806 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16807
16808         * mini-x86.h mini-amd64.h mini-exceptions.c: Move the bsd specific MAP_ANON
16809         stuff to mini-exceptions.c where it is used.
16810
16811         * mini-sparc.c (mono_arch_setup_jit_tls_data): Remove the duplicate altstack
16812         setup code, the real one is in mini-exceptions.c.
16813
16814         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Move all dependencies on the
16815         layout of ucontext_t to helper functions in exceptions-amd64.c, as on x86. Add
16816         some changes from the freebsd ports tree.
16817
16818         * mini-amd64.h exceptions-amd64.c: Fix the amd64 build. Get rid of the SC_
16819         constants.
16820         
16821         * mini-amd64.h: Freebsd has MAP_ANON instead of MAP_ANONYMOUS.
16822
16823 Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
16824
16825         * mini.c: on Linux, check for /proc to be mounted
16826         (bug# 79351, novell bug#201204).
16827
16828 Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
16829
16830         * mini.c: handle cases where pthread_attr_getstack() behaves
16831         incorrectly (bug #78096).
16832
16833 Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
16834
16835         * mini-arm.c: support larger stack frames (bug #79272).
16836
16837 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16838
16839         * aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.
16840
16841         * aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef 
16842         tokens.
16843
16844         * aot-runtime.c (mono_aot_get_class_from_name): New function used by 
16845         mono_class_from_name () to find a class from its name.
16846
16847         * mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.
16848
16849 2006-09-07  Zoltan Varga  <vargaz@gmail.com>
16850
16851         * mini-amd64.c (emit_call): Avoid strstr () call if possible.
16852
16853 2006-09-05  Kornel Pal  <kornelpal@gmail.com>
16854
16855         * Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
16856
16857 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16858
16859         * mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
16860         callinfo->trampoline.
16861
16862         * mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
16863         fixes #79271.
16864         (mono_arch_patch_code): Add some debug code to help track down similar failures in the
16865         future.
16866
16867 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16868
16869         * aot-runtime.c (mono_aot_plt_resolve): Add an assert.
16870
16871 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
16872
16873         * tramp-x86.c (mono_arch_create_specific_trampoline): Don't increase
16874         stats.method_trampolines, it is already done by the generic trampoline code.
16875
16876         * tramp-amd64.c (mono_arch_create_specific_trampoline): Ditto.
16877         
16878 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16879
16880         * mini.c: Remove some references to mono_compile_aot, and use cfg->compile_aot instead.
16881
16882         * aot-runtime.c: Add some tweaks to the MONO_AOT_CACHE functionality.
16883
16884         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix a FIXME.
16885
16886         * mini.c (print_jit_stats): Print mscorlib mempool size too.
16887         
16888         * mini.c (print_jit_stats): Print new stats.
16889
16890         * *-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
16891
16892 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16893
16894         * mini.c (mini_get_ldelema_ins): Fix verifier error when calling
16895         Address on two dimensional arrays. Fixes #78729.
16896
16897         * mini.h (MonoCompile): Add a 'skip_visibility' field.
16898
16899         * mini.c (method_to_ir): Disable visibility checks if skip_visibility is set on
16900         a method.
16901
16902         * mini-amd64.c (mono_arch_emit_exceptions): Fix assertion introduced by the last change.
16903
16904         * mini.c (mono_runtime_cleanup_handlers): Clean up signal handlers on unix. Fixes
16905         #79130.
16906         
16907         * mini.c (handle_array_new): Applied patch from "briaeros007". Fix
16908         a race condition.
16909         (mini_get_ldelema_ins): Ditto.
16910
16911 2006-08-30  Zoltan Varga  <vargaz@gmail.com>
16912
16913         * mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
16914         (mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation. 
16915         Fixes #79213.
16916
16917 2006-08-29 Neale Ferguson <neale@sinenomine.net>
16918
16919         * mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0 arguments. Add
16920         mono_arch_get_patch_offset as a dummy entry point to allow successful link. 
16921
16922         * exceptions-s390x.c: Cosmetic change.
16923
16924         * tramp-s390.c: Fix warning.
16925
16926         * cpu-s390.md: Correct length of mul_imm.
16927
16928 Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
16929
16930         * aot-compiler.c: added binary writer with ELF backend
16931         implementation (only on Linux/x86 for now).
16932
16933 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
16934
16935         * Makefile.am: Don't run net 2.0 AOT tests.
16936
16937         * aot-compiler.c (compile_method): Skip methods with tail calls as well.
16938         (mono_compile_assembly): Skip net 2.0 assemblies as well.
16939
16940         * aot-runtime.c (load_patch_info): Fix an uninitialized memory error.
16941
16942 Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
16943
16944         * aot-compiler.c: simplified and refactored the asm-writing code
16945         to allow different backends.
16946
16947 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
16948
16949         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
16950
16951         * aot-compiler.c aot-runtime.c: Reorg the GOT slot allocation code a 
16952         little. Share patches of type TYPE_FROM_HANDLE as well.
16953
16954         * mini.c (mono_patch_info_equal): New helper function.
16955         (mono_patch_info_hash): Ditto.
16956
16957         * aot-compiler.c (emit_method_code): Fix s390 build.
16958
16959         * mini.c (mono_allocate_stack_slots_full): Fix yet another place where byref
16960         is not handled because it is stored as a flag and not as a type ctor. Fixes
16961         #79016.
16962
16963 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16964
16965         * aot-compiler.c: Fix computation of GOT slot statistics.
16966         
16967         * aot-compiler.c aot-runtime.c: Implement sharing of GOT slots for classes/fields.
16968         Also remove support for not PIC AOT.
16969
16970         * mini.h: Bump AOT file format version.
16971
16972         * objects.cs: Add a test for #78990.
16973
16974         * mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
16975         (peter.dettman@iinet.net.au). Fixes #79087.
16976
16977         * basic-long.cs: Add a test for the above.
16978
16979 2006-08-16  Zoltan Varga  <vargaz@gmail.com>
16980
16981         * aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.
16982         
16983         * aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
16984         code somewhat.
16985
16986 2006-08-15  Zoltan Varga  <vargaz@gmail.com>
16987
16988         * mini.c (mini_init): Fix registration of idiv/imul opcodes which can throw
16989         exceptions.
16990
16991 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
16992
16993         * mini.c: Don't verify COM proxy invoke calls
16994         
16995
16996 2006-08-10  Dick Porter  <dick@ximian.com>
16997
16998         * wapihandles.c (mini_wapi_seminfo): More info, to help track down
16999         which process is holding semaphores locked.
17000
17001 2006-08-08  Zoltan Varga  <vargaz@gmail.com>
17002
17003         * mini-ia64.c mini-amd64.c: Fix #79027.
17004
17005         * mini-sparc.c (mono_arch_call_opcode): Fix the previous patch.
17006
17007         * mini-sparc.c (mono_arch_call_opcode): Fix #79027.
17008
17009         * mini-x86.c (mono_arch_call_opcode): Handle the case where there are no
17010         implicit arguments in a vararg call. Fixes #79027.
17011
17012 2006-08-07  Zoltan Varga  <vargaz@freemail.hu>
17013
17014         * mini.c (mono_get_element_address_signature): Use CDECL calling convention on windows. Fixes #78969.
17015         (mono_get_array_new_va_signature): Ditto.
17016
17017 2006-08-05  Zoltan Varga  <vargaz@gmail.com>
17018
17019         * aot-runtime.c: Call init_plt lazily.
17020
17021         * inssel-long.brg: Fix unsigned long->int conversion.
17022
17023         * aot-runtime.c (init_plt): Remove a redundant make_writable () call.
17024
17025         * aot-compiler.c aot-runtime.c: Reorganize the file structure in the amd64 case so
17026         that most data is now in the .rss/.data section.
17027
17028 2006-08-04  Zoltan Varga  <vargaz@gmail.com>
17029
17030         * aot-compiler.c: Correct the computation of the 'direct-calls' statistic.      
17031
17032         * aot-compiler.c: Print the number of methods without GOT slots as a statistics.
17033
17034         * aot-compiler.c aot-runtime.c tramp-amd64.c: Resurrect amd64 AOT support.
17035
17036         * tramp-amd64.c (mono_arch_patch_callsite): Fix a warning.
17037
17038         * jit-icalls.c (mono_helper_compile_generic_method): Unbox vtypes since this is a
17039         virtual call. Fixes #79010.
17040
17041         * mini.c (mono_method_to_ir): Pass an additional out arg to compile_generic_method 
17042         and use the result as the this argument in the real call.
17043
17044         * generics.2.cs: Add a new test for #79010.
17045         
17046 2006-08-03  Zoltan Varga  <vargaz@gmail.com>
17047
17048         * mini-x86.c: Fix a warning.
17049
17050         * aot-compiler.c: Add a bunch of statistics.
17051
17052         * mini.c (inline_method): Disable inlining in out-of-line bblocks.
17053
17054 2006-08-02  Zoltan Varga  <vargaz@gmail.com>
17055
17056         * mini-arch.h Makefile.am mini-ops.h mini-codegen.c: More alpha updates.
17057
17058 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
17059
17060         * 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>.
17061
17062 2006-07-13  Miguel de Icaza  <miguel@novell.com>
17063
17064         * mini.c (mono_method_to_ir): Obtain the original method in the
17065         CIL stream and use this to perform validation.
17066
17067         Fixed: #78816
17068
17069 2006-07-19  Zoltan Varga  <vargaz@gmail.com>
17070
17071         * mini-x86.c (mono_arch_get_argument_info): Fix a warning.
17072         (mono_arch_call_opcode): Ditto.
17073
17074         * mini.c (mono_method_to_ir): Clear ins_flag at the end of CEE_CALL. Fixes
17075         #78826.
17076
17077         * mini.c (mono_patch_info_dup_mp): New helper function.
17078         
17079         * aot-compiler.c (compile_method): Fix some of the memory allocated during
17080         compilation. Fixes #78827.
17081
17082 2006-07-18  Kornel Pal  <kornelpal@gmail.com>
17083
17084         * declsec.c: Use original security informations for
17085           MONO_WRAPPER_MANAGED_TO_MANAGED.
17086
17087 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
17088
17089         * mini.c: Allow Com Interop methods/classes and
17090         don't verify COM wrapper calls
17091         
17092
17093 2006-07-13  Zoltan Varga  <vargaz@gmail.com>
17094
17095         * inssel-long32.brg: Fix long->i4 checked conversion.
17096
17097         * exceptions.cs: Add a test for the above.
17098
17099 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
17100
17101         * mini-exceptions.c (mono_setup_altstack): Fix a memory leak.
17102
17103         * mini.c: Applied patch from Joachim Ante (joe@otee.dk). Fix some shutdown 
17104         leaks.
17105
17106         * helpers.c (mono_disassemble_code): Avoid using fixed temporary files. Fixes
17107         #78775.
17108
17109 2006-07-03  Zoltan Varga  <vargaz@gmail.com>
17110
17111         * mini.c: Fix solaris/x86 exception handling.
17112
17113         * Makefile.am: Get rid of $(ICU_LIBS).
17114
17115 2006-07-02  Zoltan Varga  <vargaz@gmail.com>
17116
17117         * mini-exceptions.c: Fix handling of unhandled SIGSEGV exceptions on ia64.
17118         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Use MONO_INIT_CONTEXT_FROM_CURRENT.
17119         (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): Ditto.
17120
17121         * mini-ia64.h (MONO_CONTEXT_SET_FUNC): New macro.
17122
17123         * mini-exceptions.c (mono_handle_native_sigsegv): Prevent infinite loops if
17124         this function causes a SIGSEGV.
17125
17126 2006-06-22  Zoltan Varga  <vargaz@gmail.com>
17127
17128         * mini.c: Remove unused solaris/x86 includes.
17129
17130 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17131
17132         * jit.h: Add G_BEGIN_DECLS/G_END_DECLS.
17133
17134 2006-06-20  Jb Evain  <jbevain@gmail.com>
17135
17136         * cpu-g4.md: fix max length of start_handler instruction.
17137
17138 2006-06-20  Massimiliano Mantione  <massi@ximian.com>
17139         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
17140
17141 2006-06-16  Massimiliano Mantione  <massi@ximian.com>
17142         * ssa.c: Fixed bug 78653 for SSA based deadce.
17143         * mini.h: added MONO_INST_DEFINITION_HAS_SIDE_EFFECTS flag go
17144         MonoInst.flags, used in SSA based deadce.
17145         * aliasing.c: Fixed bug 78653 for "fastpath" deadce.
17146         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78653.
17147
17148 Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17149
17150         * tramp-ppc.c: don't use malloc () for trampoline code, sometimes
17151         it can end up using non executable memory on ppc64 systems
17152         running ppc32 userspace (fix from Johannes Berg).
17153
17154 2006-06-14  Dick Porter  <dick@ximian.com>
17155
17156         * wapihandles.c: Fix a bunch of signed/unsigned warnings from gcc
17157         4.1.1
17158
17159 2006-06-13  Massimiliano Mantione  <massi@ximian.com>
17160         * mini.c: Made so that inline is locally disabled if it would
17161         trigger a .cctor, because too many apps depend on this behavior
17162         (which seems to be also the one of the MS CLR).
17163
17164 2006-06-13  Zoltan Varga  <vargaz@gmail.com>
17165
17166         * mini-amd64.c (mono_emit_stack_alloc): Fix initialization of localloc'ed memory.
17167         No idea why this worked before.
17168
17169         * branch-opts.c (mono_branch_optimize_exception_target): Avoid branches
17170         which branch to outer exception clauses since they could skip the
17171         inner finally clauses. Fixes #78633.
17172
17173         * exceptions.cs: Add a test for the above.
17174
17175         * mini.c (merge_basic_blocks): Nullify the branch at the end of the first bb.
17176         Fixes #78629.
17177
17178         * iltests.il: Add a test for the above.
17179
17180 2006-06-12  Zoltan Varga  <vargaz@gmail.com>
17181
17182         * mini.c (remove_block_if_useless): Do not remove the bblock immediately
17183         after the end of a try bblock, to prevent asserts in mini_method_compile ().
17184
17185         * iltests.il: Add a test for the above.
17186
17187 2006-06-10  Zoltan Varga  <vargaz@gmail.com>
17188
17189         * mini-ia64.c (mono_arch_lowering_pass): Remove some code duplication.
17190         
17191         * mini-ia64.c inssel-ia64.brg: Implement the new net 2.0 Interlocked.Add
17192         methods as instrinsics.
17193
17194 2006-06-09  Wade Berrier <wberrier@novell.com>
17195
17196         * Makefile.am: Fix sources list for svn rename so that make dist succeeds
17197         (simple-cee-ops.h ssapre-mini-ops.h)
17198
17199 2006-06-09  Neale Ferguson <neale@sinenomine.net>
17200
17201         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
17202         * mini-s390x.c, mini-s390.c: Correct ATOMIC operations (incorrect register for CS
17203         instruction).
17204         * mini-s390x.h, mini-s390.h: Simplify MCONTEXT_GET_BP.
17205         * cpu-s390x.md: Fix max. length values for a couple of instructions.
17206
17207 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17208
17209         * mini-exceptions.c: Minor fix for building mono in Visual Studio.
17210
17211 2006-06-08  Massimiliano Mantione  <massi@ximian.com>
17212
17213         * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
17214         * simple-cee-ops.h: Was "ssapre-cee-ops.h" (renamed).
17215         * ssapre-mini-ops.h: Renamed as "simple-mini-ops.h"
17216         * simple-mini-ops.h: Was "ssapre-mini-ops.h" (renamed).
17217         * local-propagation.c: In mono_cprop_invalidate_values use a whitelist
17218         of opcodes, so that bug 78549 should not happen again.
17219         * ssapre.c: Updated to use the renamed files.
17220
17221 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17222
17223         * mini-amd64.c (mono_arch_output_basic_block): Fix a wrong reg-reg move 
17224         in OP_ATOMIC_EXCHANGE_I4.
17225
17226 2006-06-07  Wade Berrier <wberrier@novell.com>
17227
17228         * tramp-s390.c: Fix s390 build (add missing pointer declarations 
17229         in mono_debugger_create_notification_function)
17230
17231 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
17232
17233         * mini.c (NEW_AOTCONST_TOKEN): Fix amd64 build.
17234         
17235         * mini.c (type_from_stack_type): Disable some changes which do not
17236         seem to work.
17237
17238         * driver.c: Reenable opts.
17239
17240         * mini.h (MonoStackSlot): New structure to keep track of the verification state
17241         of the evaluation stack.
17242         
17243         * mini.h (MonoBasicBlock): Add a 'stack_state' field to keep track of the
17244         evaluation stack trace at entry to the bblock.
17245
17246         * mini.c (merge_stacks): New function to perform verification of stack merges.
17247         Turned off by default.
17248
17249         * mini.c: Fill up ins->klass for instructions whose type is STACK_OBJ or
17250         STACK_MP.
17251         
17252 2006-06-06  Massimiliano Mantione  <massi@ximian.com>
17253
17254         * local-propagation.c: Fixed bug 78549.
17255
17256 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
17257
17258         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on ia64.
17259
17260 2006-06-02  Miguel de Icaza  <miguel@novell.com>
17261
17262         * tramp-sparc.c, tramp-ppc.c, tramp-s390.c, tramp-s390x.c,
17263         tramp-arm.c, tramp-ia64.c
17264         (mono_debugger_create_notification_function): Update signature to
17265         new signature and use new protocol for creating the notification
17266         function.  
17267
17268         Should fix the build.
17269
17270 2006-06-02  Geoff Norton  <gnorton@customerdna.com>
17271
17272         * exceptions-ppc.c (mono_jit_walk_stack)
17273         (ves_icall_get_frame_info): Fix the build
17274
17275 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17276
17277         * mini.c (mono_set_defaults): Fix the handling of -O=-all.
17278
17279 2006-05-31  Raja R Harinath  <rharinath@novell.com>
17280
17281         * il2tests.2.il: New file for generics CIL tests.  Add test for
17282         #78019.
17283         * Makefile.am: Update.
17284
17285         Fix #78019
17286         * mini.c (mono_method_to_ir): Don't apply box+brtrue optimization
17287         to nullable types.
17288
17289 2006-05-30  Massimiliano Mantione  <massi@ximian.com>
17290
17291         * aliasing.c: Fixed bug 78311.
17292
17293 2006-05-29  Martin Baulig  <martin@ximian.com>
17294
17295         * mini-exceptions.c (mono_find_jit_info): When computing the
17296         native offset, check whether we're actually inside the method's
17297         code; call mono_debug_print_stack_frame() to format the frame.
17298         (ves_icall_System_Exception_get_trace): Call
17299         mono_debug_print_stack_frame() to format the stack frame.
17300         (ves_icall_get_trace): Update to the new debugging API.
17301         (mono_jit_walk_stack_from_ctx): Likewise.
17302         (ves_icall_get_frame_info): Likewise.
17303
17304         * mini.c (get_method_from_ip): Use the new debugging API.
17305         (mono_print_method_from_ip): Likewise.
17306
17307         * exceptions-ppc.c
17308         (mono_jit_walk_stack): Use the new debugging API.
17309         (ves_icall_get_frame_info): Likewise.   
17310
17311 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17312
17313         * mini-amd64.c (mono_arch_output_basic_block): Fix MONO_PROFILE_COVERAGE.
17314
17315 2006-05-25  Massimiliano Mantione  <massi@ximian.com>
17316
17317         * mini.c: Added "limitator" to inline for debugging.
17318
17319 2006-05-24  Martin Baulig  <martin@ximian.com>
17320
17321         * debug-debugger.c (mono_debugger_init): Create a private,
17322         malloc()-based code manager for the notification function and
17323         intentionally leak it on exit.  This fixes the crash-on-exit race
17324         condition.
17325
17326         * tramp-amd64.c
17327         (mono_debugger_create_notification_function): Added
17328         `MonoCodeManager *' argument.
17329
17330         * tramp-x86.c
17331         (mono_debugger_create_notification_function): Added
17332         `MonoCodeManager *' argument.
17333
17334 2006-05-23  Massimiliano Mantione  <massi@ximian.com>
17335
17336         * aliasing.c: Fixed 64 bit issue.
17337         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
17338         default since all known bugs are fixed (one more time!).
17339
17340 Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17341
17342         * mini.c: write barrier support.
17343
17344 2006-05-23  Martin Baulig  <martin@ximian.com>
17345
17346         * debug-debugger.c: Revert Paolo's change.  Add comment and #error
17347         check at the top of the file.
17348
17349 Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
17350
17351         * debug-debugger.c: fix the build. Again. Hopefully Martin will stop
17352         reverting changes without reason and without changelog entries.
17353
17354 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17355
17356         * mini-sparc.c (mono_arch_output_basic_block): Add support for large stack offets
17357         to a few opcodes. Fixes #78439.
17358
17359         * mini-sparc.c: Rename mono_sparch_break () to mono_arch_break () to improve
17360         consistency with other archs.
17361
17362         * mini-ia64.c (mono_arch_emit_prolog): Remove debug stuff left in by mistake.
17363
17364 Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17365
17366         * debug-debugger.c: fix the build.
17367
17368 2006-05-17  Martin Baulig  <martin@ximian.com>
17369
17370         * debug-debugger.c
17371         (debugger_thread_vtable): Moved here from ../metadata/threads.c.
17372         (debugger_init_threads): Formerly known as mono_debugger_init_threads().
17373         (debugger_finalize_threads): Formaly known as mono_debugger_finalize_threads().
17374         (debugger_attach): Call GC_mono_debugger_add_all_threads().
17375
17376 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17377
17378         * mini.c (mini_init): Call pthread_attr_destroy () to fix a small memory leak.
17379
17380 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17381
17382         * mini-x86.c (mono_arch_instrument_epilog): Fix handling of 
17383         MONO_TYPE_GENERICINST.
17384         
17385         * mini-amd64.c (mono_arch_instrument_epilog): Fix handling of 
17386         MONO_TYPE_GENERICINST.
17387
17388 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17389
17390         * mini-x86.c (mono_arch_get_vcall_slot_addr): Add a missing call sequence. Fixes
17391         #78325.
17392
17393 2006-05-08  Zoltan Varga  <vargaz@gmail.com>
17394
17395         * mini.c (mono_create_jump_trampoline): Allocate MonoJitInfo from the domain
17396         mempool.
17397         (mono_jit_free_method): Remove the method from jump_trampoline_hash as well.
17398
17399 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17400
17401         * mini.c (mini_cleanup): Applied patch from Joachim Ante (joe@otee.dk). Call
17402         mono_trace_cleanup ().
17403
17404         * iltests.il: Fix problem with the newly added test.
17405
17406         * mini-codegen.c (mono_local_regalloc): When changing the dreg of an instruction
17407         due to register constraints, free up the previous hreg. Fixes #78314.
17408
17409         * iltests.il: Add new test for #78314.  
17410
17411         * mini-x86.c (mono_arch_get_inst_for_method): Use OP_ATOMIC_ADD_NEW_I4 for
17412         Interlocked.Add. Fixes #78312.
17413
17414         * mini-amd64.c (mono_arch_get_inst_for_method): Ditto.
17415         
17416 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17417
17418         * inssel.brg (mini_emit_virtual_call): Fix a warning.
17419
17420 2006-05-05  Martin Baulig  <martin@ximian.com>
17421
17422         * debug-mini.c (mono_debug_open_block): New method.
17423
17424         * mini-amd64.c
17425         (mono_arch_output_basic_block): Call mono_debug_open_block() at
17426         the beginning of each basic block.
17427
17428         * mini-x86.c
17429         (mono_arch_output_basic_block): Call mono_debug_open_block() at
17430         the beginning of each basic block.
17431
17432 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
17433
17434         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
17435         default until I understand why they break the build on amd64.
17436
17437 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17438
17439         * mini.c (mini_cleanup): Call mono_cleanup ().
17440
17441         * mini.c (UNVERIFIED): New macro to make it easier to track down verification
17442         errors.
17443
17444 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
17445
17446         * aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
17447         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
17448         default since all known bugs are fixed, and I cannot reproduce bug
17449         77944... I'm asking Matt Hargett to test again after this commit.
17450
17451 2006-04-28  Massimiliano Mantione  <massi@ximian.com>
17452
17453         * mini-codegen.c: Fixed typo that thrashed inline.
17454
17455 2006-04-28  Zoltan Varga  <vargaz@gmail.com>
17456
17457         * dominators.c (compute_dominators): Avoid using a worklist since
17458         it is not correct in some cases. Instead, iterate over all bblocks as
17459         in the original paper. Fixes --compile-all -O=all System.Xml.dll.
17460
17461 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17462
17463         * mini.c (mono_jit_compile_method_inner): Use
17464         mono_prepare_exception_from_error that resets the value
17465         internally.
17466
17467 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17468
17469         * mini.c: Move the mini_loader_error_to_exception to metadata. 
17470         
17471 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
17472
17473         * aliasing.c: Fixed bug 78210.
17474
17475 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
17476
17477         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
17478         default until all their problems (or the ones they trigger) are fixed.
17479
17480 2006-04-26  Zoltan Varga  <vargaz@gmail.com>
17481
17482         * aot-runtime.c (mono_aot_get_method_from_token_inner): Fix the previous patch.
17483         
17484         * aot-runtime.c (mono_aot_get_method_from_token_inner): Mark the method
17485         as loaded only after resolving patches since that could invoke the same method.
17486
17487         * aot-runtime.c (mono_aot_plt_resolve): Fix ppc etc. builds.
17488
17489         * aot-compiler.c: Refactor mono_aot_compile_aot () into a bunch of smaller
17490         functions.
17491
17492         * aot-runtime.c (init_plt): Use a normal trampoline to transfer code to the
17493         AOT loader.
17494
17495         * aot-compiler.c (emit_plt): Pass the plt offset in %eax instead of on the
17496         stack.
17497
17498         * mini-trampolines.c (mono_aot_plt_trampoline): New trampoline to handle calls
17499         made from AOT code through the PLT table.
17500
17501         * mini-x86.h mini-amd64.h: Define MONO_ARCH_AOT_PLT_OFFSET_REG to the register
17502         holding the plt offset when a call is made to the aot plt trampoline.
17503         
17504 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
17505
17506         * aot-runtime.c aot-compiler.c cpu-amd64.md mini-amd64.c: Update parts of the 
17507         amd64 AOT support.
17508
17509         * Makefile.am (common_sources): Fix build breakage.
17510
17511         * aot-runtime.c aot-compiler.c: Reorganize the AOT code yet again: Make all
17512         calls through a jump table similar to the ELF PLT table. Avoid indirect calls for
17513         intra-assembly calls if possible.
17514         
17515         * tramp-*.c: Add new functions for patching/nullifying PLT entries.
17516
17517         * mini-trampolines.c: Handle PLT entries.
17518
17519         * mini.c: Avoid creating a GOT var for calls.
17520
17521         * jit-icalls.c (helper_ldstr_mscorlib): New helper function for loading strings
17522         from mscorlib code.
17523
17524         * jit-icalls.c (helper_newobj_mscorlib): New helper function to create objects
17525         from mscorlib code.
17526
17527         * mini.c (mono_method_to_ir): Use the new helper functions in throw bblocks in
17528         AOT code.       
17529
17530         * mini.h: Bump AOT file format version.
17531         
17532         * mini.c (get_basic_blocks): Fix the calculation of bb->out_of_line so it
17533         covers more cases.
17534
17535 2006-04-25  Martin Baulig  <martin@ximian.com>
17536
17537         * driver.c: Disable copyprop, consprop and inline when running
17538         inside the debugger.
17539
17540 2006-04-25  Martin Baulig  <martin@ximian.com>
17541
17542         * debug-debugger.h (MonoDebuggerInfo): Replaced `get_thread_id'
17543         with `get_current_thread' and added `detach'.
17544         (MonoDebuggerMetadataInfo): Added `thread_size',
17545         `thread_tid_offset', `thread_stack_ptr_offset' and
17546         `thread_end_stack_offset'.
17547
17548 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
17549
17550         * aot.c Makefile.am: Split aot.c into two new files aot-compiler.c and 
17551         aot-runtime.c.
17552
17553         * inssel.brg (mini_emit_load_intf_reg_vtable): Use a new kind of AOT constant
17554         ADJUSTED_IID to avoid the need for adjusting the IID at runtime.
17555
17556         * mini.h (MonoJumpInfoType): Add MONO_PATCH_INFO_ADJUSTED_IID.
17557
17558         * mini.c (mono_resolve_patch_target): Handle ADJUSTED_IID.
17559
17560         * aot.c: Add support for ADJUSTED_IID.  
17561
17562 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17563
17564         * aot.c (emit_method_order): Don't align method_order_end.
17565
17566         * inssel.brg (stmt): Fix interface calls in AOT code which got broken by
17567         the interface ID changes.
17568
17569 2006-04-21  Dick Porter  <dick@ximian.com>
17570
17571         * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
17572         cleaning up a thread.  Fixes the new part of bug 77470.
17573
17574 2006-04-20  Geoff Norton  <gnorton@customerdna.com>
17575
17576         * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
17577         to managed wrapper.
17578                      
17579 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17580
17581         * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
17582         
17583         * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
17584         SIGSEGV. Fixes #78072.
17585
17586         * mini-exceptions.c (mono_handle_native_sigsegv): Add a 'signal' argument,
17587         unregister our SIGABRT handler.
17588
17589 2006-04-19  Massimiliano Mantione  <massi@ximian.com>
17590
17591         * mini.c: Disabled inline where it can alter the call stack in a
17592         way visible from managed code.
17593         * driver.c: enabled inline,consprop,copyprop,treeprop,deadce by
17594         default.
17595
17596 2006-04-16  Zoltan Varga  <vargaz@gmail.com>
17597
17598         * mini-amd64.c (mono_arch_emit_prolog): Attach the thread to the runtime as it is done
17599         on other platforms. Fixes #78089.
17600
17601 2006-04-13  Martin Baulig  <martin@ximian.com>
17602
17603         * driver.c: Also check a `MONO_INSIDE_MDB' environment variable to
17604         determine whether we're inside the debugger.
17605
17606         * debug-debugger.h
17607         (MonoDebuggerMetadataInfo): Added all offsets from `MonoDefaults'.
17608
17609 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17610
17611         * mini.c (mono_method_to_ir): Handle multiple LEAVE statements inside a single
17612         handler clauses. Fixes #78024.
17613
17614         * mini-sparc.c (mono_arch_output_basic_block): Handle large offsets
17615         in the CALL_MEMBASE opcodes. Fixes #78088.
17616         (mono_arch_get_vcall_slot_addr): Ditto.
17617
17618 2006-04-10  Martin Baulig  <martin@ximian.com>
17619
17620         * debug-debugger.c: The thread handling code has now been moved
17621         into ../metadata/threads.c.
17622
17623 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17624
17625         * driver.c (mono_main): Fix --with-gc=none build.
17626
17627         * mini-codegen.c (mono_spillvar_offset): Improve alignment.
17628         (mono_spillvar_offset_float): Ditto.
17629         (mono_local_regalloc): Only do the OP_MOVE optimization if ins->dreg is a local
17630         hreg, not when its !global, since on ia64, there is a third category: stacked
17631         registers.      
17632
17633 Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus@ximian.com>
17634
17635         * mini.c: set MonoInst->klass for load field address and a few other
17636         places.
17637
17638 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17639
17640         * helpers.c (mono_disassemble_code): Emit debug info on amd64 as well.
17641
17642 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
17643
17644         * dominators.c (compute_dominators): Fix yet another bug which surfaced after
17645         the branch opt changes.
17646
17647 2006-04-06  Dick Porter  <dick@ximian.com>
17648
17649         * wapihandles.c (mini_wapi_semdel): Fix parameters in semctl () call.
17650         
17651         * wapihandles.c (mini_wapi_seminfo): 
17652         * driver.c (mono_main): Add semaphore info option
17653
17654 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
17655
17656         * dominators.c (compute_dominators): Fix a bug which surfaced after the recent
17657         branch optimization changes. Fixes #78009.
17658
17659 Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17660
17661         * mini.c: ignore accessibility of methods in managed->native wrappers.
17662
17663 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
17664
17665         * mini.c (mini_cleanup): Call print_jit_stats () earlier since it accesses metadata.
17666         
17667         * mini.c (mini_cleanup): Free 'emul_opcode_map' as well.
17668
17669 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17670
17671         * mini.c: Modify the branch optimizations to preserve the invariant that
17672         the entries inside the in_bb and out_bb arrays are unique.
17673         (mono_unlink_bblock): Avoid creation of new arrays.
17674
17675 2006-04-02  Zoltan Varga  <vargaz@gmail.com>
17676
17677         * mini.c (mono_unlink_bblock): Fix regression caused by previous
17678         change (#77992).
17679
17680 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
17681
17682         * mini.c (optimize_branches): Remove the "optimizations" in
17683         the cbranch1/cbranch2 -> branch cases which were causing several
17684         problems in the past. Fixes #77986.
17685
17686 2006-03-31  Chris Toshok  <toshok@ximian.com>
17687
17688         * driver.c (DEFAULT_OPTIMIZATIONS): back out the new set of
17689         default optimizations :(
17690
17691 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
17692
17693         * inssel-x86.brg mini-codegen.c mini.c: Merge some changes/fixes from linear-il
17694         branch.
17695
17696 2006-03-31  Massimiliano Mantione  <massi@ximian.com>
17697
17698         * local-propagation.c: Added comments to structs and removed
17699         "Mono" prefixes from local tree mover types.
17700
17701 2006-03-30  Zoltan Varga  <vargaz@gmail.com>
17702
17703         * Makefile.am (arch_sources): Define this for each architecture so 
17704         libmono_la_SOURCES is defined in one place.
17705
17706 Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17707
17708         * driver.c, wapihandles.c, Makefile.am: integrate the io-layer utils
17709         from handles/.
17710
17711 Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus@ximian.com>
17712
17713         * driver.c: print the GC name supplied by configure.
17714
17715 2006-03-29  Massimiliano Mantione  <massi@ximian.com>
17716
17717         * local-propagation.c: Added tree mover, and moved here all the
17718         local propagation code from mini.c
17719         * mini.c: Added support for treeprop, and moved all the local
17720         propagation code to local-propagation.c
17721         * mini.h: Added support for treeprop
17722         * driver.c: Added support for treeprop, enabled consprop, copyprop,
17723         treeprop, inline and deadce by default
17724         * Makefile.am: Added local-propagation.c
17725
17726 2006-03-25  Zoltan Varga  <vargaz@gmail.com>
17727
17728         * exceptions-sparc.c: Applied patch from David S. Miller  <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
17729
17730 Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus@ximian.com>
17731
17732         * debug-debugger.c: make it compile without the Boehm GC.
17733
17734 Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus@ximian.com>
17735
17736         * mini.c: fixed issue with mismatch when an icall is registered
17737         with multiple names but same address.
17738
17739 Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus@ximian.com>
17740
17741         * declsec.c, mini-exceptions.c: use write barrier to set reference
17742         fields of managed objects.
17743
17744 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
17745
17746         * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
17747         (can_access_internals): Fix a warning.
17748
17749         * mini.c (print_method_from_ip): Rename this to 
17750         mono_print_method_from_ip so it gets exported.
17751
17752         * trace.c: Deal with strings inside StringBuilder's containing garbage
17753         and fix memory leaks. Fixes #77848.
17754
17755 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
17756
17757         * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
17758         fixes #77787.
17759
17760 2006-03-16 Neale Ferguson <neale@sinenomine.net>
17761         
17762         * mini-s390.c: Remove OP_X86_TEST_NULL.
17763
17764 Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
17765
17766         * mini.c: use the correct GetHashCode() for the moving collector.
17767
17768 2006-03-16  Massimiliano Mantione  <massi@ximian.com>
17769
17770         * liveness.c: Regalloc spill cost tuning.
17771
17772 2006-03-15 Neale Ferguson <neale@sinenomine.net>
17773         
17774         * mini-s390x.h: Correct S390_LONG macro.
17775
17776         * mini-s390x.c: Cleanup unused code.
17777
17778 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
17779
17780         * jit-icalls.h: New file.
17781
17782         * Makefile.am mini.c jit-icalls.c: Use a proper include file for the jit
17783         icalls and include that instead of including jit-icalls.c.
17784
17785         * mini-ppc.c (mono_arch_output_basic_block): Remove references to
17786         OP_X86 opcodes.
17787
17788 Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus@ximian.com>
17789
17790         * mini.c: when checking for member accessibility, also check for
17791         friend assemblies and for explicit interface implementations.
17792
17793 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
17794
17795         * mini-codegen.c (mono_local_regalloc): Remove incorrect g_free () calls.
17796
17797         * cpu-arm.md cpu-g4.md: Remove x86_ opcodes.
17798
17799         * mini-x86.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
17800         common cases are done first.    
17801
17802         * mini-ops.h: Only define platform specific opcodes on the given platform.
17803
17804         * mini.h regalloc.h mini-codegen.c: Merge optimizations from the linear-il
17805         branch.
17806         
17807 2006-03-14  Martin Baulig  <martin@ximian.com>
17808
17809         Revert Paolo's change from r57348:
17810
17811         * mini.h: don't use gboolean for bitfields.
17812         * mini.c: verifier changes for fields and methods accessibility.
17813
17814 2006-03-13  Neale Ferguson <neale@sinenomine.net>
17815
17816         * mini-s390.h, mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
17817
17818         * mini-s390x.c: Fix conv_r_un.
17819
17820         * cpu-s390, cpu-s390x.md: Fix lengths.
17821
17822 Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus@ximian.com>
17823
17824         * mini.c: nested types have access to all the nesting
17825         levels, not just the enclosing types.
17826
17827 Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus@ximian.com>
17828
17829         * mini.c: added a few more verification checks.
17830
17831 2006-03-12  Zoltan Varga  <vargaz@gmail.com>
17832
17833         * liveness.c: Merge optimizations from the linear-il branch.
17834
17835 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17836
17837         * mini-ia64.c (emit_call): Add a comment.
17838
17839         * tramp-ia64.c (mono_arch_patch_callsite): Handle indirect calls as well.
17840
17841         * tramp-ia64.c: Fix some warnings.
17842
17843 Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus@ximian.com>
17844
17845         * mini.h: don't use gboolean for bitfields.
17846         * mini.c: verifier changes for fields and methods accessibility.
17847
17848 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17849
17850         * mini.c (mono_icall_get_wrapper): Fix an ia64 bug introduced by the
17851         lazy icall wrapper changes.
17852
17853         * dominators.c: Replace all the dominator algorithms with faster
17854         ones from the linear-il branch.
17855
17856         * inssel-*.brg: Allocate call->out_ireg_args and call->out_freg_args from
17857         the mempool.
17858
17859         * mini-amd64.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
17860         common cases are done first.
17861
17862         * mini-amd64.c: Fix some warnings.
17863
17864         * mini-codegen.c mini-*.c: Allocate call->out_ireg_args and call->out_freg_args
17865         from the mempool.
17866
17867         * mini.c (mono_jit_compile_method_with_opt): Fix a race in the newly
17868         added code.
17869
17870         * mini.h: Add a missing prototype.
17871
17872 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
17873
17874         * mini.c: Compile icall wrappers lazily.
17875
17876         * mini-codegen.c: Use printf instead of g_print since its much faster.
17877
17878         * mini.h (mono_bitset_foreach_bit): Use the faster mono_bitset_find_start ()
17879         function.
17880
17881         * mini.c (optimize_branches): Cache the negative result from 
17882         remove_block_if_useless ().
17883
17884         * mini.c (optimize_branches): Avoid restarting the iteration after each change. 
17885         Also fix some bblock linking issues.
17886
17887         * helpers.c (mono_disassemble_code): Reduce the size of the temporary
17888         assembly files.
17889
17890         * mini.h: Define G_LIKELY/G_UNLIKELY macros for older glib versions.
17891
17892         * mini.h (MonoBasicBlock): Reorganize the fields, putting more frequently
17893         accessed fields first, for better cache behavior.
17894         
17895 Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus@ximian.com>
17896
17897         * mini.c: speedup IList<T> array accesses.
17898
17899 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
17900
17901         * mini.c (mono_method_to_ir): Handle large methods overflowing the 
17902         inline_costs counter. Fixes #77190.
17903
17904 2006-03-06  Zoltan Varga  <vargaz@gmail.com>
17905
17906         * mini-exceptions.c: Call mono_trace_is_enabled () before printing
17907         trace messages. Fixes #77706.
17908
17909 2006-03-04  Martin Baulig  <martin@ximian.com>
17910
17911         * tramp-amd64.c, tramp-x86.c
17912         (mono_debugger_create_notification_function): Use
17913         mono_global_codeman_reserve() to allocate a buffer at runtime and
17914         return it.
17915
17916         * debug-debugger.h (MonoDebuggerInfo): Added `initialize'.
17917
17918         * debug-debugger.c (mono_debugger_init): Dynamically allocate the
17919         notification function at runtime and then call `initialize' in the
17920         `MONO_DEBUGGER__debugger_info' vtable.
17921
17922 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
17923
17924         * iltests.il: Fix a visibility problem.
17925
17926 Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus@ximian.com>
17927
17928         * driver.c, mini.c: add hooks for the counters API.
17929
17930 Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus@ximian.com>
17931
17932         * driver.c: show disabled options.
17933
17934 Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus@ximian.com>
17935
17936         * linear-scan.c: always use cost-driven selection.
17937
17938 2006-02-28  Raja R Harinath  <rharinath@novell.com>
17939
17940         * jit-icalls.c (helper_compile_generic_method): Revert change from
17941         2006-02-24.
17942
17943 Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus@ximian.com>
17944
17945         * cpu-arm.md, mini-arm.c: implemented MemoryBarrier.
17946
17947 Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus@ximian.com>
17948
17949         * inssel.brg: style fixes, mostly to force the updated monoburg
17950         to run for people using svn.
17951
17952 Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus@ximian.com>
17953
17954         * mini.c: match monoburg changes.
17955
17956 Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus@ximian.com>
17957
17958         * mini.h, mini.c, abcremoval.c, aliasing.c, liveness.c,
17959         ssapre.c, graph.c, ssa.c: put the mono_burg_arity[]
17960         declaration in the header file.
17961
17962 Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17963
17964         * helpers.c: reduce relocations and mem usage.
17965
17966 Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus@ximian.com>
17967
17968         * mini.h, mini-codegen.c: disable logging features if
17969         requested by configure.
17970
17971 Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus@ximian.com>
17972
17973         * mini.c: tiny verifier changes.
17974
17975 Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus@ximian.com>
17976
17977         * mini-ops.h, inssel-x86.brg, tramp-x86.c, mini-x86.c,
17978         cpu-pentium.md: stack alignment changes for osx/x86,
17979         partially from Geoff Norton <gnorton@customerdna.com>.
17980
17981 2006-02-24  Raja R Harinath  <harinath@gmail.com>
17982
17983         * jit-icalls.c (helper_compile_generic_method): Update to changes
17984         in metadata/class.c.
17985
17986 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
17987         
17988         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a missing check.
17989         
17990         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for
17991         interface calls with large offsets.
17992
17993 2006-02-23  Raja R Harinath  <rharinath@novell.com>
17994
17995         * jit-icalls.c (helper_compile_generic_method): Document the
17996         special-case we depend on so that we can inflate the method twice
17997         with the same context with no bad side-effects.
17998
17999 Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus@ximian.com>
18000
18001         * mini-x86.c, mini-amd64.c: fix for case when xen support
18002         is disabled.
18003
18004 Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus@ximian.com>
18005
18006         * mini-x86.c, mini-amd64.c: generate code to access tls items
18007         in a faster way for Xen systems.
18008
18009 Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18010
18011         * exceptions-x86.c, mini-x86.h, driver.c, mini-codegen.c:
18012         updates and compilation fixes for the OSX/x86 port, mostly from
18013         Geoff Norton <gnorton@customerdna.com>.
18014
18015 Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus@ximian.com>
18016
18017         * inssel.brg: faster interface call implementation
18018         to sync with the interface_offsets MonoVTable changes.
18019
18020 Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus@ximian.com>
18021
18022         * mini.c: more verification checks.
18023
18024 Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus@ximian.com>
18025
18026         * mini.c: added a few more verification checks.
18027
18028 2006-02-17      Neale Ferguson <neale@sinenomine.net>
18029
18030         * mini-s390x.c, mini-s390x.h: Check for presence of long displacement
18031         facility on the processor and use it if available.
18032
18033 Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus@ximian.com>
18034
18035         * driver.c, aot.c, mini.c: throw exception if the IL code is
18036         invalid or unverifiable.
18037
18038 2006-02-17  Raja R Harinath  <rharinath@novell.com>
18039
18040         * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
18041         m.StructField.
18042
18043 2006-02-16  Zoltan Varga  <vargaz@gmail.com>
18044
18045         * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
18046
18047 Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18048
18049         * mini-s390x.c, mini-s390.c, mini.c, mini-amd64.c, mini-arm.c,
18050         mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
18051         handling of instantiated generic valuetypes.
18052
18053 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18054
18055         * mini-exceptions.c mini-x86.h mini-x86.c: Get rid of 
18056         MONO_INIT_CONTEXT_FROM_CALLER, and use MONO_INIT_CONTEXT_FROM_FUNC
18057         instead.
18058
18059         * generics.2.cs: Revert the nullable reftypes tests.
18060
18061 2006-02-10  Zoltan Varga  <vargaz@gmail.com>
18062
18063         * mini-exceptions.c (MONO_INIT_CONTEXT_FROM_CALLER): Avoid
18064         using __builtin_frame_address (1) as it doesn't work in the presence
18065         of optimizations. Hopefully fixes #77273.
18066
18067         * Makefile.am generics.cs generics.2.cs: Revert the generics.2.cs
18068         -> generics.cs change as it doesn't work with some automake versions.
18069
18070 Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18071
18072         * mini.c: handle systems that sue a different way to
18073         retrieve the stack address of the current thread.
18074
18075 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18076
18077         * Makefile.am generics.2.cs: Rename this to generics.cs and handle
18078         it specially in the makefile.
18079
18080         * generics.2.cs: Add tests for nullable reference types.
18081
18082 Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18083
18084         * mini.c: always handle the case when mono_jit_init()
18085         is called in a thread different from the main thread,
18086         confusing libgc (bug #77309).
18087
18088 Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus@ximian.com>
18089
18090         * mini-ppc.c: fix handling of exceptions in large methods (bug #74932).
18091
18092 Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18093
18094         * mini.c: change optimize_branches () to use a single loop
18095         and introduce a new optimization to simplify some range checks.
18096
18097 2006-02-03  Martin Baulig  <martin@ximian.com>
18098
18099         * debug-debugger.c (debugger_thread_manager_thread_created): Removed
18100         and merged with debugger_thread_manager_add_thread().
18101         (mono_debugger_main): Call debugger_thread_manager_add_thread() to
18102         inform the debugger about the main thread.
18103
18104 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
18105
18106         * basic.cs: Add test for div.un/rem.un constant folding.
18107
18108 2006-02-03  Neale Ferguson <neale@sinenomine.net>
18109
18110         * cpu-s390x.md: correct int_xor_imm length
18111
18112 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
18113
18114         * generics.2.cs: New test for #77442.
18115
18116         * jit-icalls.c (helper_compile_generic_method): Check for null. Fixes
18117         #77442.
18118
18119 2006-02-02  Martin Baulig  <martin@ximian.com>
18120
18121         * tramp-x86.c, tramp-amd64.c: It's now safe to #include
18122         <mono/metadata/mono-debug-debugger.h>   
18123
18124         * debug-mini.c: Don't #define _IN_THE_MONO_DEBUGGER.
18125
18126 2006-02-02  Martin Baulig  <martin@ximian.com>
18127
18128         * debug-debugger.h: New header file for debug-debugger.c.
18129
18130         * debug-debugger.c: Big API cleanup; don't run the managed Main()
18131         function is a separate thread anymore; add support for attaching.
18132
18133 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18134
18135         * tramp-x86.c: Fix a warning.
18136
18137 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18138
18139         * mini-amd64.c (mono_arch_compute_omit_fp): Avoid hitting an assertion
18140         on very large methods.
18141
18142         * aot.c (load_patch_info): Fix a warning.
18143
18144 Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus@ximian.com>
18145
18146         * cpu-pentium.md, mini-x86.c, inssel.brg, inssel-x86.brg,
18147         mini-ops.h: alu membase optimizations.
18148
18149 Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus@ximian.com>
18150
18151         * mini-ops.h, mini.c, inssel.brg, inssel-x86.brg: opcode
18152         to speedup StringBuilder.
18153
18154 2006-01-27  Zoltan Varga  <vargaz@gmail.com>
18155
18156         * dominators.c (mono_compute_natural_loops): Fix detection of
18157         loop body start blocks.
18158
18159         * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
18160
18161 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18162
18163         * mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
18164         #75145.
18165
18166 2006-01-25  Massimiliano Mantione  <massi@ximian.com>
18167
18168         * aliasing.c: Fixed aliasing issue on 64 bit archs.
18169
18170 2006-01-25  Martin Baulig  <martin@ximian.com>
18171
18172         * debug-debugger.c: Moved the `MonoDebuggerManager' and
18173         `MonoDebuggerThread' typedefs here from mono-debug-debugger.h and
18174         started to cleanup this file a little bit.
18175
18176 Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus@ximian.com>
18177
18178         * mini.c: optimize a codepath frequently happening in generics code.
18179
18180 2006-01-23  Martin Baulig  <martin@ximian.com>
18181
18182         * Makefile.am: Only compile debug-debugger.c on supported platforms.
18183
18184         * debug-debugger.c: Kill the IO_LAYER() hack and use the io-layer
18185         functions directly.
18186
18187         * driver.c: debug-debugger.c is only available if
18188         `MONO_DEBUGGER_SUPPORTED' is defined.   
18189
18190 2006-01-23  Martin Baulig  <martin@ximian.com>
18191
18192         * debug-debugger.c: Only enable this on platforms where the Mono
18193         Debugger is working (x86 and x86_64).
18194
18195 2006-01-21  Martin Baulig  <martin@ximian.com>
18196
18197         The Mono Debugger is now using the normal `mono' instead of the
18198         `mono-debugger-mini-wrapper' when executing managed code.
18199
18200         * debug-debugger.c: New file; previously known as
18201         debugger/wrapper/wrapper.c.
18202
18203         * debug-mini.c (mono_init_debugger): Removed.
18204
18205         * driver.c (mono_main): Added new `--inside-mdb' command line
18206         argument which is used when running inside the debugger.
18207
18208 2006-01-20  Zoltan Varga  <vargaz@gmail.com>
18209
18210         * liveness.c (mono_analyze_liveness): Remove some unused data
18211         structures.
18212
18213 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
18214
18215         * mini.h: Move mono_bitset_test_fast macro to monobitset.h where it belongs.
18216
18217 2006-01-16  Zoltan Varga  <vargaz@gmail.com>
18218
18219         * mini.h (mono_bitset_test_fast): Disable the 'fast' implementation which
18220         depends on implementation details of monobitset.
18221
18222         * mini.c (mini_get_ldelema_ins): Fix handling of 1 dimensional arrays.
18223         Fixes #77271.
18224
18225 2006-01-15  Zoltan Varga  <vargaz@gmail.com>
18226
18227         * liveness.c: Update after monobitset changes.
18228
18229 2006-01-14  Zoltan Varga  <vargaz@gmail.com>
18230
18231         * mini-amd64.c (mono_arch_compute_omit_fp): Fix a leak.
18232
18233 2006-01-11 Neale Ferguson <neale@sinenomine.net>
18234
18235         * inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
18236
18237         * mini-s390x.c: Remove warning messages.
18238
18239 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18240
18241         * mini.c: pass the jitinfo to mono_profiler_method_end_jit.
18242
18243 2006-01-10  Zoltan Varga  <vargaz@gmail.com>
18244
18245         * generics.2.cs: Add ldelem/stelem_any test.
18246
18247 2006-01-10 Neale Ferguson <neale@sinenomine.net>
18248
18249         * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
18250
18251 2006-01-07  Zoltan Varga  <vargaz@gmail.com>
18252
18253         * inssel-long.brg: Fix int->long ovf conversion rules. Fixes #77172.
18254         
18255 2006-01-06  Zoltan Varga  <vargaz@gmail.com>
18256
18257         * generics.2.cs: Reenable vtype tests.
18258
18259         * inssel-x86.brg: Remove an icorrect valuetype rule.
18260
18261 2006-01-06 Neale Ferguson <neale@sinenomine.net>
18262
18263         * mini-s390x.c, inssel-s390x.brg, cpu-s390x.md: Fix ATOMIC_I8 operations. Provide
18264         initial support for OP_ABS.
18265
18266 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18267
18268         * mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
18269
18270 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18271
18272         * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int 
18273         conversion and implement LADD/LSUB.
18274
18275         * exceptions-s390.c: Standardize mono_arch_find_jit_info to match other
18276         architectures.
18277
18278 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18279
18280         * mini-s390x.c, mini-s390x.h: Fix r8 to unsigned int conversion.
18281
18282         * exceptions-s390x.c: Standardize mono_arch_find_jit_info to match other
18283         architectures.
18284
18285 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18286
18287         * mini-s390x.c, mini-s390x.h, mini-s390.c, mini-s390.h: Fix lmf handling when 
18288         localloc is encountered.  Fixes crash in test-183.cs when using gmcs 
18289         (stack walk problem).
18290
18291 2006-01-04  Zoltan Varga  <vargaz@gmail.com>
18292
18293         * aot.c (mono_aot_load_method): Fix a warning.
18294
18295 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18296
18297         * mini-s390x.h, exceptions-s390x.c, inssel-s390x.brg: Fix compiler warnings
18298
18299 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18300
18301         * iltests.il: Add test for #77148.
18302
18303         * mini.c (mini_get_ldelema_ins): Handle arrays with rank 1 too. Fixes
18304         #77148.
18305
18306 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18307
18308         * mini-s390x.c, inssel-s390x.brg: Remove debug statements
18309
18310 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18311
18312         * mini-s390x.c, mini-s390x.h, exceptions-s390x.c, tramp-s390x.c, inssel-s390x.brg,
18313         cpu-s390x.md, mini-codegen.c, Makefile.am: add 64-bit s390 support to JIT.
18314
18315         * basic-long.cs: Add lconv-to-r4/r8 tests.
18316
18317 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18318
18319         * mini.c (mono_method_to_ir): Fix DynamicMethod support in some opcodes.
18320
18321         * mini-sparc.c (mono_arch_call_opcode): Use mono_class_value_size ()
18322         here as on other archs.
18323
18324 2005-12-29 Neale Ferguson <neale@sinenomine.net>
18325
18326         * mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
18327
18328 2005-12-29 Neale Ferguson <neale@sinenomine.net>
18329
18330         * inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
18331         
18332         * cpu-s390.md: Fix lengths of a couple of long instructions; Add memory_barrier.
18333
18334         * mini-s390.c: Fix long add/sub overflow instructions; Fix displacement handling in
18335         instrument_prolog; Add memory_barrier instruction.
18336
18337 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
18338
18339         * exceptions-x86.c mini-x86.h: Fix solaris/x86 exception handling.
18340
18341 2005-12-23  Zoltan Varga  <vargaz@gmail.com>
18342
18343         * tramp-ia64.c (mono_arch_get_unbox_trampoline): Flush icache.
18344
18345         * aliasing.c inssel.brg: Fix warnings.
18346
18347         * inssel-ia64.brg (OP_MEMSET): Fix an optimization which previously
18348         could skip initialization of some parts of memory.
18349
18350         * mini.c mini-ia64.c: Fix warnings.
18351
18352         * inssel-sparc.brg: Add an implementation of lneg which actually works.
18353
18354 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
18355
18356         * aliasing.c (mono_build_aliasing_information): Add a workaround for
18357         a crash seen on sparc.
18358
18359         * mini-sparc.c: Add implementation of Thread.MemoryBarrier.
18360         
18361         * cpu-sparc.md: Add memory_barrier opcode. Remove unused opcodes.
18362
18363 2005-12-21 Neale Ferguson <neale@sinenomine.net>
18364
18365         * mini-ops.h: Add s390_backchain instruction
18366
18367         * inssel-s390.brg: Use backchaining instruction for LOADARG/STKARG operations.
18368
18369         * cpu-s390.md: Add s390_backchain instruction
18370
18371         * mini-s390.c: Significant ABI changes
18372
18373         * mini-s390.h: Cater for zero length structures
18374
18375 2005-12-20 Neale Ferguson <neale@sinenomine.net>
18376
18377         * mini-s390.c: ABI fixes
18378
18379         * inssel-s390.brg: Remove debug statements
18380
18381         * cpu-s390.md: Fix length of ATOMIC_xx operations
18382
18383 2005-12-19  Zoltan Varga  <vargaz@gmail.com>
18384
18385         * basic-float.cs: Add float<->long conversion tests.
18386
18387 2005-12-16 Neale Ferguson <neale@sinenomine.net>
18388
18389         * mini-s390.c: Fix LOCALLOC processing.
18390
18391         * tramp-s390.c (s390_magic_trampoline): Fix base calculation.
18392
18393 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
18394
18395         * iltests.il: Add tests for some opcodes not covered by the other
18396         tests.
18397
18398 2005-12-15 Neale Ferguson <neale@sinenomine.net>
18399
18400         * mini-s390.c: Fix ADDCC/SBB bug revealed by test_0_ulong_regress; Correct 
18401         register loading for Tail processing; Correct trace output.
18402
18403         * inssel-s390.brg: Reimplement LSUB_OVF due to s390 implementation of signed math.
18404
18405         * cpu-s390.md: Correct size of jmp instruction. 
18406
18407 2005-12-13 Neale Ferguson <neale@sinenomine.net>
18408
18409         * mini-s390.c (mono_arch_emit_prolog): Remove some debugging bits.
18410
18411 2005-12-13 Neale Ferguson <neale@sinenomine.net>
18412
18413         * inssel-s390.brg tramp-s390.c cpu-s390.md mini-s390.c mini-s390.h:
18414           Bring s390 up to current level.
18415
18416 2005-12-12  Zltan Varga  <vargaz@gmail.com>
18417
18418         * generics.2.cs: Disable the newly added tests as they do not work yet.
18419         
18420         * generics.2.cs: Add valuetype tests.
18421
18422 2005-12-09  Zoltan Varga  <vargaz@gmail.com>
18423
18424         * basic-long.cs: Add i4->u8 test.
18425
18426         * objects.cs: Add tests for JIT intrinsic.
18427
18428         * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
18429         optimizations lost by a mistake.
18430
18431 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18432
18433         * basic-long.cs: Remove a test moved to objects.cs.
18434
18435         * arrays.cs: Add more array tests.
18436
18437 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18438
18439         * arrays.cs: Add new tests for multi-dimensional arrays.
18440
18441 2005-12-06  Raja R Harinath  <rharinath@novell.com>
18442
18443         * Makefile.am (test_sources2): Add generics.2.cs.
18444         (EXTRA_DIST): Add test_sources2.
18445
18446 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18447
18448         Support for boxing and unboxing nullable types as well as the
18449         isinst operation on nullables, per the CLI ammendment.
18450
18451         * inssel.brg (CEE_ISINST): Special case for nullable
18452
18453         * mini.c (handle_unbox_nullable): new method
18454         (handle_box): Special case for nullable types
18455         (mono_method_to_ir): Call handle_unbox_nullable in correct
18456         places.
18457
18458         * generics.2.cs: New test suite
18459
18460         * Makefile.am: Support for regression tests with generics.
18461
18462 2005-12-03  Zoltan Varga  <vargaz@gmail.com>
18463
18464         * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
18465         allocated to registers. Fixes #76800.
18466
18467 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>
18468
18469         * mini-ppc.c, inssel-ppc.brg: fix ABI issue (pinvoke3.cs).
18470
18471 2005-11-30  Zoltan Varga  <vargaz@gmail.com>
18472
18473         * exceptions.cs: Disable test_0_long_cast () test, since it fails on a lot 
18474         of platforms.
18475
18476 2005-11-29  Zoltan Varga  <vargaz@gmail.com>
18477
18478         * objects.cs basic-calls.cs: Move a test depending on valuetypes to
18479         objects.cs.
18480
18481         * inssel-long32.brg (CEE_CONV_I8): Remove unused labels.
18482         
18483         * inssel-long32.brg (CEE_CONV_I8): Convert this to a branchless version.
18484 Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus@ximian.com>
18485
18486         * mini-ppc.c, cpu-g4.md: ensure a fp register is converted to
18487         single precision before storing to a single precision location.
18488
18489 2005-11-28  Raja R Harinath  <rharinath@novell.com>
18490
18491         * Makefile.am (ILASM): Use profile-dependent location of ilasm.
18492
18493 2005-11-27  Zoltan Varga  <vargaz@gmail.com>
18494
18495         * basic-long.cs basic-calls.cs objects.cs: Move some tests to the
18496         correct files.
18497
18498         * basic.cs: Remove test_0_byte_compares test which was moved to
18499         objects.cs a long time ago.
18500
18501 2005-11-22  Massimiliano Mantione  <massi@ximian.com>
18502
18503         * aliasing.c: Fixed aliasing issue on 64 bit archs.
18504
18505 2005-11-20  Zoltan Varga  <vargaz@gmail.com>
18506
18507         * mini-ia64.c exceptions-ia64.c: Simplify the way filters/finally
18508         handlers are called.
18509
18510         * mini-ia64.c (mono_arch_emit_exceptions): Optimize size of exception
18511         throwing code.
18512
18513          * mini-ia64.c: Add support for the throw->branch exception 
18514         optimization.   
18515
18516         * driver.c (DEFAULT_OPTIMIZATIONS): Add MONO_OPT_EXCEPTION.
18517
18518 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
18519
18520         * mini.c: Enabled "fastpath" deadce :-)
18521         
18522 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
18523
18524         * mini.c: Added "fastpath" deadce (deadce without SSA), and a simple
18525         alias analysis pass to support it.
18526         * mini.h: Likewise.
18527         * ssa.c: Likewise.
18528         * liveness.c: Likewise (liveness computation can use aliasing
18529         information to be more accurate).
18530         * driver.c: Added an "ssa" option go tell the JIT to use SSA, and
18531         moreover made so that "--compile-all" uses the given optimization
18532         flags and not the default ones.
18533         * aliasing.c: Alias analysis (new file).
18534         * aliasing.h: Likewise.
18535         * Makefile.am: added "aliasing.c" and "aliasing.h".
18536         
18537 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
18538
18539         * mini-ops.h: Add missing OP_I opcodes so it is in synch with the
18540         OP_L opcodes.
18541
18542 2005-11-13  Zoltan Varga  <vargaz@gmail.com>
18543
18544         * mini-exceptions.c (mono_handle_exception_internal): Remove the 
18545         fp >= end_of_stack exit condition, as it is not needed, and it might
18546         become true for fp eliminated frames.
18547
18548 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18549
18550         * mini-x86.c (mono_arch_emit_epilog): Use G_STRUCT_OFFSET instead of hard
18551         coded offsets.
18552
18553 Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus@ximian.com>
18554
18555         * mini-arm.c: fixed alignment of doubles/longs to match
18556         the C ABI (bug #76635).
18557
18558 Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus@ximian.com>
18559
18560         * aot.c: fix compilation with --enable-minimal=aot.
18561
18562 Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus@ximian.com>
18563
18564         * mini-arm.c: fixed compatibility with the new
18565         floating point emulator package for compares.
18566
18567 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com?
18568
18569         * mini.c : reverted sig->pinvoke changes (r51396-51397).
18570
18571 2005-11-01  Zoltan Varga  <vargaz@freemail.hu>
18572
18573         * mini-exceptions.c (print_stack_frame): Output to stderr.
18574         (mono_handle_native_sigsegv): Ditto.
18575
18576 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18577
18578         * mini-amd64.c (mono_arch_output_basic_block): Remove unused
18579         OP_LCONV_TO_OVF_I implementation.
18580
18581         * mini-amd64.c: Add support for the throw->branch exception 
18582         optimization.
18583
18584         * branch-opts.c (mono_branch_optimize_exception_target): Allow the case
18585         when the catch clause catches a more general exception, i.e. Object.
18586
18587 2005-10-30  Zoltan Varga  <vargaz@gmail.com>
18588
18589         * cpu-ia64.md: Remove unused opcodes.
18590
18591         * mini.c (GET_CONTEXT): Simplify this somewhat by removing arch
18592         specific defines for architectures defining USE_SIGACTION.
18593
18594         * mini-ia64.c: Fix some warnings.
18595
18596         * exceptions-ia64.c (mono_arch_ip_from_context): Fix this, the previous
18597         version seemed to skip a frame.
18598
18599 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18600
18601         * mini.c: Clean up the usage of sig->pinvoke flag. Now
18602         only calls which are made to native code use this flag.
18603
18604 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
18605
18606         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for
18607         varargs methods as well.
18608         
18609         * mini-amd64.c exceptions-amd64.c: Allow fp elimination in methods
18610         which have save_lmf set. Reorganize methods prologs a bit.
18611
18612         * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
18613         debugger to the proper place.
18614
18615 2005-10-29  Martin Baulig  <martin@ximian.com>
18616
18617         * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
18618         when running inside the debugger until the debugger has support
18619         for it.
18620
18621 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18622
18623         * mini.h: Fix a warning.
18624
18625 2005-10-24  Miguel de Icaza  <miguel@novell.com>
18626
18627         * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
18628         we expose publicly, this returns the string.
18629
18630 2005-10-22  Zoltan Varga  <vargaz@freemail.hu>
18631
18632         * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
18633         with fp elimination.
18634
18635 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
18636
18637         * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
18638         native stacktrace using the glibc 'backtrace' function if available.
18639
18640 2005-10-20  Zoltan Varga  <vargaz@gmail.com>
18641
18642         * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.
18643
18644         * mini-exceptions.c (mono_handle_native_sigsegv): New function to 
18645         handle SIGSEGVs received while in native code.
18646
18647         * mini.c (sigsegv_signal_handler): If the SIGSEGV happened in native
18648         code, call mono_handle_native_sigsegv which will abort the runtime
18649         after printing some diagnostics, instead of converting it into a
18650         confusing NullReferenceException.
18651
18652 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
18653
18654         * cpu-pentium.md: Remove unused opcodes.
18655
18656 2005-10-18  Zoltan Varga  <vargaz@freemail.hu>
18657
18658         * mini-amd64.h (MonoLMF): Add rsp field.
18659
18660         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Save the sp reg into
18661         the lmf too.
18662
18663 2005-10-17  Zoltan Varga  <vargaz@gmail.com>
18664
18665         * mini-codegen.c (get_register_spilling): Fix some warnings.
18666
18667 2005-10-16  Zoltan Varga  <vargaz@freemail.hu>
18668
18669         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Add support for fp
18670         elimination during exception handling. Enable fp elimination by
18671         default.
18672
18673         * mini-amd64.h mini-amd64.c: Add preliminary support for frame pointer
18674         elimination.
18675
18676 2005-10-16  Martin Baulig  <martin@ximian.com>
18677
18678         * mini-exceptions.c
18679         (mono_debugger_run_finally): New public method for the debugger.
18680
18681 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
18682
18683         * debug-mini.c (mono_debug_init_method): Fix warning.
18684
18685         * mini.h branch-opts.c (mono_branch_optimize_exception_target): Make
18686         the 'exname' parameter const to fix some warnings.
18687
18688 2005-10-09  Zoltan Varga  <vargaz@freemail.hu>
18689
18690         * mini-exceptions.c (mono_handle_exception_internal): Fix another bug
18691         introduced by the previous patch.
18692
18693 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
18694
18695         * basic-float.cs: Add test for precision of float arithmetic.
18696
18697         * mini-ia64.c (mono_arch_output_basic_block): Convert to/from doubles
18698         when loading/storing single values from/to memory.
18699
18700         * mini.c (mono_jit_compile_method_with_opt): Create the function
18701         pointers in the correct domain.
18702
18703 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18704
18705         * mini-exceptions.c (mono_handle_exception_internal): Fix bug 
18706         introduced by previous patch.
18707         
18708         * mini-exceptions.c (mono_handle_exception_internal): Handle the case
18709         when out_filter_idx is NULL.
18710
18711         * mini-exceptions.c: Don't run filter clauses twice during exception
18712         handling. Fixes #75755.
18713
18714 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
18715
18716         * aot.c: Add support for ldflda wrappers.
18717
18718         * mini.c (mono_method_to_ir): Use ldflda wrappers for CEE_LDFLDA. Fixes
18719         #75902.
18720
18721 Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus@ximian.com>
18722
18723         * mini.c, mini.h: do not consider exception handlers blocks when
18724         setting up interface variables.
18725
18726 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
18727
18728         * aot.c (emit_section_change): Fix emitting of sections on win32. Fixes #76322.
18729
18730 2005-10-03  Zoltan Varga  <vargaz@gmail.com>
18731
18732         * liveness.c (mono_analyze_liveness): Revert parts of r51051 since it
18733         causes a regression.
18734
18735         * mini.c (mini_thread_cleanup): Fix reading of freed memory.
18736
18737 2005-10-02  Zoltan Varga  <vargaz@freemail.hu>
18738
18739         * mini.h (OP_PCONST): Move the definition of OP_PCONST into the rest
18740         of the OP_P definitions.
18741
18742         * TODO: Add a proposal for dealing with the CEE/OP mess.
18743
18744         * mini-amd64.c (mono_arch_output_basic_block): Merge mul_imm 
18745         optimizations from the x86 port.
18746
18747         * cpu-amd64.md: Ditto.
18748
18749         * basic.cs basic-long.cs: Add tests.
18750
18751 Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus@ximian.com>
18752
18753         * Makefile.am, driver.c, mini-x86.c, mini.c, mini.h, branch-opts.c:
18754         Patrik Torstensson's implementation of my exception-handling
18755         optimization idea, when the exception object is not used
18756         (bug #62150).
18757
18758 Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus@ximian.com>
18759
18760         * mini-x86.c, cpu-pentium.md: Patrik Torstensson's port
18761         of the mul_imm optimizations from the old jit.
18762
18763 Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus@ximian.com>
18764
18765         * mini.c, liveness.c: patch by Patrik Torstensson and
18766         Zoltan Varga to improve performance in methods with
18767         exception clauses.
18768
18769 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
18770
18771         * driver.c: Remove 'Globalization' entry from --version.
18772
18773 2005-09-28  Zoltan Varga  <vargaz@gmail.com>
18774
18775         * mini.c (mono_jit_compile_method_inner): Do not load AOT code when
18776         there is a profiler interested in JIT events.
18777
18778         * aot.c: Load profile files produced by the AOT profiling module, and
18779         reorder methods based on the profiling info. Add a 'method_order' table
18780         to the AOT file to make mono_aot_find_jit_info work with the reordered
18781         methods.
18782
18783         * mini.h: Bump AOT file version info.
18784
18785 Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus@ximian.com>
18786
18787         * mini-arm.h: work around what looks like a gcc bug when optimizations
18788         are enabled.
18789
18790 2005-09-28  Raja R Harinath  <rharinath@novell.com>
18791
18792         * Makefile.am (AM_CFLAGS): Don't use += to append inside
18793         conditionals.  Use ...
18794         (PLATFORM_CFLAGS, ARCH_CFLAGS): ... these.
18795
18796 2005-09-27  Zoltan Varga  <vargaz@freemail.hu>
18797
18798         * mini-amd64.c (mono_arch_call_opcode): Use mono_class_value_size ()
18799         to determine the amount of memory to copy when passing valuetypes.
18800
18801         * inssel-amd64.brg: Remove PUSH(LDIND4) rules since they convert an
18802         4 byte load into a 8 byte load. Fix aligning of size in OP_OUTARG_VT.
18803
18804 2005-09-27  Zoltan Varga  <vargaz@gmail.com>
18805
18806         * mini.h mini.c aot.c: Add infrastructure to collect pagefault 
18807         information about aot.
18808
18809 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
18810
18811         * *.c: Replace the use of {Enter,Leave}CriticalSection with
18812         macros. This will allow a deadlock debugger to easily be plugged
18813         in.
18814
18815 Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus@ximian.com>
18816
18817         * mini-ppc.c, cpu-g4.md: added memory barrier instruction.
18818
18819 2005-09-27  Raja R Harinath  <rharinath@novell.com>
18820
18821         * Makefile.am (AM_CFLAGS): Rename from INCLUDES.
18822         (AM_CFLAGS) [PLATFORM_WIN32): Append to it, don't set it.
18823         (AM_CFLAGS) [ARM]: Add arch/arm directory from the build tree.
18824         ($(arch_built)) [CROSS_COMPILING]: Error out.
18825
18826 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
18827
18828         * aot.c: Add support for the no_special_static flag for classes.
18829
18830 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
18831
18832         * Reapply reverted patches.
18833
18834         * *: Revert r50174 as well.
18835
18836         * mini-amd64.c cpu-amd64.md inssel-amd64.brg: Revert r50170 as well.
18837
18838 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
18839
18840         * mini-amd64.c: Revert r50342 to see if this fixed buildbot.
18841
18842 2005-09-23  Miguel de Icaza  <miguel@novell.com>
18843
18844         * mini.c (SIG_HANDLER_SIGNATURE): Only dereference info if it is
18845         part of the SIG_HANDLER_SIGNATURE.  
18846
18847 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18848
18849         * mini.h mini.c: Add a new MONO_DEBUG option to collect metadata pagefault
18850         statistics.
18851
18852         * mini-x86.c (mono_arch_call_opcode): Fix vararg calling convention 
18853         introduced by previous patch.
18854
18855 2005-09-21  Zoltan Varga  <vargaz@gmail.com>
18856
18857         * tramp-x86.c (mono_arch_create_trampoline_code): Restore caller
18858         saved registers too.
18859
18860         * mini-x86.c (mono_arch_allocate_vars): Rewrite this so it works based 
18861         upon the information returned by get_call_info ().
18862         
18863         * mini-x86.c (add_float): Fix stack size calculation.
18864         (mono_arch_call_opcode): Rewrite this so it works based up the
18865         information returned by get_call_info ().
18866         (mono_arch_get_this_vret_args): Ditto.
18867
18868 2005-09-21  Zoltan Varga  <vargaz@freemail.hu>
18869
18870         * mini-amd64.c (mono_arch_emit_this_vret_args): Use the information
18871         in cinfo to determine the registers which need to be used.
18872
18873 2005-09-20  Miguel de Icaza  <miguel@novell.com>
18874
18875         * driver.c (mono_main): Add --server and --desktop flags. 
18876
18877 2005-09-16  Zoltan Varga  <vargaz@gmail.com>
18878
18879         * mini-ia64.h: Make register masks 64 bit. Don't treat argument
18880         registers as global registers.
18881
18882         * inssel-ia64.brg (stmt): Remove OP_OUTARG_REG () rules which are no 
18883         longer needed with the new register allocator.
18884
18885         * mini-ia64.c: Use OP_MOVE instead of OP_SETREG for reg-reg moves.
18886
18887         * cpu-ia64.md: Remove unused opcodes.
18888         
18889         * regalloc.c mini-codegen.c: Make register masks 64 bit on ia64.
18890         
18891 2005-09-16  Zoltan Varga  <vargaz@freemail.hu>
18892
18893         * cpu-amd64.md: Remove unused opcodes.
18894
18895         * inssel-amd64.brg: Remove OP_OUTARG_REG () rules which are no longer
18896         needed with the new register allocator.
18897
18898         * inssel-amd64.brg mini-amd64.c: Use OP_MOVE instead of OP_SETREG for
18899         reg-reg moves.
18900
18901 2005-09-16  Raja R Harinath  <rharinath@novell.com>
18902
18903         * Makefile.am (check-local): Don't invoke semdel-wrapper.
18904
18905 2005-09-16  Martin Baulig  <martin@ximian.com>
18906
18907         * exceptions-amd64.c
18908         (throw_exception): Don't call mono_debugger_throw_exception() if
18909         we're a rethrow - see the FIXME in the code.
18910
18911 2005-09-15  Geoff Norton  <gnorton@customerdna.com>
18912
18913         * mini.c (mono_init_exceptions): This only works on some architectures.
18914         
18915 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
18916
18917         * mini.c (mono_method_to_ir): Add OP_LMUL imm -> OP_LMUL_IMM conversion
18918         on ia64.
18919
18920         * inssel-long.brg mini-ia64.c: Add OP_LMUL_IMM rules.
18921
18922         * mini-ia64.h mini-ia64.c: Remove the altstack support code which is
18923         now in mini-exceptions.c.
18924
18925 2005-09-15  Zoltan Varga  <vargaz@freemail.hu>
18926
18927         * mini-amd64.h mini-am64.c: Remove the altstack support code which is
18928         now in mini-exceptions.c.
18929
18930 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
18931
18932         * exceptions-x86.c: Applied patch from Patrik Torstensson 
18933         <patrik.torstensson@gmail.com>. Add stack overflow handling support for win32.
18934
18935         * mini-exceptions.c mini-x86.c mini.c: Move the altstack setup/teardown
18936         code into mini-exceptions.c. Add some assertions to it.
18937
18938 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
18939
18940         * aot.c (emit_section_change): Applied patch from "The Software Team" 
18941         (<software@solmersa.com>). Fix as errors on windows.
18942
18943 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
18944
18945         * tramp-amd64.c (mono_arch_create_trampoline_code): Fix saving of
18946         method info into the LMF.
18947
18948 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
18949         
18950         * mini-ia64.c: Add proper unwind info for method epilogs.
18951
18952         * exceptions-ia64.c: Add some code to help debugging.
18953         
18954         * mini-ia64.c mini-ia64.h: Add sigaltstack support.
18955
18956         * mini-exceptions.c: Fix warning.
18957
18958 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
18959
18960         * mini.c: Really fix build.
18961
18962         * mini-x86.c mini-amd64.c: Fix build.
18963
18964 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
18965
18966         * mini-ia64.c inssel-ia64.brg: Add InterlockedExchange instrinsics.
18967
18968         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Implement
18969         some Interlocked methods as intrinsics.
18970
18971         * mini.c (mini_get_inst_for_method): Call arch_get_inst_for_method
18972         for Thread methods as well.
18973
18974         * mini-ops.h: Add OP_MEMORY_BARRIER opcode.
18975
18976         * inssel.brg: Add rule for OP_MEMORY_BARRIER.
18977
18978         * mini-ia64.c mini-x86.c mini-amd64.c 
18979         cpu-ia64.md cpu-pentium.md cpu-amd64.md: Add implementation of 
18980         OP_MEMORY_BARRIER.
18981         
18982         * mini.c (mono_init_exceptions): Fix build breakage.
18983
18984 2005-09-10  Zoltan Varga  <vargaz@gmail.com>
18985
18986         * mini-ia64.c exceptions-ia64.c tramp-ia64.c: Remove 'manual' emitting
18987         of instructions. Use the new ia64_unw_op macros for emitting unwind
18988         info.
18989
18990         * mini.c (mono_init_exceptions): Initialize exception handling
18991         related trampolines at startup.
18992
18993 Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus@ximian.com>
18994
18995         * cpu-arm.md, mini-arm.c: fix for dynamic code (Gtk# apps).
18996
18997 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
18998
18999         * mini.c: Handle type loading errors gracefully during compilation and
19000         throw the appropriate exception.
19001
19002 Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus@ximian.com>
19003
19004         * ldscript.mono, Makefile.am: use anonymous versions in the ldscript
19005         for the mono binary.
19006
19007 2005-09-09  Martin Baulig  <martin@ximian.com>
19008
19009         * mini.c (mono_method_to_ir): Comment out the G_BREAKPOINT()'s for
19010         the release.
19011
19012 Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus@ximian.com>
19013
19014         * mini-arm.h: use emulation for conv.r.un for the release.
19015
19016 Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus@ximian.com>
19017
19018         * mini-arm.c, objects.cs: more fixes and tests for them.
19019
19020 Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus@ximian.com>
19021
19022         * mini-arm.c: align structures to at least 4 bytes to be able
19023         to keep our current optimized memcpy.
19024
19025 Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus@ximian.com>
19026
19027         * mini-arm.c, cpu-arm.md, inssel-arm.brg: bugfixes.
19028
19029 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19030
19031         * mini.c: ignore SIGPIPE.
19032
19033 2005-09-04  Zoltan Varga  <vargaz@gmail.com>
19034
19035         * mini-ia64.c (mono_arch_lowering_pass): Convert 'and_imm 255' to zext1.
19036
19037         * mini-ia64.h mini-ia64.c: Add some minor optimizations.
19038
19039 2005-09-02  Zoltan Varga  <vargaz@gmail.com>
19040
19041         * mini.h: Add prototype for mono_allocate_stack_slots_full.
19042
19043 Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus@ximian.com>
19044
19045         * exceptions-arm.c, mini.c, mini-arm.c, mini-arm.h:
19046         exception handling support.
19047         * mini-arm.c, mini-arm.h: bigendian fixes (partially from a
19048         patch by Brian Koropoff <briank@marakicorp.com>).
19049
19050 Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus@ximian.com>
19051
19052         * mini.c: revert another 'optimization' which breaks when
19053         items on the eval stack need to be saved at a basic block end
19054         (bug #75940).
19055
19056 Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
19057
19058         * jit-icalls.c: for arrays, ensure we always provide
19059         lower bounds.
19060
19061 2005-08-30  Zoltan Varga  <vargaz@gmail.com>
19062
19063         * mini.c (mono_allocate_stack_slots_full): Fix ia64 build.
19064         
19065         * mini.c (mini_get_inst_for_method): Special case Object:.ctor as well.
19066
19067 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
19068
19069         * mini-ia64.h mini-ia64.c: Implement frame pointer elimination. Keep
19070         arguments in their original register.
19071
19072 2005-08-28  Zoltan Varga  <vargaz@gmail.com>
19073
19074         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Optimize
19075         memset/memcpy.
19076
19077         * mini.c (mono_method_to_ir): Disable the MUL->MUL_IMM optimization
19078         when ssapre is enabled.
19079
19080         * inssel-long.brg: Fix bug in previous patch.
19081
19082         * mini-ia64.c mini-ia64.h mini.c inssel-long.brg: Optimize 
19083         multiplication by a constant.
19084
19085 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
19086
19087         * mini-ia64.c (mono_arch_setup_jit_tls_data): Add support for intel
19088         icc.
19089
19090         * tramp-ia64.c (mono_arch_create_trampoline_code): Use st8.spill for
19091         saving registers.
19092
19093 Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus@ximian.com>
19094
19095         * inssel-arm.brg: apply changes tested by Brian Koropoff
19096         <briank@marakicorp.com>.
19097
19098 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
19099
19100         * mini-x86.c (mono_arch_emit_prolog): Fix calling of mono_jit_thread_attach () under windows.
19101         
19102 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
19103
19104         * mini-codegen.c (mono_local_regalloc): Avoid allocating dreg and sreg1/2
19105         to the same register if dreg is just a base register.
19106         (print_ins): Improve printing of membase opcodes.
19107
19108         * inssel-x86.brg: Add optimized ldind(reg) rules.
19109
19110         * mini-x86.c cpu-pentium.md: Changes required to support the new rules.
19111
19112 Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus@ximian.com>
19113
19114         * mini.c: when running under valgrind, set the stack bottom for
19115         the GC at the actual approximate stack for the app (fixes running
19116         mono with valgrind).
19117
19118 Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus@ximian.com>
19119
19120         * mini.c: do no break at the first valuetype to init found
19121         (fixes bug #75791).
19122
19123 Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus@ximian.com>
19124
19125         * cpu-arm.md, mini-arm.c: more fixes and LMF support.
19126
19127 Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus@ximian.com>
19128
19129         * cpu-g4.md: fixed instruction length exposed by the nemerle compiler.
19130
19131 2005-08-23  Zoltan Varga  <vargaz@freemail.hu>
19132
19133         * inssel-amd64.brg inssel-x86.brg: Fix the fcall rules.
19134
19135 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19136
19137         * inssel-x86.brg: Fix assert in patch_delegate_trampoline.
19138
19139         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Add some debug
19140         code.
19141
19142         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Add some debug
19143         code.
19144
19145         * mini.c (optimize_branches): Don't quit after 1000 iterations on large
19146         methods.
19147
19148 Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus@ximian.com>
19149
19150         * tramp-arm.c: allocate less memory for the trampoline and fix typo.
19151
19152 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19153
19154         * mini.c (mono_method_to_ir): Remove instructions inserted after a branch
19155         in the tail recursion optimization.
19156
19157         * mini.h helpers.c (mono_disassemble_code): Emit starts of basic blocks as 
19158         debug info into the assembly file.
19159
19160         * iltests.il: Add test for filter regions.
19161
19162         * mini.c (mono_method_to_ir): Fix handling of nested FILTER clauses. Fix
19163         initial stack of filter regions. Fixes #75755.
19164
19165 Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus@ximian.com>
19166
19167         * mini-arm.c, cpu-arm.c: fixes and support for methods with bigger
19168         stack requirements.
19169
19170 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19171
19172         * mini.c (mono_create_delegate_trampoline): Fix memory leak. Put back
19173         the check for an already compiled method on non-ia64 platforms.
19174         (mono_create_jump_trampoline): Store the MonoJitInfo structure into the
19175         proper domain.
19176
19177         * mini-x86.h tramp-x86.c: Add support for delegate trampolines.
19178
19179         * inssel-x86.brg: Add some optimized call rules.
19180
19181 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
19182
19183         * mini.c (mono_create_delegate_trampoline): Do not return an already compiled
19184         method here.
19185
19186         * mini.h mini-trampolines.c: Pass the trampoline argument to 
19187         mono_arch_patch_delegate_trampoline.
19188
19189         * mini-ia64.h mini-ia64.c tramp-ia64.c: Add support for delegate trampolines.
19190
19191         * mini-trampolines.c: Fix build.
19192
19193         * mini-amd64.h: Add delegate trampolines.
19194
19195         * mini.h mini.c mini-trampolines.c tramp-amd64.c: Add delegate trampolines.
19196
19197         * inssel-amd64.brg: Add optimized call rules.
19198         
19199         * mini-ia64.c tramp-ia64.c: Improve instruction scheduling.
19200
19201         * inssel-ia64.brg: Add optimized ldind(reg) rules.
19202
19203 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
19204
19205         * mini.c (mono_create_class_init_trampoline): Fix bug caused by last
19206         change.
19207
19208         * mini-ia64.c: Remove LMF fixmes.
19209
19210         * mini-ia64.h: Remove most fields from LMF.
19211
19212         * inssel-ia64.brg (stmt): Fix unaligned access errors.
19213
19214         * mini-trampolines.c: Add support for IA64 function descriptors.
19215
19216         * mini.h mini.c jit-icalls.c exceptions-ia64.cdriver.c: Add support
19217         for IA64 function descriptors.
19218
19219 Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus@ximian.com>
19220
19221         * tramp-arm.c: patch the vtable for virtual calls. Added
19222         support code to register/unregister the LMF.
19223         * mini-arm.c, mini-arm.h: warning fixes, fixes, speedups,
19224         more LMF work.
19225
19226 2005-08-19  Dick Porter  <dick@ximian.com>
19227
19228         * mini.c: Use a gsize to store the thread ID, so it can hold a 64
19229         bit value if needed.
19230
19231 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
19232
19233         * mini.c (mini_get_method): Move handling of wrapper data here.
19234
19235         * mini.c (mono_method_to_ir): Add support for dynamic methods.
19236
19237         * mini.c (mono_method_to_ir): Convert nonvirtual calls to abstract methods into
19238         virtual.
19239
19240         * mini.c (mono_method_to_ir): Emit IR for CEE_NOP as well, so 
19241         bblock->code does not remain empty.
19242
19243 2005-08-17  Zoltan Varga  <vargaz@freemail.hu>
19244
19245         * arrays.cs: Add regression test for #75832.
19246
19247         * inssel-amd64.brg cpu-amd64.md mini-amd64.c: Fix LDELEMA optimization
19248         rules. Fixes #75832.
19249
19250         * mini-ia64.c tramp-ia64.c exceptions-ia64.c: Implement improved
19251         instruction scheduling.
19252
19253 2005-08-12  Zoltan Varga  <vargaz@freemail.hu>
19254
19255         * mini-exceptions.c (ves_icall_get_frame_info): Fix IA64 build.
19256
19257 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19258
19259         * mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.
19260
19261         * mini-codegen.c: Fix VC build.
19262
19263         * cpu-pentium.md: Increase length of atomic_exhange_i4.
19264
19265 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19266
19267         * mini.h: fix signature for mono_register_opcode_emulation.
19268
19269 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
19270
19271         * mini.c: Get rid of most of the helper_sig_... constants using
19272         mono_create_icall_signature ().
19273
19274 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
19275
19276         * jit-icalls.c (helper_ldstr): New helper function.
19277
19278         * mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.
19279
19280         * mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
19281         throw, load the string using a helper call instead of creating a string object.
19282
19283         * aot.c: Update after LDSTR changes.
19284
19285         * mini.h: Bump AOT file version.
19286         
19287         * aot.c: Save class size info into the AOT file. Print more statistics during
19288         compilation.
19289
19290         * mini.h: Bump AOT file version.
19291
19292         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
19293         ordering of disasm cases. Fixes #74957.
19294
19295 Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus@ximian.com>
19296
19297         * mini-ops.h, mini-arch.h, inssel.brg, mini.c, mini.h,
19298         jit-icalls.c, mini-codegen.c, Makefile.am: changes in
19299         the generic code needed for the ARM port.
19300
19301 Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus@ximian.com>
19302
19303         * exceptions-arm.c, tramp-arm.c, mini-arm.c, mini-arm.h, cpu-arm.md,
19304         inssel-arm.brg: more ARM features and fixes.
19305
19306 Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus@ximian.com>
19307
19308         * tramp-arm.c, mini-arm.c, cpu-arm.md, inssel-arm.brg: more
19309         ARM port work in progress.
19310
19311 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
19312
19313         * mini-ia64.c (mono_arch_call_opcode): Ongoing IA64 work.
19314
19315         * mini-exceptions.c mini-ia64.h: Ongoing IA64 work.
19316
19317         * mini-ia64.c (ia64_emit_bundle): Ongoing IA64 work.
19318
19319         * inssel.brg (mini_emit_memset): Add support for unaligned access.
19320
19321         * *-ia64.*: Ongoing IA64 work.
19322         
19323         * mini-ia64.c exceptions-ia64.c: Ongoing IA64 work.
19324
19325 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19326
19327         * TODO: Remove out-of-data todo stuff.
19328
19329         * mini.h mini.c (mono_create_jit_trampoline_from_token): Remove some
19330         dead code.
19331
19332         * aot.c: Save/load MonoCachedClassInfo->has_nested_classes.
19333
19334         * mini.h: Bump corlib version.
19335
19336 2005-07-27  Martin Baulig  <martin@ximian.com>
19337
19338         * mini-codegen.c
19339         (create_copy_ins): Added `const unsigned char *ip' argument; set
19340         `copy->cil_code' from it.
19341
19342 2005-07-27  Martin Baulig  <martin@ximian.com>
19343
19344         * mini-exceptions.c (mono_handle_exception): Don't call
19345         mono_debugger_handle_exception() for filters.
19346
19347 2005-07-27  Zoltan Varga  <vargaz@freemail.hu>
19348
19349         * mini-trampolines.c (mono_aot_trampoline): Handle AppDomain:InvokeInDomain
19350         as well.
19351
19352 2005-07-26  Martin Baulig  <martin@ximian.com>
19353
19354         Committing a patch from Michal Moskal <michal.moskal@gmail.com>.
19355
19356         * mini.c (mono_method_to_ir): In `CEE_CALLI', only use
19357         helper_compile_generic_method() if the method is actually virtual
19358         and non-final.
19359
19360 2005-07-26  Martin Baulig  <martin@ximian.com>
19361
19362         * mini.c
19363         (trampoline_code): Renamed to `mono_trampoline_code' and made it
19364         public; this is now accessed directly by the debugger.
19365         (mono_generic_trampoline_code): Removed.
19366
19367         * debug-mini.c
19368         (mono_debug_init_method): Also add interncalls and wrappers.
19369
19370 2005-07-23  Zoltan Varga  <vargaz@freemail.hu>
19371
19372         * mini-ia64.c mini-ia64.h: Add support for tracing/profiling.
19373
19374 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
19375
19376         * aot.c (mono_aot_get_method_from_token): Fix a potential crash here.
19377
19378 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
19379
19380         * aot.c (load_patch_info): Fix handling of stfld_remote wrapper.
19381
19382 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19383
19384         * mini-amd64.c (mono_arch_setup_jit_tls_data): Use the nice way of
19385         getting TLS offsets on AMD64 too.
19386
19387 2005-07-20  Kornel Pal <kornelpal@hotmail.com>
19388
19389         * driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
19390
19391 Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus@ximian.com>
19392
19393         * exceptions-arm.c, mini-arm.c, tramp-arm.c, cpu-arm.md,
19394         inssel-arm.brg, mini-arm.h: ARM port work in progress.
19395
19396 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19397
19398         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix build.
19399
19400         * mini.h mini.c mini-*.h tramp-*.c: Move more cross platform trampoline code
19401         to mini.c.
19402
19403         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Call 
19404         mono_sparc_is_virtual_call ().
19405         
19406         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix warning.
19407
19408         * tramp-sparc.c (mono_arch_create_trampoline_code): Fix order of
19409         trampoline parameters.
19410
19411         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix signature.
19412         
19413         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Rename this
19414         to mono_arch_get_vcall_slot_addr.
19415
19416         * Makefile.am tramp-sparc.c: Update the sparc port to use the generic
19417         trampoline code.
19418
19419         * *-sparc.*: Merge the mini-xp-regalloc branch for sparc.
19420
19421 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
19422
19423         * mini-ia64.h mini-ia64.c: Finish pinvoke support.
19424
19425 2005-07-19  Martin Baulig  <martin@ximian.com>
19426
19427         * exceptions-amd64.c (throw_exception): Call
19428         mono_debugger_throw_exception() here like we're doing it on i386.
19429
19430 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
19431
19432         * mini-ia64.c: Add optimized TLS access support.
19433
19434 2005-07-18  Zoltan Varga  <vargaz@freemail.hu>
19435
19436         * mini-exceptions.c: Ongoing IA64 work.
19437
19438         * mini-ia64.c inssel-long.brg: Ongoing IA64 work.
19439
19440         * mini.c: Use the default optimization set when embedding. Fixes
19441         #75194.
19442
19443 2005-07-11  Zoltan Varga  <vargaz@freemail.hu>
19444
19445         * tramp-amd64.c tramp-ia64.c Makefile.am: Move arch independent parts 
19446         of trampolines to a separate file.
19447
19448         * mini-trampolines.c: New file.
19449
19450         * mini.h tramp-x86.c: Move arch independent parts of trampolines to a 
19451         separate file.
19452         
19453         * tramp-x86.c: Reorganize the trampoline code to be similar to the 
19454         amd64/ia64 code.
19455
19456         * mini-codegen.c: Fix cygwin build.
19457
19458 2005-07-10  Zoltan Varga  <vargaz@freemail.hu>
19459
19460         * mini.c: Add some minor changes needed by the IA64 port.
19461
19462         * *-ia64.*: Ongoing IA64 work.
19463
19464 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
19465
19466         * tramp-amd64.c mini-amd64.c: Update after latest AOT changes. Split 
19467         trampolines into arch-independent and arch-dependent parts.
19468
19469         * mini-amd64.c (mono_arch_lowering_pass): Fix store_membase_imm -> store_membase_reg rule.
19470
19471 2005-07-08  Zoltan Varga  <vargaz@freemail.hu>
19472
19473         * cpu-amd64.md: Merge the xp-regalloc-branch for amd64.
19474
19475         * mini-ops.h mini-amd64.h mini-amd64.c inssel-amd64.brg Makefile.am: Merge
19476         the xp-regalloc-branch for amd64.
19477
19478         * mini-x86.h mini-x86.c cpu-pentium.md Makefile.am: Merge the
19479         xp-regalloc-branch for x86.
19480
19481 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19482
19483         * inssel.brg (OP_THROW_OR_NULL): Allways rethrow the abort exception.
19484
19485 2005-07-06  Martin Baulig  <martin@ximian.com>
19486
19487         * mini.c
19488         (mono_jit_compile_method_inner): Call mono_get_inflated_method().
19489         (mono_jit_runtime_invoke): Likewise.
19490
19491 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19492
19493         * aot.c (mono_compile_assembly): Allocate the GOT in the .bss segment
19494         on x86 too.
19495         
19496         * aot.c: Add new mono_aot_get_method_from_token () function to load AOT methods
19497         without loading their metadata. Reorganize the file format so exception handling+
19498         debug info is kept separate from normal method info. Create MonoJitInfo 
19499         structures for methods lazily.
19500
19501         * tramp-x86.c (x86_aot_trampoline): Use the new from_token method to avoid
19502         loading metadata.
19503         (x86_class_init_trampoline): Patch AOT class init trampolines too.
19504
19505         * mini.c (mini_init): Install the new mono_aot_find_jit_info hook.
19506
19507         * mini.c (mono_method_to_ir): Reduce the number of class init trampoline calls
19508         in AOT code.
19509
19510         * mini.h: Bump AOT file version.
19511
19512 2005-07-04  Zoltan Varga  <vargaz@freemail.hu>
19513
19514         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
19515
19516 2005-07-01  Raja R Harinath  <rharinath@novell.com>
19517
19518         * Makefile.am (check-local): Call semdel-wrapper.
19519
19520 2005-06-29  Zoltan Varga  <vargaz@freemail.hu>
19521
19522         * mini-x86.c: Revert the last change as it seems to break the build..
19523
19524 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
19525
19526         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
19527         
19528         * mini-x86.c (mono_arch_cpu_init): Fix setting of fp precision in the VC build.
19529
19530 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
19531
19532         * mini.c (NEW_AOTCONST): make sure to call mono_get_got_var
19533         outside of the macro, so strange stuff doesn't happen with gcc4
19534         (NEW_AOTCONST_TOKEN): Likewise.
19535
19536 2005-06-28  Martin Baulig  <martin@ximian.com>
19537
19538         * mini.c (mini_class_is_system_array): New static method; use this
19539         instead of `klass->parent == mono_defaults.array_class' everywhere
19540         since this also works for the new generic array class.
19541
19542 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
19543
19544         * inssel.brg: Remove warnings.
19545
19546 2005-06-24  Zoltan Varga  <vargaz@freemail.hu>
19547
19548         * mini-ia64.c: Ongoing IA64 work.
19549
19550         * basic-float.cs: Add float->i1 conversion test.
19551
19552         * iltests.il: Add conv.u4 test.
19553
19554 2005-06-23  Zoltan Varga  <vargaz@freemail.hu>
19555
19556         * inssel-long.brg: Fix bug caused by last change.
19557
19558 2005-06-23  Geoff Norton  <gnorton@customerdna.com>
19559
19560         * mini-x86.h: Add __APPLE__ to the SC_* redefines with the other 
19561         BSDs.  Allows the x86 JIT to work on OSX86
19562
19563 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
19564
19565         * inssel-long.brg: Use OP_LSHR_UN_IMM instead of OP_SHR_UN_IMM in
19566         u4->i8 conversion.
19567
19568         * mini-ia64.c: Ongoing IA64 work.
19569
19570 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
19571
19572         * mini-ia64.c: Ongoing IA64 work.
19573
19574         * driver.c: Clean up jit_code_hash as well when using --regression.
19575
19576         * inssel-long.brg: Fix long->i4/u4 conversion rules.
19577
19578         * basic-long.cs: Add tests for long->u4 conversion.
19579
19580 2005-06-18  Ben Maurer  <bmaurer@ximian.com>
19581
19582         * mini.c: Take mono_get_domainvar out of macros. This makes sure
19583         that we do not depend on undefined C behavior: the order stuff
19584         gets evaluated within an expression. Fixes mono when compiled on
19585         GCC 4.
19586
19587 2005-06-18  Zoltan Varga  <vargaz@freemail.hu>
19588
19589         * *-ia64.*: Ongoing IA64 work.
19590
19591         * aot.c: Lower memory usage while loading AOT methods.
19592
19593         * tramp-x86.c: Avoid allocating+freeing MonoJitInfo structures.
19594
19595         * mini.h: Bump AOT file format version.
19596
19597 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
19598
19599         * mini.c (mono_method_to_ir): Allow STACK_PTR as input to SWITCH.
19600
19601 2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
19602
19603         * declsec.c: Fixed APTC to check for FullTrust on caller assembly (and
19604         not on callee assembly). Fixed some comments.
19605
19606 2005-06-16  Zoltan Varga  <vargaz@freemail.hu>
19607
19608         * aot.c (mono_compile_assembly): Mark the "methods" symbol as a function so
19609         it gets proper disassembly.
19610         (emit_method_info): Remove some dead code.
19611
19612         * mini.c (mini_method_compile): Allways allocate the GOT var in
19613         mono_method_to_ir for emulating opcodes.
19614
19615 2005-06-13  Zoltan Varga  <vargaz@freemail.hu>
19616
19617         * mini.c (mono_jit_free_method): Remove the method from the JitInfo table
19618         before freeing the code memory. Fixes #74990.
19619
19620         * objects.cs: Add regression test for #74992.
19621
19622         * liveness.c: Extend live ranges of arguments to the beginning of the
19623         method. Fixes #74992.
19624
19625         * exceptions-ia64.c mini-ia64.h: Modify ip during exception handling
19626         so it points into the faulting instruction.
19627
19628 2005-06-12  Zoltan Varga  <vargaz@freemail.hu>
19629
19630         * jit-icalls.c (mono_imul_ovf): Add exception handling.
19631
19632         * *-ia64.*: Ongoing IA64 work.
19633
19634         * mini.c (mini_init): Fix signature of mono_delegate_ctor.
19635
19636 2005-06-11  Zoltan Varga  <vargaz@freemail.hu>
19637
19638         * mini-ia64.h exceptions-ia64.c: Ongoing IA64 work.
19639
19640         * *-ia64.*: Ongoing IA64 work.
19641
19642 2005-06-10  Zoltan Varga  <vargaz@freemail.hu>
19643
19644         * basic-long.cs: Add tests for add/sub.ovf.
19645
19646         * basic.cs: Add tests for sub.ovf.
19647
19648         * *-ia64.*: Ongoing IA64 work.
19649
19650 2005-06-09  Zoltan Varga  <vargaz@freemail.hu>
19651
19652         * *-ia64.*: Ongoing IA64 work.
19653
19654         * basic.cs: Add conv.ovf.i4.un test.
19655
19656 2005-06-09  Massimiliano Mantione  <massi@ximian.com>
19657
19658         * mini.c: (remove_block_if_useless) Fixed bug 75061.
19659         
19660 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19661
19662         * mini.c: no SIGUSR2 on windows. Remove it for PLATFORM_WIN32.
19663
19664 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
19665
19666         * *-ia64.*: Ongoing IA64 work.
19667
19668 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19669
19670         * trace.[ch]:
19671         * mini.c: added the ability to toggle trace on/off using SIGUSR2.
19672
19673 2005-06-04  Zoltan Varga  <vargaz@freemail.hu>
19674
19675         * mini-ia64.c mini-ia64.h: Fix cleanup of memory stack.
19676
19677 2005-06-03  Zoltan Varga  <vargaz@freemail.hu>
19678
19679         * mini-amd64.c (emit_call): Fix yet another bug in the near call optimization.
19680
19681         * mini-amd64.c (amd64_patch): Add an assert to check that the destination
19682         of a call is callable by a near call.
19683
19684 2005-05-31  Zoltan Varga  <vargaz@freemail.hu>
19685
19686         * mini-ia64.c: Ongoing IA64 work.
19687
19688 2005-05-29  Zoltan Varga  <vargaz@freemail.hu>
19689
19690         * genmdesc.c: Make the generated array non-static.
19691
19692         * inssel-long.brg: Fix LSHR_IMM rule.
19693
19694         * *-ia64.*: Ongoing IA64 work.
19695
19696         * *-ia64.*: Ongoing IA64 work.
19697
19698 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
19699
19700         * *-ia64.*: Ongoing IA64 work.
19701
19702         * *-ia64.*: Ongoing IA64 work.
19703         
19704         * mini-ia64.c: Ongoing IA64 work.
19705
19706         * *-ia64.* jit-icalls.c mini-codegen.c: Ongoing IA64 work.
19707
19708 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
19709
19710         * objects.cs basic-calls.cs: Move some tests to objects.cs.
19711         
19712         * objects.cs basic-long.cs: Move some tests to objects.cs.
19713
19714 2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
19715
19716         * *-ia64.*: Ongoing IA64 work.
19717
19718         * iltests.il: Add a new test.
19719
19720         * mini.c (mono_method_to_ir): Initialize valuetypes when created using
19721         newobj. Fixes #75042.
19722
19723 2005-05-22  Zoltan Varga  <vargaz@freemail.hu>
19724
19725         * *-ia64.*: Ongoing IA64 work.
19726         
19727         * *-ia64.*: Ongoing IA64 work.
19728         
19729         * *-ia64.*: Ongoing IA64 work.
19730
19731         * basic.cs objects.cs: Move tests accessing static variables as well.
19732
19733         * basic.cs objects.cs: Move test_0_pin_string to objects.cs.
19734
19735 2005-05-21  Zoltan Varga  <vargaz@freemail.hu>
19736
19737         * mini.c (SIG_HANDLER_SIGNATURE): Fix warning.
19738
19739         * driver.c: Always print failed tests.
19740
19741         * mini-codegen.c: Use cfg->frame_reg instead of a macro for the
19742         frame pointer.
19743
19744         * *ia64*: Ongoing IA64 work.
19745
19746 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
19747
19748         * basic.cs: Add tests for add.ovf. Fix warnings.
19749
19750 2005-05-18  Miguel de Icaza  <miguel@novell.com>
19751
19752         * driver.c (mono_main): Avoid crash if no argument is passed to
19753         --break;  Do not use g_error, but f_printf.   And fix all other
19754         ocurrences of the same crash.
19755
19756 2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
19757
19758         * mini.h mini.c: Generalize the existing uses of the MONO_DEBUG env variable
19759         and add a new one: aborting when a SIGSEGV is raised while in unmanaged code.
19760         Fixes #74742.
19761
19762 2005-05-14  Zoltan Varga  <vargaz@freemail.hu>
19763
19764         * *-ia64.*: Add beginnings of IA64 backend.
19765
19766         * Makefile.am mini-arch.h mini-codegen.c: Add IA64 support.     
19767
19768 2005-05-13  Zoltan Varga  <vargaz@freemail.hu>
19769
19770         * inssel-long.brg: Add missing ulong->{i1, i2} checked conversions.
19771         Fixes #74925.
19772
19773         * basic-long.cs exceptions.cs: Add new tests. Fix some warnings.
19774
19775         * mini-amd64.c: Fix a warning.
19776
19777 2005-05-10  Zoltan Varga  <vargaz@freemail.hu>
19778
19779         * mini-amd64.c (mono_arch_output_basic_block): Fix stack space leakage
19780         in float_neg. Fixes #74897.
19781
19782         * mini-amd64.c (emit_call): Fix another near call bug.
19783
19784 2005-05-06  Sebastien Pouliot  <sebastien@ximian.com>
19785
19786         * declsec.c: Keep the appdomain information in the structure. Added a 
19787         missing "return FALSE" for Unmanaged if FullTrust is set (or else the
19788         value gets overwritten).
19789         * declsec.h: Set the default MonoArray for the the stack to 6. Added
19790         an MonoAppDomain member to MonoSecurityFrame.
19791         * mini-exceptions.c: Do not use a glist to keep GC allocated objects
19792         used in the stack walk. Now use a MonoArray which grow (double) when
19793         it gets full.
19794
19795 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
19796
19797         * mini.c: Re-enabled runtime cleanup, since running threads should
19798         now properly stop when exiting.
19799
19800 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
19801
19802         * mini-codegen.c: New file contaning the arch-independent local
19803         register allocator. Not used by any architectures yet.
19804
19805         * mini.h linear-scan.c: Merge some changes from the 
19806         mini-xp-local-regalloc branch.
19807
19808 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
19809
19810         * mini-amd64.c (emit_call): Fix calls to native functions when the
19811         runtime is compiled as a shared library. Fixes #74756.
19812
19813         * mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
19814         on a literal field. Fixes #74751.
19815
19816 2005-04-25  Raja R Harinath  <rharinath@novell.com>
19817
19818         * Makefile.am (RUNTIME): Add MONO_CFG_DIR.
19819
19820 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
19821
19822         * objects.cs: Add missing null casting test.
19823
19824 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
19825
19826         * mini-exceptions.c (mono_find_jit_info): Fix native offset calculation
19827         in wrapper methods. Also rename 'address' variable to 'offset'.
19828
19829 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
19830
19831         * mini.c debug-mini.c aot.c tramp-x86.c driver.c: Fix some gcc 4.0
19832         warnings.
19833         
19834         * Makefile.am (MCS): Use -unsafe instead of --unsafe.
19835
19836         * aot.c: Applied patch from "The Software Team" <software@solmersa.com>. Make AOT compilation
19837         work on windows.
19838
19839 Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
19840
19841         * exceptions-ppc.c: update code to handle stack traces (fixes bug #74452).
19842
19843 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
19844
19845         * mini-x86.c (mono_emit_stack_alloc): Initialize the whole allocated area not
19846         just the last bytes.
19847
19848 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
19849
19850         * aot.c (mono_compile_assembly): Fix warning.
19851
19852         * mini-exceptions.c (ves_icall_get_frame_info): Fix bug introduced
19853         by the _MSC_VER stuff.
19854
19855 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
19856
19857         * inssel-long.brg: Fix #74588.
19858
19859         * cpu-amd64.md: Fix #74591.
19860
19861         * iltests.il: Add new regression tests.
19862
19863 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
19864
19865         * trace.c (mono_trace_enter_method): Print enums as an int, not as a
19866         valuetype.
19867
19868 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
19869
19870         * mini-x86.c (setup_stack): Unconditionally call pthread_attr_init ().
19871
19872         * exceptions-x86.c mini-x86.h mini-x86.c: Applied some freebsd patches 
19873         from Bill Middleton <flashdict@gmail.com>.
19874
19875 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
19876
19877         * arrays.cs: Add new regression test. Fix warnings.
19878
19879 2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
19880
19881         * mini-amd64.c (mono_arch_output_basic_block): Fix stack alignment
19882         and leakage in CKFINITE.
19883
19884         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Change
19885         this to a null op since it is called on amd64 too.
19886
19887         * exceptions-amd64.c (get_throw_trampoline): Align stack.
19888
19889         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Remove
19890         body since this is not used on amd64.
19891         
19892         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Remove duplicate define.
19893
19894         * mini-amd64.c: Remove obsolete fixmes.
19895
19896         * mini.c (print_method_from_ip): Fix debugging support.
19897
19898 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
19899
19900         * ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
19901         so that expressions that don't give much gain are not reduced.
19902         * ssapre.h: Likewise.
19903
19904 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
19905
19906         * exceptions-x86.c (mono_arch_find_jit_info): Remove last SC_EBP reference.
19907
19908         * mini-x86.c (mono_emit_stack_alloc): Fix localloc under windows.
19909
19910         * mini-x86.h exceptions-x86.c: Hopefully fix compilation on *BSD.
19911
19912 2005-04-01  Zoltan Varga  <vargaz@freemail.hu>
19913
19914         * mini-sparc.c mini-sparc.h: Add asserts when running with sigaltstack.
19915
19916         * exceptions-x86.c (mono_arch_monoctx_to_sigctx): Fix cygwin build.
19917
19918 2005-03-31  Zoltan Varga  <vargaz@freemail.hu>
19919
19920         * mini-x86.c: If sigaltstack support is enabled, perform win32 style
19921         stack touching.
19922
19923         * mini.h (mono_arch_sigctx_to_monoctx): New arch-specific function.
19924
19925         * mini.h (mono_arch_monoctx_to_sigctx): New arch-specific function.
19926
19927         * mini.c: sigaltstack support requires MONO_ARCH_USE_SIGACTION.
19928
19929         * mini-x86.h mini-x86.c exceptions-x86.c: Add support for 
19930         MONO_ARCH_USE_SIGACTION. Fixes #74252.
19931
19932         * mini-x86.h: Enable MONO_ARCH_USE_SIGACTION on linux.
19933
19934         * mini-x86.c: Fix up stack overflow handling.   
19935
19936         * exceptions.cs: Add new regression test.
19937
19938 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
19939
19940         * mini-x86.c (mono_arch_emit_prolog): Adjust stack after calls to
19941         mono_jit_thread_attach.
19942
19943         * mini.c (mono_method_to_ir): Verify called method is not abstract.
19944
19945 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
19946
19947         * mini.c (mono_method_to_ir): Applied Ben's patch from bug #61441 to
19948         avoid calling constructors using callvirt.
19949
19950         * inssel.brg: Fix #74073.
19951
19952 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
19953
19954         * aot.c, mini.h: Added mono-compiler.h header to allow/ease 
19955         compilation with non-GCC compilers.
19956         * mini-exceptions.c, mini-x86.c|h: Patches to make compilation of mono
19957         possible using VS.NET. Adapted from the work of J Lothian (for VC6).
19958
19959 Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19960
19961         * inssel.brg, arrays.cs: fix long standing 64 bit issue in access to
19962         klass->interface_offsets (will likely fix bug#74073).
19963
19964 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
19965
19966         * mini-amd64.c (mono_arch_is_int_overflow): Fix rex handling.
19967
19968 2005-03-28  Zoltan Varga  <vargaz@freemail.hu>
19969
19970         * mini-amd64.c (mono_arch_output_basic_block): Fix order of parameters
19971         to amd64_div_reg_size ().
19972         
19973         * mini-amd64.c (mono_arch_emit_exceptions): Emit a near call here too.
19974
19975 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
19976
19977         * cpu-amd64.md (store_membase_reg): Fix length of storer8 opcodes.
19978
19979 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
19980
19981         * driver.c: Turn off automatic command line globbing under windows. Fixes #73763.
19982
19983 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
19984
19985         * mini.c (mono_method_to_ir): Remove debugging stuff left in by mistake.
19986         
19987         * mini.c (mono_precompile_assembly): Load and precompile referenced
19988         assemblies as well. Fixes #74015.
19989
19990 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
19991
19992         * cpu-amd64.md (sin): Fix up maximum lengths of some opcodes.
19993
19994 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
19995
19996         * declsec.c: Skip linkdemand checks for intra-corlib calls. This skips
19997         a lot of checks and (anyway) permissions cannot work until corlib is 
19998         loaded.
19999
20000 Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus@ximian.com>
20001
20002         * mini-ppc.c: fixed ABI issue on sysv/ppc.
20003
20004 Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus@ximian.com>
20005
20006         * tramp-ppc.c, exceptions-ppc.c: added missing icache flush
20007         calls (fixes bug#72824).
20008
20009 Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus@ximian.com>
20010
20011         * mini.c: fix tail recursion elimination (see test in bug#73936).
20012
20013 2005-03-21  Zoltan Varga  <vargaz@freemail.hu>
20014
20015         * mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
20016         some fp functions in sse2 mode.
20017
20018 2005-03-20  Zoltan Varga  <vargaz@freemail.hu>
20019
20020         * mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.
20021
20022 2005-03-19  Zoltan Varga  <vargaz@freemail.hu>
20023
20024         * mini.h mini.c: Add mono_get_jit_tls_key ().
20025
20026         * mini-x86.c: Enable fast TLS support on windows.
20027
20028 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
20029
20030         * declsec.c: Renamed aptc to allowpartiallytrustedcallers.
20031         * mini.c: Check for p/invoke method when generating code. If a
20032         p/invoke method, or it's class, isn't decorated with [Suppress
20033         UnmanagedCodeSecurity] then generate code to call System.Security.
20034         UnmanagedDemand (only if the security manager is active).
20035
20036 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
20037
20038         * tramp-amd64.c (create_specific_trampoline): Revert parts of the 
20039         last change as it seems to cause strange crashes.
20040         
20041 Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20042
20043         * *.c: handle unsafe function pointers where needed.
20044
20045 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
20046
20047         * mini.c (mono_jit_free_method): Remove the fixme too.
20048
20049 2005-03-15  Miguel de Icaza  <miguel@novell.com>
20050
20051         * mini.c: As discussed, make the code actually free the delegate
20052         thunk now, to enable the debugging of delegate problems, use
20053         MONO_DEBUG=1 when running Mono. 
20054
20055         This takes also care of parts of the leaks as seen by Joe.
20056
20057 2005-03-15  Zoltan Varga  <vargaz@freemail.hu>
20058
20059         * mini-amd64.c (mono_arch_setup_jit_tls_data): Enable 
20060         thread_tls_offset calculation.
20061
20062 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
20063
20064         * declsec.c: Reworked linkdemand checks for icall. The previous code
20065         was using the declaration code (untrusted) and didn't work as expected
20066         with the CLR 2.0. We're now more compatible with 2.0 than 1.x for this
20067         specific case.
20068
20069 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
20070
20071         * iltests.il: Add new localloc test.
20072
20073         * mini-amd64.c: Handle large stack allocations the same way as on
20074         windows if stack overflow handling is working.
20075         
20076         * mini-amd64.c: Allocate the signal stack using mmap.
20077
20078         * mini.c (sigsegv_signal_handler): Fix reading of context.
20079
20080         * mini-exceptions.c: Fix up stack overflow handling.
20081
20082         * mini-amd64.h mini-amd64.c: Fix up stack overflow handling.
20083
20084         * tramp-amd64.c (create_specific_trampoline): Optimize trampoline size.
20085
20086         * exceptions-amd64.c (mono_amd64_exceptions_init): Remove this.
20087
20088         * mini.h mini.c tramp-*.c: Move common trampoline code to mini.c.
20089
20090         * mini-x86.h mini-x86.c mini-amd64.h mini-amd64.c: Get rid of the
20091         tramp_init functions as they are no longer needed.
20092
20093 2005-03-12  Zoltan Varga  <vargaz@freemail.hu>
20094
20095         * tramp-amd64.c (mono_amd64_tramp_init): Fix typo.
20096         
20097         * tramp-amd64.c (mono_amd64_tramp_init): Init AOT trampoline as well.
20098
20099         * mini-amd64.h mini-amd64.c (mono_amd64_exceptions_init): Remove this.
20100         
20101         * mini.c mini-*.h: Remove OUT_OF_LINE_BBLOCK defines since all arches
20102         support that now.
20103
20104         * mini-ops.h: Add OP_LMUL_IMM.
20105
20106         * mini.c jit-icalls.cmini-amd64.h mini-amd64.c cpu-amd64.md: Implement
20107         long mul/div opcodes as intrinsic.
20108
20109         * mini-amd64.c (emit_call): Handle the case when the callee might be
20110         an AOT method.
20111
20112 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
20113
20114         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Reorder cases to be
20115         extra safe.
20116         
20117         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Fix ordering of cases.
20118
20119         * aot.c (mono_aot_load_method): Get rid of bogus make_writable call.
20120
20121 2005-03-09  Ben Maurer  <bmaurer@ximian.com>
20122
20123         * mini.c (mono_codegen): Don't leak here, to help people running
20124         monogrind.
20125
20126 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
20127
20128         * mini-amd64.c (mono_arch_output_basic_block): Fix int->float 
20129         conversions in sse2 mode.
20130
20131         * basic-float.cs: Add regression test.
20132         
20133         * mini-amd64.c: Reenable sse2.
20134
20135 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
20136
20137         * mini-amd64.c: Disable sse2 until some regressions are fixed.
20138
20139 2005-03-07      Joerg Rosenkranz <joergr@voelcker.com>
20140
20141         * driver.c: Copyright text should include 2005.
20142         
20143 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
20144
20145         * cpu-amd64.md (load_membase): Fix more max lengths.
20146
20147 2005-03-06  Zoltan Varga  <vargaz@freemail.hu>
20148
20149         * cpu-amd64.md (load_membase): Fix max length.
20150
20151         * mini-ops.h: Add OP_F<xx>_MEMBASE opcodes.
20152
20153         * inssel.brg: Add MONO_EMIT_BIALU_MEMBASE macro.
20154
20155         * cpu-amd64.md inssel-amd64.brg mini-amd64.h mini-amd64.brg: Finish SSE2
20156         support and enable it by default. Also add OP_F<xxx>_MEMBASE opcodes.
20157
20158         * basic-float.cs: Add rounding regression test.
20159
20160         * mini-amd64.c (INST_IGNORES_CFLAGS): Add more instructions.
20161
20162 2005-03-04  Neale Ferguson <NealeFerguson@earthlink.net>
20163
20164         * inssel-s390.brg, mini-s390.c: Add support for passing/returning small
20165         structures in registers for pinvoke wrappers.
20166
20167 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
20168
20169         * mini-exceptions.c (ves_icall_get_trace): Return wrapper info as well.
20170
20171 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
20172
20173         * mini.h mini.c mini-x86.c: Pass the domain of the native->managed
20174         wrapper to mono_jit_thread_attach.
20175
20176         * mini.c (mini_jit_thread_attach): New jit icall.
20177
20178         * mini-x86.c (mono_arch_emit_prolog): Attach to the VM in 
20179         native->managed wrappers.
20180
20181         * exceptions.cs: Add new regression test.
20182
20183         * mini.c (optimize_branches): Check regions in the cbranch to throw
20184         block case as well. Fixes #73242.
20185
20186 Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus@ximian.com>
20187
20188         * mini.c: thread safety fixes.
20189
20190 2005-02-27  Zoltan Varga  <vargaz@freemail.hu>
20191
20192         * tramp-amd64.c (amd64_magic_trampoline): Disable the method_ptr
20193         patching stuff, since delegates use jump trampolines so there is
20194         no caller.
20195
20196         * tramp-amd64.c (create_trampoline_code): Pass NULL as 'code' in 
20197         jump trampolines.
20198         
20199         * tramp-amd64.c: Fix build.
20200
20201         * mini-x86.c tramp-x86.c: Moved get_vtable_slot_addr into mini-x86.c and rename
20202         it to mono_arch_.... Add get_delegate_method_ptr implementation for x86.
20203
20204         * mini-amd64.h mini.h mini-amd64.c tramp-amd64.c (mono_amd64_get_vcall_slot_addr):
20205         Rename this to mono_arch....
20206         (mono_amd64_get_delegate_method_ptr_addr): Ditto.
20207
20208         * mini-amd64.c (mono_amd64_get_delegate_method_ptr_addr): New helper function.
20209
20210         * mini-amd64.c (emit_call): If both the caller and the callee is
20211         guaranteed to have 32 bit addresses, emit a normal call.
20212
20213         * tramp-amd64.c: Adapt to changes in mini-amd64.c.
20214
20215         * tramp-amd64.c (amd64_magic_trampoline): Remove patching of trampolines. 
20216         * tramp-amd64.c (amd64_magic_trampoline): Add support for patching the
20217         method_ptr inside delegates.
20218
20219 2005-02-26  Zoltan Varga  <vargaz@freemail.hu>
20220
20221         * mini.c (mono_jit_free_method): Free the method info even if the native code is
20222         invalidated. Fixes #73001.
20223
20224         * mini.c: Add a proper icall wrapper for mono_delegate_ctor.
20225
20226         * mini-x86.c: Only use stdcall for pinvokes on windows.
20227
20228 Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus@ximian.com>
20229
20230         * mini.c, mini.h: make mono_lmf_addr a fast-access thread var.
20231         * mini-x86.c: remove unreliable __thread var offset detection,
20232         use the correct accessors and enable by default.
20233
20234 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
20235
20236         * mini.c (mono_jit_free_method): Fix memory leak.
20237
20238 2005-02-22  Zoltan Varga  <vargaz@freemail.hu>
20239
20240         * mini.c (mono_method_to_ir): Allocate a GOT var for THROW and RETHROW. 
20241
20242 2005-02-21  Zoltan Varga  <vargaz@freemail.hu>
20243
20244         * cpu-amd64.md: Fix lengths of atomic opcodes.
20245
20246 Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus@ximian.com>
20247
20248         * driver.c: try to not imply using ICU is any good.
20249
20250 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
20251
20252         * mini-amd64.c (mono_arch_get_inst_for_method): Implement more 
20253         functions as inline ops.
20254
20255         * mini-ops.h inssel-amd64.brg cpu-amd64.md mini-amd64.c: Implement
20256         some Interlocked functions as inline ops.
20257
20258         * mini.c (move_basic_block_to_end): Fix bug in last patch.
20259
20260         * mini.h (MonoBasicBlock): Reorganize fields a bit.
20261
20262         * mini-ops.h inssel.brg: Add OP_NOT_REACHED.
20263
20264         * mini.c: Add support for OP_NOT_TAKEN.
20265
20266         * mini-amd64.h mini-amd64.c: Add support for passing/returning small 
20267         structures in registers for pinvoke wrappers.
20268
20269         * mini-amd64.c: Fix warnings.
20270
20271 2005-02-19  Zoltan Varga  <vargaz@freemail.hu>
20272
20273         * mini.h (MonoCompile): Add 'ret_var_is_local' field.
20274
20275         * mini.h mini.c (mono_arch_create_vars): Add new arch specific hook.
20276
20277         * mini.c (NEW_RETLOADA): If the ret variable is a local, use its 
20278         address instead of loading the address from it.
20279
20280         * mini-x86.c: Add support for returning small structs in registers
20281         on Win32. Fixes part of #70864.
20282         
20283 2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
20284
20285         * trace.c (get_token): Improve error checking.
20286
20287 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
20288
20289         * jit-icalls.c (mono_ldvirtfn): Explicitly check for a NULL obj here.
20290
20291 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com> 
20292  
20293         * mini.h: Moved MONO_EXCEPTION_* enum to metadata/class-internals.h so
20294         it can be reused for MonoClass.
20295         * mini.c: Renamed MONO_EXCEPTION_SECURITY to MONO_EXCEPTION_SECURITY
20296         _LINKDEMAND.
20297
20298 2005-02-15  Sebastien Pouliot  <sebastien@ximian.com>
20299
20300         * mini.c: Fixed 2 cases where I sent a MonoMethod to managed code 
20301         instead of a MonoReflectionMethod. The method information wasn't used
20302         when displaying SecurityException details (but will be now).
20303
20304 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
20305
20306         * Makefile.am : windows build fix.
20307
20308 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
20309
20310         * iltests.il: Add new regression test.
20311
20312         * mini.c (mono_method_to_ir): Allocate a GOT var in CEE_NEWOBJ. Fixes
20313         #72522.
20314
20315 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com> 
20316  
20317         * mini.c: Moved linkdemand check into helper function check_linkdemand
20318         to allow reuse for all intructions (CALL, CALLVIRT, NEWOBJ, JMP, 
20319         LDFTN, LDVIRTFTN).
20320
20321 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>
20322
20323         * declsec.c: Added statistics counter for different kinds of 
20324         LinkDemands.
20325         * mini.h: Added CAS statistic counters to MonoJitStats. Removed unused
20326         (and commented) declaration.
20327         * mini.c: Added statistics counter for security Demand code 
20328         generation. Added display of security statistics.
20329
20330 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
20331
20332         * declsec.c (mono_declsec_linkdemand_aptc): Applied patch from Robert Jordan (robertj@gmx.net).
20333         Fix compilation errors under gcc-2.95.
20334
20335 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
20336
20337         * mini.c, driver.c: Use the new jit trampoline hashtable
20338
20339 Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20340
20341         * mini.c, jit-icalls.c: use the managed implementation of memcpy, too.
20342
20343 2005-02-11  Martin Baulig  <martin@ximian.com>
20344
20345         * debug-mini.c (mono_debug_close_method): Free the line number array.
20346
20347 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
20348
20349         * aot.c: Break up large methods into smaller ones. Share GOT slots for
20350         icalls.
20351
20352         * mini.h: Bump AOT file format version. 
20353
20354 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
20355
20356         * declsec.c: Added LinkDemand support and it's special cases for ECMA,
20357         APTC and P/Invoke.
20358         * declsec.h: Added macros to get/set lazyly initialized security 
20359         informations about assemblies. Added new enum for different type of
20360         possible LinkDemand violation. Added function to check LinkDemands.
20361         * mini.h: Added a field to MonoCompile to hold any security violation
20362         detected when JITting a method (so it can be thrown later).
20363         * mini.c: Added LinkDemand checks in mono_method_to_ir for CEE_CALL 
20364         and CEE_CALLVIRT. Added code to throw exception at the end of
20365         mini_method_compile (note: the exception is unhandled right now).
20366
20367 Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus@ximian.com>
20368
20369         * mini.c, jit-icalls.c: use the managed implementation of
20370         memset for initobj and memset, to avoid managed <-> unmanaged
20371         transitions.
20372
20373 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
20374
20375         * inssel.brg (mini_emit_virtual_call): Disable the virtual->nonvirtual
20376         optimization if it would need a GOT var.
20377
20378         * basic.cs: Add tests for constant propagation and switch statements.
20379
20380         * ssa.c: Fix out-of-range constant propagation and switch statements.
20381
20382 2005-02-09    <vargaz@freemail.hu>
20383
20384         * inssel-x86.brg (reg): Align the allocation size in the localloc(imm) case too.
20385
20386 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
20387
20388         * cpu-amd64.md (load_membase): Fix max length of load_membase.
20389
20390 Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20391
20392         * mini.c: update to new signature of mono_class_get_allocation_ftn().
20393
20394 2005-02-06  Neale Ferguson <NealeFerguson@earthlink.net>
20395
20396         * cpu-s390.md,  mini-s390.c: Correct bug with register usage on certain 
20397         arithmetic operations.
20398
20399 Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus@ximian.com>
20400
20401         * mini-ppc.c: add a workaround for broken user code that
20402         DllImports vararg functions with non-vararg signatures.
20403
20404 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
20405
20406         * mini.c (mono_jit_compile_method_inner): Add detection and a 
20407         meaningfull error message for assemblies written in Managed C++.
20408
20409         * tramp-amd64.c mini-amd64.h: Add support for 
20410         create_trampoline_from_token ().
20411
20412         * aot.c mini-x86.c abcremoval.c: Applied patch from
20413         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
20414
20415 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
20416
20417         * mini.h mini.c mini-x86.h tramp-x86.c: Add a new kind of trampoline 
20418         which takes a MonoImage/token as parameter instead of a MonoMethod.
20419
20420         * aot.c: Use the new trampoline for initializing vtables.
20421
20422         * aot.c: Add support for ldfld/stfld_remote wrappers.
20423
20424         * mini-ops.h cpu-pentium.md inssel-x86.brg mini-x86.c: Add optimized
20425         rules for compare <MEM>, IMM.
20426
20427         * mini.h (MONO_AOT_FILE_VERSION): Bump it.
20428
20429         * aot.c: Handle inherited finalizers correctly.
20430
20431 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
20432
20433         * inssel.brg (stmt): Add a missing _setup_... ().
20434
20435         * aot.c: Save some parts of the class state to the AOT file and use it
20436         to recompute that state when a class is initialized.
20437
20438         * mini.c: Install AOT hooks into the runtime.
20439
20440         * mini.h: Bump AOT file format version.
20441         
20442         * mini.c (mono_method_to_ir): Initialize pointer type locals correctly.
20443         Fixes #72148.
20444
20445         * iltests.il: Add new test.
20446
20447 Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20448
20449         * mini.c: fix typo.
20450
20451 Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus@ximian.com>
20452
20453         * mini.c: setup the statistical profiler in the thread attach
20454         callback to cope with the new single thread code.
20455
20456 Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus@ximian.com>
20457
20458         * mini-ppc.c: ensure we have enough room for the profiler
20459         calls (fixed bug#72084).
20460
20461 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
20462
20463         * aot.c: Get rid of the MonoAotMethod structure and the hashtable holding 
20464         it.
20465
20466 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20467
20468         * driver.c: Re-enabled SSAPRE (two commits, I was just dumb).
20469
20470 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20471
20472         * ssapre.c: Fixed an issue with down safety (this allows IronPython
20473         to succesfully execute parrotbench).
20474         * ssapre.h: Likewise.
20475
20476 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20477
20478         * ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
20479         variable for stores to method arguments (fixes a SSAPRE issue).
20480
20481 Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20482
20483         * mini.c: handle value types in dup, fixes gen-112.cs.
20484
20485 Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus@ximian.com>
20486
20487         * mini-ppc.c, cpu-g4.md, tramp-ppc.c: use a slower code
20488         sequence for calls in dynamic methods to avoid thunks.
20489
20490 Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20491
20492         * mini.c: correctly remove dynamic methods from the hashtable.
20493
20494 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20495
20496         * driver.c: Disabled SSAPRE until fix the bug that appears
20497         in IronPython's parrotbench.
20498
20499 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
20500
20501         * aot.c (mono_compile_assembly): Get rid of Skip (other) messages.
20502
20503         * mini.c (mono_method_to_ir): Revert the previous change.
20504         
20505         * mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
20506         when AOT compiling.
20507
20508         * tramp-x86.c (x86_magic_trampoline): Avoid calls to 
20509         mono_jit_info_table_find () etc. when running under valgrind.
20510
20511         * inssel.brg: Fix warnings.
20512
20513         * mini-exceptions.c: Fix warnings.
20514
20515 2005-01-31  Martin Baulig  <martin@ximian.com>
20516
20517         * driver.c (compile_all_methods_thread_main): Don't try to compile
20518         generic methods or anything which has type parameters.
20519
20520 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
20521
20522         * aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.
20523
20524         * TestDriver.cs: Add --verbose flags.
20525
20526         * graph.c ssa.c: Fix 64 bit warnings.
20527         
20528         * abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c 
20529         trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
20530         Fix 64 bit warnings.
20531
20532         * mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
20533         variable not spotted by gcc.
20534         
20535         * mini-amd64.c inssel-amd64.brg: Applied patch from  
20536         Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of 
20537         X86_COMPARE_MEMBASE opcodes.
20538
20539         * exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.
20540
20541 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
20542
20543         * *: MonoMethod->signature might be NULL now. You *MUST* use
20544         mono_method_signature.
20545
20546 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
20547
20548         * driver.c (compile_all_methods_thread_main): Compile the methods
20549         without invoking cctors.
20550
20551 Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20552
20553         * mini.c: remove ben's "optimizations" to dup+stloc (bug #71905).
20554         * basic-calls.cs: test for the above.
20555
20556 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
20557
20558         * mini.c mini-exceptions.c aot.c exceptions-*.c: Update after 
20559         MonoJitInfo changes.
20560
20561 2005-01-27  Zoltan Varga  <vargaz@freemail.hu>
20562
20563         * mini-exceptions.c (mono_handle_exception): Compute the stack trace
20564         eagerly if it contains dynamic methods.
20565         
20566         * mini-exceptions.c (ves_icall_System_Exception_get_trace): New icall.
20567
20568         * mini-exceptions.c (mono_handle_exception): Avoid computing the stack
20569         trace, it is now computed by an icall from trace_ips.
20570         
20571         * mini-exceptions.c: Fix a warning.
20572
20573 Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus@ximian.com>
20574
20575         * mini-exceptions.c: don't bother getting stack trace info if
20576         it's not going to be used.
20577
20578 2005-01-27  Raja R Harinath  <rharinath@novell.com>
20579
20580         * Makefile.am (common_sources): Add ssapre-cee-ops.h and
20581         ssapre-mini-ops.h.
20582
20583 2005-01-26  Zoltan Varga  <vargaz@freemail.hu>
20584
20585         * mini.c (remove_block_if_useless): Only print debug stuff with -v -v.
20586
20587         * aot.c: Avoid calling mono_method_get_header () if not needed.
20588
20589         * mini.h: Bump AOT file format version.
20590         
20591         * mini.c (mono_emit_native_call): Allocate a GOT var here.
20592
20593         * mini.c (mono_print_tree): Print more info for calls.
20594
20595 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
20596
20597         * declsec.h: Remove warning by adding missing include for marshal.h
20598
20599 2005-01-26  Martin Baulig  <martin@ximian.com>
20600
20601         * mini.c (mono_method_to_ir): In CEE_UNBOX_ANY, don't increase
20602         `ip' twice.
20603
20604 2005-01-25  Zoltan Varga  <vargaz@freemail.hu>
20605
20606         * mini-amd64.c (mono_arch_call_opcode): Add missing MONO_SSA_LOAD/STORE
20607         flags.
20608
20609         * ssa.c (mono_ssa_compute): Fix crashes when using AOT.
20610
20611         * aot.c (mono_compile_assembly): Fix a warning.
20612
20613 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com>
20614
20615         * declsec.c: Look for security attributes on the original MonoMethod 
20616         (and not the wrapped one). This fix permissions on icalls.
20617
20618 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
20619
20620         * mini-amd64.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
20621
20622         * mini.c (mono_allocate_stack_slots): Add a fixme.
20623
20624         * mini-x86.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
20625
20626 Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus@ximian.com>
20627
20628         * inssel.brg: optimize casts of sealed types (more
20629         optimizations waiting for fixes in remoting).
20630
20631 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
20632
20633         * inssel.brg (stmt): Add another dummy rule.
20634
20635         * driver.c: Fix warnings.
20636
20637         * driver.c (mono_main): If running under valgrind, instruct glib to use
20638         the system allocation functions so valgrind can track the memory
20639         allocated by the g_... functions.
20640
20641         * inssel.brg (stmt): Add DUMMY rule for OP_DUMMY_STORE.
20642
20643         * mini-ops.h: Add OP_DUMMY_STORE opcode.
20644
20645         * mini.h (MONO_BBLOCK_IS_IN_REGION): New helper macro.
20646
20647         * liveness.c: Handle OP_DUMMY_STORE. Enable register allocation for
20648         variables in try regions.
20649
20650         * mini.c (mini_method_compile): Don't disable optimizations on large
20651         methods when AOT compiling.
20652
20653         * mini.c (mono_allocate_stack_slots): New arch independent method to 
20654         allocate stack slots. Not yet used.
20655
20656 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
20657
20658         * debug-mini.c (mono_debug_close_method): Plug some leaks.
20659
20660 Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus@ximian.com>
20661
20662         * mini-ppc.c: make the branch info relative as the code
20663         buffer can be reallocated.
20664
20665 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
20666
20667         * aot.c: Allow decoding of the new  MONO_PATCH_INFO_DECLSEC.
20668         * driver.c: Removed the AOT/security restriction. Now initialize the
20669         security manager (in metadata) if --security is used.
20670         * mini.c|h: Add the MONO_PATCH_INFO_DECLSEC code to use the index,
20671         rather than the pointer to declarative security, when AOT is used.
20672
20673 Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus@ximian.com>
20674
20675         * mini.h, mini-ppc.h, mini-ppc.c: updated to use out of line
20676         basic blocks, reduced intrinsic exception throwing code size.
20677
20678 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
20679
20680         * driver.c (mini_usage): Reorder the usage screen.
20681
20682 2005-01-21  Zoltan Varga  <vargaz@freemail.hu>
20683
20684         * mini.c (mono_resolve_patch_target): Fix warning.
20685
20686 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
20687
20688         * mini-x86.c (mono_arch_local_regalloc): Fix bug introduced by
20689         previous patch.
20690
20691         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
20692
20693         * mini-amd64.c (mono_arch_local_regalloc): Revert last patch as it
20694         breaks the amd64 build.
20695
20696         * mini-x86.c (mono_arch_local_regalloc): Fix bug in div/rem 
20697         register allocation. Fixes #71454.
20698
20699         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
20700
20701         * arrays.cs: Add new regression test.   
20702
20703 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20704
20705         * ssapre.c: Turned usage of snprintf to GString.
20706         * ssapre.h: disabled MONO_APPLY_SSAPRE_TO_SINGLE_METHOD
20707         (I left it on by mistake in my previous commit).
20708
20709 Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus@ximian.com>
20710
20711         * mini.c, cfold.c, basic-calls.cs: preserve side effects
20712         on cond branch optimization (fixes bug# 71515).
20713
20714 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20715
20716         * abcremoval.c: Fixed bug 71062.
20717         * abcremoval.h: Likewise.
20718
20719 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20720
20721         * mini.c: Added a new functionality to optimize_branches, the removal
20722         of useless basic blocks, and fixed some problem in the removal of
20723         critical edges; some utility functions added for both purposes.
20724         * ssapre.c: Added complex expression support, and fixed bug 70637.
20725         * ssapre.h: Likewise.
20726         * ssapre-cee-ops.h: Added file with list of "CEE_*" opcodes
20727         enabled in SSAPRE.
20728         * ssapre-mini-ops.h: Likewise, but for "OP_*" opcodes.
20729         * driver.c: Re-enabled SSAPRE.
20730
20731 2005-01-19  Martin Baulig  <martin@ximian.com>
20732
20733         * mini.c (mono_method_to_ir): Call mono_get_inflated_method() on
20734         the result of mono_get_method_constrained().
20735
20736 2005-01-18  Neale Ferguson <NealeFerguson@earthlink.net>
20737
20738         * exceptions-s390.c tramp-s390.c: Allocate code using the global code
20739         manager.
20740
20741 2005-01-18  Geoff Norton  <gnorton@customerdna.com>
20742
20743         * jit-icalls.c (mono_llmult_ovf): Fix other overflow conditions to
20744         be detected.  Fixes #59296.
20745
20746 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
20747
20748         * mini-amd64.c (mono_arch_output_basic_block): Remove some assertions
20749         which can happen. Fixes #71361.
20750
20751 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
20752
20753         * exceptions-sparc.c tramp-sparc.c: Allocate code using the global code
20754         manager.
20755
20756 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
20757
20758         * mini.c (mono_create_jump_trampoline): Revert last change as it causes
20759         appdomain-unload.exe to fail.
20760         
20761         * mini.c: Fix some memory leaks.
20762
20763 Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus@ximian.com>
20764
20765         * inssel.brg: handle the new size of rank, idepth, max_interface_id.
20766         Fixed bug and sped up some codepaths.
20767
20768 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
20769
20770         * mini.c: Fix some memory leaks.
20771
20772         * exceptions.cs basic-long.cs: Add test for checked ulong->int 
20773         conversion.
20774
20775         * inssel-long.brg: Implement long_conv_to_ovf_i4_un. Fixes #71319.
20776
20777         * inssel-long.brg: Fix conv.ovf.i8 when run on an int32. Fixes
20778         #71320.
20779
20780         * iltests.il: Add regression test for #71320.
20781
20782 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
20783
20784         * mini.c (mono_codegen): Fix installation of profiler hooks.
20785
20786         * mini-sparc.c mini-amd64.c: Don't allocate stack space for dead vars.
20787
20788 Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20789
20790         * mini.h, mini.c, cfold.c: optimize access to enum
20791         readonly fields, too. Eval conditional branches if possible
20792         to perform unreachable code removal in more cases.
20793
20794 2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
20795
20796         * tramp-amd64.c exceptions-amd64.c: Use the new global code manager.
20797
20798         * mini.c (mono_global_codeman_reserve): New function to allocate code memory from a global
20799         code manager.
20800
20801         * tramp-x86.c mini-x86.c exceptions-x86.c: Allocate all code memory so mono works with
20802         WinXP DEP. Fixes #71244.
20803
20804 2005-01-14  Zoltan Varga  <vargaz@freemail.hu>
20805
20806         * inssel.brg: Allways convert CEE_CONV_OVF_I4 to a move on 64 bit platforms. Fixes #71236.
20807
20808 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
20809
20810         * mini-x86.c (mono_arch_output_basic_block): Fix OP_ATOMIC_ADD_NEW_I4.
20811
20812 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
20813
20814         * mini-exceptions.c exceptions-ppc.c aot.c: Cope with MonoJitInfo 
20815         changes.
20816
20817         * mini.h: Bump AOT version.
20818
20819         * mini.h (MonoCompile): Change exvar to a hash table.
20820
20821         * mini.c: Allocate a separate exvar for each handler block.
20822
20823         * mini.c: Get rid of the computation of filter_lengths, its not needed.
20824
20825         * mini.c inssel.brg: Change OP_THROW_OR_NULL to compare the current
20826         ex var with the pending exception and only throw if the two are equal.
20827         Fixes #68552.
20828         
20829         * exceptions.cs: Add tests for rethrow and nested catch clauses.
20830
20831         * mini-x86.c: Fix warnings.
20832
20833         * Makefile.am (common_sources): Move mini-exceptions.c here as it is
20834         used by all the ports now.
20835
20836         * aot.c: Add write-symbols and save-temps options.
20837
20838 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
20839
20840         * mini-x86.c: Add support for returning structs in registers from pinvoke functions on WIN32.
20841
20842 Mon Jan 10 16:11:16 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
20843
20844         * mini-ops.h, inssel-s390.brg, cpu-s390.md: Support OP_ATOMIC__xxx 
20845         operations.
20846
20847         * tramp-s390.c: Check vtable slot belongs to the domain.
20848
20849         * mini-exceptions.c, exceptions-s390.c: Standardize exception handling
20850         as per other platforms.
20851
20852         * mini-s390.c, mini-s390.h: Enable out-of-line bblock support.
20853
20854 Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus@ximian.com>
20855
20856         * driver.c: we don't run the Main() code in a subthread anymore.
20857
20858 Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus@ximian.com>
20859
20860         * mini.c: added experimental rtc support in the statistical
20861         profiler: if the user has the permission, more accurate statistics
20862         are gathered. Run with: MONO_RTC=4096 mono --profiler=default:stat ....
20863         The MONO_RTC value must be restricted to what the linux rtc allows:
20864         power of two from 64 to 8192 Hz.
20865
20866 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
20867
20868         * mini-x86.c (mono_arch_emit_exceptions): Fix #71121.
20869
20870 Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus@ximian.com>
20871
20872         * mini-ppc.c: better icache flush for smp.
20873
20874 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
20875
20876         * mini-amd64.c (emit_move_return_value): Fix memory leak.
20877
20878         * mini-x86.c (get_call_info): Add the get_call_info () code from the
20879         amd64 port, not yet used.
20880
20881 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
20882
20883         * mini.c (mono_method_to_ir): Disable inlining of ldfld wrappers with
20884         a struct type.
20885
20886 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
20887
20888         * driver.c: Added --security option to activate the security manager.
20889         Right now this will allow code generation for declarative demands and
20890         is disabled when AOT is specified.
20891         * mini.c: Add code generation for declarative security demands.
20892         * mini.h: Add mono_use_security_manager as an extern gboolean.
20893
20894 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
20895
20896         * aot.c (mono_compile_assembly): Speed up compilation a bit by
20897         emitting more dense assembly code.
20898
20899         * mini-sparc.c mini-sparc.h exceptions-sparc.c: Enable optimized corlib
20900         exception throwing stuff.
20901
20902 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
20903
20904         * mini-sparc.c (mono_arch_emit_exceptions): Fix typo in previous patch. Remove
20905         dead code.
20906
20907         * mini-amd64.c (mono_arch_emit_exceptions): Remove duplicate epilog stuff
20908         left in by mistake.
20909
20910         * driver.c (EXCLUDED_FROM_ALL): Disable SSAPRE until bug #70637 is 
20911         fixed.
20912
20913         * mini-sparc.h mini-sparc.c: Enable out-of-line bblock support.
20914
20915         * tramp-*.c: Only patch vtable slots if the object is in the current
20916         domain. Fixes appdomain-unload.exe.
20917
20918         * mini-amd64.c mini-amd64.h: Enable out-of-line bblock support.
20919         
20920         * mini-amd64.c (mono_arch_local_regalloc): Port regalloc fix from
20921         x86 branch.
20922
20923 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
20924
20925         * mini.c (reverse_branch_op): New helper function.
20926
20927         * mini.c (optimize_branches): Run the new optimization only on 
20928         platforms which support it. Also reverse all kinds of branches.
20929
20930         * mini.h (MonoBasicBlock): Add 'out_of_line' field.
20931
20932         * mini.c (mono_method_to_ir): Set 'out_of_line' for bblocks which have
20933         a throw statement.
20934
20935         * mini.c (optimize_branches): Reverse not-equals branches if the false
20936         bblock is a throw. This happens a lot of time with argument checking in
20937         corlib.
20938
20939         * mini.c (mono_codegen): Add support for placing basic blocks after
20940         the function epilogue.
20941
20942         * mini-x86.c mini-x86.h: Add support for placing basic blocks after the
20943         function epilogue.
20944         
20945 2005-01-05  Miguel de Icaza  <miguel@ximian.com>
20946
20947         * mini.c (setup_stat_profiler): Only set this up if the platform
20948         supports ITIMER_PROF.
20949
20950 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
20951
20952         * mini-x86.c (mono_arch_local_regalloc): Fix a bug introduced by the
20953         previous patch.
20954
20955         * inssel.brg: Fix a warning.
20956
20957 Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus@ximian.com>
20958
20959         * mini.c: added support for statistical profiler 
20960         (run with: --profile=default:stat).
20961
20962 2005-01-04  Zoltan Varga  <vargaz@freemail.hu>
20963
20964         * mini-x86.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Enable this on x86.
20965
20966         * mini-x86.c cpu-pentium.md: More fixes for usage of global registers.
20967
20968         * mini-amd64.c (mono_arch_local_regalloc): Port some regalloc fixes 
20969         related to global registers from the amd64 port.
20970
20971 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
20972
20973         * mini.c (mono_method_to_ir): Handle MONO_CLASSCONST.
20974
20975         * mini-amd64.c (mono_arch_local_regalloc): Fix some regalloc problems
20976         with global registers.
20977         (mono_arch_output_basic_block): Fix SWITCH in the AOT case.
20978
20979         * aot.c (emit_method_code): Fix the 'method emitted as' messages.
20980
20981 2004-12-31  Zoltan Varga  <vargaz@freemail.hu>
20982
20983         * debug-mini.c (encode_value): Fix off-by-one.
20984
20985         * aot.c (encode_value): Likewise.
20986
20987         * mini.c (mono_method_to_ir): Disable AOT for methods containing LDPTR.
20988
20989 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
20990
20991         * mini.c linear-scan.c: Add a workaround for the mcs crash when using 
20992         AOT.
20993
20994         * aot.c (mono_aot_load_method): Free up patch info if no longer needed.
20995         
20996         * aot.c (emit_method_info): Increase size of temp buffer.
20997
20998         * mini-x86.c cpu-pentium.md mini.c: Load fp constants differently in 
20999         the AOT case.
21000
21001 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
21002
21003         * aot.c (emit_method_info): Fix build.
21004         
21005         * aot.c: Further rework of the AOT file format to reduce the size of
21006         the method info data.
21007
21008         * mini.h: Bump AOT file format version.
21009
21010 2004-12-27  Martin Baulig  <martin@ximian.com>
21011
21012         * mini.c (mini_get_method): New static method; call
21013         mono_get_method_full() and mono_get_inflated_method().
21014         (mono_method_to_ir): Use mini_get_method() instead of
21015         mono_get_method_full(). 
21016
21017 2004-12-26  Patrik Torstensson  <patrik.torstensson@gmail.com>
21018
21019         * mini-x86.c (atomic ops): fixed bug interlocked bug #70784. 
21020
21021 2004-12-25  Zoltan Varga  <vargaz@freemail.hu>
21022
21023         * inssel.brg (ldind_to_load_membase): Handle CEE_LDIND_I8.
21024
21025         * inssel-amd64.brg: Add some optimization rules.
21026
21027 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
21028
21029         * aot.c: Remove the use of MonoGHashTable and other GC stuff. The
21030         standard not GC'd stuff is fine.
21031
21032 2004-12-24  Zoltan Varga  <vargaz@freemail.hu>
21033
21034         * aot.c: Rework the AOT file format to get rid of most of the global
21035         symbols. This reduces the size of the mscorlib.dll.so by 1MB.
21036
21037         * mini.h: Bump AOT file format version.
21038         
21039 2004-12-23  Zoltan Varga  <vargaz@freemail.hu>
21040
21041         * mini.h: Bump AOT file format version.
21042
21043         * aot.c (mono_aot_is_got_entry): New function to determine if an 
21044         address is inside a GOT.
21045
21046         * aot.c mini-x86.c tramp-x86.c: Make all patches use the GOT.
21047
21048         * cpu-pentium.md: Increase the maximum size of some instructions which
21049         might involve a got access.
21050         
21051         * mini.c (get_method_from_ip): Another debug helper function.
21052
21053         * mini.c: Call mono_get_got_var () in a couple places. Handle the case
21054         when got var accesses are created during the decompose phase.
21055
21056         * mini-sparc.c: Change mono_compile_aot to cfg->compile_aot.
21057
21058         * mini.h mini.c mini-x86.c aot.c mini-sparc.c: Add a 'compile_corlib'
21059         argument mini_compile_method and to MonoCompile, and use this to
21060         determine whenever a given method is compiled for AOT. This allows the
21061         other methods compiled during AOT compilation to be free of AOT stuff,
21062         so the backends does not need to add special support for them by
21063         creating a fake GOT etc.
21064
21065         * mini-x86.c (mono_arch_patch_code): Remove fake got stuff as it is no
21066         longer needed.
21067
21068 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
21069
21070         * mini.c (mono_method_to_ir): It turns out that some of the
21071         x-appdomain wrappers are lax with types, so just ignore this for
21072         all wrappers.
21073
21074         * inssel.brg (OP_CHECK_ARRAY_TYPE): Optimize this by only looking
21075         at the vtable->klass. If it is non-shared code we can just use the
21076         vtable.
21077
21078 Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus@ximian.com>
21079
21080         * mini-ppc.c: access MonoDomain from tls, too.
21081
21082 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
21083
21084         * declsec.c: Removed unused variable (and related warning ;-)
21085
21086 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
21087
21088         * iltests.il: New test for LDELEMA on an array of ref types.
21089
21090         * mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
21091         all ldelema's on reftypes.
21092         (check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
21093         it was the wrong place to put it.
21094
21095         * mini-x86.c (mono_arch_output_basic_block): Just use ecx as the
21096         register to pop to make this cleaner, at the request of Paolo.
21097
21098 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21099
21100         * mini-ops.h (OP_GETHASHCODE): New op.
21101
21102         * inssel.brg (OP_GETHASHCODE): Emit code for the new opcode
21103
21104         * mini.c (mini_get_inst_for_method): Create the intrinsic hash
21105         operation.
21106
21107         For a microbenchmark, this reduces the cost of Hashtable.get_Item
21108         by 25%.
21109         
21110         * mini-x86.c (mono_arch_output_basic_block): Rather than
21111
21112         add ebp, 4
21113
21114         Emit
21115
21116         pop edx
21117
21118         The first is 3 bytes while the second is 1. This saves 36 kb on
21119         mscorlib, quite a big saving. When bootstraping mcs, I was able to
21120         see a small boost because of icache locality.
21121
21122         * cfold.c (FOLD_BINOPCOMM): Kill add foo, 0
21123
21124 Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus@ximian.com>
21125
21126         * Makefile.am, mini-ppc.h, mini-exceptions.c, exceptions-ppc.c:
21127         started code sharing with the generic code.
21128
21129 Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus@ximian.com>
21130
21131         * mini-ppc.c, cpu-g4.md: added code for direct access to
21132         tls data slots.
21133
21134 Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus@ximian.com>
21135
21136         * mini-ops.h, inssel-x86.brg, cpu-amd64.md, inssel.brg, inssel-amd64.brg,
21137          mini-amd64.c, mini-x86.c, cpu-pentium.md: renamed OP_X86_TLS_GET
21138         to OP_TLS_GET.
21139
21140 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
21141
21142         * declsec.c|h: Added functions to cache the declarative stack modifiers
21143         in MonoJitInfo and to create a security frame from a MonoJitInfo 
21144         structure.
21145         * mini.c: Initialize jinfo->cas_inited to FALSE when MonoJitInfo is
21146         created. Register internal calls for System.Security.SecurityFrame::
21147         _GetSecurityFrame and _GetSecurityStack.
21148         * mini.h: Added definition for new icalls (in mini-exceptions.c) and
21149         the definitions for the new stack walk/callback mechanism.
21150         * mini-exceptions.c: Added internal call GetSecurityFrame (to get the 
21151         first security frame for LinkDemands and InheritanceDemands) and
21152         GetSecurityStack for Demands. Both use the new mono_walk_stack code
21153         from lupus.
21154         * mini-x86.h, mini-amd64.h, mini-sparc.h: Architecture specific stack
21155         walk initialization (lupus).
21156
21157 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21158
21159         * mini.c (mono_method_to_ir): In CEE_DUP, handle the dup / stloc
21160         idiom.
21161         (handle_loaded_temps): Do not create a temporary variable for
21162         things that we know are temps. They will never be modified.
21163         (mono_spill_call): Set MONO_INST_IS_TEMP
21164         (mono_emulate_opcode): ditto
21165         (emit_tree): ditto
21166         (mono_method_to_ir.CEE_DUP): ditto
21167
21168 2004-12-19  Ben Maurer  <bmaurer@ximian.com>
21169
21170         * mini.c (type_to_eval_stack_type): Make this handle the void type
21171         (mono_emit_call_args): set the call->type with type_to_eval_stack_type
21172         (emit_tree): use ip_in_bb to special case some common idioms
21173         Update all callers to pass in the IP.
21174         (mono_method_to_ir): Make CEE_CALL* do the above as well.
21175
21176         This gives us a nice 2% speedup in mcs bootstrap.
21177
21178         * mini-x86.c (peephole_pass): Peephole pass to make
21179         mov  [foo], eax
21180         push [foo]
21181
21182         into
21183
21184         mov [foo], eax
21185         push eax
21186
21187         * mini.c (ip_in_bb): new method.
21188         (mono_method_to_ir): use this method rather than doing the hash
21189         lookup ourselves.
21190
21191         * linear-scan.c (mono_linear_scan): When expiring actives, you
21192         don't need to keep around variables that expire on this
21193         instruction. This makes it so that:
21194              a = b + 1
21195         will turn into:
21196              store (ebx add (ebx, 1))
21197         which will become
21198              add ebx, 1
21199
21200 2004-12-19  Zoltan Varga  <vargaz@freemail.hu>
21201
21202         * mini.c (mono_method_to_ir): Optimize the common ldobj+stloc 
21203         combination to avoid doing two copies. Fix up problems with previous
21204         patch.
21205
21206         * mini.c: Fix 64 bit warnings.
21207
21208         * mini-x86.c (INST_IGNORES_CFLAGS): Add OP_STOREI4_MEMBASE_REG.
21209
21210 2004-12-17  Zoltan Varga  <vargaz@freemail.hu>
21211
21212         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Port exception handling
21213         changes from the x86 code.
21214
21215         * mini.h: Add prototype for mono_arch_get_throw_corlib_exception ().
21216
21217 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
21218
21219         * mini-x86.c (mono_arch_emit_epilog): Optimize the corlib exception
21220         throwing code to reduce its size, unify the AOT and non-aot code and 
21221         get rid of relocations in the AOT case.
21222
21223         * mini-x86.h mini.c exceptions-x86.c 
21224         (mono_arch_get_throw_corlib_exception): New arch specific function to 
21225         raise corlib exceptions which doesn't require relocations in the 
21226         caller.
21227
21228         * aot.c (emit_method): Handle PATCH_INFO_NONE as well.
21229
21230 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
21231
21232         * mini.c (mono_emit_method_call): Only allocate the got var when it is
21233         needed.
21234
21235         * mini-x86.c (mono_arch_patch_code): Add missing PATCH_INFO_METHOD_REL
21236         in the AOT case.
21237
21238 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21239
21240         * mini-x86.c, cpu-pentium.md, inssel-x86.brg: Fixed bug
21241         with add function when used from Inc/dec atomic 
21242         functions. Re-enabled optimization on x86.
21243         * mini-ops.h: renamed atomic_add functions to
21244         allow _add to match the Interlocked::Add and
21245         _add_next to match Interlocked::Inc/Dec.
21246
21247 2004-12-15  Massimiliano Mantione  <massi@ximian.com>
21248
21249         * mini.c: Fixed a subtle bug in mono_method_to_ir, about the
21250         linking of BBs to the end BB, and enabled SSAPRE also with
21251         consprop and copyprop (which was prevented by that bug).
21252
21253 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21254
21255         * mini-x86.c: disabling the Interlocked optimizing code. 
21256
21257 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21258
21259         * aot.c (load_aot_module): Move reading of got_addr after the AOT
21260         file version check.
21261         
21262 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21263
21264         * mini-x86.c, inssel-x86.brg, cpu-pentium.md: removed _imm 
21265         interlocked optimization due lack of support on x86, rewrote 
21266         exchange to take into account that base may be in eax.
21267         
21268         xsp works again; activated Interlocked optimizing code.
21269         
21270 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21271
21272         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
21273
21274 2004-12-13  Zoltan Varga  <vargaz@freemail.hu>
21275
21276         * mini-ops.h: Add new opcodes.
21277
21278         * mini.h: Add new patch types. Add got_var to MonoCompile.
21279
21280         * mini.h mini-x86.c mini-amd64.c aot.c: Rename 
21281         mono_arch_get_aot_patch_offset () to mono_arch_get_patch_offset () and
21282         make it work with all kinds of patchable code.
21283
21284         * inssel.brg inssel-x86.brg: Add new rules dealing with computing the
21285         address of the GOT, and referencing entries in the GOT.
21286
21287         * mini.c: Add code to load the GOT address if needed by an opcode.
21288
21289         * aot.c mini-x86.h mini-x86.c cpu-pentium.md: Add support for position 
21290         independent AOT code on the x86 using an elf-style Global Offset Table.
21291
21292 2004-12-14  Raja R Harinath  <rharinath@novell.com>
21293
21294         * Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
21295
21296 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21297
21298         * mini-x86.c: disabling the Interlocked optimizing code. It segfaults
21299         when running xsp.
21300
21301 2004-12-13  Patrik Torstensson  <patrik.torstensson@gmail.com>
21302
21303         * mini-x86.c,mini-ops.h,inssel-x86.brg,cpu-pentium.md: Implementation
21304         of Interlocked:Increment/Decrement/Add as inline ops.
21305         (mini-x86.c (mono_arch_get_inst_for_method and mono_arch_output_basic_block))
21306
21307 2004-12-12  Geoff Norton  <gnorton@customerdna.com>
21308
21309         * exceptions-ppc.c: Reorder code so gcc3.4 can compile it
21310         * mini-ppc.c: Unify mono_arch_patch_code with changes in r37636.
21311
21312 2004-12-12  Duncan Mak  <duncan@ximian.com>
21313
21314         * mini-ppc.c (mono_arch_patch_code): Hopefully made this build
21315         again. `patch_info->table_size' is no longer valid after Zoltan's
21316         commit #37636.
21317
21318 2004-12-12  Martin Baulig  <martin@ximian.com>
21319
21320         * mini.c (mono_method_to_ir): Only call mono_debug_init_method()
21321         if we are the "real" method, ie. not an inlined method inside it.
21322
21323 2004-12-11  Ben Maurer  <bmaurer@ximian.com>
21324
21325         * mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
21326         before we look in the special fields table. This fixes
21327         ../tests/thread-static-init.cs.
21328
21329 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21330
21331         * mini.c: return immediately after setting OP_ARRAY_RANK or CEE_LDLEN
21332         for Array get_Rank and get_Length. Fixes bug #70465.
21333
21334 2004-12-11  Zoltan Varga  <vargaz@freemail.hu>
21335
21336         * mini.h mini.c aot.c: Put the bblock table for a SWITCH patch into a
21337         separate structure to reduce the size of MonoJumpInfo.
21338
21339 Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus@ximian.com>
21340
21341         * mini.c, mini.h, aot.c, driver.c: allow disabling the aot code.
21342
21343 2004-12-10  Patrik Torstensson  <patrik.torstensson@gmail.com>
21344
21345         * mini.c (mini_get_inst_for_method): Changed to allow ports
21346         to return a MonoInst instead of opcode 
21347         (renamed mini_get_opcode_for_method to better reflect the new functionality)
21348         
21349         * mini-[x86|s390|s390x|ppc|sparc].c (mono_arch_get_inst_for_method): 
21350         Allow ports to return a created MonoInst instead of op-code, will enable
21351         new optimizations.
21352         (renamed mini_get_opcode_for_method to better reflected the functionality)
21353
21354 2004-12-09  Zoltan Varga  <vargaz@freemail.hu>
21355
21356         * mini.c (NEW_AOTCONST): Share some code between the different NEW_AOTCONST macros.
21357
21358 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21359
21360         * mini.c jit-icalls.c: Pass generic_context to mono_ldtoken_wrapper.
21361         Fixes #69985.
21362
21363 2004-12-08  Martin Baulig  <martin@ximian.com>
21364
21365         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use `fsig->signature'
21366         if we're a CEE_CONSTRAINED call.  Fixes gen-118.cs.
21367
21368 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21369
21370         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_<X>
21371         correctly.
21372
21373         * exceptions.cs: Disable some tests which depend on properties of x86 fp
21374         arithmetic.
21375
21376 2004-12-08  Raja R Harinath  <rharinath@novell.com>
21377
21378         * Makefile.am (CLEANFILES): Add *.exe, *.dll.
21379
21380 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
21381
21382         * mini-sparc.c (mono_arch_output_basic_block): Fix LOCALLOC_IMM
21383         bug introduced by the previous patch.
21384
21385 Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus@ximian.com>
21386
21387         * mini-ppc.c, objectc.cs: handle large structs passed by value
21388         (fixes bug #69972).
21389
21390 Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus@ximian.com>
21391
21392         * mini-ppc.c: OP_ARGLIST implementation from
21393         Geoff Norton  <gnorton@customerdna.com>.
21394
21395 Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus@ximian.com>
21396
21397         * inssel-x86.brg, inssel-ppc.brg: fix reference to register
21398         in stmt: OP_OUTARG_VT (reg) (should fix bug #69785).
21399
21400 Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus@ximian.com>
21401
21402         * exceptions-ppc.c: avoid calling ppc_patch in exception trampolines.
21403
21404 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21405
21406         * inssel-s390.brgi, mini-ops.h, mini-s390.c : Add stubs for support of tls offset
21407         support.
21408
21409 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
21410
21411         * mini-sparc.c: Zero out localled-ed memory.
21412
21413         * iltests.il: Add tests for zeroing out localloc-ed memory.
21414
21415 2004-12-04  Martin Baulig  <martin@ximian.com>
21416
21417         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use the new
21418         mono_method_get_signature_full().       
21419
21420 2004-12-03  Massimiliano Mantione  <massi@ximian.com>
21421
21422         * mini.c: Added removal of critical edges (prerequisite for SSAPRE),
21423         and some utility functions (always for SSAPRE), integrated SSAPRE.
21424         * mini.h: Likewise.
21425         * driver.c: Added ssapre option.
21426         * ssa.c: Small fix on OP_ARG handling.
21427         * ssapre.c, ssapre.h: Added files containing SSAPRE implementation.
21428         * Makefile.am: Likewise.
21429
21430 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
21431
21432         * tramp-x86.c (mono_arch_create_jit_trampoline): Remove code which is
21433         now in the xp code.
21434
21435         * mini.c (mini_init): Register mono_thread_force_interruption_checkpoint
21436         icall.
21437
21438 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21439
21440         * inssel-s390.brg : Add OP_OUTARG_VT (OP_REFANYTYPE (reg)) rule.
21441         
21442         * cpu-s390.md : Increase instruction length of oparglist.
21443
21444         * mini-s390.c : Implement vararg and TYPEDEBYREF support.
21445
21446 2004-11-30  Martin Baulig  <martin@ximian.com>
21447
21448         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, added support for
21449         virtual generic methods.  We call a special helper_compile_generic_method()
21450         icall to retrieve the method from the vtable, inflate and compile
21451         it and then do a CEE_CALLI.  Thanks a lot to Paolo for this idea.
21452
21453         * jit-icalls.c (helper_compile_generic_method): New JIT icall.
21454
21455 2004-11-30  Zoltan Varga  <vargaz@freemail.hu>
21456
21457         * mini-sparc.c: Fix up vararg corner cases. Fixes #70019.
21458
21459 2004-11-29  Zoltan Varga  <vargaz@freemail.hu>
21460
21461         * cpu-sparc.md mini-sparc.c (long_conv_to_ovf_i): Fill missing delay slot.
21462         Fixes #69929.
21463
21464 2004-11-27  Ben Maurer  <bmaurer@ximian.com>
21465
21466         * inssel.brg (CEE_SWITCH): The AOT stuff Zoltan added is only for
21467         platforms with PIC aot.
21468
21469 2004-11-28  Martin Baulig  <martin@ximian.com>
21470
21471         * mini.c (mono_method_to_ir): In CEE_DUP, added handle_stobj().
21472         Fixes gen-112.cs.
21473
21474 2004-11-28  Martin Baulig  <martin@ximian.com>
21475
21476         * mini-x86.c (mono_arch_call_opcode): Use the original type, not
21477         the result of mono_type_get_underlying_type() to check whether
21478         we're byref.
21479
21480 2004-11-26  Martin Baulig  <martin@ximian.com>
21481
21482         * mini.c
21483         (mono_method_to_ir): Use `!method->signature->has_type_parameters'
21484         in the g_assert().
21485
21486 2004-11-26  Zoltan Varga  <vargaz@freemail.hu>
21487
21488         * mini-amd64.c (mono_arch_emit_this_vret_args): Handle this and vret
21489         the same way as the other arguments so they won't get clobbered.
21490
21491         * mini-amd64.c (mono_arch_output_basic_block): Avoid doing virtual 
21492         calls through R11 since it is clobbered by the trampoline code.
21493
21494 2004-11-26  Raja R Harinath  <rharinath@novell.com>
21495
21496         * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to
21497         pick up in-tree mscorlib.dll.
21498
21499 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
21500
21501         * aot.c: Rename MonoAOTModule->cleanup to out_of_date.
21502
21503         * mini-amd64.c aot.c: Switch to PIC relative AOT code. References to 
21504         runtime data/code are now stored in a table similar to the GOT in ELF. 
21505         This allows the code itself to be position independent.
21506
21507         * aot.c: Fix loading of referenced assemblies after the lazy assembly
21508         loading changes.
21509
21510         * aot.c: Attach ELF type (object/function) directives to all global
21511         symbols.
21512
21513         * tramp-amd64.c (amd64_magic_trampoline): Patch RIP relative calls too.
21514
21515         * inssel.brg (SWITCH): Emit an AOT_CONST in the aot case.
21516
21517         * mini-amd64.h: Turn on PIC AOT code.
21518
21519         * mini.h (mono_arch_get_aot_patch_offset): New arch specific function
21520         returning the offset within an OP_AOTCONST instruction where the GOT
21521         offset needs to be added.
21522
21523         * mini.h: Bump AOT file format version.
21524
21525 2004-11-25  Martin Baulig  <martin@ximian.com>
21526
21527         * mini.c (mono_method_to_ir): In CEE_CALL, don't allow calling any
21528         uninflated generic methods.
21529
21530 2004-11-25  Martin Baulig  <martin@ximian.com>
21531
21532         * mini.c (mono_method_to_ir): Don't allow any uninflated generic methods.
21533
21534 2004-11-24  Martin Baulig  <martin@ximian.com>
21535
21536         * minit.c (type_to_eval_stack_type): Set `inst->klass' to the
21537         original klass (this only applies for generic instances).
21538
21539 2004-11-24  Martin Baulig  <martin@ximian.com>
21540
21541         * mini.c (mono_method_to_ir): Use `STACK_OBJ' instead of
21542         `ldind_type [CEE_LDIND_REF]' (which would be beyond the end of
21543         that array).
21544
21545 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
21546
21547         * mini.c (mono_method_to_ir): Disable inlining for methods containing
21548         localloc. Fixes #69678.
21549
21550         * iltests.il (test_0_localloc_inline): Add regression test for #69678.
21551         
21552 2004-11-23  Zoltan Varga  <vargaz@freemail.hu>
21553
21554         * mini-amd64.c (mono_arch_output_basic_block): Set %al to the number of
21555         used SSE registers on pinvoke calls. Fixes #69774.
21556
21557 2004-11-23  Geoff Norton  <gnorton@customerdna.com>
21558
21559         * inssel-ppc.brg, mini-ppc.c: Use mono_class_from_mono_type instead of
21560         vt->inst_vtype->data.klass.  This fixes generic structs and bug #69766
21561
21562 2004-11-23  Raja R Harinath  <rharinath@novell.com>
21563
21564         * Makefile.am (MCS,ILASM): Don't refer to runtime/ directory.
21565         Refer directly to the mcs/ tree.
21566
21567 2004-11-19  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21568
21569         * mini-s390.c, tramp-s390.c, mini-s390.h: Add LMF processing for trampolines.
21570         Check if a trampoline for a synchronized method is required. 
21571
21572 Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus@ximian.com>
21573
21574         * mini-ppc.c, cpu-g4.md: set to zero the memory allocated
21575         with localloc if needed. Throe arithmetric exception in
21576         div an rem if needed. Implement ovf checks in OP_LCONV_TO_OVF_I.
21577         Adapted from a patch by Geoff Norton  <gnorton@customerdna.com>.
21578
21579 2004-11-19  Geoff Norton  <gnorton@customerdna.com>
21580
21581         * mini-ppc.c: Call mono_type_get_underlying_type to unwrap generic
21582         types before switching on type.  Fixes #69622.
21583
21584 2004-11-19  Raja R Harinath  <rharinath@novell.com>
21585
21586         * Makefile.am (check-local): New.  Integrate into 'make check'.
21587         (MCS,RUNTIME): Define using in-tree mono and mcs.
21588         (ILASM): New.
21589         (%.exe): Use $(ILASM).
21590
21591 Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus@ximian.com>
21592
21593         * mini-ppc.c: adjust initial prolog size (bug #69691).
21594
21595 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
21596
21597         * cpu-pentium.md (localloc): Increase max instruction len. Fixes
21598         #69664.
21599
21600 2004-11-17  Raja R Harinath  <rharinath@novell.com>
21601
21602         * Makefile.am (clean-local): Rename from 'clean'.
21603
21604 2004-11-15  Nelae Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21605
21606         * mini.c, mini-x86.c, mini-amd64.c, exceptions-s390.c: Add siginfo_t parameter
21607         to mono_arch_is_int_overflow. 
21608         * exceptions-s390.c: Add mono_arch_is_int_overflow routine to discern between
21609         SIGFPE events.
21610
21611 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
21612
21613         * declsec.c|h: New files to support declarative security attributes.
21614         Added function to check if a method has (applicable) security.
21615         * mini.c|h: Add check for declarative security attributes in
21616         mono_method_check_inlining.
21617         * Makefile.am: Added declsec.c and declsec.h to the build.
21618
21619 Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus@ximian.com>
21620
21621         * mini.c, mini.h: update to keep dynamic code info per-domain.
21622
21623 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
21624
21625         * mini.c mini-*.h: Get rid of MONO_ARCH_HAVE_RETHROW since all architectures support it now.
21626         (mini_init): Get rid of it from here too.
21627
21628 Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus@ximian.com>
21629
21630         * mini-ppc.c, mini-ppc,h, cpu-g5.md, exceptions-ppc.c:
21631         implemented OP_RETHROW (patch by Geoff Norton
21632         <gnorton@customerdna.com>).
21633
21634 2004-11-10  Geoff Norton  <gnorton@customerdna.com>
21635
21636         * tramp-ppc.c (ppc_magic_trampoline): Don't trampoline methods
21637         between appdomains.  Fixes appdomain-unload on PPC.
21638
21639 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
21640
21641         * exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21642         mini-exceptions.c: handle the new wrapper types.
21643         * mini.c: The CEE_ISINST and CEE_CASTCLASS opcodes now take the
21644         token value as a MonoClass* when compiling a wrapper.
21645         mono_jit_create_remoting_trampoline now takes an additional
21646         MonoRemotingTarget parameter.
21647         
21648 2004-11-10  Martin Baulig  <martin@localhost>
21649
21650         * mini.c (mono_method_to_ir): Use `generic_container->context'
21651         rather than creating a new one.
21652
21653 2004-11-09  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21654
21655         * exceptions-s390.c, mini-s390, cpu-s390.md: Add support for OP_RETHROW.
21656
21657         * inssel-390.md, mini-s390.c: Correct register allocation for globals.
21658
21659 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
21660
21661         * aot.c (mono_aot_init): Add MONO_AOT_CACHE env variable to turn on
21662         the experimental aot cache stuff.
21663
21664 Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus@ximian.com>
21665
21666         * aot.c, mini.c, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21667         mini-exceptions.c: update to exception clause structure changes.
21668
21669 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
21670
21671         * exceptions-x86.c (throw_exception): Fix warnings.
21672
21673         * mini-x86.h mini-x86.c cpu-pentium.md exceptions-x86.c: Add support 
21674         for OP_RETHROW.
21675
21676 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
21677
21678         * exceptions-sparc.c (get_throw_exception): Really fix this.
21679
21680 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
21681
21682         * tramp-*.c: we no longer support icalls without wrappers, so
21683         a bit of code can be removed here
21684
21685 2004-11-07  Zoltan Varga  <vargaz@freemail.hu>
21686
21687         * exceptions-sparc.c (get_throw_exception): Fix more bugs in previous
21688         patch.
21689
21690         * cpu-sparc.md: Add op_rethrow.
21691
21692         * exceptions-sparc.c (get_throw_exception): Fix bug in previous patch.
21693
21694         * mini-sparc.h mini-sparc.c exceptions-sparc.c: Add support for OP_RETHROW.
21695
21696         * mini.h: Add mono_arch_get_rethrow_exception () arch specific function.
21697         * mini-ops.h: Add OP_RETHROW.
21698
21699         * mini.c inssel.brg: Distinguish between THROW and RETHROW.
21700
21701         * cpu-amd64.c mini-amd64.c exceptions-amd64.c: Add support for OP_RETHROW.
21702
21703 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
21704         
21705         * helpers.c: Change otool arguments from -V -v -t to -v -t on Darwin
21706         Makes the output much easier to read
21707
21708 2004-11-05  Ben Maurer  <bmaurer@ximian.com>
21709
21710         * ssa.c: allocate MonoMethodVar.uses from the mempool. First, this
21711         prevents another huge leak when compiling with ssa. Secondly, the
21712         performance of doing this rather than freeing the lists is much
21713         better. GList does a lock every time you allocate a list link,
21714         so that it can use a memory pool. So, it is better to just use
21715         a memory pool of our own.
21716         
21717         * ssa.c, linear-scan.c: replace g_list_remove_link with
21718         g_list_delete.  The remove one does not free the GList, so we were
21719         leaking memory. On -O=all --compile-all with corlib, this cut down
21720         3 MB of allocations.
21721
21722 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
21723
21724         * tramp-sparc.c (mono_arch_create_jit_trampoline): Fix sparc build.
21725
21726         * tramp-amd64.c (mono_arch_create_jit_trampoline): Fix amd64 build.
21727
21728         * mini.h mini.c tramp-*.c: Moved xp parts of JIT trampoline creation
21729         into a new function mono_create_jit_trampoline ().
21730
21731 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
21732
21733         * trace.c (get_spec): Allow tracing of classes without a namespace.
21734
21735 2004-11-02  Sebastien Pouliot  <sebastien@ximian.com>
21736
21737         * mini.c: Fix pointer overwrite in mini_method_compile.
21738
21739 2004-11-2  Geoff Norton  <gnorton@customerdna.com>
21740
21741         * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
21742         The darwin ABI needs some special handling for 1 and 2 byte structs
21743         Lets use lbz/lhz instead of lwz everywhere.
21744         * mini-ppc.c (calculate_sizes):  The Darwin ABI needs from special handling
21745         for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
21746         Use stb/sth for the former, and put the latter always on stack instead of in
21747         argument registers.
21748
21749 2004-10-30  Zoltan Varga  <vargaz@freemail.hu>
21750
21751         * trace.c (is_filenamechar): Add '_'.
21752
21753 2004-10-29  Neale Ferguson  <Neale.Ferguson@SoftwareAG-usa.com>
21754
21755         * mini-s390.c: Fix prolog length to allow for large trace requirements.
21756
21757         * exceptions-s390.c: Remove dwarf unwinding stuff that was unused.
21758
21759 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
21760
21761         * Makefile.am (libgc_libs): Do some automake magic so libmono/mono
21762         depends on libmonogc. Fixes #68805.
21763
21764 2004-10-26  Miguel de Icaza  <miguel@ximian.com>
21765
21766         * mini.c (mono_jit_free_method): Provide extra information for
21767         this error.  Currently this leaks, but will be turned into a
21768         developer option in the future.
21769
21770 2004-10-26  Zoltan Varga  <vargaz@freemail.hu>
21771
21772         * driver.c (mono_main): Applied patch from Willibald Krenn <willibald.krenn@gmx.at>. Make --graph work for icalls and pinvoke methods.
21773
21774 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
21775
21776         * aot.c (mono_aot_load_method): Align PATCH_INFO_R8 on an 8 byte 
21777         boundary. Fixes reading of PATCH_INFO_R4 and R8.
21778         (mono_aot_load_method): Do not allocate MonoAotMethod in the GC heap.
21779
21780 2004-10-24  Zoltan Varga  <vargaz@freemail.hu>
21781
21782         * mini-amd64.c (mono_arch_patch_code): Fix patching of class init
21783         trampolines for AOT code.
21784
21785 2004-10-22    <vargaz@freemail.hu>
21786
21787         * aot.c (mono_compile_assembly): Disable AOT for methods containing calls to methods of
21788         constructed types. Fixes #68136.
21789
21790 2004-10-21  Martin Baulig  <martin@ximian.com>
21791
21792         * exceptions-x86.c (throw_exception): Call mono_debugger_throw_exception();
21793         if it returns true, unwind the stack to the call instruction.
21794
21795 2004-10-21    <vargaz@freemail.hu>
21796
21797         * aot.c: Reorganize the AOT file format to avoid relocations. Fix warnings.
21798
21799         * mini.h: Bump AOT version number.
21800
21801         * objects.cs: Add another test for unbox trampolines.
21802
21803         * tramp-amd64.c (amd64_magic_trampoline): Disable patching of trampolines for 
21804         valuetype methods.
21805
21806 2004-10-20    <vargaz@freemail.hu>
21807
21808         * driver.c: Add SHARED to the set of optimizations tested.
21809
21810         * tramp-amd64.c (amd64_magic_trampoline): Patch trampoline code as well.
21811
21812         * mini.c (mono_method_to_ir): Mark the domainvar as volatile when it is implicitly
21813         used by CEE_NEWARR.
21814
21815         * ssa.c (mono_ssa_deadce): Do not optimize away accesses to volatile variables.
21816
21817 2004-10-20  Martin Baulig  <martin@ximian.com>
21818
21819         * mini-exceptions.c (mono_handle_exception): Call
21820         mono_debugger_handle_exception() to tell the debugger about
21821         catch/finally clauses.
21822
21823 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
21824
21825         * exceptions-amd64.c (mono_arch_find_jit_info): Pop arguments of the stack.
21826
21827         * mini-amd64.c (mono_amd64_get_vcall_slot_addr): Handle extended registers. Fixes
21828         #68447.
21829
21830 2004-10-15  Geoff Norton  <gnorton@customerdna.com>
21831
21832         * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
21833         methods as their native size, fixed bug #57543, #57545.
21834         * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
21835         This saves a temporary register and mullw call down into 1 (minor perf
21836         increase for cases like sum = sum * 5;  This use to translate into:
21837             li r11,5
21838             mullw r28,r28,r11
21839         It now translates to
21840             mulli r28,r28,5
21841
21842 2004-10-15  Zoltan Varga  <vargaz@freemail.hu>
21843
21844         * trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
21845         #68388.
21846
21847 2004-10-11  Martin Baulig  <martin@ximian.com>
21848
21849         * mini.c (mono_method_to_ir): If we're a generic method, get the
21850         MonoGenericContainer from our MonoMethodNormal and create a
21851         MonoGenericContext from it.
21852
21853 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
21854
21855         * inssel-long32.brg (OP_LCONV_TO_OVF_I2): Fix CONV_I1 -> CONV_I2.
21856
21857         * basic-long.cs: Add test for checked i8->i2 cast.
21858
21859 Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
21860
21861         * inssel-ppc.brg: added a couple of speedup rules.
21862
21863 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
21864
21865         * Makefile.am (genmdesc_LDADD): Don't link this against libmetadata
21866         to speed up rebuilds.
21867
21868 2004-10-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21869
21870         * mini-s390.c: Minor fix to OP_OR_IMM.
21871
21872 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
21873
21874         * tramp-sparc.c (sparc_magic_trampoline): Handle appdomain stuff
21875         better. Fixes appdomain-unload.exe on sparc.
21876
21877 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
21878
21879         * ssa.c: Fixed casts to unsigned where the value was of 64 bits in
21880         simulate_long_compare, patch by will@exomi.com (Ville-Pertti Keinonen),
21881         see bug 67324.
21882
21883 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
21884
21885         * jit-icalls.c: Handle a nonexisting trunc function more correctly.
21886
21887 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
21888
21889         * mini.c: Always generate a field read/write wrapper for members
21890         of the class MarshalByRefObject since the actual instance could
21891         be a CBO.
21892
21893 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
21894
21895         * mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
21896
21897 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
21898
21899         * driver.c mini.h trace.c: Move the setting of the main assembly into
21900         a separate function called mono_trace_set_assembly () and call it after
21901         actually loading the main assembly. Fixes #66872.
21902
21903 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
21904
21905         * mini-amd64.h mini-amd64.c tramp-amd64.c: Allocate trampoline memory
21906         using the code manager.
21907
21908 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
21909
21910         * tramp-amd64.c mini-amd64.h: Add support for MONO_ARCH_HAVE_INVALIDATE_METHOD.
21911
21912 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
21913
21914         * cpu-amd64.md: Fix bug in previous patch.
21915         
21916         * cpu-amd64.md: Fix instruction lengths of membase opcodes. Fixes
21917         #66650.
21918
21919 Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
21920
21921         * mini.h, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21922         mini-exceptions.c: updates for changed stack walk interface.
21923
21924 2004-09-21  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21925
21926         * mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling
21927
21928 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
21929
21930         * mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods. Fixes #66132.
21931
21932 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
21933
21934         * driver.c (mini_regression_list): Do not call mono_assembly_close 
21935         since assemblies can't be unloaded.
21936         
21937 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
21938
21939         * cpu-amd64.md: Fix more instruction lengths.
21940
21941         * cpu-amd64.md: Fix lengths of some instructions.
21942
21943 2004-09-11 Ben Maurer  <bmaurer@users.sourceforge.net>
21944
21945         * inssel.brg: Make the array ldelema check aot friendly.
21946
21947 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
21948
21949         * mini-amd64.c (mono_arch_get_argument_info): Fix stack_unwind test.
21950
21951         * cpu-amd64.md inssel-long.brg inssel-amd64.brg: Small optimizations.
21952
21953 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
21954
21955         * mini-x86.c: Fix build.
21956
21957         * mini-sparc.c mini-x86.c mini-amd64.c: Use the new 
21958         mono_type_get_underlying_type () helper function to simplify code.
21959         
21960 2004-09-09  Martin Baulig  <martin@ximian.com>
21961
21962         * mini-amd64.c: Don't access `type->data.klass' directly, call
21963         mono_class_from_mono_type() instead since the type may be a
21964         generic instance.
21965
21966 2004-09-09  Martin Baulig  <martin@ximian.com>
21967
21968         * mini-amd64.c (get_call_info): Fix support for generic instances.
21969         (add_valuetype): Use mono_class_from_mono_type() to get the class
21970         since we can be a generic instance.
21971
21972 Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
21973
21974         * mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.
21975
21976 2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>
21977
21978         * liveness.c: reset spill costs on each scan: bug 62107
21979
21980 2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>
21981
21982         * exceptions-sparc.c (mono_arch_find_jit_info): remove
21983         unnecessary line that doesn't compile
21984
21985 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
21986
21987         * mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate
21988         trampolines, make them call an error function so people can fix their
21989         code.
21990
21991 2004-09-06  Martin Baulig  <martin@ximian.com>
21992
21993         * mini.c (mono_method_to_ir): When initializing locals, handle a
21994         generic instances like a valuetype if it's a valuetype and like a
21995         class if it's a class.
21996
21997 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
21998
21999         * exceptions-x86.c (mono_arch_find_jit_info): Pop arguments off the
22000         stack. Fixes #64674.
22001
22002         * exceptions.cs: Add test for unwinding of call arguments.
22003
22004 Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian.com>
22005
22006         * mini-*.c, mini-ops.h, inssel-long32.brg: introduced
22007         OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will
22008         set the carry/borrow flag). The sparc and s390 implementations
22009         can now use optimized versions (and simplify the code). ppc bugfixes.
22010
22011 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
22012
22013         * exceptions-ppc.c (mono_arch_find_jit_info): Fix memory leak.
22014
22015 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
22016
22017         * inssel-amd64.brg: Remove leftover 32 bit rule.
22018
22019         * mini-amd64.c (mono_arch_instrument_prolog): Fix tracing support.
22020
22021 2004-09-04  Zoltan Varga  <vargaz@freemail.hu>
22022
22023         * mini-exceptions.c (mono_find_jit_info): Refactor common code from
22024         mono_arch_find_jit_info functions into a new function. Fix a memory
22025         leak.
22026
22027         * exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
22028         refactored code.
22029         
22030 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
22031
22032         * exceptions.cs inssel-long32.brg: Handle the OP_LCONV_TO_OVF_I2 case
22033         as well.
22034         
22035         * exceptions.cs: Add array size tests.
22036
22037         * mini.c: Allocate a separate icall wrapper for each arity of 
22038         mono_array_new_va. Fixes #59509.
22039
22040         * exceptions.cs: Add testcase for 64578.
22041
22042         * inssel-long32.brg: Fix OP_LCONV_TO_OVF_I1 rule. Fixes #64578.
22043
22044         * trace.c (is_filenamechar): Allow 0..9 in strings. Fixes #65094.
22045         
22046 2004-09-02  Martin Baulig  <martin@ximian.com>
22047
22048         * mini.c (mono_method_to_ir): When initializing the locals, call
22049         handle_initobj() on the generic instance itself, not its
22050         underlying type.
22051
22052 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
22053
22054         * mini.h (MonoJitDynamicMethodInfo): New structure, extension of 
22055         MonoJitInfo for dynamic methods.
22056
22057         * mini.c: Rename trampoline_hash_mutex to jit_mutex.
22058
22059         * mini.c: Add support for freeing JIT data for dynamic methods.
22060         
22061 2004-09-01  Martin Baulig  <martin@ximian.com>
22062
22063         * mini-x86.c (is_regsize_var): Added support for generic
22064         instances.
22065         (mono_arch_emit_prolog): Make this compile again, use
22066         `x86_push_imm_template (code)'.
22067
22068 2004-08-30 Ben Maurer  <bmaurer@users.sourceforge.net>
22069
22070         * mini-x86.c: make all push_imm instructions that get
22071         patched always emit the long form
22072
22073 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
22074
22075         * mini.c (mono_create_jump_trampoline): Store the jump trampolines 
22076         in a per-domain hash.
22077
22078         * mini-amd64.c (merge_argument_class_from_type): Handle generic
22079         types.
22080
22081 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
22082
22083         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: Ongoing SSE
22084         work.
22085         
22086         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: More SSE
22087         work.
22088
22089         * mini-amd64.c cpu-amd64.md: Implement checked int<->uint casts.
22090         Beginnings of SSE2 support.
22091
22092         * exceptions.cs: Add more tests for checked int<->uint casts.
22093
22094 2004-08-28  Martin Baulig  <martin@ximian.com>
22095
22096         * mini-x86.c (mono_arch_instrument_epilog): Added support for
22097         generic instances.
22098
22099         * mini.c
22100         (mono_type_to_ldind, mono_type_to_stind, type_to_eval_stack_type):
22101         Handle generic instances recursively.
22102
22103 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22104
22105         * iltests.il: test for conv.u8 on a constant
22106
22107 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22108
22109         * inssel-long32.brg: c&p rules for LCONV_x4 (membase) and
22110         LCONV_x4 (shrun_32 (membase)).
22111
22112 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22113
22114         * inssel-x86.brg: c&p rules for push/setret of long
22115
22116 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
22117
22118         * inssel-x86.brg: c&p rules for compare (base, regvar) and
22119         compare (regvar, base)
22120
22121         * inssel-x86.brg: more burg love
22122
22123         * inssel.brg: more cleanup
22124
22125         * inssel-x86.brg, inssel-long32.brg: burg cleanup.
22126
22127 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
22128
22129         * basic-long.cs, basic-calls.cs: new tests for optimization.
22130
22131 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
22132
22133         * mini-amd64.c (read_tls_offset_from_method): Fix typo in previous
22134         patch.
22135
22136 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
22137
22138         * mini-amd64.c (read_tls_offset_from_method): Add another case.
22139         
22140 2004-08-25  Bernie Solomon  <bernard@ugsolutions.com>
22141
22142         * inssel.brg (mini_emit_memcpy): use 
22143         NO_UNALIGNED_ACCESS to disable memcpy optimization
22144
22145 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
22146
22147         * mini-amd64.c: Handle generic types in various places.
22148
22149         * mini.c (mono_method_to_ir): Handle generic types in init locals.
22150
22151 2004-08-24  Zoltan Varga  <vargaz@freemail.hu>
22152
22153         * mini.c (handle_box): Fix warning.
22154
22155         * mini-amd64.c (mono_arch_local_regalloc): Fix regalloc problem.
22156
22157         * mini-amd64.h: Enable the emit_state optimization.
22158
22159         * mini-ops.h cpu-amd64.md: Add new amd64_test_null opcode.
22160
22161         * mini-amd64.c: Add some new 64 bit peephole opts.
22162
22163         * inssel.brg (mini_emit_memcpy): Optimize for 64 bit architectures.
22164
22165         * cpu-amd64.md: sreg1 of div instructions must be %rax.
22166
22167         * mini-amd64.c: Register allocator fixes.
22168
22169         * mini.c: Add an optimization to emit_state to avoid allocation of new
22170         registers on some platforms.
22171
22172 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
22173
22174         * inssel-x86.brg inssel-amd64: Add yet another missing tree->dreg assignment.
22175
22176         * mini-x86.c (mono_arch_local_regalloc): Fix bug in long register
22177         allocation. Fixes #63085.
22178
22179         * basic-long.cs: Add new regression test.
22180
22181         * mini-amd64.c: Register allocator improvements.
22182
22183 2004-08-21  Zoltan Varga  <vargaz@freemail.hu>
22184
22185         * mini-amd64.c (read_tls_offset_from_method): Add another code
22186         sequence.
22187
22188         * tramp-amd64.c (amd64_class_init_trampoline): Use a more efficient
22189         instruction sequence for nullifying class init trampolines.
22190
22191         * objects.cs: Add new regalloc test.
22192
22193         * mini-amd64.c inssel-amd64.brg: Optimize parameter passing.
22194
22195 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
22196
22197         * mini-amd64.c (mono_arch_call_opcode): Refactor this a little.
22198         
22199         * mini-amd64.c (mono_arch_regalloc_cost): Adjust regalloc costs for
22200         arguments.
22201
22202         * driver.c: Fix profiling after TLS changes.
22203         
22204         * driver.c (mono_main): Set mono_stats.enabled if needed.
22205
22206         * mini.c (handle_alloc): New helper function used by CEE_NEWOBJ and
22207         CEE_BOX.
22208
22209 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
22210
22211         * mini-x86.c: use a 1 op rather than a 2 op tls access
22212         instruction -> faster.
22213
22214 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
22215
22216         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
22217         x86 backend.
22218
22219 2004-08-19 Bernie Solomon <bernard@ugsolutions.com>
22220
22221         * exceptions-sparc.c (throw_exception): fix typo
22222
22223 2004-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
22224
22225         * mini-x86.c, cpu-pentium.md, inssel-x86.brg:
22226         set tree->dreg correctly with tls. Allow any
22227         register to be used.
22228
22229         * mini-x86.c (read_tls_offset_from_method): add new code
22230         generation pattern seen with GCC.
22231
22232
22233 Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
22234
22235         * mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
22236         exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
22237         exceptions-sparc.c: fix some performance issues in exception
22238         handling and setting of the stack trace for exceptions that were
22239         already thrown.
22240
22241 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
22242
22243         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from 
22244         x86 backend.
22245         
22246         * mini-amd64.c (mono_arch_is_int_overflow): Handle all possible 
22247         registers.
22248
22249 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
22250
22251         This patch inlines tls access, when possible.
22252         
22253         * mini.h: new arch functions for TLS intrinsics.
22254         All platforms updated with a stub.
22255
22256         * mini.c: use the new intrinsics
22257
22258         * mini-x86.c, cpu-pentium.md, inssel-x86.brg, mini-ops.h:
22259         arch specific intrinsic for tls variables
22260
22261 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
22262
22263         * Makefile.am (libmono_la_LDFLAGS): Enable creating of libmono dll
22264         under windows.
22265
22266 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
22267
22268         * mini.c: thread local allocation
22269
22270 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
22271
22272         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Enable.
22273
22274         * Makefile.am: Link against the static version of libmonogc.
22275         
22276         * Makefile.am: Link the static versions of the convenience libraries
22277         into the mono executable.
22278
22279         * mini-x86.h mini-x86.c: Throw the correct exception on integer overflow.
22280
22281 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
22282
22283         * mini.h mini.c mini-amd64.h mini-amd64.c: Throw the correct exception
22284         on integer overflow.
22285
22286         * mini-amd64.c: Reorganize function call code.
22287
22288         * mini-amd64.c (peephole_pass): Merge changes from mini-x86.c.
22289
22290 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22291
22292         * inssel-x86.brg: use xor eax,eax.
22293         
22294         * basic.cs: new tests
22295
22296 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22297
22298         * mini-amd64.c (mono_arch_emit_epilog): Use RIP relative addressing
22299         in exception throwing code.
22300         
22301 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22302
22303         * inssel-x86.brg: use xor esi,esi.
22304
22305 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22306
22307         * driver.c (mono_main): Call mono_trace_parse_options earlier so it
22308         can trace methods compiled during mini_init () too.
22309
22310         * cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle 
22311         CEE_CONV_U4.
22312
22313 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22314
22315         * Makefile.am: static link on x86 (r=zoltan)
22316
22317 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22318
22319         * tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
22320         code since it causes some programs to fail.
22321
22322 2004-08-12  Zoltan Varga  <vargaz@freemail.hu>
22323
22324         * mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.
22325
22326 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
22327
22328         * mini.c: ovfops_op_map - add STACK_OBJ case for
22329         CONV_I 
22330         * basic.cs: add test_0_pin_string as test
22331         case for above.
22332
22333 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
22334
22335         * Makefile.am: build C# if srcdir != builddir
22336
22337 Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
22338
22339         * dominators.c, mini.h, mini-x86.c: fix loop alignment with
22340         fall-through blocks.
22341
22342 Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
22343
22344         * driver.c: enable loop by default again and include abcrem in -O=all.
22345
22346 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
22347
22348         * iltests.il: Add some localloc tests.
22349
22350         * mini.c (mono_method_to_ir): Set stack type of LOCALLOC correctly.
22351
22352         * inssel-amd64.brg inssel-x86.brg: Set dreg of LOCALLOC correctly. 
22353         Fixes #62574.
22354
22355         * inssel-amd64.brg: Add some optimizations.
22356
22357         * mini-amd64.c (mono_arch_setup_jit_tls_data): Add tls offset detection
22358         for gcc-3.4.
22359
22360         * Makefile.am: Statically link mono against libmono on AMD64.
22361         
22362         * mini-amd64.c inssel-amd64.brg: Optimizations.
22363
22364 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
22365
22366         * mini-amd64.c (mono_arch_emit_prolog): Optimize lmf saving a bit.
22367
22368         * tramp-amd64.c: Patch calling code in trampolines.
22369
22370 2004-08-06  Zoltan Varga  <vargaz@freemail.hu>
22371
22372         * mini-amd64.c: pinvoke struct passing fixes.
22373
22374 2004-08-05  Bernie Solomon  <bernard@ugsolutions.com>
22375
22376         * mini-sparc.c: redo change, make mono_arch_cpu_init call
22377         mono_arch_cpu_optimizazions so sparcv9 is initialized when embedded
22378
22379 2004-08-05  Duncan Mak  <duncan@ximian.com>
22380
22381         * mini.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
22382         CEE_LDELEM_ANY.
22383
22384 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22385
22386         * mini-amd64.c (emit_move_return_value): Move return value for normal
22387         calls too.
22388
22389 2004-08-05  Martin Baulig  <martin@ximian.com>
22390
22391         * mini.c (ret_type_to_call_opcode): Don't use a `t' variable for
22392         `type->type'; just modify `type' itself when dealing with enums
22393         and generic instances.
22394         (check_call_signature): Make `simple_type' a `MonoType *'.
22395
22396 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22397
22398         * mini.c: Use OP_PADD to add offsets to addresses.
22399
22400         * mini-amd64.h: Disable SIGSEGV_ON_ALTSTACK.
22401
22402 2004-08-04  Bernie Solomon  <bernard@ugsolutions.com>
22403
22404         * mini-sparc.c (mono_arch_emit_epilog): fix check
22405         for folding last op into restore instruction
22406
22407 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22408
22409         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Allocate
22410         helper methods using the code manager.
22411         
22412         * exceptions-amd64.c (mono_arch_get_throw_exception): Fix maximum length.
22413
22414         * mini-amd64.c (mono_arch_allocate_vars): Fix tls offset detection.
22415
22416 Tue Aug 3 23:50:00 EST 2004 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22417         
22418         * mini-s390x.c mini-s390x.h tramp-s390x.c inssel-s390x.brg
22419           cpu-s390x.md exceptions-s390x.c Makefile.am: S/390 64-bit JIT
22420
22421         * mini-s390.c: fix tail processing
22422
22423 Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus@ximian.com>
22424
22425         * mini-ppc.c: mul.ovf.un exception name fix.
22426
22427 2004-08-03  Martin Baulig  <martin@ximian.com>
22428
22429         * mini-x86.c (mono_arch_call_opcode): Correctly handle generic
22430         instances; before jumping to `handle_enum', also modify `ptype'.
22431
22432 2004-08-02  Bernie Solomon  <bernard@ugsolutions.com>
22433
22434         * cpu-sparc.md: fcall maximal length too small.
22435
22436 2004-08-02  Zoltan Varga  <vargaz@freemail.hu>
22437
22438         * mini-amd64.c mini.h: Add initial support for passing/returning 
22439         structures to/from pinvoked methods.
22440
22441 Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus@ximian.com>
22442
22443         * mini-ppc.c: reg allocator fix.
22444
22445 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
22446
22447         * mini-amd64.c (mono_arch_output_basic_block): Fix OP_X86_PUSH_OBJ.
22448
22449         * inssel.brg: Optimize memset on 64 bit machines.
22450
22451         * mini-amd64.c: Fix some vararg cases.
22452
22453 2004-07-30  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22454
22455         * mini-s390.c: Corrected macro in emit_float_to_int
22456
22457         * s390-abi.cs: Tests to exercise the s390 ABI
22458
22459 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22460
22461         * exceptions-amd64.c (mono_arch_find_jit_info): Fix restoring of
22462         caller saved regs.
22463
22464         * basic.cs: Add a test for add.ovf.un.
22465
22466 2004-07-30  Bernie Solomon  <bernard@ugsolutions.com>
22467
22468         * mini-sparc.c: add case for OP_IDIV_UN
22469
22470 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22471
22472         * mini-amd64.c mini-amd64.h mini.c: Add support for vararg pinvoke calls.
22473         
22474         * mini-amd64.c cpu-amd64.md: Ongoing JIT work.
22475
22476 2004-07-30  Ben Maurer  <bmaurer@ximian.com>
22477
22478         * basic.cs: regression tests.
22479
22480         * inssel-x86.brg: Disable cmp BYTE PTR [eax], imm, it causes various
22481         regressions.
22482
22483 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22484
22485         * basic.cs: Add a new test.
22486
22487         * mini-amd64.c aot.c cpu-amd64.md: Add support for tracing, profiling 
22488         and AOT. Various fixes and optimizations.
22489
22490         * inssel.brg (CALL_REG): Add 64 bit versions of call_reg rules.
22491
22492 Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
22493
22494         * mini-ppc.c: make sure temp regs are not used for global reg
22495         allocation.
22496
22497 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
22498
22499         * cpu-sparc.md: conv_i8 fix for 64bits
22500
22501         * mini-sparc.c: add cases for OP_IXXX codes for 64bits
22502
22503 2004-07-29  Ben Maurer  <bmaurer@ximian.com>
22504         
22505         * cpu-pentium.md, mini-x86.c, inssel-x86.brg, mini-ops.h:
22506         add opcode for cmp BYTE PTR [eax], imm.
22507
22508         * inssel.brg: Make memcpy and memset takes bases.
22509
22510 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
22511
22512         * *-amd64.*: More AMD64 work.
22513         
22514 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
22515
22516         * cpu-pentium.md, inssel-x86.brg, mini-ops.h, mini-x86.c:
22517         add a compare-not-equal opcode.
22518         
22519 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
22520
22521         * mini.c: Use mono_init_from_assembly instead of mono_init.
22522         
22523 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
22524
22525         * mini.c: Fix opcode mapping for STACK_MP on 64 bit platforms.
22526
22527         * mini.c (CEE_NEWOBJ): Call mono_array_new_va using the correct signature.
22528
22529         * mini.c: Use MONO_ARCH_SIGACTION on AMD64 as well.
22530
22531         * inssel.brg: 64 bit fixes.
22532
22533         * mini.h (MonoCallInst): Add some AMD64 specific data.
22534
22535         * mini.h: Add some OP_P opcodes.
22536
22537 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
22538
22539         * basic.cs: tests for 61797 and 61740
22540
22541 Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
22542
22543         * mini-ppc.c, mini-sparc.c, mini-s390.c: keep track of line
22544         numbers in the debug info (spotted by Geoff Norton, <gnorton@customerdna.com>).
22545
22546 2004-07-24  Zoltan Varga  <vargaz@freemail.hu>
22547
22548         * mini-sparc.c (mono_arch_output_basic_block): Add CEE_CONV_U8/I8.
22549
22550         * *-amd64*.*: Ongoing AMD64 work.
22551
22552 2004-07-23 Zoltan Varga <vargaz@freemail.hu>
22553
22554         * inssel-long.brg: Implement CONV_I8/CONV_U8 in the backends.
22555
22556         * *-amd64*: Ongoing AMD64 work.
22557
22558         * mini-arch.h: Add AMD64 support.
22559
22560         * mini-sparc.c (mono_arch_is_inst_imm): New arch dependent function.
22561
22562         * mini.h: Add new arch dependent function mono_arch_is_inst_imm.
22563
22564         * mini-ops.h: Add new opcodes.
22565
22566         * Makefile.am: Add AMD64 support.
22567
22568         * inssel.brg inssel-long32.brg inssel-long.brg: Move mul/div and shift
22569         rules into the inssel-long*.brg files.
22570
22571         * *-amd64.*: Add beginnings of AMD64 backend.
22572
22573 2004-07-22  Ben Maurer  <bmaurer@ximian.com>
22574
22575         * mini.c (print_dfn): commenting out the code that prints
22576         the cil. With -O=deadce, this makes -v -v crash.
22577         
22578         * cpu-pentium.md: make checkthis have a length of 2
22579
22580 2004-04-21  Bernie Solomon  <bernard@ugsolutions.com>
22581
22582         * mini-sparc.h: fix implementations of __builtin
22583         functions for Sun compiler for V9.
22584
22585 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
22586
22587         * mini.c: use the new stelem.ref wrapper
22588         * exceptions.cs, arrays.cs: new stelem.ref tests
22589
22590 Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
22591
22592         * mini-ppc.c, exceptions-ppc.c: cleanups and fixes (the
22593         new XSP should work with these changes).
22594
22595 2004-07-14  Ben Maurer  <bmaurer@ximain.com>
22596         
22597         * inssel-{long32,x86,}.brg: trivial optimizations.
22598         
22599 Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
22600
22601         * mini.c: load value when emitting box operation in
22602         constrained calls.
22603
22604 2004-07-12  Ben Maurer  <bmaurer@ximian.com>
22605
22606         * mini-x86.c (OP_CHECK_THIS): cmp DWORD PTR [eax], eax
22607         is one byte shorter than cmp DWORD PTR [eax], 0.
22608
22609 Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
22610
22611         * inssel-ppc.brg: arguments on the stack are always
22612         relative to the stack pointer (spotted by Neale Ferguson).
22613
22614 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22615
22616         * exceptions-x86.c: delay appending the method name to the trace until
22617         after mono_jit_info_table_find is called, as this gets the real
22618         MonoMethod.
22619
22620 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
22621
22622         * aot.c: register roots
22623
22624 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22625
22626         * aot.c : I could just use PLATFORM_WIN32 flag.
22627
22628 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22629
22630         * aot.c : Reverting the previous fix. This time it broke linux build.
22631
22632 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22633
22634         * aot.c : quick cygwin build fix. mkdir() with two args does not exist.
22635
22636 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
22637
22638         * mini.c (handle_stack_args): Remove some more debugging code.
22639         
22640         * mini.c (handle_stack_args): Remove debug output left in by mistake.
22641
22642         * driver.c mini.h aot.c: Allow additional options to be specified with
22643         --aot and pass them to mono_compile_assembly.
22644
22645         * aot.c: Add experimental code to AOT compile all loaded assemblies
22646         on demand and save the code into a cache in the filesystem.
22647
22648         * aot.c: Add support for more wrapper methods.
22649         
22650         * mini.c (handle_stack_args): Handle some corner cases. Fixes 
22651         58863.
22652
22653         * cpu-*.md: Remove removed opcodes.
22654
22655         * mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
22656         CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
22657         related icalls to marshal.c.
22658
22659 2004-07-06  Zoltan Varga  <vargaz@freemail.hu>
22660
22661         * mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.
22662
22663         * Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.
22664
22665         * inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.
22666
22667 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
22668         * liveness.c: If liveness is recomputated we need to reset the information
22669         for each variable. This way, if the liveness range has been narrowed
22670         by optimizations that happened after the last computation, we can return
22671         a smaller range.
22672         
22673         For example, if you have
22674         
22675         {
22676                 int i = 0;
22677                 
22678                 // Tons of code that does not affect i
22679                 
22680                 i = foo ();
22681                 ...
22682         }
22683         
22684         i = 0 is dead code and will be removed by SSA. However, when
22685         linear scan gets to the code, i will still appear to be live
22686         throughout the entire block. This prevents good register allocation.
22687
22688 2004-07-06  Martin Baulig  <martin@ximian.com>
22689
22690         * debug-mini.c (mono_debug_init_method): Allow
22691         MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
22692         (mono_debug_add_icall_wrapper): New method.
22693
22694         * mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().
22695
22696 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
22697
22698         * mini.c (optimize_branches): Fix linking of bblocks in branch->branch
22699         optimization.
22700
22701 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
22702
22703         * aot.c (mono_aot_load_method): Fix loading of debug info.
22704
22705 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
22706
22707         * aot.c: Add logging support.
22708
22709 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
22710
22711         * mini.h: Add prototype for mono_print_method_from_ip.
22712
22713         * mini.c: 64 bit fixes. Use LCOMPARE for comparing longs.
22714
22715         * inssel.brg: 64 bit fixes.
22716
22717         * inssel.brg inssel-long32.brg: Move 32 bit arithmetic rules to 
22718         inssel-long32.brg.
22719
22720         * Makefile.am: Add SPARC64 support.
22721
22722 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
22723
22724         * aot.c: Fix alignment problems on 32 bit platforms.
22725
22726 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
22727
22728         * helpers.c (mono_disassemble_code): Pass -xarch=v9 to assembler on
22729         SPARC64.
22730
22731         * aot.c: Add SPARC64 support. Reorganize patch table to fix alignment
22732         problems.
22733
22734         * mini.h: Bump AOT file version. Some 64 bit fixes.
22735
22736 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
22737
22738         * inssel-sparc.brg: Add new rule to avoid register moves.
22739
22740         * inssel.brg: Add ldind_to_load_membase helper function.
22741
22742 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
22743
22744         * mini.c: OffsetToStringData intrinsic.
22745         
22746 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
22747
22748         * ssa.c: Handle OP_LCOMPARE the same as OP_COMPARE.
22749
22750         * objects.cs exceptions.cs basic.cs basic-long.cs basic-calls.cs: New
22751         regression tests.
22752
22753         * mini-ops.h cpu-sparc.md mini-sparc.h mini-sparc.c exceptions-sparc.c tramp-sparc.c inssel-long.brg: Add SPARC64 support.
22754 Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
22755
22756         * mini.c: reinstated mono_compile_get_interface_var()
22757         on x86, too, since the change breaks the Gtk# build there as well.
22758
22759 Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
22760
22761         * driver.c: remove loop from the default optimizations: it seems to
22762         interact badly with some of the other options (see bug #60613).
22763
22764 2004-06-25  Zoltan Varga  <vargaz@freemail.hu>
22765
22766         * mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann 
22767         (fld@informatik.uni-bremen.de): Add Solaris x86 support.
22768
22769 Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus@ximian.com>
22770
22771         * mini-ppc.c, cpu-g4.md: small updates to be able to compile
22772         vararg-using methods.
22773
22774 2004-06-21  Martin Baulig  <martin@ximian.com>
22775
22776         * mini/mini-exceptions.c
22777         (mono_handle_exception): Added `gpointer original_ip' argument.
22778         After calling mono_unhandled_exception(), call
22779         mono_debugger_unhandled_exception() and if that returns true,
22780         restore the context and return.
22781
22782 Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
22783
22784         * mini-ppc.c: prefer the use of relative branches so
22785         they won't need to be patched in aot code (patch from Patrick Beard).
22786
22787 Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
22788
22789         * aot.c: patch from Patrick Beard to make the output assembly
22790         more correct for the MacOSX assembler. Small tweak to
22791         generate sane images on Linux/PPC, too.
22792
22793 Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
22794
22795         * mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
22796         case until bug #59509 is fixed (shows up in #60332).
22797
22798 Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
22799
22800         * mini.c: make sure the needed wrappers are compiled, too, with
22801         precomp.
22802
22803 Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus@ximian.com>
22804
22805         * driver.c: remove NPTL reference in --version output.
22806
22807 Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
22808
22809         * aot.c: patch from Patrick Beard (pcbeard@mac.com) to
22810         generate valid assembly for the Mach-O assembler.
22811
22812 Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
22813
22814         * driver.c: don't include abcrem in the all optimization specifier
22815         since it slows down jit compilation too much for now.
22816
22817 2004-06-12 Ben Maurer  <bmaurer@users.sourceforge.net>
22818
22819         * mini.c: use BIGMUL only if both operands have the same signage.
22820         * iltests.il: Test for bug 60056. (errors related to signage in
22821         BIGMUL).
22822
22823         r=lupus.
22824
22825 Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus@ximian.com>
22826
22827         * mini.c, aot.c: memory leak fixes.
22828
22829 Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
22830
22831         * inssel-long32.brg: implemented a few missing ulong cast opcodes.
22832
22833 Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
22834
22835         * Makefile.am: remove the -static hack completely, it links in
22836         statically glib as well.
22837
22838 Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus@ximian.com>
22839
22840         * iltests.il, mini.c: fixed bug#59580 in branch optimization.
22841         * exceptions.cs: make it compile with new mcs/csc.
22842
22843 2004-06-03 Massimiliano Mantione <massi@ximian.com>
22844         * cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
22845         and added relevant test case.
22846
22847 Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
22848
22849         * mini.c revert Zoltan's fix to bug#58863 on ppc, since it causes
22850         regressions in gtk-sharp.
22851
22852 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
22853
22854         * exceptions.cs: New regression tests.
22855
22856         * jit-icalls.c (mono_llmult_ovf): Fix some boundary conditions.
22857
22858 Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
22859
22860         * mini.c: emit castclass/isinst in their own trees (bug #54209/59057).
22861
22862 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
22863
22864         * mini-sparc.h (MONO_ARCH_NEED_DIV_CHECK): Define this.
22865
22866         * cpu-sparc.md mini-sparc.c: Add overflow detection to div opcodes.
22867
22868 2004-05-28      Patrik Torstensson <totte@hiddenpeaks.com>
22869
22870         * mini.c (mono_jit_runtime_invoke): Init class in this
22871         method instead of trusting mono_jit_compile_method to
22872         do the work (because wrappers can be in object class)
22873
22874 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
22875
22876         * mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.
22877
22878         * basic-long.cs: New regression test.
22879
22880 Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
22881
22882         * cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
22883         and div/rem checks.
22884
22885 Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
22886
22887         * Makefile.am: fix miguel's change to build mono statically against
22888         libmono (track build dependencies).
22889
22890 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
22891
22892         * cfold.c: Some glib versions do not have G_MININT32.
22893
22894 2004-05-26  Massimiliano Mantione  <massi@ximian.com>
22895
22896         * mini-x86.c cpu-pentium.md Makefile.am basic-math.cs: Fixed problem
22897         with precision of tan, atan, sin and cos, and implemented related
22898         regressions tests (fixes bug 54467, but one new problem appeared and
22899         is not fixed yet).
22900
22901 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
22902
22903         * cfold.c (FOLD_BINOPZ): Avoid division by zero.
22904
22905         * exceptions.cs: Add test for constant folding && division by zero.
22906
22907         * driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
22908         since driver.c is in libmono too, so the optimization was useless.
22909
22910         * driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS 
22911         variable to driver.c so the compiler can emit more efficient code to
22912         access them.
22913
22914 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22915
22916         * Makefile.am: don't distribute generated inssel.[ch] files.
22917
22918 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
22919
22920         * mini.c (mono_jit_compile_method_with_opt): Really emit icall wrappers
22921         into the default appdomain. Fixes #58707.
22922
22923         * jit-icalls.c: Remove the broken approximation for truncl, doing
22924         no conversion is better.
22925
22926         * mini.c (handle_stack_args): Avoid reusing variables for stack slots.
22927         Fixes #58863.
22928
22929 Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
22930
22931         * mini-ops.h, mini-ppc.c, cpu-g4.md, inssel-ppc.brg: eliminate the use
22932         of the mcrxr instruction which is not available on some processors
22933         even if it's documented to be. Implement add and sub overflow correctly
22934         (still not complete for long unsigned). Speed up icalls a bit.
22935
22936 2004-05-25 13:01 CET Patrik Torstenson <totte@hiddenpeaks.com>
22937
22938         * mini.c (mono_jit_compile_method_with_opt): Make sure that
22939         we run .cctor in the current domain instead of target_domain.
22940         
22941         Fixes bug #58558, .cctor not being called in -O=shared.
22942
22943 Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
22944
22945         * mini-ppc.h, jit-icalls.c: added explicit checks for divide by zero.
22946
22947 2004-05-24 Ben Maurer  <bmaurer@users.sourceforge.net>
22948
22949         * mini-x86.c (EMIT_COND_BRANCH): If an OP_LABEL has an offset
22950         which can be done with an imm8, do it that way.
22951         (mono_arch_output_basic_block): ditto for a jmp
22952         (mono_arch_emit_prolog): Computate maximum offset of a label.
22953
22954 2004-05-24 18:18 CET Patrik Torstenson <totte@hiddenpeaks.com>
22955
22956         * mini-x86.c (mono_arch_local_regalloc): the reg allocator
22957         now tries to allocate prefered physical reg's for virtual
22958         regs. This reduces the number of emited spills/loads with
22959         20-30% on our core assemblies.
22960
22961 Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
22962
22963         * jit-icalls.c: truncl() is not needed and trunc() is
22964         the correct thing to do anyway (bug #58287).
22965
22966 2004-05-24  Zoltan Varga  <vargaz@freemail.hu>
22967
22968         * mini-sparc.c (mono_arch_flush_icache): Call sync_instruction_memory
22969         if available.
22970
22971 Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
22972
22973         * driver.c: enable loop optimizations by default.
22974
22975 Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
22976
22977         * mini-x86.c: fix calc of max loop size when aligning loops start.
22978
22979 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
22980
22981         * ssa.c (mono_ssa_cprop): Allocate carray dynamically instead of on
22982         the stack.
22983
22984 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
22985
22986         * mini-sparc.c (mono_arch_output_basic_block): ADD_IMM and SUB_IMM
22987         should set carry.
22988
22989         * basic-long.cs: Add tests for add/subtract of immediates with carry.
22990
22991         * mini.c exceptions-x86.c: Remove MONO_USE_EXC_TABLES stuff.
22992         
22993         * mini.c (inline_method): Allways inline some wrappers even if the cost
22994         is too large. Fixes #58785.
22995
22996         * mini.c: Add support for MARSHAL_CONV_FTN_DEL.
22997         
22998 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
22999
23000         * mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
23001         (crichton@gimp.org). Beginning of support for sparc/linux.
23002
23003         * mini-sparc.c: Optimize retrieval of LMF address.
23004
23005 Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus@ximian.com>
23006
23007         * exceptions-ppc.c:  handle alloca in methods with clauses.
23008
23009 Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus@ximian.com>
23010
23011         * mini-ppc.c: cleanups, off-by-one fixes, avoid recursive thunks.
23012
23013 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
23014
23015         * mini.c: Delegate most of the abort signal work to 
23016           mono_thread_request_interruption, which also handles Stop and Suspend
23017           states.
23018
23019 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
23020
23021         * mini.c mini.h: Allow inlining of icall wrappers if the backend 
23022         supports the save/restore lmf opcodes.
23023
23024 2004-05-19  Zoltan Varga  <vargaz@freemail.hu>
23025
23026         * mini-x86.c (mono_arch_setup_jit_tls_data): Handle code generated
23027         by gcc-3.4 as well.
23028
23029         * mini-x86.h mini-x86.c tramp-x86.c: Optimize lmf restoring code.
23030
23031 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
23032
23033         * mini.h mini.c (mini_method_compile): Only run abc removal pass on 
23034         methods which contain array accesses.
23035
23036         * mini.c (CEE_LDTOKEN): Handle this instruction correctly on bb
23037         boundaries. Fixes #58537.
23038
23039         * iltests.il: Add regression test for #58537.
23040
23041 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
23042
23043         * mini-x86.c (mono_arch_local_regalloc): Last part of
23044         fix for bug #58633 (releasing register to early).
23045
23046 2004-05-18  Miguel de Icaza  <miguel@ximian.com>
23047
23048         * basic-long.cs: Add new regression test.
23049
23050 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
23051
23052         * mini-x86.c (mono_arch_local_regalloc): Avoid releasing a
23053         register too early on the chain.
23054
23055 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
23056
23057         * mini.c (create_helper_signature): Use a helper function to reduce
23058         the code which needs to be written. Also set the calling convention of
23059         icalls on windows. Fixes #57840.
23060
23061 Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
23062
23063         * mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
23064         exceptions-ppc.c: added helper function to get the instruction address
23065         from a signal handler context.
23066
23067 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23068
23069         * helpers.c: use g_get_tmp_dir. Invokes happyness 
23070         from gonzalo.
23071
23072 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23073
23074         * helpers.c: Add new env variable to pass args to objdump.
23075         Specifically for those of us who love -Mintel. r=miguel, gonzalo.
23076
23077 2004-05-17  Radek Doulik  <rodo@ximian.com>
23078
23079         * Makefile.am (common_sources): added abcremoval.h so it get
23080         disted and daily mono packages on go-mono.com will build again
23081
23082 2004-05-17  Massimiliano Mantione  <massi@ximian.com>
23083
23084         * abcremoval.c: Fixed coding style, added copyright header.
23085
23086         * abcremoval.h: Fixed style and moved prototype to mini.h, added copyright header.
23087
23088         * mini.h: Added prototype for abc removal main function.
23089
23090         * build_relations_propagation_table.pl: Added copyright header.
23091
23092 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
23093
23094         * basic-long.cs: reg test for complex ceq_long bug.
23095
23096 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
23097
23098         * mini-x86.c (mono_arch_local_regalloc): Correctly free 
23099         reg in long and clob case (bug #58343). Fixed/added comments.
23100
23101 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
23102
23103         * mini.c (mono_jit_runtime_invoke): Follow new convention
23104         of calling the invoke method with an function pointer.
23105
23106 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
23107
23108         * ChangeLog: Fix author of memory leak patch.
23109
23110 Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
23111
23112         * Makefile.am: fix make dist as well...
23113
23114
23115 2004-05-14  Massimiliano Mantione  <massi@ximian.com>
23116
23117         * cfold.c: Made so that conversions from pointer to int4 are no-ops
23118         on archs where pointers are 4 bytes long.
23119
23120         * Makefile.am: Added abcremoval.c source file.
23121
23122         * abcremoval.c: Added abcremoval.c.
23123
23124         * abcremoval.h: Added abcremoval.h.
23125
23126         * build_relations_propagation_table.pl: Added build_relations_propagation_table.pl.
23127
23128         * inssel.brg: Enabled bounds check removal.
23129
23130         * mini.c: Added support for abcrem optimization.
23131
23132         * mini.h: Added abcrem optimization label.
23133
23134         * driver.c: Added support for abcrem optimization.
23135
23136         * propagated_relations_table.def: Added propagated_relations_table.def.
23137
23138 Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
23139
23140         * mini.c, cfold.c: fix style.
23141
23142 Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23143
23144         * mini.c: handle issue with the low-level implementation of
23145         some long opcodes (bug #54209).
23146
23147 2004-05-13 Ben Maurer  <bmaurer@users.sourceforge.net>
23148
23149         * basic.cs: test for my new cmov stuff.
23150
23151 2004-05-13      Patrik Torstensson
23152
23153         * mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
23154         opt and added peephole documentation.
23155
23156 Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
23157
23158         * tramp-ppc.c: rewrote the generic trampoline code.
23159
23160 2004-05-11      Patrik Torstensson
23161
23162         * mini-x86.c: optimize long shl/shr asm code (one less branch)
23163
23164 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
23165
23166         * basic.cs basic-long.cs objects.cs: Make these compile under MS csc.
23167
23168         * mini.h mini.c dominators.c: Applied patch from Derek Woo
23169         (derek@eecg.toronto.edu): Fix memory leaks in loop optimizations.
23170
23171         * mini.c: Add new icalls for AsAny marshalling.
23172
23173 Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
23174
23175         * tramp-ppc.c, mini-ppc.c: more cleanups.
23176
23177 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23178
23179         * mini.c: no warnings.
23180
23181 Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23182
23183         * mini-ppc.c, mini.c: use mono_resolve_patch_target ().
23184
23185 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
23186
23187         * mini.c: In the thread abort signal handler, if the thread is in the
23188         process of being stoped, don't throw the Abort exception, just stop the
23189         thread.
23190
23191 Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus@ximian.com>
23192
23193         * tramp-ppc.c: removed old code.
23194
23195 Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23196
23197         * mini.h, mini-ppc.c, cfold.c: export mono_is_power_of_two().
23198         do some simple speed optimizations on ppc.
23199
23200 Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
23201
23202         * mini-ppc.c, cpu-g4.md: fixes to handle large stack frames
23203         and large offsets in load/store.
23204
23205 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
23206
23207         * mini-x86.c (mono_arch_local_regalloc): Remove the previous fix, since
23208         it causes regressions.
23209
23210 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
23211
23212         * mini-sparc.c: Fix vararg support + add beginnings of sigaltstack
23213         support.
23214
23215 Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23216
23217         * jit-icalls.c: remove warnings.
23218         * inssel-x86.brg, inssel.brg, mini-x86.c, cfold.c: some simple
23219         speedups for unsafe code.
23220
23221 2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
23222
23223         * inssel.brg: Optimize Stind.[ui][12]. r=zoltan.
23224
23225 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
23226
23227         * basic-calls.cs: Add new regression test.
23228
23229         * mini.c (mono_runtime_install_handlers): Use SA_ONSTACK since it is
23230         more portable.
23231
23232         * mini.c (mono_method_to_ir): Handle opcode emulation for *_OVF opcodes.
23233
23234         * mini-x86.c (mono_arch_local_regalloc): Free new_dest register when it
23235         is no longer used.
23236
23237 2004-05-06      Patrik Torstensson
23238
23239         * mini-x86.[c|h], inssel-x86.brg, cpu-pentium.md, mini.c: enabled
23240         long reg allocation in any reg (not only eax:edx) and implemented 
23241         long shl/shr ops in asm instead of helpers.
23242
23243 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
23244
23245         * mini-sparc.h: Fix warnings.
23246
23247         * exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
23248         stack.
23249
23250         * mini-exceptions.c (mono_handle_exception): Call the filter in a
23251         separate statement for clarity.
23252
23253         * mini-sparc.c: Update status.
23254
23255 2004-05-04  Zoltan Varga  <vargaz@freemail.hu>
23256
23257         * mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
23258         here.
23259
23260 Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23261
23262         * inssel-ppc.brg: another small pre-release workaround:
23263         we don't do overflow detection for long_sub_un.
23264
23265 Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23266
23267         * mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
23268         (also works around a weird ppc bug: 57957).
23269
23270 Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
23271
23272         * tramp-ppc.c: trampoline fixes.
23273
23274 Fri Apr 30 15:54:26 EDT 2004    Paolo Molaro <lupus@ximian.com>
23275
23276         * mini-ppc.c: fixed typos.
23277
23278 Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
23279
23280         * mini-ppc.c, exceptions-ppc.c: more code saves registers
23281         at the top of the stack. Fixed typos. Use a frame registers
23282         for all the methods with exception clauses.
23283
23284 Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
23285
23286         * exceptions-ppc.c: restore fp registers.
23287
23288 Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
23289
23290         * mini-ppc.c, exceptions-ppc.c: save the registers in reverse
23291         order from the stack top (moved the stack room to save the
23292         return value for trace after the param area). Fixed corruption
23293         in restoring registers on unwind.
23294
23295 Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23296
23297         * mini-ppc.c, cpu-g4.md: fixed unisgned -> double conversion.
23298
23299 Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23300
23301         * exceptions-ppc.c, mini-ppc.h, mini-ppc.c: fixed localloc
23302         and prolog/epilog for methods that use it. Allow
23303         enough param area room for varargs methods. Fix miguel's
23304         breakage in exception handling.
23305
23306 Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23307
23308         * Makefile.am: run genmdesc only on current arch.
23309
23310 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23311
23312         * exceptions-x86.c:
23313         * mini-x86.h: fix the build on windows.
23314
23315 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
23316
23317         * 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.
23318
23319         * exceptions-sparc.c exceptions-ppc.c exceptions-s390.c mini-ppc.h mini-s390.h mini-sparc.h: Fix up ports after changes.
23320
23321         * mini-exceptions.c: New file.
23322         
23323         * mini.c mini-exceptions.c mini-x86.h exceptions-x86.c Makefile.am:
23324         Move some parts of the x86 exception handling code to an 
23325         arch-independent file so it can be shared with other ports.
23326
23327 Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
23328
23329         * trace.c, cpu-g4.md, inssel-ppc.brg, mini-ppc.c: some fixes for FP code.
23330
23331 2004-04-26  David Waite  <mass@akuma.org>
23332
23333         * driver.c: remove comma from end of enumeration declaration
23334
23335 2004-04-26  Jackson Harper  <jackson@ximian.com>
23336
23337         * driver.c: parse config file before loading first assembly. This
23338         allows the user gac to be enabled/disabled. 
23339         
23340 2004-04-23  Miguel de Icaza  <miguel@ximian.com>
23341
23342         * mini-ppc.c (ppc_patch): Replaced the branch code patching with a
23343         simpler mechanism: we do not care what is encoded initially
23344         (branch absolute or relative), we care about the code and its
23345         target.  I kept the old code for reference for now.
23346
23347         The new code tries first to determine if the jump is anywhere in
23348         the -/+32 absolute meg range, if it succeeds, it encodes using the
23349         absolute branch;  If not, it tried to find something in the
23350         relative range, if not, it uses the handle_thunk code. 
23351
23352 Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus@ximian.com>
23353
23354         * exceptions-ppc.c: use the correct ip register on macosx.
23355
23356 Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus@ximian.com>
23357
23358         * exceptions.c, mini.c, mini-ppc.h: adapt code to macosx.
23359
23360 Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus@ximian.com>
23361
23362         * mini-ppc.c, cpu-g4.md: made the branch macros more flexible.
23363         Raise exception on integer divide by zero by hand since the hw
23364         doesn't support it. Handle NaNs in FP compares.
23365
23366 Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
23367
23368         * exceptions-ppc.c, mini-ppc.h, mini.c: simplified some
23369         code reducing duplication between the platforms and enabled
23370         signal exception handling (on linux for now).
23371
23372 Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus@ximian.com>
23373
23374         * exceptions-ppc.c: more macosx support.
23375
23376 Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23377
23378         * mini-ppc.h, mini-ppc.c, cpu-g4.md: enable bigmul optimization.
23379
23380 Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
23381
23382         * mini.h, mini-ppc.c, cpu-g4.md: support for implicit exceptions.
23383
23384 2004-04-19 Ben Maurer  <bmaurer@users.sourceforge.net>
23385
23386         * iltests.il: more tests.
23387
23388 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
23389
23390         * mini-*.c (mono_arch_get_allocatable_int_vars): Skip written-only
23391         vars as well.
23392
23393 Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
23394
23395         * mini-ppc.c: some fixes to bootstrap mcs/corlib/etc.
23396
23397 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
23398
23399         * liveness.c: Mark variables as volatile in all basic blocks reachable
23400         from exception clauses.
23401
23402 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
23403
23404         * exceptions.cs (test_0_rethow_stacktrace): Make this work with
23405         inlining.
23406
23407 2004-04-18 Ben Maurer  <bmaurer@users.sourceforge.net>
23408
23409         * iltests.il, basic.cs: more tests for regalloc.
23410
23411 2004-04-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23412
23413         * iltests.il: Some tests for register allocation modifications
23414         I have locally.
23415
23416 2004-04-16  Zoltan Varga  <vargaz@freemail.hu>
23417
23418         * exceptions.cs: Add regression test for bug #56782.
23419
23420         * exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
23421         original stack trace if an exception is rethrown. Fixes #56782. Oh,
23422         the beauty of fixing the same thing in 5 different files...
23423
23424 2004-04-15  Zoltan Varga  <vargaz@freemail.hu>
23425
23426         * mini.c (mono_method_to_ir): Do not compute coverage for inlined
23427         methods.
23428
23429 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
23430
23431         * mini.c: Add support for STRWLPARRAY marshalling convention.
23432
23433 Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
23434
23435         * exceptions-ppc.c: missing fixes in mono_jit_walk_stack (need
23436         to init the context to setup the regs pointer).
23437
23438 Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
23439
23440         * exceptions-ppc.c: more exceptions work.
23441
23442 Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23443
23444         * mini.c: avoid reusing the same MonoInst on multiple trees: this is
23445         not allowed.
23446
23447 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
23448
23449         * inssel-x86.brg (reg): Add new rules for add, sub and mul that
23450         can use the memory directly.
23451
23452         * cpu-pentium.md: Update documentation from a post from Zoltan. 
23453
23454         add x86_add_membase, x86_sub_membase, x86_mul_membase
23455
23456 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
23457
23458         * mini-ppc.c: Remove unused definitions FLOAT_REGS and
23459         GENERAL_REGS they were also hardcoded for all PPC ports.
23460
23461         (add_general): Use PPC_NUM_REG_ARGS instead of GENERAL_REGS.
23462
23463         Remove hard-coded limit for floating point registers, use
23464         PPC_LAST_FPARG_REG instead in MONO_TYPE_R4 and MONO_TYPE_R8.
23465
23466         Notice that in MacOS X calling conventions you can fit a lot more
23467         floating point values in registers, so I should update the PInvoke
23468         test to excercise the passing of floating point values on the
23469         stack (currently broken).
23470         
23471 2004-04-06  Miguel de Icaza  <miguel@ximian.com>
23472
23473         * tramp-ppc.c (create_trampoline_code): Added
23474         JUMP_TRAMPOLINE_SIZE. 
23475         (ppc_magic_trampoline): Follow the pattern from
23476         x86_magic_trampoline: if code is set to zero, return. 
23477         (create_trampoline_code): Always pass MonoMethod to the jump
23478         trampoline, before it was passing a null.
23479         (mono_arch_create_jump_trampoline): Implement the jump stub, could
23480         share the code with mono_arch_create_jit_trampoline. 
23481
23482         * mini-ppc.c (mono_arch_output_basic_block): CEE_JMP opcode
23483         implemented.
23484         (mono_arch_patch_code): MONO_PATCH_INFO_METHOD_JUMP patch type
23485         implemented.  
23486
23487         * cpu-g4.md: Added length for jmp instruction, the worst case
23488         scenario is 92 bytes (4 mandatory bytes, potential 19 registers
23489         for save_lmf).
23490
23491 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
23492
23493         * aot.c (mono_compile_assembly): Add back unlink removed by mistake.
23494
23495 2004-04-07  Zoltan Varga  <vargaz@freemail.hu>
23496
23497         * mini.c: Only set bblock->real_offset when adding a new bblock, and
23498         before each IL instruction.
23499
23500         * mini.c (CEE_BOX): Fix warnings.
23501
23502 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23503
23504         * mini.c: removed a few unused vars and extra whitespace.
23505
23506 2004-04-05 Ben Maurer  <bmaurer@users.sourceforge.net>
23507
23508         * inssel.brg (MONO_EMIT_BOUNDS_CHECK): a new macro to emit bounds
23509         checks.
23510         (MONO_EMIT_BOUNDS_CHECK_IMM): the above, but when you know the
23511         index.
23512         (OP_GETCHR): use the above
23513         (CEE_LDELEMA): use the above.
23514
23515         * inseel-x86.brg (MONO_EMIT_BOUNDS_CHECK): a faster and smaller
23516         version of the generic impl.
23517         (MONO_EMIT_BOUNDS_CHECK_IMM): the same
23518         (CEE_LDELEMA): use the above.
23519
23520 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
23521
23522         * inssel-long32.brg (CEE_CONV_OVF_I8): Sign extend the i4 value to i8.
23523         Fixes #56317.
23524
23525         * iltests.il: Added new regression test for #56317.
23526
23527 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
23528
23529         * mini-x86.c (mono_arch_setup_jit_tls_data): Use pthread_attr_get_np
23530         under NetBSD. Fixes #56450.
23531
23532         * liveness.c (update_gen_kill_set): Fix previous patch.
23533
23534 2004-04-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23535
23536         * mini-x86.h: SA_STACK defined as SA_ONSTACK. Fixed build under NetBSD.
23537
23538 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
23539
23540         * mini.c (mono_method_to_ir): Avoid handle_loaded_temps in
23541         ldsfld and ldsflda.
23542
23543         * inssel-sparc.brg: Add more optimizations.
23544
23545         * mini-sparc.c: Replace multiply/divide with shifts if possible.
23546
23547 2004-04-01  Martin Baulig  <martin@ximian.com>
23548
23549         * mini.c (handle_box): New static function; moved the
23550         implementation of CEE_BOX here.
23551         (mono_method_to_ir): Added `constrained_call' variable.
23552         (mono_method_to_ir:CEE_CONSTRAINED_): Set it.
23553         (mono_method_to_ir:CEE_CALL): If `constrained_call' is set, use
23554         mono_method_get_constrained() to get the method.
23555
23556 2004-04-01  Martin Baulig  <martin@ximian.com>
23557
23558         * mini.c (TYPE_PARAM_TO_TYPE, TYPE_PARAM_TO_CLASS): Removed.
23559         (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): Removed.
23560         (mono_method_to_ir): We don't need these macros anymore since
23561         mono_class_get_full() already takes care of it. 
23562
23563 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23564
23565         * aot.c: set aot_verbose to 0, fixed format string that caused sigsegv,
23566         use @function (as doesn't accept #function here) and check the return
23567         value of system and stop if fails.
23568
23569 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23570
23571         * mini.c: set the timeout to 2s when calling mono_domain_finalize.
23572
23573 2004-03-31  Zoltan Varga  <vargaz@freemail.hu>
23574
23575         * mini-ppc.c (mono_arch_patch_code): Fix ppc build.
23576
23577         * inssel-sparc.brg mini-sparc.c aot.c: Implement AOT support.
23578
23579         * inssel-long32.brg (OP_LNEG): Use ADC instead of ADD here. Fixes
23580         #56223.
23581
23582         * basic-long.cs: Add test for negation of Int64.MinValue.
23583
23584 2004-03-30  Zoltan Varga  <vargaz@freemail.hu>
23585
23586         * mini-sparc.c: Update status.
23587
23588         * mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
23589
23590         * exceptions-sparc.c: Fix return value in filters.
23591
23592         * inssel-sparc.brg: Fix register allocation in some rules.
23593
23594 2004-03-28  Martin Baulig  <martin@ximian.com>
23595
23596         * mini.c (mmono_method_to_ir): In CEE_STELEM, do a handle_stobj()
23597         if neccessary.  
23598
23599 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
23600
23601         * mini-x86.c (mono_arch_patch_code): Fix warnings.
23602         
23603         * mini-x86.c (mono_arch_output_basic_block): Fix CEE_MUL_OVF_UN if 
23604         dreg is not EAX. Thanks to Willibard Krenn for spotting this. Also
23605         remove unused conv_u4 opcode.
23606
23607         * mini-x86.c: Remove valgrind workaround since it slows down things
23608         even when mono is not run under valgrind.
23609
23610 2004-03-26  Zoltan Varga  <vargaz@freemail.hu>
23611
23612         * mini-sparc.c: Update status.
23613
23614         * inssel-sparc.brg: Add some optimizations.
23615
23616         * inssel-sparc.brg mini-sparc.c: Rework branch instructions to allow
23617         future delay slot filling. Add support for varargs, tail calls and JMP.
23618
23619         * inssel.brg mini-ops.h mini.c: Use OP_REFANYTYPE instead of 
23620         CEE_REFANYTYPE, since CEE_REFANYTYPE needs a prefix to be unique.
23621
23622         * inssel.brg: Fix register allocation in OP_ARGLIST.
23623
23624         * inssel.brg: Fix warnings.
23625
23626 2004-03-25  Martin Baulig  <martin@ximian.com>
23627
23628         * mini.c (inflate_generic_field): Removed.
23629         (mini_get_method): Removed, use mono_get_method_full(),
23630         (mini_get_class): Removed, use mono_class_get_full().
23631         (mono_method_to_ir): Pass our generic context to
23632         mono_field_from_token().        
23633
23634 2004-03-25  Martin Baulig  <martin@ximian.com>
23635
23636         * mini.c (mini_get_class): Take a `MonoGenericContext *' instead
23637         of a `MonoMethod *'.
23638         (mini_get_method): Take a `MonoGenericContext *' instead
23639         of a `MonoMethod *'.
23640         (TYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_TYPE): mono_method_to_ir() has
23641         a new local variable called `generic_context' which holds the
23642         current `MonoGenericContext *'; use it to lookup things.
23643
23644 2004-03-24  Martin Baulig  <martin@ximian.com>
23645
23646         * mini.c (mini_get_class): New static method; if we're inside a
23647         generic instance, inflate the class if neccessary.
23648         (mono_method_to_ir): Use mini_get_class() instead of mono_class_get().
23649
23650 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
23651
23652         * iltests.il: New regression test for #55976.
23653
23654         * mini.c (mono_method_to_ir): Empty the stack in endfinally. Fixes
23655         #55976.
23656
23657 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
23658
23659         * exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
23660         output.
23661
23662 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
23663
23664         * liveness.c: Consider SSA stores as well as loads when making vars
23665         volatile.
23666
23667         * exceptions.cs: New regression tests for register allocation.
23668         
23669 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
23670
23671         * mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
23672         * mini.c: Removed domain lock from mono_jit_compile_method_with_opt. Use
23673           domain lock only to protect puntual access to data structures.
23674           Added access lock for sighash, jit_icall_hash_name, 
23675           jit_icall_hash_addr and domain->code_mp.
23676
23677 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
23678
23679         * driver.c: Print SIGSEGV handling method.
23680
23681         * mini-x86.c (mono_arch_free_jit_tls_data): Add missing ifdef.
23682
23683         * mini.c (setup_jit_tls_data): Handle case when this is called
23684         multiple times for a thread.
23685
23686         * mini-x86.c cpu-pentium.md: Fix floating point branch opcodes so fbxx 
23687         is different from fbxx_un. Fixes #54303. Also use constants instead of
23688         magic numbers in a lot of places.
23689
23690 2004-03-19  Zoltan Varga  <vargaz@freemail.hu>
23691
23692         * exceptions.cs: Fix cctor test when --regression is used.
23693
23694 Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
23695
23696         * mini-ppc.c, exceptions-ppc.c: basic exceptions support 
23697         for Linux/ppc.
23698
23699 Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
23700
23701         * inssel-ppc.brg: fixed register assignments for some rules.
23702
23703 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
23704
23705         * exceptions.cs: Add test for exceptions in static constructors.
23706
23707         * mini.c (mono_jit_compile_method_with_out): Move the calling of
23708         static constructors outside the domain lock. Fixes #55720.
23709
23710 2004-03-17  Martin Baulig  <martin@ximian.com>
23711
23712         * mini.c (get_generic_field_inst): Removed, this'll never happen.
23713         (inflate_generic_field): Take the `MonoMethod *' instead of the
23714         `MonoClass *' and added support for generic method.
23715         (mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
23716         have a `field->parent->gen_params', only inflate the field if it's
23717         an open constructed type.
23718
23719 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
23720
23721         * exceptions-x86.c (mono_arch_handle_exception): Allocate a new
23722         exception object instead of the preconstructed ones.
23723
23724 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23725
23726         * mini.c: reverted changed to sigsegv_signal_handler commited
23727         accidentally in the previous patch.
23728
23729 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23730
23731         * mini.c:
23732         (mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
23733         running --aot with an old assembly.
23734
23735 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
23736
23737         * mini-sparc.c (mono_arch_instrument_epilog): Fix handling of floating
23738         point values.
23739
23740         * mini-sparc.c: Add support for v9 branches with prediction.
23741
23742 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
23743
23744         * mini.c (mini_init): #warning is GNUC only
23745
23746         * mini-sparc.h: implement __builtin_frame_address
23747         and __builtin_return_address for Sun C compiler
23748
23749 2004-03-15  Zoltan Varga  <vargaz@freemail.hu>
23750
23751         * exceptions-sparc.c (mono_arch_has_unwind_info): Add missing function.
23752
23753 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
23754
23755         * basic-calls.cs: Add test for unaligned byref long argument passing.
23756
23757         * mini-ops.h: Add sparcv9 compare and branch instructions.
23758
23759         * inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
23760         v9 instructions if we have a v9 cpu.
23761
23762         * mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
23763         registers for global allocation.
23764
23765         * exceptions-sparc.c: Fixes.
23766         
23767 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
23768
23769         * liveness.c (mono_analyze_liveness): Optimized version.
23770
23771         * inssel-sparc.brg cpu-sparc.md: Ongoing sparc work.
23772
23773         * mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Ongoing
23774         sparc work.
23775
23776         * basic-float.cs basic-calls.cs: New regression tests.
23777
23778 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
23779
23780         * mini-x86.h: Define SIGSEGV_ON_ALTSTACK only if we have a working
23781         sigaltstack implementation.
23782
23783         * mini-x86.c (mono_arch_setup_jit_tls_data): Fix previous patch.
23784         
23785         * mini-x86.c (mono_arch_setup_jit_tls_data): Turn off the sigaltstack
23786         stuff if SIGSEGV_ON_ALTSTACK is not defined.
23787
23788 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
23789
23790         * mini.c: Fix warnings.
23791         
23792         * mini.c (mono_resolve_patch_target): New function which contains the
23793         arch independent part of the patching process.
23794
23795         * mini-x86.c (mono_arch_patch_code): Move arch independent parts of the
23796         patching code to a separate function.
23797
23798 2004-03-09  Bernie Solomon  <bernard@ugsolutions.com>
23799
23800         * mini.c (add_signal_handler): ifdef out on Windows
23801
23802 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
23803
23804         * mini-sparc.h mini-sparc.c inssel-sparc.brg exceptions-sparc.c 
23805         cpu-sparc.md: Add exception handling support + other fixes.
23806
23807         * driver.c: Print --help output to stdout. Fixes #55261. Also fix
23808         typed GC detection in --version.
23809
23810         * basic.cs exceptions.cs: New regression tests.
23811
23812         * mini.h mini-x86.h mini-ppc.h: Add MonoCompileArch structure where
23813         the arch specific code can store data during a compilation.
23814
23815         * mini-ops.h: Add OP_SETFRET.
23816
23817         * mini.c (mini_get_ldelema_ins): Instead of allways calling the same
23818         function, register a separate icall for each arity, so the icalls can
23819         get a wrapper.
23820         
23821         * mini.c (mono_print_tree): Print negative offsets in a more readable
23822         form.
23823         
23824         * mini.c: Make signal handling work on sparc.
23825         
23826         * mini.c (mini_init): Add emulation for lconv_to_r8_un.
23827
23828         * inssel-long32.brg: Fix OP_LSUB_OVF_UN rule.
23829
23830         * jit-icalls.c: Emulate truncl by aintl on solaris.
23831
23832         * jit-icalls.c (mono_lconv_to_r8_un): New icall emulation function.
23833
23834 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
23835
23836         * mini.c (mini_init): fconv_to_ovf can raise exceptions.
23837
23838 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
23839
23840         * mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
23841         a MarshalByRef type, inline a method that performs the check, taking into
23842         account that the object can be a proxy. Also implemented tow new opcodes:
23843         CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
23844         * inssel.brg: Implemented two new opcodes, mini-ops.h: OP_CISINST and 
23845         OP_CCASTCLASS, which implement CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
23846
23847 Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
23848
23849         * mini-ppc.c: if a relative branch displacement is too big
23850         but it points to and area reachable with an absolute branch, 
23851         avoid the thunks.
23852
23853 Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
23854
23855         * mini.c: optimize small copies in cpblk.
23856
23857 2004-03-01  Zoltan Varga  <vargaz@freemail.hu>
23858
23859         * basic-calls.cs basic-float.cs: New regression tests.
23860
23861         * mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at 
23862         negative offsets from %fp. Implement localloc. Fix local register 
23863         allocation. Fix the case when the this argument needs to be saved to
23864         the stack. Implement some missing opcodes.
23865
23866 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
23867
23868         * mini.c (mini_method_compile): Reenable global regalloc in methods
23869         with exception handlers.
23870
23871         * linear-scan.c (mono_varlist_sort): Fix warning.
23872
23873         * linear-scan.c (mono_linear_scan): Fix computation of used_regs.
23874
23875         * mini-x86.c (mono_arch_regalloc_cost): Reenable precise computation of
23876         regalloc costs.
23877
23878         * liveness.c: Make all variables uses in exception clauses volatile, to
23879         prevent them from being allocated to registers. Fixes #42136.
23880
23881 2004-02-25  Zoltan Varga  <vargaz@freemail.hu>
23882
23883         * mini-x86.c (mono_arch_regalloc_cost): Revert this change since it
23884         causes regressions.
23885
23886         * mini.h linear-scan.c mini-x86.c mini-sparc.c mini-ppc.c: Add 'cfg'
23887         argument to mono_arch_regalloc_cost.
23888
23889         * mini-x86.c (mono_arch_regalloc_cost): Compute regalloc costs 
23890         precisely.
23891
23892 2004-02-24  Zoltan Varga  <vargaz@freemail.hu>
23893
23894         * mini.h mini-x86.c mini-ppc.c mini-sparc.c linear-scan.c: 
23895         Make the cost of allocating a variable to a register arch dependent.
23896
23897         * basic-calls.cs: Fix compilation of tests.
23898         
23899         * mini.h mini.c tramp-x86.c mini-x86.c: Add mono_running_on_valgrind ()
23900         helper function to cut back on the number of #ifdefs needed.
23901
23902         * mini-ppc.c: Fix compilation.
23903
23904         * basic-calls.cs: New regression tests.
23905
23906         * mini-sparc.c (mono_sparc_is_virtual_call): New helper function.
23907
23908         * tramp-sparc.c (create_specific_trampoline): Use g5 register instead
23909         of l0 since that is callee saved.
23910
23911         * tramp-sparc.c (sparc_magic_trampoline): Apply unbox trampoline only
23912         to virtual calls.
23913
23914         * mini-sparc.c: Ongoing work + flag virtual calls with a special kind 
23915         of delay instruction.
23916
23917         * inssel.brg (OP_CHECK_THIS): Set tree->sreg1 and dreg correctly.
23918
23919         * mini.h (MonoCallInst): Add 'virtual' flag.
23920
23921         * inssel.brg (mini_emit_virtual_call): Set 'virtual' flag.
23922
23923 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
23924
23925         * *.cs: New regression tests.
23926
23927         * mini-sparc.c inssel-sparc.brg: Update after latest changes. Ongoing sparc 
23928         work.
23929
23930         * mini.c (mono_runtime_install_handlers): Fix build.
23931
23932         * mini.h (MonoJitTlsData): Add 'stack_size', 'signal_stack' and
23933         'signal_stack_size' members.
23934
23935         * mini.h mini.c mini-x86.h mini-x86.c: Run sigsegv handlers on an 
23936         alternate signal stack.
23937
23938         * exceptions-x86.c: Add stack overflow handling.
23939
23940         * mini.h mini.c mini-x86.c mini-ppc.c trace.h trace.c: Move tracing 
23941         functions to arch independent code.
23942
23943         * mini.c (mono_print_tree): Print more detailed info for load_membase
23944         opcodes.
23945         
23946 2004-02-23  Martin Baulig  <martin@ximian.com>
23947
23948         * mini.c (mini_get_method): Set `gmethod->generic_inst'.
23949
23950 Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus@ximian.com>
23951
23952         * mini-x86.c: fixed reg allocation for div/rem.
23953
23954 2004-02-22  Miguel de Icaza  <miguel@ximian.com>
23955
23956         * driver.c (mono_main): Report some configuratio options on --version.
23957
23958 Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus@ximian.com>
23959
23960         * mini-ppc.c: fixed clt.un, cgt.un. Optimized calls to functions
23961         low in the address space. Correctly flush memory in thunks where we
23962         output native code.
23963
23964 2004-02-20  Martin Baulig  <martin@ximian.com>
23965
23966         * mini.c (mini_get_method): New static method; inflate all generic
23967         methods and methods in open generic instances.
23968         (mono_method_to_ir): Use mini_get_method() instead of mono_get_method().
23969         (ret_type_to_call_opcode): Added support for MONO_TYPE_GENERICINST.
23970
23971 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
23972
23973         * mini-sparc.c (mono_arch_patch_code): Update after domain->code_mp changes.
23974
23975         * tramp-sparc.c (mono_arch_create_jump_trampoline): Set ji->method.
23976
23977 2004-02-19  Bernie Solomon  <bernard@ugsolutions.com>
23978
23979         * helpers.c (mono_disassemble_code): use Sun's dis if not using gcc
23980
23981         * mini-sparc.c (flushi mono_arch_output_basic_block): make
23982         it compile using Sun's compiler.
23983
23984 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
23985
23986         * 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.
23987
23988         * basic-calls.cs basic-float.cs basic-long.cs objects.cs: New regression tests.
23989
23990 Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus@ximian.com>
23991
23992         * aot.c, mini-x86.c, mini.c: use the code manager instead of a mempool to hold native
23993         code.
23994         * mini-ppc.c: handle calls outside of the allowed range with thunks
23995         allocated using the code manager.
23996         * tramp-ppc.c: use the code manager to hold generated native code.
23997         Fixed the magic trampoline to just patch vtable entries.
23998
23999 2004-02-17  Zoltan Varga  <vargaz@freemail.hu>
24000
24001         * inssel.brg inssel-x86.brg: Move call(immediate) rules to the platform
24002         independent file.
24003
24004 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
24005
24006         * tramp-ppc.c (mono_arch_create_jump_trampoline): Fix compilation on
24007         PPC.
24008
24009         * mini-x86.c: Call mono_arch_get_lmf_addr instead of mono_get_lmf_addr
24010         if we have a working __thread implementation.
24011
24012         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Remove 
24013         OP_CALL_IMM opcodes, since the CALL opcodes handles immediates as well.
24014
24015 2004-02-15  Zoltan Varga  <vargaz@freemail.hu>
24016
24017         * mini-x86.c: Fix compilation under gcc 2.
24018         
24019 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
24020
24021         * mini.c (mono_codegen): Avoid infinite loop when an icall wrapper
24022         contains a call to the wrapped function.
24023
24024         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Add 
24025         OP_<CALL>_IMM opcodes, and use them under X86.
24026         
24027         * mini.c (mono_jit_find_compiled_method): Fix warning.
24028
24029         * cpu-pentium.md: Fix length of opcodes which use x86_alu_membase_imm.
24030
24031         * jit-icalls.c (mono_ldftn_nosync): New JIT icall.
24032
24033         * tramp-x86.c (mono_arch_create_jump_trampoline): Move arch independent
24034         functionality to mini.c.
24035
24036         * mini.c (mono_create_jump_trampoline): New function to create a jump
24037         trampoline. Return a compiled method instead of a trampoline if it
24038         exists. Add a cache for jump trampolines.
24039
24040         * mini.c (mono_jit_find_compiled_method): New function to return a
24041         compiled method if it exists.
24042
24043         * mini-x86.c: Call mono_create_jump_trampoline instead of 
24044         mono_arch_create_jit_trampoline.
24045
24046         * jit-icalls.c (mono_ldftn): Do not compile the method. Instead, return
24047         a jump trampoline. Fixes #52092.
24048         
24049 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
24050
24051         * debug-mini.c (mono_init_debugger): Remove call to mono_verify_corlib,
24052         which is not up-to-date. Add check_corlib_version () instead.
24053
24054         * mini.c (mini_init): Call mono_thread_attach () so embedders do not 
24055         have to call it.
24056         
24057         * mini.c (mono_runtime_install_handlers): Remove check for valgrind
24058         since newer valgrind versions do not need it.
24059
24060         * mini.c (mono_jit_compile_method_with_opt): New helper function to
24061         compile a method with a given set of optimizations.
24062
24063         * mini.c: Compile icall wrappers on-demand instead of at startup.
24064
24065         * mini-sparc.c mini-ppc.c: Call mono_icall_get_wrapper to obtain the
24066         wrapper for an icall.
24067
24068 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
24069
24070         * mini.c (mono_method_to_ir): Handle switch with non-empty stack. Fixes
24071         #54063.
24072
24073         * iltests.il: Add test for non-empty stack before switch instruction.
24074
24075 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
24076
24077         * mini.c: Add support for new stringbuilder marshalling conventions.
24078
24079         * mini.c (mono_method_to_ir): Fix stack management of generic CEE_BOX.
24080
24081 2004-02-01  Martin Baulig  <martin@ximian.com>
24082
24083         * mini.c (MTYPE_PARAM_TO_TYPE): Method type arguments are stored
24084         in `ginst->mtype_argv'.
24085
24086 2004-01-31  Miguel de Icaza  <miguel@ximian.com>
24087
24088         * mini.c: Add comments, replace CEE_XXX+128 with OP_XXX to
24089         facilitate grepping.
24090
24091 Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus@ximian.com>
24092
24093         * mini.c: fixed buglet in initobj generic implementation for references.
24094
24095 Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus@ximian.com>
24096
24097         * Makefile.am: make the version script conditional.
24098         * jit-icalls.c: handle missing truncl().
24099
24100 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
24101
24102         * exceptions.cs: Add more tests for double->int conversion.
24103
24104         * jit-icalls.c (mono_fconv_ovf_i8): Call truncl before comparison, so
24105         we don't throw exceptions when converting 1.1 to a long. Fixes #53250.
24106
24107 Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus@ximian.com>
24108
24109         * driver.c: make --verbose --version emit an error
24110         if the loaded corlib doesn't match the runtime version.
24111
24112 Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
24113
24114         * mini-ppc.h: export ppc_patch().
24115         * mini-ppc.c: call convention fixes. Added assert in ppc_patch().
24116         * tramp-ppc.c: call convention fixes: Linux/PPC support should be
24117         on par or better than on MacOSX.
24118
24119 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
24120
24121         * mini.c tramp-x86.c tramp-sparc.c: Updated after changes to
24122         mono_lookup_pinvoke_call.
24123
24124         * mini-x86.c: Under windows, the default pinvoke calling convention is
24125         stdcall. Fixes #52834.
24126
24127         * mini.c (optimize_branches): Add an upper bound to the number of
24128         iterations to prevent infinite loops on strange loops. Fixes #53003.
24129
24130 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
24131
24132         * inssel.brg: Add vectors<->one dimensional array checking to CASTCLASS
24133         and ISINST. Fixes #52093.
24134
24135         * objects.cs (test_0_vector_array_cast): New tests.
24136         
24137 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
24138
24139         * jit-icalls.c (helper_stelem_ref_check): New jit icall for array type
24140         checking in Array.Set ().
24141
24142         * mini.c (method_to_ir): Add array type checking in Array.Set (). Fixes
24143         #52590.
24144
24145         * object.cs (test_0_multi_array_cast): New regression test.
24146
24147 Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus@ximian.com>
24148
24149         * exceptions-ppc.c: fix build on Linux/PPC.
24150
24151 2004-01-14  Zoltan Varga  <vargaz@freemail.hu>
24152
24153         * tramp-x86.c (x86_magic_trampoline): Disable code patching when
24154         running under valgrind.
24155         (x86_magic_trampoline): Fix build bustage.
24156
24157         * debug-mini.c: Modify the debug info serialize/deserialize code so it handles
24158         negative values as well. This is needed for the encoding of the line number
24159         info, since sometimes the line numbers are not in increasing order.
24160
24161 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
24162
24163         * cpu-pentium.md (localloc): Increase the size of the localloc 
24164         instruction since it is a loop under Win32.
24165
24166         * debug-mini.c (record_line_number): Get rid of unneccesary memory
24167         allocation.
24168
24169 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
24170
24171         * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c 
24172         tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from 
24173         Max Horn (max@quendi.de). Fix file names in comments.
24174
24175 2004-01-03  Zoltan Varga  <vargaz@freemail.hu>
24176
24177         * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
24178         avoid stack overflow.
24179         (replace_usage): Avoid uninitialized variable warnings.
24180
24181         * mini.c (mono_method_to_ir): Avoid disabling SSA for array operations
24182         and taking the address of valuetype variables.
24183
24184 2004-01-03  Patrik Torstensson
24185
24186         * mini-x86.c: renamed fpflags to flags in RegTrack, going to be used
24187         for other purposes than FP later on.
24188
24189 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
24190
24191         * mini.c (mono_method_to_ir): Prevent register allocation for arguments
24192         of tail calls.
24193
24194 Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus@ximian.com>
24195
24196         * mini-ops.h, mini.c, inssel.brg: Object.GetType () speedup.
24197
24198 2003-12-30  Patrik Torstensson <p@rxc.se>
24199
24200         * mini-x86.h: Decreased number of availiable fp regs.
24201         Solves corner cases with FP spilling.
24202
24203 2003-12-23  Patrik Torstensson <p@rxc.se>
24204
24205         * mini-x86.c, mini-ops.h, cpu-pentium.md: Added support
24206         for floating point stack tracking / spilling on x86. 
24207         Fixes bug #49012.
24208         
24209         * basic-float.cs: added float mul overflow test.
24210
24211 2003-12-23  Zoltan Varga  <vargaz@freemail.hu>
24212
24213         * mini.c (mono_method_to_ir): Add workaround for bug #51126.
24214
24215 Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus@ximian.com>
24216
24217         * mini.h, mini-ppc.c, mini-ppc.h: small cleanups and
24218         supports for cond branches that overflow the immediate
24219         overflow offset. mcs can compile simple programs.
24220
24221 Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus@ximian.com>
24222
24223         * exceptions-ppc.c: exception handling support wip:
24224         finally handlers get run on exception.
24225
24226 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
24227
24228         * aot.c (mono_aot_get_method_inner): Avoid loading AOT code while 
24229         profiling.
24230
24231 Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus@ximian.com>
24232
24233         * cpu-g4.md, mini-ppc.c, exceptions-ppc.c, mini-ppc.h:
24234         initial support for stack walking and unwinding.
24235
24236 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
24237
24238         * driver.c (mono_main): Make corlib-out-of-sync message more 
24239         descriptive. Also remove verify_corlib call.
24240
24241 Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
24242
24243         * mini.c: make CEE_NEWARR calls and other emulated opcodes 
24244         not overlap with other call's arguments, too.
24245
24246 Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus@ximian.com>
24247
24248         * mini.h, mini.c, mini-ppc.c, mini-sparc.c, mini-x86.c: 
24249         move to arch-specific code the choice of arch-specific
24250         intrinsics (from Laurent Morichetti (l_m@pacbell.net)).
24251         * mini.c: ensure emulation calls will not interleave
24252         with other calls.
24253
24254 Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus@ximian.com>
24255
24256         * tramp-ppc.c, basic-calls.cs: rework trampolines so that
24257         the magic trampoline stack frame is dropped before executing
24258         the new method.
24259
24260 Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus@ximian.com>
24261
24262         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed some opcode lengths
24263         and integer to fp conversions. Added support for overflowing
24264         arguments on the stack. Reserve a couple more registers as temps.
24265         Added support for aot compilation (as output still needs to be
24266         tweaked, though).
24267
24268 Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus@ximian.com>
24269
24270         * mini-ppc.c, basic-long.cs: fix jumps to known labels.
24271         Don't overwrite return register in some corner cases.
24272
24273 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
24274
24275         * mini.h mini.c driver.c mini-x86.c mini-ppc.c aot.c: Do not run
24276         static constructors when AOT compiling.
24277
24278         * driver.c (mono_main): Call mono_check_corlib_version.
24279
24280 Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus@ximian.com>
24281
24282         * cpu-g4.md, basic.cs: fixed div target register.
24283
24284 Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus@ximian.com>
24285
24286         * mini-ppc.c, basic.cs: shl_imm fix with test.
24287
24288 Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus@ximian.com>
24289
24290         * inssel-ppc.brg, mini-ppc.h, mini-ppc.c: support for passing 
24291         structures by value. Misc fixes.
24292         * objects.cs: more tests.
24293
24294 Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus@ximian.com>
24295
24296         * mini-ppc.c: lconv.ovf.i implemented.
24297
24298 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24299
24300         * mini.c:
24301         (mini_init): don't error out if someone already called g_thread_init.
24302
24303 Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
24304
24305         * exceptions-x86.c, exceptions-ppc.c: allow the exception object
24306         to be any type per the spec. Fix abnormal memory usage when
24307         the same object is repeatedly thrown.
24308
24309 Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus@ximian.com>
24310
24311         * mini.c: check for overruns in IL code.
24312
24313 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
24314
24315         * TODO: Add/remove some todo entries.
24316
24317 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
24318
24319         * driver.c (mono_main): Call mono_verify_corlib.
24320
24321 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
24322
24323         * inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy. 
24324         This has been moved to mini.c
24325         * mini.c: in mono_method_to_ir, CEE_ISINST and CEE_CASTCLASS cases, if the
24326         type being casted is marshalbyref it could be a proxy, so instead of
24327         emitting the type check code, emit a call to a runtime method that will
24328         perform the check by calling CanCastTo if needed.
24329
24330 2003-12-06  Zoltan Varga  <vargaz@freemail.hu>
24331
24332         * mini-x86.c (mono_arch_emit_prolog): Fix stack space allocation for
24333         methods with large stack frames under Win32.
24334
24335 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
24336
24337         * Makefile.am: Distribute regression tests.
24338
24339         * mini-x86.c (mono_arch_get_allocatable_int_vars): Sort the var list
24340         at the end instead of inserting each variable into the sorted list.
24341
24342         * linear-scan.c (mono_varlist_sort): New helper function.
24343         
24344 Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus@ximian.com>
24345
24346         * mini.c: ensure arguments and locals are within bounds.
24347
24348 Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus@ximian.com>
24349
24350         * mini-ppc.c, cpu-g4.md, basic.cs, basic-long.cs: more tests and 
24351         related fixes.
24352
24353 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
24354
24355         * mini.c (mono_cprop_copy_values): Fix crash.
24356
24357         * aot.c: Set verbosity back to 0.
24358         
24359 Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus@ximian.com>
24360
24361         * regalloc.c: complete memory leak fix by Laurent Morichetti
24362         (l_m@pacbell.net).
24363
24364 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
24365
24366         * driver.c (main_thread_handler): Revert the previous patch.
24367
24368         * tramp-x86.c (x86_class_init_trampoline): Avoid patching when running
24369         under valgrind.
24370
24371         * mini-x86.c (mono_arch_local_regalloc): Do not allocate transient
24372         memory from the memory pool.
24373
24374         * driver.c (main_thread_handler): Turn on all optimizations when
24375         --aot is used.
24376
24377         * mini.c (mono_find_jit_opcode_emulation): Turn emul_opcode_hash into
24378         an array for better performance.
24379
24380         * regalloc.c (mono_regstate_assign): Fix memory leak.
24381
24382         * debug-mini.c (mono_debug_serialize_debug_info): New function to
24383         serialize the debug info.
24384
24385         * debug-mini.c (mono_debug_add_aot_method): New function to load the
24386         debug info from the serialized representation.
24387
24388         * aot.c: Save debug info into the generated file and load it when 
24389         loading a method.
24390
24391         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
24392
24393 Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus@ximian.com>
24394
24395         * mini-ppc.c, tramp-ppc.c: save FP arguments in the trampoline.
24396         More FP-related fixes.
24397
24398 Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus@ximian.com>
24399
24400         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed finally handlers
24401         and register allocation buglet. Hello world now runs.
24402
24403 Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus@ximian.com>
24404
24405         * cpu-g4.md, inssel-ppc.brg, mini-ppc.c: better long return support.
24406         * tramp-ppc.c: fixed class init trampoline.
24407         * inssel-ppc.brg, mini.c, jit-icalls.c, mini-ppc.h: more emulation.
24408
24409 Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus@ximian.com>
24410
24411         * cpu-g4.md, inssel-ppc.brg, jit-icalls.c, mini-ppc.c, mini-ppc.h,
24412         mini.c: more ppc changes/fixes.
24413
24414 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
24415
24416         * mini.c (mono_method_to_ir): Fix tail calls with valuetype arguments.
24417         Also optimize the case when the arguments are the same in the caller 
24418         and in the callee.
24419
24420         * iltests.il: Add tests for tail calls with valuetype arguments.
24421
24422 Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus@ximian.com>
24423
24424         * mini-ppc.c: fixes for struct return type.
24425
24426 Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus@ximian.com>
24427
24428         * mini.h, mini.c, mini-x86.c, mini-ppc.c, mini-sparc.c: move 
24429         mono_spillvar_offset() to arch-specific code.
24430
24431 Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus@ximian.com>
24432
24433         * mini-ppc.h, mini-ppc.c: handle some different ABI call convention issues.
24434
24435 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
24436
24437         * exceptions-x86.c: Fix stack space leaks.
24438         
24439         * exceptions-x86.c (mono_arch_find_jit_info): Restore callee saved
24440         registers from the lmf if the method has save_lmf set.
24441
24442 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
24443
24444         * tramp-x86.c (x86_magic_trampoline): Avoid patching in the addresses
24445         of icall wrappers into InvokeInDomain, since these are now per-domain.
24446
24447 Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus@ximian.com>
24448
24449         * mini-ppc.h, mini-x86.h, mini.c, inssel-ppc.brg, jit-icalls.c:
24450         make some opcode emulation and intrinsic ops enabled/disabled 
24451         according to the architecture. More fixes.
24452
24453 Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus@ximian.com>
24454
24455         * mini-ppc.c, mini-sparc.c, cpu-g4.md: more bug fixes.
24456
24457 Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus@ximian.com>
24458
24459         * mini.h, inssel.brg, mini-x86.c, mini-ppc.c, mini-sparc.c: move
24460         arch-specific handling for 'this' and struct return type to
24461         arch-specific code.
24462
24463 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24464
24465         * aot.c: prevent divide by zero error when reporting (it happened with
24466         Accessibility.dll).
24467
24468 2003-11-25  Zoltan Varga  <vargaz@freemail.hu>
24469
24470         * mini.h (inst_switch): Remove unused macro.
24471
24472 2003-11-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24473
24474         * aot.c:
24475         (load_aot_module): free 'info->methods' and 'info' properly. No more
24476         "free(): invalid pointer blah" messages when you have an old aot
24477         compiled assembly.
24478
24479 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
24480
24481         * jit-icalls.c, mini.c: Added support for context static fields.
24482
24483 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
24484
24485         * mini.c (mono_method_blittable): Methods which set LastError are not 
24486         blittable either. Fixes #51108.
24487         
24488 Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus@ximian.com>
24489
24490         * mini.c: flush icache.
24491         * cpu-g4.md, mini-ppc.c, inssel.brg: more fixes. Trace support.
24492
24493 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
24494
24495         * mini.c (mono_type_blittable): OBJECT is not blittable. Fixes #47842.
24496
24497 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
24498
24499         * tramp-x86.c (x86_class_init_trampoline): Make code patching thread
24500         safe on IA32.
24501
24502         * mini-x86.c (mono_arch_call_opcode): Disable AOT for methods with 
24503         vararg calls.
24504
24505         * inssel.brg (CEE_MKREFANY): Fix AOT case.
24506
24507 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
24508
24509         * mini-x86.c (mono_arch_local_regalloc): Fix regalloc for div 
24510         instruction when the result is discarded.
24511
24512         * iltests.il (test_0_div_regalloc): New regression test.
24513
24514         * arrays.cs: Fix compilation error.
24515
24516 Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus@ximian.com>
24517
24518         * inssel-x86.brg, inssel-float.brg, mini-ops.h: move x86-specific
24519         float rules to inssel-x86.brg: sane architectures with FP registers
24520         don't need to implement these rules.
24521
24522 Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus@ximian.com>
24523
24524         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: updates and fixes to the ppc port.
24525
24526 Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus@ximian.com>
24527
24528         * mini.h, inssel-long32.brg: fixed endianess issues in int64
24529         implementation of 32 bit systems.
24530
24531 Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus@ximian.com>
24532
24533         * exceptions-ppc.c: fix build on Linux/ppc from Jeroen@xs4all.nl
24534         (Jeroen Zwartepoorte).
24535
24536 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
24537
24538         * mini.c (mono_method_to_ir): Use CEE_JMP only if the signature of
24539         the caller and the callee matches.
24540         
24541         * mini.c (mono_method_to_ir): Add comment.
24542
24543         * mini-x86.c (mono_arch_output_basic_block): Use mono_signbit, since
24544         signbit is missing on some platforms.
24545
24546 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
24547
24548         * mini.h (mono_arch_setup_jit_tls_data): New arch specific function.
24549
24550         * mini.c (setup_jit_tls_data): Call the new function.
24551         
24552         * mini-x86.c mini-ppc.c mini-sparc.c: Define the new function.
24553
24554         * mini-x86.c: Add experimental support for fast access to the lmf
24555         structure under NPTL/Linux 2.6.x.
24556
24557 2003-11-06  Martin Baulig  <martin@ximian.com>
24558
24559         * ldscript: Make `GC_push_all_stack', `GC_start_blocking',
24560         `GC_end_blocking' and 'gc_thread_vtable' public; they're used by
24561         the debugger.
24562
24563 2003-11-02  Martin Baulig  <martin@ximian.com>
24564
24565         * mini.c (inflate_generic_field): New static method.
24566         (mono_method_to_ir): In CEE_LDFLD and CEE_LDSFLD: if we're a
24567         generic instance and the field is declared in a generic type, call
24568         inflate_generic_field() to inflate it.  Fixes gen-28.cs.
24569
24570 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
24571
24572         * mini.h mini.c (mono_method_same_domain): New function to return
24573         whenever the caller and the callee are in the same domain.
24574
24575         * tramp-x86.c (x86_magic_trampoline): Use the new function.     
24576
24577 2003-10-30  Martin Baulig  <martin@ximian.com>
24578
24579         * mini.c (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): New macros;
24580         similar to TYPE_PARAM_TO_TYPE and TYPE_PARAM_TO_CLASS, but for
24581         method parameters.
24582         (mono_method_to_ir): Added support for MONO_TYPE_MVAR; similar to
24583         MONO_TYPE_VAR, we the actual types from MTYPE_PARAM_TO_CLASS(). 
24584
24585 2003-10-29  Zoltan Varga  <vargaz@freemail.hu>
24586
24587         * mini.c mini-ops.h inssel.brg: Implement undeniable exception 
24588         propagation.
24589
24590         * mini.c (sigusr1_signal_handler): Move creation of the thread abort
24591         object here, so it is in the correct appdomain etc.
24592
24593 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
24594
24595         * mini.c (mono_jit_compile_method_inner): Lookup icalls here if not
24596         already done.
24597         (mono_method_to_ir): Avoid freeing the type created returned from
24598         mono_type_create_from_typespec, since it is put into an internal cache
24599         by the function. Fixes pointer.exe.
24600
24601         * mini.c tramp-x86.c tramp-sparc.c tramp-ppc.c: Use the normal 
24602         trampolines for icalls and pinvokes as well. Fixes #33569.
24603
24604 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
24605
24606         * mini.c: Update after appdomain changes.
24607
24608         * mini.c (mono_jit_compile_method_inner): Allways compile native
24609         method wrappers in the root domain, since there can only be one
24610         instance of them, whose address is stored in method->info.
24611
24612 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
24613
24614         * mini.c (mono_runtime_install_handlers): Get rid of the MONO_VALGRIND
24615         environment variable. Instead detect automatically whenever running
24616         under valgrind using the magic macro RUNNING_ON_VALGRIND from
24617         valgrind.h.
24618
24619 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
24620
24621         * trace.c, trace.h: New files that implement the new trace option
24622         parsing. 
24623
24624         * driver.c: Document new --trace options.
24625
24626         * exceptions-ppc.c, exceptions-x86.c, mini-ppc.c, mini-sparc.c,
24627         mini-x86.c: Apply:
24628
24629         -       if (mono_jit_trace_calls)
24630         +       if (mono_jit_trace_calls != NULL && mono_trace_eval (method))
24631
24632         * mini.h: prototypes.
24633         
24634 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
24635
24636         * mini.c (mono_method_to_ir): Fix initialization of typedbyref locals.
24637
24638         * mini.c inssel.brg: Implement typedefbyref opcodes.
24639
24640         * mini.c (mono_jit_compile_method): Remove unused local variable.
24641
24642         * mini.c (mono_jit_compile_method_inner): Ditto.
24643         
24644 2003-10-12  Zoltan Varga  <vargaz@freemail.hu>
24645
24646         * tramp-x86.c (x86_class_init_trampoline): Fix build.
24647         
24648         * tramp-x86.c (x86_class_init_trampoline): Thread safety fixes.
24649
24650 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
24651
24652         * mini.c (mono_no_aot): Remove unused global variable.
24653
24654         * mini.c: Thread safety fixes.
24655
24656 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
24657
24658         * mini.c (mono_create_class_init_trampoline): Add a lock around
24659         class_init_hash_addr.
24660
24661         * arrays.cs (test_0_newarr_emulation): Add new regression test for
24662         #30073.
24663
24664         * mini.c: Decompose the NEWARR instruction before decomposing its
24665         arguments. Fixes #30073.
24666
24667 2003-10-08  Zoltan Varga  <vargaz@freemail.hu>
24668
24669         * mini-x86.c (mono_arch_emit_epilog): Add support for stdcall calling
24670         convention.
24671
24672 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
24673
24674         * mini.c (mono_method_to_ir): Allow wrapper data for CEE_LDELEMA.
24675
24676         * inssel-x86.brg (OP_LOCALLOC): Fix register assignment for localloc.
24677
24678         * driver.c: Add support for compiling icall wrappers to --compile.
24679
24680 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
24681
24682         * inssel.brg: The empty value in class->interface_offsets is -1, not
24683         0. Fixes #49287.
24684
24685 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
24686
24687         * objects.cs: New test for 'is' operator on an array of interfaces.
24688
24689 Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
24690
24691         * tramp-ppc.c: update trampoline code to support jumps
24692         and class initialization.
24693
24694 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
24695
24696         * mini.c (mono_jit_compile_method): Fix reading of freed memory.
24697
24698         * inssel.brg (OP_UNBOXCAST): Fix #46027.
24699
24700         * inssel.brg (OP_UNBOX): Remove unused rule.
24701
24702         * mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
24703         region instead of one for each method. Fixes #47813.
24704
24705 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
24706
24707         * exceptions.cs (test_0_nested_finally): New regression test for
24708         nested exception handlers.
24709
24710         * mini.c (mono_jit_runtime_invoke): Fix for the previous fix.
24711
24712         * mini.c (mono_method_to_ir): Avoid inlining tail calls.
24713
24714         * mini.c (mono_method_to_ir): Fix tail recursion in the presence of 
24715         inlining.
24716
24717         * mini.c (mono_method_check_inlining): Make the inlining limit 
24718         configurable by an environment variable.
24719         
24720         * mini.c (mono_jit_runtime_invoke): Add Gonzalo's fix for #36545.
24721
24722         * mini.h: Bump AOT file version.
24723
24724         * mini.h mini.c aot.c mini-x86.c: For relocations which refer to a 
24725         token, store the image along with the token, since the token might not 
24726         refer to the same image as the method containing the relocation, 
24727         because of inlining.
24728
24729 2003-09-27  Zoltan Varga  <vargaz@freemail.hu>
24730
24731         * mini.c (mono_precompile_assemblies): New function to compile
24732         all methods in all loaded assemblies.
24733
24734         * mini.h driver.c: Added new optimization flag MONO_OPT_PRECOMP.
24735
24736         * regalloc.h regalloc.c (MonoRegState): Change the type of 
24737         iassign and fassign to int*, since they can contain large negative
24738         values if the register is spilled. Also added some comments. Fixes
24739         #45817.
24740
24741         * exceptions-x86.c (seh_handler): Fix handling of system exceptions
24742         under Win32. Fixes #42964.
24743
24744 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
24745
24746         * mini.h (MONO_PATCH_INFO_WRAPPER): New patch type.
24747
24748         * aot.c: Added support for AOT compiling methods which contain calls
24749         to wrappers. Currently, only remoting-invoke-with-check wrappers are
24750         handled.
24751         
24752         * driver.c (compile_all_methods): Run the compilation in a thread
24753         managed by mono. Fixes #44023.
24754
24755         * mini.c (mono_codegen): Print full method name in verbose output.
24756
24757         * mini-x86.c (mono_arch_patch_code): Fix warning.
24758         
24759         * mini-x86.c (mono_arch_patch_code): Allways create a trampoline for
24760         jumps, since the method we are jumping to might be domain-specific.
24761
24762         * aot.c: Added support for MONO_PATCH_INFO_METHOD_JUMP.
24763
24764 Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
24765
24766         * inssel.brg: string chars are unsigned.
24767
24768 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
24769
24770         * TODO: New todo item.
24771
24772         * tramp-x86.c (x86_class_init_trampoline): New trampoline function
24773         which calls mono_runtime_class_init and patches the call site to
24774         avoid further calls.
24775         (mono_arch_create_class_init_trampoline): New arch specific function 
24776         to create a class init trampoline.
24777         (create_trampoline_code): Generalized so it can create
24778         class init trampolines as well.
24779
24780         * mini.c (helper_sig_class_init_trampoline): New helper variable.
24781         (mono_create_class_init_trampoline): New function to create and cache
24782         class init trampolines.
24783         (mono_find_class_init_trampoline_by_addr): New function to lookup the
24784         vtable given the address of a class init trampoline. Used by the
24785         patching process.
24786         (mono_codegen): Generate a call to a trampoline instead of
24787         mono_runtime_class_init in LDSFLD[A].
24788         (mono_codegen): Add relocations for the new trampoline.
24789         
24790         * mini.h mini-x86.c aot.c: Added a new relocation type: 
24791         MONO_PATCH_INFO_CLASS_INIT.
24792
24793         * mini.h: Bump AOT version number.
24794
24795         * aot.c: Create a copy of the loaded code instead of using the original
24796         so methods which call each other will be close in memory, improving
24797         cache behaviour.
24798         
24799         * exceptions-x86.c (mono_arch_has_unwind_info): Back out the previous
24800         patch since it breaks the regression tests.
24801         
24802         * exceptions-x86.c (mono_arch_has_unwind_info): Added explicit check
24803         for the register saving instruction sequence since the 
24804         frame_state_for function in glibc 2.3.2 don't seem to detect it.
24805
24806 2003-09-14  Zoltan Varga  <vargaz@freemail.hu>
24807
24808         * TODO: Fix todo item && remove another.
24809
24810 2003-09-12  Zoltan Varga  <vargaz@freemail.hu>
24811
24812         * mini-x86.c (mono_arch_patch_code): Fix tail calls broken by a
24813         previous checkin.
24814
24815         * aot.c: Moved the check for MONO_LASTAOT into the initialization
24816         function of the module.
24817
24818         * mini.h mini.c aot.c: Added a new optimization flag OPT_AOT for
24819         turning on/off the usage of AOT code. Got rid of mono_no_aot and the
24820         --no-aot command line option.
24821
24822 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
24823
24824         * helpers.c (mono_disassemble_code): Make this work under cygwin. Patch
24825         by Bernie Solomon (bernard@ugsolutions.com).
24826
24827         * inssel.brg: Refactor the interface offset table related code into
24828         its separate functions and add support for the AOT case.
24829
24830 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
24831
24832         * aot.c (mono_aot_get_method_inner): Fix memory leak.
24833         
24834         * aot.c: Added mono_aot_verbose variable and made all debugging
24835         output depend on the value of this variable.
24836
24837         * aot.c (mono_aot_get_method_inner): Avoid dynamic allocation of
24838         method_label and info_label.
24839
24840         * mini.h mini-x86.c aot.c: Added a new relocation type 
24841         MONO_PATCH_INFO_IID for klass->interface_id.
24842
24843         * mini.h mini.c driver.c aot.c: Changed mono_aot_get_method to return
24844         the MonoJitInfo structure.
24845
24846         * mini.c (mono_jit_compile_method): Avoid using non-shared AOT in
24847         a non-root appdomain in shared mode.
24848
24849 Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
24850
24851         * aot.c: make aot loader less verbose. Remove free of unused variable.
24852
24853 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
24854
24855         * aot.c (mono_aot_get_method_inner): Fix MONO_PATCH_INFO_IMAGE.
24856
24857         * .cvsignore: Added *.dll.
24858
24859         * mini.c (mono_print_tree_nl): New function callable while debugging.
24860
24861         * mini.c (mono_print_code): Export this.
24862
24863         * tramp-x86.c (x86_magic_trampoline): Tell valgrind to recompile the
24864         patched code.
24865
24866 2003-09-05  Zoltan Varga  <vargaz@freemail.hu>
24867
24868         * mini.h (MonoCompile): Added 'jit_info' field.
24869
24870         * mini.c (mini_method_compile): Save the generated MonoJitInfo into
24871         the cfg structure, since it is needed by the AOT compiler.
24872
24873         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
24874
24875         * aot.c: A major rewrite. Changes include:
24876         - save exception tables for methods which have them.
24877         - cache failed lookups in aot_get_method () to avoid the (slow) calls 
24878         to g_module_symbol.
24879         - reworked the file format so it is now much smaller and needs
24880         fewer relocation entries.
24881         
24882 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
24883
24884         * aot.c (load_aot_module): Fix build bustage on platforms without
24885         Boehm GC.
24886
24887 2003-09-04  Martin Baulig  <martin@ximian.com>
24888
24889         * Makefile.am (INCLUDES): Added $(LIBGC_CFLAGS).
24890
24891 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
24892
24893         * TODO: Some new optimization ideas.
24894
24895         * aot.c: Move AOT module loading logic here from mono_assembly_open.
24896
24897         * aot.c: Save the optimization flags used to compile the code into
24898         the AOT module.
24899
24900         * mini.h mini-x86.c mini.c aot.c: Added new types of relocations to
24901         support emitting domain specific code.
24902         
24903         * mini.h mini.c aot.c: Modified the JIT so the generated AOT code is 
24904         no longer domain neutral. It can be made domain neutral by compiling 
24905         with --optimize=shared.
24906
24907         * aot.c (mono_aot_get_method_inner): Allow sharing of AOT methods
24908         between appdomains.
24909
24910         * driver.c mini.h mini.c: New --no-aot debugging option which disables
24911         loading of AOT code.
24912
24913         * inssel-x86.brg: Added missing AOTCONST -> OUTARG_VT rule.
24914         
24915         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling method
24916         if there is no domain neutrality information.
24917
24918 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
24919
24920         * aot.c (mono_compile_assembly): Emit a symbol containing the file 
24921         format version into the generated library.
24922
24923         * mini-x86.c (mono_arch_patch_code): Do not emit the address of the
24924         callee method into the caller since one of them could be shared.
24925
24926         * mini.h mini-x86.c aot.c: Added two new relocations so throwing
24927         system exceptions from AOT code now works.
24928
24929         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling 
24930         method if it is domain neutral and the callee is not.
24931
24932         * graph.c (cfg_emit_one_loop_level): Fix warning.
24933
24934 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
24935
24936         * aot.c (mono_compile_assembly): Oops. Remove debugging cruft from
24937         last checkin.
24938
24939 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
24940
24941         * mini.c (mini_init): Call mono_marshal_init () explicitly since it
24942         is needed  by code which is executed before mono_runtime_init ().
24943         Thanks to Bernie Solomon (bernard@ugsolutions.com) for noticing this.
24944         
24945         * mini.c (mono_thread_abort): Fix warning.
24946         (mono_jit_compile_method): Call static constructor in the AOT case too.
24947
24948         * aot.c (mono_compile_assembly): Fix warning.
24949
24950 2003-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24951
24952         * mini.c: register a SIGINT handler if MONO_DEBUG is defined.
24953
24954 2003-08-28  Zoltan Varga  <vargaz@freemail.hu>
24955
24956         * inssel.brg (OP_UNBOXCAST): Add support for the AOT case.
24957
24958         * cpu-pentium.md: Fix the length of call opcodes so they include the
24959         ESP restoring instruction. Fixes #47968.
24960
24961 2003-08-28  Martin Baulig  <martin@ximian.com>
24962
24963         * mini-x86.c (mono_arch_call_opcode): Added support for
24964         MONO_TYPE_GENERICINST.
24965
24966         * mini.c (check_call_signature): Added support for MONO_TYPE_GENERICINST.       
24967
24968 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
24969
24970         * Makefile.am (BUILT_SOURCES): Fix compilation on platforms without
24971         a JIT. Patch by Bernie Solomon (bernard@ugsolutions.com).
24972
24973         * mini.c jit-icalls.c tramp-x86.c tramp-ppc.c tramp-sparc.c: Get rid of
24974         metadata_section.
24975
24976 2003-08-26  Martin Baulig  <martin@ximian.com>
24977
24978         * mini.c (get_basic_blocks): Added `unsigned char **pos' argument;
24979         when reporting an error, set this to the actual error location.
24980         (mono_method_to_ir): Report the correct error location if
24981         get_basic_blocks() returned an error.
24982
24983 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
24984
24985         * mini.c (mono_type_blittable): OBJECT is not blittable.
24986         (mono_method_blittable): Methods which have marshalling descriptors
24987         are not blittable either. Fixes #47842.
24988
24989 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
24990
24991         * driver.c mini.c: Use an environment variable instead of a global 
24992         variable. Also fix the build.
24993
24994         * mini.c (mini_init): Call g_thread_init () to make glib thread-safe. 
24995         Fixes #47682. Thanks to Laurent Morichetti (l_m@pacbell.net) for 
24996         reporting this. 
24997
24998         * driver.c mini.c: Added --with-valgrind option to turn off some
24999         code which prevents mono from running under valgrind.
25000
25001         * mini.c (mono_emit_call_args): Fixed warning.
25002
25003         * mini.c (mono_emulate_opcode): Fixed warning.
25004
25005 Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25006
25007         * inssel.brg: 64bit fixes from Laurent Morichetti <l_m@pacbell.net>.
25008         * linear-scan.c, mini-ppc.h, mini-sparc.h, mini-x86.h, mini.h,
25009         regalloc.c, regalloc.h: specify available registers in arch-specific
25010         code and support floats in the regallocator (patch by Laurent Morichetti 
25011         <l_m@pacbell.net>)
25012
25013 Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
25014
25015         * mini.c: mono_thread_current() can be called only after
25016         mono_runtime_init(): rearrange code to not call it early on.
25017
25018 Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25019
25020         * mini.c: allocate jump tables in the code mempools.
25021
25022 Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25023
25024         * mini.c, mini.h: make sure per-thread data allocated by the jit is
25025         freed.
25026
25027 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
25028
25029         * cpu-pentium.md (ldtoken): Change the length for mul.ovf.un from
25030         12 to 16.  This fixes bug #47453.
25031
25032
25033 Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
25034
25035         * mini-ppc.c: fixed indexed load and unsigned compares.
25036
25037 2003-08-06  Lluis Sanchez Gual  <lluis@ximian.com>
25038
25039         * mini.c: reenabled installation of handler for
25040           thread abort signal.
25041
25042 Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25043
25044         * cprop.c, mini-x86.c, cpu-pentium.md: fix buglets spotted
25045         by Laurent Morichetti <l_m@pacbell.net>. Disabled local cprop
25046         until it's fixed and actually useful.
25047
25048 Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25049
25050         * inssel-long32.brg: couple more opcodes implemented.
25051
25052 Thu Jul 31 22:43:02 EDT 2003 Mark Crichton <crichton@gimp.org>
25053         
25054         * mini-sparc.c: Even more opcodes implemeted.
25055
25056 Thu Jul 31 19:36:03 EDT 2003 Mark Crichton <crichton@gimp.org>
25057
25058         * mini-sparc.c: More opcodes implemented.
25059
25060 Thu Jul 31 15:16:26 EDT 2003 Mark Crichton <crichton@gimp.org>
25061
25062         * mini-sparc.c: More opcodes implemented.
25063
25064 Wed Jul 30 22:31:02 EDT 2003 Mark Crichton <crichton@gimp.org>
25065
25066         * inssel-sparc.brg: Add some needed rules.  Direct
25067         copy from PPC.
25068         * Makefile.am: Use inssel-sparc.brg
25069         * exceptions-sparc.c: 0xdeadbeef/0xdecafbad to keep
25070         an assert happy for now.
25071
25072 Wed Jul 30 20:44:07 EDT 2003 Mark Crichton <crichton@gimp.org>
25073
25074         * mini-sparc.c: Fixed compile errors.
25075         * exceptions-sparc.c: Same.  We now produce a mono binary 
25076         on sparc-linux.  Yea.
25077
25078 Wed Jul 30 14:10:12 EDT 2003 Mark Crichton <crichton@gimp.org>
25079
25080         * mini-sparc.c: Renamed registers.  Also some macro cleanups.
25081         * exceptions-sparc.c, tramp-sparc.c: Various compile fixes.
25082         They compile, but do not work.
25083
25084 Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25085
25086         * Makefile.am, cpu-sparc.md, exceptions-sparc.c, mini-sparc.c,
25087         mini-sparc.h, tramp-sparc.c: Beginning of sparc support
25088         from Mark Crichton <crichton@gimp.org> and Christopher Taylor
25089         (ct@gentoo.org).
25090
25091 Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25092
25093         * mini.c: more opcodes implemented and better support for generics.
25094
25095 Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
25096
25097         * cpu-g4.md, cpu-pentium.md: updates for new instructions.
25098         * mini.c, mini.h: first cut at generics support: some new instructions 
25099         added and changed the behaviour of some of the existing ones.
25100
25101 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
25102
25103         * mini.c: Removed definition of metadata_shared mutex here.
25104
25105 Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
25106
25107         * mini-x86.c: make vararg calls work for instance methods.
25108
25109 Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
25110
25111         * mini.c, mini.h, mini-x86.c, mini-ppc.c: mono_arch_call_opcode()
25112         returns the arguments in a separte list, now.
25113
25114 Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25115
25116         * aot.c, mini.c: updates for array type representation changes.
25117
25118 Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus@ximian.com>
25119
25120         * mini.c: register function to perform jit shutdown.
25121
25122 Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25123
25124         * mini.c: use a faster allocator if possible.
25125
25126 Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
25127
25128         * aot.c: some cleanups and portability changes.
25129
25130 Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25131
25132         * mini.c: use faster allocation for CEE_BOX if possible.
25133
25134 Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
25135
25136         * mini.c, mini-ops.h, inssel.brg, mini-x86.c: optimized access to fields.
25137         Moved inlined mempcy code to its own function so that is can be
25138         reused. Added an inline memset function as well (optimized initobj).
25139         * cpu-pentium.md, inssel-x86.brg: add and use lea_membase.
25140
25141 Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25142
25143         * mini.c, mini-ops.h, inssel.brg: optimized a couple of Array methods.
25144
25145 Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
25146
25147         * mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
25148         arch code can setup the cpu for CLR execution, if needed.
25149         We use it on x86 to set the precision of FP operations.
25150
25151 Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
25152
25153         * mini.c: disable some optimizations if we can guess they'll cost too
25154         much for a given method.
25155
25156 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
25157
25158         * mini.h mini.c: Rework last patch based on suggestions by Paolo.
25159         
25160 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
25161         * mini.h mini.c mini-x86.c: Added instruction level coverage 
25162         info collection support.
25163
25164 Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25165
25166         * driver.c, mini-ppc.c, mini-x86.c, mini.c, mini.h: the coverage stuff
25167         is now implemented in the profiling API. Get rid of a couple of
25168         unnecessary global variables.
25169
25170 2003-06-15  Nick Drochak <ndrochak@gol.com>
25171
25172         * basic-long.cs: tests for negative values for bigmul, and unsigned.
25173         * cpu-g4.md: add op_bigmul and op_bigmul_un
25174         * cpu_pentium.md: add op_bigmul_un
25175         * inssel-long32.brg: add rule for unsigned bigmul
25176         * mini-ops.h: define OP_BIGMUL_UN
25177         * mini-x86.c: THE BUG: handle (un)signed properly
25178         * mini.c: choose unsigned opcode if needed.
25179         This set of patches fixes bug #44291
25180
25181 2003-06-13  Dietmar Maurer  <dietmar@ximian.com>
25182
25183         * mini.c (optimize_branches): improved to handle all kinds of
25184         conditional branches.
25185
25186 Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
25187
25188         * mini.c, mini.h, jit-icalls.c: speedup emulation of opcodes that
25189         don't raise exceptions.
25190
25191 Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25192
25193         * tramp-x86.c, tramp-ppc.c, debug-mini.c: move arch-specific code
25194         to arch-specific files.
25195
25196 2003-06-09  Martin Baulig  <martin@ximian.com>
25197
25198         * Makefile.am (libs): Added $(LIBGC_LIBS).
25199
25200 Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
25201
25202         * cpu-pentium.md, mini-x86.c: fix (well, actually implement) OP_TAN
25203         and OP_ATAN (fixes bug#44293).
25204
25205 Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
25206
25207         * Makefile.am, mini-x86.c: rename cpu description array to
25208         pentium_desc, since some compilers define the 'pentium' preprocessor
25209         symbol.
25210
25211 2003-05-28  Dietmar Maurer  <dietmar@ximian.com>
25212
25213         * mini.c (mini_select_instructions): add explicit branch if the
25214         following block is not the false target of a conditional branch -
25215         we need this with any optimization that reorder or remove bblocks
25216
25217         * mini.c (optimize_branches): bug fixes
25218
25219 2003-06-06  Dietmar Maurer  <dietmar@ximian.com>
25220
25221         * mini.c (mono_method_to_ir): inline static readonly fields
25222
25223         * ssa.c (fold_tree): start cfold support for long (very simple
25224         cases only)
25225
25226         * cfold.c (mono_constant_fold_inst): opt. CEE_CONV_I8 (OP_ICONST)
25227
25228 Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25229
25230         * inssel.brg: fixed memcpy (bug #44219).
25231
25232 2003-06-05  Dick Porter  <dick@ximian.com>
25233
25234         * driver.c: Set the glib log levels to not abort if g_message
25235         recurses.
25236
25237         g_set_prgname() has to happen before mini_init() so that the
25238         process handle gets the info.
25239         
25240 Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25241
25242         * driver.c: add intrins to the default optimizations to get wider
25243         exposure.
25244
25245 Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25246
25247         * mini.h: some large basic blocks will overflow a 16-bit
25248         integers for symbolic registers.
25249
25250 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
25251
25252         * mini-x86.c (mono_arch_output_basic_block): revert previous fprem changes.
25253         (mono_arch_output_basic_block): fix bug 43499 
25254
25255 Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
25256
25257         * mini.c: kill duplicated definition of mono_debug_format.
25258
25259 Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
25260
25261         * mini-x86.c, arrays.cs: fixed register allocation bug.
25262
25263 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
25264
25265         * mini-x86.c (mono_arch_output_basic_block): use IEEE compatible fprem1
25266
25267         * mini.c (mini_get_opcode_for_method): inline IEEERemainder
25268
25269 2003-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25270
25271         * mini.c:
25272         (print_method_from_ip): also print source location information if
25273         available.
25274
25275 2003-06-02  Dietmar Maurer  <dietmar@ximian.com>
25276
25277         * mini.c (mono_find_block_region): bug fix in region code
25278         (mini_method_compile): enable removing unreachable code again, but
25279         only in methods without exception clauses.
25280
25281 Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
25282
25283         * mini.c, mini-ops.h, cpu-pentium.md, inssel.brg, mini-x86.c, mini.h:
25284         Implemented arglist opcode and handling of TypedReference type.
25285         Fixed x86 call convention when a structure is returned.
25286         Minimal support for calling static vararg methods.
25287
25288 2003-05-30  Dietmar Maurer  <dietmar@ximian.com>
25289
25290         * mini.c (mini_method_compile):  always remove unreachable code,
25291         because the code in them may be inconsistent  (access to dead
25292         variables for example).
25293
25294 Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
25295
25296         * driver.c, debug-mini.c: warning fixes.
25297
25298 Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
25299
25300         * Makefile.am, jit.h, mini.h: install header for embedding mono.
25301
25302 Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus@ximian.com>
25303
25304         * mini.c: thread-static fields are registered in mono_class_vtable(),
25305         so ensure the function is called before checking for them.
25306
25307 2003-05-27  Dietmar Maurer  <dietmar@ximian.com>
25308
25309         * mini.c (optimize_branches): fix for bug 43586
25310
25311         * jit-icalls.c (mono_llmult_ovf): added an additional check for
25312         overflow (fixes Bug #43639)
25313
25314 Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25315
25316         * mini.c, objects.cs: allow the use of stobj for primitive types.
25317
25318 Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25319
25320         * mini.c: be less strict about argument checking until we support
25321         running the verifier.
25322
25323 2003-05-27  Nick Drochak <ndrochak@gol.com>
25324
25325         * basic-long.cs: tests for (ulong)int * (ulong)int also
25326         * mini.c: use the same trick for (ulong)int * (ulong)int
25327
25328 2003-05-27  Nick Drochak <ndrochak@gol.com>
25329
25330         * basic-long.cs: add regression test for (long)int * (long)int
25331         * cpu-pentium.md: add op_bigmul specification
25332         * inssel-long32.brg: add OP_BIGMUL rule
25333         * mini-ops.h: add OP_BIGMUL
25334         * mini-x86.c: register allocator: handle case where src1 needs to be
25335         in EAX.
25336         * mini.c: substitute special BIGMUL opcode in the tree for 
25337         (long)int * (long)int
25338
25339 Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
25340
25341         * jit-icalls.c: call the type ctor on field access if needed.
25342
25343 Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
25344
25345         * mini-ops.h, mini.c, inssel.brg, exceptions.cs: validate arguments passed
25346         to a method (including results of ldelema, bug#43207).
25347
25348 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
25349
25350         * graph.c (cfg_emit_one_loop_level): loop over all blocks. use
25351         colors to show exception handler blocks.
25352
25353         * inssel-x86.brg (OP_OUTARG_VT): dont push zero sized structures
25354         (fix for pinvoke7.cs).
25355
25356 Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25357
25358         * mini.h, mini.c: ensure correct initialization order for types that
25359         require it. Prepare for lazy compilation of jit icall wrappers.
25360         Provide a name for opcode emulation to reduce unneeded mallocing.
25361
25362 Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
25363
25364         * mini-x86.c: better register restoring code and profiling
25365         support for tail calls.
25366
25367 Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25368
25369         * mini.h, driver.c: prepare for leaf methods optimization.
25370
25371 Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
25372
25373         * mini.c: get targets of branches before converting a method.
25374
25375 2003-05-23  Dietmar Maurer  <dietmar@ximian.com>
25376
25377         * mini.c (optimize_branches): added some experimental code (disbaled) 
25378
25379 2003-05-22  Dietmar Maurer  <dietmar@ximian.com>
25380
25381         * mini.c (optimize_branches): fix branch to branch optimization 
25382
25383         * exceptions-x86.c (mono_arch_handle_exception): bug fix.
25384
25385         * mini-x86.c (mono_arch_output_basic_block): cleanup up exception code
25386
25387         * inssel-x86.brg: added OP_START_HANDLER, CEE_ENDFINALLY, OP_ENDFILTER
25388
25389         * mini-x86.c (mono_arch_allocate_vars): only reserve space for lmf
25390         if needed.
25391
25392 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
25393
25394         * mini.c (mono_method_to_ir): call handle_loaded_temps before inlining.
25395         enable use of interface variables again.
25396
25397         * mini-x86.c (mono_arch_get_allocatable_int_vars): dont allocate
25398         I1 to registers because there is no simply way to sign extend 8bit
25399         quantities in caller saved registers on x86.
25400
25401         * inssel-float.brg: set costs of some rules to 2 so
25402         that monobure always select the arch. specific ones if supplied,
25403         regardless of the order we pass the files to monoburg.
25404
25405 Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
25406
25407         * mini.c, mini-x86.c: since the magic trampoline for jumps
25408         can't patch the code directly, we do it as soon as the
25409         method gets compiled.
25410
25411 Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
25412
25413         * mini-x86.c, mini.h: introduce a new patching method
25414         to support CEE_JMP and tail calls.
25415         * mini.c: obey tail.call. Don't precompile methods target
25416         of CEE_JMP.
25417         * tramp-x86.c: new trampoline code to handle methods
25418         reached through a jump.
25419
25420 2003-05-20  Dietmar Maurer  <dietmar@ximian.com>
25421
25422         * mini-x86.c (mono_arch_get_allocatable_int_vars): allocate 8/16
25423         bit values to registers
25424
25425 2003-05-19  Dietmar Maurer  <dietmar@ximian.com>
25426
25427         * mini.c (mono_compile_get_interface_var): share interface
25428         variables if possible.
25429
25430 2003-05-16  Martin Baulig  <martin@ximian.com>
25431
25432         * debug-mini.c (mono_init_debugger): New function to initialize
25433         the debugger.  This is not in the debugger since it needs to
25434         access some of mini's internals.
25435
25436 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
25437
25438         * mini.c (mono_method_to_ir): inlining fixes/cleanups
25439
25440 Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
25441
25442         * mini.c, mini-opts.h, inssel.brg: inline small memcpy
25443         for value type handling.
25444
25445 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
25446
25447         * mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers
25448         (mono_method_check_inlining): enable inlining of all kinds of wrappers
25449
25450 2003-05-15  Lluis Sanchez Gual  <lluis@ideary.com>
25451
25452         * mini.c: fixed little bug in CEE_NEWOBJ case when calling
25453           the constructor through a proxy.
25454
25455 Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
25456
25457         * jit-icalls.c, inssel.brg: fixes to array element address
25458         calculations.
25459
25460 2003-05-15  Dietmar Maurer  <dietmar@ximian.com>
25461
25462         * mini-x86.c (is_regsize_var): allocate pointer to registers
25463
25464 Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
25465
25466         * driver.c: fixed typo, added intrins to the set of optimizations
25467         tested with regressions.
25468
25469 Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
25470
25471         * mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
25472         * jit-icalls.c, exceptions.cs: fixed index out of range checks, added
25473         test case.
25474
25475 2003-05-14  Dietmar Maurer  <dietmar@ximian.com>
25476
25477         * inssel.brg: remove some common pop instructions without side effects
25478
25479 Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25480
25481         * inssel-x86.brg: fixed thinko in int to double conversions.
25482
25483 Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
25484
25485         * mini.c, jit-icalls.c: added runtime thread-static variable support.
25486
25487 Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
25488
25489         * inssel-long32.brg: two more missing instructions.
25490
25491 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
25492
25493         * mini.c (mono_emit_call_args): set the cil_code for all arguments
25494         if not already set.
25495
25496 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
25497
25498         * mini-x86.c (mono_arch_output_basic_block): Handle negative zero
25499         correctly.
25500
25501         * basic-float.cs: Added tests for negative zero.
25502
25503 Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
25504
25505         * inssel-long32.brg, basic-long.cs, exceptions.cs: handle
25506         a couple of missing operations for long casts, with test cases.
25507
25508 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25509
25510         * exceptions-x86.c: fixed small leaks in mono_arch_handle_exception.
25511
25512 2003-05-09  Dietmar Maurer  <dietmar@ximian.com>
25513
25514         * mini-x86.c (mono_arch_emit_prolog): avoid reallocs with better
25515         code size estimation.
25516
25517 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
25518
25519         * mini.c (mono_jit_create_remoting_trampoline): make it work with
25520         abstract methods (fix bug 42542)
25521
25522         * aot.c: add ability to handle array types
25523         
25524 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
25525
25526         * mini.c: Call the _specific versions of the object allocation
25527         functions if possible.
25528
25529 Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
25530
25531         * driver.c: call setlocale ().
25532
25533 Tue May 6 14:38:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
25534
25535         * mini.h, mini.c, aot.c, debug-mini.c, exceptions.c: build fixes for
25536         windows build.
25537
25538 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
25539
25540         * mini.c (optimize_branches): dont touch code inside exception clauses (fix bug 38136)
25541
25542         * exceptions-x86.c (ves_icall_get_frame_info): also skip remoting
25543         wrappers (fix bug 42122)
25544
25545 2003-05-04  Martin Baulig  <martin@ximian.com>
25546
25547         * mini.h (mono_jit_init, mono_jit_cleanup): Added prototypes.
25548
25549         * driver.c: s/MONO_OPT_SAHRED/MONO_OPT_SHARED/g.
25550         s/mini_set_defaults/mono_set_defaults/g.
25551
25552 2003-05-04  Martin Baulig  <martin@ximian.com>
25553
25554         * driver.c: s/mini_parse_default_optimizations/mono_parse_default_optimizations/g.
25555
25556 Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25557
25558         * inssel-long32.brg: add missing lreg: OP_LCONV_TO_U8 (lreg) rule
25559         (reported by Don Roberts).
25560
25561 Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
25562
25563         * mini.c: temporarily work around two bugs for this release.
25564
25565 Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25566
25567         * Makefile.am: avoid linking libmono with GMODULE_LIBS, because
25568         that contains -export-dynamic and it makes using the ld script
25569         useless.
25570         * mini.h, main.c, driver.c: s/mini_main/mono_main/g.
25571
25572 Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
25573
25574         * mini.h, mini-x86.c, driver.c: disable optimizations not available on a
25575         specific cpu.
25576
25577 Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
25578
25579         * mini.c: make sure leave calls all the needed finally blocks,
25580         even when the target jumps out of multiple exception clauses.
25581
25582 Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25583
25584         * ldscript, Makefile.am: add linker script to reduce the number of
25585         exported symbols (should also fix the issues with libwine defining
25586         some of the same symbols in io-layer).
25587
25588 2003-05-01  Zoltan Varga  <vargaz@freemail.hu>
25589
25590         * driver.c (mini_main): Avoid assertion when no file name is given on 
25591         the command line.
25592
25593 Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
25594
25595         * driver.c: added --version/-V command line option.
25596         Added the inline optimization in the regression tests.
25597
25598 Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
25599
25600         * mini.c, basic-calls.cs: when inlining, save arguments to locals according 
25601         to the type in the method signature (fixes bug#42134).
25602
25603 Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus@ximian.com>
25604
25605         * mini.c: when inlining, check this is not null only when needed (bug #42135).
25606
25607 Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus@ximian.com>
25608
25609         * mini-ppc.h, tramp-pcc.c: type fixes from Max Horn <max@quendi.de>.
25610
25611 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25612
25613         * driver.c: fixed bug #42100.
25614
25615 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
25616
25617         * mini.c (mono_method_to_ir): UNBOX need to CAST objects first
25618
25619 Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
25620
25621         * mini.c: moved most of the code required to do inlining to its own
25622         function so it can be reused. Inline also ctors if appropriate.
25623
25624 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
25625
25626         * Makefile.am: Link with -export-dynamic so shared libs loaded by
25627         the runtime can call mono API functions.
25628
25629 2003-04-27  Martin Baulig  <martin@ximian.com>
25630
25631         * debug-mini.c (mono_debug_init_method): Added
25632         `guint32 breakpoint_id' argument; if the method has a breakpoint,
25633         send a notification to the debugger.
25634
25635         * mini.c (mono_method_to_ir): Don't insert a breakpoint if we're
25636         running in the Mono Debugger, just pass the breakpoint number to
25637         mono_debug_init_method().
25638
25639         * tramp-x86.c, tramp-ppc.c: Removed the breakpoint trampolines.
25640
25641 Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
25642
25643         * mini.c: allow some more unsafe compares.
25644
25645 Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25646
25647         * mini-x86.c, Makefile.am: make distcheck works (partially from
25648         a patch by Richard Lee <r.h.lee@attbi.com>).
25649         * regset.c, regset.h: removed, they are unused.
25650
25651 2003-04-25  Dick Porter  <dick@ximian.com>
25652
25653         * driver.c: Usage reports the name as 'mono' not 'mini'
25654         * exceptions-x86.c: Build and run on freebsd
25655
25656 Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
25657
25658         * Makefile.am: install the program with the 'mono' name and
25659         the library as libmono instead of mini and libmini.
25660
25661 Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
25662
25663         * driver.c: provide the APIs for the embedding interface of the old jit.
25664
25665 2003-04-23  Dietmar Maurer  <dietmar@ximian.com>
25666
25667         * jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)
25668
25669 2003-04-23  Martin Baulig  <martin@ximian.com>
25670
25671         * tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.
25672
25673         * driver.c: Added `--debug' command line argument to enable
25674         debugging support.
25675
25676 2003-04-23  Martin Baulig  <martin@ximian.com>
25677
25678         * debug.[ch]: Removed.  The code is now in
25679         ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
25680
25681         * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
25682         last six months.
25683
25684 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
25685
25686         * mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)
25687
25688 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25689
25690         * mini.c:
25691         (mini_cleanup): moved mono_runtime_cleanup call after the call to
25692         mono_domain_finalize.
25693         (mini_method_compile): use mono_method_profile* if the the option is
25694         enabled.
25695
25696 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
25697
25698         * tramp-x86.c (mono_arch_create_jit_trampoline): Subsitute synchronized
25699         methods with their wrapper.
25700
25701         * tramp-ppc.c (mono_arch_create_jit_trampoline): Subsitute synchronized
25702         methods with their wrapper.
25703
25704         * jit-icalls.c (mono_ldvirtfn): Subsitute synchronized methods with
25705         their wrapper.
25706
25707         * mini.c (mono_method_to_ir): Subsitute synchronized methods with their
25708         wrapper.
25709
25710         * mini.c (mono_method_check_inlining): Avoid inlining synchronized
25711         methods.
25712
25713 2003-04-17  Dietmar Maurer  <dietmar@ximian.com>
25714
25715         * exceptions-x86.c (mono_arch_handle_exception): fix for bug 36252
25716
25717 2003-04-16  Dietmar Maurer  <dietmar@ximian.com>
25718
25719         * mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
25720         of the mempool. This is slightly faster and uses less memory
25721
25722 Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25723
25724         * mini.c: avoid O(n) allocation for variables.
25725
25726 Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25727
25728         * mini.c: handle items on the stack after inlining methods.
25729
25730 Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25731
25732         * mini.c: make the method->opcode optimization dependent
25733         on MONO_OPT_INSTRINS and do it lazily.
25734
25735 Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
25736
25737         * driver.c: print overall results at the end of regression run.
25738
25739 Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
25740
25741         * inssel.brg: don't overwrite symbolic registers.
25742
25743 Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
25744
25745         * inssel-x86.brg: fix conversion from long to float.
25746
25747 2003-04-11  Dietmar Maurer  <dietmar@ximian.com>
25748
25749         * mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)
25750
25751 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
25752
25753         * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
25754
25755         * driver.c: Added --print-vtable option as in the old JIT.
25756
25757 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
25758
25759         * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
25760
25761 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
25762
25763         * inssel.brg, basic.cs: fixed checked conversions to byte and short.
25764
25765 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
25766
25767         * mini.c regalloc.c regalloc.h: Fix memory leak.
25768
25769 2003-04-09  Dietmar Maurer  <dietmar@ximian.com>
25770
25771         * aot.c (mono_aot_get_method): register all used strings
25772
25773 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25774
25775         * mini.c: always intern strings references with ldstr at compile time.
25776
25777 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25778
25779         * Makefile.am: add BUILT_SOURCES.
25780
25781 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
25782
25783         * driver.c: give a better error message when the assembly to execute
25784         doesn't have an entry point.
25785
25786 2003-04-07  Dietmar Maurer  <dietmar@ximian.com>
25787
25788         * Makefile.am: added hack for automake
25789
25790         * mono/mini/mini.c (mono_save_args): always copy arguments to keep
25791         correct sematics.
25792
25793         * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
25794
25795 22003-04-07  Martin Baulig  <martin@ximian.com>
25796
25797         * Makefile.am: Added Makefile.am.
25798
25799         * debugger-main.c: Removed, this is now in the debugger where it
25800         belongs.
25801
25802         * mini.pc.in: Call this package `mini' for the moment.
25803
25804
25805
25806
25807
25808
25809
25810
25811
25812
25813
25814
25815
25816
25817